Definition at line 48 of file _actions.py.
◆ __call__()
| lsst.pipe.tasks.dataFrameActions._actions.MagColumnDN.__call__ |
( |
| self, |
|
|
pd.DataFrame | df, |
|
|
** | kwargs ) |
◆ __init_subclass__()
| None lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__init_subclass__ |
( |
| cls, |
|
|
** | kwargs ) |
|
inherited |
◆ columns()
| Iterable[str] lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.columns |
( |
| self | ) |
|
|
inherited |
◆ _actionCache
| Mapping lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction._actionCache [int, Any] |
|
staticprotectedinherited |
◆ _frozen
| lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction._frozen = tuple(extra) |
|
protectedinherited |
◆ cache
| lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.cache |
|
staticinherited |
Initial value:= Field(doc="Controls if the results of this action should be cached,"
" only works on frozen actions",
dtype=bool, default=False)
Definition at line 14 of file _baseDataFrameActions.py.
◆ cacheArgs
| lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.cacheArgs |
|
staticinherited |
Initial value:= ListField(doc="If cache is True, this is a list of argument keys that will be used to "
"compute the cache key in addition to the DataFrameId",
dtype=str, optional=True)
Definition at line 17 of file _baseDataFrameActions.py.
◆ coadd_zeropoint
| lsst.pipe.tasks.dataFrameActions._actions.MagColumnDN.coadd_zeropoint = Field(doc="Magnitude zero point", dtype=float, default=27) |
|
static |
◆ column
| lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.column = Field(doc="Column to load for this action", dtype=str, optional=False) |
|
staticinherited |
The documentation for this class was generated from the following file: