gollum icon indicating copy to clipboard operation
gollum copied to clipboard

Errors in Phoenix interactive dashboard

Open cosmicbabs opened this issue 1 year ago • 3 comments

Hi Gully! I hope you are well! I remember Gollum from the past CoolStars, and I wanted to try it!

I had some issues with Bokeh and the localhost when trying to use the interactive dashboard but solved them by adding this:

import os os.environ["BOKEH_ALLOW_WS_ORIGIN"] = 'localhost:8891'

Also, there were some issues with the wavelength range for the grid; it doesn't like to use precisely the min and max from the observed spectrum, but that was fixed easily by increasing the wl range.

There is one thing I haven't been able to figure out: the dashboard shows up, and I can change the vsini, the RV, and the scale factor, but it breaks when trying to change the effective temperature, log g, or metallicity. I'm not sure if it is a problem with bokeh or what, but the dashboard cannot change the spectrum to another one in the grid.

Any help would be quite welcome!

Best, Babs

Screen Shot 2024-02-16 at 1 10 41 PM Screen Shot 2024-02-16 at 1 11 00 PM

cosmicbabs avatar Feb 16 '24 12:02 cosmicbabs