changhoonhahn / gqp_mc

GQP mock challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compartmentalize postprocessing of SFR and Z

changhoonhahn opened this issue · comments

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.

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

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