|
lsst.pipe.tasks g2c8cee2ce7+cc5eabfb3a
|
Public Member Functions | |
| __call__ (self, pd.DataFrame df, **kwargs) | |
| Iterable[str] | columns (self) |
| None | __init_subclass__ (cls, **kwargs) |
Static Public Attributes | |
| coadd_zeropoint = Field(doc="Magnitude zero point", dtype=float, default=27) | |
| 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 48 of file _actions.py.
| lsst.pipe.tasks.dataFrameActions._actions.MagColumnDN.__call__ | ( | self, | |
| pd.DataFrame | df, | ||
| ** | kwargs ) |
Definition at line 51 of file _actions.py.
|
inherited |
Definition at line 21 of file _baseDataFrameActions.py.
|
inherited |
This property should return an iterable of columns needed by this action
Reimplemented from lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.
Reimplemented in lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr.
Definition at line 25 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.
|
static |
Definition at line 49 of file _actions.py.
|
staticinherited |
Definition at line 22 of file _actions.py.