lsst.pipe.tasks  13.0-54-gc325bc5
 All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointConfig:
lsst.pipe.tasks.scaleZeroPoint.SpatialScaleZeroPointConfig

Static Public Attributes

tuple zeroPoint
 

Detailed Description

Config for ScaleZeroPointTask

Definition at line 107 of file scaleZeroPoint.py.

Member Data Documentation

tuple lsst.pipe.tasks.scaleZeroPoint.ScaleZeroPointConfig.zeroPoint
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  doc="desired photometric zero point",
4  default=27.0,
5  )

Definition at line 110 of file scaleZeroPoint.py.


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