changhoonhahn / gqp_mc

GQP mock challenge
MIT License
2 stars 2 forks source link

compartmentalize postprocessing of SFR and Z #34

Closed changhoonhahn closed 4 years ago

changhoonhahn commented 4 years ago

At the moment SFR and Z calculations for the MC chains are done on the fly and significantly delay output. This should be done as a postprocessing step.

changhoonhahn commented 4 years ago

7249e9b408a157e30db5802f8317bf0e3cba1f27 calculating SFR from the MC chains is now separate from the the MCMC functions in iSpeculator.postprocess. Still need to implement metallicity calculation.

changhoonhahn commented 4 years ago

500b6556688e88a7411b42f6eb2bece8cec7cf4e metallicity calculation now included in iFitters.postprocess method.