ADACS-Australia / GleamXGPMonitoring

GLEAM Galactic Plane transient rating app is a web-based candidate classifier for team members to easily classify transient candidates. The transient candidates are detected in the MWA's weekly monitoring of the galactic plane.
https://gleamxgpmonitoring.readthedocs.io/en/latest/
MIT License
0 stars 1 forks source link

44 store metadata with candidates #47

Closed PaulHancock closed 4 months ago

PaulHancock commented 4 months ago

Resolving #44

Created a new model "Metadata" which stores metadata associated with a candidate.

If a user includes a column "metadata" in their fits file when running the upload_cand.py script then the metadata will be stored and linked to the candidate

The candidate ratings table now includes a column which will be a link to the metadata for each candidate when the metadata is not blank.

The upload_cand.py scrip was modified to remove some confusing naming but otherwise doesn't need to be changed to work with the above.