In real data, does the "EXPOSURE" keyword in the ARF and the observation contain the same number? They don't for our simulated data, but I'm wondering if that's every true in real data or whether that's just a special case related to our simulations?
Background: I've been thinking of moving the multiplication of frac_exp and exposure into the apply_arf method of the ARF class rather than have it in the apply_response method in XSpectrum, but then I realized that this doesn't work for our simulations because the exposure of the observation and the ARF are not the same!
In real data, does the "EXPOSURE" keyword in the ARF and the observation contain the same number? They don't for our simulated data, but I'm wondering if that's every true in real data or whether that's just a special case related to our simulations?
Background: I've been thinking of moving the multiplication of
frac_expandexposureinto theapply_arfmethod of theARFclass rather than have it in theapply_responsemethod inXSpectrum, but then I realized that this doesn't work for our simulations because the exposure of the observation and the ARF are not the same!