Carlos noticed that the obs-id obs_1727406001_satp3_1111111 does not have det_cal info, while the observations before and after (for instance obs_1727409259_satp3_1111111) do.
I checked the bias step analysis files for the failing and working observations, and found that for the failing observation, Vbias is not nan for bias lines >= 12, while for the successful observations Vbias is nan for bias lines >= 12:
I'm not sure exactly what is causing this in the data, but we need to change the existing update_smurf_caldbs script to skip bias lines >=12, rather than just checking for nans.
Carlos noticed that the obs-id
obs_1727406001_satp3_1111111
does not have det_cal info, while the observations before and after (for instanceobs_1727409259_satp3_1111111
) do.In prefect we see the error:
Failed on obs_1727406001_satp3_1111111: 'ufm_mv35_b12'
which occurs when trying to check bias-line consistency in this loop.I checked the bias step analysis files for the failing and working observations, and found that for the failing observation, Vbias is not nan for bias lines >= 12, while for the successful observations Vbias is nan for bias lines >= 12:
I'm not sure exactly what is causing this in the data, but we need to change the existing update_smurf_caldbs script to skip bias lines >=12, rather than just checking for nans.