Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
runDataRef() calls sensorRef.put("postISRCCD", exposure), when it should call sensorRef.put(exposure, "postISRCCD"). This write is disabled by default, and only causes trouble when doWrite is enabled.
Meredith Rawls, have a moment for a one-liner? We don't currently test processCcd on instcals, so there's not an easy test to add, and it doesn't seem worth the build time/effort to add such a run.