lsst.pipe.tasks ge2eec9bf53+fad368631c
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.dataFrameActions._actions.CoordColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.dataFrameActions._actions.CoordColumn:
lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction

Public Member Functions

 __call__ (self, df)
 

Static Public Attributes

 inRadians = Field(doc="Return the column in radians if true", default=True, dtype=bool)
 

Detailed Description

Definition at line 40 of file _actions.py.

Member Function Documentation

◆ __call__()

lsst.pipe.tasks.dataFrameActions._actions.CoordColumn.__call__ ( self,
df )

Reimplemented from lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.

Definition at line 43 of file _actions.py.

Member Data Documentation

◆ inRadians

lsst.pipe.tasks.dataFrameActions._actions.CoordColumn.inRadians = Field(doc="Return the column in radians if true", default=True, dtype=bool)
static

Definition at line 41 of file _actions.py.


The documentation for this class was generated from the following file: