Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Measurement Sprint 1
-
Team:Data Release Production
Description
The config item in the old measurement task, measurement.algorithms was changed to measurement.plugins in meas_base. The creates a backward compatibility issue for code which refers to this class member.
Jim's suggested fix is to alias plugins with algorithms in the new measurement task.
Perry, here's another tiny one for you to review (and hopefully make use of). It should make meas_base compatible with the master version of pipe_tasks, by aliasing .plugins to .algorithms in the config. No rush on this review, but I figured it'd be useful to you before you start the comparison-test issues.
meas_base:u/jbosch/DM-468 % git diff --stat master...u/jbosch/DM-468
python/lsst/meas/base/forcedImage.py | 1 +
python/lsst/meas/base/sfm.py | 1 +
2 files changed, 2 insertions(+)