lsst.shapelet
15.0-2-g483f634+2
|
Public Member Functions | |
def | __iter__ (self) |
def | __len__ (self) |
Static Public Member Functions | |
def | make (self, order, basisType) |
Public Attributes | |
order | |
size | |
Iterable that generates tuples of (i, p, q, re) in which: - 'i' is the overall coefficient index for a 2-d shapelet expansion (just counts from zero) - 'p' and 'q' are the indices of the polar shapelet expansion (see BasisTypeEnum). - 're' is True if this the real part of the coefficient
Definition at line 44 of file generator.py.
def lsst.shapelet.generator.LaguerreIndexGenerator.__iter__ | ( | self | ) |
Definition at line 52 of file generator.py.
|
inherited |
Definition at line 24 of file generator.py.
|
staticinherited |
Definition at line 14 of file generator.py.
|
inherited |
Definition at line 21 of file generator.py.
|
inherited |
Definition at line 22 of file generator.py.