|
lsst.pipe.tasks g2c8cee2ce7+cc5eabfb3a
|
Public Member Functions | |
| __call__ (self, df) | |
| Iterable[str] | columns (self) |
| None | __init_subclass__ (cls, **kwargs) |
Static Public Attributes | |
| inRadians = Field(doc="Return the column in radians if true", default=True, dtype=bool) | |
| column = Field(doc="Column to load for this action", dtype=str, optional=False) | |
| cache | |
| cacheArgs | |
Protected Attributes | |
| _frozen | |
Static Protected Attributes | |
| Mapping | _actionCache [int, Any] |
Definition at line 40 of file _actions.py.
| lsst.pipe.tasks.dataFrameActions._actions.CoordColumn.__call__ | ( | self, | |
| df ) |
Definition at line 43 of file _actions.py.
|
inherited |
Definition at line 21 of file _baseDataFrameActions.py.
|
inherited |
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.
|
staticprotectedinherited |
Definition at line 12 of file _baseDataFrameActions.py.
|
protectedinherited |
Definition at line 35 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 14 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 17 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 22 of file _actions.py.
|
static |
Definition at line 41 of file _actions.py.