lsst.pipe.tasks g27146f8f6c+e893ca2ca7
Loading...
Searching...
No Matches
lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections:
lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConfig

Static Public Attributes

 ref_cat
 
 input_exposure
 
 input_background
 
 input_source_catalog
 
 bright_star_stamps
 

Detailed Description

Connections for BrightStarCutoutTask.

Definition at line 66 of file brightStarCutout.py.

Member Data Documentation

◆ bright_star_stamps

lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections.bright_star_stamps
static
Initial value:
= Output(
name="bright_star_stamps",
storageClass="BrightStarStamps",
doc="Set of preprocessed postage stamp cutouts, each centered on a single bright star.",
dimensions=("visit", "detector"),
)

Definition at line 98 of file brightStarCutout.py.

◆ input_background

lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections.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 86 of file brightStarCutout.py.

◆ input_exposure

lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections.input_exposure
static
Initial value:
= Input(
name="preliminary_visit_image",
storageClass="ExposureF",
doc="Background-subtracted input exposure from which to extract bright star stamp cutouts.",
dimensions=("visit", "detector"),
)

Definition at line 80 of file brightStarCutout.py.

◆ input_source_catalog

lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections.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 92 of file brightStarCutout.py.

◆ ref_cat

lsst.pipe.tasks.brightStarSubtraction.brightStarCutout.BrightStarCutoutConnections.ref_cat
static
Initial value:
= PrerequisiteInput(
name="the_monster_20250219",
storageClass="SimpleCatalog",
doc="Reference catalog that contains bright star positions.",
dimensions=("skypix",),
multiple=True,
deferLoad=True,
)

Definition at line 72 of file brightStarCutout.py.


The documentation for this class was generated from the following file: