Currently we save the residuals for each signal added to a SimulatedPulsar in the added_signals_time property. But we use the pre-fit residuals for this, so the sum of all signals actually don't add up to the full signal. So it might be better to just save the post-fit residuals instead.
Currently we save the residuals for each signal added to a
SimulatedPulsarin theadded_signals_timeproperty. But we use the pre-fit residuals for this, so the sum of all signals actually don't add up to the full signal. So it might be better to just save the post-fit residuals instead.