This adds in a calculation that using the designmatrix to calculate the phases of each photon during each step of the MCMC run in event_optimize. This leads to a dramatic speed up in the MCMC run.
Here are some test runs I have done with real gamma-ray data. The samples line up well with the exception of the internal PHASE parameter that is written into the fitter within event_optimize. This parameter is an internal parameter that serves as analogous to absolute phase and does not effect the timing model.
This adds in a calculation that using the designmatrix to calculate the phases of each photon during each step of the MCMC run in
event_optimize
. This leads to a dramatic speed up in the MCMC run.Here are some test runs I have done with real gamma-ray data. The samples line up well with the exception of the internal
PHASE
parameter that is written into the fitter withinevent_optimize
. This parameter is an internal parameter that serves as analogous to absolute phase and does not effect the timing model.