lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.SdssTraceSize Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.SdssTraceSize:
lsst.pipe.tasks.functors.Functor

Static Public Attributes

str name = "SDSS Trace Size"
 
str shortname = 'sdssTrace'
 

Protected Member Functions

def _func (self, df)
 

Static Protected Attributes

tuple _columns = ("base_SdssShape_xx", "base_SdssShape_yy")
 

Detailed Description

Functor to calculate SDSS trace radius size for sources

Definition at line 1049 of file functors.py.

Member Function Documentation

◆ _func()

def lsst.pipe.tasks.functors.SdssTraceSize._func (   self,
  df 
)
protected

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1055 of file functors.py.

Member Data Documentation

◆ _columns

tuple lsst.pipe.tasks.functors.SdssTraceSize._columns = ("base_SdssShape_xx", "base_SdssShape_yy")
staticprotected

Definition at line 1053 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.SdssTraceSize.name = "SDSS Trace Size"
static

Definition at line 1051 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.SdssTraceSize.shortname = 'sdssTrace'
static

Definition at line 1052 of file functors.py.


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