lsst.shapelet
13.0-5-gde6b2c8+13
|
Public Member Functions | |
def | __iter__ (self) |
![]() | |
def | __init__ (self, order) |
def | __len__ (self) |
Additional Inherited Members | |
![]() | |
def | make (self, order, basisType) |
![]() | |
order | |
size | |
Iterable that generates tuples of (i, nx, ny) in which: - 'i' is the overall coefficient index for a 2-d shapelet expansion (just counts from zero) - 'nx' is the order of the x expansion - 'ny' is the order of the y expansion
Definition at line 28 of file generator.py.
def lsst.shapelet.generator.HermiteIndexGenerator.__iter__ | ( | self | ) |
Definition at line 36 of file generator.py.