Python Forum

Full Version: FITS 2D into FITS cube
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

I am very new to python. I need to "compile" a series of 2D FITS file into a FITS cube. is that possible using python? thank you so much
Quick google search would show that you may want to check PyFITS https://github.com/spacetelescope/PyFITS and Astropy http://www.astropy.org/

Note - I don't know if the answer is positive, but looks like these python packages allow to work with FITS files