Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:Science Pipelines DM-W15-3, Science Pipelines DM-W15-4, Science Pipelines DM-W15-5
-
Team:Data Release Production
Description
ip_diffim includes a few measurement algorithms which need to be converted to the new framework.
Attachments
Issue Links
- has to be done before
-
DM-2131 Resolve compiler warnings in new measurement framework
- Done
Simon, would you have time to review this change? Or get someone at UW who cares about this package to look at it?
The code is in /u/pgee/
DM-980binclude/lsst/ip/diffim/DipoleAlgorithms.h | 413 +++++++++++++------
python/lsst/ip/diffim/_init_.py | 9 +-
python/lsst/ip/diffim/diffimLib.i | 30 +-
python/lsst/ip/diffim/dipole.i | 102 +++++
python/lsst/ip/diffim/dipoleMeasurement.py | 72 ++--
python/lsst/ip/diffim/imagePsfMatch.py | 11 +-
src/DipoleAlgorithms.cc | 475 +++++++++++++++++++++
src/dipoleAlgorithm.cc | 618 ----------------------------
tests/dipole.py | 199 +++++----
ups/ip_diffim.cfg | 2 +-
ups/ip_diffim.table | 2 +-