BEAST-Fitting / megabeast

Hierarchical Bayesian Model for Ensembles of Dust Extinguished Stellar Populations
http://megabeast.readthedocs.io/
2 stars 11 forks source link

Move core computations to a callable function #42

Open karllark opened 4 years ago

karllark commented 4 years ago

The core megabeast computation for a single ensemble run (e.g., single pixel) would be better in a callable function instead of where it is right now.

karllark commented 4 years ago

Need to be able to test the core fitting without having to do all the reading in. Maybe just pickle the needed info for one pixel for testing?