astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Header constructor #171

Closed Luke-Pratley closed 6 years ago

Luke-Pratley commented 6 years ago

Added a header constructor to easily create a header file in the main executable. This is extremely useful for writing fits files with coordinates and units.

Also added some errors when reading with uvfits when trying to read non-supported polarisation.

Also, found a fix for compiling with old gcc in https://github.com/astro-informatics/purify/commit/047cf46be59e8eff164d54ac91e9895ac48a5b16 fixes #166