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

Speed up the auto-re-normalize #90

Open gully opened 1 year ago

gully commented 1 year ago

We saw a neat demo of the auto-re-normalize button for the dashboard. It's prohibitively slow, I think because we are making copies and making new fitting objects each time. I bet we could speed it up by surgically applying linear algebra to just the flux vector, while avoiding as many copies as possible. A key idea of the dashboard is to keep the latency to near imperceptible levels, for a really fascinating user experience.