PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

173 remove fits image class #180

Closed PaulHancock closed 2 years ago

PaulHancock commented 2 years ago

Discontinue the use of the fits_image module and FitsImage class in preference for simply storing the image data and the header information.

Fix up a bunch of cosmetic issues that have been annoying me such as import sorting and fixing most of the flake8 generated errors.

PaulHancock commented 2 years ago

Codacy is being unreasonably pedantic, considering that I actually fixed so many style issues.