modify FITS file header
조회 수: 8 (최근 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!