Closed ctheissen closed 1 year ago
What version of numpy are you using? Numpy has several backward-incompatible things that they changed but I haven't seen much benefits of using newer versions of numpy
1.24.2. We might need to think about some sort of version check.
I am using 1.21.6. Honesty I mostly stick with Python 3.7 for developing SMART since there was too much (unncessary) pain to deal with incompatible software upgrades.
Almost certain that your errors come from the wavelength calibration width computation. A simple fix is just to change np.int into int.
Just made the change; give it a try to see if that works in your environment!
Should be good now
Need to fix this throughout probably.