Create multiple frames with fits file
1 view (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 17 Apr 2019
if exist('new.fits', 'file'); delete('new.fits'); end
before you start writing data to it.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!