Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Team:Data Release Production
Description
To make the interactive QA analysis snappier, it would be great if the coaddAnalysis and visitAnalysis pipe_analysis scripts saved the results of their calculations before actually making the plots. This way the interactive plots could just read in the already-calculated values rather than repeating calculations.
Attachments
Issue Links
- mentioned in
-
Page Loading...
This might require doing some more significant refactoring of how the pipe_analysis scripts work, and at some point it might also be worth splitting these tasks into pieces, where one task does all the calculations and writes the data and then another task makes the plots. Given the current structure of the code, it might not be worth trying to implement this ticket before doing this refactoring; perhaps Lauren MacArthur you have a better sense?