lsst.pipe.tasks g38dd528b55+c9ce0eb9c5
|
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 19 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 26 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 23 of file _actions.py.
|
static |
Definition at line 20 of file _actions.py.