ForcedPhotCcdTask¶
ForcedPhotCcdTask
performs forced measurement on an image from a CCD.
Python API summary¶
from lsst.meas.base.forcedPhotCcd import ForcedPhotCcdTask
-
class
(butler=None, refSchema=None, initInputs=None, **kwds)ForcedPhotCcdTask
A pipeline task for performing forced measurement on CCD images
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(measCat, exposure, refCat, refWcs, exposureId=None)run
Perform forced measurement on a single exposure
...
See also
See the ForcedPhotCcdTask
API reference for complete details.
Retargetable subtasks¶
applyApCorr¶
- Default
lsst.meas.base.applyApCorr.ApplyApCorrTask
- Field type
ConfigurableField
Subtask to apply aperture corrections
catalogCalculation¶
- Default
lsst.meas.base.catalogCalculation.CatalogCalculationTask
- Field type
ConfigurableField
Subtask to run catalogCalculation plugins on catalog
measurement¶
- Default
lsst.meas.base.forcedMeasurement.ForcedMeasurementTask
- Field type
ConfigurableField
subtask to do forced measurement
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
doApplyExternalPhotoCalib¶
Whether to apply external photometric calibration via an
lsst.afw.image.PhotoCalib
object.doApplyExternalSkyWcs¶
Whether to apply external astrometric calibration via an
lsst.afw.geom.SkyWcs
object.doApplyFinalizedPsf¶
Whether to apply finalized psf models and aperture correction map.
doApplyUberCal¶
Apply meas_mosaic ubercal results to input calexps? Deprecated: Deprecated by DM-23352; use doApplyExternalPhotoCalib and doApplyExternalSkyWcs instead
footprintSource¶
- Default
'transformed'
- Field type
str
ChoiceField
(optional)- Choices
'transformed'
- Transform footprints from the reference catalog (downgrades HeavyFootprints).
'psf'
- Use the scaled shape of the PSF at the position of each source (does not generate HeavyFootprints).
None
- Field is optional
Where to obtain footprints to install in the measurement catalog, prior to measurement.
includePhotoCalibVar¶
Add photometric calibration variance to warp variance plane?
psfFootprintScaling¶
Scaling factor to apply to the PSF shape when footprintSource=’psf’ (ignored otherwise).
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.
useGlobalExternalPhotoCalib¶
When using doApplyExternalPhotoCalib, use ‘global’ calibrations that are not run per-tract. When False, use per-tract photometric calibration files.