lsst.shapelet gd877ba84e5+0a4c70e6b4
Public Member Functions | List of all members
lsst.shapelet.generator.HermiteIndexGenerator Class Reference
Inheritance diagram for lsst.shapelet.generator.HermiteIndexGenerator:
lsst.shapelet.generator.IndexGenerator

Public Member Functions

def __iter__ (self)
 

Detailed Description

Iterable that generates tuples of indices.

Yields
------
i : `int`
    the overall coefficient index for a 2-d shapelet expansion (just counts from zero)
nx : `int`
    the order of the x expansion
ny : `int`
    the order of the y expansion

Definition at line 32 of file generator.py.

Member Function Documentation

◆ __iter__()

def lsst.shapelet.generator.HermiteIndexGenerator.__iter__ (   self)

Definition at line 45 of file generator.py.


The documentation for this class was generated from the following file: