BrownDwarf / gollum

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

Unify callbacks #77

Closed Sujay-Shankar closed 2 years ago

Sujay-Shankar commented 2 years ago

Sort of combine some callbacks, specifically those related to changes in grid points, but made others, such as normalization much more efficient than they were before.

gully commented 2 years ago

Nice, it'll be great to simplify the callbacks. The modularity was sustainable when there were few callbacks, but more dimensions means lots of duplicate code and unsustainable maintenance. Unification is the way to go.