modify FITS file header
Show older comments
How can I modify FITS format header (add some keyword / value / comment)?
In Matlab I can only read (fitsread), write (fitswrite) data, and access the header information (fitsinfo).
Thanks,
Jerome
Answers (1)
Georg W.
on 11 May 2016
0 votes
Use the matlab.io.fits.writeKey function to add keys to your fits file.
Categories
Find more on FITS Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!