lsst.shapelet g1c9b347f51+e9273eb57a
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.shapelet.generator.LaguerreIndexGenerator Class Reference
Inheritance diagram for lsst.shapelet.generator.LaguerreIndexGenerator:
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)
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.

Member Function Documentation

◆ __iter__()

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

Definition at line 66 of file generator.py.


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