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

Tradeoffs of specutils subclassing and prospects for assessing alternatives #97

Open gully opened 7 months ago

gully commented 7 months ago

I'm on a chat with @SujayShankar2001 right now and we're talking about tradeoffs with specutils subclassing.

See related issue in muler: https://github.com/OttoStruve/muler/issues/149

In our current gollum/muler ecosystem, here are the functionalities that "touch" specutils:

We make lots of use of the hidden function _copy() which we both agree is slow and undesirable.