Create multiple frames with fits file
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am trying to create a single fits file with multiple frames. I have attached the Coding. At the end, i need to get a single fits file with 26 frames, but my code is producing just a single frame. Can someone please help? TIA
댓글 수: 9
Walter Roberson
2019년 4월 17일
if exist('new.fits', 'file'); delete('new.fits'); end
before you start writing data to it.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!