Skip to content

Commit

Permalink
activate local background measurement algorithm
Browse files Browse the repository at this point in the history
For both single-frame and forced measurement modes.
  • Loading branch information
PaulPrice committed Feb 20, 2018
1 parent db02107 commit ac081cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/meas/base/forcedMeasurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class ForcedMeasurementConfig(BaseMeasurementConfig):
"base_GaussianFlux",
"base_CircularApertureFlux",
"base_PsfFlux",
"base_LocalBackground",
],
doc="Plugins to be run and their configuration"
)
Expand Down
1 change: 1 addition & 0 deletions python/lsst/meas/base/sfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class SingleFrameMeasurementConfig(BaseMeasurementConfig):
"base_SkyCoord",
"base_Variance",
"base_Blendedness",
"base_LocalBackground",
],
doc="Plugins to be run and their configuration"
)
Expand Down

0 comments on commit ac081cf

Please sign in to comment.