HermiteIndexGenerator

class lsst.shapelet.HermiteIndexGenerator(order)

Bases: IndexGenerator

Iterable that generates tuples of indices.

Yields:
iint

the overall coefficient index for a 2-d shapelet expansion (just counts from zero)

nxint

the order of the x expansion

nyint

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)