CalibrateTask¶
Python API summary¶
from lsst.pipe.tasks.calibrate import CalibrateTask
- 
classCalibrateTask
- !Calibrate an exposure: measure sources and perform astrometric and photometric calibration - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- !Calibrate an exposure (science image or coadd) - ...
- 
methodrunDataRef
- !Calibrate an exposure, optionally unpersisting inputs and persisting outputs - ...
See also
See the CalibrateTask API reference for complete details.
Retargetable subtasks¶
applyApCorr¶
- Default
- lsst.meas.base.applyApCorr.ApplyApCorrTask
- Field type
- ConfigurableField
Subtask to apply aperture corrections
astromRefObjLoader¶
- Default
- lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask
- Field type
- ConfigurableField
reference object loader for astrometric calibration
astrometry¶
- Default
- lsst.meas.astrom.astrometry.AstrometryTask
- Field type
- ConfigurableField
Perform astrometric calibration to refine the WCS
catalogCalculation¶
- Default
- lsst.meas.base.catalogCalculation.CatalogCalculationTask
- Field type
- ConfigurableField
Subtask to run catalogCalculation plugins on catalog
deblend¶
- Default
- lsst.meas.deblender.deblend.SourceDeblendTask
- Field type
- ConfigurableField
Split blended sources into their components
detection¶
- Default
- lsst.meas.algorithms.detection.SourceDetectionTask
- Field type
- ConfigurableField
Detect sources
insertFakes¶
- Default
- lsst.pipe.tasks.fakes.BaseFakeSourcesTask
- Field type
- ConfigurableField
Injection of fake sources for testing purposes (must be retargeted)
measurement¶
- Default
- lsst.meas.base.sfm.SingleFrameMeasurementTask
- Field type
- ConfigurableField
Measure sources
photoCal¶
- Default
- lsst.pipe.tasks.photoCal.PhotoCalTask
- Field type
- ConfigurableField
Perform photometric calibration
photoRefObjLoader¶
- Default
- lsst.meas.extensions.astrometryNet.loadAstrometryNetObjects.LoadAstrometryNetObjectsTask
- Field type
- ConfigurableField
reference object loader for photometric calibration
Configuration fields¶
checkUnitsParseStrict¶
- Default
- 'raise'
- Field type
- str- Field
Strictness of Astropy unit compatibility check, can be ‘raise’, ‘warn’ or ‘silent’
doWriteHeavyFootprintsInSources¶
- Default
- True
- Field type
- bool- Field
Include HeavyFootprint data in source table? If false then heavy footprints are saved as normal footprints, which saves some space
doWriteMatches¶
- Default
- True
- Field type
- bool- Field
Write reference matches (ignored if doWrite false)?
doWriteMatchesDenormalized¶
- Default
- False
- Field type
- bool- Field
Write reference matches in denormalized format? This format uses more disk space, but is more convenient to read. Ignored if doWriteMatches=False or doWrite=False.
icSourceFieldsToCopy¶
- Default
- ('calib_psf_candidate', 'calib_psf_used', 'calib_psf_reserved')
- Field type
- str- ListField
Fields to copy from the icSource catalog to the output catalog for matching sources Any missing fields will trigger a RuntimeError exception. Ignored if icSourceCat is not provided.
matchRadiusPix¶
- Default
- 3
- Field type
- float- Field
Match radius for matching icSourceCat objects to sourceCat objects (pixels)