aperiosoftware / astropy

Repository for the Astropy core package
www.astropy.org
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support for NULL_PIXEL_MASK/ZCMPMASK #53

Open astrofrog opened 1 year ago

astrofrog commented 1 year ago

See https://github.com/aperiosoftware/astropy/issues/34 - the FITS standard mentions the possibility of using NULL_PIXEL_MASK for compression algorithms that don't preserve ints. However I think there are no such algorithms at the moment so NULL_PIXEL_MASK is never needed (and not implemented in CFITSIO).