lsst.pipe.tasks  8.5-hsc+2
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 145 of file calibrate.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 277 of file calibrate.py.

◆ validate()

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

Definition at line 282 of file calibrate.py.

Member Data Documentation

◆ applyApCorr

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

Definition at line 249 of file calibrate.py.

◆ astrometry

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

Definition at line 183 of file calibrate.py.

◆ astromRefCat

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

Definition at line 84 of file calibrate.py.

◆ astromRefObjLoader

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

Definition at line 175 of file calibrate.py.

◆ background

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

Definition at line 70 of file calibrate.py.

◆ catalogCalculation

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

Definition at line 256 of file calibrate.py.

◆ checkUnitsParseStrict

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

Definition at line 221 of file calibrate.py.

◆ deblend

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

Definition at line 236 of file calibrate.py.

◆ detection

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

Definition at line 227 of file calibrate.py.

◆ doApCorr

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

Definition at line 244 of file calibrate.py.

◆ doAstrometry

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

Definition at line 170 of file calibrate.py.

◆ doDeblend

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

Definition at line 231 of file calibrate.py.

◆ doInsertFakes

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

Definition at line 260 of file calibrate.py.

◆ doPhotoCal

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

Definition at line 193 of file calibrate.py.

◆ doWrite

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

Definition at line 147 of file calibrate.py.

◆ doWriteExposure

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

Definition at line 270 of file calibrate.py.

◆ doWriteHeavyFootprintsInSources

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

Definition at line 152 of file calibrate.py.

◆ doWriteMatches

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

Definition at line 158 of file calibrate.py.

◆ doWriteMatchesDenormalized

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

Definition at line 163 of file calibrate.py.

◆ exposure

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

Definition at line 63 of file calibrate.py.

◆ icSourceCat

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

Definition at line 77 of file calibrate.py.

◆ icSourceFieldsToCopy

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

Definition at line 208 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 265 of file calibrate.py.

◆ matches

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

Definition at line 123 of file calibrate.py.

◆ matchesDenormalized

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

Definition at line 130 of file calibrate.py.

◆ matchRadiusPix

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

Definition at line 215 of file calibrate.py.

◆ measurement

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

Definition at line 240 of file calibrate.py.

◆ outputBackground

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

Definition at line 116 of file calibrate.py.

◆ outputCat

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

Definition at line 109 of file calibrate.py.

◆ outputExposure

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

Definition at line 102 of file calibrate.py.

◆ outputSchema

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

Definition at line 56 of file calibrate.py.

◆ photoCal

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

Definition at line 204 of file calibrate.py.

◆ photoRefCat

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

Definition at line 93 of file calibrate.py.

◆ photoRefObjLoader

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

Definition at line 179 of file calibrate.py.

◆ requireAstrometry

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

Definition at line 187 of file calibrate.py.

◆ requirePhotoCal

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

Definition at line 198 of file calibrate.py.


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