rzellem / EXOTIC

EXOplanet Transit Interpretation Code
Other
84 stars 45 forks source link

Add support for fpack based extensions #1251

Closed mikeprimm closed 5 months ago

mikeprimm commented 5 months ago

astropy already supports, so just need to recognize appropriate extensions (.fits.fz, fit.fz). Used fpack to compress files (wow, it works well!), and confirmed correct behavior.

mikeprimm commented 5 months ago

Seems simple enough!

Yeah - thankfully, support was already in AstroPy, so we just need to recognize the file names :)