How can I find the header of a matric?

1 view (last 30 days)
rahime froghi
rahime froghi on 12 Jan 2019
Answered: Star Strider on 12 Jan 2019
I need read fits datas and calculated Simpson Integral of them.
but i can't see the header of this matrices.
which code can I see header of this datas?
= fitsread(filename)

Answers (2)

madhan ravi
madhan ravi on 12 Jan 2019
Ue readtable() to read the file.

Star Strider
Star Strider on 12 Jan 2019
See the documentation section on: Importing Flexible Image Transport System (FITS) Files (link) and the fitsinfo (link) function. I have no experience with FITS files, so I am simply pointing to documentation that could help you.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!