Skip to content

Commit

Permalink
Added test repo data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyder005 committed Oct 24, 2023
1 parent 660fe7f commit e608ce2
Show file tree
Hide file tree
Showing 27 changed files with 109,324 additions and 2,032 deletions.

This file was deleted.

Binary file modified data/input/ucd/gen3.sqlite3
Binary file not shown.

This file was deleted.

This file was deleted.

73,863 changes: 73,863 additions & 0 deletions data/input/ucd/raw/20230504/TS_C_20230504_000016_R22_S01.fits

Large diffs are not rendered by default.

35,335 changes: 35,335 additions & 0 deletions data/input/ucd/raw/20231016/TS_C_20231016_000128_R21_S01.fits

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion policy/SConscript
Original file line number Diff line number Diff line change
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", "ucdcam_itl"]:
for camera in ["latiss", "lsstCam", "imsim", "phosim", "ts8", "ucd", "ts3", "comCam"]:
# 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
24 changes: 0 additions & 24 deletions policy/ucd/R00.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions policy/ucd/R01.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions policy/ucd/R02.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions policy/ucd/R03.yaml

This file was deleted.

88 changes: 88 additions & 0 deletions policy/ucd/R21.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
R21 :
detectorType : E2V
raftSerial : LCA-11021_RTM-E2V-21
ccdSerials :
S01 : E2V-CCD250-112-09

amplifiers :
S01 :
C10 : {
gain : 1.423,
readNoise : 8.7,
saturation : 200000,
}
C11 : {
gain : 1.422,
readNoise : 8.9,
saturation : 200000,
}
C12 : {
gain : 1.421,
readNoise : 8.8,
saturation : 200000,
}
C13 : {
gain : 1.430,
readNoise : 8.9,
saturation : 200000,
}
C14 : {
gain : 1.424,
readNoise : 9.8,
saturation : 200000,
}
C15 : {
gain : 1.424,
readNoise : 10.6,
saturation : 200000,
}
C16 : {
gain : 1.419,
readNoise : 8.8,
saturation : 200000,
}
C17 : {
gain : 1.0,
readNoise : 10.1,
saturation : 200000,
}
C07 : {
gain : 1.355,
readNoise : 6.3,
saturation : 200000,
}
C06 : {
gain : 1.464,
readNoise : 7.2,
saturation : 200000,
}
C05 : {
gain : 4.967,
readNoise : 155.4,
saturation : 200000,
}
C04 : {
gain : 1.455,
readNoise : 6.8,
saturation : 200000,
}
C03 : {
gain : 1.461,
readNoise : 6.8,
saturation : 200000,
}
C02 : {
gain : 1.454,
readNoise : 7.2,
saturation : 200000,
}
C01 : {
gain : 1.446,
readNoise : 8.2,
saturation : 200000,
}
C00 : {
gain : 1.442,
readNoise : 10.0,
saturation : 200000,
}
File renamed without changes.
19 changes: 5 additions & 14 deletions policy/ucd/rafts.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
#
# A list of all the rafts in the camera
#
rafts :
R00 :
offset : [0.0, 0.0] # offset of centre of raft, mm
R22 :
offset : [0.0, 0.0] # offset of centre of raft, mm
id0 : 0 # id for S00, incrementing uniformly
R01 :
offset : [0.0, 0.0] # offset of centre of raft, mm
id0 : 1 # id for S00, incrementing uniformly
R02 :
offset : [0.0, 0.0] # offset of centre of raft, mm
id0 : 2 # id for S00, incrementing uniformly
R03 :
offset : [0.0, 0.0] # offset of centre of raft, mm
id0 : 3 # id for S00, incrementing uniformly
R21 :
offset : [0.0, 0.0]
id0 : 9
Loading

0 comments on commit e608ce2

Please sign in to comment.