Skip to content

Commit

Permalink
Merge pull request #10 from lsst/tickets/DM-4394
Browse files Browse the repository at this point in the history
Tickets/dm 4394
  • Loading branch information
timj committed Nov 24, 2015
2 parents 1e57b34 + 2d9fcae commit 433588e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 68 deletions.
65 changes: 0 additions & 65 deletions examples/clusterSrc.py

This file was deleted.

1 change: 0 additions & 1 deletion python/lsst/obs/decam/cameraGeom.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import lsst.afw.geom as afwGeom
import lsst.afw.cameraGeom.utils as cgUtils
import lsst.obs.sdss.makeCamera as makeCamera
11 changes: 9 additions & 2 deletions ups/obs_decam.table
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
setupRequired(utils)
setupRequired(daf_persistence)
setupRequired(daf_butlerUtils)
setupRequired(afw)
setupRequired(meas_algorithms)
setupRequired(pipe_tasks)
setupRequired(pipe_base)
setupRequired(pex_exceptions)
setupRequired(pex_config)
setupRequired(pex_policy)
setupRequired(ip_isr)
setupRequired(mysqlpython)

setupOptional(testdata_decam)
envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envPrepend(PATH, ${PRODUCT_DIR}/bin)

0 comments on commit 433588e

Please sign in to comment.