AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Make sure FIELD in FITS header is consistent for `CompoundObservation` #420

Closed danjampro closed 3 years ago

danjampro commented 3 years ago

Currently the FITS header FIELD values look like this: Centaurus-A-target_0, Centaurus-A-sky_0

We want them to look like this so we can query them more easily: Centaurus-A-target or Centaurus-A, Centaurus-A-sky

This might have already been done...

danjampro commented 3 years ago

It appears that this is still a problem.