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

Static Public Attributes

str name = "PSF - SDSS Trace Size"
 
str shortname = 'psf_sdssTrace'
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

tuple _columns
 

Detailed Description

Functor to calculate the SDSS trace radius size difference (%) between
the object and the PSF model.

See Also
--------
SdssTraceSize

Definition at line 1042 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.PsfSdssTraceSizeDiff._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.PsfSdssTraceSizeDiff._columns
staticprotected
Initial value:
= ("base_SdssShape_xx", "base_SdssShape_yy",
"base_SdssShape_psf_xx", "base_SdssShape_psf_yy")

Definition at line 1052 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.PsfSdssTraceSizeDiff.name = "PSF - SDSS Trace Size"
static

Definition at line 1050 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.PsfSdssTraceSizeDiff.shortname = 'psf_sdssTrace'
static

Definition at line 1051 of file functors.py.


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