spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

Fix UFuncTypeError for background subtraction #221

Open ross-dobson opened 3 years ago

ross-dobson commented 3 years ago

On L1163 of imexamine.py, replaced a "-=", which prevents a UFuncTypeError due to subtracting float64 and uint16.

ross-dobson commented 3 years ago

Fixes #219, fixes #210

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.3%) to 38.483% when pulling 8f3fccf76be8a498779bc4fe3abec32b8747609f on Ross-Dobson:issue-219 into d6f21d13d0e46a07de21512c0a25d5a97084a138 on spacetelescope:master.