|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Public Member Functions | |
| Iterable[str] | columns (self) |
| __call__ (self, df, **kwargs) | |
Static Public Attributes | |
| column = Field(doc="Column to load for this action", dtype=str, optional=False) | |
Definition at line 21 of file _actions.py.
| lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.__call__ | ( | self, | |
| df, | |||
| ** | kwargs ) |
Reimplemented from lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.
Reimplemented in lsst.pipe.tasks.dataFrameActions._actions.CoordColumn, lsst.pipe.tasks.dataFrameActions._actions.NanoJansky, lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr, lsst.pipe.tasks.dataFrameActions._actions.MagColumnDN, and lsst.pipe.tasks.dataFrameActions._actions.MagColumnNanoJansky.
Definition at line 28 of file _actions.py.
| Iterable[str] lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.columns | ( | self | ) |
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.
|
static |
Definition at line 22 of file _actions.py.