|
lsst.shapelet gc794cbe0cf+094c988324
|
Public Member Functions | |
| __iter__ (self) | |
| __len__ (self) | |
Static Public Member Functions | |
| make (self, order, basisType) | |
Public Attributes | |
| order = order | |
| size = computeSize(self.order) | |
Iterable that generates tuples of indices.
Yields
------
i : `int`
the overall coefficient index for a 2-d shapelet expansion (just counts from zero)
p, q : `int`
indices of the polar shapelet expansion (see BasisTypeEnum).
re : `bool`
True, if this is the real part of the coefficient.
Definition at line 53 of file generator.py.
| lsst.shapelet.generator.LaguerreIndexGenerator.__iter__ | ( | self | ) |
Definition at line 66 of file generator.py.
|
inherited |
Definition at line 28 of file generator.py.
|
staticinherited |
Definition at line 22 of file generator.py.
|
inherited |
Definition at line 18 of file generator.py.
|
inherited |
Definition at line 19 of file generator.py.