-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
when using lbda in Angstrom, the line
def get_3darray(self, lbda, shape, center=None):
"""Return FSF cube at the given wavelengths."""
return Moffat2D(self.get_fwhm(lbda, unit='pix'), self.get_beta(lbda),
shape, center)
should be
def get_3darray(self, lbda, shape, center=None):
"""Return FSF cube at the given wavelengths."""
return Moffat2D(self.get_fwhm(lbda), self.get_beta(lbda),
shape, center)
Metadata
Metadata
Assignees
Labels
No labels