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
Activity
Rank | Ranked higher |
Rank | Ranked lower |
Rank | Ranked higher |
Labels | Measurement | AppsPlanning |
Story Points | 2 | 3 |
Story Points | 3 | 5 |
Labels | AppsPlanning | SciencePipelines |
Sprint | Science Pipelines DM-W15-3 [ 111 ] |
Rank | Ranked lower |
Sprint | Science Pipelines DM-W15-3 [ 111 ] |
Rank | Ranked higher |
Sprint | Science Pipelines DM-W15-3 [ 111 ] |
Rank | Ranked lower |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Sprint | Science Pipelines DM-W15-3 [ 111 ] | Science Pipelines DM-W15-3, Science Pipelines DM-W15-4 [ 111, 120 ] |
Rank | Ranked higher |
Reviewers | Simon Krughoff [ krughoff ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Sprint | Science Pipelines DM-W15-3, Science Pipelines DM-W15-4 [ 111, 120 ] | Science Pipelines DM-W15-3, Science Pipelines DM-W15-4, Science Pipelines DM-W15-5 [ 111, 120, 129 ] |
Rank | Ranked higher |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Team | Measurement Framework [ 10205 ] | Data Release Production [ 10301 ] |
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 +-