Skip to content

Commit

Permalink
Merge pull request #33 from lsst/tickets/DM-35724
Browse files Browse the repository at this point in the history
DM-35724: Remove gen2
  • Loading branch information
timj committed Aug 11, 2022
2 parents 08b559b + 534f8ed commit fed783d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 169 deletions.
3 changes: 0 additions & 3 deletions python/lsst/coadd/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@

from .addToCoadd import *
from .copyGoodPixels import *
from .getGen3CoaddExposureId import *
from .setCoaddEdgeBits import *
from .version import *

from .coaddDataIdContainer import *
77 changes: 0 additions & 77 deletions python/lsst/coadd/utils/coaddDataIdContainer.py

This file was deleted.

86 changes: 0 additions & 86 deletions python/lsst/coadd/utils/getGen3CoaddExposureId.py

This file was deleted.

4 changes: 1 addition & 3 deletions ups/coadd_utils.table
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
setupRequired(afw)
setupRequired(log)
setupRequired(pex_config)
setupRequired(pipe_base)
setupRequired(sconsUtils)
setupRequired(utils)
setupRequired(daf_persistence)

setupOptional(afwdata)
setupOptional(pex_config)

envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
Expand Down

0 comments on commit fed783d

Please sign in to comment.