lsst.meas.base  20.0.0+13
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig Class Reference
Inheritance diagram for lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig:
lsst.meas.base.forcedPhotImage.ForcedPhotImageConnections

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 footprintDatasetName
 
string doc = "Dataset (without coadd prefix) that should be used to obtain (Heavy)Footprints for sources. "
 
 dtype = str,
 
string default = "meas",
 
bool optional = True
 
 hasFakes
 
bool default = False,
 

Detailed Description

Definition at line 34 of file forcedPhotCoadd.py.

Member Function Documentation

◆ setDefaults()

def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.setDefaults (   self)

Definition at line 50 of file forcedPhotCoadd.py.

◆ validate()

def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.validate (   self)

Definition at line 64 of file forcedPhotCoadd.py.

Member Data Documentation

◆ default [1/2]

string lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.default = "meas",
static

Definition at line 40 of file forcedPhotCoadd.py.

◆ default [2/2]

bool lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.default = False,
static

Definition at line 46 of file forcedPhotCoadd.py.

◆ doc

string lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.doc = "Dataset (without coadd prefix) that should be used to obtain (Heavy)Footprints for sources. "
static

Definition at line 36 of file forcedPhotCoadd.py.

◆ dtype

lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.dtype = str,
static

Definition at line 39 of file forcedPhotCoadd.py.

◆ footprintDatasetName

lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.footprintDatasetName
static

Definition at line 35 of file forcedPhotCoadd.py.

◆ hasFakes

lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.hasFakes
static

Definition at line 44 of file forcedPhotCoadd.py.

◆ optional

bool lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.optional = True
static

Definition at line 41 of file forcedPhotCoadd.py.


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