BenJuan26 / OpenSkyStacker

Multi-platform stacker for deep-sky astrophotography.
MIT License
98 stars 14 forks source link

FITS support #21

Closed BenJuan26 closed 7 years ago

BenJuan26 commented 7 years ago

There is currently no support for FITS images.

BenJuan26 commented 7 years ago

CCfits and cfitsio are available packages on Mac and Linux.

Mac:

brew install cfitsio ccfits

Ubuntu/Debian:

sudo apt-get install libcfitsio-dev libccfits-dev