|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Public Member Functions | |
| columns (self) | |
| __call__ (self, df, flux_column=None, flux_mag_err=None, **kwargs) | |
| None | __init_subclass__ (cls, **kwargs) |
Static Public Attributes | |
| flux_mag_err = Field(doc="Error in the magnitude zeropoint", dtype=float, default=0) | |
| flux_action | |
| column = Field(doc="Column to load for this action", dtype=str, optional=False) | |
| cache | |
| cacheArgs | |
Protected Attributes | |
| _frozen | |
Static Protected Attributes | |
| Mapping | _actionCache [int, Any] |
Definition at line 86 of file _actions.py.
| lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr.__call__ | ( | self, | |
| df, | |||
| flux_column = None, | |||
| flux_mag_err = None, | |||
| ** | kwargs ) |
Definition at line 95 of file _actions.py.
|
inherited |
Definition at line 21 of file _baseDataFrameActions.py.
| lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr.columns | ( | self | ) |
This property should return an iterable of columns needed by this action
Reimplemented from lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.
Definition at line 92 of file _actions.py.
|
staticprotectedinherited |
Definition at line 12 of file _baseDataFrameActions.py.
|
protectedinherited |
Definition at line 35 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 14 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 17 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 22 of file _actions.py.
|
static |
Definition at line 88 of file _actions.py.
|
static |
Definition at line 87 of file _actions.py.