BrownDwarf / gollum

A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
https://gollum-astro.readthedocs.io/
MIT License
20 stars 5 forks source link

Starspot temperature slider appears to be not working in experimental Phoenix dashboard #85

Open gully opened 1 year ago

gully commented 1 year ago

When we change the starspot temperature, we see no change in either the component spectrum or the combined spectrum.

Sujay-Shankar commented 1 year ago

Hi gully! Could you share the grid parameters that you are using?

gully commented 1 year ago
image
Sujay-Shankar commented 1 year ago

I think I've figured it out, the starspot temperature slider is hard locked to a maximum temperature of 4000K (why? i do not remember), but I'll just change it to span the same range as teff in the current branch I'm working on.

Sujay-Shankar commented 1 year ago

And since spot temp spectra only pull from the currently loaded grid, they can pull the closest grid point to 4000K, i.e. 4400K, and will only pull that spectrum. If you want lower temps, reduce teff range down to say 2300K.

Sujay-Shankar commented 1 year ago

The improvements branch now has the matched ranges for teff and spot_temp 👍 P.S. (the component spectra toggle was removed, now you can look at them by clicking on the interactive legend)