Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Team:Architecture
Description
It appears that many (if not all) scripts in pipe_analysis don't actually use calexp or coadd pixels even though they read those datasets, sometimes several times. Replacing these by calexp_md, camera, calexp_wcs, or calexp_photoCalib wherever possible, or reading single pixel subimages if necessary, should reduce the disk read load considerably.
Attachments
Issue Links
- relates to
-
DM-24317 Further clean up Butler usage in pipe_analysis
- Done
https://github.com/lsst-dm/pipe_analysis/pull/50
There are no tests, and this isn't run by any CI job, so it's hard for me to check that I haven't broken anything.