desihub / desispec

DESI spectral pipeline
BSD 3-Clause "New" or "Revised" License
36 stars 24 forks source link

20211104-1105 R8 data bad array sizes #2241

Closed sbailey closed 3 months ago

sbailey commented 4 months ago

20211104 exposure 00107390 through 20211105 exposure 00107451, the R8 raw data had a different dimensionality than normal: [4194, 4185] instead of [4194, 4256]. !?!?!

This is causing pipeline failures due to picking up zeros in that exposure range. Iron had a different biasnight exposure selection algorithm which might be why we didn't trip on this before.

Flag r8 as bad for those exposures in the exposure table, and cleanup+relaunch those nights for Jura.

sbailey commented 3 months ago

Flag r8 as bad for those exposures in the exposure table, and cleanup+relaunch those nights for Jura.

Done