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

Create a method for users to store metadata with the candidate objects #44

Open PaulHancock opened 2 months ago

PaulHancock commented 2 months ago

Goals:

The metadata is not in a regular structure that can be used for all candidates, however it can be serialised (eg as JSON) so a string based metadata column would suffice. The website doesn't need to interpret the data, just display it as a set of key:value pairs.

Potential solution:

PaulHancock commented 2 days ago

from d1894ed2a42614dcbc29f1c757159b4a9c9db65f it is now possible to upload metadata along with a candidate. The fits file must have a column called "metadata" and it can contain any text data. When viewing the "candidate ratings table" there is now an additional column which shows a link to the metadata. The linked page shows the raw metadata.

PaulHancock commented 2 days ago

However if there is no metadata the link results in a 404.

PaulHancock commented 2 days ago

When downloading tables of candidates the metadata isn't also downloaded.

Submit a new issue if this is not aligned with your use case.