andreatramacere / magic-backend

0 stars 2 forks source link

Convert from .ecsv to .fits #4

Open micheledoro opened 4 years ago

micheledoro commented 4 years ago

It is my understanding once we have a stable and running .ecsv format, we can transpose this into a .fits file. Is there any known routine that does it easily (fields and format must be selected)

andreatramacere commented 4 years ago

This is done by astropy table, we have only to specify the output format when we save the file :)

micheledoro commented 4 years ago

Great! Once we have completed year 2019, it would be nice to release it in .fits format too. Good!