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

Public Member Functions

 __call__ (self, df, **kwargs)
 
 setDefaults (self)
 

Public Attributes

 cache
 

Static Public Attributes

 ab_flux_scale = Field(doc="Scaling of ab flux", dtype=float, default=(0*units.ABmag).to_value(units.nJy))
 
 coadd_zeropoint = Field(doc="Magnitude zero point", dtype=float, default=27)
 

Detailed Description

Definition at line 71 of file _actions.py.

Member Function Documentation

◆ __call__()

lsst.pipe.tasks.dataFrameActions._actions.NanoJansky.__call__ ( self,
df,
** kwargs )

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

Definition at line 75 of file _actions.py.

◆ setDefaults()

lsst.pipe.tasks.dataFrameActions._actions.NanoJansky.setDefaults ( self)

Definition at line 81 of file _actions.py.

Member Data Documentation

◆ ab_flux_scale

lsst.pipe.tasks.dataFrameActions._actions.NanoJansky.ab_flux_scale = Field(doc="Scaling of ab flux", dtype=float, default=(0*units.ABmag).to_value(units.nJy))
static

Definition at line 72 of file _actions.py.

◆ cache

lsst.pipe.tasks.dataFrameActions._actions.NanoJansky.cache

Definition at line 83 of file _actions.py.

◆ coadd_zeropoint

lsst.pipe.tasks.dataFrameActions._actions.NanoJansky.coadd_zeropoint = Field(doc="Magnitude zero point", dtype=float, default=27)
static

Definition at line 73 of file _actions.py.


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