Coverage for megacam/camera/camera.py: 100%
772 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-12 12:12 -0700
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-12 12:12 -0700
1# At one time this file was auto-generated by bin/genCameraRepository.py
2# However, that script is broken (see DM-11560) and this file
3# is manually maintained, at least until that ticket is fixed.
4import lsst.afw.cameraGeom.cameraConfig
5assert type(config) == lsst.afw.cameraGeom.cameraConfig.CameraConfig, 'config is of type %s.%s instead of lsst.afw.cameraGeom.cameraConfig.CameraConfig' % (
6 type(config).__module__, type(config).__name__)
7# Plate scale of the camera in arcsec/mm
8config.plateScale = 13.7
10# Name of native coordinate system
11config.transformDict.nativeSys = 'FocalPlane'
13config.transformDict.transforms = {}
14config.transformDict.transforms['FieldAngle'] = lsst.afw.geom.transformConfig.TransformConfig()
15config.transformDict.transforms['FieldAngle'].transform['multi'].transformDict = None
16# x, y translation vector
17config.transformDict.transforms['FieldAngle'].transform['affine'].translation = [0.0, 0.0]
19# 2x2 linear matrix in the usual numpy order;
20# to rotate a vector by theta use: cos(theta), sin(theta), -sin(theta), cos(theta)
21config.transformDict.transforms['FieldAngle'].transform['affine'].linear = [1.0, 0.0, 0.0, 1.0]
23# Coefficients for the radial polynomial; coeff[0] must be 0
24config.transformDict.transforms['FieldAngle'].transform['radial'].coeffs = None
25config.transformDict.transforms['FieldAngle'].transform['inverted'
26 ].transform.retarget(target=lsst.afw.geom.transformRegistry['radial'])
27# Coefficients for the radial polynomial; coeff[0] must be 0
28config.transformDict.transforms['FieldAngle'].transform[
29 'inverted'].transform.coeffs = [0.0, 14805.4, 13619.3, 426637.0]
31config.transformDict.transforms['FieldAngle'].transform.name = 'inverted'
32config.detectorList = {}
33config.detectorList[0] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
34# y0 of pixel bounding box
35config.detectorList[0].bbox_y0 = 0
37# y1 of pixel bounding box
38config.detectorList[0].bbox_y1 = 4611
40# x1 of pixel bounding box
41config.detectorList[0].bbox_x1 = 2047
43# x0 of pixel bounding box
44config.detectorList[0].bbox_x0 = 0
46# Name of detector slot
47config.detectorList[0].name = 'ccd00'
49# Pixel size in the x dimension in mm
50config.detectorList[0].pixelSize_x = 0.0135
52# Name of native coordinate system
53config.detectorList[0].transformDict.nativeSys = None
55config.detectorList[0].transformDict.transforms = None
56# x position of the reference point in the detector in pixels in transposed coordinates.
57config.detectorList[0].refpos_x = 1023.5
59# y position of the reference point in the detector in pixels in transposed coordinates.
60config.detectorList[0].refpos_y = 2305.5
62# Pixel size in the y dimension in mm
63config.detectorList[0].pixelSize_y = 0.0135
65# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
66config.detectorList[0].detectorType = 0
68# x offset from the origin of the camera in mm in the transposed system.
69config.detectorList[0].offset_x = -114.399
71# y offset from the origin of the camera in mm in the transposed system.
72config.detectorList[0].offset_y = 99.46125
74# Transpose the pixel grid before orienting in focal plane?
75config.detectorList[0].transposeDetector = None
77# yaw (rotation about z) of the detector in degrees. This includes any
78# necessary rotation to go from detector coordinates to camera coordinates
79# after optional transposition.
80config.detectorList[0].yawDeg = 180.0
82# roll (rotation about x) of the detector in degrees
83config.detectorList[0].rollDeg = 0.0
85# Serial string associated with this specific detector
86config.detectorList[0].serial = '834175'
88# pitch (rotation about y) of the detector in degrees
89config.detectorList[0].pitchDeg = 0.0
91# ID of detector slot
92config.detectorList[0].id = 0
94config.detectorList[1] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
95# y0 of pixel bounding box
96config.detectorList[1].bbox_y0 = 0
98# y1 of pixel bounding box
99config.detectorList[1].bbox_y1 = 4611
101# x1 of pixel bounding box
102config.detectorList[1].bbox_x1 = 2047
104# x0 of pixel bounding box
105config.detectorList[1].bbox_x0 = 0
107# Name of detector slot
108config.detectorList[1].name = 'ccd01'
110# Pixel size in the x dimension in mm
111config.detectorList[1].pixelSize_x = 0.0135
113# Name of native coordinate system
114config.detectorList[1].transformDict.nativeSys = None
116config.detectorList[1].transformDict.transforms = None
117# x position of the reference point in the detector in pixels in transposed coordinates.
118config.detectorList[1].refpos_x = 1023.5
120# y position of the reference point in the detector in pixels in transposed coordinates.
121config.detectorList[1].refpos_y = 2305.5
123# Pixel size in the y dimension in mm
124config.detectorList[1].pixelSize_y = 0.0135
126# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
127config.detectorList[1].detectorType = 0
129# x offset from the origin of the camera in mm in the transposed system.
130config.detectorList[1].offset_x = -85.806
132# y offset from the origin of the camera in mm in the transposed system.
133config.detectorList[1].offset_y = 99.47475
135# Transpose the pixel grid before orienting in focal plane?
136config.detectorList[1].transposeDetector = None
138# yaw (rotation about z) of the detector in degrees. This includes any
139# necessary rotation to go from detector coordinates to camera coordinates
140# after optional transposition.
141config.detectorList[1].yawDeg = 180.0
143# roll (rotation about x) of the detector in degrees
144config.detectorList[1].rollDeg = 0.0
146# Serial string associated with this specific detector
147config.detectorList[1].serial = '835234'
149# pitch (rotation about y) of the detector in degrees
150config.detectorList[1].pitchDeg = 0.0
152# ID of detector slot
153config.detectorList[1].id = 1
155config.detectorList[2] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
156# y0 of pixel bounding box
157config.detectorList[2].bbox_y0 = 0
159# y1 of pixel bounding box
160config.detectorList[2].bbox_y1 = 4611
162# x1 of pixel bounding box
163config.detectorList[2].bbox_x1 = 2047
165# x0 of pixel bounding box
166config.detectorList[2].bbox_x0 = 0
168# Name of detector slot
169config.detectorList[2].name = 'ccd02'
171# Pixel size in the x dimension in mm
172config.detectorList[2].pixelSize_x = 0.0135
174# Name of native coordinate system
175config.detectorList[2].transformDict.nativeSys = None
177config.detectorList[2].transformDict.transforms = None
178# x position of the reference point in the detector in pixels in transposed coordinates.
179config.detectorList[2].refpos_x = 1023.5
181# y position of the reference point in the detector in pixels in transposed coordinates.
182config.detectorList[2].refpos_y = 2305.5
184# Pixel size in the y dimension in mm
185config.detectorList[2].pixelSize_y = 0.0135
187# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
188config.detectorList[2].detectorType = 0
190# x offset from the origin of the camera in mm in the transposed system.
191config.detectorList[2].offset_x = -57.24
193# y offset from the origin of the camera in mm in the transposed system.
194config.detectorList[2].offset_y = 99.48825
196# Transpose the pixel grid before orienting in focal plane?
197config.detectorList[2].transposeDetector = None
199# yaw (rotation about z) of the detector in degrees. This includes any
200# necessary rotation to go from detector coordinates to camera coordinates
201# after optional transposition.
202config.detectorList[2].yawDeg = 180.0
204# roll (rotation about x) of the detector in degrees
205config.detectorList[2].rollDeg = 0.0
207# Serial string associated with this specific detector
208config.detectorList[2].serial = '8352153'
210# pitch (rotation about y) of the detector in degrees
211config.detectorList[2].pitchDeg = 0.0
213# ID of detector slot
214config.detectorList[2].id = 2
216config.detectorList[3] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
217# y0 of pixel bounding box
218config.detectorList[3].bbox_y0 = 0
220# y1 of pixel bounding box
221config.detectorList[3].bbox_y1 = 4611
223# x1 of pixel bounding box
224config.detectorList[3].bbox_x1 = 2047
226# x0 of pixel bounding box
227config.detectorList[3].bbox_x0 = 0
229# Name of detector slot
230config.detectorList[3].name = 'ccd03'
232# Pixel size in the x dimension in mm
233config.detectorList[3].pixelSize_x = 0.0135
235# Name of native coordinate system
236config.detectorList[3].transformDict.nativeSys = None
238config.detectorList[3].transformDict.transforms = None
239# x position of the reference point in the detector in pixels in transposed coordinates.
240config.detectorList[3].refpos_x = 1023.5
242# y position of the reference point in the detector in pixels in transposed coordinates.
243config.detectorList[3].refpos_y = 2305.5
245# Pixel size in the y dimension in mm
246config.detectorList[3].pixelSize_y = 0.0135
248# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
249config.detectorList[3].detectorType = 0
251# x offset from the origin of the camera in mm in the transposed system.
252config.detectorList[3].offset_x = -28.6875
254# y offset from the origin of the camera in mm in the transposed system.
255config.detectorList[3].offset_y = 99.50175
257# Transpose the pixel grid before orienting in focal plane?
258config.detectorList[3].transposeDetector = None
260# yaw (rotation about z) of the detector in degrees. This includes any
261# necessary rotation to go from detector coordinates to camera coordinates
262# after optional transposition.
263config.detectorList[3].yawDeg = 180.0
265# roll (rotation about x) of the detector in degrees
266config.detectorList[3].rollDeg = 0.0
268# Serial string associated with this specific detector
269config.detectorList[3].serial = '8261144'
271# pitch (rotation about y) of the detector in degrees
272config.detectorList[3].pitchDeg = 0.0
274# ID of detector slot
275config.detectorList[3].id = 3
277config.detectorList[4] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
278# y0 of pixel bounding box
279config.detectorList[4].bbox_y0 = 0
281# y1 of pixel bounding box
282config.detectorList[4].bbox_y1 = 4611
284# x1 of pixel bounding box
285config.detectorList[4].bbox_x1 = 2047
287# x0 of pixel bounding box
288config.detectorList[4].bbox_x0 = 0
290# Name of detector slot
291config.detectorList[4].name = 'ccd04'
293# Pixel size in the x dimension in mm
294config.detectorList[4].pixelSize_x = 0.0135
296# Name of native coordinate system
297config.detectorList[4].transformDict.nativeSys = None
299config.detectorList[4].transformDict.transforms = None
300# x position of the reference point in the detector in pixels in transposed coordinates.
301config.detectorList[4].refpos_x = 1023.5
303# y position of the reference point in the detector in pixels in transposed coordinates.
304config.detectorList[4].refpos_y = 2305.5
306# Pixel size in the y dimension in mm
307config.detectorList[4].pixelSize_y = 0.0135
309# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
310config.detectorList[4].detectorType = 0
312# x offset from the origin of the camera in mm in the transposed system.
313config.detectorList[4].offset_x = -0.054
315# y offset from the origin of the camera in mm in the transposed system.
316config.detectorList[4].offset_y = 99.50175
318# Transpose the pixel grid before orienting in focal plane?
319config.detectorList[4].transposeDetector = None
321# yaw (rotation about z) of the detector in degrees. This includes any
322# necessary rotation to go from detector coordinates to camera coordinates
323# after optional transposition.
324config.detectorList[4].yawDeg = 180.0
326# roll (rotation about x) of the detector in degrees
327config.detectorList[4].rollDeg = 0.0
329# Serial string associated with this specific detector
330config.detectorList[4].serial = '8341174'
332# pitch (rotation about y) of the detector in degrees
333config.detectorList[4].pitchDeg = 0.0
335# ID of detector slot
336config.detectorList[4].id = 4
338config.detectorList[5] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
339# y0 of pixel bounding box
340config.detectorList[5].bbox_y0 = 0
342# y1 of pixel bounding box
343config.detectorList[5].bbox_y1 = 4611
345# x1 of pixel bounding box
346config.detectorList[5].bbox_x1 = 2047
348# x0 of pixel bounding box
349config.detectorList[5].bbox_x0 = 0
351# Name of detector slot
352config.detectorList[5].name = 'ccd05'
354# Pixel size in the x dimension in mm
355config.detectorList[5].pixelSize_x = 0.0135
357# Name of native coordinate system
358config.detectorList[5].transformDict.nativeSys = None
360config.detectorList[5].transformDict.transforms = None
361# x position of the reference point in the detector in pixels in transposed coordinates.
362config.detectorList[5].refpos_x = 1023.5
364# y position of the reference point in the detector in pixels in transposed coordinates.
365config.detectorList[5].refpos_y = 2305.5
367# Pixel size in the y dimension in mm
368config.detectorList[5].pixelSize_y = 0.0135
370# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
371config.detectorList[5].detectorType = 0
373# x offset from the origin of the camera in mm in the transposed system.
374config.detectorList[5].offset_x = 28.431
376# y offset from the origin of the camera in mm in the transposed system.
377config.detectorList[5].offset_y = 99.48825
379# Transpose the pixel grid before orienting in focal plane?
380config.detectorList[5].transposeDetector = None
382# yaw (rotation about z) of the detector in degrees. This includes any
383# necessary rotation to go from detector coordinates to camera coordinates
384# after optional transposition.
385config.detectorList[5].yawDeg = 180.0
387# roll (rotation about x) of the detector in degrees
388config.detectorList[5].rollDeg = 0.0
390# Serial string associated with this specific detector
391config.detectorList[5].serial = '8351205'
393# pitch (rotation about y) of the detector in degrees
394config.detectorList[5].pitchDeg = 0.0
396# ID of detector slot
397config.detectorList[5].id = 5
399config.detectorList[6] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
400# y0 of pixel bounding box
401config.detectorList[6].bbox_y0 = 0
403# y1 of pixel bounding box
404config.detectorList[6].bbox_y1 = 4611
406# x1 of pixel bounding box
407config.detectorList[6].bbox_x1 = 2047
409# x0 of pixel bounding box
410config.detectorList[6].bbox_x0 = 0
412# Name of detector slot
413config.detectorList[6].name = 'ccd06'
415# Pixel size in the x dimension in mm
416config.detectorList[6].pixelSize_x = 0.0135
418# Name of native coordinate system
419config.detectorList[6].transformDict.nativeSys = None
421config.detectorList[6].transformDict.transforms = None
422# x position of the reference point in the detector in pixels in transposed coordinates.
423config.detectorList[6].refpos_x = 1023.5
425# y position of the reference point in the detector in pixels in transposed coordinates.
426config.detectorList[6].refpos_y = 2305.5
428# Pixel size in the y dimension in mm
429config.detectorList[6].pixelSize_y = 0.0135
431# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
432config.detectorList[6].detectorType = 0
434# x offset from the origin of the camera in mm in the transposed system.
435config.detectorList[6].offset_x = 57.078
437# y offset from the origin of the camera in mm in the transposed system.
438config.detectorList[6].offset_y = 99.46125
440# Transpose the pixel grid before orienting in focal plane?
441config.detectorList[6].transposeDetector = None
443# yaw (rotation about z) of the detector in degrees. This includes any
444# necessary rotation to go from detector coordinates to camera coordinates
445# after optional transposition.
446config.detectorList[6].yawDeg = 180.0
448# roll (rotation about x) of the detector in degrees
449config.detectorList[6].rollDeg = 0.0
451# Serial string associated with this specific detector
452config.detectorList[6].serial = '8351133'
454# pitch (rotation about y) of the detector in degrees
455config.detectorList[6].pitchDeg = 0.0
457# ID of detector slot
458config.detectorList[6].id = 6
460config.detectorList[7] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
461# y0 of pixel bounding box
462config.detectorList[7].bbox_y0 = 0
464# y1 of pixel bounding box
465config.detectorList[7].bbox_y1 = 4611
467# x1 of pixel bounding box
468config.detectorList[7].bbox_x1 = 2047
470# x0 of pixel bounding box
471config.detectorList[7].bbox_x0 = 0
473# Name of detector slot
474config.detectorList[7].name = 'ccd07'
476# Pixel size in the x dimension in mm
477config.detectorList[7].pixelSize_x = 0.0135
479# Name of native coordinate system
480config.detectorList[7].transformDict.nativeSys = None
482config.detectorList[7].transformDict.transforms = None
483# x position of the reference point in the detector in pixels in transposed coordinates.
484config.detectorList[7].refpos_x = 1023.5
486# y position of the reference point in the detector in pixels in transposed coordinates.
487config.detectorList[7].refpos_y = 2305.5
489# Pixel size in the y dimension in mm
490config.detectorList[7].pixelSize_y = 0.0135
492# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
493config.detectorList[7].detectorType = 0
495# x offset from the origin of the camera in mm in the transposed system.
496config.detectorList[7].offset_x = 85.6575
498# y offset from the origin of the camera in mm in the transposed system.
499config.detectorList[7].offset_y = 99.43425
501# Transpose the pixel grid before orienting in focal plane?
502config.detectorList[7].transposeDetector = None
504# yaw (rotation about z) of the detector in degrees. This includes any
505# necessary rotation to go from detector coordinates to camera coordinates
506# after optional transposition.
507config.detectorList[7].yawDeg = 180.0
509# roll (rotation about x) of the detector in degrees
510config.detectorList[7].rollDeg = 0.0
512# Serial string associated with this specific detector
513config.detectorList[7].serial = '835163'
515# pitch (rotation about y) of the detector in degrees
516config.detectorList[7].pitchDeg = 0.0
518# ID of detector slot
519config.detectorList[7].id = 7
521config.detectorList[8] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
522# y0 of pixel bounding box
523config.detectorList[8].bbox_y0 = 0
525# y1 of pixel bounding box
526config.detectorList[8].bbox_y1 = 4611
528# x1 of pixel bounding box
529config.detectorList[8].bbox_x1 = 2047
531# x0 of pixel bounding box
532config.detectorList[8].bbox_x0 = 0
534# Name of detector slot
535config.detectorList[8].name = 'ccd08'
537# Pixel size in the x dimension in mm
538config.detectorList[8].pixelSize_x = 0.0135
540# Name of native coordinate system
541config.detectorList[8].transformDict.nativeSys = None
543config.detectorList[8].transformDict.transforms = None
544# x position of the reference point in the detector in pixels in transposed coordinates.
545config.detectorList[8].refpos_x = 1023.5
547# y position of the reference point in the detector in pixels in transposed coordinates.
548config.detectorList[8].refpos_y = 2305.5
550# Pixel size in the y dimension in mm
551config.detectorList[8].pixelSize_y = 0.0135
553# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
554config.detectorList[8].detectorType = 0
556# x offset from the origin of the camera in mm in the transposed system.
557config.detectorList[8].offset_x = 114.2505
559# y offset from the origin of the camera in mm in the transposed system.
560config.detectorList[8].offset_y = 99.44775
562# Transpose the pixel grid before orienting in focal plane?
563config.detectorList[8].transposeDetector = None
565# yaw (rotation about z) of the detector in degrees. This includes any
566# necessary rotation to go from detector coordinates to camera coordinates
567# after optional transposition.
568config.detectorList[8].yawDeg = 180.0
570# roll (rotation about x) of the detector in degrees
571config.detectorList[8].rollDeg = 0.0
573# Serial string associated with this specific detector
574config.detectorList[8].serial = '8261133'
576# pitch (rotation about y) of the detector in degrees
577config.detectorList[8].pitchDeg = 0.0
579# ID of detector slot
580config.detectorList[8].id = 8
582config.detectorList[9] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
583# y0 of pixel bounding box
584config.detectorList[9].bbox_y0 = 0
586# y1 of pixel bounding box
587config.detectorList[9].bbox_y1 = 4611
589# x1 of pixel bounding box
590config.detectorList[9].bbox_x1 = 2047
592# x0 of pixel bounding box
593config.detectorList[9].bbox_x0 = 0
595# Name of detector slot
596config.detectorList[9].name = 'ccd09'
598# Pixel size in the x dimension in mm
599config.detectorList[9].pixelSize_x = 0.0135
601# Name of native coordinate system
602config.detectorList[9].transformDict.nativeSys = None
604config.detectorList[9].transformDict.transforms = None
605# x position of the reference point in the detector in pixels in transposed coordinates.
606config.detectorList[9].refpos_x = 1023.5
608# y position of the reference point in the detector in pixels in transposed coordinates.
609config.detectorList[9].refpos_y = 2305.5
611# Pixel size in the y dimension in mm
612config.detectorList[9].pixelSize_y = 0.0135
614# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
615config.detectorList[9].detectorType = 0
617# x offset from the origin of the camera in mm in the transposed system.
618config.detectorList[9].offset_x = -114.3855
620# y offset from the origin of the camera in mm in the transposed system.
621config.detectorList[9].offset_y = 31.51575
623# Transpose the pixel grid before orienting in focal plane?
624config.detectorList[9].transposeDetector = None
626# yaw (rotation about z) of the detector in degrees. This includes any
627# necessary rotation to go from detector coordinates to camera coordinates
628# after optional transposition.
629config.detectorList[9].yawDeg = 180.0
631# roll (rotation about x) of the detector in degrees
632config.detectorList[9].rollDeg = 0.0
634# Serial string associated with this specific detector
635config.detectorList[9].serial = '917213'
637# pitch (rotation about y) of the detector in degrees
638config.detectorList[9].pitchDeg = 0.0
640# ID of detector slot
641config.detectorList[9].id = 9
643config.detectorList[10] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
644# y0 of pixel bounding box
645config.detectorList[10].bbox_y0 = 0
647# y1 of pixel bounding box
648config.detectorList[10].bbox_y1 = 4611
650# x1 of pixel bounding box
651config.detectorList[10].bbox_x1 = 2047
653# x0 of pixel bounding box
654config.detectorList[10].bbox_x0 = 0
656# Name of detector slot
657config.detectorList[10].name = 'ccd10'
659# Pixel size in the x dimension in mm
660config.detectorList[10].pixelSize_x = 0.0135
662# Name of native coordinate system
663config.detectorList[10].transformDict.nativeSys = None
665config.detectorList[10].transformDict.transforms = None
666# x position of the reference point in the detector in pixels in transposed coordinates.
667config.detectorList[10].refpos_x = 1023.5
669# y position of the reference point in the detector in pixels in transposed coordinates.
670config.detectorList[10].refpos_y = 2305.5
672# Pixel size in the y dimension in mm
673config.detectorList[10].pixelSize_y = 0.0135
675# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
676config.detectorList[10].detectorType = 0
678# x offset from the origin of the camera in mm in the transposed system.
679config.detectorList[10].offset_x = -85.7925
681# y offset from the origin of the camera in mm in the transposed system.
682config.detectorList[10].offset_y = 31.50225
684# Transpose the pixel grid before orienting in focal plane?
685config.detectorList[10].transposeDetector = None
687# yaw (rotation about z) of the detector in degrees. This includes any
688# necessary rotation to go from detector coordinates to camera coordinates
689# after optional transposition.
690config.detectorList[10].yawDeg = 180.0
692# roll (rotation about x) of the detector in degrees
693config.detectorList[10].rollDeg = 0.0
695# Serial string associated with this specific detector
696config.detectorList[10].serial = '835244'
698# pitch (rotation about y) of the detector in degrees
699config.detectorList[10].pitchDeg = 0.0
701# ID of detector slot
702config.detectorList[10].id = 10
704config.detectorList[11] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
705# y0 of pixel bounding box
706config.detectorList[11].bbox_y0 = 0
708# y1 of pixel bounding box
709config.detectorList[11].bbox_y1 = 4611
711# x1 of pixel bounding box
712config.detectorList[11].bbox_x1 = 2047
714# x0 of pixel bounding box
715config.detectorList[11].bbox_x0 = 0
717# Name of detector slot
718config.detectorList[11].name = 'ccd11'
720# Pixel size in the x dimension in mm
721config.detectorList[11].pixelSize_x = 0.0135
723# Name of native coordinate system
724config.detectorList[11].transformDict.nativeSys = None
726config.detectorList[11].transformDict.transforms = None
727# x position of the reference point in the detector in pixels in transposed coordinates.
728config.detectorList[11].refpos_x = 1023.5
730# y position of the reference point in the detector in pixels in transposed coordinates.
731config.detectorList[11].refpos_y = 2305.5
733# Pixel size in the y dimension in mm
734config.detectorList[11].pixelSize_y = 0.0135
736# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
737config.detectorList[11].detectorType = 0
739# x offset from the origin of the camera in mm in the transposed system.
740config.detectorList[11].offset_x = -57.24
742# y offset from the origin of the camera in mm in the transposed system.
743config.detectorList[11].offset_y = 31.48875
745# Transpose the pixel grid before orienting in focal plane?
746config.detectorList[11].transposeDetector = None
748# yaw (rotation about z) of the detector in degrees. This includes any
749# necessary rotation to go from detector coordinates to camera coordinates
750# after optional transposition.
751config.detectorList[11].yawDeg = 180.0
753# roll (rotation about x) of the detector in degrees
754config.detectorList[11].rollDeg = 0.0
756# Serial string associated with this specific detector
757config.detectorList[11].serial = '8352155'
759# pitch (rotation about y) of the detector in degrees
760config.detectorList[11].pitchDeg = 0.0
762# ID of detector slot
763config.detectorList[11].id = 11
765config.detectorList[12] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
766# y0 of pixel bounding box
767config.detectorList[12].bbox_y0 = 0
769# y1 of pixel bounding box
770config.detectorList[12].bbox_y1 = 4611
772# x1 of pixel bounding box
773config.detectorList[12].bbox_x1 = 2047
775# x0 of pixel bounding box
776config.detectorList[12].bbox_x0 = 0
778# Name of detector slot
779config.detectorList[12].name = 'ccd12'
781# Pixel size in the x dimension in mm
782config.detectorList[12].pixelSize_x = 0.0135
784# Name of native coordinate system
785config.detectorList[12].transformDict.nativeSys = None
787config.detectorList[12].transformDict.transforms = None
788# x position of the reference point in the detector in pixels in transposed coordinates.
789config.detectorList[12].refpos_x = 1023.5
791# y position of the reference point in the detector in pixels in transposed coordinates.
792config.detectorList[12].refpos_y = 2305.5
794# Pixel size in the y dimension in mm
795config.detectorList[12].pixelSize_y = 0.0135
797# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
798config.detectorList[12].detectorType = 0
800# x offset from the origin of the camera in mm in the transposed system.
801config.detectorList[12].offset_x = -28.6605
803# y offset from the origin of the camera in mm in the transposed system.
804config.detectorList[12].offset_y = 31.52925
806# Transpose the pixel grid before orienting in focal plane?
807config.detectorList[12].transposeDetector = None
809# yaw (rotation about z) of the detector in degrees. This includes any
810# necessary rotation to go from detector coordinates to camera coordinates
811# after optional transposition.
812config.detectorList[12].yawDeg = 180.0
814# roll (rotation about x) of the detector in degrees
815config.detectorList[12].rollDeg = 0.0
817# Serial string associated with this specific detector
818config.detectorList[12].serial = '8351204'
820# pitch (rotation about y) of the detector in degrees
821config.detectorList[12].pitchDeg = 0.0
823# ID of detector slot
824config.detectorList[12].id = 12
826config.detectorList[13] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
827# y0 of pixel bounding box
828config.detectorList[13].bbox_y0 = 0
830# y1 of pixel bounding box
831config.detectorList[13].bbox_y1 = 4611
833# x1 of pixel bounding box
834config.detectorList[13].bbox_x1 = 2047
836# x0 of pixel bounding box
837config.detectorList[13].bbox_x0 = 0
839# Name of detector slot
840config.detectorList[13].name = 'ccd13'
842# Pixel size in the x dimension in mm
843config.detectorList[13].pixelSize_x = 0.0135
845# Name of native coordinate system
846config.detectorList[13].transformDict.nativeSys = None
848config.detectorList[13].transformDict.transforms = None
849# x position of the reference point in the detector in pixels in transposed coordinates.
850config.detectorList[13].refpos_x = 1023.5
852# y position of the reference point in the detector in pixels in transposed coordinates.
853config.detectorList[13].refpos_y = 2305.5
855# Pixel size in the y dimension in mm
856config.detectorList[13].pixelSize_y = 0.0135
858# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
859config.detectorList[13].detectorType = 0
861# x offset from the origin of the camera in mm in the transposed system.
862config.detectorList[13].offset_x = -0.081
864# y offset from the origin of the camera in mm in the transposed system.
865config.detectorList[13].offset_y = 31.54275
867# Transpose the pixel grid before orienting in focal plane?
868config.detectorList[13].transposeDetector = None
870# yaw (rotation about z) of the detector in degrees. This includes any
871# necessary rotation to go from detector coordinates to camera coordinates
872# after optional transposition.
873config.detectorList[13].yawDeg = 180.0
875# roll (rotation about x) of the detector in degrees
876config.detectorList[13].rollDeg = 0.0
878# Serial string associated with this specific detector
879config.detectorList[13].serial = '8351173'
881# pitch (rotation about y) of the detector in degrees
882config.detectorList[13].pitchDeg = 0.0
884# ID of detector slot
885config.detectorList[13].id = 13
887config.detectorList[14] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
888# y0 of pixel bounding box
889config.detectorList[14].bbox_y0 = 0
891# y1 of pixel bounding box
892config.detectorList[14].bbox_y1 = 4611
894# x1 of pixel bounding box
895config.detectorList[14].bbox_x1 = 2047
897# x0 of pixel bounding box
898config.detectorList[14].bbox_x0 = 0
900# Name of detector slot
901config.detectorList[14].name = 'ccd14'
903# Pixel size in the x dimension in mm
904config.detectorList[14].pixelSize_x = 0.0135
906# Name of native coordinate system
907config.detectorList[14].transformDict.nativeSys = None
909config.detectorList[14].transformDict.transforms = None
910# x position of the reference point in the detector in pixels in transposed coordinates.
911config.detectorList[14].refpos_x = 1023.5
913# y position of the reference point in the detector in pixels in transposed coordinates.
914config.detectorList[14].refpos_y = 2305.5
916# Pixel size in the y dimension in mm
917config.detectorList[14].pixelSize_y = 0.0135
919# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
920config.detectorList[14].detectorType = 0
922# x offset from the origin of the camera in mm in the transposed system.
923config.detectorList[14].offset_x = 28.4985
925# y offset from the origin of the camera in mm in the transposed system.
926config.detectorList[14].offset_y = 31.48875
928# Transpose the pixel grid before orienting in focal plane?
929config.detectorList[14].transposeDetector = None
931# yaw (rotation about z) of the detector in degrees. This includes any
932# necessary rotation to go from detector coordinates to camera coordinates
933# after optional transposition.
934config.detectorList[14].yawDeg = 180.0
936# roll (rotation about x) of the detector in degrees
937config.detectorList[14].rollDeg = 0.0
939# Serial string associated with this specific detector
940config.detectorList[14].serial = '8434135'
942# pitch (rotation about y) of the detector in degrees
943config.detectorList[14].pitchDeg = 0.0
945# ID of detector slot
946config.detectorList[14].id = 14
948config.detectorList[15] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
949# y0 of pixel bounding box
950config.detectorList[15].bbox_y0 = 0
952# y1 of pixel bounding box
953config.detectorList[15].bbox_y1 = 4611
955# x1 of pixel bounding box
956config.detectorList[15].bbox_x1 = 2047
958# x0 of pixel bounding box
959config.detectorList[15].bbox_x0 = 0
961# Name of detector slot
962config.detectorList[15].name = 'ccd15'
964# Pixel size in the x dimension in mm
965config.detectorList[15].pixelSize_x = 0.0135
967# Name of native coordinate system
968config.detectorList[15].transformDict.nativeSys = None
970config.detectorList[15].transformDict.transforms = None
971# x position of the reference point in the detector in pixels in transposed coordinates.
972config.detectorList[15].refpos_x = 1023.5
974# y position of the reference point in the detector in pixels in transposed coordinates.
975config.detectorList[15].refpos_y = 2305.5
977# Pixel size in the y dimension in mm
978config.detectorList[15].pixelSize_y = 0.0135
980# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
981config.detectorList[15].detectorType = 0
983# x offset from the origin of the camera in mm in the transposed system.
984config.detectorList[15].offset_x = 57.0915
986# y offset from the origin of the camera in mm in the transposed system.
987config.detectorList[15].offset_y = 31.48875
989# Transpose the pixel grid before orienting in focal plane?
990config.detectorList[15].transposeDetector = None
992# yaw (rotation about z) of the detector in degrees. This includes any
993# necessary rotation to go from detector coordinates to camera coordinates
994# after optional transposition.
995config.detectorList[15].yawDeg = 180.0
997# roll (rotation about x) of the detector in degrees
998config.detectorList[15].rollDeg = 0.0
1000# Serial string associated with this specific detector
1001config.detectorList[15].serial = '8341173'
1003# pitch (rotation about y) of the detector in degrees
1004config.detectorList[15].pitchDeg = 0.0
1006# ID of detector slot
1007config.detectorList[15].id = 15
1009config.detectorList[16] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1010# y0 of pixel bounding box
1011config.detectorList[16].bbox_y0 = 0
1013# y1 of pixel bounding box
1014config.detectorList[16].bbox_y1 = 4611
1016# x1 of pixel bounding box
1017config.detectorList[16].bbox_x1 = 2047
1019# x0 of pixel bounding box
1020config.detectorList[16].bbox_x0 = 0
1022# Name of detector slot
1023config.detectorList[16].name = 'ccd16'
1025# Pixel size in the x dimension in mm
1026config.detectorList[16].pixelSize_x = 0.0135
1028# Name of native coordinate system
1029config.detectorList[16].transformDict.nativeSys = None
1031config.detectorList[16].transformDict.transforms = None
1032# x position of the reference point in the detector in pixels in transposed coordinates.
1033config.detectorList[16].refpos_x = 1023.5
1035# y position of the reference point in the detector in pixels in transposed coordinates.
1036config.detectorList[16].refpos_y = 2305.5
1038# Pixel size in the y dimension in mm
1039config.detectorList[16].pixelSize_y = 0.0135
1041# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1042config.detectorList[16].detectorType = 0
1044# x offset from the origin of the camera in mm in the transposed system.
1045config.detectorList[16].offset_x = 85.644
1047# y offset from the origin of the camera in mm in the transposed system.
1048config.detectorList[16].offset_y = 31.54275
1050# Transpose the pixel grid before orienting in focal plane?
1051config.detectorList[16].transposeDetector = None
1053# yaw (rotation about z) of the detector in degrees. This includes any
1054# necessary rotation to go from detector coordinates to camera coordinates
1055# after optional transposition.
1056config.detectorList[16].yawDeg = 180.0
1058# roll (rotation about x) of the detector in degrees
1059config.detectorList[16].rollDeg = 0.0
1061# Serial string associated with this specific detector
1062config.detectorList[16].serial = '8351114'
1064# pitch (rotation about y) of the detector in degrees
1065config.detectorList[16].pitchDeg = 0.0
1067# ID of detector slot
1068config.detectorList[16].id = 16
1070config.detectorList[17] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1071# y0 of pixel bounding box
1072config.detectorList[17].bbox_y0 = 0
1074# y1 of pixel bounding box
1075config.detectorList[17].bbox_y1 = 4611
1077# x1 of pixel bounding box
1078config.detectorList[17].bbox_x1 = 2047
1080# x0 of pixel bounding box
1081config.detectorList[17].bbox_x0 = 0
1083# Name of detector slot
1084config.detectorList[17].name = 'ccd17'
1086# Pixel size in the x dimension in mm
1087config.detectorList[17].pixelSize_x = 0.0135
1089# Name of native coordinate system
1090config.detectorList[17].transformDict.nativeSys = None
1092config.detectorList[17].transformDict.transforms = None
1093# x position of the reference point in the detector in pixels in transposed coordinates.
1094config.detectorList[17].refpos_x = 1023.5
1096# y position of the reference point in the detector in pixels in transposed coordinates.
1097config.detectorList[17].refpos_y = 2305.5
1099# Pixel size in the y dimension in mm
1100config.detectorList[17].pixelSize_y = 0.0135
1102# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1103config.detectorList[17].detectorType = 0
1105# x offset from the origin of the camera in mm in the transposed system.
1106config.detectorList[17].offset_x = 114.2505
1108# y offset from the origin of the camera in mm in the transposed system.
1109config.detectorList[17].offset_y = 31.39425
1111# Transpose the pixel grid before orienting in focal plane?
1112config.detectorList[17].transposeDetector = None
1114# yaw (rotation about z) of the detector in degrees. This includes any
1115# necessary rotation to go from detector coordinates to camera coordinates
1116# after optional transposition.
1117config.detectorList[17].yawDeg = 180.0
1119# roll (rotation about x) of the detector in degrees
1120config.detectorList[17].rollDeg = 0.0
1122# Serial string associated with this specific detector
1123config.detectorList[17].serial = '7432193'
1125# pitch (rotation about y) of the detector in degrees
1126config.detectorList[17].pitchDeg = 0.0
1128# ID of detector slot
1129config.detectorList[17].id = 17
1131config.detectorList[18] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1132# y0 of pixel bounding box
1133config.detectorList[18].bbox_y0 = 0
1135# y1 of pixel bounding box
1136config.detectorList[18].bbox_y1 = 4611
1138# x1 of pixel bounding box
1139config.detectorList[18].bbox_x1 = 2047
1141# x0 of pixel bounding box
1142config.detectorList[18].bbox_x0 = 0
1144# Name of detector slot
1145config.detectorList[18].name = 'ccd18'
1147# Pixel size in the x dimension in mm
1148config.detectorList[18].pixelSize_x = 0.0135
1150# Name of native coordinate system
1151config.detectorList[18].transformDict.nativeSys = None
1153config.detectorList[18].transformDict.transforms = None
1154# x position of the reference point in the detector in pixels in transposed coordinates.
1155config.detectorList[18].refpos_x = 1023.5
1157# y position of the reference point in the detector in pixels in transposed coordinates.
1158config.detectorList[18].refpos_y = 2305.5
1160# Pixel size in the y dimension in mm
1161config.detectorList[18].pixelSize_y = 0.0135
1163# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1164config.detectorList[18].detectorType = 0
1166# x offset from the origin of the camera in mm in the transposed system.
1167config.detectorList[18].offset_x = -114.3855
1169# y offset from the origin of the camera in mm in the transposed system.
1170config.detectorList[18].offset_y = -31.47525
1172# Transpose the pixel grid before orienting in focal plane?
1173config.detectorList[18].transposeDetector = None
1175# yaw (rotation about z) of the detector in degrees. This includes any
1176# necessary rotation to go from detector coordinates to camera coordinates
1177# after optional transposition.
1178config.detectorList[18].yawDeg = 0.0
1180# roll (rotation about x) of the detector in degrees
1181config.detectorList[18].rollDeg = 0.0
1183# Serial string associated with this specific detector
1184config.detectorList[18].serial = '917243'
1186# pitch (rotation about y) of the detector in degrees
1187config.detectorList[18].pitchDeg = 0.0
1189# ID of detector slot
1190config.detectorList[18].id = 18
1192config.detectorList[19] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1193# y0 of pixel bounding box
1194config.detectorList[19].bbox_y0 = 0
1196# y1 of pixel bounding box
1197config.detectorList[19].bbox_y1 = 4611
1199# x1 of pixel bounding box
1200config.detectorList[19].bbox_x1 = 2047
1202# x0 of pixel bounding box
1203config.detectorList[19].bbox_x0 = 0
1205# Name of detector slot
1206config.detectorList[19].name = 'ccd19'
1208# Pixel size in the x dimension in mm
1209config.detectorList[19].pixelSize_x = 0.0135
1211# Name of native coordinate system
1212config.detectorList[19].transformDict.nativeSys = None
1214config.detectorList[19].transformDict.transforms = None
1215# x position of the reference point in the detector in pixels in transposed coordinates.
1216config.detectorList[19].refpos_x = 1023.5
1218# y position of the reference point in the detector in pixels in transposed coordinates.
1219config.detectorList[19].refpos_y = 2305.5
1221# Pixel size in the y dimension in mm
1222config.detectorList[19].pixelSize_y = 0.0135
1224# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1225config.detectorList[19].detectorType = 0
1227# x offset from the origin of the camera in mm in the transposed system.
1228config.detectorList[19].offset_x = -85.806
1230# y offset from the origin of the camera in mm in the transposed system.
1231config.detectorList[19].offset_y = -31.44825
1233# Transpose the pixel grid before orienting in focal plane?
1234config.detectorList[19].transposeDetector = None
1236# yaw (rotation about z) of the detector in degrees. This includes any
1237# necessary rotation to go from detector coordinates to camera coordinates
1238# after optional transposition.
1239config.detectorList[19].yawDeg = 0.0
1241# roll (rotation about x) of the detector in degrees
1242config.detectorList[19].rollDeg = 0.0
1244# Serial string associated with this specific detector
1245config.detectorList[19].serial = '8341165'
1247# pitch (rotation about y) of the detector in degrees
1248config.detectorList[19].pitchDeg = 0.0
1250# ID of detector slot
1251config.detectorList[19].id = 19
1253config.detectorList[20] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1254# y0 of pixel bounding box
1255config.detectorList[20].bbox_y0 = 0
1257# y1 of pixel bounding box
1258config.detectorList[20].bbox_y1 = 4611
1260# x1 of pixel bounding box
1261config.detectorList[20].bbox_x1 = 2047
1263# x0 of pixel bounding box
1264config.detectorList[20].bbox_x0 = 0
1266# Name of detector slot
1267config.detectorList[20].name = 'ccd20'
1269# Pixel size in the x dimension in mm
1270config.detectorList[20].pixelSize_x = 0.0135
1272# Name of native coordinate system
1273config.detectorList[20].transformDict.nativeSys = None
1275config.detectorList[20].transformDict.transforms = None
1276# x position of the reference point in the detector in pixels in transposed coordinates.
1277config.detectorList[20].refpos_x = 1023.5
1279# y position of the reference point in the detector in pixels in transposed coordinates.
1280config.detectorList[20].refpos_y = 2305.5
1282# Pixel size in the y dimension in mm
1283config.detectorList[20].pixelSize_y = 0.0135
1285# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1286config.detectorList[20].detectorType = 0
1288# x offset from the origin of the camera in mm in the transposed system.
1289config.detectorList[20].offset_x = -57.24
1291# y offset from the origin of the camera in mm in the transposed system.
1292config.detectorList[20].offset_y = -31.46175
1294# Transpose the pixel grid before orienting in focal plane?
1295config.detectorList[20].transposeDetector = None
1297# yaw (rotation about z) of the detector in degrees. This includes any
1298# necessary rotation to go from detector coordinates to camera coordinates
1299# after optional transposition.
1300config.detectorList[20].yawDeg = 0.0
1302# roll (rotation about x) of the detector in degrees
1303config.detectorList[20].rollDeg = 0.0
1305# Serial string associated with this specific detector
1306config.detectorList[20].serial = '8352134'
1308# pitch (rotation about y) of the detector in degrees
1309config.detectorList[20].pitchDeg = 0.0
1311# ID of detector slot
1312config.detectorList[20].id = 20
1314config.detectorList[21] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1315# y0 of pixel bounding box
1316config.detectorList[21].bbox_y0 = 0
1318# y1 of pixel bounding box
1319config.detectorList[21].bbox_y1 = 4611
1321# x1 of pixel bounding box
1322config.detectorList[21].bbox_x1 = 2047
1324# x0 of pixel bounding box
1325config.detectorList[21].bbox_x0 = 0
1327# Name of detector slot
1328config.detectorList[21].name = 'ccd21'
1330# Pixel size in the x dimension in mm
1331config.detectorList[21].pixelSize_x = 0.0135
1333# Name of native coordinate system
1334config.detectorList[21].transformDict.nativeSys = None
1336config.detectorList[21].transformDict.transforms = None
1337# x position of the reference point in the detector in pixels in transposed coordinates.
1338config.detectorList[21].refpos_x = 1023.5
1340# y position of the reference point in the detector in pixels in transposed coordinates.
1341config.detectorList[21].refpos_y = 2305.5
1343# Pixel size in the y dimension in mm
1344config.detectorList[21].pixelSize_y = 0.0135
1346# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1347config.detectorList[21].detectorType = 0
1349# x offset from the origin of the camera in mm in the transposed system.
1350config.detectorList[21].offset_x = -28.647
1352# y offset from the origin of the camera in mm in the transposed system.
1353config.detectorList[21].offset_y = -31.44825
1355# Transpose the pixel grid before orienting in focal plane?
1356config.detectorList[21].transposeDetector = None
1358# yaw (rotation about z) of the detector in degrees. This includes any
1359# necessary rotation to go from detector coordinates to camera coordinates
1360# after optional transposition.
1361config.detectorList[21].yawDeg = 0.0
1363# roll (rotation about x) of the detector in degrees
1364config.detectorList[21].rollDeg = 0.0
1366# Serial string associated with this specific detector
1367config.detectorList[21].serial = '8374175'
1369# pitch (rotation about y) of the detector in degrees
1370config.detectorList[21].pitchDeg = 0.0
1372# ID of detector slot
1373config.detectorList[21].id = 21
1375config.detectorList[22] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1376# y0 of pixel bounding box
1377config.detectorList[22].bbox_y0 = 0
1379# y1 of pixel bounding box
1380config.detectorList[22].bbox_y1 = 4611
1382# x1 of pixel bounding box
1383config.detectorList[22].bbox_x1 = 2047
1385# x0 of pixel bounding box
1386config.detectorList[22].bbox_x0 = 0
1388# Name of detector slot
1389config.detectorList[22].name = 'ccd22'
1391# Pixel size in the x dimension in mm
1392config.detectorList[22].pixelSize_x = 0.0135
1394# Name of native coordinate system
1395config.detectorList[22].transformDict.nativeSys = None
1397config.detectorList[22].transformDict.transforms = None
1398# x position of the reference point in the detector in pixels in transposed coordinates.
1399config.detectorList[22].refpos_x = 1023.5
1401# y position of the reference point in the detector in pixels in transposed coordinates.
1402config.detectorList[22].refpos_y = 2305.5
1404# Pixel size in the y dimension in mm
1405config.detectorList[22].pixelSize_y = 0.0135
1407# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1408config.detectorList[22].detectorType = 0
1410# x offset from the origin of the camera in mm in the transposed system.
1411config.detectorList[22].offset_x = -0.081
1413# y offset from the origin of the camera in mm in the transposed system.
1414config.detectorList[22].offset_y = -31.46175
1416# Transpose the pixel grid before orienting in focal plane?
1417config.detectorList[22].transposeDetector = None
1419# yaw (rotation about z) of the detector in degrees. This includes any
1420# necessary rotation to go from detector coordinates to camera coordinates
1421# after optional transposition.
1422config.detectorList[22].yawDeg = 0.0
1424# roll (rotation about x) of the detector in degrees
1425config.detectorList[22].rollDeg = 0.0
1427# Serial string associated with this specific detector
1428config.detectorList[22].serial = '8351115'
1430# pitch (rotation about y) of the detector in degrees
1431config.detectorList[22].pitchDeg = 0.0
1433# ID of detector slot
1434config.detectorList[22].id = 22
1436config.detectorList[23] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1437# y0 of pixel bounding box
1438config.detectorList[23].bbox_y0 = 0
1440# y1 of pixel bounding box
1441config.detectorList[23].bbox_y1 = 4611
1443# x1 of pixel bounding box
1444config.detectorList[23].bbox_x1 = 2047
1446# x0 of pixel bounding box
1447config.detectorList[23].bbox_x0 = 0
1449# Name of detector slot
1450config.detectorList[23].name = 'ccd23'
1452# Pixel size in the x dimension in mm
1453config.detectorList[23].pixelSize_x = 0.0135
1455# Name of native coordinate system
1456config.detectorList[23].transformDict.nativeSys = None
1458config.detectorList[23].transformDict.transforms = None
1459# x position of the reference point in the detector in pixels in transposed coordinates.
1460config.detectorList[23].refpos_x = 1023.5
1462# y position of the reference point in the detector in pixels in transposed coordinates.
1463config.detectorList[23].refpos_y = 2305.5
1465# Pixel size in the y dimension in mm
1466config.detectorList[23].pixelSize_y = 0.0135
1468# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1469config.detectorList[23].detectorType = 0
1471# x offset from the origin of the camera in mm in the transposed system.
1472config.detectorList[23].offset_x = 28.566
1474# y offset from the origin of the camera in mm in the transposed system.
1475config.detectorList[23].offset_y = -31.42125
1477# Transpose the pixel grid before orienting in focal plane?
1478config.detectorList[23].transposeDetector = None
1480# yaw (rotation about z) of the detector in degrees. This includes any
1481# necessary rotation to go from detector coordinates to camera coordinates
1482# after optional transposition.
1483config.detectorList[23].yawDeg = 0.0
1485# roll (rotation about x) of the detector in degrees
1486config.detectorList[23].rollDeg = 0.0
1488# Serial string associated with this specific detector
1489config.detectorList[23].serial = '835164'
1491# pitch (rotation about y) of the detector in degrees
1492config.detectorList[23].pitchDeg = 0.0
1494# ID of detector slot
1495config.detectorList[23].id = 23
1497config.detectorList[24] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1498# y0 of pixel bounding box
1499config.detectorList[24].bbox_y0 = 0
1501# y1 of pixel bounding box
1502config.detectorList[24].bbox_y1 = 4611
1504# x1 of pixel bounding box
1505config.detectorList[24].bbox_x1 = 2047
1507# x0 of pixel bounding box
1508config.detectorList[24].bbox_x0 = 0
1510# Name of detector slot
1511config.detectorList[24].name = 'ccd24'
1513# Pixel size in the x dimension in mm
1514config.detectorList[24].pixelSize_x = 0.0135
1516# Name of native coordinate system
1517config.detectorList[24].transformDict.nativeSys = None
1519config.detectorList[24].transformDict.transforms = None
1520# x position of the reference point in the detector in pixels in transposed coordinates.
1521config.detectorList[24].refpos_x = 1023.5
1523# y position of the reference point in the detector in pixels in transposed coordinates.
1524config.detectorList[24].refpos_y = 2305.5
1526# Pixel size in the y dimension in mm
1527config.detectorList[24].pixelSize_y = 0.0135
1529# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1530config.detectorList[24].detectorType = 0
1532# x offset from the origin of the camera in mm in the transposed system.
1533config.detectorList[24].offset_x = 57.078
1535# y offset from the origin of the camera in mm in the transposed system.
1536config.detectorList[24].offset_y = -31.43475
1538# Transpose the pixel grid before orienting in focal plane?
1539config.detectorList[24].transposeDetector = None
1541# yaw (rotation about z) of the detector in degrees. This includes any
1542# necessary rotation to go from detector coordinates to camera coordinates
1543# after optional transposition.
1544config.detectorList[24].yawDeg = 0.0
1546# roll (rotation about x) of the detector in degrees
1547config.detectorList[24].rollDeg = 0.0
1549# Serial string associated with this specific detector
1550config.detectorList[24].serial = '8351185'
1552# pitch (rotation about y) of the detector in degrees
1553config.detectorList[24].pitchDeg = 0.0
1555# ID of detector slot
1556config.detectorList[24].id = 24
1558config.detectorList[25] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1559# y0 of pixel bounding box
1560config.detectorList[25].bbox_y0 = 0
1562# y1 of pixel bounding box
1563config.detectorList[25].bbox_y1 = 4611
1565# x1 of pixel bounding box
1566config.detectorList[25].bbox_x1 = 2047
1568# x0 of pixel bounding box
1569config.detectorList[25].bbox_x0 = 0
1571# Name of detector slot
1572config.detectorList[25].name = 'ccd25'
1574# Pixel size in the x dimension in mm
1575config.detectorList[25].pixelSize_x = 0.0135
1577# Name of native coordinate system
1578config.detectorList[25].transformDict.nativeSys = None
1580config.detectorList[25].transformDict.transforms = None
1581# x position of the reference point in the detector in pixels in transposed coordinates.
1582config.detectorList[25].refpos_x = 1023.5
1584# y position of the reference point in the detector in pixels in transposed coordinates.
1585config.detectorList[25].refpos_y = 2305.5
1587# Pixel size in the y dimension in mm
1588config.detectorList[25].pixelSize_y = 0.0135
1590# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1591config.detectorList[25].detectorType = 0
1593# x offset from the origin of the camera in mm in the transposed system.
1594config.detectorList[25].offset_x = 85.671
1596# y offset from the origin of the camera in mm in the transposed system.
1597config.detectorList[25].offset_y = -31.38075
1599# Transpose the pixel grid before orienting in focal plane?
1600config.detectorList[25].transposeDetector = None
1602# yaw (rotation about z) of the detector in degrees. This includes any
1603# necessary rotation to go from detector coordinates to camera coordinates
1604# after optional transposition.
1605config.detectorList[25].yawDeg = 0.0
1607# roll (rotation about x) of the detector in degrees
1608config.detectorList[25].rollDeg = 0.0
1610# Serial string associated with this specific detector
1611config.detectorList[25].serial = '8352185'
1613# pitch (rotation about y) of the detector in degrees
1614config.detectorList[25].pitchDeg = 0.0
1616# ID of detector slot
1617config.detectorList[25].id = 25
1619config.detectorList[26] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1620# y0 of pixel bounding box
1621config.detectorList[26].bbox_y0 = 0
1623# y1 of pixel bounding box
1624config.detectorList[26].bbox_y1 = 4611
1626# x1 of pixel bounding box
1627config.detectorList[26].bbox_x1 = 2047
1629# x0 of pixel bounding box
1630config.detectorList[26].bbox_x0 = 0
1632# Name of detector slot
1633config.detectorList[26].name = 'ccd26'
1635# Pixel size in the x dimension in mm
1636config.detectorList[26].pixelSize_x = 0.0135
1638# Name of native coordinate system
1639config.detectorList[26].transformDict.nativeSys = None
1641config.detectorList[26].transformDict.transforms = None
1642# x position of the reference point in the detector in pixels in transposed coordinates.
1643config.detectorList[26].refpos_x = 1023.5
1645# y position of the reference point in the detector in pixels in transposed coordinates.
1646config.detectorList[26].refpos_y = 2305.5
1648# Pixel size in the y dimension in mm
1649config.detectorList[26].pixelSize_y = 0.0135
1651# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1652config.detectorList[26].detectorType = 0
1654# x offset from the origin of the camera in mm in the transposed system.
1655config.detectorList[26].offset_x = 114.1965
1657# y offset from the origin of the camera in mm in the transposed system.
1658config.detectorList[26].offset_y = -31.47525
1660# Transpose the pixel grid before orienting in focal plane?
1661config.detectorList[26].transposeDetector = None
1663# yaw (rotation about z) of the detector in degrees. This includes any
1664# necessary rotation to go from detector coordinates to camera coordinates
1665# after optional transposition.
1666config.detectorList[26].yawDeg = 0.0
1668# roll (rotation about x) of the detector in degrees
1669config.detectorList[26].rollDeg = 0.0
1671# Serial string associated with this specific detector
1672config.detectorList[26].serial = '835173'
1674# pitch (rotation about y) of the detector in degrees
1675config.detectorList[26].pitchDeg = 0.0
1677# ID of detector slot
1678config.detectorList[26].id = 26
1680config.detectorList[27] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1681# y0 of pixel bounding box
1682config.detectorList[27].bbox_y0 = 0
1684# y1 of pixel bounding box
1685config.detectorList[27].bbox_y1 = 4611
1687# x1 of pixel bounding box
1688config.detectorList[27].bbox_x1 = 2047
1690# x0 of pixel bounding box
1691config.detectorList[27].bbox_x0 = 0
1693# Name of detector slot
1694config.detectorList[27].name = 'ccd27'
1696# Pixel size in the x dimension in mm
1697config.detectorList[27].pixelSize_x = 0.0135
1699# Name of native coordinate system
1700config.detectorList[27].transformDict.nativeSys = None
1702config.detectorList[27].transformDict.transforms = None
1703# x position of the reference point in the detector in pixels in transposed coordinates.
1704config.detectorList[27].refpos_x = 1023.5
1706# y position of the reference point in the detector in pixels in transposed coordinates.
1707config.detectorList[27].refpos_y = 2305.5
1709# Pixel size in the y dimension in mm
1710config.detectorList[27].pixelSize_y = 0.0135
1712# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1713config.detectorList[27].detectorType = 0
1715# x offset from the origin of the camera in mm in the transposed system.
1716config.detectorList[27].offset_x = -114.291
1718# y offset from the origin of the camera in mm in the transposed system.
1719config.detectorList[27].offset_y = -99.50175
1721# Transpose the pixel grid before orienting in focal plane?
1722config.detectorList[27].transposeDetector = None
1724# yaw (rotation about z) of the detector in degrees. This includes any
1725# necessary rotation to go from detector coordinates to camera coordinates
1726# after optional transposition.
1727config.detectorList[27].yawDeg = 0.0
1729# roll (rotation about x) of the detector in degrees
1730config.detectorList[27].rollDeg = 0.0
1732# Serial string associated with this specific detector
1733config.detectorList[27].serial = '8261165'
1735# pitch (rotation about y) of the detector in degrees
1736config.detectorList[27].pitchDeg = 0.0
1738# ID of detector slot
1739config.detectorList[27].id = 27
1741config.detectorList[28] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1742# y0 of pixel bounding box
1743config.detectorList[28].bbox_y0 = 0
1745# y1 of pixel bounding box
1746config.detectorList[28].bbox_y1 = 4611
1748# x1 of pixel bounding box
1749config.detectorList[28].bbox_x1 = 2047
1751# x0 of pixel bounding box
1752config.detectorList[28].bbox_x0 = 0
1754# Name of detector slot
1755config.detectorList[28].name = 'ccd28'
1757# Pixel size in the x dimension in mm
1758config.detectorList[28].pixelSize_x = 0.0135
1760# Name of native coordinate system
1761config.detectorList[28].transformDict.nativeSys = None
1763config.detectorList[28].transformDict.transforms = None
1764# x position of the reference point in the detector in pixels in transposed coordinates.
1765config.detectorList[28].refpos_x = 1023.5
1767# y position of the reference point in the detector in pixels in transposed coordinates.
1768config.detectorList[28].refpos_y = 2305.5
1770# Pixel size in the y dimension in mm
1771config.detectorList[28].pixelSize_y = 0.0135
1773# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1774config.detectorList[28].detectorType = 0
1776# x offset from the origin of the camera in mm in the transposed system.
1777config.detectorList[28].offset_x = -85.8195
1779# y offset from the origin of the camera in mm in the transposed system.
1780config.detectorList[28].offset_y = -99.35325
1782# Transpose the pixel grid before orienting in focal plane?
1783config.detectorList[28].transposeDetector = None
1785# yaw (rotation about z) of the detector in degrees. This includes any
1786# necessary rotation to go from detector coordinates to camera coordinates
1787# after optional transposition.
1788config.detectorList[28].yawDeg = 0.0
1790# roll (rotation about x) of the detector in degrees
1791config.detectorList[28].rollDeg = 0.0
1793# Serial string associated with this specific detector
1794config.detectorList[28].serial = '743233'
1796# pitch (rotation about y) of the detector in degrees
1797config.detectorList[28].pitchDeg = 0.0
1799# ID of detector slot
1800config.detectorList[28].id = 28
1802config.detectorList[29] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1803# y0 of pixel bounding box
1804config.detectorList[29].bbox_y0 = 0
1806# y1 of pixel bounding box
1807config.detectorList[29].bbox_y1 = 4611
1809# x1 of pixel bounding box
1810config.detectorList[29].bbox_x1 = 2047
1812# x0 of pixel bounding box
1813config.detectorList[29].bbox_x0 = 0
1815# Name of detector slot
1816config.detectorList[29].name = 'ccd29'
1818# Pixel size in the x dimension in mm
1819config.detectorList[29].pixelSize_x = 0.0135
1821# Name of native coordinate system
1822config.detectorList[29].transformDict.nativeSys = None
1824config.detectorList[29].transformDict.transforms = None
1825# x position of the reference point in the detector in pixels in transposed coordinates.
1826config.detectorList[29].refpos_x = 1023.5
1828# y position of the reference point in the detector in pixels in transposed coordinates.
1829config.detectorList[29].refpos_y = 2305.5
1831# Pixel size in the y dimension in mm
1832config.detectorList[29].pixelSize_y = 0.0135
1834# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1835config.detectorList[29].detectorType = 0
1837# x offset from the origin of the camera in mm in the transposed system.
1838config.detectorList[29].offset_x = -57.213
1840# y offset from the origin of the camera in mm in the transposed system.
1841config.detectorList[29].offset_y = -99.36675
1843# Transpose the pixel grid before orienting in focal plane?
1844config.detectorList[29].transposeDetector = None
1846# yaw (rotation about z) of the detector in degrees. This includes any
1847# necessary rotation to go from detector coordinates to camera coordinates
1848# after optional transposition.
1849config.detectorList[29].yawDeg = 0.0
1851# roll (rotation about x) of the detector in degrees
1852config.detectorList[29].rollDeg = 0.0
1854# Serial string associated with this specific detector
1855config.detectorList[29].serial = '8351164'
1857# pitch (rotation about y) of the detector in degrees
1858config.detectorList[29].pitchDeg = 0.0
1860# ID of detector slot
1861config.detectorList[29].id = 29
1863config.detectorList[30] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1864# y0 of pixel bounding box
1865config.detectorList[30].bbox_y0 = 0
1867# y1 of pixel bounding box
1868config.detectorList[30].bbox_y1 = 4611
1870# x1 of pixel bounding box
1871config.detectorList[30].bbox_x1 = 2047
1873# x0 of pixel bounding box
1874config.detectorList[30].bbox_x0 = 0
1876# Name of detector slot
1877config.detectorList[30].name = 'ccd30'
1879# Pixel size in the x dimension in mm
1880config.detectorList[30].pixelSize_x = 0.0135
1882# Name of native coordinate system
1883config.detectorList[30].transformDict.nativeSys = None
1885config.detectorList[30].transformDict.transforms = None
1886# x position of the reference point in the detector in pixels in transposed coordinates.
1887config.detectorList[30].refpos_x = 1023.5
1889# y position of the reference point in the detector in pixels in transposed coordinates.
1890config.detectorList[30].refpos_y = 2305.5
1892# Pixel size in the y dimension in mm
1893config.detectorList[30].pixelSize_y = 0.0135
1895# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1896config.detectorList[30].detectorType = 0
1898# x offset from the origin of the camera in mm in the transposed system.
1899config.detectorList[30].offset_x = -28.6065
1901# y offset from the origin of the camera in mm in the transposed system.
1902config.detectorList[30].offset_y = -99.43425
1904# Transpose the pixel grid before orienting in focal plane?
1905config.detectorList[30].transposeDetector = None
1907# yaw (rotation about z) of the detector in degrees. This includes any
1908# necessary rotation to go from detector coordinates to camera coordinates
1909# after optional transposition.
1910config.detectorList[30].yawDeg = 0.0
1912# roll (rotation about x) of the detector in degrees
1913config.detectorList[30].rollDeg = 0.0
1915# Serial string associated with this specific detector
1916config.detectorList[30].serial = '8261195'
1918# pitch (rotation about y) of the detector in degrees
1919config.detectorList[30].pitchDeg = 0.0
1921# ID of detector slot
1922config.detectorList[30].id = 30
1924config.detectorList[31] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1925# y0 of pixel bounding box
1926config.detectorList[31].bbox_y0 = 0
1928# y1 of pixel bounding box
1929config.detectorList[31].bbox_y1 = 4611
1931# x1 of pixel bounding box
1932config.detectorList[31].bbox_x1 = 2047
1934# x0 of pixel bounding box
1935config.detectorList[31].bbox_x0 = 0
1937# Name of detector slot
1938config.detectorList[31].name = 'ccd31'
1940# Pixel size in the x dimension in mm
1941config.detectorList[31].pixelSize_x = 0.0135
1943# Name of native coordinate system
1944config.detectorList[31].transformDict.nativeSys = None
1946config.detectorList[31].transformDict.transforms = None
1947# x position of the reference point in the detector in pixels in transposed coordinates.
1948config.detectorList[31].refpos_x = 1023.5
1950# y position of the reference point in the detector in pixels in transposed coordinates.
1951config.detectorList[31].refpos_y = 2305.5
1953# Pixel size in the y dimension in mm
1954config.detectorList[31].pixelSize_y = 0.0135
1956# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1957config.detectorList[31].detectorType = 0
1959# x offset from the origin of the camera in mm in the transposed system.
1960config.detectorList[31].offset_x = -0.054
1962# y offset from the origin of the camera in mm in the transposed system.
1963config.detectorList[31].offset_y = -99.40725
1965# Transpose the pixel grid before orienting in focal plane?
1966config.detectorList[31].transposeDetector = None
1968# yaw (rotation about z) of the detector in degrees. This includes any
1969# necessary rotation to go from detector coordinates to camera coordinates
1970# after optional transposition.
1971config.detectorList[31].yawDeg = 0.0
1973# roll (rotation about x) of the detector in degrees
1974config.detectorList[31].rollDeg = 0.0
1976# Serial string associated with this specific detector
1977config.detectorList[31].serial = '835183'
1979# pitch (rotation about y) of the detector in degrees
1980config.detectorList[31].pitchDeg = 0.0
1982# ID of detector slot
1983config.detectorList[31].id = 31
1985config.detectorList[32] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1986# y0 of pixel bounding box
1987config.detectorList[32].bbox_y0 = 0
1989# y1 of pixel bounding box
1990config.detectorList[32].bbox_y1 = 4611
1992# x1 of pixel bounding box
1993config.detectorList[32].bbox_x1 = 2047
1995# x0 of pixel bounding box
1996config.detectorList[32].bbox_x0 = 0
1998# Name of detector slot
1999config.detectorList[32].name = 'ccd32'
2001# Pixel size in the x dimension in mm
2002config.detectorList[32].pixelSize_x = 0.0135
2004# Name of native coordinate system
2005config.detectorList[32].transformDict.nativeSys = None
2007config.detectorList[32].transformDict.transforms = None
2008# x position of the reference point in the detector in pixels in transposed coordinates.
2009config.detectorList[32].refpos_x = 1023.5
2011# y position of the reference point in the detector in pixels in transposed coordinates.
2012config.detectorList[32].refpos_y = 2305.5
2014# Pixel size in the y dimension in mm
2015config.detectorList[32].pixelSize_y = 0.0135
2017# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2018config.detectorList[32].detectorType = 0
2020# x offset from the origin of the camera in mm in the transposed system.
2021config.detectorList[32].offset_x = 28.5255
2023# y offset from the origin of the camera in mm in the transposed system.
2024config.detectorList[32].offset_y = -99.42075
2026# Transpose the pixel grid before orienting in focal plane?
2027config.detectorList[32].transposeDetector = None
2029# yaw (rotation about z) of the detector in degrees. This includes any
2030# necessary rotation to go from detector coordinates to camera coordinates
2031# after optional transposition.
2032config.detectorList[32].yawDeg = 0.0
2034# roll (rotation about x) of the detector in degrees
2035config.detectorList[32].rollDeg = 0.0
2037# Serial string associated with this specific detector
2038config.detectorList[32].serial = '8352104'
2040# pitch (rotation about y) of the detector in degrees
2041config.detectorList[32].pitchDeg = 0.0
2043# ID of detector slot
2044config.detectorList[32].id = 32
2046config.detectorList[33] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2047# y0 of pixel bounding box
2048config.detectorList[33].bbox_y0 = 0
2050# y1 of pixel bounding box
2051config.detectorList[33].bbox_y1 = 4611
2053# x1 of pixel bounding box
2054config.detectorList[33].bbox_x1 = 2047
2056# x0 of pixel bounding box
2057config.detectorList[33].bbox_x0 = 0
2059# Name of detector slot
2060config.detectorList[33].name = 'ccd33'
2062# Pixel size in the x dimension in mm
2063config.detectorList[33].pixelSize_x = 0.0135
2065# Name of native coordinate system
2066config.detectorList[33].transformDict.nativeSys = None
2068config.detectorList[33].transformDict.transforms = None
2069# x position of the reference point in the detector in pixels in transposed coordinates.
2070config.detectorList[33].refpos_x = 1023.5
2072# y position of the reference point in the detector in pixels in transposed coordinates.
2073config.detectorList[33].refpos_y = 2305.5
2075# Pixel size in the y dimension in mm
2076config.detectorList[33].pixelSize_y = 0.0135
2078# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2079config.detectorList[33].detectorType = 0
2081# x offset from the origin of the camera in mm in the transposed system.
2082config.detectorList[33].offset_x = 57.1185
2084# y offset from the origin of the camera in mm in the transposed system.
2085config.detectorList[33].offset_y = -99.36675
2087# Transpose the pixel grid before orienting in focal plane?
2088config.detectorList[33].transposeDetector = None
2090# yaw (rotation about z) of the detector in degrees. This includes any
2091# necessary rotation to go from detector coordinates to camera coordinates
2092# after optional transposition.
2093config.detectorList[33].yawDeg = 0.0
2095# roll (rotation about x) of the detector in degrees
2096config.detectorList[33].rollDeg = 0.0
2098# Serial string associated with this specific detector
2099config.detectorList[33].serial = '8352154'
2101# pitch (rotation about y) of the detector in degrees
2102config.detectorList[33].pitchDeg = 0.0
2104# ID of detector slot
2105config.detectorList[33].id = 33
2107config.detectorList[34] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2108# y0 of pixel bounding box
2109config.detectorList[34].bbox_y0 = 0
2111# y1 of pixel bounding box
2112config.detectorList[34].bbox_y1 = 4611
2114# x1 of pixel bounding box
2115config.detectorList[34].bbox_x1 = 2047
2117# x0 of pixel bounding box
2118config.detectorList[34].bbox_x0 = 0
2120# Name of detector slot
2121config.detectorList[34].name = 'ccd34'
2123# Pixel size in the x dimension in mm
2124config.detectorList[34].pixelSize_x = 0.0135
2126# Name of native coordinate system
2127config.detectorList[34].transformDict.nativeSys = None
2129config.detectorList[34].transformDict.transforms = None
2130# x position of the reference point in the detector in pixels in transposed coordinates.
2131config.detectorList[34].refpos_x = 1023.5
2133# y position of the reference point in the detector in pixels in transposed coordinates.
2134config.detectorList[34].refpos_y = 2305.5
2136# Pixel size in the y dimension in mm
2137config.detectorList[34].pixelSize_y = 0.0135
2139# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2140config.detectorList[34].detectorType = 0
2142# x offset from the origin of the camera in mm in the transposed system.
2143config.detectorList[34].offset_x = 85.6845
2145# y offset from the origin of the camera in mm in the transposed system.
2146config.detectorList[34].offset_y = -99.38025
2148# Transpose the pixel grid before orienting in focal plane?
2149config.detectorList[34].transposeDetector = None
2151# yaw (rotation about z) of the detector in degrees. This includes any
2152# necessary rotation to go from detector coordinates to camera coordinates
2153# after optional transposition.
2154config.detectorList[34].yawDeg = 0.0
2156# roll (rotation about x) of the detector in degrees
2157config.detectorList[34].rollDeg = 0.0
2159# Serial string associated with this specific detector
2160config.detectorList[34].serial = '826173'
2162# pitch (rotation about y) of the detector in degrees
2163config.detectorList[34].pitchDeg = 0.0
2165# ID of detector slot
2166config.detectorList[34].id = 34
2168config.detectorList[35] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2169# y0 of pixel bounding box
2170config.detectorList[35].bbox_y0 = 0
2172# y1 of pixel bounding box
2173config.detectorList[35].bbox_y1 = 4611
2175# x1 of pixel bounding box
2176config.detectorList[35].bbox_x1 = 2047
2178# x0 of pixel bounding box
2179config.detectorList[35].bbox_x0 = 0
2181# Name of detector slot
2182config.detectorList[35].name = 'ccd35'
2184# Pixel size in the x dimension in mm
2185config.detectorList[35].pixelSize_x = 0.0135
2187# Name of native coordinate system
2188config.detectorList[35].transformDict.nativeSys = None
2190config.detectorList[35].transformDict.transforms = None
2191# x position of the reference point in the detector in pixels in transposed coordinates.
2192config.detectorList[35].refpos_x = 1023.5
2194# y position of the reference point in the detector in pixels in transposed coordinates.
2195config.detectorList[35].refpos_y = 2305.5
2197# Pixel size in the y dimension in mm
2198config.detectorList[35].pixelSize_y = 0.0135
2200# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2201config.detectorList[35].detectorType = 0
2203# x offset from the origin of the camera in mm in the transposed system.
2204config.detectorList[35].offset_x = 114.1695
2206# y offset from the origin of the camera in mm in the transposed system.
2207config.detectorList[35].offset_y = -99.51525
2209# Transpose the pixel grid before orienting in focal plane?
2210config.detectorList[35].transposeDetector = None
2212# yaw (rotation about z) of the detector in degrees. This includes any
2213# necessary rotation to go from detector coordinates to camera coordinates
2214# after optional transposition.
2215config.detectorList[35].yawDeg = 0.0
2217# roll (rotation about x) of the detector in degrees
2218config.detectorList[35].rollDeg = 0.0
2220# Serial string associated with this specific detector
2221config.detectorList[35].serial = '8261143'
2223# pitch (rotation about y) of the detector in degrees
2224config.detectorList[35].pitchDeg = 0.0
2226# ID of detector slot
2227config.detectorList[35].id = 35
2229# Coefficients for radial distortion
2230config.radialCoeffs = None
2232# Name of this camera
2233config.name = 'MegaPrime'