Skip to content

Commit f3ef3dc

Browse files
committed
add LSSTCamSim instrument model
1 parent 5c5439f commit f3ef3dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+135948
-6
lines changed

data/input/lsstCamSim/LSSTCamSim/calib/unbounded/camera/camera_LSSTCamSim_LSSTCamSim_calib_unbounded.fits

Lines changed: 28632 additions & 0 deletions
Large diffs are not rendered by default.

data/input/lsstCamSim/butler.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
datastore:
2+
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
3+
records:
4+
table: file_datastore_records
5+
root: <butlerRoot>
6+
registry:
7+
db: sqlite:///<butlerRoot>/gen3.sqlite3
8+
managers:
9+
attributes: lsst.daf.butler.registry.attributes.DefaultButlerAttributeManager
10+
collections: lsst.daf.butler.registry.collections.synthIntKey.SynthIntKeyCollectionManager
11+
datasets: lsst.daf.butler.registry.datasets.byDimensions.ByDimensionsDatasetRecordStorageManagerUUID
12+
datastores: lsst.daf.butler.registry.bridge.monolithic.MonolithicDatastoreRegistryBridgeManager
13+
dimensions: lsst.daf.butler.registry.dimensions.static.StaticDimensionRecordStorageManager
14+
opaque: lsst.daf.butler.registry.opaque.ByNameOpaqueTableStorageManager

data/input/lsstCamSim/gen3.sqlite3

1.13 MB
Binary file not shown.

data/input/lsstCamSim/raw/2024-03-21/7024032100720/7024032100720-R22-S11-det094.fits.fz

Lines changed: 88228 additions & 0 deletions
Large diffs are not rendered by default.

policy/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libpathstr = lsst.sconsUtils.utils.libraryLoaderEnvironment()
1818
# the shebang
1919
python = "{} python".format(libpathstr)
2020

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

0 commit comments

Comments
 (0)