ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Add support for maps containing 64 bit integers #9

Closed ossama-othman closed 7 years ago

ossama-othman commented 7 years ago

The FITS standard supports 64 bit signed integers (BITPIX value of 64) but MaRC does not yet support that data type. It should be straightforward to implement support for 64 bit signed integers. CFITSIO, the underlying FITS library MaRC currently uses, already supports 64 bit signed integers.