Skip to content

Commit

Permalink
Remove ingestion of gen2 curated calibrations
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 31, 2022
1 parent 975a135 commit 1e1b54a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 87 deletions.
9 changes: 3 additions & 6 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# -*- python -*-
from lsst.sconsUtils import scripts

# Note the ordering here is critical. LATISS is put at the end here to ensure
# that the tests are run first and version.py is created, because creation of
# of the defect registry required the camera to be instantiated.
# If other cameras add defect generation they should add their build to
# the end of this list, along with LATISS
targetList = ("version", "shebang", "policy",) + scripts.DEFAULT_TARGETS + ("latiss", "ts8", "lsstcam")
# Force shebang and policy to come first so that camera geometry
# will guarantee to be complete before tests run.
targetList = ("version", "shebang", "policy",) + scripts.DEFAULT_TARGETS

scripts.BasicSConstruct("obs_lsst", disableCc=True, defaultTargets=targetList)
1 change: 0 additions & 1 deletion latiss/CALIB/_mapper

This file was deleted.

26 changes: 0 additions & 26 deletions latiss/SConscript

This file was deleted.

1 change: 0 additions & 1 deletion lsstcam/CALIB/_mapper

This file was deleted.

26 changes: 0 additions & 26 deletions lsstcam/SConscript

This file was deleted.

1 change: 0 additions & 1 deletion ts8/CALIB/_mapper

This file was deleted.

26 changes: 0 additions & 26 deletions ts8/SConscript

This file was deleted.

0 comments on commit 1e1b54a

Please sign in to comment.