You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: