Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in FSFModel.get_cube() #36

Open
nfbouche opened this issue Feb 25, 2024 · 0 comments
Open

bug in FSFModel.get_cube() #36

nfbouche opened this issue Feb 25, 2024 · 0 comments

Comments

@nfbouche
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant