LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.meas.algorithms.debugger.MeasurementDebuggerConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.debugger.MeasurementDebuggerConfig:

Static Public Attributes

tuple sourceId = ListField(dtype=int, default=[], doc="List of source identifiers to measure")
 
tuple outputName = Field(dtype=str, default="catalog.fits", doc="Output name for source catalog")
 
tuple measurement = ConfigurableField(target=SourceMeasurementTask, doc="Measurements")
 

Detailed Description

Definition at line 23 of file debugger.py.

Member Data Documentation

tuple lsst.meas.algorithms.debugger.MeasurementDebuggerConfig.measurement = ConfigurableField(target=SourceMeasurementTask, doc="Measurements")
static

Definition at line 26 of file debugger.py.

tuple lsst.meas.algorithms.debugger.MeasurementDebuggerConfig.outputName = Field(dtype=str, default="catalog.fits", doc="Output name for source catalog")
static

Definition at line 25 of file debugger.py.

tuple lsst.meas.algorithms.debugger.MeasurementDebuggerConfig.sourceId = ListField(dtype=int, default=[], doc="List of source identifiers to measure")
static

Definition at line 24 of file debugger.py.


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