Create multiple frames with fits file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 17 Avr 2019
if exist('new.fits', 'file'); delete('new.fits'); end
before you start writing data to it.
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!