lsst.pipe.tasks  19.0.0-33-ge0e6817e
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.calibrate.CalibrateConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.calibrate.CalibrateConfig:
lsst.pipe.tasks.calibrate.CalibrateConnections

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 doWrite
 
 doWriteHeavyFootprintsInSources
 
 doWriteMatches
 
 doWriteMatchesDenormalized
 
 doAstrometry
 
 astromRefObjLoader
 
 photoRefObjLoader
 
 astrometry
 
 requireAstrometry
 
 doPhotoCal
 
 requirePhotoCal
 
 photoCal
 
 icSourceFieldsToCopy
 
 matchRadiusPix
 
 checkUnitsParseStrict
 
 detection
 
 doDeblend
 
 deblend
 
 measurement
 
 doApCorr
 
 applyApCorr
 
 catalogCalculation
 
 doInsertFakes
 
 insertFakes
 
 doWriteExposure
 
 icSourceSchema
 
 outputSchema
 
 exposure
 
 background
 
 icSourceCat
 
 astromRefCat
 
 photoRefCat
 
 outputExposure
 
 outputCat
 
 outputBackground
 
 matches
 
 matchesDenormalized
 

Detailed Description

Config for CalibrateTask

Definition at line 143 of file calibrate.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.calibrate.CalibrateConfig.setDefaults (   self)

Definition at line 275 of file calibrate.py.

◆ validate()

def lsst.pipe.tasks.calibrate.CalibrateConfig.validate (   self)

Definition at line 280 of file calibrate.py.

Member Data Documentation

◆ applyApCorr

lsst.pipe.tasks.calibrate.CalibrateConfig.applyApCorr
static

Definition at line 247 of file calibrate.py.

◆ astrometry

lsst.pipe.tasks.calibrate.CalibrateConfig.astrometry
static

Definition at line 181 of file calibrate.py.

◆ astromRefCat

lsst.pipe.tasks.calibrate.CalibrateConnections.astromRefCat
staticinherited

Definition at line 82 of file calibrate.py.

◆ astromRefObjLoader

lsst.pipe.tasks.calibrate.CalibrateConfig.astromRefObjLoader
static

Definition at line 173 of file calibrate.py.

◆ background

lsst.pipe.tasks.calibrate.CalibrateConnections.background
staticinherited

Definition at line 68 of file calibrate.py.

◆ catalogCalculation

lsst.pipe.tasks.calibrate.CalibrateConfig.catalogCalculation
static

Definition at line 254 of file calibrate.py.

◆ checkUnitsParseStrict

lsst.pipe.tasks.calibrate.CalibrateConfig.checkUnitsParseStrict
static

Definition at line 219 of file calibrate.py.

◆ deblend

lsst.pipe.tasks.calibrate.CalibrateConfig.deblend
static

Definition at line 234 of file calibrate.py.

◆ detection

lsst.pipe.tasks.calibrate.CalibrateConfig.detection
static

Definition at line 225 of file calibrate.py.

◆ doApCorr

lsst.pipe.tasks.calibrate.CalibrateConfig.doApCorr
static

Definition at line 242 of file calibrate.py.

◆ doAstrometry

lsst.pipe.tasks.calibrate.CalibrateConfig.doAstrometry
static

Definition at line 168 of file calibrate.py.

◆ doDeblend

lsst.pipe.tasks.calibrate.CalibrateConfig.doDeblend
static

Definition at line 229 of file calibrate.py.

◆ doInsertFakes

lsst.pipe.tasks.calibrate.CalibrateConfig.doInsertFakes
static

Definition at line 258 of file calibrate.py.

◆ doPhotoCal

lsst.pipe.tasks.calibrate.CalibrateConfig.doPhotoCal
static

Definition at line 191 of file calibrate.py.

◆ doWrite

lsst.pipe.tasks.calibrate.CalibrateConfig.doWrite
static

Definition at line 145 of file calibrate.py.

◆ doWriteExposure

lsst.pipe.tasks.calibrate.CalibrateConfig.doWriteExposure
static

Definition at line 268 of file calibrate.py.

◆ doWriteHeavyFootprintsInSources

lsst.pipe.tasks.calibrate.CalibrateConfig.doWriteHeavyFootprintsInSources
static

Definition at line 150 of file calibrate.py.

◆ doWriteMatches

lsst.pipe.tasks.calibrate.CalibrateConfig.doWriteMatches
static

Definition at line 156 of file calibrate.py.

◆ doWriteMatchesDenormalized

lsst.pipe.tasks.calibrate.CalibrateConfig.doWriteMatchesDenormalized
static

Definition at line 161 of file calibrate.py.

◆ exposure

lsst.pipe.tasks.calibrate.CalibrateConnections.exposure
staticinherited

Definition at line 61 of file calibrate.py.

◆ icSourceCat

lsst.pipe.tasks.calibrate.CalibrateConnections.icSourceCat
staticinherited

Definition at line 75 of file calibrate.py.

◆ icSourceFieldsToCopy

lsst.pipe.tasks.calibrate.CalibrateConfig.icSourceFieldsToCopy
static

Definition at line 206 of file calibrate.py.

◆ icSourceSchema

lsst.pipe.tasks.calibrate.CalibrateConnections.icSourceSchema
staticinherited

Definition at line 49 of file calibrate.py.

◆ insertFakes

lsst.pipe.tasks.calibrate.CalibrateConfig.insertFakes
static

Definition at line 263 of file calibrate.py.

◆ matches

lsst.pipe.tasks.calibrate.CalibrateConnections.matches
staticinherited

Definition at line 121 of file calibrate.py.

◆ matchesDenormalized

lsst.pipe.tasks.calibrate.CalibrateConnections.matchesDenormalized
staticinherited

Definition at line 128 of file calibrate.py.

◆ matchRadiusPix

lsst.pipe.tasks.calibrate.CalibrateConfig.matchRadiusPix
static

Definition at line 213 of file calibrate.py.

◆ measurement

lsst.pipe.tasks.calibrate.CalibrateConfig.measurement
static

Definition at line 238 of file calibrate.py.

◆ outputBackground

lsst.pipe.tasks.calibrate.CalibrateConnections.outputBackground
staticinherited

Definition at line 114 of file calibrate.py.

◆ outputCat

lsst.pipe.tasks.calibrate.CalibrateConnections.outputCat
staticinherited

Definition at line 107 of file calibrate.py.

◆ outputExposure

lsst.pipe.tasks.calibrate.CalibrateConnections.outputExposure
staticinherited

Definition at line 100 of file calibrate.py.

◆ outputSchema

lsst.pipe.tasks.calibrate.CalibrateConnections.outputSchema
staticinherited

Definition at line 55 of file calibrate.py.

◆ photoCal

lsst.pipe.tasks.calibrate.CalibrateConfig.photoCal
static

Definition at line 202 of file calibrate.py.

◆ photoRefCat

lsst.pipe.tasks.calibrate.CalibrateConnections.photoRefCat
staticinherited

Definition at line 91 of file calibrate.py.

◆ photoRefObjLoader

lsst.pipe.tasks.calibrate.CalibrateConfig.photoRefObjLoader
static

Definition at line 177 of file calibrate.py.

◆ requireAstrometry

lsst.pipe.tasks.calibrate.CalibrateConfig.requireAstrometry
static

Definition at line 185 of file calibrate.py.

◆ requirePhotoCal

lsst.pipe.tasks.calibrate.CalibrateConfig.requirePhotoCal
static

Definition at line 196 of file calibrate.py.


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