skyportal / skyportal

Collaborative platform for time-domain astronomy
https://skyportal.io
Other
92 stars 91 forks source link

Galaxy Table Display #2578

Closed mcoughlin closed 2 years ago

mcoughlin commented 2 years ago

The idea is to add a table of galaxy information (for example, galaxy ID, catalog, RA, DEC, proba, distance (Mpc), Nb. Obs, mag limit, last obs, Nb. OTs) in the form of table, with the ability to do searching / sorting (column value, increasing/decreasing order and choice of sorting header) (by default decreasing probability).

Basically the same as the sources table display: https://github.com/mcoughlin/skyportal/blob/crossmatch3/static/js/components/GcnEventPage.jsx#L160 but for galaxies.

jadalilleboe commented 2 years ago

@mcoughlin I can work on this. Should there be a new galaxy page?

mcoughlin commented 2 years ago

@jadalilleboe I have an open PR here: https://github.com/skyportal/skyportal/pull/2596. It will need to tie into your source filtering PR in basically the same way. Plus we need to get these galaxies visualized on the skymap.

jadalilleboe commented 2 years ago

@mcoughlin ohh ok. Any issues that aren't being worked on?

mcoughlin commented 2 years ago

This mostly works.