Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Alert Production X16 - 5
-
Team:Alert Production
Description
Implement RFC-155: change estimateBackground as follows:
- Always subtract the background
- Modify the exposure in place
- Replace estimateBackground with the run method of a new task SubtractBackgroundTask
- Replace getBackground (which fits a background) with SubtractBackgroundTask.fitBackground
Most of the work is in meas_algorithms, but it affected some code in ip_diffim, pipe_drivers and pipe_tasks. It also required a trivial change to a comment in meas_base.