Skip to content

Commit

Permalink
Remove lots of unused code
Browse files Browse the repository at this point in the history
Move makePoissonNoiseImage from diffimTools.py to the one test that
still uses it.
  • Loading branch information
parejkoj committed Feb 15, 2024
1 parent f08b3df commit 7e939b0
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1,335 deletions.
6 changes: 1 addition & 5 deletions python/lsst/ip/diffim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@
from .modelPsfMatch import *
from .makeKernel import *
from .makeKernelBasisList import *
from .diaCatalogSourceSelector import *
from .dipoleMeasurement import *
from .diffimTools import *
from .kernelCandidateQa import *
from .getTemplate import *
from .diaCatalogSourceSelector import *
from lsst.meas.base import wrapSimpleAlgorithm
from .dipoleFitTask import *
from .detectAndMeasure import *
from .imageDecorrelation import *
Expand All @@ -45,6 +40,7 @@
from .version import *

# automatically register ip_diffim Algorithms
from lsst.meas.base import wrapSimpleAlgorithm
wrapSimpleAlgorithm(NaiveDipoleCentroid, Control=DipoleCentroidControl, executionOrder=0.0)
wrapSimpleAlgorithm(NaiveDipoleFlux, Control=DipoleFluxControl, executionOrder=2.0)
wrapSimpleAlgorithm(PsfDipoleFlux, Control=PsfDipoleFluxControl, executionOrder=2.0)
Expand Down
208 changes: 0 additions & 208 deletions python/lsst/ip/diffim/diaCatalogSourceSelector.py

This file was deleted.

Loading

0 comments on commit 7e939b0

Please sign in to comment.