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

Noise term in extract spectra does not always include the sky noise #11

Open
ctheissen opened this issue Sep 26, 2018 · 0 comments
Open

Comments

@ctheissen
Copy link

In image_lib.py:extract_spectra, I noticed that for some reason the 'k' term (line 215) is sometimes set to zero even though both the numerator and denominator have integer or float values. A quick fix for this is to change the numerator and denominator to float(x), where 'x' is either the numerator or denominator. I have no idea if this is a python version issue, but it's a very strange problem.

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