Skip to content

Commit

Permalink
Add imageMapReduce task
Browse files Browse the repository at this point in the history
Add unit test
  • Loading branch information
djreiss committed Mar 6, 2017
1 parent 0032059 commit 2d253ea
Show file tree
Hide file tree
Showing 3 changed files with 1,100 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/diffim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
from lsst.meas.base import wrapSimpleAlgorithm
from .dipoleFitTask import *
from .imageDecorrelation import *
from .imageMapReduce import *

# automatically register ip_diffim Algorithms
wrapSimpleAlgorithm(NaiveDipoleCentroid, Control=DipoleCentroidControl, executionOrder=0.0)
Expand Down

0 comments on commit 2d253ea

Please sign in to comment.