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
Traceback (most recent call last):
File "/home/bhugo/LunarPolarimetry/venv/bin/breizorro", line 5, in <module>
main()
File "/home/bhugo/LunarPolarimetry/venv/lib/python3.8/site-packages/breizorro/breizorro.py", line 251, in main
mask_image += fits[0]
numpy.core._exceptions.UFuncTypeError: Cannot cast ufunc 'add' output from dtype('float32') to dtype('bool') with casting rule 'same_kind'
... why are we adding masks --- these are binaries - it is better to just or them...
The text was updated successfully, but these errors were encountered:
While I'm at it I will add an option to and (in other words create ever more restrictive masks). I need this to clean the limb of the S-band moon where I create a torus mask with another program
Getting
... why are we adding masks --- these are binaries - it is better to just or them...
The text was updated successfully, but these errors were encountered: