-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_mcsActor
-
Labels:
-
Story Points:3
-
Sprint:PreEngRun4, EngRun3Cleanup
The canonexp readout and mcs exposure processing take significantly more time than we want, and can be made more efficient. As it stands a single 0.8s exposure takes more than 10s. From looking at the timings, three obvious improvements are:
- run the canonexp library routines in a permanently running daemon, which can pipe N*0.8s reads to the mcsActor without going to disk.
- likewise, write the PFSC files in a background process, so that nothing waits on the writes.
- mask off the non-PFI parts of the image and otherwise tune the background subtraction and centroiding.
This ticket addresses the first of these improvements.
- blocks
-
INSTRM-1414 Update blackspot geometry
- Done
- is duplicated by
-
INSTRM-1396 Improve MCS exposure times
- Won't Fix
- relates to
-
INSTRM-1425 MCS readout efficiency: write the PFSC files in the background
- Done
-
INSTRM-1426 MCS readout efficiency: mask off non-PFI areas
- Done
-
INSTRM-1397 Fast SpS reads for cobra moves behind blackspots
- Done