aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-michels
AgeCommit message (Collapse)Author
2020-10-05update how the energy bias is applied in chi2 and plot-michelstlatorre
This commit updates how the energy bias is applied when we correct for the energy bias in correct_energy_bias(). The correct way to apply this correction is to compute: T_corrected = T_reco/(1+bias) whereas previously we were multiplying by (1-bias).
2020-09-09argmin -> argmaxtlatorre
2020-09-09update michel script to fit for bias and resolutiontlatorre
2020-09-07update python scripts to not call plt.show() when run with --savetlatorre
2020-08-17add a new script to plot the michel energy distributiontlatorre