Skip to content

Commit

Permalink
Merge pull request #498 from lsst/tickets/DM-42287
Browse files Browse the repository at this point in the history
DM-42287:  Simulated ComCam instrument model for ops-rehearsal-3
  • Loading branch information
jchiang87 committed Feb 13, 2024
2 parents 3a8c486 + 7bec00d commit fc4da0d
Show file tree
Hide file tree
Showing 21 changed files with 87,102 additions and 10 deletions.

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions data/input/comCamSim/butler.yaml
@@ -0,0 +1,14 @@
datastore:
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
records:
table: file_datastore_records
root: <butlerRoot>
registry:
db: sqlite:///<butlerRoot>/gen3.sqlite3
managers:
attributes: lsst.daf.butler.registry.attributes.DefaultButlerAttributeManager
collections: lsst.daf.butler.registry.collections.synthIntKey.SynthIntKeyCollectionManager
datasets: lsst.daf.butler.registry.datasets.byDimensions.ByDimensionsDatasetRecordStorageManagerUUID
datastores: lsst.daf.butler.registry.bridge.monolithic.MonolithicDatastoreRegistryBridgeManager
dimensions: lsst.daf.butler.registry.dimensions.static.StaticDimensionRecordStorageManager
opaque: lsst.daf.butler.registry.opaque.ByNameOpaqueTableStorageManager
Binary file added data/input/comCamSim/gen3.sqlite3
Binary file not shown.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions policy/.gitignore
Expand Up @@ -6,3 +6,4 @@
/ucd.yaml
/ts3.yaml
/comCam.yaml
/comCamSim.yaml
2 changes: 1 addition & 1 deletion policy/SConscript
Expand Up @@ -18,7 +18,7 @@ libpathstr = lsst.sconsUtils.utils.libraryLoaderEnvironment()
# the shebang
python = "{} python".format(libpathstr)

for camera in ["latiss", "lsstCam", "imsim", "phosim", "ts8", "ucd", "ts3", "comCam"]:
for camera in ["latiss", "lsstCam", "imsim", "phosim", "ts8", "ucd", "ts3", "comCam", "comCamSim"]:
# Invoke the bin.src variant so that we do not depend on the shebang
# target having been run
commandInst = env.Command(f"{camera}.yaml", "",
Expand Down

0 comments on commit fc4da0d

Please sign in to comment.