LCOGT / hermes-frontend

The frontend for hermes.
GNU General Public License v3.0
0 stars 1 forks source link

Added plotly spectrum plots to the message detail component when spec… #91

Closed jnation3406 closed 3 weeks ago

jnation3406 commented 1 month ago

…trum data is present.

I decided to use plotly for plotting since you are familiar with it. This will make a plot per spectrum entry in the data table right below the message text but above the accordion data tables. It works on both raw data or ascii/text files in the spectrum section that are in the format expected by TNS (two columns of data, wavelength \t flux). Please let me know if there are other formats of data you think I could detect and plot here as well.

raw data array example: image

tns spectra file example: image