Connections for ExtendedPsfCutoutTask.
Definition at line 64 of file extended_psf_cutout.py.
◆ extended_psf_candidates
| lsst.pipe.tasks.extended_psf.extended_psf_cutout.ExtendedPsfCutoutConnections.extended_psf_candidates |
|
static |
Initial value:= Output(
name="extended_psf_candidates",
storageClass="ExtendedPsfCandidates",
doc="Set of preprocessed cutouts, each centered on a single star.",
dimensions=("visit", "detector"),
)
Definition at line 96 of file extended_psf_cutout.py.
◆ input_background
| lsst.pipe.tasks.extended_psf.extended_psf_cutout.ExtendedPsfCutoutConnections.input_background |
|
static |
Initial value:= Input(
name="preliminary_visit_image_background",
storageClass="Background",
doc="Background model for the input exposure, to be added back on during processing.",
dimensions=("visit", "detector"),
)
Definition at line 84 of file extended_psf_cutout.py.
◆ input_exposure
| lsst.pipe.tasks.extended_psf.extended_psf_cutout.ExtendedPsfCutoutConnections.input_exposure |
|
static |
Initial value:= Input(
name="preliminary_visit_image",
storageClass="ExposureF",
doc="Background-subtracted input exposure from which to extract cutouts around a star.",
dimensions=("visit", "detector"),
)
Definition at line 78 of file extended_psf_cutout.py.
◆ input_source_catalog
| lsst.pipe.tasks.extended_psf.extended_psf_cutout.ExtendedPsfCutoutConnections.input_source_catalog |
|
static |
Initial value:= Input(
name="single_visit_star_footprints",
storageClass="SourceCatalog",
doc="Source catalog containing footprints on the input exposure, used to mask neighboring sources.",
dimensions=("visit", "detector"),
)
Definition at line 90 of file extended_psf_cutout.py.
◆ ref_cat
| lsst.pipe.tasks.extended_psf.extended_psf_cutout.ExtendedPsfCutoutConnections.ref_cat |
|
static |
Initial value:= PrerequisiteInput(
name="the_monster_20250219",
storageClass="SimpleCatalog",
doc="Reference catalog that contains star positions.",
dimensions=("skypix",),
multiple=True,
deferLoad=True,
)
Definition at line 70 of file extended_psf_cutout.py.
The documentation for this class was generated from the following file: