|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| Iterable[str] | columns (self) |
| def | __call__ (self, df, **kwargs) |
Static Public Attributes | |
| column = Field(doc="Column to load for this action", dtype=str, optional=False) | |
Definition at line 20 of file _actions.py.
| def 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 27 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 24 of file _actions.py.
|
static |
Definition at line 21 of file _actions.py.