Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I read the CalFUSE output files into IDL?

calfuse files IDL output read
0
Posted

How can I read the CalFUSE output files into IDL?

0

CalFUSE output files are in FITS format with the data stored as binary table extensions. The extracted spectral files (*fcal.fit) employ the standard binary table format, listing wavelength, flux, error, etc. for each wavelength bin. The intermediate data files (*idf.fit) have a different format, listing all of the photon arrival times, then the X coordinates, then the Y coordinates. Formally, the table has only one row, and each element is an array. Both file formats can be read using the MDRFITS command from the IDL Astronomy User’s Library. Note that extensions 1 and 3 of the IDF must be read using the /fscale keyword.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123