-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from lsst-camera-dh/run7/step08
- Loading branch information
Showing
7 changed files
with
371 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
[ACQUIRE] | ||
bias1 | ||
bias2 | ||
bias3 | ||
bias4 | ||
dark | ||
sflat | ||
lambda | ||
flat | ||
persistence | ||
|
||
[BIAS1] | ||
ACQTYPE=bias | ||
ANNOTATION=0 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 0 | ||
|
||
[BIAS2] | ||
ACQTYPE=bias | ||
ANNOTATION=15 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 15.0 | ||
|
||
[BIAS3] | ||
ACQTYPE=bias | ||
ANNOTATION=30 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 30 | ||
|
||
[BIAS4] | ||
ACQTYPE=bias | ||
ANNOTATION=60 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 60 | ||
|
||
[DARK] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 1 # number of bias frames per dark set | ||
DARK=30 2, # integration time and image count for dark set | ||
180 2, | ||
360 5 | ||
|
||
[SFLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
BCOUNT= 0 # number of bias frames per superflat set | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
SFLAT=nm750 1000 25, # wavelength filter, signal(e-), count | ||
nm750 50000 15 # wavelength filter, signal(e-), count | ||
|
||
[LAMBDA] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
IMCOUNT= 1 # number of images at each wavelength | ||
BCOUNT= 0 # number of bias frames per wavelength image | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
|
||
|
||
LAMBDA = blue 10000, # wavelength filter, expected e/pixe | ||
nm750 10000, | ||
red 10000, | ||
uv 10000, | ||
nm960 10000, | ||
nm850 10000 | ||
|
||
[FLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT=1 # number of bias frames per flat image | ||
WL =red # wavelength filter to use for the flats | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
# | ||
# Below has pairs from 100-200,000 e/pixel, log spaced with | ||
# ND_OD1.0 and empty (568-1090 e/pixel) | ||
FLAT=15 100, | ||
15 124, | ||
15 154, | ||
15 192, | ||
15 239, | ||
15 296, | ||
15 368, | ||
15 458, | ||
15 569, | ||
15 707, | ||
15 879, | ||
15 1092, | ||
15 1357, | ||
15 1687, | ||
15 2096, | ||
15 2605, | ||
15 3237, | ||
15 4023, | ||
15 5000, | ||
15 6214, | ||
15 7722, | ||
15 9597, | ||
15 11927, | ||
15 14822, | ||
15 18420, | ||
15 22892, | ||
15 28449, | ||
15 35355, | ||
15 43938, | ||
15 54605, | ||
15 67860, | ||
15 84334, | ||
15 104807, | ||
15 130250, | ||
15 161870, | ||
15 201165, | ||
15 250000, | ||
15 260000, | ||
15 270000, | ||
15 280000, | ||
15 290000, | ||
15 300000, | ||
15 310000 | ||
|
||
[PERSISTENCE] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 20 # number of bias frames per persistence set | ||
WL= red # wavelength filter | ||
ND = empty | ||
PERSISTENCE= 400000 20 15.0 0.0 # signal(e-), number of darks after flat, exposure time, time(sec) between darks | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ACQUIRE] | ||
bias1 | ||
bias2 | ||
bias3 | ||
bias4 | ||
dark | ||
|
||
[BIAS1] | ||
ACQTYPE=bias | ||
ANNOTATION=0 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 0 | ||
|
||
[BIAS2] | ||
ACQTYPE=bias | ||
ANNOTATION=15 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 15.0 | ||
|
||
[BIAS3] | ||
ACQTYPE=bias | ||
ANNOTATION=30 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 30 | ||
|
||
[BIAS4] | ||
ACQTYPE=bias | ||
ANNOTATION=60 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 60 | ||
|
||
[DARK] | ||
#SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 1 # number of bias frames per dark set | ||
DARK=30 2, # integration time and image count for dark set | ||
180 2, | ||
360 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
[ACQUIRE] | ||
bias1 | ||
bias2 | ||
bias3 | ||
bias4 | ||
dark | ||
sflat | ||
lambda | ||
flat | ||
persistence | ||
|
||
[BIAS1] | ||
ACQTYPE=bias | ||
ANNOTATION=0 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 0 | ||
|
||
[BIAS2] | ||
ACQTYPE=bias | ||
ANNOTATION=15 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 15.0 | ||
|
||
[BIAS3] | ||
ACQTYPE=bias | ||
ANNOTATION=30 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 30 | ||
|
||
[BIAS4] | ||
ACQTYPE=bias | ||
ANNOTATION=60 sec extra delay | ||
COUNT= 5 | ||
EXTRADELAY = 60 | ||
|
||
[DARK] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 1 # number of bias frames per dark set | ||
DARK=30 2, # integration time and image count for dark set | ||
180 2, | ||
360 2 | ||
|
||
[SFLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
BCOUNT= 0 # number of bias frames per superflat set | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
#SFLAT=nm750 1000 25 ND_OD1.0, # wavelength filter, signal(e-), count, ND filter# | ||
# nm750 50000 10 empty # wavelength filter, signal(e-), count, ND filter# | ||
SFLAT=nm750 1000 5, # wavelength filter, signal(e-), count | ||
nm750 50000 5 # wavelength filter, signal(e-), count | ||
|
||
[LAMBDA] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
IMCOUNT= 1 # number of images at each wavelength | ||
BCOUNT= 0 # number of bias frames per wavelength image | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
|
||
LAMBDA = blue 10000, # wavelength filter, expected e/pixe | ||
nm750 10000, | ||
red 10000, | ||
uv 10000, | ||
nm960 10000, | ||
nm850 10000 | ||
|
||
[FLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT=1 # number of bias frames per flat image | ||
WL =nm750 # wavelength filter to use for the flats | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
# | ||
# Below has pairs from 100-200,000 e/pixel, log spaced with | ||
# ND_OD1.0 and empty (568-1090 e/pixel) | ||
FLAT=15 100, | ||
15 192, | ||
15 296, | ||
15 879, | ||
15 1092, | ||
15 1687, | ||
15 2096, | ||
15 2605, | ||
15 4023, | ||
15 18420, | ||
15 35355, | ||
15 67860, | ||
15 130250, | ||
15 250000, | ||
15 260000, | ||
15 270000 | ||
|
||
[PERSISTENCE] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 20 # number of bias frames per persistence set | ||
WL= nm750 # wavelength filter | ||
ND = empty | ||
PERSISTENCE= 400000 5 15.0 0.0 # signal(e-), number of darks after flat, exposure time, time(sec) between darks | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
[ACQUIRE] | ||
bias | ||
dark | ||
sflat | ||
lambda | ||
flat | ||
|
||
[BIAS] | ||
ACQTYPE=bias | ||
COUNT= 10 | ||
|
||
[DARK] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT= 0 # number of bias frames per dark set | ||
DARK=15 2 # integration time and image count for dark set | ||
|
||
[SFLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
BCOUNT= 0 # number of bias frames per superflat set | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
SFLAT=nm750 1000 5, # wavelength filter, signal(e-), count | ||
nm750 50000 5 # wavelength filter, signal(e-), count | ||
|
||
|
||
[LAMBDA] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
IMCOUNT= 1 # number of images at each wavelength | ||
BCOUNT= 0 # number of bias frames per wavelength image | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
|
||
LAMBDA = blue 10000, # wavelength filter, expected e/pixe | ||
nm750 10000, | ||
red 10000, | ||
uv 10000, | ||
nm960 10000, | ||
nm850 10000 | ||
|
||
[FLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
BCOUNT=1 # number of bias frames per flat image | ||
WL =red # wavelength filter to use for the flats | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
# | ||
# Below has pairs from 100-200,000 e/pixel, log spaced with | ||
# ND_OD1.0 and empty (568-1090 e/pixel) | ||
FLAT=15 100, | ||
15 124, | ||
15 192, | ||
15 239, | ||
15 296, | ||
15 368, | ||
15 458, | ||
15 569, | ||
15 707, | ||
15 879, | ||
15 1092, | ||
15 1357, | ||
15 1687, | ||
15 2096, | ||
15 11927, | ||
15 35355, | ||
15 104807 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
step02 configuration files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ACQUIRE] | ||
bias | ||
sflat | ||
|
||
[BIAS] | ||
ACQTYPE=bias | ||
COUNT= 5 | ||
|
||
[SFLAT] | ||
SHUTTER = OPEN # Shutter opens at start of acqusition, closes at end | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
BCOUNT= 0 # number of bias frames per superflat set | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
SFLAT=nm750 1000 25, # wavelength filter, signal(e-), count | ||
nm750 50000 15 # wavelength filter, signal(e-), count | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ACQUIRE] | ||
sflat | ||
|
||
|
||
[SFLAT] | ||
SHUTTER = NORMAL # Shutter opens at start of acqusition, closes at end | ||
FILTERCONFIG = /home/ccs/bot-eotest-configs/Run7/calib.cfg | ||
BCOUNT= 0 # number of bias frames per superflat set | ||
HILIM =15.0 # maximum seconds for a flat field exposure | ||
LOLIM =0 # minimum seconds for a flat field exposure | ||
SFLAT=nm750 1000 3 # wavelength filter, signal(e-), count | ||
#nm750 50000 15 # wavelength filter, signal(e-), count |