lsst.pipe.tasks
tickets.DM-23835-g425218d84a
|
Public Member Functions | |
def | __init__ (self, colCD_1_1, colCD_1_2, colCD_2_1, colCD_2_2, **kwargs) |
def | columns (self) |
def | pixelScale (self, cd11, cd12, cd21, cd22) |
def | noDup (self) |
def | multilevelColumns (self, parq) |
def | __call__ (self, parq, dropna=False) |
def | fail (self, df) |
def | name (self) |
def | shortname (self) |
Public Attributes | |
colCD_1_1 | |
colCD_1_2 | |
colCD_2_1 | |
colCD_2_2 | |
filt | |
dataset | |
Static Public Attributes | |
name | |
Compute the local pixel scale from the stored CDMatrix.
Definition at line 900 of file functors.py.
def lsst.pipe.tasks.functors.ComputePixelScale.__init__ | ( | self, | |
colCD_1_1, | |||
colCD_1_2, | |||
colCD_2_1, | |||
colCD_2_2, | |||
** | kwargs | ||
) |
Definition at line 905 of file functors.py.
|
inherited |
Definition at line 177 of file functors.py.
def lsst.pipe.tasks.functors.ComputePixelScale.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Reimplemented in lsst.pipe.tasks.functors.ConvertPixelToArcseconds.
Definition at line 918 of file functors.py.
|
inherited |
Definition at line 188 of file functors.py.
|
inherited |
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.CompositeFunctor.
Definition at line 129 of file functors.py.
|
inherited |
Full name of functor (suitable for figure labels)
Reimplemented in lsst.pipe.tasks.functors.LocalMagnitudeErr, lsst.pipe.tasks.functors.LocalMagnitude, lsst.pipe.tasks.functors.LocalNanojanskyErr, lsst.pipe.tasks.functors.LocalNanojansky, lsst.pipe.tasks.functors.Photometry, lsst.pipe.tasks.functors.ConvertPixelToArcseconds, lsst.pipe.tasks.functors.Color, lsst.pipe.tasks.functors.MagDiff, lsst.pipe.tasks.functors.MagErr, lsst.pipe.tasks.functors.Mag, lsst.pipe.tasks.functors.Column, and lsst.pipe.tasks.functors.CustomFunctor.
Definition at line 192 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
def lsst.pipe.tasks.functors.ComputePixelScale.pixelScale | ( | self, | |
cd11, | |||
cd12, | |||
cd21, | |||
cd22 | |||
) |
Compute the local pixel scale conversion. Parameters ---------- cd11 : `pandas.Series` [1, 1] element of the local CDMatricies. cd12 : `pandas.Series` [1, 2] element of the local CDMatricies. cd21 : `pandas.Series` [2, 1] element of the local CDMatricies. cd2 : `pandas.Series` [2, 2] element of the local CDMatricies. Returns ------- pixScale : `pandas.Series` Arcseconds per pixel at the location of the local WC
Definition at line 922 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.MagDiff.
Definition at line 198 of file functors.py.
lsst.pipe.tasks.functors.ComputePixelScale.colCD_1_1 |
Definition at line 906 of file functors.py.
lsst.pipe.tasks.functors.ComputePixelScale.colCD_1_2 |
Definition at line 907 of file functors.py.
lsst.pipe.tasks.functors.ComputePixelScale.colCD_2_1 |
Definition at line 908 of file functors.py.
lsst.pipe.tasks.functors.ComputePixelScale.colCD_2_2 |
Definition at line 909 of file functors.py.
|
inherited |
Definition at line 111 of file functors.py.
|
inherited |
Definition at line 110 of file functors.py.
|
static |
Definition at line 903 of file functors.py.