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.
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.
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 candidateThe 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.