Definition at line 98 of file calibrateImage.py.
◆ __init__()
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ applied_photo_calib
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.applied_photo_calib |
|
static |
Initial value:= connectionTypes.Output(
doc=(
"Photometric calibration that was applied to exposure's pixels. "
"This connection is disabled when do_calibrate_pixels=False."
),
name="initial_photoCalib_detector",
storageClass="PhotoCalib",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 178 of file calibrateImage.py.
◆ astrometry_matches
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.astrometry_matches |
|
static |
Initial value:= connectionTypes.Output(
doc="Source to reference catalog matches from the astrometry solver.",
name="initial_astrometry_match_detector",
storageClass="Catalog",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 223 of file calibrateImage.py.
◆ astrometry_ref_cat
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.astrometry_ref_cat |
|
static |
Initial value:= connectionTypes.PrerequisiteInput(
doc="Reference catalog to use for astrometric calibration.",
name="gaia_dr3_20230707",
storageClass="SimpleCatalog",
dimensions=("skypix",),
deferLoad=True,
multiple=True,
)
Definition at line 101 of file calibrateImage.py.
◆ background
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.background |
|
static |
Initial value:= connectionTypes.Output(
doc="Background models estimated during calibration task; calibrated to be in nJy units.",
name="initial_pvi_background",
storageClass="Background",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 187 of file calibrateImage.py.
◆ background_flat
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.background_flat |
|
static |
Initial value:= connectionTypes.PrerequisiteInput(
name="flat",
doc="Flat calibration frame used for background correction.",
storageClass="ExposureF",
dimensions=["instrument", "detector", "physical_filter"],
isCalibration=True,
)
Definition at line 133 of file calibrateImage.py.
◆ background_to_photometric_ratio
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.background_to_photometric_ratio |
|
static |
Initial value:= connectionTypes.Output(
doc="Ratio of a background-flattened image to a photometric-flattened image. Only persisted "
"if do_illumination_correction is True.",
name="background_to_photometric_ratio",
storageClass="Image",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 193 of file calibrateImage.py.
◆ camera_model
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.camera_model |
|
static |
Initial value:= connectionTypes.PrerequisiteInput(
doc="Camera distortion model to use for astrometric calibration.",
name="astrometry_camera",
storageClass="Camera",
dimensions=("instrument", "physical_filter"),
isCalibration=True,
minimum=0,
)
Definition at line 117 of file calibrateImage.py.
◆ exposure
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.exposure |
|
static |
Initial value:= connectionTypes.Output(
doc="Photometrically calibrated, background-subtracted exposure with fitted calibrations and "
"summary statistics. To recover the original exposure, first add the background "
"(`initial_pvi_background`), and then uncalibrate (divide by `initial_photoCalib_detector`).",
name="initial_pvi",
storageClass="ExposureF",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 157 of file calibrateImage.py.
◆ exposures
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.exposures |
|
static |
Initial value:= connectionTypes.Input(
doc="Exposure (or two snaps) to be calibrated, and detected and measured on.",
name="postISRCCD",
storageClass="Exposure",
multiple=True,
dimensions=["instrument", "exposure", "detector"],
)
Definition at line 125 of file calibrateImage.py.
◆ illumination_correction
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.illumination_correction |
|
static |
Initial value:= connectionTypes.PrerequisiteInput(
name="illuminationCorrection",
doc="Illumination correction frame.",
storageClass="Exposure",
dimensions=["instrument", "detector", "physical_filter"],
isCalibration=True,
)
Definition at line 140 of file calibrateImage.py.
◆ initial_stars_schema
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.initial_stars_schema |
|
static |
Initial value:= connectionTypes.InitOutput(
doc="Schema of the output initial stars catalog.",
name="initial_stars_schema",
storageClass="SourceCatalog",
)
Definition at line 149 of file calibrateImage.py.
◆ mask
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.mask |
|
static |
Initial value:= connectionTypes.Output(
doc="The mask plane of the calibrated exposure, written as a separate "
"output so that it can be passed to downstream tasks even if the "
"exposure is removed to save storage.",
name="preliminary_visit_mask",
storageClass="Mask",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 202 of file calibrateImage.py.
◆ photometry_matches
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.photometry_matches |
|
static |
Initial value:= connectionTypes.Output(
doc="Source to reference catalog matches from the photometry solver.",
name="initial_photometry_match_detector",
storageClass="Catalog",
dimensions=("instrument", "visit", "detector"),
)
Definition at line 229 of file calibrateImage.py.
◆ photometry_ref_cat
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.photometry_ref_cat |
|
static |
Initial value:= connectionTypes.PrerequisiteInput(
doc="Reference catalog to use for photometric calibration.",
name="ps1_pv3_3pi_20170110",
storageClass="SimpleCatalog",
dimensions=("skypix",),
deferLoad=True,
multiple=True
)
Definition at line 109 of file calibrateImage.py.
◆ psf_stars
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.psf_stars |
|
static |
Initial value:= connectionTypes.Output(
doc="Catalog of bright unresolved sources detected on the exposure used for PSF determination.",
name="initial_psf_stars_detector",
storageClass="ArrowAstropy",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 217 of file calibrateImage.py.
◆ psf_stars_footprints
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.psf_stars_footprints |
|
static |
Initial value:= connectionTypes.Output(
doc="Catalog of bright unresolved sources detected on the exposure used for PSF determination; "
"includes source footprints.",
name="initial_psf_stars_footprints_detector",
storageClass="SourceCatalog",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 210 of file calibrateImage.py.
◆ stars
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.stars |
|
static |
Initial value:= connectionTypes.Output(
doc="Catalog of unresolved sources detected on the calibrated exposure.",
name="initial_stars_detector",
storageClass="ArrowAstropy",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 165 of file calibrateImage.py.
◆ stars_footprints
| lsst.pipe.tasks.calibrateImage.CalibrateImageConnections.stars_footprints |
|
static |
Initial value:= connectionTypes.Output(
doc="Catalog of unresolved sources detected on the calibrated exposure; "
"includes source footprints.",
name="initial_stars_footprints_detector",
storageClass="SourceCatalog",
dimensions=["instrument", "visit", "detector"],
)
Definition at line 171 of file calibrateImage.py.
The documentation for this class was generated from the following file: