DaveStrickland / AstroPhotography

Python workflow for processing astrophotography images from either digital cameras and/or amateur telescopes.
GNU General Public License v3.0
19 stars 3 forks source link

Finish RAW to FITS conversion #4

Closed DaveStrickland closed 3 years ago

DaveStrickland commented 3 years ago

The dksraw tool does NOT fully implement to promised features, but it can convert RAW to common computer graphics formats supported by imageio, e.g. PNG.

I put off the conversion to FITS file format, despite it being trivial to implement, because I wanted a self-consistent metadata solution for graphics formats and FITS but was having problems handling graphics image metadata using imageio.

In hindsight a working FITS conversion with imperfect metadata is better than no FITS conversion capability at all.

DaveStrickland commented 3 years ago

Version 0.3.0 officially closes this issue.