LaguerreIndexGenerator

class lsst.shapelet.LaguerreIndexGenerator(order)

Bases: lsst.shapelet.IndexGenerator

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.

Attributes Summary

order
size

Methods Summary

make(self, order, basisType)

Attributes Documentation

order
size

Methods Documentation

static make(self, order, basisType)