lsst.pipe.tasks g2103b67554+9a6691b720
|
Public Member Functions | |
None | __init_subclass__ (cls, **kwargs) |
Iterable[Any] | __call__ (self, dataFrame, **kwargs) |
Iterable[str] | columns (self) |
Static Public Attributes | |
cache | |
cacheArgs | |
Definition at line 11 of file _baseDataFrameActions.py.
Iterable[Any] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__call__ | ( | self, | |
dataFrame, | |||
** | kwargs | ||
) |
This method should return the result of an action performed on a dataframe
Reimplemented from lsst.pipe.tasks.configurableActions._configurableAction.ConfigurableAction.
Reimplemented in lsst.pipe.tasks.dataFrameActions._actions.CoordColumn, lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction, lsst.pipe.tasks.dataFrameActions._actions.NanoJansky, lsst.pipe.tasks.dataFrameActions._actions.AddColumn, lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr, lsst.pipe.tasks.dataFrameActions._actions.MagColumnDN, and lsst.pipe.tasks.dataFrameActions._actions.MagColumnNanoJansky.
Definition at line 47 of file _baseDataFrameActions.py.
None lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__init_subclass__ | ( | cls, | |
** | kwargs | ||
) |
Definition at line 21 of file _baseDataFrameActions.py.
Iterable[str] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.columns | ( | self | ) |
This property should return an iterable of columns needed by this action
Reimplemented in lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction, lsst.pipe.tasks.dataFrameActions._actions.MultiColumnAction, lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr, and lsst.pipe.tasks.dataFrameActions._actions.AddColumn.
Definition at line 54 of file _baseDataFrameActions.py.
|
static |
Definition at line 14 of file _baseDataFrameActions.py.
|
static |
Definition at line 17 of file _baseDataFrameActions.py.