lsst.pipe.tasks g433a9b62b9+05a18dc008
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.calibrateImage.CalibrateImageConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.calibrateImage.CalibrateImageConfig:
lsst.pipe.tasks.calibrateImage.CalibrateImageConnections

Public Member Functions

 setDefaults (self)
 

Static Public Attributes

 optional_outputs
 
 id_generator = lsst.meas.base.DetectorVisitIdGeneratorConfig.make_field()
 
 snap_combine
 
 install_simple_psf
 
 psf_repair
 
 psf_subtract_background
 
 psf_detection
 
 psf_source_measurement
 
 psf_measure_psf
 
 measure_aperture_correction
 
 star_detection
 
 star_sky_sources
 
 star_deblend
 
 star_measurement
 
 star_apply_aperture_correction
 
 star_catalog_calculation
 
 star_set_primary_flags
 
 star_selector
 
 astrometry
 
 astrometry_ref_loader
 
 photometry
 
 photometry_ref_loader
 
 compute_summary_stats
 

Detailed Description

Definition at line 149 of file calibrateImage.py.

Member Function Documentation

◆ setDefaults()

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.setDefaults ( self)

Definition at line 259 of file calibrateImage.py.

Member Data Documentation

◆ astrometry

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.astrometry
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.astrom.AstrometryTask,
doc="Task to perform astrometric calibration to fit a WCS.",
)

Definition at line 237 of file calibrateImage.py.

◆ astrometry_ref_loader

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.astrometry_ref_loader
static
Initial value:
= pexConfig.ConfigField(
dtype=lsst.meas.algorithms.LoadReferenceObjectsConfig,
doc="Configuration of reference object loader for astrometric fit.",
)

Definition at line 241 of file calibrateImage.py.

◆ compute_summary_stats

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.compute_summary_stats
static
Initial value:
= pexConfig.ConfigurableField(
target=computeExposureSummaryStats.ComputeExposureSummaryStatsTask,
doc="Task to to compute summary statistics on the calibrated exposure."
)

Definition at line 254 of file calibrateImage.py.

◆ id_generator

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.id_generator = lsst.meas.base.DetectorVisitIdGeneratorConfig.make_field()
static

Definition at line 160 of file calibrateImage.py.

◆ install_simple_psf

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.install_simple_psf
static
Initial value:
= pexConfig.ConfigurableField(
doc="Task to install a simple PSF model into the input exposure to use "
"when detecting bright sources for PSF estimation.",
)

Definition at line 168 of file calibrateImage.py.

◆ measure_aperture_correction

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.measure_aperture_correction
static
Initial value:
= pexConfig.ConfigurableField(
doc="Task to compute the aperture correction from the bright stars."
)

Definition at line 196 of file calibrateImage.py.

◆ optional_outputs

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.optional_outputs
static
Initial value:
= pexConfig.ListField(
doc="Which optional outputs to save (as their connection name)?",
dtype=str,
# TODO: note somewhere to disable this for benchmarking, but should
# we always have it on for production runs?
default=["psf_stars", "psf_stars_footprints", "astrometry_matches", "photometry_matches"],
optional=True
)

Definition at line 150 of file calibrateImage.py.

◆ photometry

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.photometry
static
Initial value:
= pexConfig.ConfigurableField(
target=photoCal.PhotoCalTask,
doc="Task to perform photometric calibration to fit a PhotoCalib.",
)

Definition at line 245 of file calibrateImage.py.

◆ photometry_ref_loader

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.photometry_ref_loader
static
Initial value:
= pexConfig.ConfigField(
dtype=lsst.meas.algorithms.LoadReferenceObjectsConfig,
doc="Configuration of reference object loader for photometric fit.",
)

Definition at line 249 of file calibrateImage.py.

◆ psf_detection

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.psf_detection
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.algorithms.SourceDetectionTask,
doc="Task to detect sources for PSF determination."
)

Definition at line 181 of file calibrateImage.py.

◆ psf_measure_psf

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.psf_measure_psf
static
Initial value:
= pexConfig.ConfigurableField(
target=measurePsf.MeasurePsfTask,
doc="Task to measure the psf on bright sources."
)

Definition at line 189 of file calibrateImage.py.

◆ psf_repair

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.psf_repair
static
Initial value:
= pexConfig.ConfigurableField(
target=repair.RepairTask,
doc="Task to repair cosmic rays on the exposure before PSF determination.",
)

Definition at line 173 of file calibrateImage.py.

◆ psf_source_measurement

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.psf_source_measurement
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.base.SingleFrameMeasurementTask,
doc="Task to measure sources to be used for psf estimation."
)

Definition at line 185 of file calibrateImage.py.

◆ psf_subtract_background

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.psf_subtract_background
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.algorithms.SubtractBackgroundTask,
doc="Task to perform intial background subtraction, before first detection pass.",
)

Definition at line 177 of file calibrateImage.py.

◆ snap_combine

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.snap_combine
static
Initial value:
= pexConfig.ConfigurableField(
target=snapCombine.SnapCombineTask,
doc="Task to combine two snaps to make one exposure.",
)

Definition at line 162 of file calibrateImage.py.

◆ star_apply_aperture_correction

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_apply_aperture_correction
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.base.ApplyApCorrTask,
doc="Task to apply aperture corrections to the selected stars."
)

Definition at line 218 of file calibrateImage.py.

◆ star_catalog_calculation

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_catalog_calculation
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.base.CatalogCalculationTask,
doc="Task to compute extendedness values on the star catalog, "
"for the star selector to remove extended sources."
)

Definition at line 222 of file calibrateImage.py.

◆ star_deblend

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_deblend
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.deblender.SourceDeblendTask,
doc="Split blended sources into their components."
)

Definition at line 210 of file calibrateImage.py.

◆ star_detection

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_detection
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.algorithms.SourceDetectionTask,
doc="Task to detect stars to return in the output catalog."
)

Definition at line 202 of file calibrateImage.py.

◆ star_measurement

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_measurement
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.base.SingleFrameMeasurementTask,
doc="Task to measure stars to return in the output catalog."
)

Definition at line 214 of file calibrateImage.py.

◆ star_selector

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_selector
static
Initial value:
= lsst.meas.algorithms.sourceSelectorRegistry.makeField(
default="science",
doc="Task to select isolated stars to use for calibration."
)

Definition at line 231 of file calibrateImage.py.

◆ star_set_primary_flags

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_set_primary_flags
static
Initial value:
= pexConfig.ConfigurableField(
doc="Task to add isPrimary to the catalog."
)

Definition at line 227 of file calibrateImage.py.

◆ star_sky_sources

lsst.pipe.tasks.calibrateImage.CalibrateImageConfig.star_sky_sources
static
Initial value:
= pexConfig.ConfigurableField(
target=lsst.meas.algorithms.SkyObjectsTask,
doc="Task to generate sky sources ('empty' regions where there are no detections).",
)

Definition at line 206 of file calibrateImage.py.


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