jacob975 / TATIRP

Program for sorting and processing images of TAT telescope
MIT License
0 stars 0 forks source link

Turn the file format into fits table, which currently is tsv #1

Open jacob975 opened 7 years ago

jacob975 commented 7 years ago

The full form of FITS is Flexible Image Transport System. Which is much more flexible and come with lots of convenient and fast api. Better than the self-defined file format, tsv file. The most of all, astronomical software usually deal with fits file. In the future, maybe tat python need to adjust its system to fit another system, it would be easier.

spec

  1. file format is fits.
  2. datatype is table, defined by astropy.table
jacob975 commented 7 years ago

This task go on in branch develop_20170821.

jacob975 commented 6 years ago

This part is done in my opinion because the most important part, star catalog have been convert into fits table. I don't want to modify others program, because I rarely use them and the job is pretty time-consuming.