modify FITS file header
12 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Georg W.
2016 年 5 月 11 日
Use the matlab.io.fits.writeKey function to add keys to your fits file.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!