|
51 | 51 | # Dictionary values are in the following order: |
52 | 52 | # readnoise, gain, well, linearlimit, nonlinearlimit |
53 | 53 | # readnoise and well are in units of electrons |
54 | | - ('Very Bright Objects', 'Shallow'): DetectorConfig(155., 13.5, 90000., 0.714286, 1.0), |
55 | | - ('Bright Objects', 'Shallow'): DetectorConfig(30., 13.5, 90000., 0.714286, 1.0), |
56 | | - ('Faint Objects', 'Shallow'): DetectorConfig(10., 13.5, 90000., 0.714286, 1.0), |
57 | | - ('Very Faint Objects', 'Shallow'): DetectorConfig(7., 13.5, 90000., 0.714286, 1.0), |
58 | | - ('Very Bright Objects', 'Deep'): DetectorConfig(155., 13.5, 180000., 0.714286, 1.0), |
59 | | - ('Bright Objects', 'Deep'): DetectorConfig(30., 13.5, 180000., 0.714286, 1.0), |
60 | | - ('Faint Objects', 'Deep'): DetectorConfig(10., 13.5, 180000., 0.714286, 1.0), |
61 | | - ('Very Faint Objects', 'Deep'): DetectorConfig(7., 13.5, 180000., 0.714286, 1.0), |
| 54 | + ('Very Bright Objects', 'Shallow'): DetectorConfig(155., 13.5, 90000., 0.72, 1.0), |
| 55 | + ('Bright Objects', 'Shallow'): DetectorConfig(30., 13.5, 90000., 0.72, 1.0), |
| 56 | + ('Faint Objects', 'Shallow'): DetectorConfig(10., 13.5, 90000., 0.72, 1.0), |
| 57 | + ('Very Faint Objects', 'Shallow'): DetectorConfig(7., 13.5, 90000., 0.72, 1.0), |
| 58 | + ('Very Bright Objects', 'Deep'): DetectorConfig(155., 13.5, 180000., 0.72, 1.0), |
| 59 | + ('Bright Objects', 'Deep'): DetectorConfig(30., 13.5, 180000., 0.72, 1.0), |
| 60 | + ('Faint Objects', 'Deep'): DetectorConfig(10., 13.5, 180000., 0.72, 1.0), |
| 61 | + ('Very Faint Objects', 'Deep'): DetectorConfig(7., 13.5, 180000., 0.72, 1.0), |
62 | 62 | }, |
63 | 63 | 'SN7638228.1.2+ARC-III': { # GNIRS North - New Detector Controller [July 2024] |
64 | 64 | # Temporary values (copied from SN7638228.1.2) |
|
67 | 67 | # Dictionary values are in the following order: |
68 | 68 | # readnoise, gain, well, linearlimit, nonlinearlimit |
69 | 69 | # readnoise and well are in units of electrons |
70 | | - ('Very Bright Objects', 'Shallow'): DetectorConfig(155., 13.5, 90000., 0.714286, 1.0), |
71 | | - ('Bright Objects', 'Shallow'): DetectorConfig(30., 13.5, 90000., 0.714286, 1.0), |
72 | | - ('Faint Objects', 'Shallow'): DetectorConfig(10., 13.5, 90000., 0.714286, 1.0), |
73 | | - ('Very Faint Objects', 'Shallow'): DetectorConfig(7., 13.5, 90000., 0.714286, 1.0), |
74 | | - ('Very Bright Objects', 'Deep'): DetectorConfig(155., 13.5, 180000., 0.714286, 1.0), |
75 | | - ('Bright Objects', 'Deep'): DetectorConfig(30., 13.5, 180000., 0.714286, 1.0), |
76 | | - ('Faint Objects', 'Deep'): DetectorConfig(10., 13.5, 180000., 0.714286, 1.0), |
77 | | - ('Very Faint Objects', 'Deep'): DetectorConfig(7., 13.5, 180000., 0.714286, 1.0), |
| 70 | + ('Very Bright Objects', 'Shallow'): DetectorConfig(155., 13.5, 90000., 0.72, 1.0), |
| 71 | + ('Bright Objects', 'Shallow'): DetectorConfig(30., 13.5, 90000., 0.72, 1.0), |
| 72 | + ('Faint Objects', 'Shallow'): DetectorConfig(10., 13.5, 90000., 0.72, 1.0), |
| 73 | + ('Very Faint Objects', 'Shallow'): DetectorConfig(7., 13.5, 90000., 0.72, 1.0), |
| 74 | + ('Very Bright Objects', 'Deep'): DetectorConfig(155., 13.5, 180000., 0.72, 1.0), |
| 75 | + ('Bright Objects', 'Deep'): DetectorConfig(30., 13.5, 180000., 0.72, 1.0), |
| 76 | + ('Faint Objects', 'Deep'): DetectorConfig(10., 13.5, 180000., 0.72, 1.0), |
| 77 | + ('Very Faint Objects', 'Deep'): DetectorConfig(7., 13.5, 180000., 0.72, 1.0), |
78 | 78 | }, |
79 | 79 | } |
80 | 80 |
|
|
0 commit comments