HermiteIndexGenerator

class lsst.shapelet.HermiteIndexGenerator(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)

nx : int

the order of the x expansion

ny : int

the order of the y expansion

Attributes Summary

order
size

Methods Summary

make(self, order, basisType)

Attributes Documentation

order
size

Methods Documentation

static make(self, order, basisType)