lsst.pipe.tasks gcd7e190081+5a4539d720
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

def __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 39 of file _actions.py.

Member Function Documentation

◆ __call__()

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

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

Definition at line 42 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 40 of file _actions.py.


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