lsst.pipe.tasks
tickets.DM-23835-g425218d84a
|
Public Member Functions | |
def | __init__ (self, col, colCD_1_1, colCD_1_2, colCD_2_1, colCD_2_2, **kwargs) |
def | name (self) |
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 | shortname (self) |
Public Attributes | |
col | |
colCD_1_1 | |
colCD_1_2 | |
colCD_2_1 | |
colCD_2_2 | |
filt | |
dataset | |
Static Public Attributes | |
name | |
Convert a value in units pixels to units arcseconds.
Definition at line 948 of file functors.py.
def lsst.pipe.tasks.functors.ConvertPixelToArcseconds.__init__ | ( | self, | |
col, | |||
colCD_1_1, | |||
colCD_1_2, | |||
colCD_2_1, | |||
colCD_2_2, | |||
** | kwargs | ||
) |
Definition at line 953 of file functors.py.
|
inherited |
Definition at line 177 of file functors.py.
def lsst.pipe.tasks.functors.ConvertPixelToArcseconds.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.ComputePixelScale.
Definition at line 967 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.
def lsst.pipe.tasks.functors.ConvertPixelToArcseconds.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 963 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
inherited |
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.ConvertPixelToArcseconds.col |
Definition at line 954 of file functors.py.
|
inherited |
Definition at line 906 of file functors.py.
|
inherited |
Definition at line 907 of file functors.py.
|
inherited |
Definition at line 908 of file functors.py.
|
inherited |
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 951 of file functors.py.