View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

SDO Data

CosmicLettuce wrote on Mar 10, 2016


Hello!

Do you have any suggestions on how to deal with these compressed FITS tables from SDO? I'd like to convert them to regular uncompressed FITS images.

Here are some examples:

http://jsoc.stanford.edu/data/hmi/fits/2016/03/09/

Much Thanks,

Cosmic

Mike Fitzpatrick wrote on Mar 10, 2016


The are compressed image files but missing the ".fz" extension. You can add the extension using the command:

cl> rename *.fits fz field=extn

to rename all the files. After that, the FUNPACK task in the FITSUTIL external package, or the 'funpack' command from the CFITSIO distribution outside of IRAF, can be used to uncompress the files.

CosmicLettuce wrote on Mar 10, 2016


Quote by: fitzThe are compressed image files but missing the ".fz" extension. You can add the extension using the command:

cl> rename *.fits fz field=extn

to rename all the files. After that, the FUNPACK task in the FITSUTIL external package, or the 'funpack' command from the CFITSIO distribution outside of IRAF, can be used to uncompress the files.


Awesome. You saved my ass again, man.

Thanks and Cheers,

Cosmic

Last post on Mar 10, 2016