Coverage for description/camera/camera.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1import lsst.afw.cameraGeom.cameraConfig
2assert type(config)==lsst.afw.cameraGeom.cameraConfig.CameraConfig, 'config is of type %s.%s instead of lsst.afw.cameraGeom.cameraConfig.CameraConfig' % (type(config).__module__, type(config).__name__)
3import lsst.afw.cameraGeom.transformConfig
4config.detectorList={}
5config.detectorList[0]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6config.detectorList[0].transformDict.transforms=None
7# Name of reference coordinate system
8config.detectorList[0].transformDict.nativeSys='Pixels'
10# Name of detector slot
11config.detectorList[0].name='R:0,0 S:1,2'
13# ID of detector slot
14config.detectorList[0].id=12
16# x0 of pixel bounding box
17config.detectorList[0].bbox_x0=0
19# y0 of pixel bounding box
20config.detectorList[0].bbox_y0=0
22# x1 of pixel bounding box
23config.detectorList[0].bbox_x1=4071
25# y1 of pixel bounding box
26config.detectorList[0].bbox_y1=3999
28# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
29config.detectorList[0].detectorType=2
31# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
32config.detectorList[0].physicalType='CCD'
34# Serial string associated with this specific detector
35config.detectorList[0].serial='R00_S12_v3.4.2'
37# x offset from the origin of the camera in mm in the transposed system.
38config.detectorList[0].offset_x=-253.979646
40# y offset from the origin of the camera in mm in the transposed system.
41config.detectorList[0].offset_y=-211.780212
43# x position of the reference point in the detector in pixels in transposed coordinates.
44config.detectorList[0].refpos_x=2035.5
46# y position of the reference point in the detector in pixels in transposed coordinates.
47config.detectorList[0].refpos_y=1999.5
49# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
50config.detectorList[0].yawDeg=89.986364
52# pitch (rotation about y) of the detector in degrees
53config.detectorList[0].pitchDeg=0.0
55# roll (rotation about x) of the detector in degrees
56config.detectorList[0].rollDeg=0.0
58# Pixel size in the x dimension in mm
59config.detectorList[0].pixelSize_x=0.01
61# Pixel size in the y dimension in mm
62config.detectorList[0].pixelSize_y=0.01
64# Transpose the pixel grid before orienting in focal plane?
65config.detectorList[0].transposeDetector=False
67# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
68config.detectorList[0].crosstalk=None
70config.detectorList[1]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
71config.detectorList[1].transformDict.transforms=None
72# Name of reference coordinate system
73config.detectorList[1].transformDict.nativeSys='Pixels'
75# Name of detector slot
76config.detectorList[1].name='R:0,0 S:2,1'
78# ID of detector slot
79config.detectorList[1].id=21
81# x0 of pixel bounding box
82config.detectorList[1].bbox_x0=0
84# y0 of pixel bounding box
85config.detectorList[1].bbox_y0=0
87# x1 of pixel bounding box
88config.detectorList[1].bbox_x1=4071
90# y1 of pixel bounding box
91config.detectorList[1].bbox_y1=3999
93# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
94config.detectorList[1].detectorType=2
96# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
97config.detectorList[1].physicalType='CCD'
99# Serial string associated with this specific detector
100config.detectorList[1].serial='R00_S21_v3.4.2'
102# x offset from the origin of the camera in mm in the transposed system.
103config.detectorList[1].offset_x=-211.70227
105# y offset from the origin of the camera in mm in the transposed system.
106config.detectorList[1].offset_y=-254.01369
108# x position of the reference point in the detector in pixels in transposed coordinates.
109config.detectorList[1].refpos_x=2035.5
111# y position of the reference point in the detector in pixels in transposed coordinates.
112config.detectorList[1].refpos_y=1999.5
114# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
115config.detectorList[1].yawDeg=89.993697
117# pitch (rotation about y) of the detector in degrees
118config.detectorList[1].pitchDeg=0.0
120# roll (rotation about x) of the detector in degrees
121config.detectorList[1].rollDeg=0.0
123# Pixel size in the x dimension in mm
124config.detectorList[1].pixelSize_x=0.01
126# Pixel size in the y dimension in mm
127config.detectorList[1].pixelSize_y=0.01
129# Transpose the pixel grid before orienting in focal plane?
130config.detectorList[1].transposeDetector=False
132# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
133config.detectorList[1].crosstalk=None
135config.detectorList[2]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
136config.detectorList[2].transformDict.transforms=None
137# Name of reference coordinate system
138config.detectorList[2].transformDict.nativeSys='Pixels'
140# Name of detector slot
141config.detectorList[2].name='R:0,0 S:2,2,A'
143# ID of detector slot
144config.detectorList[2].id=10022
146# x0 of pixel bounding box
147config.detectorList[2].bbox_x0=0
149# y0 of pixel bounding box
150config.detectorList[2].bbox_y0=0
152# x1 of pixel bounding box
153config.detectorList[2].bbox_x1=4071
155# y1 of pixel bounding box
156config.detectorList[2].bbox_y1=1999
158# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
159config.detectorList[2].detectorType=3
161# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
162config.detectorList[2].physicalType='CCD'
164# Serial string associated with this specific detector
165config.detectorList[2].serial='R00_S22_C0_v3.4.2'
167# x offset from the origin of the camera in mm in the transposed system.
168config.detectorList[2].offset_x=-221.724916
170# y offset from the origin of the camera in mm in the transposed system.
171config.detectorList[2].offset_y=-211.774185
173# x position of the reference point in the detector in pixels in transposed coordinates.
174config.detectorList[2].refpos_x=2035.5
176# y position of the reference point in the detector in pixels in transposed coordinates.
177config.detectorList[2].refpos_y=999.5
179# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
180config.detectorList[2].yawDeg=89.997193
182# pitch (rotation about y) of the detector in degrees
183config.detectorList[2].pitchDeg=0.0
185# roll (rotation about x) of the detector in degrees
186config.detectorList[2].rollDeg=0.0
188# Pixel size in the x dimension in mm
189config.detectorList[2].pixelSize_x=0.01
191# Pixel size in the y dimension in mm
192config.detectorList[2].pixelSize_y=0.01
194# Transpose the pixel grid before orienting in focal plane?
195config.detectorList[2].transposeDetector=False
197# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
198config.detectorList[2].crosstalk=None
200config.detectorList[3]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
201config.detectorList[3].transformDict.transforms=None
202# Name of reference coordinate system
203config.detectorList[3].transformDict.nativeSys='Pixels'
205# Name of detector slot
206config.detectorList[3].name='R:0,0 S:2,2,B'
208# ID of detector slot
209config.detectorList[3].id=20022
211# x0 of pixel bounding box
212config.detectorList[3].bbox_x0=0
214# y0 of pixel bounding box
215config.detectorList[3].bbox_y0=0
217# x1 of pixel bounding box
218config.detectorList[3].bbox_x1=4071
220# y1 of pixel bounding box
221config.detectorList[3].bbox_y1=1999
223# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
224config.detectorList[3].detectorType=3
226# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
227config.detectorList[3].physicalType='CCD'
229# Serial string associated with this specific detector
230config.detectorList[3].serial='R00_S22_C1_v3.4.2'
232# x offset from the origin of the camera in mm in the transposed system.
233config.detectorList[3].offset_x=-201.679395
235# y offset from the origin of the camera in mm in the transposed system.
236config.detectorList[3].offset_y=-211.766132
238# x position of the reference point in the detector in pixels in transposed coordinates.
239config.detectorList[3].refpos_x=2035.5
241# y position of the reference point in the detector in pixels in transposed coordinates.
242config.detectorList[3].refpos_y=999.5
244# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
245config.detectorList[3].yawDeg=89.995073
247# pitch (rotation about y) of the detector in degrees
248config.detectorList[3].pitchDeg=0.0
250# roll (rotation about x) of the detector in degrees
251config.detectorList[3].rollDeg=0.0
253# Pixel size in the x dimension in mm
254config.detectorList[3].pixelSize_x=0.01
256# Pixel size in the y dimension in mm
257config.detectorList[3].pixelSize_y=0.01
259# Transpose the pixel grid before orienting in focal plane?
260config.detectorList[3].transposeDetector=False
262# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
263config.detectorList[3].crosstalk=None
265config.detectorList[4]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
266config.detectorList[4].transformDict.transforms=None
267# Name of reference coordinate system
268config.detectorList[4].transformDict.nativeSys='Pixels'
270# Name of detector slot
271config.detectorList[4].name='R:0,1 S:0,0'
273# ID of detector slot
274config.detectorList[4].id=100
276# x0 of pixel bounding box
277config.detectorList[4].bbox_x0=0
279# y0 of pixel bounding box
280config.detectorList[4].bbox_y0=0
282# x1 of pixel bounding box
283config.detectorList[4].bbox_x1=4071
285# y1 of pixel bounding box
286config.detectorList[4].bbox_y1=3999
288# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
289config.detectorList[4].detectorType=0
291# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
292config.detectorList[4].physicalType='CCD'
294# Serial string associated with this specific detector
295config.detectorList[4].serial='R01_S00_v3.4.2'
297# x offset from the origin of the camera in mm in the transposed system.
298config.detectorList[4].offset_x=-296.211486
300# y offset from the origin of the camera in mm in the transposed system.
301config.detectorList[4].offset_y=-169.295669
303# x position of the reference point in the detector in pixels in transposed coordinates.
304config.detectorList[4].refpos_x=2035.5
306# y position of the reference point in the detector in pixels in transposed coordinates.
307config.detectorList[4].refpos_y=1999.5
309# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
310config.detectorList[4].yawDeg=90.023663
312# pitch (rotation about y) of the detector in degrees
313config.detectorList[4].pitchDeg=0.0
315# roll (rotation about x) of the detector in degrees
316config.detectorList[4].rollDeg=0.0
318# Pixel size in the x dimension in mm
319config.detectorList[4].pixelSize_x=0.01
321# Pixel size in the y dimension in mm
322config.detectorList[4].pixelSize_y=0.01
324# Transpose the pixel grid before orienting in focal plane?
325config.detectorList[4].transposeDetector=False
327# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
328config.detectorList[4].crosstalk=None
330config.detectorList[5]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
331config.detectorList[5].transformDict.transforms=None
332# Name of reference coordinate system
333config.detectorList[5].transformDict.nativeSys='Pixels'
335# Name of detector slot
336config.detectorList[5].name='R:0,1 S:0,1'
338# ID of detector slot
339config.detectorList[5].id=101
341# x0 of pixel bounding box
342config.detectorList[5].bbox_x0=0
344# y0 of pixel bounding box
345config.detectorList[5].bbox_y0=0
347# x1 of pixel bounding box
348config.detectorList[5].bbox_x1=4071
350# y1 of pixel bounding box
351config.detectorList[5].bbox_y1=3999
353# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
354config.detectorList[5].detectorType=0
356# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
357config.detectorList[5].physicalType='CCD'
359# Serial string associated with this specific detector
360config.detectorList[5].serial='R01_S01_v3.4.2'
362# x offset from the origin of the camera in mm in the transposed system.
363config.detectorList[5].offset_x=-296.200625
365# y offset from the origin of the camera in mm in the transposed system.
366config.detectorList[5].offset_y=-126.973243
368# x position of the reference point in the detector in pixels in transposed coordinates.
369config.detectorList[5].refpos_x=2035.5
371# y position of the reference point in the detector in pixels in transposed coordinates.
372config.detectorList[5].refpos_y=1999.5
374# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
375config.detectorList[5].yawDeg=90.006245
377# pitch (rotation about y) of the detector in degrees
378config.detectorList[5].pitchDeg=0.0
380# roll (rotation about x) of the detector in degrees
381config.detectorList[5].rollDeg=0.0
383# Pixel size in the x dimension in mm
384config.detectorList[5].pixelSize_x=0.01
386# Pixel size in the y dimension in mm
387config.detectorList[5].pixelSize_y=0.01
389# Transpose the pixel grid before orienting in focal plane?
390config.detectorList[5].transposeDetector=False
392# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
393config.detectorList[5].crosstalk=None
395config.detectorList[6]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
396config.detectorList[6].transformDict.transforms=None
397# Name of reference coordinate system
398config.detectorList[6].transformDict.nativeSys='Pixels'
400# Name of detector slot
401config.detectorList[6].name='R:0,1 S:0,2'
403# ID of detector slot
404config.detectorList[6].id=102
406# x0 of pixel bounding box
407config.detectorList[6].bbox_x0=0
409# y0 of pixel bounding box
410config.detectorList[6].bbox_y0=0
412# x1 of pixel bounding box
413config.detectorList[6].bbox_x1=4071
415# y1 of pixel bounding box
416config.detectorList[6].bbox_y1=3999
418# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
419config.detectorList[6].detectorType=0
421# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
422config.detectorList[6].physicalType='CCD'
424# Serial string associated with this specific detector
425config.detectorList[6].serial='R01_S02_v3.4.2'
427# x offset from the origin of the camera in mm in the transposed system.
428config.detectorList[6].offset_x=-296.244504
430# y offset from the origin of the camera in mm in the transposed system.
431config.detectorList[6].offset_y=-84.793235
433# x position of the reference point in the detector in pixels in transposed coordinates.
434config.detectorList[6].refpos_x=2035.5
436# y position of the reference point in the detector in pixels in transposed coordinates.
437config.detectorList[6].refpos_y=1999.5
439# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
440config.detectorList[6].yawDeg=90.020798
442# pitch (rotation about y) of the detector in degrees
443config.detectorList[6].pitchDeg=0.0
445# roll (rotation about x) of the detector in degrees
446config.detectorList[6].rollDeg=0.0
448# Pixel size in the x dimension in mm
449config.detectorList[6].pixelSize_x=0.01
451# Pixel size in the y dimension in mm
452config.detectorList[6].pixelSize_y=0.01
454# Transpose the pixel grid before orienting in focal plane?
455config.detectorList[6].transposeDetector=False
457# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
458config.detectorList[6].crosstalk=None
460config.detectorList[7]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
461config.detectorList[7].transformDict.transforms=None
462# Name of reference coordinate system
463config.detectorList[7].transformDict.nativeSys='Pixels'
465# Name of detector slot
466config.detectorList[7].name='R:0,1 S:1,0'
468# ID of detector slot
469config.detectorList[7].id=110
471# x0 of pixel bounding box
472config.detectorList[7].bbox_x0=0
474# y0 of pixel bounding box
475config.detectorList[7].bbox_y0=0
477# x1 of pixel bounding box
478config.detectorList[7].bbox_x1=4071
480# y1 of pixel bounding box
481config.detectorList[7].bbox_y1=3999
483# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
484config.detectorList[7].detectorType=0
486# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
487config.detectorList[7].physicalType='CCD'
489# Serial string associated with this specific detector
490config.detectorList[7].serial='R01_S10_v3.4.2'
492# x offset from the origin of the camera in mm in the transposed system.
493config.detectorList[7].offset_x=-253.981217
495# y offset from the origin of the camera in mm in the transposed system.
496config.detectorList[7].offset_y=-169.235488
498# x position of the reference point in the detector in pixels in transposed coordinates.
499config.detectorList[7].refpos_x=2035.5
501# y position of the reference point in the detector in pixels in transposed coordinates.
502config.detectorList[7].refpos_y=1999.5
504# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
505config.detectorList[7].yawDeg=90.003037
507# pitch (rotation about y) of the detector in degrees
508config.detectorList[7].pitchDeg=0.0
510# roll (rotation about x) of the detector in degrees
511config.detectorList[7].rollDeg=0.0
513# Pixel size in the x dimension in mm
514config.detectorList[7].pixelSize_x=0.01
516# Pixel size in the y dimension in mm
517config.detectorList[7].pixelSize_y=0.01
519# Transpose the pixel grid before orienting in focal plane?
520config.detectorList[7].transposeDetector=False
522# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
523config.detectorList[7].crosstalk=None
525config.detectorList[8]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
526config.detectorList[8].transformDict.transforms=None
527# Name of reference coordinate system
528config.detectorList[8].transformDict.nativeSys='Pixels'
530# Name of detector slot
531config.detectorList[8].name='R:0,1 S:1,1'
533# ID of detector slot
534config.detectorList[8].id=111
536# x0 of pixel bounding box
537config.detectorList[8].bbox_x0=0
539# y0 of pixel bounding box
540config.detectorList[8].bbox_y0=0
542# x1 of pixel bounding box
543config.detectorList[8].bbox_x1=4071
545# y1 of pixel bounding box
546config.detectorList[8].bbox_y1=3999
548# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
549config.detectorList[8].detectorType=0
551# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
552config.detectorList[8].physicalType='CCD'
554# Serial string associated with this specific detector
555config.detectorList[8].serial='R01_S11_v3.4.2'
557# x offset from the origin of the camera in mm in the transposed system.
558config.detectorList[8].offset_x=-253.946519
560# y offset from the origin of the camera in mm in the transposed system.
561config.detectorList[8].offset_y=-126.951065
563# x position of the reference point in the detector in pixels in transposed coordinates.
564config.detectorList[8].refpos_x=2035.5
566# y position of the reference point in the detector in pixels in transposed coordinates.
567config.detectorList[8].refpos_y=1999.5
569# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
570config.detectorList[8].yawDeg=90.002406
572# pitch (rotation about y) of the detector in degrees
573config.detectorList[8].pitchDeg=0.0
575# roll (rotation about x) of the detector in degrees
576config.detectorList[8].rollDeg=0.0
578# Pixel size in the x dimension in mm
579config.detectorList[8].pixelSize_x=0.01
581# Pixel size in the y dimension in mm
582config.detectorList[8].pixelSize_y=0.01
584# Transpose the pixel grid before orienting in focal plane?
585config.detectorList[8].transposeDetector=False
587# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
588config.detectorList[8].crosstalk=None
590config.detectorList[9]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
591config.detectorList[9].transformDict.transforms=None
592# Name of reference coordinate system
593config.detectorList[9].transformDict.nativeSys='Pixels'
595# Name of detector slot
596config.detectorList[9].name='R:0,1 S:1,2'
598# ID of detector slot
599config.detectorList[9].id=112
601# x0 of pixel bounding box
602config.detectorList[9].bbox_x0=0
604# y0 of pixel bounding box
605config.detectorList[9].bbox_y0=0
607# x1 of pixel bounding box
608config.detectorList[9].bbox_x1=4071
610# y1 of pixel bounding box
611config.detectorList[9].bbox_y1=3999
613# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
614config.detectorList[9].detectorType=0
616# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
617config.detectorList[9].physicalType='CCD'
619# Serial string associated with this specific detector
620config.detectorList[9].serial='R01_S12_v3.4.2'
622# x offset from the origin of the camera in mm in the transposed system.
623config.detectorList[9].offset_x=-254.003846
625# y offset from the origin of the camera in mm in the transposed system.
626config.detectorList[9].offset_y=-84.702919
628# x position of the reference point in the detector in pixels in transposed coordinates.
629config.detectorList[9].refpos_x=2035.5
631# y position of the reference point in the detector in pixels in transposed coordinates.
632config.detectorList[9].refpos_y=1999.5
634# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
635config.detectorList[9].yawDeg=90.016215
637# pitch (rotation about y) of the detector in degrees
638config.detectorList[9].pitchDeg=0.0
640# roll (rotation about x) of the detector in degrees
641config.detectorList[9].rollDeg=0.0
643# Pixel size in the x dimension in mm
644config.detectorList[9].pixelSize_x=0.01
646# Pixel size in the y dimension in mm
647config.detectorList[9].pixelSize_y=0.01
649# Transpose the pixel grid before orienting in focal plane?
650config.detectorList[9].transposeDetector=False
652# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
653config.detectorList[9].crosstalk=None
655config.detectorList[10]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
656config.detectorList[10].transformDict.transforms=None
657# Name of reference coordinate system
658config.detectorList[10].transformDict.nativeSys='Pixels'
660# Name of detector slot
661config.detectorList[10].name='R:0,1 S:2,0'
663# ID of detector slot
664config.detectorList[10].id=120
666# x0 of pixel bounding box
667config.detectorList[10].bbox_x0=0
669# y0 of pixel bounding box
670config.detectorList[10].bbox_y0=0
672# x1 of pixel bounding box
673config.detectorList[10].bbox_x1=4071
675# y1 of pixel bounding box
676config.detectorList[10].bbox_y1=3999
678# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
679config.detectorList[10].detectorType=0
681# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
682config.detectorList[10].physicalType='CCD'
684# Serial string associated with this specific detector
685config.detectorList[10].serial='R01_S20_v3.4.2'
687# x offset from the origin of the camera in mm in the transposed system.
688config.detectorList[10].offset_x=-211.693512
690# y offset from the origin of the camera in mm in the transposed system.
691config.detectorList[10].offset_y=-169.241195
693# x position of the reference point in the detector in pixels in transposed coordinates.
694config.detectorList[10].refpos_x=2035.5
696# y position of the reference point in the detector in pixels in transposed coordinates.
697config.detectorList[10].refpos_y=1999.5
699# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
700config.detectorList[10].yawDeg=90.016387
702# pitch (rotation about y) of the detector in degrees
703config.detectorList[10].pitchDeg=0.0
705# roll (rotation about x) of the detector in degrees
706config.detectorList[10].rollDeg=0.0
708# Pixel size in the x dimension in mm
709config.detectorList[10].pixelSize_x=0.01
711# Pixel size in the y dimension in mm
712config.detectorList[10].pixelSize_y=0.01
714# Transpose the pixel grid before orienting in focal plane?
715config.detectorList[10].transposeDetector=False
717# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
718config.detectorList[10].crosstalk=None
720config.detectorList[11]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
721config.detectorList[11].transformDict.transforms=None
722# Name of reference coordinate system
723config.detectorList[11].transformDict.nativeSys='Pixels'
725# Name of detector slot
726config.detectorList[11].name='R:0,1 S:2,1'
728# ID of detector slot
729config.detectorList[11].id=121
731# x0 of pixel bounding box
732config.detectorList[11].bbox_x0=0
734# y0 of pixel bounding box
735config.detectorList[11].bbox_y0=0
737# x1 of pixel bounding box
738config.detectorList[11].bbox_x1=4071
740# y1 of pixel bounding box
741config.detectorList[11].bbox_y1=3999
743# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
744config.detectorList[11].detectorType=0
746# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
747config.detectorList[11].physicalType='CCD'
749# Serial string associated with this specific detector
750config.detectorList[11].serial='R01_S21_v3.4.2'
752# x offset from the origin of the camera in mm in the transposed system.
753config.detectorList[11].offset_x=-211.685516
755# y offset from the origin of the camera in mm in the transposed system.
756config.detectorList[11].offset_y=-126.948205
758# x position of the reference point in the detector in pixels in transposed coordinates.
759config.detectorList[11].refpos_x=2035.5
761# y position of the reference point in the detector in pixels in transposed coordinates.
762config.detectorList[11].refpos_y=1999.5
764# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
765config.detectorList[11].yawDeg=89.995073
767# pitch (rotation about y) of the detector in degrees
768config.detectorList[11].pitchDeg=0.0
770# roll (rotation about x) of the detector in degrees
771config.detectorList[11].rollDeg=0.0
773# Pixel size in the x dimension in mm
774config.detectorList[11].pixelSize_x=0.01
776# Pixel size in the y dimension in mm
777config.detectorList[11].pixelSize_y=0.01
779# Transpose the pixel grid before orienting in focal plane?
780config.detectorList[11].transposeDetector=False
782# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
783config.detectorList[11].crosstalk=None
785config.detectorList[12]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
786config.detectorList[12].transformDict.transforms=None
787# Name of reference coordinate system
788config.detectorList[12].transformDict.nativeSys='Pixels'
790# Name of detector slot
791config.detectorList[12].name='R:0,1 S:2,2'
793# ID of detector slot
794config.detectorList[12].id=122
796# x0 of pixel bounding box
797config.detectorList[12].bbox_x0=0
799# y0 of pixel bounding box
800config.detectorList[12].bbox_y0=0
802# x1 of pixel bounding box
803config.detectorList[12].bbox_x1=4071
805# y1 of pixel bounding box
806config.detectorList[12].bbox_y1=3999
808# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
809config.detectorList[12].detectorType=0
811# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
812config.detectorList[12].physicalType='CCD'
814# Serial string associated with this specific detector
815config.detectorList[12].serial='R01_S22_v3.4.2'
817# x offset from the origin of the camera in mm in the transposed system.
818config.detectorList[12].offset_x=-211.685012
820# y offset from the origin of the camera in mm in the transposed system.
821config.detectorList[12].offset_y=-84.741584
823# x position of the reference point in the detector in pixels in transposed coordinates.
824config.detectorList[12].refpos_x=2035.5
826# y position of the reference point in the detector in pixels in transposed coordinates.
827config.detectorList[12].refpos_y=1999.5
829# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
830config.detectorList[12].yawDeg=90.010772
832# pitch (rotation about y) of the detector in degrees
833config.detectorList[12].pitchDeg=0.0
835# roll (rotation about x) of the detector in degrees
836config.detectorList[12].rollDeg=0.0
838# Pixel size in the x dimension in mm
839config.detectorList[12].pixelSize_x=0.01
841# Pixel size in the y dimension in mm
842config.detectorList[12].pixelSize_y=0.01
844# Transpose the pixel grid before orienting in focal plane?
845config.detectorList[12].transposeDetector=False
847# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
848config.detectorList[12].crosstalk=None
850config.detectorList[13]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
851config.detectorList[13].transformDict.transforms=None
852# Name of reference coordinate system
853config.detectorList[13].transformDict.nativeSys='Pixels'
855# Name of detector slot
856config.detectorList[13].name='R:0,2 S:0,0'
858# ID of detector slot
859config.detectorList[13].id=200
861# x0 of pixel bounding box
862config.detectorList[13].bbox_x0=0
864# y0 of pixel bounding box
865config.detectorList[13].bbox_y0=0
867# x1 of pixel bounding box
868config.detectorList[13].bbox_x1=4071
870# y1 of pixel bounding box
871config.detectorList[13].bbox_y1=3999
873# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
874config.detectorList[13].detectorType=0
876# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
877config.detectorList[13].physicalType='CCD'
879# Serial string associated with this specific detector
880config.detectorList[13].serial='R02_S00_v3.4.2'
882# x offset from the origin of the camera in mm in the transposed system.
883config.detectorList[13].offset_x=-296.222626
885# y offset from the origin of the camera in mm in the transposed system.
886config.detectorList[13].offset_y=-42.196751
888# x position of the reference point in the detector in pixels in transposed coordinates.
889config.detectorList[13].refpos_x=2035.5
891# y position of the reference point in the detector in pixels in transposed coordinates.
892config.detectorList[13].refpos_y=1999.5
894# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
895config.detectorList[13].yawDeg=89.979832
897# pitch (rotation about y) of the detector in degrees
898config.detectorList[13].pitchDeg=0.0
900# roll (rotation about x) of the detector in degrees
901config.detectorList[13].rollDeg=0.0
903# Pixel size in the x dimension in mm
904config.detectorList[13].pixelSize_x=0.01
906# Pixel size in the y dimension in mm
907config.detectorList[13].pixelSize_y=0.01
909# Transpose the pixel grid before orienting in focal plane?
910config.detectorList[13].transposeDetector=False
912# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
913config.detectorList[13].crosstalk=None
915config.detectorList[14]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
916config.detectorList[14].transformDict.transforms=None
917# Name of reference coordinate system
918config.detectorList[14].transformDict.nativeSys='Pixels'
920# Name of detector slot
921config.detectorList[14].name='R:0,2 S:0,1'
923# ID of detector slot
924config.detectorList[14].id=201
926# x0 of pixel bounding box
927config.detectorList[14].bbox_x0=0
929# y0 of pixel bounding box
930config.detectorList[14].bbox_y0=0
932# x1 of pixel bounding box
933config.detectorList[14].bbox_x1=4071
935# y1 of pixel bounding box
936config.detectorList[14].bbox_y1=3999
938# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
939config.detectorList[14].detectorType=0
941# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
942config.detectorList[14].physicalType='CCD'
944# Serial string associated with this specific detector
945config.detectorList[14].serial='R02_S01_v3.4.2'
947# x offset from the origin of the camera in mm in the transposed system.
948config.detectorList[14].offset_x=-296.237274
950# y offset from the origin of the camera in mm in the transposed system.
951config.detectorList[14].offset_y=0.050721
953# x position of the reference point in the detector in pixels in transposed coordinates.
954config.detectorList[14].refpos_x=2035.5
956# y position of the reference point in the detector in pixels in transposed coordinates.
957config.detectorList[14].refpos_y=1999.5
959# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
960config.detectorList[14].yawDeg=89.992781
962# pitch (rotation about y) of the detector in degrees
963config.detectorList[14].pitchDeg=0.0
965# roll (rotation about x) of the detector in degrees
966config.detectorList[14].rollDeg=0.0
968# Pixel size in the x dimension in mm
969config.detectorList[14].pixelSize_x=0.01
971# Pixel size in the y dimension in mm
972config.detectorList[14].pixelSize_y=0.01
974# Transpose the pixel grid before orienting in focal plane?
975config.detectorList[14].transposeDetector=False
977# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
978config.detectorList[14].crosstalk=None
980config.detectorList[15]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
981config.detectorList[15].transformDict.transforms=None
982# Name of reference coordinate system
983config.detectorList[15].transformDict.nativeSys='Pixels'
985# Name of detector slot
986config.detectorList[15].name='R:0,2 S:0,2'
988# ID of detector slot
989config.detectorList[15].id=202
991# x0 of pixel bounding box
992config.detectorList[15].bbox_x0=0
994# y0 of pixel bounding box
995config.detectorList[15].bbox_y0=0
997# x1 of pixel bounding box
998config.detectorList[15].bbox_x1=4071
1000# y1 of pixel bounding box
1001config.detectorList[15].bbox_y1=3999
1003# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1004config.detectorList[15].detectorType=0
1006# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1007config.detectorList[15].physicalType='CCD'
1009# Serial string associated with this specific detector
1010config.detectorList[15].serial='R02_S02_v3.4.2'
1012# x offset from the origin of the camera in mm in the transposed system.
1013config.detectorList[15].offset_x=-296.240996
1015# y offset from the origin of the camera in mm in the transposed system.
1016config.detectorList[15].offset_y=42.272885
1018# x position of the reference point in the detector in pixels in transposed coordinates.
1019config.detectorList[15].refpos_x=2035.5
1021# y position of the reference point in the detector in pixels in transposed coordinates.
1022config.detectorList[15].refpos_y=1999.5
1024# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1025config.detectorList[15].yawDeg=89.981894
1027# pitch (rotation about y) of the detector in degrees
1028config.detectorList[15].pitchDeg=0.0
1030# roll (rotation about x) of the detector in degrees
1031config.detectorList[15].rollDeg=0.0
1033# Pixel size in the x dimension in mm
1034config.detectorList[15].pixelSize_x=0.01
1036# Pixel size in the y dimension in mm
1037config.detectorList[15].pixelSize_y=0.01
1039# Transpose the pixel grid before orienting in focal plane?
1040config.detectorList[15].transposeDetector=False
1042# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1043config.detectorList[15].crosstalk=None
1045config.detectorList[16]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1046config.detectorList[16].transformDict.transforms=None
1047# Name of reference coordinate system
1048config.detectorList[16].transformDict.nativeSys='Pixels'
1050# Name of detector slot
1051config.detectorList[16].name='R:0,2 S:1,0'
1053# ID of detector slot
1054config.detectorList[16].id=210
1056# x0 of pixel bounding box
1057config.detectorList[16].bbox_x0=0
1059# y0 of pixel bounding box
1060config.detectorList[16].bbox_y0=0
1062# x1 of pixel bounding box
1063config.detectorList[16].bbox_x1=4071
1065# y1 of pixel bounding box
1066config.detectorList[16].bbox_y1=3999
1068# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1069config.detectorList[16].detectorType=0
1071# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1072config.detectorList[16].physicalType='CCD'
1074# Serial string associated with this specific detector
1075config.detectorList[16].serial='R02_S10_v3.4.2'
1077# x offset from the origin of the camera in mm in the transposed system.
1078config.detectorList[16].offset_x=-254.014785
1080# y offset from the origin of the camera in mm in the transposed system.
1081config.detectorList[16].offset_y=-42.222504
1083# x position of the reference point in the detector in pixels in transposed coordinates.
1084config.detectorList[16].refpos_x=2035.5
1086# y position of the reference point in the detector in pixels in transposed coordinates.
1087config.detectorList[16].refpos_y=1999.5
1089# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1090config.detectorList[16].yawDeg=90.0055
1092# pitch (rotation about y) of the detector in degrees
1093config.detectorList[16].pitchDeg=0.0
1095# roll (rotation about x) of the detector in degrees
1096config.detectorList[16].rollDeg=0.0
1098# Pixel size in the x dimension in mm
1099config.detectorList[16].pixelSize_x=0.01
1101# Pixel size in the y dimension in mm
1102config.detectorList[16].pixelSize_y=0.01
1104# Transpose the pixel grid before orienting in focal plane?
1105config.detectorList[16].transposeDetector=False
1107# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1108config.detectorList[16].crosstalk=None
1110config.detectorList[17]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1111config.detectorList[17].transformDict.transforms=None
1112# Name of reference coordinate system
1113config.detectorList[17].transformDict.nativeSys='Pixels'
1115# Name of detector slot
1116config.detectorList[17].name='R:0,2 S:1,1'
1118# ID of detector slot
1119config.detectorList[17].id=211
1121# x0 of pixel bounding box
1122config.detectorList[17].bbox_x0=0
1124# y0 of pixel bounding box
1125config.detectorList[17].bbox_y0=0
1127# x1 of pixel bounding box
1128config.detectorList[17].bbox_x1=4071
1130# y1 of pixel bounding box
1131config.detectorList[17].bbox_y1=3999
1133# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1134config.detectorList[17].detectorType=0
1136# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1137config.detectorList[17].physicalType='CCD'
1139# Serial string associated with this specific detector
1140config.detectorList[17].serial='R02_S11_v3.4.2'
1142# x offset from the origin of the camera in mm in the transposed system.
1143config.detectorList[17].offset_x=-254.032806
1145# y offset from the origin of the camera in mm in the transposed system.
1146config.detectorList[17].offset_y=-0.041709
1148# x position of the reference point in the detector in pixels in transposed coordinates.
1149config.detectorList[17].refpos_x=2035.5
1151# y position of the reference point in the detector in pixels in transposed coordinates.
1152config.detectorList[17].refpos_y=1999.5
1154# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1155config.detectorList[17].yawDeg=90.006818
1157# pitch (rotation about y) of the detector in degrees
1158config.detectorList[17].pitchDeg=0.0
1160# roll (rotation about x) of the detector in degrees
1161config.detectorList[17].rollDeg=0.0
1163# Pixel size in the x dimension in mm
1164config.detectorList[17].pixelSize_x=0.01
1166# Pixel size in the y dimension in mm
1167config.detectorList[17].pixelSize_y=0.01
1169# Transpose the pixel grid before orienting in focal plane?
1170config.detectorList[17].transposeDetector=False
1172# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1173config.detectorList[17].crosstalk=None
1175config.detectorList[18]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1176config.detectorList[18].transformDict.transforms=None
1177# Name of reference coordinate system
1178config.detectorList[18].transformDict.nativeSys='Pixels'
1180# Name of detector slot
1181config.detectorList[18].name='R:0,2 S:1,2'
1183# ID of detector slot
1184config.detectorList[18].id=212
1186# x0 of pixel bounding box
1187config.detectorList[18].bbox_x0=0
1189# y0 of pixel bounding box
1190config.detectorList[18].bbox_y0=0
1192# x1 of pixel bounding box
1193config.detectorList[18].bbox_x1=4071
1195# y1 of pixel bounding box
1196config.detectorList[18].bbox_y1=3999
1198# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1199config.detectorList[18].detectorType=0
1201# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1202config.detectorList[18].physicalType='CCD'
1204# Serial string associated with this specific detector
1205config.detectorList[18].serial='R02_S12_v3.4.2'
1207# x offset from the origin of the camera in mm in the transposed system.
1208config.detectorList[18].offset_x=-254.033768
1210# y offset from the origin of the camera in mm in the transposed system.
1211config.detectorList[18].offset_y=42.216918
1213# x position of the reference point in the detector in pixels in transposed coordinates.
1214config.detectorList[18].refpos_x=2035.5
1216# y position of the reference point in the detector in pixels in transposed coordinates.
1217config.detectorList[18].refpos_y=1999.5
1219# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1220config.detectorList[18].yawDeg=90.000917
1222# pitch (rotation about y) of the detector in degrees
1223config.detectorList[18].pitchDeg=0.0
1225# roll (rotation about x) of the detector in degrees
1226config.detectorList[18].rollDeg=0.0
1228# Pixel size in the x dimension in mm
1229config.detectorList[18].pixelSize_x=0.01
1231# Pixel size in the y dimension in mm
1232config.detectorList[18].pixelSize_y=0.01
1234# Transpose the pixel grid before orienting in focal plane?
1235config.detectorList[18].transposeDetector=False
1237# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1238config.detectorList[18].crosstalk=None
1240config.detectorList[19]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1241config.detectorList[19].transformDict.transforms=None
1242# Name of reference coordinate system
1243config.detectorList[19].transformDict.nativeSys='Pixels'
1245# Name of detector slot
1246config.detectorList[19].name='R:0,2 S:2,0'
1248# ID of detector slot
1249config.detectorList[19].id=220
1251# x0 of pixel bounding box
1252config.detectorList[19].bbox_x0=0
1254# y0 of pixel bounding box
1255config.detectorList[19].bbox_y0=0
1257# x1 of pixel bounding box
1258config.detectorList[19].bbox_x1=4071
1260# y1 of pixel bounding box
1261config.detectorList[19].bbox_y1=3999
1263# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1264config.detectorList[19].detectorType=0
1266# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1267config.detectorList[19].physicalType='CCD'
1269# Serial string associated with this specific detector
1270config.detectorList[19].serial='R02_S20_v3.4.2'
1272# x offset from the origin of the camera in mm in the transposed system.
1273config.detectorList[19].offset_x=-211.728743
1275# y offset from the origin of the camera in mm in the transposed system.
1276config.detectorList[19].offset_y=-42.303952
1278# x position of the reference point in the detector in pixels in transposed coordinates.
1279config.detectorList[19].refpos_x=2035.5
1281# y position of the reference point in the detector in pixels in transposed coordinates.
1282config.detectorList[19].refpos_y=1999.5
1284# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1285config.detectorList[19].yawDeg=89.976681
1287# pitch (rotation about y) of the detector in degrees
1288config.detectorList[19].pitchDeg=0.0
1290# roll (rotation about x) of the detector in degrees
1291config.detectorList[19].rollDeg=0.0
1293# Pixel size in the x dimension in mm
1294config.detectorList[19].pixelSize_x=0.01
1296# Pixel size in the y dimension in mm
1297config.detectorList[19].pixelSize_y=0.01
1299# Transpose the pixel grid before orienting in focal plane?
1300config.detectorList[19].transposeDetector=False
1302# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1303config.detectorList[19].crosstalk=None
1305config.detectorList[20]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1306config.detectorList[20].transformDict.transforms=None
1307# Name of reference coordinate system
1308config.detectorList[20].transformDict.nativeSys='Pixels'
1310# Name of detector slot
1311config.detectorList[20].name='R:0,2 S:2,1'
1313# ID of detector slot
1314config.detectorList[20].id=221
1316# x0 of pixel bounding box
1317config.detectorList[20].bbox_x0=0
1319# y0 of pixel bounding box
1320config.detectorList[20].bbox_y0=0
1322# x1 of pixel bounding box
1323config.detectorList[20].bbox_x1=4071
1325# y1 of pixel bounding box
1326config.detectorList[20].bbox_y1=3999
1328# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1329config.detectorList[20].detectorType=0
1331# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1332config.detectorList[20].physicalType='CCD'
1334# Serial string associated with this specific detector
1335config.detectorList[20].serial='R02_S21_v3.4.2'
1337# x offset from the origin of the camera in mm in the transposed system.
1338config.detectorList[20].offset_x=-211.725311
1340# y offset from the origin of the camera in mm in the transposed system.
1341config.detectorList[20].offset_y=-0.017405
1343# x position of the reference point in the detector in pixels in transposed coordinates.
1344config.detectorList[20].refpos_x=2035.5
1346# y position of the reference point in the detector in pixels in transposed coordinates.
1347config.detectorList[20].refpos_y=1999.5
1349# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1350config.detectorList[20].yawDeg=89.9894
1352# pitch (rotation about y) of the detector in degrees
1353config.detectorList[20].pitchDeg=0.0
1355# roll (rotation about x) of the detector in degrees
1356config.detectorList[20].rollDeg=0.0
1358# Pixel size in the x dimension in mm
1359config.detectorList[20].pixelSize_x=0.01
1361# Pixel size in the y dimension in mm
1362config.detectorList[20].pixelSize_y=0.01
1364# Transpose the pixel grid before orienting in focal plane?
1365config.detectorList[20].transposeDetector=False
1367# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1368config.detectorList[20].crosstalk=None
1370config.detectorList[21]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1371config.detectorList[21].transformDict.transforms=None
1372# Name of reference coordinate system
1373config.detectorList[21].transformDict.nativeSys='Pixels'
1375# Name of detector slot
1376config.detectorList[21].name='R:0,2 S:2,2'
1378# ID of detector slot
1379config.detectorList[21].id=222
1381# x0 of pixel bounding box
1382config.detectorList[21].bbox_x0=0
1384# y0 of pixel bounding box
1385config.detectorList[21].bbox_y0=0
1387# x1 of pixel bounding box
1388config.detectorList[21].bbox_x1=4071
1390# y1 of pixel bounding box
1391config.detectorList[21].bbox_y1=3999
1393# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1394config.detectorList[21].detectorType=0
1396# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1397config.detectorList[21].physicalType='CCD'
1399# Serial string associated with this specific detector
1400config.detectorList[21].serial='R02_S22_v3.4.2'
1402# x offset from the origin of the camera in mm in the transposed system.
1403config.detectorList[21].offset_x=-211.735473
1405# y offset from the origin of the camera in mm in the transposed system.
1406config.detectorList[21].offset_y=42.236401
1408# x position of the reference point in the detector in pixels in transposed coordinates.
1409config.detectorList[21].refpos_x=2035.5
1411# y position of the reference point in the detector in pixels in transposed coordinates.
1412config.detectorList[21].refpos_y=1999.5
1414# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1415config.detectorList[21].yawDeg=89.989286
1417# pitch (rotation about y) of the detector in degrees
1418config.detectorList[21].pitchDeg=0.0
1420# roll (rotation about x) of the detector in degrees
1421config.detectorList[21].rollDeg=0.0
1423# Pixel size in the x dimension in mm
1424config.detectorList[21].pixelSize_x=0.01
1426# Pixel size in the y dimension in mm
1427config.detectorList[21].pixelSize_y=0.01
1429# Transpose the pixel grid before orienting in focal plane?
1430config.detectorList[21].transposeDetector=False
1432# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1433config.detectorList[21].crosstalk=None
1435config.detectorList[22]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1436config.detectorList[22].transformDict.transforms=None
1437# Name of reference coordinate system
1438config.detectorList[22].transformDict.nativeSys='Pixels'
1440# Name of detector slot
1441config.detectorList[22].name='R:0,3 S:0,0'
1443# ID of detector slot
1444config.detectorList[22].id=300
1446# x0 of pixel bounding box
1447config.detectorList[22].bbox_x0=0
1449# y0 of pixel bounding box
1450config.detectorList[22].bbox_y0=0
1452# x1 of pixel bounding box
1453config.detectorList[22].bbox_x1=4071
1455# y1 of pixel bounding box
1456config.detectorList[22].bbox_y1=3999
1458# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1459config.detectorList[22].detectorType=0
1461# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1462config.detectorList[22].physicalType='CCD'
1464# Serial string associated with this specific detector
1465config.detectorList[22].serial='R03_S00_v3.4.2'
1467# x offset from the origin of the camera in mm in the transposed system.
1468config.detectorList[22].offset_x=-296.19705
1470# y offset from the origin of the camera in mm in the transposed system.
1471config.detectorList[22].offset_y=84.742453
1473# x position of the reference point in the detector in pixels in transposed coordinates.
1474config.detectorList[22].refpos_x=2035.5
1476# y position of the reference point in the detector in pixels in transposed coordinates.
1477config.detectorList[22].refpos_y=1999.5
1479# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1480config.detectorList[22].yawDeg=90.02034
1482# pitch (rotation about y) of the detector in degrees
1483config.detectorList[22].pitchDeg=0.0
1485# roll (rotation about x) of the detector in degrees
1486config.detectorList[22].rollDeg=0.0
1488# Pixel size in the x dimension in mm
1489config.detectorList[22].pixelSize_x=0.01
1491# Pixel size in the y dimension in mm
1492config.detectorList[22].pixelSize_y=0.01
1494# Transpose the pixel grid before orienting in focal plane?
1495config.detectorList[22].transposeDetector=False
1497# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1498config.detectorList[22].crosstalk=None
1500config.detectorList[23]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1501config.detectorList[23].transformDict.transforms=None
1502# Name of reference coordinate system
1503config.detectorList[23].transformDict.nativeSys='Pixels'
1505# Name of detector slot
1506config.detectorList[23].name='R:0,3 S:0,1'
1508# ID of detector slot
1509config.detectorList[23].id=301
1511# x0 of pixel bounding box
1512config.detectorList[23].bbox_x0=0
1514# y0 of pixel bounding box
1515config.detectorList[23].bbox_y0=0
1517# x1 of pixel bounding box
1518config.detectorList[23].bbox_x1=4071
1520# y1 of pixel bounding box
1521config.detectorList[23].bbox_y1=3999
1523# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1524config.detectorList[23].detectorType=0
1526# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1527config.detectorList[23].physicalType='CCD'
1529# Serial string associated with this specific detector
1530config.detectorList[23].serial='R03_S01_v3.4.2'
1532# x offset from the origin of the camera in mm in the transposed system.
1533config.detectorList[23].offset_x=-296.203947
1535# y offset from the origin of the camera in mm in the transposed system.
1536config.detectorList[23].offset_y=126.975845
1538# x position of the reference point in the detector in pixels in transposed coordinates.
1539config.detectorList[23].refpos_x=2035.5
1541# y position of the reference point in the detector in pixels in transposed coordinates.
1542config.detectorList[23].refpos_y=1999.5
1544# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1545config.detectorList[23].yawDeg=90.027846
1547# pitch (rotation about y) of the detector in degrees
1548config.detectorList[23].pitchDeg=0.0
1550# roll (rotation about x) of the detector in degrees
1551config.detectorList[23].rollDeg=0.0
1553# Pixel size in the x dimension in mm
1554config.detectorList[23].pixelSize_x=0.01
1556# Pixel size in the y dimension in mm
1557config.detectorList[23].pixelSize_y=0.01
1559# Transpose the pixel grid before orienting in focal plane?
1560config.detectorList[23].transposeDetector=False
1562# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1563config.detectorList[23].crosstalk=None
1565config.detectorList[24]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1566config.detectorList[24].transformDict.transforms=None
1567# Name of reference coordinate system
1568config.detectorList[24].transformDict.nativeSys='Pixels'
1570# Name of detector slot
1571config.detectorList[24].name='R:0,3 S:0,2'
1573# ID of detector slot
1574config.detectorList[24].id=302
1576# x0 of pixel bounding box
1577config.detectorList[24].bbox_x0=0
1579# y0 of pixel bounding box
1580config.detectorList[24].bbox_y0=0
1582# x1 of pixel bounding box
1583config.detectorList[24].bbox_x1=4071
1585# y1 of pixel bounding box
1586config.detectorList[24].bbox_y1=3999
1588# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1589config.detectorList[24].detectorType=0
1591# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1592config.detectorList[24].physicalType='CCD'
1594# Serial string associated with this specific detector
1595config.detectorList[24].serial='R03_S02_v3.4.2'
1597# x offset from the origin of the camera in mm in the transposed system.
1598config.detectorList[24].offset_x=-296.219936
1600# y offset from the origin of the camera in mm in the transposed system.
1601config.detectorList[24].offset_y=169.212905
1603# x position of the reference point in the detector in pixels in transposed coordinates.
1604config.detectorList[24].refpos_x=2035.5
1606# y position of the reference point in the detector in pixels in transposed coordinates.
1607config.detectorList[24].refpos_y=1999.5
1609# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1610config.detectorList[24].yawDeg=90.014897
1612# pitch (rotation about y) of the detector in degrees
1613config.detectorList[24].pitchDeg=0.0
1615# roll (rotation about x) of the detector in degrees
1616config.detectorList[24].rollDeg=0.0
1618# Pixel size in the x dimension in mm
1619config.detectorList[24].pixelSize_x=0.01
1621# Pixel size in the y dimension in mm
1622config.detectorList[24].pixelSize_y=0.01
1624# Transpose the pixel grid before orienting in focal plane?
1625config.detectorList[24].transposeDetector=False
1627# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1628config.detectorList[24].crosstalk=None
1630config.detectorList[25]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1631config.detectorList[25].transformDict.transforms=None
1632# Name of reference coordinate system
1633config.detectorList[25].transformDict.nativeSys='Pixels'
1635# Name of detector slot
1636config.detectorList[25].name='R:0,3 S:1,0'
1638# ID of detector slot
1639config.detectorList[25].id=310
1641# x0 of pixel bounding box
1642config.detectorList[25].bbox_x0=0
1644# y0 of pixel bounding box
1645config.detectorList[25].bbox_y0=0
1647# x1 of pixel bounding box
1648config.detectorList[25].bbox_x1=4071
1650# y1 of pixel bounding box
1651config.detectorList[25].bbox_y1=3999
1653# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1654config.detectorList[25].detectorType=0
1656# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1657config.detectorList[25].physicalType='CCD'
1659# Serial string associated with this specific detector
1660config.detectorList[25].serial='R03_S10_v3.4.2'
1662# x offset from the origin of the camera in mm in the transposed system.
1663config.detectorList[25].offset_x=-253.962066
1665# y offset from the origin of the camera in mm in the transposed system.
1666config.detectorList[25].offset_y=84.774765
1668# x position of the reference point in the detector in pixels in transposed coordinates.
1669config.detectorList[25].refpos_x=2035.5
1671# y position of the reference point in the detector in pixels in transposed coordinates.
1672config.detectorList[25].refpos_y=1999.5
1674# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1675config.detectorList[25].yawDeg=90.01948
1677# pitch (rotation about y) of the detector in degrees
1678config.detectorList[25].pitchDeg=0.0
1680# roll (rotation about x) of the detector in degrees
1681config.detectorList[25].rollDeg=0.0
1683# Pixel size in the x dimension in mm
1684config.detectorList[25].pixelSize_x=0.01
1686# Pixel size in the y dimension in mm
1687config.detectorList[25].pixelSize_y=0.01
1689# Transpose the pixel grid before orienting in focal plane?
1690config.detectorList[25].transposeDetector=False
1692# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1693config.detectorList[25].crosstalk=None
1695config.detectorList[26]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1696config.detectorList[26].transformDict.transforms=None
1697# Name of reference coordinate system
1698config.detectorList[26].transformDict.nativeSys='Pixels'
1700# Name of detector slot
1701config.detectorList[26].name='R:0,3 S:1,1'
1703# ID of detector slot
1704config.detectorList[26].id=311
1706# x0 of pixel bounding box
1707config.detectorList[26].bbox_x0=0
1709# y0 of pixel bounding box
1710config.detectorList[26].bbox_y0=0
1712# x1 of pixel bounding box
1713config.detectorList[26].bbox_x1=4071
1715# y1 of pixel bounding box
1716config.detectorList[26].bbox_y1=3999
1718# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1719config.detectorList[26].detectorType=0
1721# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1722config.detectorList[26].physicalType='CCD'
1724# Serial string associated with this specific detector
1725config.detectorList[26].serial='R03_S11_v3.4.2'
1727# x offset from the origin of the camera in mm in the transposed system.
1728config.detectorList[26].offset_x=-253.975463
1730# y offset from the origin of the camera in mm in the transposed system.
1731config.detectorList[26].offset_y=126.998566
1733# x position of the reference point in the detector in pixels in transposed coordinates.
1734config.detectorList[26].refpos_x=2035.5
1736# y position of the reference point in the detector in pixels in transposed coordinates.
1737config.detectorList[26].refpos_y=1999.5
1739# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1740config.detectorList[26].yawDeg=90.006188
1742# pitch (rotation about y) of the detector in degrees
1743config.detectorList[26].pitchDeg=0.0
1745# roll (rotation about x) of the detector in degrees
1746config.detectorList[26].rollDeg=0.0
1748# Pixel size in the x dimension in mm
1749config.detectorList[26].pixelSize_x=0.01
1751# Pixel size in the y dimension in mm
1752config.detectorList[26].pixelSize_y=0.01
1754# Transpose the pixel grid before orienting in focal plane?
1755config.detectorList[26].transposeDetector=False
1757# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1758config.detectorList[26].crosstalk=None
1760config.detectorList[27]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1761config.detectorList[27].transformDict.transforms=None
1762# Name of reference coordinate system
1763config.detectorList[27].transformDict.nativeSys='Pixels'
1765# Name of detector slot
1766config.detectorList[27].name='R:0,3 S:1,2'
1768# ID of detector slot
1769config.detectorList[27].id=312
1771# x0 of pixel bounding box
1772config.detectorList[27].bbox_x0=0
1774# y0 of pixel bounding box
1775config.detectorList[27].bbox_y0=0
1777# x1 of pixel bounding box
1778config.detectorList[27].bbox_x1=4071
1780# y1 of pixel bounding box
1781config.detectorList[27].bbox_y1=3999
1783# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1784config.detectorList[27].detectorType=0
1786# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1787config.detectorList[27].physicalType='CCD'
1789# Serial string associated with this specific detector
1790config.detectorList[27].serial='R03_S12_v3.4.2'
1792# x offset from the origin of the camera in mm in the transposed system.
1793config.detectorList[27].offset_x=-254.012345
1795# y offset from the origin of the camera in mm in the transposed system.
1796config.detectorList[27].offset_y=169.265365
1798# x position of the reference point in the detector in pixels in transposed coordinates.
1799config.detectorList[27].refpos_x=2035.5
1801# y position of the reference point in the detector in pixels in transposed coordinates.
1802config.detectorList[27].refpos_y=1999.5
1804# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1805config.detectorList[27].yawDeg=90.015012
1807# pitch (rotation about y) of the detector in degrees
1808config.detectorList[27].pitchDeg=0.0
1810# roll (rotation about x) of the detector in degrees
1811config.detectorList[27].rollDeg=0.0
1813# Pixel size in the x dimension in mm
1814config.detectorList[27].pixelSize_x=0.01
1816# Pixel size in the y dimension in mm
1817config.detectorList[27].pixelSize_y=0.01
1819# Transpose the pixel grid before orienting in focal plane?
1820config.detectorList[27].transposeDetector=False
1822# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1823config.detectorList[27].crosstalk=None
1825config.detectorList[28]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1826config.detectorList[28].transformDict.transforms=None
1827# Name of reference coordinate system
1828config.detectorList[28].transformDict.nativeSys='Pixels'
1830# Name of detector slot
1831config.detectorList[28].name='R:0,3 S:2,0'
1833# ID of detector slot
1834config.detectorList[28].id=320
1836# x0 of pixel bounding box
1837config.detectorList[28].bbox_x0=0
1839# y0 of pixel bounding box
1840config.detectorList[28].bbox_y0=0
1842# x1 of pixel bounding box
1843config.detectorList[28].bbox_x1=4071
1845# y1 of pixel bounding box
1846config.detectorList[28].bbox_y1=3999
1848# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1849config.detectorList[28].detectorType=0
1851# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1852config.detectorList[28].physicalType='CCD'
1854# Serial string associated with this specific detector
1855config.detectorList[28].serial='R03_S20_v3.4.2'
1857# x offset from the origin of the camera in mm in the transposed system.
1858config.detectorList[28].offset_x=-211.698486
1860# y offset from the origin of the camera in mm in the transposed system.
1861config.detectorList[28].offset_y=84.751273
1863# x position of the reference point in the detector in pixels in transposed coordinates.
1864config.detectorList[28].refpos_x=2035.5
1866# y position of the reference point in the detector in pixels in transposed coordinates.
1867config.detectorList[28].refpos_y=1999.5
1869# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1870config.detectorList[28].yawDeg=90.023549
1872# pitch (rotation about y) of the detector in degrees
1873config.detectorList[28].pitchDeg=0.0
1875# roll (rotation about x) of the detector in degrees
1876config.detectorList[28].rollDeg=0.0
1878# Pixel size in the x dimension in mm
1879config.detectorList[28].pixelSize_x=0.01
1881# Pixel size in the y dimension in mm
1882config.detectorList[28].pixelSize_y=0.01
1884# Transpose the pixel grid before orienting in focal plane?
1885config.detectorList[28].transposeDetector=False
1887# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1888config.detectorList[28].crosstalk=None
1890config.detectorList[29]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1891config.detectorList[29].transformDict.transforms=None
1892# Name of reference coordinate system
1893config.detectorList[29].transformDict.nativeSys='Pixels'
1895# Name of detector slot
1896config.detectorList[29].name='R:0,3 S:2,1'
1898# ID of detector slot
1899config.detectorList[29].id=321
1901# x0 of pixel bounding box
1902config.detectorList[29].bbox_x0=0
1904# y0 of pixel bounding box
1905config.detectorList[29].bbox_y0=0
1907# x1 of pixel bounding box
1908config.detectorList[29].bbox_x1=4071
1910# y1 of pixel bounding box
1911config.detectorList[29].bbox_y1=3999
1913# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1914config.detectorList[29].detectorType=0
1916# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1917config.detectorList[29].physicalType='CCD'
1919# Serial string associated with this specific detector
1920config.detectorList[29].serial='R03_S21_v3.4.2'
1922# x offset from the origin of the camera in mm in the transposed system.
1923config.detectorList[29].offset_x=-211.715207
1925# y offset from the origin of the camera in mm in the transposed system.
1926config.detectorList[29].offset_y=127.005347
1928# x position of the reference point in the detector in pixels in transposed coordinates.
1929config.detectorList[29].refpos_x=2035.5
1931# y position of the reference point in the detector in pixels in transposed coordinates.
1932config.detectorList[29].refpos_y=1999.5
1934# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
1935config.detectorList[29].yawDeg=90.003552
1937# pitch (rotation about y) of the detector in degrees
1938config.detectorList[29].pitchDeg=0.0
1940# roll (rotation about x) of the detector in degrees
1941config.detectorList[29].rollDeg=0.0
1943# Pixel size in the x dimension in mm
1944config.detectorList[29].pixelSize_x=0.01
1946# Pixel size in the y dimension in mm
1947config.detectorList[29].pixelSize_y=0.01
1949# Transpose the pixel grid before orienting in focal plane?
1950config.detectorList[29].transposeDetector=False
1952# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
1953config.detectorList[29].crosstalk=None
1955config.detectorList[30]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
1956config.detectorList[30].transformDict.transforms=None
1957# Name of reference coordinate system
1958config.detectorList[30].transformDict.nativeSys='Pixels'
1960# Name of detector slot
1961config.detectorList[30].name='R:0,3 S:2,2'
1963# ID of detector slot
1964config.detectorList[30].id=322
1966# x0 of pixel bounding box
1967config.detectorList[30].bbox_x0=0
1969# y0 of pixel bounding box
1970config.detectorList[30].bbox_y0=0
1972# x1 of pixel bounding box
1973config.detectorList[30].bbox_x1=4071
1975# y1 of pixel bounding box
1976config.detectorList[30].bbox_y1=3999
1978# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
1979config.detectorList[30].detectorType=0
1981# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
1982config.detectorList[30].physicalType='CCD'
1984# Serial string associated with this specific detector
1985config.detectorList[30].serial='R03_S22_v3.4.2'
1987# x offset from the origin of the camera in mm in the transposed system.
1988config.detectorList[30].offset_x=-211.734406
1990# y offset from the origin of the camera in mm in the transposed system.
1991config.detectorList[30].offset_y=169.263459
1993# x position of the reference point in the detector in pixels in transposed coordinates.
1994config.detectorList[30].refpos_x=2035.5
1996# y position of the reference point in the detector in pixels in transposed coordinates.
1997config.detectorList[30].refpos_y=1999.5
1999# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2000config.detectorList[30].yawDeg=90.029507
2002# pitch (rotation about y) of the detector in degrees
2003config.detectorList[30].pitchDeg=0.0
2005# roll (rotation about x) of the detector in degrees
2006config.detectorList[30].rollDeg=0.0
2008# Pixel size in the x dimension in mm
2009config.detectorList[30].pixelSize_x=0.01
2011# Pixel size in the y dimension in mm
2012config.detectorList[30].pixelSize_y=0.01
2014# Transpose the pixel grid before orienting in focal plane?
2015config.detectorList[30].transposeDetector=False
2017# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2018config.detectorList[30].crosstalk=None
2020config.detectorList[31]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2021config.detectorList[31].transformDict.transforms=None
2022# Name of reference coordinate system
2023config.detectorList[31].transformDict.nativeSys='Pixels'
2025# Name of detector slot
2026config.detectorList[31].name='R:0,4 S:1,0'
2028# ID of detector slot
2029config.detectorList[31].id=410
2031# x0 of pixel bounding box
2032config.detectorList[31].bbox_x0=0
2034# y0 of pixel bounding box
2035config.detectorList[31].bbox_y0=0
2037# x1 of pixel bounding box
2038config.detectorList[31].bbox_x1=4071
2040# y1 of pixel bounding box
2041config.detectorList[31].bbox_y1=3999
2043# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2044config.detectorList[31].detectorType=2
2046# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2047config.detectorList[31].physicalType='CCD'
2049# Serial string associated with this specific detector
2050config.detectorList[31].serial='R04_S10_v3.4.2'
2052# x offset from the origin of the camera in mm in the transposed system.
2053config.detectorList[31].offset_x=-254.011214
2055# y offset from the origin of the camera in mm in the transposed system.
2056config.detectorList[31].offset_y=211.707546
2058# x position of the reference point in the detector in pixels in transposed coordinates.
2059config.detectorList[31].refpos_x=2035.5
2061# y position of the reference point in the detector in pixels in transposed coordinates.
2062config.detectorList[31].refpos_y=1999.5
2064# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2065config.detectorList[31].yawDeg=-0.00029000000000678483
2067# pitch (rotation about y) of the detector in degrees
2068config.detectorList[31].pitchDeg=0.0
2070# roll (rotation about x) of the detector in degrees
2071config.detectorList[31].rollDeg=0.0
2073# Pixel size in the x dimension in mm
2074config.detectorList[31].pixelSize_x=0.01
2076# Pixel size in the y dimension in mm
2077config.detectorList[31].pixelSize_y=0.01
2079# Transpose the pixel grid before orienting in focal plane?
2080config.detectorList[31].transposeDetector=False
2082# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2083config.detectorList[31].crosstalk=None
2085config.detectorList[32]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2086config.detectorList[32].transformDict.transforms=None
2087# Name of reference coordinate system
2088config.detectorList[32].transformDict.nativeSys='Pixels'
2090# Name of detector slot
2091config.detectorList[32].name='R:0,4 S:2,0,A'
2093# ID of detector slot
2094config.detectorList[32].id=10420
2096# x0 of pixel bounding box
2097config.detectorList[32].bbox_x0=0
2099# y0 of pixel bounding box
2100config.detectorList[32].bbox_y0=0
2102# x1 of pixel bounding box
2103config.detectorList[32].bbox_x1=4071
2105# y1 of pixel bounding box
2106config.detectorList[32].bbox_y1=1999
2108# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2109config.detectorList[32].detectorType=3
2111# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2112config.detectorList[32].physicalType='CCD'
2114# Serial string associated with this specific detector
2115config.detectorList[32].serial='R04_S20_C0_v3.4.2'
2117# x offset from the origin of the camera in mm in the transposed system.
2118config.detectorList[32].offset_x=-211.796161
2120# y offset from the origin of the camera in mm in the transposed system.
2121config.detectorList[32].offset_y=221.69583
2123# x position of the reference point in the detector in pixels in transposed coordinates.
2124config.detectorList[32].refpos_x=2035.5
2126# y position of the reference point in the detector in pixels in transposed coordinates.
2127config.detectorList[32].refpos_y=999.5
2129# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2130config.detectorList[32].yawDeg=0.00509599999999466
2132# pitch (rotation about y) of the detector in degrees
2133config.detectorList[32].pitchDeg=0.0
2135# roll (rotation about x) of the detector in degrees
2136config.detectorList[32].rollDeg=0.0
2138# Pixel size in the x dimension in mm
2139config.detectorList[32].pixelSize_x=0.01
2141# Pixel size in the y dimension in mm
2142config.detectorList[32].pixelSize_y=0.01
2144# Transpose the pixel grid before orienting in focal plane?
2145config.detectorList[32].transposeDetector=False
2147# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2148config.detectorList[32].crosstalk=None
2150config.detectorList[33]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2151config.detectorList[33].transformDict.transforms=None
2152# Name of reference coordinate system
2153config.detectorList[33].transformDict.nativeSys='Pixels'
2155# Name of detector slot
2156config.detectorList[33].name='R:0,4 S:2,0,B'
2158# ID of detector slot
2159config.detectorList[33].id=20420
2161# x0 of pixel bounding box
2162config.detectorList[33].bbox_x0=0
2164# y0 of pixel bounding box
2165config.detectorList[33].bbox_y0=0
2167# x1 of pixel bounding box
2168config.detectorList[33].bbox_x1=4071
2170# y1 of pixel bounding box
2171config.detectorList[33].bbox_y1=1999
2173# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2174config.detectorList[33].detectorType=3
2176# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2177config.detectorList[33].physicalType='CCD'
2179# Serial string associated with this specific detector
2180config.detectorList[33].serial='R04_S20_C1_v3.4.2'
2182# x offset from the origin of the camera in mm in the transposed system.
2183config.detectorList[33].offset_x=-211.800884
2185# y offset from the origin of the camera in mm in the transposed system.
2186config.detectorList[33].offset_y=201.70576
2188# x position of the reference point in the detector in pixels in transposed coordinates.
2189config.detectorList[33].refpos_x=2035.5
2191# y position of the reference point in the detector in pixels in transposed coordinates.
2192config.detectorList[33].refpos_y=999.5
2194# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2195config.detectorList[33].yawDeg=0.018394000000000688
2197# pitch (rotation about y) of the detector in degrees
2198config.detectorList[33].pitchDeg=0.0
2200# roll (rotation about x) of the detector in degrees
2201config.detectorList[33].rollDeg=0.0
2203# Pixel size in the x dimension in mm
2204config.detectorList[33].pixelSize_x=0.01
2206# Pixel size in the y dimension in mm
2207config.detectorList[33].pixelSize_y=0.01
2209# Transpose the pixel grid before orienting in focal plane?
2210config.detectorList[33].transposeDetector=False
2212# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2213config.detectorList[33].crosstalk=None
2215config.detectorList[34]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2216config.detectorList[34].transformDict.transforms=None
2217# Name of reference coordinate system
2218config.detectorList[34].transformDict.nativeSys='Pixels'
2220# Name of detector slot
2221config.detectorList[34].name='R:0,4 S:2,1'
2223# ID of detector slot
2224config.detectorList[34].id=421
2226# x0 of pixel bounding box
2227config.detectorList[34].bbox_x0=0
2229# y0 of pixel bounding box
2230config.detectorList[34].bbox_y0=0
2232# x1 of pixel bounding box
2233config.detectorList[34].bbox_x1=4071
2235# y1 of pixel bounding box
2236config.detectorList[34].bbox_y1=3999
2238# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2239config.detectorList[34].detectorType=2
2241# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2242config.detectorList[34].physicalType='CCD'
2244# Serial string associated with this specific detector
2245config.detectorList[34].serial='R04_S21_v3.4.2'
2247# x offset from the origin of the camera in mm in the transposed system.
2248config.detectorList[34].offset_x=-211.781814
2250# y offset from the origin of the camera in mm in the transposed system.
2251config.detectorList[34].offset_y=254.031128
2253# x position of the reference point in the detector in pixels in transposed coordinates.
2254config.detectorList[34].refpos_x=2035.5
2256# y position of the reference point in the detector in pixels in transposed coordinates.
2257config.detectorList[34].refpos_y=1999.5
2259# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2260config.detectorList[34].yawDeg=-0.016211999999995896
2262# pitch (rotation about y) of the detector in degrees
2263config.detectorList[34].pitchDeg=0.0
2265# roll (rotation about x) of the detector in degrees
2266config.detectorList[34].rollDeg=0.0
2268# Pixel size in the x dimension in mm
2269config.detectorList[34].pixelSize_x=0.01
2271# Pixel size in the y dimension in mm
2272config.detectorList[34].pixelSize_y=0.01
2274# Transpose the pixel grid before orienting in focal plane?
2275config.detectorList[34].transposeDetector=False
2277# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2278config.detectorList[34].crosstalk=None
2280config.detectorList[35]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2281config.detectorList[35].transformDict.transforms=None
2282# Name of reference coordinate system
2283config.detectorList[35].transformDict.nativeSys='Pixels'
2285# Name of detector slot
2286config.detectorList[35].name='R:1,0 S:0,0'
2288# ID of detector slot
2289config.detectorList[35].id=1000
2291# x0 of pixel bounding box
2292config.detectorList[35].bbox_x0=0
2294# y0 of pixel bounding box
2295config.detectorList[35].bbox_y0=0
2297# x1 of pixel bounding box
2298config.detectorList[35].bbox_x1=4071
2300# y1 of pixel bounding box
2301config.detectorList[35].bbox_y1=3999
2303# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2304config.detectorList[35].detectorType=0
2306# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2307config.detectorList[35].physicalType='CCD'
2309# Serial string associated with this specific detector
2310config.detectorList[35].serial='R10_S00_v3.4.2'
2312# x offset from the origin of the camera in mm in the transposed system.
2313config.detectorList[35].offset_x=-169.224931
2315# y offset from the origin of the camera in mm in the transposed system.
2316config.detectorList[35].offset_y=-296.228484
2318# x position of the reference point in the detector in pixels in transposed coordinates.
2319config.detectorList[35].refpos_x=2035.5
2321# y position of the reference point in the detector in pixels in transposed coordinates.
2322config.detectorList[35].refpos_y=1999.5
2324# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2325config.detectorList[35].yawDeg=89.997078
2327# pitch (rotation about y) of the detector in degrees
2328config.detectorList[35].pitchDeg=0.0
2330# roll (rotation about x) of the detector in degrees
2331config.detectorList[35].rollDeg=0.0
2333# Pixel size in the x dimension in mm
2334config.detectorList[35].pixelSize_x=0.01
2336# Pixel size in the y dimension in mm
2337config.detectorList[35].pixelSize_y=0.01
2339# Transpose the pixel grid before orienting in focal plane?
2340config.detectorList[35].transposeDetector=False
2342# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2343config.detectorList[35].crosstalk=None
2345config.detectorList[36]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2346config.detectorList[36].transformDict.transforms=None
2347# Name of reference coordinate system
2348config.detectorList[36].transformDict.nativeSys='Pixels'
2350# Name of detector slot
2351config.detectorList[36].name='R:1,0 S:0,1'
2353# ID of detector slot
2354config.detectorList[36].id=1001
2356# x0 of pixel bounding box
2357config.detectorList[36].bbox_x0=0
2359# y0 of pixel bounding box
2360config.detectorList[36].bbox_y0=0
2362# x1 of pixel bounding box
2363config.detectorList[36].bbox_x1=4071
2365# y1 of pixel bounding box
2366config.detectorList[36].bbox_y1=3999
2368# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2369config.detectorList[36].detectorType=0
2371# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2372config.detectorList[36].physicalType='CCD'
2374# Serial string associated with this specific detector
2375config.detectorList[36].serial='R10_S01_v3.4.2'
2377# x offset from the origin of the camera in mm in the transposed system.
2378config.detectorList[36].offset_x=-169.242935
2380# y offset from the origin of the camera in mm in the transposed system.
2381config.detectorList[36].offset_y=-253.970848
2383# x position of the reference point in the detector in pixels in transposed coordinates.
2384config.detectorList[36].refpos_x=2035.5
2386# y position of the reference point in the detector in pixels in transposed coordinates.
2387config.detectorList[36].refpos_y=1999.5
2389# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2390config.detectorList[36].yawDeg=89.998167
2392# pitch (rotation about y) of the detector in degrees
2393config.detectorList[36].pitchDeg=0.0
2395# roll (rotation about x) of the detector in degrees
2396config.detectorList[36].rollDeg=0.0
2398# Pixel size in the x dimension in mm
2399config.detectorList[36].pixelSize_x=0.01
2401# Pixel size in the y dimension in mm
2402config.detectorList[36].pixelSize_y=0.01
2404# Transpose the pixel grid before orienting in focal plane?
2405config.detectorList[36].transposeDetector=False
2407# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2408config.detectorList[36].crosstalk=None
2410config.detectorList[37]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2411config.detectorList[37].transformDict.transforms=None
2412# Name of reference coordinate system
2413config.detectorList[37].transformDict.nativeSys='Pixels'
2415# Name of detector slot
2416config.detectorList[37].name='R:1,0 S:0,2'
2418# ID of detector slot
2419config.detectorList[37].id=1002
2421# x0 of pixel bounding box
2422config.detectorList[37].bbox_x0=0
2424# y0 of pixel bounding box
2425config.detectorList[37].bbox_y0=0
2427# x1 of pixel bounding box
2428config.detectorList[37].bbox_x1=4071
2430# y1 of pixel bounding box
2431config.detectorList[37].bbox_y1=3999
2433# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2434config.detectorList[37].detectorType=0
2436# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2437config.detectorList[37].physicalType='CCD'
2439# Serial string associated with this specific detector
2440config.detectorList[37].serial='R10_S02_v3.4.2'
2442# x offset from the origin of the camera in mm in the transposed system.
2443config.detectorList[37].offset_x=-169.261184
2445# y offset from the origin of the camera in mm in the transposed system.
2446config.detectorList[37].offset_y=-211.725815
2448# x position of the reference point in the detector in pixels in transposed coordinates.
2449config.detectorList[37].refpos_x=2035.5
2451# y position of the reference point in the detector in pixels in transposed coordinates.
2452config.detectorList[37].refpos_y=1999.5
2454# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2455config.detectorList[37].yawDeg=90.005787
2457# pitch (rotation about y) of the detector in degrees
2458config.detectorList[37].pitchDeg=0.0
2460# roll (rotation about x) of the detector in degrees
2461config.detectorList[37].rollDeg=0.0
2463# Pixel size in the x dimension in mm
2464config.detectorList[37].pixelSize_x=0.01
2466# Pixel size in the y dimension in mm
2467config.detectorList[37].pixelSize_y=0.01
2469# Transpose the pixel grid before orienting in focal plane?
2470config.detectorList[37].transposeDetector=False
2472# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2473config.detectorList[37].crosstalk=None
2475config.detectorList[38]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2476config.detectorList[38].transformDict.transforms=None
2477# Name of reference coordinate system
2478config.detectorList[38].transformDict.nativeSys='Pixels'
2480# Name of detector slot
2481config.detectorList[38].name='R:1,0 S:1,0'
2483# ID of detector slot
2484config.detectorList[38].id=1010
2486# x0 of pixel bounding box
2487config.detectorList[38].bbox_x0=0
2489# y0 of pixel bounding box
2490config.detectorList[38].bbox_y0=0
2492# x1 of pixel bounding box
2493config.detectorList[38].bbox_x1=4071
2495# y1 of pixel bounding box
2496config.detectorList[38].bbox_y1=3999
2498# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2499config.detectorList[38].detectorType=0
2501# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2502config.detectorList[38].physicalType='CCD'
2504# Serial string associated with this specific detector
2505config.detectorList[38].serial='R10_S10_v3.4.2'
2507# x offset from the origin of the camera in mm in the transposed system.
2508config.detectorList[38].offset_x=-127.008539
2510# y offset from the origin of the camera in mm in the transposed system.
2511config.detectorList[38].offset_y=-296.204223
2513# x position of the reference point in the detector in pixels in transposed coordinates.
2514config.detectorList[38].refpos_x=2035.5
2516# y position of the reference point in the detector in pixels in transposed coordinates.
2517config.detectorList[38].refpos_y=1999.5
2519# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2520config.detectorList[38].yawDeg=90.000287
2522# pitch (rotation about y) of the detector in degrees
2523config.detectorList[38].pitchDeg=0.0
2525# roll (rotation about x) of the detector in degrees
2526config.detectorList[38].rollDeg=0.0
2528# Pixel size in the x dimension in mm
2529config.detectorList[38].pixelSize_x=0.01
2531# Pixel size in the y dimension in mm
2532config.detectorList[38].pixelSize_y=0.01
2534# Transpose the pixel grid before orienting in focal plane?
2535config.detectorList[38].transposeDetector=False
2537# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2538config.detectorList[38].crosstalk=None
2540config.detectorList[39]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2541config.detectorList[39].transformDict.transforms=None
2542# Name of reference coordinate system
2543config.detectorList[39].transformDict.nativeSys='Pixels'
2545# Name of detector slot
2546config.detectorList[39].name='R:1,0 S:1,1'
2548# ID of detector slot
2549config.detectorList[39].id=1011
2551# x0 of pixel bounding box
2552config.detectorList[39].bbox_x0=0
2554# y0 of pixel bounding box
2555config.detectorList[39].bbox_y0=0
2557# x1 of pixel bounding box
2558config.detectorList[39].bbox_x1=4071
2560# y1 of pixel bounding box
2561config.detectorList[39].bbox_y1=3999
2563# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2564config.detectorList[39].detectorType=0
2566# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2567config.detectorList[39].physicalType='CCD'
2569# Serial string associated with this specific detector
2570config.detectorList[39].serial='R10_S11_v3.4.2'
2572# x offset from the origin of the camera in mm in the transposed system.
2573config.detectorList[39].offset_x=-127.002539
2575# y offset from the origin of the camera in mm in the transposed system.
2576config.detectorList[39].offset_y=-253.973874
2578# x position of the reference point in the detector in pixels in transposed coordinates.
2579config.detectorList[39].refpos_x=2035.5
2581# y position of the reference point in the detector in pixels in transposed coordinates.
2582config.detectorList[39].refpos_y=1999.5
2584# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2585config.detectorList[39].yawDeg=89.990718
2587# pitch (rotation about y) of the detector in degrees
2588config.detectorList[39].pitchDeg=0.0
2590# roll (rotation about x) of the detector in degrees
2591config.detectorList[39].rollDeg=0.0
2593# Pixel size in the x dimension in mm
2594config.detectorList[39].pixelSize_x=0.01
2596# Pixel size in the y dimension in mm
2597config.detectorList[39].pixelSize_y=0.01
2599# Transpose the pixel grid before orienting in focal plane?
2600config.detectorList[39].transposeDetector=False
2602# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2603config.detectorList[39].crosstalk=None
2605config.detectorList[40]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2606config.detectorList[40].transformDict.transforms=None
2607# Name of reference coordinate system
2608config.detectorList[40].transformDict.nativeSys='Pixels'
2610# Name of detector slot
2611config.detectorList[40].name='R:1,0 S:1,2'
2613# ID of detector slot
2614config.detectorList[40].id=1012
2616# x0 of pixel bounding box
2617config.detectorList[40].bbox_x0=0
2619# y0 of pixel bounding box
2620config.detectorList[40].bbox_y0=0
2622# x1 of pixel bounding box
2623config.detectorList[40].bbox_x1=4071
2625# y1 of pixel bounding box
2626config.detectorList[40].bbox_y1=3999
2628# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2629config.detectorList[40].detectorType=0
2631# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2632config.detectorList[40].physicalType='CCD'
2634# Serial string associated with this specific detector
2635config.detectorList[40].serial='R10_S12_v3.4.2'
2637# x offset from the origin of the camera in mm in the transposed system.
2638config.detectorList[40].offset_x=-127.04895
2640# y offset from the origin of the camera in mm in the transposed system.
2641config.detectorList[40].offset_y=-211.715119
2643# x position of the reference point in the detector in pixels in transposed coordinates.
2644config.detectorList[40].refpos_x=2035.5
2646# y position of the reference point in the detector in pixels in transposed coordinates.
2647config.detectorList[40].refpos_y=1999.5
2649# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2650config.detectorList[40].yawDeg=89.988254
2652# pitch (rotation about y) of the detector in degrees
2653config.detectorList[40].pitchDeg=0.0
2655# roll (rotation about x) of the detector in degrees
2656config.detectorList[40].rollDeg=0.0
2658# Pixel size in the x dimension in mm
2659config.detectorList[40].pixelSize_x=0.01
2661# Pixel size in the y dimension in mm
2662config.detectorList[40].pixelSize_y=0.01
2664# Transpose the pixel grid before orienting in focal plane?
2665config.detectorList[40].transposeDetector=False
2667# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2668config.detectorList[40].crosstalk=None
2670config.detectorList[41]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2671config.detectorList[41].transformDict.transforms=None
2672# Name of reference coordinate system
2673config.detectorList[41].transformDict.nativeSys='Pixels'
2675# Name of detector slot
2676config.detectorList[41].name='R:1,0 S:2,0'
2678# ID of detector slot
2679config.detectorList[41].id=1020
2681# x0 of pixel bounding box
2682config.detectorList[41].bbox_x0=0
2684# y0 of pixel bounding box
2685config.detectorList[41].bbox_y0=0
2687# x1 of pixel bounding box
2688config.detectorList[41].bbox_x1=4071
2690# y1 of pixel bounding box
2691config.detectorList[41].bbox_y1=3999
2693# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2694config.detectorList[41].detectorType=0
2696# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2697config.detectorList[41].physicalType='CCD'
2699# Serial string associated with this specific detector
2700config.detectorList[41].serial='R10_S20_v3.4.2'
2702# x offset from the origin of the camera in mm in the transposed system.
2703config.detectorList[41].offset_x=-84.787903
2705# y offset from the origin of the camera in mm in the transposed system.
2706config.detectorList[41].offset_y=-296.239807
2708# x position of the reference point in the detector in pixels in transposed coordinates.
2709config.detectorList[41].refpos_x=2035.5
2711# y position of the reference point in the detector in pixels in transposed coordinates.
2712config.detectorList[41].refpos_y=1999.5
2714# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2715config.detectorList[41].yawDeg=89.987395
2717# pitch (rotation about y) of the detector in degrees
2718config.detectorList[41].pitchDeg=0.0
2720# roll (rotation about x) of the detector in degrees
2721config.detectorList[41].rollDeg=0.0
2723# Pixel size in the x dimension in mm
2724config.detectorList[41].pixelSize_x=0.01
2726# Pixel size in the y dimension in mm
2727config.detectorList[41].pixelSize_y=0.01
2729# Transpose the pixel grid before orienting in focal plane?
2730config.detectorList[41].transposeDetector=False
2732# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2733config.detectorList[41].crosstalk=None
2735config.detectorList[42]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2736config.detectorList[42].transformDict.transforms=None
2737# Name of reference coordinate system
2738config.detectorList[42].transformDict.nativeSys='Pixels'
2740# Name of detector slot
2741config.detectorList[42].name='R:1,0 S:2,1'
2743# ID of detector slot
2744config.detectorList[42].id=1021
2746# x0 of pixel bounding box
2747config.detectorList[42].bbox_x0=0
2749# y0 of pixel bounding box
2750config.detectorList[42].bbox_y0=0
2752# x1 of pixel bounding box
2753config.detectorList[42].bbox_x1=4071
2755# y1 of pixel bounding box
2756config.detectorList[42].bbox_y1=3999
2758# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2759config.detectorList[42].detectorType=0
2761# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2762config.detectorList[42].physicalType='CCD'
2764# Serial string associated with this specific detector
2765config.detectorList[42].serial='R10_S21_v3.4.2'
2767# x offset from the origin of the camera in mm in the transposed system.
2768config.detectorList[42].offset_x=-84.735886
2770# y offset from the origin of the camera in mm in the transposed system.
2771config.detectorList[42].offset_y=-254.043457
2773# x position of the reference point in the detector in pixels in transposed coordinates.
2774config.detectorList[42].refpos_x=2035.5
2776# y position of the reference point in the detector in pixels in transposed coordinates.
2777config.detectorList[42].refpos_y=1999.5
2779# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2780config.detectorList[42].yawDeg=89.975764
2782# pitch (rotation about y) of the detector in degrees
2783config.detectorList[42].pitchDeg=0.0
2785# roll (rotation about x) of the detector in degrees
2786config.detectorList[42].rollDeg=0.0
2788# Pixel size in the x dimension in mm
2789config.detectorList[42].pixelSize_x=0.01
2791# Pixel size in the y dimension in mm
2792config.detectorList[42].pixelSize_y=0.01
2794# Transpose the pixel grid before orienting in focal plane?
2795config.detectorList[42].transposeDetector=False
2797# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2798config.detectorList[42].crosstalk=None
2800config.detectorList[43]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2801config.detectorList[43].transformDict.transforms=None
2802# Name of reference coordinate system
2803config.detectorList[43].transformDict.nativeSys='Pixels'
2805# Name of detector slot
2806config.detectorList[43].name='R:1,0 S:2,2'
2808# ID of detector slot
2809config.detectorList[43].id=1022
2811# x0 of pixel bounding box
2812config.detectorList[43].bbox_x0=0
2814# y0 of pixel bounding box
2815config.detectorList[43].bbox_y0=0
2817# x1 of pixel bounding box
2818config.detectorList[43].bbox_x1=4071
2820# y1 of pixel bounding box
2821config.detectorList[43].bbox_y1=3999
2823# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2824config.detectorList[43].detectorType=0
2826# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2827config.detectorList[43].physicalType='CCD'
2829# Serial string associated with this specific detector
2830config.detectorList[43].serial='R10_S22_v3.4.2'
2832# x offset from the origin of the camera in mm in the transposed system.
2833config.detectorList[43].offset_x=-84.766769
2835# y offset from the origin of the camera in mm in the transposed system.
2836config.detectorList[43].offset_y=-211.767838
2838# x position of the reference point in the detector in pixels in transposed coordinates.
2839config.detectorList[43].refpos_x=2035.5
2841# y position of the reference point in the detector in pixels in transposed coordinates.
2842config.detectorList[43].refpos_y=1999.5
2844# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2845config.detectorList[43].yawDeg=90.005042
2847# pitch (rotation about y) of the detector in degrees
2848config.detectorList[43].pitchDeg=0.0
2850# roll (rotation about x) of the detector in degrees
2851config.detectorList[43].rollDeg=0.0
2853# Pixel size in the x dimension in mm
2854config.detectorList[43].pixelSize_x=0.01
2856# Pixel size in the y dimension in mm
2857config.detectorList[43].pixelSize_y=0.01
2859# Transpose the pixel grid before orienting in focal plane?
2860config.detectorList[43].transposeDetector=False
2862# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2863config.detectorList[43].crosstalk=None
2865config.detectorList[44]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2866config.detectorList[44].transformDict.transforms=None
2867# Name of reference coordinate system
2868config.detectorList[44].transformDict.nativeSys='Pixels'
2870# Name of detector slot
2871config.detectorList[44].name='R:1,1 S:0,0'
2873# ID of detector slot
2874config.detectorList[44].id=1100
2876# x0 of pixel bounding box
2877config.detectorList[44].bbox_x0=0
2879# y0 of pixel bounding box
2880config.detectorList[44].bbox_y0=0
2882# x1 of pixel bounding box
2883config.detectorList[44].bbox_x1=4071
2885# y1 of pixel bounding box
2886config.detectorList[44].bbox_y1=3999
2888# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2889config.detectorList[44].detectorType=0
2891# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2892config.detectorList[44].physicalType='CCD'
2894# Serial string associated with this specific detector
2895config.detectorList[44].serial='R11_S00_v3.4.2'
2897# x offset from the origin of the camera in mm in the transposed system.
2898config.detectorList[44].offset_x=-169.195286
2900# y offset from the origin of the camera in mm in the transposed system.
2901config.detectorList[44].offset_y=-169.275132
2903# x position of the reference point in the detector in pixels in transposed coordinates.
2904config.detectorList[44].refpos_x=2035.5
2906# y position of the reference point in the detector in pixels in transposed coordinates.
2907config.detectorList[44].refpos_y=1999.5
2909# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2910config.detectorList[44].yawDeg=90.003552
2912# pitch (rotation about y) of the detector in degrees
2913config.detectorList[44].pitchDeg=0.0
2915# roll (rotation about x) of the detector in degrees
2916config.detectorList[44].rollDeg=0.0
2918# Pixel size in the x dimension in mm
2919config.detectorList[44].pixelSize_x=0.01
2921# Pixel size in the y dimension in mm
2922config.detectorList[44].pixelSize_y=0.01
2924# Transpose the pixel grid before orienting in focal plane?
2925config.detectorList[44].transposeDetector=False
2927# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2928config.detectorList[44].crosstalk=None
2930config.detectorList[45]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2931config.detectorList[45].transformDict.transforms=None
2932# Name of reference coordinate system
2933config.detectorList[45].transformDict.nativeSys='Pixels'
2935# Name of detector slot
2936config.detectorList[45].name='R:1,1 S:0,1'
2938# ID of detector slot
2939config.detectorList[45].id=1101
2941# x0 of pixel bounding box
2942config.detectorList[45].bbox_x0=0
2944# y0 of pixel bounding box
2945config.detectorList[45].bbox_y0=0
2947# x1 of pixel bounding box
2948config.detectorList[45].bbox_x1=4071
2950# y1 of pixel bounding box
2951config.detectorList[45].bbox_y1=3999
2953# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
2954config.detectorList[45].detectorType=0
2956# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
2957config.detectorList[45].physicalType='CCD'
2959# Serial string associated with this specific detector
2960config.detectorList[45].serial='R11_S01_v3.4.2'
2962# x offset from the origin of the camera in mm in the transposed system.
2963config.detectorList[45].offset_x=-169.226484
2965# y offset from the origin of the camera in mm in the transposed system.
2966config.detectorList[45].offset_y=-127.029908
2968# x position of the reference point in the detector in pixels in transposed coordinates.
2969config.detectorList[45].refpos_x=2035.5
2971# y position of the reference point in the detector in pixels in transposed coordinates.
2972config.detectorList[45].refpos_y=1999.5
2974# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
2975config.detectorList[45].yawDeg=89.992437
2977# pitch (rotation about y) of the detector in degrees
2978config.detectorList[45].pitchDeg=0.0
2980# roll (rotation about x) of the detector in degrees
2981config.detectorList[45].rollDeg=0.0
2983# Pixel size in the x dimension in mm
2984config.detectorList[45].pixelSize_x=0.01
2986# Pixel size in the y dimension in mm
2987config.detectorList[45].pixelSize_y=0.01
2989# Transpose the pixel grid before orienting in focal plane?
2990config.detectorList[45].transposeDetector=False
2992# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
2993config.detectorList[45].crosstalk=None
2995config.detectorList[46]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
2996config.detectorList[46].transformDict.transforms=None
2997# Name of reference coordinate system
2998config.detectorList[46].transformDict.nativeSys='Pixels'
3000# Name of detector slot
3001config.detectorList[46].name='R:1,1 S:0,2'
3003# ID of detector slot
3004config.detectorList[46].id=1102
3006# x0 of pixel bounding box
3007config.detectorList[46].bbox_x0=0
3009# y0 of pixel bounding box
3010config.detectorList[46].bbox_y0=0
3012# x1 of pixel bounding box
3013config.detectorList[46].bbox_x1=4071
3015# y1 of pixel bounding box
3016config.detectorList[46].bbox_y1=3999
3018# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3019config.detectorList[46].detectorType=0
3021# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3022config.detectorList[46].physicalType='CCD'
3024# Serial string associated with this specific detector
3025config.detectorList[46].serial='R11_S02_v3.4.2'
3027# x offset from the origin of the camera in mm in the transposed system.
3028config.detectorList[46].offset_x=-169.254913
3030# y offset from the origin of the camera in mm in the transposed system.
3031config.detectorList[46].offset_y=-84.704284
3033# x position of the reference point in the detector in pixels in transposed coordinates.
3034config.detectorList[46].refpos_x=2035.5
3036# y position of the reference point in the detector in pixels in transposed coordinates.
3037config.detectorList[46].refpos_y=1999.5
3039# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3040config.detectorList[46].yawDeg=89.994385
3042# pitch (rotation about y) of the detector in degrees
3043config.detectorList[46].pitchDeg=0.0
3045# roll (rotation about x) of the detector in degrees
3046config.detectorList[46].rollDeg=0.0
3048# Pixel size in the x dimension in mm
3049config.detectorList[46].pixelSize_x=0.01
3051# Pixel size in the y dimension in mm
3052config.detectorList[46].pixelSize_y=0.01
3054# Transpose the pixel grid before orienting in focal plane?
3055config.detectorList[46].transposeDetector=False
3057# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3058config.detectorList[46].crosstalk=None
3060config.detectorList[47]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3061config.detectorList[47].transformDict.transforms=None
3062# Name of reference coordinate system
3063config.detectorList[47].transformDict.nativeSys='Pixels'
3065# Name of detector slot
3066config.detectorList[47].name='R:1,1 S:1,0'
3068# ID of detector slot
3069config.detectorList[47].id=1110
3071# x0 of pixel bounding box
3072config.detectorList[47].bbox_x0=0
3074# y0 of pixel bounding box
3075config.detectorList[47].bbox_y0=0
3077# x1 of pixel bounding box
3078config.detectorList[47].bbox_x1=4071
3080# y1 of pixel bounding box
3081config.detectorList[47].bbox_y1=3999
3083# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3084config.detectorList[47].detectorType=0
3086# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3087config.detectorList[47].physicalType='CCD'
3089# Serial string associated with this specific detector
3090config.detectorList[47].serial='R11_S10_v3.4.2'
3092# x offset from the origin of the camera in mm in the transposed system.
3093config.detectorList[47].offset_x=-126.943198
3095# y offset from the origin of the camera in mm in the transposed system.
3096config.detectorList[47].offset_y=-169.241546
3098# x position of the reference point in the detector in pixels in transposed coordinates.
3099config.detectorList[47].refpos_x=2035.5
3101# y position of the reference point in the detector in pixels in transposed coordinates.
3102config.detectorList[47].refpos_y=1999.5
3104# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3105config.detectorList[47].yawDeg=90.003724
3107# pitch (rotation about y) of the detector in degrees
3108config.detectorList[47].pitchDeg=0.0
3110# roll (rotation about x) of the detector in degrees
3111config.detectorList[47].rollDeg=0.0
3113# Pixel size in the x dimension in mm
3114config.detectorList[47].pixelSize_x=0.01
3116# Pixel size in the y dimension in mm
3117config.detectorList[47].pixelSize_y=0.01
3119# Transpose the pixel grid before orienting in focal plane?
3120config.detectorList[47].transposeDetector=False
3122# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3123config.detectorList[47].crosstalk=None
3125config.detectorList[48]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3126config.detectorList[48].transformDict.transforms=None
3127# Name of reference coordinate system
3128config.detectorList[48].transformDict.nativeSys='Pixels'
3130# Name of detector slot
3131config.detectorList[48].name='R:1,1 S:1,1'
3133# ID of detector slot
3134config.detectorList[48].id=1111
3136# x0 of pixel bounding box
3137config.detectorList[48].bbox_x0=0
3139# y0 of pixel bounding box
3140config.detectorList[48].bbox_y0=0
3142# x1 of pixel bounding box
3143config.detectorList[48].bbox_x1=4071
3145# y1 of pixel bounding box
3146config.detectorList[48].bbox_y1=3999
3148# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3149config.detectorList[48].detectorType=0
3151# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3152config.detectorList[48].physicalType='CCD'
3154# Serial string associated with this specific detector
3155config.detectorList[48].serial='R11_S11_v3.4.2'
3157# x offset from the origin of the camera in mm in the transposed system.
3158config.detectorList[48].offset_x=-126.988053
3160# y offset from the origin of the camera in mm in the transposed system.
3161config.detectorList[48].offset_y=-126.964714
3163# x position of the reference point in the detector in pixels in transposed coordinates.
3164config.detectorList[48].refpos_x=2035.5
3166# y position of the reference point in the detector in pixels in transposed coordinates.
3167config.detectorList[48].refpos_y=1999.5
3169# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3170config.detectorList[48].yawDeg=90.00424
3172# pitch (rotation about y) of the detector in degrees
3173config.detectorList[48].pitchDeg=0.0
3175# roll (rotation about x) of the detector in degrees
3176config.detectorList[48].rollDeg=0.0
3178# Pixel size in the x dimension in mm
3179config.detectorList[48].pixelSize_x=0.01
3181# Pixel size in the y dimension in mm
3182config.detectorList[48].pixelSize_y=0.01
3184# Transpose the pixel grid before orienting in focal plane?
3185config.detectorList[48].transposeDetector=False
3187# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3188config.detectorList[48].crosstalk=None
3190config.detectorList[49]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3191config.detectorList[49].transformDict.transforms=None
3192# Name of reference coordinate system
3193config.detectorList[49].transformDict.nativeSys='Pixels'
3195# Name of detector slot
3196config.detectorList[49].name='R:1,1 S:1,2'
3198# ID of detector slot
3199config.detectorList[49].id=1112
3201# x0 of pixel bounding box
3202config.detectorList[49].bbox_x0=0
3204# y0 of pixel bounding box
3205config.detectorList[49].bbox_y0=0
3207# x1 of pixel bounding box
3208config.detectorList[49].bbox_x1=4071
3210# y1 of pixel bounding box
3211config.detectorList[49].bbox_y1=3999
3213# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3214config.detectorList[49].detectorType=0
3216# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3217config.detectorList[49].physicalType='CCD'
3219# Serial string associated with this specific detector
3220config.detectorList[49].serial='R11_S12_v3.4.2'
3222# x offset from the origin of the camera in mm in the transposed system.
3223config.detectorList[49].offset_x=-126.987365
3225# y offset from the origin of the camera in mm in the transposed system.
3226config.detectorList[49].offset_y=-84.805045
3228# x position of the reference point in the detector in pixels in transposed coordinates.
3229config.detectorList[49].refpos_x=2035.5
3231# y position of the reference point in the detector in pixels in transposed coordinates.
3232config.detectorList[49].refpos_y=1999.5
3234# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3235config.detectorList[49].yawDeg=89.980519
3237# pitch (rotation about y) of the detector in degrees
3238config.detectorList[49].pitchDeg=0.0
3240# roll (rotation about x) of the detector in degrees
3241config.detectorList[49].rollDeg=0.0
3243# Pixel size in the x dimension in mm
3244config.detectorList[49].pixelSize_x=0.01
3246# Pixel size in the y dimension in mm
3247config.detectorList[49].pixelSize_y=0.01
3249# Transpose the pixel grid before orienting in focal plane?
3250config.detectorList[49].transposeDetector=False
3252# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3253config.detectorList[49].crosstalk=None
3255config.detectorList[50]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3256config.detectorList[50].transformDict.transforms=None
3257# Name of reference coordinate system
3258config.detectorList[50].transformDict.nativeSys='Pixels'
3260# Name of detector slot
3261config.detectorList[50].name='R:1,1 S:2,0'
3263# ID of detector slot
3264config.detectorList[50].id=1120
3266# x0 of pixel bounding box
3267config.detectorList[50].bbox_x0=0
3269# y0 of pixel bounding box
3270config.detectorList[50].bbox_y0=0
3272# x1 of pixel bounding box
3273config.detectorList[50].bbox_x1=4071
3275# y1 of pixel bounding box
3276config.detectorList[50].bbox_y1=3999
3278# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3279config.detectorList[50].detectorType=0
3281# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3282config.detectorList[50].physicalType='CCD'
3284# Serial string associated with this specific detector
3285config.detectorList[50].serial='R11_S20_v3.4.2'
3287# x offset from the origin of the camera in mm in the transposed system.
3288config.detectorList[50].offset_x=-84.711342
3290# y offset from the origin of the camera in mm in the transposed system.
3291config.detectorList[50].offset_y=-169.299087
3293# x position of the reference point in the detector in pixels in transposed coordinates.
3294config.detectorList[50].refpos_x=2035.5
3296# y position of the reference point in the detector in pixels in transposed coordinates.
3297config.detectorList[50].refpos_y=1999.5
3299# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3300config.detectorList[50].yawDeg=89.988541
3302# pitch (rotation about y) of the detector in degrees
3303config.detectorList[50].pitchDeg=0.0
3305# roll (rotation about x) of the detector in degrees
3306config.detectorList[50].rollDeg=0.0
3308# Pixel size in the x dimension in mm
3309config.detectorList[50].pixelSize_x=0.01
3311# Pixel size in the y dimension in mm
3312config.detectorList[50].pixelSize_y=0.01
3314# Transpose the pixel grid before orienting in focal plane?
3315config.detectorList[50].transposeDetector=False
3317# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3318config.detectorList[50].crosstalk=None
3320config.detectorList[51]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3321config.detectorList[51].transformDict.transforms=None
3322# Name of reference coordinate system
3323config.detectorList[51].transformDict.nativeSys='Pixels'
3325# Name of detector slot
3326config.detectorList[51].name='R:1,1 S:2,1'
3328# ID of detector slot
3329config.detectorList[51].id=1121
3331# x0 of pixel bounding box
3332config.detectorList[51].bbox_x0=0
3334# y0 of pixel bounding box
3335config.detectorList[51].bbox_y0=0
3337# x1 of pixel bounding box
3338config.detectorList[51].bbox_x1=4071
3340# y1 of pixel bounding box
3341config.detectorList[51].bbox_y1=3999
3343# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3344config.detectorList[51].detectorType=0
3346# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3347config.detectorList[51].physicalType='CCD'
3349# Serial string associated with this specific detector
3350config.detectorList[51].serial='R11_S21_v3.4.2'
3352# x offset from the origin of the camera in mm in the transposed system.
3353config.detectorList[51].offset_x=-84.71875
3355# y offset from the origin of the camera in mm in the transposed system.
3356config.detectorList[51].offset_y=-126.996979
3358# x position of the reference point in the detector in pixels in transposed coordinates.
3359config.detectorList[51].refpos_x=2035.5
3361# y position of the reference point in the detector in pixels in transposed coordinates.
3362config.detectorList[51].refpos_y=1999.5
3364# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3365config.detectorList[51].yawDeg=90.00063
3367# pitch (rotation about y) of the detector in degrees
3368config.detectorList[51].pitchDeg=0.0
3370# roll (rotation about x) of the detector in degrees
3371config.detectorList[51].rollDeg=0.0
3373# Pixel size in the x dimension in mm
3374config.detectorList[51].pixelSize_x=0.01
3376# Pixel size in the y dimension in mm
3377config.detectorList[51].pixelSize_y=0.01
3379# Transpose the pixel grid before orienting in focal plane?
3380config.detectorList[51].transposeDetector=False
3382# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3383config.detectorList[51].crosstalk=None
3385config.detectorList[52]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3386config.detectorList[52].transformDict.transforms=None
3387# Name of reference coordinate system
3388config.detectorList[52].transformDict.nativeSys='Pixels'
3390# Name of detector slot
3391config.detectorList[52].name='R:1,1 S:2,2'
3393# ID of detector slot
3394config.detectorList[52].id=1122
3396# x0 of pixel bounding box
3397config.detectorList[52].bbox_x0=0
3399# y0 of pixel bounding box
3400config.detectorList[52].bbox_y0=0
3402# x1 of pixel bounding box
3403config.detectorList[52].bbox_x1=4071
3405# y1 of pixel bounding box
3406config.detectorList[52].bbox_y1=3999
3408# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3409config.detectorList[52].detectorType=0
3411# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3412config.detectorList[52].physicalType='CCD'
3414# Serial string associated with this specific detector
3415config.detectorList[52].serial='R11_S22_v3.4.2'
3417# x offset from the origin of the camera in mm in the transposed system.
3418config.detectorList[52].offset_x=-84.740723
3420# y offset from the origin of the camera in mm in the transposed system.
3421config.detectorList[52].offset_y=-84.760826
3423# x position of the reference point in the detector in pixels in transposed coordinates.
3424config.detectorList[52].refpos_x=2035.5
3426# y position of the reference point in the detector in pixels in transposed coordinates.
3427config.detectorList[52].refpos_y=1999.5
3429# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3430config.detectorList[52].yawDeg=90.004183
3432# pitch (rotation about y) of the detector in degrees
3433config.detectorList[52].pitchDeg=0.0
3435# roll (rotation about x) of the detector in degrees
3436config.detectorList[52].rollDeg=0.0
3438# Pixel size in the x dimension in mm
3439config.detectorList[52].pixelSize_x=0.01
3441# Pixel size in the y dimension in mm
3442config.detectorList[52].pixelSize_y=0.01
3444# Transpose the pixel grid before orienting in focal plane?
3445config.detectorList[52].transposeDetector=False
3447# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3448config.detectorList[52].crosstalk=None
3450config.detectorList[53]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3451config.detectorList[53].transformDict.transforms=None
3452# Name of reference coordinate system
3453config.detectorList[53].transformDict.nativeSys='Pixels'
3455# Name of detector slot
3456config.detectorList[53].name='R:1,2 S:0,0'
3458# ID of detector slot
3459config.detectorList[53].id=1200
3461# x0 of pixel bounding box
3462config.detectorList[53].bbox_x0=0
3464# y0 of pixel bounding box
3465config.detectorList[53].bbox_y0=0
3467# x1 of pixel bounding box
3468config.detectorList[53].bbox_x1=4071
3470# y1 of pixel bounding box
3471config.detectorList[53].bbox_y1=3999
3473# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3474config.detectorList[53].detectorType=0
3476# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3477config.detectorList[53].physicalType='CCD'
3479# Serial string associated with this specific detector
3480config.detectorList[53].serial='R12_S00_v3.4.2'
3482# x offset from the origin of the camera in mm in the transposed system.
3483config.detectorList[53].offset_x=-169.213961
3485# y offset from the origin of the camera in mm in the transposed system.
3486config.detectorList[53].offset_y=-42.243599
3488# x position of the reference point in the detector in pixels in transposed coordinates.
3489config.detectorList[53].refpos_x=2035.5
3491# y position of the reference point in the detector in pixels in transposed coordinates.
3492config.detectorList[53].refpos_y=1999.5
3494# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3495config.detectorList[53].yawDeg=90.008709
3497# pitch (rotation about y) of the detector in degrees
3498config.detectorList[53].pitchDeg=0.0
3500# roll (rotation about x) of the detector in degrees
3501config.detectorList[53].rollDeg=0.0
3503# Pixel size in the x dimension in mm
3504config.detectorList[53].pixelSize_x=0.01
3506# Pixel size in the y dimension in mm
3507config.detectorList[53].pixelSize_y=0.01
3509# Transpose the pixel grid before orienting in focal plane?
3510config.detectorList[53].transposeDetector=False
3512# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3513config.detectorList[53].crosstalk=None
3515config.detectorList[54]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3516config.detectorList[54].transformDict.transforms=None
3517# Name of reference coordinate system
3518config.detectorList[54].transformDict.nativeSys='Pixels'
3520# Name of detector slot
3521config.detectorList[54].name='R:1,2 S:0,1'
3523# ID of detector slot
3524config.detectorList[54].id=1201
3526# x0 of pixel bounding box
3527config.detectorList[54].bbox_x0=0
3529# y0 of pixel bounding box
3530config.detectorList[54].bbox_y0=0
3532# x1 of pixel bounding box
3533config.detectorList[54].bbox_x1=4071
3535# y1 of pixel bounding box
3536config.detectorList[54].bbox_y1=3999
3538# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3539config.detectorList[54].detectorType=0
3541# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3542config.detectorList[54].physicalType='CCD'
3544# Serial string associated with this specific detector
3545config.detectorList[54].serial='R12_S01_v3.4.2'
3547# x offset from the origin of the camera in mm in the transposed system.
3548config.detectorList[54].offset_x=-169.161758
3550# y offset from the origin of the camera in mm in the transposed system.
3551config.detectorList[54].offset_y=-0.019448
3553# x position of the reference point in the detector in pixels in transposed coordinates.
3554config.detectorList[54].refpos_x=2035.5
3556# y position of the reference point in the detector in pixels in transposed coordinates.
3557config.detectorList[54].refpos_y=1999.5
3559# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3560config.detectorList[54].yawDeg=89.984072
3562# pitch (rotation about y) of the detector in degrees
3563config.detectorList[54].pitchDeg=0.0
3565# roll (rotation about x) of the detector in degrees
3566config.detectorList[54].rollDeg=0.0
3568# Pixel size in the x dimension in mm
3569config.detectorList[54].pixelSize_x=0.01
3571# Pixel size in the y dimension in mm
3572config.detectorList[54].pixelSize_y=0.01
3574# Transpose the pixel grid before orienting in focal plane?
3575config.detectorList[54].transposeDetector=False
3577# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3578config.detectorList[54].crosstalk=None
3580config.detectorList[55]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3581config.detectorList[55].transformDict.transforms=None
3582# Name of reference coordinate system
3583config.detectorList[55].transformDict.nativeSys='Pixels'
3585# Name of detector slot
3586config.detectorList[55].name='R:1,2 S:0,2'
3588# ID of detector slot
3589config.detectorList[55].id=1202
3591# x0 of pixel bounding box
3592config.detectorList[55].bbox_x0=0
3594# y0 of pixel bounding box
3595config.detectorList[55].bbox_y0=0
3597# x1 of pixel bounding box
3598config.detectorList[55].bbox_x1=4071
3600# y1 of pixel bounding box
3601config.detectorList[55].bbox_y1=3999
3603# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3604config.detectorList[55].detectorType=0
3606# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3607config.detectorList[55].physicalType='CCD'
3609# Serial string associated with this specific detector
3610config.detectorList[55].serial='R12_S02_v3.4.2'
3612# x offset from the origin of the camera in mm in the transposed system.
3613config.detectorList[55].offset_x=-169.237702
3615# y offset from the origin of the camera in mm in the transposed system.
3616config.detectorList[55].offset_y=42.244065
3618# x position of the reference point in the detector in pixels in transposed coordinates.
3619config.detectorList[55].refpos_x=2035.5
3621# y position of the reference point in the detector in pixels in transposed coordinates.
3622config.detectorList[55].refpos_y=1999.5
3624# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3625config.detectorList[55].yawDeg=90.00275
3627# pitch (rotation about y) of the detector in degrees
3628config.detectorList[55].pitchDeg=0.0
3630# roll (rotation about x) of the detector in degrees
3631config.detectorList[55].rollDeg=0.0
3633# Pixel size in the x dimension in mm
3634config.detectorList[55].pixelSize_x=0.01
3636# Pixel size in the y dimension in mm
3637config.detectorList[55].pixelSize_y=0.01
3639# Transpose the pixel grid before orienting in focal plane?
3640config.detectorList[55].transposeDetector=False
3642# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3643config.detectorList[55].crosstalk=None
3645config.detectorList[56]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3646config.detectorList[56].transformDict.transforms=None
3647# Name of reference coordinate system
3648config.detectorList[56].transformDict.nativeSys='Pixels'
3650# Name of detector slot
3651config.detectorList[56].name='R:1,2 S:1,0'
3653# ID of detector slot
3654config.detectorList[56].id=1210
3656# x0 of pixel bounding box
3657config.detectorList[56].bbox_x0=0
3659# y0 of pixel bounding box
3660config.detectorList[56].bbox_y0=0
3662# x1 of pixel bounding box
3663config.detectorList[56].bbox_x1=4071
3665# y1 of pixel bounding box
3666config.detectorList[56].bbox_y1=3999
3668# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3669config.detectorList[56].detectorType=0
3671# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3672config.detectorList[56].physicalType='CCD'
3674# Serial string associated with this specific detector
3675config.detectorList[56].serial='R12_S10_v3.4.2'
3677# x offset from the origin of the camera in mm in the transposed system.
3678config.detectorList[56].offset_x=-126.993003
3680# y offset from the origin of the camera in mm in the transposed system.
3681config.detectorList[56].offset_y=-42.233555
3683# x position of the reference point in the detector in pixels in transposed coordinates.
3684config.detectorList[56].refpos_x=2035.5
3686# y position of the reference point in the detector in pixels in transposed coordinates.
3687config.detectorList[56].refpos_y=1999.5
3689# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3690config.detectorList[56].yawDeg=90.010542
3692# pitch (rotation about y) of the detector in degrees
3693config.detectorList[56].pitchDeg=0.0
3695# roll (rotation about x) of the detector in degrees
3696config.detectorList[56].rollDeg=0.0
3698# Pixel size in the x dimension in mm
3699config.detectorList[56].pixelSize_x=0.01
3701# Pixel size in the y dimension in mm
3702config.detectorList[56].pixelSize_y=0.01
3704# Transpose the pixel grid before orienting in focal plane?
3705config.detectorList[56].transposeDetector=False
3707# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3708config.detectorList[56].crosstalk=None
3710config.detectorList[57]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3711config.detectorList[57].transformDict.transforms=None
3712# Name of reference coordinate system
3713config.detectorList[57].transformDict.nativeSys='Pixels'
3715# Name of detector slot
3716config.detectorList[57].name='R:1,2 S:1,1'
3718# ID of detector slot
3719config.detectorList[57].id=1211
3721# x0 of pixel bounding box
3722config.detectorList[57].bbox_x0=0
3724# y0 of pixel bounding box
3725config.detectorList[57].bbox_y0=0
3727# x1 of pixel bounding box
3728config.detectorList[57].bbox_x1=4071
3730# y1 of pixel bounding box
3731config.detectorList[57].bbox_y1=3999
3733# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3734config.detectorList[57].detectorType=0
3736# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3737config.detectorList[57].physicalType='CCD'
3739# Serial string associated with this specific detector
3740config.detectorList[57].serial='R12_S11_v3.4.2'
3742# x offset from the origin of the camera in mm in the transposed system.
3743config.detectorList[57].offset_x=-126.966
3745# y offset from the origin of the camera in mm in the transposed system.
3746config.detectorList[57].offset_y=0.022974
3748# x position of the reference point in the detector in pixels in transposed coordinates.
3749config.detectorList[57].refpos_x=2035.5
3751# y position of the reference point in the detector in pixels in transposed coordinates.
3752config.detectorList[57].refpos_y=1999.5
3754# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3755config.detectorList[57].yawDeg=90.0
3757# pitch (rotation about y) of the detector in degrees
3758config.detectorList[57].pitchDeg=0.0
3760# roll (rotation about x) of the detector in degrees
3761config.detectorList[57].rollDeg=0.0
3763# Pixel size in the x dimension in mm
3764config.detectorList[57].pixelSize_x=0.01
3766# Pixel size in the y dimension in mm
3767config.detectorList[57].pixelSize_y=0.01
3769# Transpose the pixel grid before orienting in focal plane?
3770config.detectorList[57].transposeDetector=False
3772# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3773config.detectorList[57].crosstalk=None
3775config.detectorList[58]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3776config.detectorList[58].transformDict.transforms=None
3777# Name of reference coordinate system
3778config.detectorList[58].transformDict.nativeSys='Pixels'
3780# Name of detector slot
3781config.detectorList[58].name='R:1,2 S:1,2'
3783# ID of detector slot
3784config.detectorList[58].id=1212
3786# x0 of pixel bounding box
3787config.detectorList[58].bbox_x0=0
3789# y0 of pixel bounding box
3790config.detectorList[58].bbox_y0=0
3792# x1 of pixel bounding box
3793config.detectorList[58].bbox_x1=4071
3795# y1 of pixel bounding box
3796config.detectorList[58].bbox_y1=3999
3798# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3799config.detectorList[58].detectorType=0
3801# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3802config.detectorList[58].physicalType='CCD'
3804# Serial string associated with this specific detector
3805config.detectorList[58].serial='R12_S12_v3.4.2'
3807# x offset from the origin of the camera in mm in the transposed system.
3808config.detectorList[58].offset_x=-127.00501
3810# y offset from the origin of the camera in mm in the transposed system.
3811config.detectorList[58].offset_y=42.297893
3813# x position of the reference point in the detector in pixels in transposed coordinates.
3814config.detectorList[58].refpos_x=2035.5
3816# y position of the reference point in the detector in pixels in transposed coordinates.
3817config.detectorList[58].refpos_y=1999.5
3819# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3820config.detectorList[58].yawDeg=90.007162
3822# pitch (rotation about y) of the detector in degrees
3823config.detectorList[58].pitchDeg=0.0
3825# roll (rotation about x) of the detector in degrees
3826config.detectorList[58].rollDeg=0.0
3828# Pixel size in the x dimension in mm
3829config.detectorList[58].pixelSize_x=0.01
3831# Pixel size in the y dimension in mm
3832config.detectorList[58].pixelSize_y=0.01
3834# Transpose the pixel grid before orienting in focal plane?
3835config.detectorList[58].transposeDetector=False
3837# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3838config.detectorList[58].crosstalk=None
3840config.detectorList[59]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3841config.detectorList[59].transformDict.transforms=None
3842# Name of reference coordinate system
3843config.detectorList[59].transformDict.nativeSys='Pixels'
3845# Name of detector slot
3846config.detectorList[59].name='R:1,2 S:2,0'
3848# ID of detector slot
3849config.detectorList[59].id=1220
3851# x0 of pixel bounding box
3852config.detectorList[59].bbox_x0=0
3854# y0 of pixel bounding box
3855config.detectorList[59].bbox_y0=0
3857# x1 of pixel bounding box
3858config.detectorList[59].bbox_x1=4071
3860# y1 of pixel bounding box
3861config.detectorList[59].bbox_y1=3999
3863# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3864config.detectorList[59].detectorType=0
3866# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3867config.detectorList[59].physicalType='CCD'
3869# Serial string associated with this specific detector
3870config.detectorList[59].serial='R12_S20_v3.4.2'
3872# x offset from the origin of the camera in mm in the transposed system.
3873config.detectorList[59].offset_x=-84.729812
3875# y offset from the origin of the camera in mm in the transposed system.
3876config.detectorList[59].offset_y=-42.202938
3878# x position of the reference point in the detector in pixels in transposed coordinates.
3879config.detectorList[59].refpos_x=2035.5
3881# y position of the reference point in the detector in pixels in transposed coordinates.
3882config.detectorList[59].refpos_y=1999.5
3884# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3885config.detectorList[59].yawDeg=90.015012
3887# pitch (rotation about y) of the detector in degrees
3888config.detectorList[59].pitchDeg=0.0
3890# roll (rotation about x) of the detector in degrees
3891config.detectorList[59].rollDeg=0.0
3893# Pixel size in the x dimension in mm
3894config.detectorList[59].pixelSize_x=0.01
3896# Pixel size in the y dimension in mm
3897config.detectorList[59].pixelSize_y=0.01
3899# Transpose the pixel grid before orienting in focal plane?
3900config.detectorList[59].transposeDetector=False
3902# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3903config.detectorList[59].crosstalk=None
3905config.detectorList[60]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3906config.detectorList[60].transformDict.transforms=None
3907# Name of reference coordinate system
3908config.detectorList[60].transformDict.nativeSys='Pixels'
3910# Name of detector slot
3911config.detectorList[60].name='R:1,2 S:2,1'
3913# ID of detector slot
3914config.detectorList[60].id=1221
3916# x0 of pixel bounding box
3917config.detectorList[60].bbox_x0=0
3919# y0 of pixel bounding box
3920config.detectorList[60].bbox_y0=0
3922# x1 of pixel bounding box
3923config.detectorList[60].bbox_x1=4071
3925# y1 of pixel bounding box
3926config.detectorList[60].bbox_y1=3999
3928# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3929config.detectorList[60].detectorType=0
3931# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3932config.detectorList[60].physicalType='CCD'
3934# Serial string associated with this specific detector
3935config.detectorList[60].serial='R12_S21_v3.4.2'
3937# x offset from the origin of the camera in mm in the transposed system.
3938config.detectorList[60].offset_x=-84.718392
3940# y offset from the origin of the camera in mm in the transposed system.
3941config.detectorList[60].offset_y=0.036997
3943# x position of the reference point in the detector in pixels in transposed coordinates.
3944config.detectorList[60].refpos_x=2035.5
3946# y position of the reference point in the detector in pixels in transposed coordinates.
3947config.detectorList[60].refpos_y=1999.5
3949# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
3950config.detectorList[60].yawDeg=89.990031
3952# pitch (rotation about y) of the detector in degrees
3953config.detectorList[60].pitchDeg=0.0
3955# roll (rotation about x) of the detector in degrees
3956config.detectorList[60].rollDeg=0.0
3958# Pixel size in the x dimension in mm
3959config.detectorList[60].pixelSize_x=0.01
3961# Pixel size in the y dimension in mm
3962config.detectorList[60].pixelSize_y=0.01
3964# Transpose the pixel grid before orienting in focal plane?
3965config.detectorList[60].transposeDetector=False
3967# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
3968config.detectorList[60].crosstalk=None
3970config.detectorList[61]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
3971config.detectorList[61].transformDict.transforms=None
3972# Name of reference coordinate system
3973config.detectorList[61].transformDict.nativeSys='Pixels'
3975# Name of detector slot
3976config.detectorList[61].name='R:1,2 S:2,2'
3978# ID of detector slot
3979config.detectorList[61].id=1222
3981# x0 of pixel bounding box
3982config.detectorList[61].bbox_x0=0
3984# y0 of pixel bounding box
3985config.detectorList[61].bbox_y0=0
3987# x1 of pixel bounding box
3988config.detectorList[61].bbox_x1=4071
3990# y1 of pixel bounding box
3991config.detectorList[61].bbox_y1=3999
3993# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
3994config.detectorList[61].detectorType=0
3996# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
3997config.detectorList[61].physicalType='CCD'
3999# Serial string associated with this specific detector
4000config.detectorList[61].serial='R12_S22_v3.4.2'
4002# x offset from the origin of the camera in mm in the transposed system.
4003config.detectorList[61].offset_x=-84.74855
4005# y offset from the origin of the camera in mm in the transposed system.
4006config.detectorList[61].offset_y=42.217021
4008# x position of the reference point in the detector in pixels in transposed coordinates.
4009config.detectorList[61].refpos_x=2035.5
4011# y position of the reference point in the detector in pixels in transposed coordinates.
4012config.detectorList[61].refpos_y=1999.5
4014# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4015config.detectorList[61].yawDeg=90.011344
4017# pitch (rotation about y) of the detector in degrees
4018config.detectorList[61].pitchDeg=0.0
4020# roll (rotation about x) of the detector in degrees
4021config.detectorList[61].rollDeg=0.0
4023# Pixel size in the x dimension in mm
4024config.detectorList[61].pixelSize_x=0.01
4026# Pixel size in the y dimension in mm
4027config.detectorList[61].pixelSize_y=0.01
4029# Transpose the pixel grid before orienting in focal plane?
4030config.detectorList[61].transposeDetector=False
4032# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4033config.detectorList[61].crosstalk=None
4035config.detectorList[62]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4036config.detectorList[62].transformDict.transforms=None
4037# Name of reference coordinate system
4038config.detectorList[62].transformDict.nativeSys='Pixels'
4040# Name of detector slot
4041config.detectorList[62].name='R:1,3 S:0,0'
4043# ID of detector slot
4044config.detectorList[62].id=1300
4046# x0 of pixel bounding box
4047config.detectorList[62].bbox_x0=0
4049# y0 of pixel bounding box
4050config.detectorList[62].bbox_y0=0
4052# x1 of pixel bounding box
4053config.detectorList[62].bbox_x1=4071
4055# y1 of pixel bounding box
4056config.detectorList[62].bbox_y1=3999
4058# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4059config.detectorList[62].detectorType=0
4061# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4062config.detectorList[62].physicalType='CCD'
4064# Serial string associated with this specific detector
4065config.detectorList[62].serial='R13_S00_v3.4.2'
4067# x offset from the origin of the camera in mm in the transposed system.
4068config.detectorList[62].offset_x=-169.345595
4070# y offset from the origin of the camera in mm in the transposed system.
4071config.detectorList[62].offset_y=84.716744
4073# x position of the reference point in the detector in pixels in transposed coordinates.
4074config.detectorList[62].refpos_x=2035.5
4076# y position of the reference point in the detector in pixels in transposed coordinates.
4077config.detectorList[62].refpos_y=1999.5
4079# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4080config.detectorList[62].yawDeg=89.984587
4082# pitch (rotation about y) of the detector in degrees
4083config.detectorList[62].pitchDeg=0.0
4085# roll (rotation about x) of the detector in degrees
4086config.detectorList[62].rollDeg=0.0
4088# Pixel size in the x dimension in mm
4089config.detectorList[62].pixelSize_x=0.01
4091# Pixel size in the y dimension in mm
4092config.detectorList[62].pixelSize_y=0.01
4094# Transpose the pixel grid before orienting in focal plane?
4095config.detectorList[62].transposeDetector=False
4097# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4098config.detectorList[62].crosstalk=None
4100config.detectorList[63]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4101config.detectorList[63].transformDict.transforms=None
4102# Name of reference coordinate system
4103config.detectorList[63].transformDict.nativeSys='Pixels'
4105# Name of detector slot
4106config.detectorList[63].name='R:1,3 S:0,1'
4108# ID of detector slot
4109config.detectorList[63].id=1301
4111# x0 of pixel bounding box
4112config.detectorList[63].bbox_x0=0
4114# y0 of pixel bounding box
4115config.detectorList[63].bbox_y0=0
4117# x1 of pixel bounding box
4118config.detectorList[63].bbox_x1=4071
4120# y1 of pixel bounding box
4121config.detectorList[63].bbox_y1=3999
4123# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4124config.detectorList[63].detectorType=0
4126# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4127config.detectorList[63].physicalType='CCD'
4129# Serial string associated with this specific detector
4130config.detectorList[63].serial='R13_S01_v3.4.2'
4132# x offset from the origin of the camera in mm in the transposed system.
4133config.detectorList[63].offset_x=-169.293396
4135# y offset from the origin of the camera in mm in the transposed system.
4136config.detectorList[63].offset_y=126.958015
4138# x position of the reference point in the detector in pixels in transposed coordinates.
4139config.detectorList[63].refpos_x=2035.5
4141# y position of the reference point in the detector in pixels in transposed coordinates.
4142config.detectorList[63].refpos_y=1999.5
4144# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4145config.detectorList[63].yawDeg=89.99364
4147# pitch (rotation about y) of the detector in degrees
4148config.detectorList[63].pitchDeg=0.0
4150# roll (rotation about x) of the detector in degrees
4151config.detectorList[63].rollDeg=0.0
4153# Pixel size in the x dimension in mm
4154config.detectorList[63].pixelSize_x=0.01
4156# Pixel size in the y dimension in mm
4157config.detectorList[63].pixelSize_y=0.01
4159# Transpose the pixel grid before orienting in focal plane?
4160config.detectorList[63].transposeDetector=False
4162# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4163config.detectorList[63].crosstalk=None
4165config.detectorList[64]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4166config.detectorList[64].transformDict.transforms=None
4167# Name of reference coordinate system
4168config.detectorList[64].transformDict.nativeSys='Pixels'
4170# Name of detector slot
4171config.detectorList[64].name='R:1,3 S:0,2'
4173# ID of detector slot
4174config.detectorList[64].id=1302
4176# x0 of pixel bounding box
4177config.detectorList[64].bbox_x0=0
4179# y0 of pixel bounding box
4180config.detectorList[64].bbox_y0=0
4182# x1 of pixel bounding box
4183config.detectorList[64].bbox_x1=4071
4185# y1 of pixel bounding box
4186config.detectorList[64].bbox_y1=3999
4188# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4189config.detectorList[64].detectorType=0
4191# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4192config.detectorList[64].physicalType='CCD'
4194# Serial string associated with this specific detector
4195config.detectorList[64].serial='R13_S02_v3.4.2'
4197# x offset from the origin of the camera in mm in the transposed system.
4198config.detectorList[64].offset_x=-169.262939
4200# y offset from the origin of the camera in mm in the transposed system.
4201config.detectorList[64].offset_y=169.232681
4203# x position of the reference point in the detector in pixels in transposed coordinates.
4204config.detectorList[64].refpos_x=2035.5
4206# y position of the reference point in the detector in pixels in transposed coordinates.
4207config.detectorList[64].refpos_y=1999.5
4209# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4210config.detectorList[64].yawDeg=89.979775
4212# pitch (rotation about y) of the detector in degrees
4213config.detectorList[64].pitchDeg=0.0
4215# roll (rotation about x) of the detector in degrees
4216config.detectorList[64].rollDeg=0.0
4218# Pixel size in the x dimension in mm
4219config.detectorList[64].pixelSize_x=0.01
4221# Pixel size in the y dimension in mm
4222config.detectorList[64].pixelSize_y=0.01
4224# Transpose the pixel grid before orienting in focal plane?
4225config.detectorList[64].transposeDetector=False
4227# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4228config.detectorList[64].crosstalk=None
4230config.detectorList[65]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4231config.detectorList[65].transformDict.transforms=None
4232# Name of reference coordinate system
4233config.detectorList[65].transformDict.nativeSys='Pixels'
4235# Name of detector slot
4236config.detectorList[65].name='R:1,3 S:1,0'
4238# ID of detector slot
4239config.detectorList[65].id=1310
4241# x0 of pixel bounding box
4242config.detectorList[65].bbox_x0=0
4244# y0 of pixel bounding box
4245config.detectorList[65].bbox_y0=0
4247# x1 of pixel bounding box
4248config.detectorList[65].bbox_x1=4071
4250# y1 of pixel bounding box
4251config.detectorList[65].bbox_y1=3999
4253# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4254config.detectorList[65].detectorType=0
4256# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4257config.detectorList[65].physicalType='CCD'
4259# Serial string associated with this specific detector
4260config.detectorList[65].serial='R13_S10_v3.4.2'
4262# x offset from the origin of the camera in mm in the transposed system.
4263config.detectorList[65].offset_x=-127.100465
4265# y offset from the origin of the camera in mm in the transposed system.
4266config.detectorList[65].offset_y=84.794974
4268# x position of the reference point in the detector in pixels in transposed coordinates.
4269config.detectorList[65].refpos_x=2035.5
4271# y position of the reference point in the detector in pixels in transposed coordinates.
4272config.detectorList[65].refpos_y=1999.5
4274# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4275config.detectorList[65].yawDeg=89.981436
4277# pitch (rotation about y) of the detector in degrees
4278config.detectorList[65].pitchDeg=0.0
4280# roll (rotation about x) of the detector in degrees
4281config.detectorList[65].rollDeg=0.0
4283# Pixel size in the x dimension in mm
4284config.detectorList[65].pixelSize_x=0.01
4286# Pixel size in the y dimension in mm
4287config.detectorList[65].pixelSize_y=0.01
4289# Transpose the pixel grid before orienting in focal plane?
4290config.detectorList[65].transposeDetector=False
4292# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4293config.detectorList[65].crosstalk=None
4295config.detectorList[66]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4296config.detectorList[66].transformDict.transforms=None
4297# Name of reference coordinate system
4298config.detectorList[66].transformDict.nativeSys='Pixels'
4300# Name of detector slot
4301config.detectorList[66].name='R:1,3 S:1,1'
4303# ID of detector slot
4304config.detectorList[66].id=1311
4306# x0 of pixel bounding box
4307config.detectorList[66].bbox_x0=0
4309# y0 of pixel bounding box
4310config.detectorList[66].bbox_y0=0
4312# x1 of pixel bounding box
4313config.detectorList[66].bbox_x1=4071
4315# y1 of pixel bounding box
4316config.detectorList[66].bbox_y1=3999
4318# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4319config.detectorList[66].detectorType=0
4321# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4322config.detectorList[66].physicalType='CCD'
4324# Serial string associated with this specific detector
4325config.detectorList[66].serial='R13_S11_v3.4.2'
4327# x offset from the origin of the camera in mm in the transposed system.
4328config.detectorList[66].offset_x=-127.051354
4330# y offset from the origin of the camera in mm in the transposed system.
4331config.detectorList[66].offset_y=127.002875
4333# x position of the reference point in the detector in pixels in transposed coordinates.
4334config.detectorList[66].refpos_x=2035.5
4336# y position of the reference point in the detector in pixels in transposed coordinates.
4337config.detectorList[66].refpos_y=1999.5
4339# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4340config.detectorList[66].yawDeg=89.99152
4342# pitch (rotation about y) of the detector in degrees
4343config.detectorList[66].pitchDeg=0.0
4345# roll (rotation about x) of the detector in degrees
4346config.detectorList[66].rollDeg=0.0
4348# Pixel size in the x dimension in mm
4349config.detectorList[66].pixelSize_x=0.01
4351# Pixel size in the y dimension in mm
4352config.detectorList[66].pixelSize_y=0.01
4354# Transpose the pixel grid before orienting in focal plane?
4355config.detectorList[66].transposeDetector=False
4357# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4358config.detectorList[66].crosstalk=None
4360config.detectorList[67]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4361config.detectorList[67].transformDict.transforms=None
4362# Name of reference coordinate system
4363config.detectorList[67].transformDict.nativeSys='Pixels'
4365# Name of detector slot
4366config.detectorList[67].name='R:1,3 S:1,2'
4368# ID of detector slot
4369config.detectorList[67].id=1312
4371# x0 of pixel bounding box
4372config.detectorList[67].bbox_x0=0
4374# y0 of pixel bounding box
4375config.detectorList[67].bbox_y0=0
4377# x1 of pixel bounding box
4378config.detectorList[67].bbox_x1=4071
4380# y1 of pixel bounding box
4381config.detectorList[67].bbox_y1=3999
4383# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4384config.detectorList[67].detectorType=0
4386# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4387config.detectorList[67].physicalType='CCD'
4389# Serial string associated with this specific detector
4390config.detectorList[67].serial='R13_S12_v3.4.2'
4392# x offset from the origin of the camera in mm in the transposed system.
4393config.detectorList[67].offset_x=-127.084229
4395# y offset from the origin of the camera in mm in the transposed system.
4396config.detectorList[67].offset_y=169.235687
4398# x position of the reference point in the detector in pixels in transposed coordinates.
4399config.detectorList[67].refpos_x=2035.5
4401# y position of the reference point in the detector in pixels in transposed coordinates.
4402config.detectorList[67].refpos_y=1999.5
4404# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4405config.detectorList[67].yawDeg=89.995646
4407# pitch (rotation about y) of the detector in degrees
4408config.detectorList[67].pitchDeg=0.0
4410# roll (rotation about x) of the detector in degrees
4411config.detectorList[67].rollDeg=0.0
4413# Pixel size in the x dimension in mm
4414config.detectorList[67].pixelSize_x=0.01
4416# Pixel size in the y dimension in mm
4417config.detectorList[67].pixelSize_y=0.01
4419# Transpose the pixel grid before orienting in focal plane?
4420config.detectorList[67].transposeDetector=False
4422# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4423config.detectorList[67].crosstalk=None
4425config.detectorList[68]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4426config.detectorList[68].transformDict.transforms=None
4427# Name of reference coordinate system
4428config.detectorList[68].transformDict.nativeSys='Pixels'
4430# Name of detector slot
4431config.detectorList[68].name='R:1,3 S:2,0'
4433# ID of detector slot
4434config.detectorList[68].id=1320
4436# x0 of pixel bounding box
4437config.detectorList[68].bbox_x0=0
4439# y0 of pixel bounding box
4440config.detectorList[68].bbox_y0=0
4442# x1 of pixel bounding box
4443config.detectorList[68].bbox_x1=4071
4445# y1 of pixel bounding box
4446config.detectorList[68].bbox_y1=3999
4448# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4449config.detectorList[68].detectorType=0
4451# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4452config.detectorList[68].physicalType='CCD'
4454# Serial string associated with this specific detector
4455config.detectorList[68].serial='R13_S20_v3.4.2'
4457# x offset from the origin of the camera in mm in the transposed system.
4458config.detectorList[68].offset_x=-84.793419
4460# y offset from the origin of the camera in mm in the transposed system.
4461config.detectorList[68].offset_y=84.760047
4463# x position of the reference point in the detector in pixels in transposed coordinates.
4464config.detectorList[68].refpos_x=2035.5
4466# y position of the reference point in the detector in pixels in transposed coordinates.
4467config.detectorList[68].refpos_y=1999.5
4469# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4470config.detectorList[68].yawDeg=89.994671
4472# pitch (rotation about y) of the detector in degrees
4473config.detectorList[68].pitchDeg=0.0
4475# roll (rotation about x) of the detector in degrees
4476config.detectorList[68].rollDeg=0.0
4478# Pixel size in the x dimension in mm
4479config.detectorList[68].pixelSize_x=0.01
4481# Pixel size in the y dimension in mm
4482config.detectorList[68].pixelSize_y=0.01
4484# Transpose the pixel grid before orienting in focal plane?
4485config.detectorList[68].transposeDetector=False
4487# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4488config.detectorList[68].crosstalk=None
4490config.detectorList[69]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4491config.detectorList[69].transformDict.transforms=None
4492# Name of reference coordinate system
4493config.detectorList[69].transformDict.nativeSys='Pixels'
4495# Name of detector slot
4496config.detectorList[69].name='R:1,3 S:2,1'
4498# ID of detector slot
4499config.detectorList[69].id=1321
4501# x0 of pixel bounding box
4502config.detectorList[69].bbox_x0=0
4504# y0 of pixel bounding box
4505config.detectorList[69].bbox_y0=0
4507# x1 of pixel bounding box
4508config.detectorList[69].bbox_x1=4071
4510# y1 of pixel bounding box
4511config.detectorList[69].bbox_y1=3999
4513# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4514config.detectorList[69].detectorType=0
4516# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4517config.detectorList[69].physicalType='CCD'
4519# Serial string associated with this specific detector
4520config.detectorList[69].serial='R13_S21_v3.4.2'
4522# x offset from the origin of the camera in mm in the transposed system.
4523config.detectorList[69].offset_x=-84.755654
4525# y offset from the origin of the camera in mm in the transposed system.
4526config.detectorList[69].offset_y=127.037964
4528# x position of the reference point in the detector in pixels in transposed coordinates.
4529config.detectorList[69].refpos_x=2035.5
4531# y position of the reference point in the detector in pixels in transposed coordinates.
4532config.detectorList[69].refpos_y=1999.5
4534# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4535config.detectorList[69].yawDeg=89.999713
4537# pitch (rotation about y) of the detector in degrees
4538config.detectorList[69].pitchDeg=0.0
4540# roll (rotation about x) of the detector in degrees
4541config.detectorList[69].rollDeg=0.0
4543# Pixel size in the x dimension in mm
4544config.detectorList[69].pixelSize_x=0.01
4546# Pixel size in the y dimension in mm
4547config.detectorList[69].pixelSize_y=0.01
4549# Transpose the pixel grid before orienting in focal plane?
4550config.detectorList[69].transposeDetector=False
4552# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4553config.detectorList[69].crosstalk=None
4555config.detectorList[70]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4556config.detectorList[70].transformDict.transforms=None
4557# Name of reference coordinate system
4558config.detectorList[70].transformDict.nativeSys='Pixels'
4560# Name of detector slot
4561config.detectorList[70].name='R:1,3 S:2,2'
4563# ID of detector slot
4564config.detectorList[70].id=1322
4566# x0 of pixel bounding box
4567config.detectorList[70].bbox_x0=0
4569# y0 of pixel bounding box
4570config.detectorList[70].bbox_y0=0
4572# x1 of pixel bounding box
4573config.detectorList[70].bbox_x1=4071
4575# y1 of pixel bounding box
4576config.detectorList[70].bbox_y1=3999
4578# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4579config.detectorList[70].detectorType=0
4581# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4582config.detectorList[70].physicalType='CCD'
4584# Serial string associated with this specific detector
4585config.detectorList[70].serial='R13_S22_v3.4.2'
4587# x offset from the origin of the camera in mm in the transposed system.
4588config.detectorList[70].offset_x=-84.814384
4590# y offset from the origin of the camera in mm in the transposed system.
4591config.detectorList[70].offset_y=169.230225
4593# x position of the reference point in the detector in pixels in transposed coordinates.
4594config.detectorList[70].refpos_x=2035.5
4596# y position of the reference point in the detector in pixels in transposed coordinates.
4597config.detectorList[70].refpos_y=1999.5
4599# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4600config.detectorList[70].yawDeg=90.002521
4602# pitch (rotation about y) of the detector in degrees
4603config.detectorList[70].pitchDeg=0.0
4605# roll (rotation about x) of the detector in degrees
4606config.detectorList[70].rollDeg=0.0
4608# Pixel size in the x dimension in mm
4609config.detectorList[70].pixelSize_x=0.01
4611# Pixel size in the y dimension in mm
4612config.detectorList[70].pixelSize_y=0.01
4614# Transpose the pixel grid before orienting in focal plane?
4615config.detectorList[70].transposeDetector=False
4617# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4618config.detectorList[70].crosstalk=None
4620config.detectorList[71]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4621config.detectorList[71].transformDict.transforms=None
4622# Name of reference coordinate system
4623config.detectorList[71].transformDict.nativeSys='Pixels'
4625# Name of detector slot
4626config.detectorList[71].name='R:1,4 S:0,0'
4628# ID of detector slot
4629config.detectorList[71].id=1400
4631# x0 of pixel bounding box
4632config.detectorList[71].bbox_x0=0
4634# y0 of pixel bounding box
4635config.detectorList[71].bbox_y0=0
4637# x1 of pixel bounding box
4638config.detectorList[71].bbox_x1=4071
4640# y1 of pixel bounding box
4641config.detectorList[71].bbox_y1=3999
4643# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4644config.detectorList[71].detectorType=0
4646# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4647config.detectorList[71].physicalType='CCD'
4649# Serial string associated with this specific detector
4650config.detectorList[71].serial='R14_S00_v3.4.2'
4652# x offset from the origin of the camera in mm in the transposed system.
4653config.detectorList[71].offset_x=-169.211426
4655# y offset from the origin of the camera in mm in the transposed system.
4656config.detectorList[71].offset_y=211.752762
4658# x position of the reference point in the detector in pixels in transposed coordinates.
4659config.detectorList[71].refpos_x=2035.5
4661# y position of the reference point in the detector in pixels in transposed coordinates.
4662config.detectorList[71].refpos_y=1999.5
4664# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4665config.detectorList[71].yawDeg=90.009969
4667# pitch (rotation about y) of the detector in degrees
4668config.detectorList[71].pitchDeg=0.0
4670# roll (rotation about x) of the detector in degrees
4671config.detectorList[71].rollDeg=0.0
4673# Pixel size in the x dimension in mm
4674config.detectorList[71].pixelSize_x=0.01
4676# Pixel size in the y dimension in mm
4677config.detectorList[71].pixelSize_y=0.01
4679# Transpose the pixel grid before orienting in focal plane?
4680config.detectorList[71].transposeDetector=False
4682# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4683config.detectorList[71].crosstalk=None
4685config.detectorList[72]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4686config.detectorList[72].transformDict.transforms=None
4687# Name of reference coordinate system
4688config.detectorList[72].transformDict.nativeSys='Pixels'
4690# Name of detector slot
4691config.detectorList[72].name='R:1,4 S:0,1'
4693# ID of detector slot
4694config.detectorList[72].id=1401
4696# x0 of pixel bounding box
4697config.detectorList[72].bbox_x0=0
4699# y0 of pixel bounding box
4700config.detectorList[72].bbox_y0=0
4702# x1 of pixel bounding box
4703config.detectorList[72].bbox_x1=4071
4705# y1 of pixel bounding box
4706config.detectorList[72].bbox_y1=3999
4708# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4709config.detectorList[72].detectorType=0
4711# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4712config.detectorList[72].physicalType='CCD'
4714# Serial string associated with this specific detector
4715config.detectorList[72].serial='R14_S01_v3.4.2'
4717# x offset from the origin of the camera in mm in the transposed system.
4718config.detectorList[72].offset_x=-169.223723
4720# y offset from the origin of the camera in mm in the transposed system.
4721config.detectorList[72].offset_y=254.003076
4723# x position of the reference point in the detector in pixels in transposed coordinates.
4724config.detectorList[72].refpos_x=2035.5
4726# y position of the reference point in the detector in pixels in transposed coordinates.
4727config.detectorList[72].refpos_y=1999.5
4729# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4730config.detectorList[72].yawDeg=90.022632
4732# pitch (rotation about y) of the detector in degrees
4733config.detectorList[72].pitchDeg=0.0
4735# roll (rotation about x) of the detector in degrees
4736config.detectorList[72].rollDeg=0.0
4738# Pixel size in the x dimension in mm
4739config.detectorList[72].pixelSize_x=0.01
4741# Pixel size in the y dimension in mm
4742config.detectorList[72].pixelSize_y=0.01
4744# Transpose the pixel grid before orienting in focal plane?
4745config.detectorList[72].transposeDetector=False
4747# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4748config.detectorList[72].crosstalk=None
4750config.detectorList[73]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4751config.detectorList[73].transformDict.transforms=None
4752# Name of reference coordinate system
4753config.detectorList[73].transformDict.nativeSys='Pixels'
4755# Name of detector slot
4756config.detectorList[73].name='R:1,4 S:0,2'
4758# ID of detector slot
4759config.detectorList[73].id=1402
4761# x0 of pixel bounding box
4762config.detectorList[73].bbox_x0=0
4764# y0 of pixel bounding box
4765config.detectorList[73].bbox_y0=0
4767# x1 of pixel bounding box
4768config.detectorList[73].bbox_x1=4071
4770# y1 of pixel bounding box
4771config.detectorList[73].bbox_y1=3999
4773# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4774config.detectorList[73].detectorType=0
4776# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4777config.detectorList[73].physicalType='CCD'
4779# Serial string associated with this specific detector
4780config.detectorList[73].serial='R14_S02_v3.4.2'
4782# x offset from the origin of the camera in mm in the transposed system.
4783config.detectorList[73].offset_x=-169.262192
4785# y offset from the origin of the camera in mm in the transposed system.
4786config.detectorList[73].offset_y=296.28015
4788# x position of the reference point in the detector in pixels in transposed coordinates.
4789config.detectorList[73].refpos_x=2035.5
4791# y position of the reference point in the detector in pixels in transposed coordinates.
4792config.detectorList[73].refpos_y=1999.5
4794# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4795config.detectorList[73].yawDeg=90.006016
4797# pitch (rotation about y) of the detector in degrees
4798config.detectorList[73].pitchDeg=0.0
4800# roll (rotation about x) of the detector in degrees
4801config.detectorList[73].rollDeg=0.0
4803# Pixel size in the x dimension in mm
4804config.detectorList[73].pixelSize_x=0.01
4806# Pixel size in the y dimension in mm
4807config.detectorList[73].pixelSize_y=0.01
4809# Transpose the pixel grid before orienting in focal plane?
4810config.detectorList[73].transposeDetector=False
4812# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4813config.detectorList[73].crosstalk=None
4815config.detectorList[74]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4816config.detectorList[74].transformDict.transforms=None
4817# Name of reference coordinate system
4818config.detectorList[74].transformDict.nativeSys='Pixels'
4820# Name of detector slot
4821config.detectorList[74].name='R:1,4 S:1,0'
4823# ID of detector slot
4824config.detectorList[74].id=1410
4826# x0 of pixel bounding box
4827config.detectorList[74].bbox_x0=0
4829# y0 of pixel bounding box
4830config.detectorList[74].bbox_y0=0
4832# x1 of pixel bounding box
4833config.detectorList[74].bbox_x1=4071
4835# y1 of pixel bounding box
4836config.detectorList[74].bbox_y1=3999
4838# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4839config.detectorList[74].detectorType=0
4841# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4842config.detectorList[74].physicalType='CCD'
4844# Serial string associated with this specific detector
4845config.detectorList[74].serial='R14_S10_v3.4.2'
4847# x offset from the origin of the camera in mm in the transposed system.
4848config.detectorList[74].offset_x=-127.057588
4850# y offset from the origin of the camera in mm in the transposed system.
4851config.detectorList[74].offset_y=211.722671
4853# x position of the reference point in the detector in pixels in transposed coordinates.
4854config.detectorList[74].refpos_x=2035.5
4856# y position of the reference point in the detector in pixels in transposed coordinates.
4857config.detectorList[74].refpos_y=1999.5
4859# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4860config.detectorList[74].yawDeg=90.022861
4862# pitch (rotation about y) of the detector in degrees
4863config.detectorList[74].pitchDeg=0.0
4865# roll (rotation about x) of the detector in degrees
4866config.detectorList[74].rollDeg=0.0
4868# Pixel size in the x dimension in mm
4869config.detectorList[74].pixelSize_x=0.01
4871# Pixel size in the y dimension in mm
4872config.detectorList[74].pixelSize_y=0.01
4874# Transpose the pixel grid before orienting in focal plane?
4875config.detectorList[74].transposeDetector=False
4877# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4878config.detectorList[74].crosstalk=None
4880config.detectorList[75]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4881config.detectorList[75].transformDict.transforms=None
4882# Name of reference coordinate system
4883config.detectorList[75].transformDict.nativeSys='Pixels'
4885# Name of detector slot
4886config.detectorList[75].name='R:1,4 S:1,1'
4888# ID of detector slot
4889config.detectorList[75].id=1411
4891# x0 of pixel bounding box
4892config.detectorList[75].bbox_x0=0
4894# y0 of pixel bounding box
4895config.detectorList[75].bbox_y0=0
4897# x1 of pixel bounding box
4898config.detectorList[75].bbox_x1=4071
4900# y1 of pixel bounding box
4901config.detectorList[75].bbox_y1=3999
4903# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4904config.detectorList[75].detectorType=0
4906# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4907config.detectorList[75].physicalType='CCD'
4909# Serial string associated with this specific detector
4910config.detectorList[75].serial='R14_S11_v3.4.2'
4912# x offset from the origin of the camera in mm in the transposed system.
4913config.detectorList[75].offset_x=-127.01544
4915# y offset from the origin of the camera in mm in the transposed system.
4916config.detectorList[75].offset_y=254.041213
4918# x position of the reference point in the detector in pixels in transposed coordinates.
4919config.detectorList[75].refpos_x=2035.5
4921# y position of the reference point in the detector in pixels in transposed coordinates.
4922config.detectorList[75].refpos_y=1999.5
4924# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4925config.detectorList[75].yawDeg=89.999885
4927# pitch (rotation about y) of the detector in degrees
4928config.detectorList[75].pitchDeg=0.0
4930# roll (rotation about x) of the detector in degrees
4931config.detectorList[75].rollDeg=0.0
4933# Pixel size in the x dimension in mm
4934config.detectorList[75].pixelSize_x=0.01
4936# Pixel size in the y dimension in mm
4937config.detectorList[75].pixelSize_y=0.01
4939# Transpose the pixel grid before orienting in focal plane?
4940config.detectorList[75].transposeDetector=False
4942# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
4943config.detectorList[75].crosstalk=None
4945config.detectorList[76]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
4946config.detectorList[76].transformDict.transforms=None
4947# Name of reference coordinate system
4948config.detectorList[76].transformDict.nativeSys='Pixels'
4950# Name of detector slot
4951config.detectorList[76].name='R:1,4 S:1,2'
4953# ID of detector slot
4954config.detectorList[76].id=1412
4956# x0 of pixel bounding box
4957config.detectorList[76].bbox_x0=0
4959# y0 of pixel bounding box
4960config.detectorList[76].bbox_y0=0
4962# x1 of pixel bounding box
4963config.detectorList[76].bbox_x1=4071
4965# y1 of pixel bounding box
4966config.detectorList[76].bbox_y1=3999
4968# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
4969config.detectorList[76].detectorType=0
4971# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
4972config.detectorList[76].physicalType='CCD'
4974# Serial string associated with this specific detector
4975config.detectorList[76].serial='R14_S12_v3.4.2'
4977# x offset from the origin of the camera in mm in the transposed system.
4978config.detectorList[76].offset_x=-127.015488
4980# y offset from the origin of the camera in mm in the transposed system.
4981config.detectorList[76].offset_y=296.281922
4983# x position of the reference point in the detector in pixels in transposed coordinates.
4984config.detectorList[76].refpos_x=2035.5
4986# y position of the reference point in the detector in pixels in transposed coordinates.
4987config.detectorList[76].refpos_y=1999.5
4989# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
4990config.detectorList[76].yawDeg=90.006016
4992# pitch (rotation about y) of the detector in degrees
4993config.detectorList[76].pitchDeg=0.0
4995# roll (rotation about x) of the detector in degrees
4996config.detectorList[76].rollDeg=0.0
4998# Pixel size in the x dimension in mm
4999config.detectorList[76].pixelSize_x=0.01
5001# Pixel size in the y dimension in mm
5002config.detectorList[76].pixelSize_y=0.01
5004# Transpose the pixel grid before orienting in focal plane?
5005config.detectorList[76].transposeDetector=False
5007# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5008config.detectorList[76].crosstalk=None
5010config.detectorList[77]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5011config.detectorList[77].transformDict.transforms=None
5012# Name of reference coordinate system
5013config.detectorList[77].transformDict.nativeSys='Pixels'
5015# Name of detector slot
5016config.detectorList[77].name='R:1,4 S:2,0'
5018# ID of detector slot
5019config.detectorList[77].id=1420
5021# x0 of pixel bounding box
5022config.detectorList[77].bbox_x0=0
5024# y0 of pixel bounding box
5025config.detectorList[77].bbox_y0=0
5027# x1 of pixel bounding box
5028config.detectorList[77].bbox_x1=4071
5030# y1 of pixel bounding box
5031config.detectorList[77].bbox_y1=3999
5033# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5034config.detectorList[77].detectorType=0
5036# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5037config.detectorList[77].physicalType='CCD'
5039# Serial string associated with this specific detector
5040config.detectorList[77].serial='R14_S20_v3.4.2'
5042# x offset from the origin of the camera in mm in the transposed system.
5043config.detectorList[77].offset_x=-84.800004
5045# y offset from the origin of the camera in mm in the transposed system.
5046config.detectorList[77].offset_y=211.757812
5048# x position of the reference point in the detector in pixels in transposed coordinates.
5049config.detectorList[77].refpos_x=2035.5
5051# y position of the reference point in the detector in pixels in transposed coordinates.
5052config.detectorList[77].refpos_y=1999.5
5054# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5055config.detectorList[77].yawDeg=90.024236
5057# pitch (rotation about y) of the detector in degrees
5058config.detectorList[77].pitchDeg=0.0
5060# roll (rotation about x) of the detector in degrees
5061config.detectorList[77].rollDeg=0.0
5063# Pixel size in the x dimension in mm
5064config.detectorList[77].pixelSize_x=0.01
5066# Pixel size in the y dimension in mm
5067config.detectorList[77].pixelSize_y=0.01
5069# Transpose the pixel grid before orienting in focal plane?
5070config.detectorList[77].transposeDetector=False
5072# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5073config.detectorList[77].crosstalk=None
5075config.detectorList[78]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5076config.detectorList[78].transformDict.transforms=None
5077# Name of reference coordinate system
5078config.detectorList[78].transformDict.nativeSys='Pixels'
5080# Name of detector slot
5081config.detectorList[78].name='R:1,4 S:2,1'
5083# ID of detector slot
5084config.detectorList[78].id=1421
5086# x0 of pixel bounding box
5087config.detectorList[78].bbox_x0=0
5089# y0 of pixel bounding box
5090config.detectorList[78].bbox_y0=0
5092# x1 of pixel bounding box
5093config.detectorList[78].bbox_x1=4071
5095# y1 of pixel bounding box
5096config.detectorList[78].bbox_y1=3999
5098# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5099config.detectorList[78].detectorType=0
5101# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5102config.detectorList[78].physicalType='CCD'
5104# Serial string associated with this specific detector
5105config.detectorList[78].serial='R14_S21_v3.4.2'
5107# x offset from the origin of the camera in mm in the transposed system.
5108config.detectorList[78].offset_x=-84.777794
5110# y offset from the origin of the camera in mm in the transposed system.
5111config.detectorList[78].offset_y=254.008892
5113# x position of the reference point in the detector in pixels in transposed coordinates.
5114config.detectorList[78].refpos_x=2035.5
5116# y position of the reference point in the detector in pixels in transposed coordinates.
5117config.detectorList[78].refpos_y=1999.5
5119# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5120config.detectorList[78].yawDeg=90.020856
5122# pitch (rotation about y) of the detector in degrees
5123config.detectorList[78].pitchDeg=0.0
5125# roll (rotation about x) of the detector in degrees
5126config.detectorList[78].rollDeg=0.0
5128# Pixel size in the x dimension in mm
5129config.detectorList[78].pixelSize_x=0.01
5131# Pixel size in the y dimension in mm
5132config.detectorList[78].pixelSize_y=0.01
5134# Transpose the pixel grid before orienting in focal plane?
5135config.detectorList[78].transposeDetector=False
5137# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5138config.detectorList[78].crosstalk=None
5140config.detectorList[79]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5141config.detectorList[79].transformDict.transforms=None
5142# Name of reference coordinate system
5143config.detectorList[79].transformDict.nativeSys='Pixels'
5145# Name of detector slot
5146config.detectorList[79].name='R:1,4 S:2,2'
5148# ID of detector slot
5149config.detectorList[79].id=1422
5151# x0 of pixel bounding box
5152config.detectorList[79].bbox_x0=0
5154# y0 of pixel bounding box
5155config.detectorList[79].bbox_y0=0
5157# x1 of pixel bounding box
5158config.detectorList[79].bbox_x1=4071
5160# y1 of pixel bounding box
5161config.detectorList[79].bbox_y1=3999
5163# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5164config.detectorList[79].detectorType=0
5166# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5167config.detectorList[79].physicalType='CCD'
5169# Serial string associated with this specific detector
5170config.detectorList[79].serial='R14_S22_v3.4.2'
5172# x offset from the origin of the camera in mm in the transposed system.
5173config.detectorList[79].offset_x=-84.772445
5175# y offset from the origin of the camera in mm in the transposed system.
5176config.detectorList[79].offset_y=296.21927
5178# x position of the reference point in the detector in pixels in transposed coordinates.
5179config.detectorList[79].refpos_x=2035.5
5181# y position of the reference point in the detector in pixels in transposed coordinates.
5182config.detectorList[79].refpos_y=1999.5
5184# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5185config.detectorList[79].yawDeg=90.000516
5187# pitch (rotation about y) of the detector in degrees
5188config.detectorList[79].pitchDeg=0.0
5190# roll (rotation about x) of the detector in degrees
5191config.detectorList[79].rollDeg=0.0
5193# Pixel size in the x dimension in mm
5194config.detectorList[79].pixelSize_x=0.01
5196# Pixel size in the y dimension in mm
5197config.detectorList[79].pixelSize_y=0.01
5199# Transpose the pixel grid before orienting in focal plane?
5200config.detectorList[79].transposeDetector=False
5202# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5203config.detectorList[79].crosstalk=None
5205config.detectorList[80]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5206config.detectorList[80].transformDict.transforms=None
5207# Name of reference coordinate system
5208config.detectorList[80].transformDict.nativeSys='Pixels'
5210# Name of detector slot
5211config.detectorList[80].name='R:2,0 S:0,0'
5213# ID of detector slot
5214config.detectorList[80].id=2000
5216# x0 of pixel bounding box
5217config.detectorList[80].bbox_x0=0
5219# y0 of pixel bounding box
5220config.detectorList[80].bbox_y0=0
5222# x1 of pixel bounding box
5223config.detectorList[80].bbox_x1=4071
5225# y1 of pixel bounding box
5226config.detectorList[80].bbox_y1=3999
5228# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5229config.detectorList[80].detectorType=0
5231# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5232config.detectorList[80].physicalType='CCD'
5234# Serial string associated with this specific detector
5235config.detectorList[80].serial='R20_S00_v3.4.2'
5237# x offset from the origin of the camera in mm in the transposed system.
5238config.detectorList[80].offset_x=-42.180191
5240# y offset from the origin of the camera in mm in the transposed system.
5241config.detectorList[80].offset_y=-296.235779
5243# x position of the reference point in the detector in pixels in transposed coordinates.
5244config.detectorList[80].refpos_x=2035.5
5246# y position of the reference point in the detector in pixels in transposed coordinates.
5247config.detectorList[80].refpos_y=1999.5
5249# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5250config.detectorList[80].yawDeg=90.010256
5252# pitch (rotation about y) of the detector in degrees
5253config.detectorList[80].pitchDeg=0.0
5255# roll (rotation about x) of the detector in degrees
5256config.detectorList[80].rollDeg=0.0
5258# Pixel size in the x dimension in mm
5259config.detectorList[80].pixelSize_x=0.01
5261# Pixel size in the y dimension in mm
5262config.detectorList[80].pixelSize_y=0.01
5264# Transpose the pixel grid before orienting in focal plane?
5265config.detectorList[80].transposeDetector=False
5267# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5268config.detectorList[80].crosstalk=None
5270config.detectorList[81]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5271config.detectorList[81].transformDict.transforms=None
5272# Name of reference coordinate system
5273config.detectorList[81].transformDict.nativeSys='Pixels'
5275# Name of detector slot
5276config.detectorList[81].name='R:2,0 S:0,1'
5278# ID of detector slot
5279config.detectorList[81].id=2001
5281# x0 of pixel bounding box
5282config.detectorList[81].bbox_x0=0
5284# y0 of pixel bounding box
5285config.detectorList[81].bbox_y0=0
5287# x1 of pixel bounding box
5288config.detectorList[81].bbox_x1=4071
5290# y1 of pixel bounding box
5291config.detectorList[81].bbox_y1=3999
5293# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5294config.detectorList[81].detectorType=0
5296# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5297config.detectorList[81].physicalType='CCD'
5299# Serial string associated with this specific detector
5300config.detectorList[81].serial='R20_S01_v3.4.2'
5302# x offset from the origin of the camera in mm in the transposed system.
5303config.detectorList[81].offset_x=-42.218087
5305# y offset from the origin of the camera in mm in the transposed system.
5306config.detectorList[81].offset_y=-254.000732
5308# x position of the reference point in the detector in pixels in transposed coordinates.
5309config.detectorList[81].refpos_x=2035.5
5311# y position of the reference point in the detector in pixels in transposed coordinates.
5312config.detectorList[81].refpos_y=1999.5
5314# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5315config.detectorList[81].yawDeg=90.021085
5317# pitch (rotation about y) of the detector in degrees
5318config.detectorList[81].pitchDeg=0.0
5320# roll (rotation about x) of the detector in degrees
5321config.detectorList[81].rollDeg=0.0
5323# Pixel size in the x dimension in mm
5324config.detectorList[81].pixelSize_x=0.01
5326# Pixel size in the y dimension in mm
5327config.detectorList[81].pixelSize_y=0.01
5329# Transpose the pixel grid before orienting in focal plane?
5330config.detectorList[81].transposeDetector=False
5332# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5333config.detectorList[81].crosstalk=None
5335config.detectorList[82]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5336config.detectorList[82].transformDict.transforms=None
5337# Name of reference coordinate system
5338config.detectorList[82].transformDict.nativeSys='Pixels'
5340# Name of detector slot
5341config.detectorList[82].name='R:2,0 S:0,2'
5343# ID of detector slot
5344config.detectorList[82].id=2002
5346# x0 of pixel bounding box
5347config.detectorList[82].bbox_x0=0
5349# y0 of pixel bounding box
5350config.detectorList[82].bbox_y0=0
5352# x1 of pixel bounding box
5353config.detectorList[82].bbox_x1=4071
5355# y1 of pixel bounding box
5356config.detectorList[82].bbox_y1=3999
5358# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5359config.detectorList[82].detectorType=0
5361# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5362config.detectorList[82].physicalType='CCD'
5364# Serial string associated with this specific detector
5365config.detectorList[82].serial='R20_S02_v3.4.2'
5367# x offset from the origin of the camera in mm in the transposed system.
5368config.detectorList[82].offset_x=-42.259189
5370# y offset from the origin of the camera in mm in the transposed system.
5371config.detectorList[82].offset_y=-211.747682
5373# x position of the reference point in the detector in pixels in transposed coordinates.
5374config.detectorList[82].refpos_x=2035.5
5376# y position of the reference point in the detector in pixels in transposed coordinates.
5377config.detectorList[82].refpos_y=1999.5
5379# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5380config.detectorList[82].yawDeg=90.006073
5382# pitch (rotation about y) of the detector in degrees
5383config.detectorList[82].pitchDeg=0.0
5385# roll (rotation about x) of the detector in degrees
5386config.detectorList[82].rollDeg=0.0
5388# Pixel size in the x dimension in mm
5389config.detectorList[82].pixelSize_x=0.01
5391# Pixel size in the y dimension in mm
5392config.detectorList[82].pixelSize_y=0.01
5394# Transpose the pixel grid before orienting in focal plane?
5395config.detectorList[82].transposeDetector=False
5397# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5398config.detectorList[82].crosstalk=None
5400config.detectorList[83]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5401config.detectorList[83].transformDict.transforms=None
5402# Name of reference coordinate system
5403config.detectorList[83].transformDict.nativeSys='Pixels'
5405# Name of detector slot
5406config.detectorList[83].name='R:2,0 S:1,0'
5408# ID of detector slot
5409config.detectorList[83].id=2010
5411# x0 of pixel bounding box
5412config.detectorList[83].bbox_x0=0
5414# y0 of pixel bounding box
5415config.detectorList[83].bbox_y0=0
5417# x1 of pixel bounding box
5418config.detectorList[83].bbox_x1=4071
5420# y1 of pixel bounding box
5421config.detectorList[83].bbox_y1=3999
5423# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5424config.detectorList[83].detectorType=0
5426# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5427config.detectorList[83].physicalType='CCD'
5429# Serial string associated with this specific detector
5430config.detectorList[83].serial='R20_S10_v3.4.2'
5432# x offset from the origin of the camera in mm in the transposed system.
5433config.detectorList[83].offset_x=0.063765
5435# y offset from the origin of the camera in mm in the transposed system.
5436config.detectorList[83].offset_y=-296.217164
5438# x position of the reference point in the detector in pixels in transposed coordinates.
5439config.detectorList[83].refpos_x=2035.5
5441# y position of the reference point in the detector in pixels in transposed coordinates.
5442config.detectorList[83].refpos_y=1999.5
5444# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5445config.detectorList[83].yawDeg=90.005844
5447# pitch (rotation about y) of the detector in degrees
5448config.detectorList[83].pitchDeg=0.0
5450# roll (rotation about x) of the detector in degrees
5451config.detectorList[83].rollDeg=0.0
5453# Pixel size in the x dimension in mm
5454config.detectorList[83].pixelSize_x=0.01
5456# Pixel size in the y dimension in mm
5457config.detectorList[83].pixelSize_y=0.01
5459# Transpose the pixel grid before orienting in focal plane?
5460config.detectorList[83].transposeDetector=False
5462# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5463config.detectorList[83].crosstalk=None
5465config.detectorList[84]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5466config.detectorList[84].transformDict.transforms=None
5467# Name of reference coordinate system
5468config.detectorList[84].transformDict.nativeSys='Pixels'
5470# Name of detector slot
5471config.detectorList[84].name='R:2,0 S:1,1'
5473# ID of detector slot
5474config.detectorList[84].id=2011
5476# x0 of pixel bounding box
5477config.detectorList[84].bbox_x0=0
5479# y0 of pixel bounding box
5480config.detectorList[84].bbox_y0=0
5482# x1 of pixel bounding box
5483config.detectorList[84].bbox_x1=4071
5485# y1 of pixel bounding box
5486config.detectorList[84].bbox_y1=3999
5488# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5489config.detectorList[84].detectorType=0
5491# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5492config.detectorList[84].physicalType='CCD'
5494# Serial string associated with this specific detector
5495config.detectorList[84].serial='R20_S11_v3.4.2'
5497# x offset from the origin of the camera in mm in the transposed system.
5498config.detectorList[84].offset_x=0.043454
5500# y offset from the origin of the camera in mm in the transposed system.
5501config.detectorList[84].offset_y=-253.971984
5503# x position of the reference point in the detector in pixels in transposed coordinates.
5504config.detectorList[84].refpos_x=2035.5
5506# y position of the reference point in the detector in pixels in transposed coordinates.
5507config.detectorList[84].refpos_y=1999.5
5509# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5510config.detectorList[84].yawDeg=89.999885
5512# pitch (rotation about y) of the detector in degrees
5513config.detectorList[84].pitchDeg=0.0
5515# roll (rotation about x) of the detector in degrees
5516config.detectorList[84].rollDeg=0.0
5518# Pixel size in the x dimension in mm
5519config.detectorList[84].pixelSize_x=0.01
5521# Pixel size in the y dimension in mm
5522config.detectorList[84].pixelSize_y=0.01
5524# Transpose the pixel grid before orienting in focal plane?
5525config.detectorList[84].transposeDetector=False
5527# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5528config.detectorList[84].crosstalk=None
5530config.detectorList[85]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5531config.detectorList[85].transformDict.transforms=None
5532# Name of reference coordinate system
5533config.detectorList[85].transformDict.nativeSys='Pixels'
5535# Name of detector slot
5536config.detectorList[85].name='R:2,0 S:1,2'
5538# ID of detector slot
5539config.detectorList[85].id=2012
5541# x0 of pixel bounding box
5542config.detectorList[85].bbox_x0=0
5544# y0 of pixel bounding box
5545config.detectorList[85].bbox_y0=0
5547# x1 of pixel bounding box
5548config.detectorList[85].bbox_x1=4071
5550# y1 of pixel bounding box
5551config.detectorList[85].bbox_y1=3999
5553# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5554config.detectorList[85].detectorType=0
5556# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5557config.detectorList[85].physicalType='CCD'
5559# Serial string associated with this specific detector
5560config.detectorList[85].serial='R20_S12_v3.4.2'
5562# x offset from the origin of the camera in mm in the transposed system.
5563config.detectorList[85].offset_x=0.048418
5565# y offset from the origin of the camera in mm in the transposed system.
5566config.detectorList[85].offset_y=-211.734254
5568# x position of the reference point in the detector in pixels in transposed coordinates.
5569config.detectorList[85].refpos_x=2035.5
5571# y position of the reference point in the detector in pixels in transposed coordinates.
5572config.detectorList[85].refpos_y=1999.5
5574# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5575config.detectorList[85].yawDeg=90.011402
5577# pitch (rotation about y) of the detector in degrees
5578config.detectorList[85].pitchDeg=0.0
5580# roll (rotation about x) of the detector in degrees
5581config.detectorList[85].rollDeg=0.0
5583# Pixel size in the x dimension in mm
5584config.detectorList[85].pixelSize_x=0.01
5586# Pixel size in the y dimension in mm
5587config.detectorList[85].pixelSize_y=0.01
5589# Transpose the pixel grid before orienting in focal plane?
5590config.detectorList[85].transposeDetector=False
5592# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5593config.detectorList[85].crosstalk=None
5595config.detectorList[86]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5596config.detectorList[86].transformDict.transforms=None
5597# Name of reference coordinate system
5598config.detectorList[86].transformDict.nativeSys='Pixels'
5600# Name of detector slot
5601config.detectorList[86].name='R:2,0 S:2,0'
5603# ID of detector slot
5604config.detectorList[86].id=2020
5606# x0 of pixel bounding box
5607config.detectorList[86].bbox_x0=0
5609# y0 of pixel bounding box
5610config.detectorList[86].bbox_y0=0
5612# x1 of pixel bounding box
5613config.detectorList[86].bbox_x1=4071
5615# y1 of pixel bounding box
5616config.detectorList[86].bbox_y1=3999
5618# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5619config.detectorList[86].detectorType=0
5621# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5622config.detectorList[86].physicalType='CCD'
5624# Serial string associated with this specific detector
5625config.detectorList[86].serial='R20_S20_v3.4.2'
5627# x offset from the origin of the camera in mm in the transposed system.
5628config.detectorList[86].offset_x=42.308373
5630# y offset from the origin of the camera in mm in the transposed system.
5631config.detectorList[86].offset_y=-296.263549
5633# x position of the reference point in the detector in pixels in transposed coordinates.
5634config.detectorList[86].refpos_x=2035.5
5636# y position of the reference point in the detector in pixels in transposed coordinates.
5637config.detectorList[86].refpos_y=1999.5
5639# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5640config.detectorList[86].yawDeg=90.002808
5642# pitch (rotation about y) of the detector in degrees
5643config.detectorList[86].pitchDeg=0.0
5645# roll (rotation about x) of the detector in degrees
5646config.detectorList[86].rollDeg=0.0
5648# Pixel size in the x dimension in mm
5649config.detectorList[86].pixelSize_x=0.01
5651# Pixel size in the y dimension in mm
5652config.detectorList[86].pixelSize_y=0.01
5654# Transpose the pixel grid before orienting in focal plane?
5655config.detectorList[86].transposeDetector=False
5657# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5658config.detectorList[86].crosstalk=None
5660config.detectorList[87]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5661config.detectorList[87].transformDict.transforms=None
5662# Name of reference coordinate system
5663config.detectorList[87].transformDict.nativeSys='Pixels'
5665# Name of detector slot
5666config.detectorList[87].name='R:2,0 S:2,1'
5668# ID of detector slot
5669config.detectorList[87].id=2021
5671# x0 of pixel bounding box
5672config.detectorList[87].bbox_x0=0
5674# y0 of pixel bounding box
5675config.detectorList[87].bbox_y0=0
5677# x1 of pixel bounding box
5678config.detectorList[87].bbox_x1=4071
5680# y1 of pixel bounding box
5681config.detectorList[87].bbox_y1=3999
5683# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5684config.detectorList[87].detectorType=0
5686# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5687config.detectorList[87].physicalType='CCD'
5689# Serial string associated with this specific detector
5690config.detectorList[87].serial='R20_S21_v3.4.2'
5692# x offset from the origin of the camera in mm in the transposed system.
5693config.detectorList[87].offset_x=42.295002
5695# y offset from the origin of the camera in mm in the transposed system.
5696config.detectorList[87].offset_y=-254.03146
5698# x position of the reference point in the detector in pixels in transposed coordinates.
5699config.detectorList[87].refpos_x=2035.5
5701# y position of the reference point in the detector in pixels in transposed coordinates.
5702config.detectorList[87].refpos_y=1999.5
5704# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5705config.detectorList[87].yawDeg=90.013808
5707# pitch (rotation about y) of the detector in degrees
5708config.detectorList[87].pitchDeg=0.0
5710# roll (rotation about x) of the detector in degrees
5711config.detectorList[87].rollDeg=0.0
5713# Pixel size in the x dimension in mm
5714config.detectorList[87].pixelSize_x=0.01
5716# Pixel size in the y dimension in mm
5717config.detectorList[87].pixelSize_y=0.01
5719# Transpose the pixel grid before orienting in focal plane?
5720config.detectorList[87].transposeDetector=False
5722# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5723config.detectorList[87].crosstalk=None
5725config.detectorList[88]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5726config.detectorList[88].transformDict.transforms=None
5727# Name of reference coordinate system
5728config.detectorList[88].transformDict.nativeSys='Pixels'
5730# Name of detector slot
5731config.detectorList[88].name='R:2,0 S:2,2'
5733# ID of detector slot
5734config.detectorList[88].id=2022
5736# x0 of pixel bounding box
5737config.detectorList[88].bbox_x0=0
5739# y0 of pixel bounding box
5740config.detectorList[88].bbox_y0=0
5742# x1 of pixel bounding box
5743config.detectorList[88].bbox_x1=4071
5745# y1 of pixel bounding box
5746config.detectorList[88].bbox_y1=3999
5748# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5749config.detectorList[88].detectorType=0
5751# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5752config.detectorList[88].physicalType='CCD'
5754# Serial string associated with this specific detector
5755config.detectorList[88].serial='R20_S22_v3.4.2'
5757# x offset from the origin of the camera in mm in the transposed system.
5758config.detectorList[88].offset_x=42.310108
5760# y offset from the origin of the camera in mm in the transposed system.
5761config.detectorList[88].offset_y=-211.722748
5763# x position of the reference point in the detector in pixels in transposed coordinates.
5764config.detectorList[88].refpos_x=2035.5
5766# y position of the reference point in the detector in pixels in transposed coordinates.
5767config.detectorList[88].refpos_y=1999.5
5769# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5770config.detectorList[88].yawDeg=89.998911
5772# pitch (rotation about y) of the detector in degrees
5773config.detectorList[88].pitchDeg=0.0
5775# roll (rotation about x) of the detector in degrees
5776config.detectorList[88].rollDeg=0.0
5778# Pixel size in the x dimension in mm
5779config.detectorList[88].pixelSize_x=0.01
5781# Pixel size in the y dimension in mm
5782config.detectorList[88].pixelSize_y=0.01
5784# Transpose the pixel grid before orienting in focal plane?
5785config.detectorList[88].transposeDetector=False
5787# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5788config.detectorList[88].crosstalk=None
5790config.detectorList[89]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5791config.detectorList[89].transformDict.transforms=None
5792# Name of reference coordinate system
5793config.detectorList[89].transformDict.nativeSys='Pixels'
5795# Name of detector slot
5796config.detectorList[89].name='R:2,1 S:0,0'
5798# ID of detector slot
5799config.detectorList[89].id=2100
5801# x0 of pixel bounding box
5802config.detectorList[89].bbox_x0=0
5804# y0 of pixel bounding box
5805config.detectorList[89].bbox_y0=0
5807# x1 of pixel bounding box
5808config.detectorList[89].bbox_x1=4071
5810# y1 of pixel bounding box
5811config.detectorList[89].bbox_y1=3999
5813# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5814config.detectorList[89].detectorType=0
5816# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5817config.detectorList[89].physicalType='CCD'
5819# Serial string associated with this specific detector
5820config.detectorList[89].serial='R21_S00_v3.4.2'
5822# x offset from the origin of the camera in mm in the transposed system.
5823config.detectorList[89].offset_x=-42.224769
5825# y offset from the origin of the camera in mm in the transposed system.
5826config.detectorList[89].offset_y=-169.231629
5828# x position of the reference point in the detector in pixels in transposed coordinates.
5829config.detectorList[89].refpos_x=2035.5
5831# y position of the reference point in the detector in pixels in transposed coordinates.
5832config.detectorList[89].refpos_y=1999.5
5834# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5835config.detectorList[89].yawDeg=90.0106
5837# pitch (rotation about y) of the detector in degrees
5838config.detectorList[89].pitchDeg=0.0
5840# roll (rotation about x) of the detector in degrees
5841config.detectorList[89].rollDeg=0.0
5843# Pixel size in the x dimension in mm
5844config.detectorList[89].pixelSize_x=0.01
5846# Pixel size in the y dimension in mm
5847config.detectorList[89].pixelSize_y=0.01
5849# Transpose the pixel grid before orienting in focal plane?
5850config.detectorList[89].transposeDetector=False
5852# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5853config.detectorList[89].crosstalk=None
5855config.detectorList[90]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5856config.detectorList[90].transformDict.transforms=None
5857# Name of reference coordinate system
5858config.detectorList[90].transformDict.nativeSys='Pixels'
5860# Name of detector slot
5861config.detectorList[90].name='R:2,1 S:0,1'
5863# ID of detector slot
5864config.detectorList[90].id=2101
5866# x0 of pixel bounding box
5867config.detectorList[90].bbox_x0=0
5869# y0 of pixel bounding box
5870config.detectorList[90].bbox_y0=0
5872# x1 of pixel bounding box
5873config.detectorList[90].bbox_x1=4071
5875# y1 of pixel bounding box
5876config.detectorList[90].bbox_y1=3999
5878# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5879config.detectorList[90].detectorType=0
5881# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5882config.detectorList[90].physicalType='CCD'
5884# Serial string associated with this specific detector
5885config.detectorList[90].serial='R21_S01_v3.4.2'
5887# x offset from the origin of the camera in mm in the transposed system.
5888config.detectorList[90].offset_x=-42.310589
5890# y offset from the origin of the camera in mm in the transposed system.
5891config.detectorList[90].offset_y=-126.998688
5893# x position of the reference point in the detector in pixels in transposed coordinates.
5894config.detectorList[90].refpos_x=2035.5
5896# y position of the reference point in the detector in pixels in transposed coordinates.
5897config.detectorList[90].refpos_y=1999.5
5899# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5900config.detectorList[90].yawDeg=90.003667
5902# pitch (rotation about y) of the detector in degrees
5903config.detectorList[90].pitchDeg=0.0
5905# roll (rotation about x) of the detector in degrees
5906config.detectorList[90].rollDeg=0.0
5908# Pixel size in the x dimension in mm
5909config.detectorList[90].pixelSize_x=0.01
5911# Pixel size in the y dimension in mm
5912config.detectorList[90].pixelSize_y=0.01
5914# Transpose the pixel grid before orienting in focal plane?
5915config.detectorList[90].transposeDetector=False
5917# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5918config.detectorList[90].crosstalk=None
5920config.detectorList[91]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5921config.detectorList[91].transformDict.transforms=None
5922# Name of reference coordinate system
5923config.detectorList[91].transformDict.nativeSys='Pixels'
5925# Name of detector slot
5926config.detectorList[91].name='R:2,1 S:0,2'
5928# ID of detector slot
5929config.detectorList[91].id=2102
5931# x0 of pixel bounding box
5932config.detectorList[91].bbox_x0=0
5934# y0 of pixel bounding box
5935config.detectorList[91].bbox_y0=0
5937# x1 of pixel bounding box
5938config.detectorList[91].bbox_x1=4071
5940# y1 of pixel bounding box
5941config.detectorList[91].bbox_y1=3999
5943# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
5944config.detectorList[91].detectorType=0
5946# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
5947config.detectorList[91].physicalType='CCD'
5949# Serial string associated with this specific detector
5950config.detectorList[91].serial='R21_S02_v3.4.2'
5952# x offset from the origin of the camera in mm in the transposed system.
5953config.detectorList[91].offset_x=-42.273713
5955# y offset from the origin of the camera in mm in the transposed system.
5956config.detectorList[91].offset_y=-84.756477
5958# x position of the reference point in the detector in pixels in transposed coordinates.
5959config.detectorList[91].refpos_x=2035.5
5961# y position of the reference point in the detector in pixels in transposed coordinates.
5962config.detectorList[91].refpos_y=1999.5
5964# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
5965config.detectorList[91].yawDeg=90.015756
5967# pitch (rotation about y) of the detector in degrees
5968config.detectorList[91].pitchDeg=0.0
5970# roll (rotation about x) of the detector in degrees
5971config.detectorList[91].rollDeg=0.0
5973# Pixel size in the x dimension in mm
5974config.detectorList[91].pixelSize_x=0.01
5976# Pixel size in the y dimension in mm
5977config.detectorList[91].pixelSize_y=0.01
5979# Transpose the pixel grid before orienting in focal plane?
5980config.detectorList[91].transposeDetector=False
5982# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
5983config.detectorList[91].crosstalk=None
5985config.detectorList[92]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
5986config.detectorList[92].transformDict.transforms=None
5987# Name of reference coordinate system
5988config.detectorList[92].transformDict.nativeSys='Pixels'
5990# Name of detector slot
5991config.detectorList[92].name='R:2,1 S:1,0'
5993# ID of detector slot
5994config.detectorList[92].id=2110
5996# x0 of pixel bounding box
5997config.detectorList[92].bbox_x0=0
5999# y0 of pixel bounding box
6000config.detectorList[92].bbox_y0=0
6002# x1 of pixel bounding box
6003config.detectorList[92].bbox_x1=4071
6005# y1 of pixel bounding box
6006config.detectorList[92].bbox_y1=3999
6008# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6009config.detectorList[92].detectorType=0
6011# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6012config.detectorList[92].physicalType='CCD'
6014# Serial string associated with this specific detector
6015config.detectorList[92].serial='R21_S10_v3.4.2'
6017# x offset from the origin of the camera in mm in the transposed system.
6018config.detectorList[92].offset_x=-0.029695
6020# y offset from the origin of the camera in mm in the transposed system.
6021config.detectorList[92].offset_y=-169.27449
6023# x position of the reference point in the detector in pixels in transposed coordinates.
6024config.detectorList[92].refpos_x=2035.5
6026# y position of the reference point in the detector in pixels in transposed coordinates.
6027config.detectorList[92].refpos_y=1999.5
6029# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6030config.detectorList[92].yawDeg=89.994442
6032# pitch (rotation about y) of the detector in degrees
6033config.detectorList[92].pitchDeg=0.0
6035# roll (rotation about x) of the detector in degrees
6036config.detectorList[92].rollDeg=0.0
6038# Pixel size in the x dimension in mm
6039config.detectorList[92].pixelSize_x=0.01
6041# Pixel size in the y dimension in mm
6042config.detectorList[92].pixelSize_y=0.01
6044# Transpose the pixel grid before orienting in focal plane?
6045config.detectorList[92].transposeDetector=False
6047# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6048config.detectorList[92].crosstalk=None
6050config.detectorList[93]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6051config.detectorList[93].transformDict.transforms=None
6052# Name of reference coordinate system
6053config.detectorList[93].transformDict.nativeSys='Pixels'
6055# Name of detector slot
6056config.detectorList[93].name='R:2,1 S:1,1'
6058# ID of detector slot
6059config.detectorList[93].id=2111
6061# x0 of pixel bounding box
6062config.detectorList[93].bbox_x0=0
6064# y0 of pixel bounding box
6065config.detectorList[93].bbox_y0=0
6067# x1 of pixel bounding box
6068config.detectorList[93].bbox_x1=4071
6070# y1 of pixel bounding box
6071config.detectorList[93].bbox_y1=3999
6073# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6074config.detectorList[93].detectorType=0
6076# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6077config.detectorList[93].physicalType='CCD'
6079# Serial string associated with this specific detector
6080config.detectorList[93].serial='R21_S11_v3.4.2'
6082# x offset from the origin of the camera in mm in the transposed system.
6083config.detectorList[93].offset_x=-0.066851
6085# y offset from the origin of the camera in mm in the transposed system.
6086config.detectorList[93].offset_y=-126.964265
6088# x position of the reference point in the detector in pixels in transposed coordinates.
6089config.detectorList[93].refpos_x=2035.5
6091# y position of the reference point in the detector in pixels in transposed coordinates.
6092config.detectorList[93].refpos_y=1999.5
6094# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6095config.detectorList[93].yawDeg=89.999141
6097# pitch (rotation about y) of the detector in degrees
6098config.detectorList[93].pitchDeg=0.0
6100# roll (rotation about x) of the detector in degrees
6101config.detectorList[93].rollDeg=0.0
6103# Pixel size in the x dimension in mm
6104config.detectorList[93].pixelSize_x=0.01
6106# Pixel size in the y dimension in mm
6107config.detectorList[93].pixelSize_y=0.01
6109# Transpose the pixel grid before orienting in focal plane?
6110config.detectorList[93].transposeDetector=False
6112# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6113config.detectorList[93].crosstalk=None
6115config.detectorList[94]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6116config.detectorList[94].transformDict.transforms=None
6117# Name of reference coordinate system
6118config.detectorList[94].transformDict.nativeSys='Pixels'
6120# Name of detector slot
6121config.detectorList[94].name='R:2,1 S:1,2'
6123# ID of detector slot
6124config.detectorList[94].id=2112
6126# x0 of pixel bounding box
6127config.detectorList[94].bbox_x0=0
6129# y0 of pixel bounding box
6130config.detectorList[94].bbox_y0=0
6132# x1 of pixel bounding box
6133config.detectorList[94].bbox_x1=4071
6135# y1 of pixel bounding box
6136config.detectorList[94].bbox_y1=3999
6138# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6139config.detectorList[94].detectorType=0
6141# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6142config.detectorList[94].physicalType='CCD'
6144# Serial string associated with this specific detector
6145config.detectorList[94].serial='R21_S12_v3.4.2'
6147# x offset from the origin of the camera in mm in the transposed system.
6148config.detectorList[94].offset_x=-0.051981
6150# y offset from the origin of the camera in mm in the transposed system.
6151config.detectorList[94].offset_y=-84.697608
6153# x position of the reference point in the detector in pixels in transposed coordinates.
6154config.detectorList[94].refpos_x=2035.5
6156# y position of the reference point in the detector in pixels in transposed coordinates.
6157config.detectorList[94].refpos_y=1999.5
6159# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6160config.detectorList[94].yawDeg=89.999943
6162# pitch (rotation about y) of the detector in degrees
6163config.detectorList[94].pitchDeg=0.0
6165# roll (rotation about x) of the detector in degrees
6166config.detectorList[94].rollDeg=0.0
6168# Pixel size in the x dimension in mm
6169config.detectorList[94].pixelSize_x=0.01
6171# Pixel size in the y dimension in mm
6172config.detectorList[94].pixelSize_y=0.01
6174# Transpose the pixel grid before orienting in focal plane?
6175config.detectorList[94].transposeDetector=False
6177# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6178config.detectorList[94].crosstalk=None
6180config.detectorList[95]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6181config.detectorList[95].transformDict.transforms=None
6182# Name of reference coordinate system
6183config.detectorList[95].transformDict.nativeSys='Pixels'
6185# Name of detector slot
6186config.detectorList[95].name='R:2,1 S:2,0'
6188# ID of detector slot
6189config.detectorList[95].id=2120
6191# x0 of pixel bounding box
6192config.detectorList[95].bbox_x0=0
6194# y0 of pixel bounding box
6195config.detectorList[95].bbox_y0=0
6197# x1 of pixel bounding box
6198config.detectorList[95].bbox_x1=4071
6200# y1 of pixel bounding box
6201config.detectorList[95].bbox_y1=3999
6203# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6204config.detectorList[95].detectorType=0
6206# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6207config.detectorList[95].physicalType='CCD'
6209# Serial string associated with this specific detector
6210config.detectorList[95].serial='R21_S20_v3.4.2'
6212# x offset from the origin of the camera in mm in the transposed system.
6213config.detectorList[95].offset_x=42.214772
6215# y offset from the origin of the camera in mm in the transposed system.
6216config.detectorList[95].offset_y=-169.281021
6218# x position of the reference point in the detector in pixels in transposed coordinates.
6219config.detectorList[95].refpos_x=2035.5
6221# y position of the reference point in the detector in pixels in transposed coordinates.
6222config.detectorList[95].refpos_y=1999.5
6224# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6225config.detectorList[95].yawDeg=90.00212
6227# pitch (rotation about y) of the detector in degrees
6228config.detectorList[95].pitchDeg=0.0
6230# roll (rotation about x) of the detector in degrees
6231config.detectorList[95].rollDeg=0.0
6233# Pixel size in the x dimension in mm
6234config.detectorList[95].pixelSize_x=0.01
6236# Pixel size in the y dimension in mm
6237config.detectorList[95].pixelSize_y=0.01
6239# Transpose the pixel grid before orienting in focal plane?
6240config.detectorList[95].transposeDetector=False
6242# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6243config.detectorList[95].crosstalk=None
6245config.detectorList[96]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6246config.detectorList[96].transformDict.transforms=None
6247# Name of reference coordinate system
6248config.detectorList[96].transformDict.nativeSys='Pixels'
6250# Name of detector slot
6251config.detectorList[96].name='R:2,1 S:2,1'
6253# ID of detector slot
6254config.detectorList[96].id=2121
6256# x0 of pixel bounding box
6257config.detectorList[96].bbox_x0=0
6259# y0 of pixel bounding box
6260config.detectorList[96].bbox_y0=0
6262# x1 of pixel bounding box
6263config.detectorList[96].bbox_x1=4071
6265# y1 of pixel bounding box
6266config.detectorList[96].bbox_y1=3999
6268# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6269config.detectorList[96].detectorType=0
6271# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6272config.detectorList[96].physicalType='CCD'
6274# Serial string associated with this specific detector
6275config.detectorList[96].serial='R21_S21_v3.4.2'
6277# x offset from the origin of the camera in mm in the transposed system.
6278config.detectorList[96].offset_x=42.238003
6280# y offset from the origin of the camera in mm in the transposed system.
6281config.detectorList[96].offset_y=-127.014137
6283# x position of the reference point in the detector in pixels in transposed coordinates.
6284config.detectorList[96].refpos_x=2035.5
6286# y position of the reference point in the detector in pixels in transposed coordinates.
6287config.detectorList[96].refpos_y=1999.5
6289# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6290config.detectorList[96].yawDeg=89.999656
6292# pitch (rotation about y) of the detector in degrees
6293config.detectorList[96].pitchDeg=0.0
6295# roll (rotation about x) of the detector in degrees
6296config.detectorList[96].rollDeg=0.0
6298# Pixel size in the x dimension in mm
6299config.detectorList[96].pixelSize_x=0.01
6301# Pixel size in the y dimension in mm
6302config.detectorList[96].pixelSize_y=0.01
6304# Transpose the pixel grid before orienting in focal plane?
6305config.detectorList[96].transposeDetector=False
6307# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6308config.detectorList[96].crosstalk=None
6310config.detectorList[97]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6311config.detectorList[97].transformDict.transforms=None
6312# Name of reference coordinate system
6313config.detectorList[97].transformDict.nativeSys='Pixels'
6315# Name of detector slot
6316config.detectorList[97].name='R:2,1 S:2,2'
6318# ID of detector slot
6319config.detectorList[97].id=2122
6321# x0 of pixel bounding box
6322config.detectorList[97].bbox_x0=0
6324# y0 of pixel bounding box
6325config.detectorList[97].bbox_y0=0
6327# x1 of pixel bounding box
6328config.detectorList[97].bbox_x1=4071
6330# y1 of pixel bounding box
6331config.detectorList[97].bbox_y1=3999
6333# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6334config.detectorList[97].detectorType=0
6336# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6337config.detectorList[97].physicalType='CCD'
6339# Serial string associated with this specific detector
6340config.detectorList[97].serial='R21_S22_v3.4.2'
6342# x offset from the origin of the camera in mm in the transposed system.
6343config.detectorList[97].offset_x=42.207233
6345# y offset from the origin of the camera in mm in the transposed system.
6346config.detectorList[97].offset_y=-84.709114
6348# x position of the reference point in the detector in pixels in transposed coordinates.
6349config.detectorList[97].refpos_x=2035.5
6351# y position of the reference point in the detector in pixels in transposed coordinates.
6352config.detectorList[97].refpos_y=1999.5
6354# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6355config.detectorList[97].yawDeg=90.019309
6357# pitch (rotation about y) of the detector in degrees
6358config.detectorList[97].pitchDeg=0.0
6360# roll (rotation about x) of the detector in degrees
6361config.detectorList[97].rollDeg=0.0
6363# Pixel size in the x dimension in mm
6364config.detectorList[97].pixelSize_x=0.01
6366# Pixel size in the y dimension in mm
6367config.detectorList[97].pixelSize_y=0.01
6369# Transpose the pixel grid before orienting in focal plane?
6370config.detectorList[97].transposeDetector=False
6372# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6373config.detectorList[97].crosstalk=None
6375config.detectorList[98]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6376config.detectorList[98].transformDict.transforms=None
6377# Name of reference coordinate system
6378config.detectorList[98].transformDict.nativeSys='Pixels'
6380# Name of detector slot
6381config.detectorList[98].name='R:2,2 S:0,0'
6383# ID of detector slot
6384config.detectorList[98].id=2200
6386# x0 of pixel bounding box
6387config.detectorList[98].bbox_x0=0
6389# y0 of pixel bounding box
6390config.detectorList[98].bbox_y0=0
6392# x1 of pixel bounding box
6393config.detectorList[98].bbox_x1=4071
6395# y1 of pixel bounding box
6396config.detectorList[98].bbox_y1=3999
6398# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6399config.detectorList[98].detectorType=0
6401# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6402config.detectorList[98].physicalType='CCD'
6404# Serial string associated with this specific detector
6405config.detectorList[98].serial='R22_S00_v3.4.2'
6407# x offset from the origin of the camera in mm in the transposed system.
6408config.detectorList[98].offset_x=-42.312328
6410# y offset from the origin of the camera in mm in the transposed system.
6411config.detectorList[98].offset_y=-42.217312
6413# x position of the reference point in the detector in pixels in transposed coordinates.
6414config.detectorList[98].refpos_x=2035.5
6416# y position of the reference point in the detector in pixels in transposed coordinates.
6417config.detectorList[98].refpos_y=1999.5
6419# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6420config.detectorList[98].yawDeg=89.998109
6422# pitch (rotation about y) of the detector in degrees
6423config.detectorList[98].pitchDeg=0.0
6425# roll (rotation about x) of the detector in degrees
6426config.detectorList[98].rollDeg=0.0
6428# Pixel size in the x dimension in mm
6429config.detectorList[98].pixelSize_x=0.01
6431# Pixel size in the y dimension in mm
6432config.detectorList[98].pixelSize_y=0.01
6434# Transpose the pixel grid before orienting in focal plane?
6435config.detectorList[98].transposeDetector=False
6437# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6438config.detectorList[98].crosstalk=None
6440config.detectorList[99]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6441config.detectorList[99].transformDict.transforms=None
6442# Name of reference coordinate system
6443config.detectorList[99].transformDict.nativeSys='Pixels'
6445# Name of detector slot
6446config.detectorList[99].name='R:2,2 S:0,1'
6448# ID of detector slot
6449config.detectorList[99].id=2201
6451# x0 of pixel bounding box
6452config.detectorList[99].bbox_x0=0
6454# y0 of pixel bounding box
6455config.detectorList[99].bbox_y0=0
6457# x1 of pixel bounding box
6458config.detectorList[99].bbox_x1=4071
6460# y1 of pixel bounding box
6461config.detectorList[99].bbox_y1=3999
6463# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6464config.detectorList[99].detectorType=0
6466# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6467config.detectorList[99].physicalType='CCD'
6469# Serial string associated with this specific detector
6470config.detectorList[99].serial='R22_S01_v3.4.2'
6472# x offset from the origin of the camera in mm in the transposed system.
6473config.detectorList[99].offset_x=-42.28537
6475# y offset from the origin of the camera in mm in the transposed system.
6476config.detectorList[99].offset_y=0.006168
6478# x position of the reference point in the detector in pixels in transposed coordinates.
6479config.detectorList[99].refpos_x=2035.5
6481# y position of the reference point in the detector in pixels in transposed coordinates.
6482config.detectorList[99].refpos_y=1999.5
6484# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6485config.detectorList[99].yawDeg=90.003552
6487# pitch (rotation about y) of the detector in degrees
6488config.detectorList[99].pitchDeg=0.0
6490# roll (rotation about x) of the detector in degrees
6491config.detectorList[99].rollDeg=0.0
6493# Pixel size in the x dimension in mm
6494config.detectorList[99].pixelSize_x=0.01
6496# Pixel size in the y dimension in mm
6497config.detectorList[99].pixelSize_y=0.01
6499# Transpose the pixel grid before orienting in focal plane?
6500config.detectorList[99].transposeDetector=False
6502# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6503config.detectorList[99].crosstalk=None
6505config.detectorList[100]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6506config.detectorList[100].transformDict.transforms=None
6507# Name of reference coordinate system
6508config.detectorList[100].transformDict.nativeSys='Pixels'
6510# Name of detector slot
6511config.detectorList[100].name='R:2,2 S:0,2'
6513# ID of detector slot
6514config.detectorList[100].id=2202
6516# x0 of pixel bounding box
6517config.detectorList[100].bbox_x0=0
6519# y0 of pixel bounding box
6520config.detectorList[100].bbox_y0=0
6522# x1 of pixel bounding box
6523config.detectorList[100].bbox_x1=4071
6525# y1 of pixel bounding box
6526config.detectorList[100].bbox_y1=3999
6528# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6529config.detectorList[100].detectorType=0
6531# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6532config.detectorList[100].physicalType='CCD'
6534# Serial string associated with this specific detector
6535config.detectorList[100].serial='R22_S02_v3.4.2'
6537# x offset from the origin of the camera in mm in the transposed system.
6538config.detectorList[100].offset_x=-42.2397
6540# y offset from the origin of the camera in mm in the transposed system.
6541config.detectorList[100].offset_y=42.207836
6543# x position of the reference point in the detector in pixels in transposed coordinates.
6544config.detectorList[100].refpos_x=2035.5
6546# y position of the reference point in the detector in pixels in transposed coordinates.
6547config.detectorList[100].refpos_y=1999.5
6549# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6550config.detectorList[100].yawDeg=89.987968
6552# pitch (rotation about y) of the detector in degrees
6553config.detectorList[100].pitchDeg=0.0
6555# roll (rotation about x) of the detector in degrees
6556config.detectorList[100].rollDeg=0.0
6558# Pixel size in the x dimension in mm
6559config.detectorList[100].pixelSize_x=0.01
6561# Pixel size in the y dimension in mm
6562config.detectorList[100].pixelSize_y=0.01
6564# Transpose the pixel grid before orienting in focal plane?
6565config.detectorList[100].transposeDetector=False
6567# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6568config.detectorList[100].crosstalk=None
6570config.detectorList[101]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6571config.detectorList[101].transformDict.transforms=None
6572# Name of reference coordinate system
6573config.detectorList[101].transformDict.nativeSys='Pixels'
6575# Name of detector slot
6576config.detectorList[101].name='R:2,2 S:1,0'
6578# ID of detector slot
6579config.detectorList[101].id=2210
6581# x0 of pixel bounding box
6582config.detectorList[101].bbox_x0=0
6584# y0 of pixel bounding box
6585config.detectorList[101].bbox_y0=0
6587# x1 of pixel bounding box
6588config.detectorList[101].bbox_x1=4071
6590# y1 of pixel bounding box
6591config.detectorList[101].bbox_y1=3999
6593# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6594config.detectorList[101].detectorType=0
6596# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6597config.detectorList[101].physicalType='CCD'
6599# Serial string associated with this specific detector
6600config.detectorList[101].serial='R22_S10_v3.4.2'
6602# x offset from the origin of the camera in mm in the transposed system.
6603config.detectorList[101].offset_x=-0.058174
6605# y offset from the origin of the camera in mm in the transposed system.
6606config.detectorList[101].offset_y=-42.292794
6608# x position of the reference point in the detector in pixels in transposed coordinates.
6609config.detectorList[101].refpos_x=2035.5
6611# y position of the reference point in the detector in pixels in transposed coordinates.
6612config.detectorList[101].refpos_y=1999.5
6614# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6615config.detectorList[101].yawDeg=89.982926
6617# pitch (rotation about y) of the detector in degrees
6618config.detectorList[101].pitchDeg=0.0
6620# roll (rotation about x) of the detector in degrees
6621config.detectorList[101].rollDeg=0.0
6623# Pixel size in the x dimension in mm
6624config.detectorList[101].pixelSize_x=0.01
6626# Pixel size in the y dimension in mm
6627config.detectorList[101].pixelSize_y=0.01
6629# Transpose the pixel grid before orienting in focal plane?
6630config.detectorList[101].transposeDetector=False
6632# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6633config.detectorList[101].crosstalk=None
6635config.detectorList[102]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6636config.detectorList[102].transformDict.transforms=None
6637# Name of reference coordinate system
6638config.detectorList[102].transformDict.nativeSys='Pixels'
6640# Name of detector slot
6641config.detectorList[102].name='R:2,2 S:1,1'
6643# ID of detector slot
6644config.detectorList[102].id=2211
6646# x0 of pixel bounding box
6647config.detectorList[102].bbox_x0=0
6649# y0 of pixel bounding box
6650config.detectorList[102].bbox_y0=0
6652# x1 of pixel bounding box
6653config.detectorList[102].bbox_x1=4071
6655# y1 of pixel bounding box
6656config.detectorList[102].bbox_y1=3999
6658# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6659config.detectorList[102].detectorType=0
6661# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6662config.detectorList[102].physicalType='CCD'
6664# Serial string associated with this specific detector
6665config.detectorList[102].serial='R22_S11_v3.4.2'
6667# x offset from the origin of the camera in mm in the transposed system.
6668config.detectorList[102].offset_x=-0.04712
6670# y offset from the origin of the camera in mm in the transposed system.
6671config.detectorList[102].offset_y=0.028991
6673# x position of the reference point in the detector in pixels in transposed coordinates.
6674config.detectorList[102].refpos_x=2035.5
6676# y position of the reference point in the detector in pixels in transposed coordinates.
6677config.detectorList[102].refpos_y=1999.5
6679# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6680config.detectorList[102].yawDeg=90.005672
6682# pitch (rotation about y) of the detector in degrees
6683config.detectorList[102].pitchDeg=0.0
6685# roll (rotation about x) of the detector in degrees
6686config.detectorList[102].rollDeg=0.0
6688# Pixel size in the x dimension in mm
6689config.detectorList[102].pixelSize_x=0.01
6691# Pixel size in the y dimension in mm
6692config.detectorList[102].pixelSize_y=0.01
6694# Transpose the pixel grid before orienting in focal plane?
6695config.detectorList[102].transposeDetector=False
6697# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6698config.detectorList[102].crosstalk=None
6700config.detectorList[103]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6701config.detectorList[103].transformDict.transforms=None
6702# Name of reference coordinate system
6703config.detectorList[103].transformDict.nativeSys='Pixels'
6705# Name of detector slot
6706config.detectorList[103].name='R:2,2 S:1,2'
6708# ID of detector slot
6709config.detectorList[103].id=2212
6711# x0 of pixel bounding box
6712config.detectorList[103].bbox_x0=0
6714# y0 of pixel bounding box
6715config.detectorList[103].bbox_y0=0
6717# x1 of pixel bounding box
6718config.detectorList[103].bbox_x1=4071
6720# y1 of pixel bounding box
6721config.detectorList[103].bbox_y1=3999
6723# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6724config.detectorList[103].detectorType=0
6726# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6727config.detectorList[103].physicalType='CCD'
6729# Serial string associated with this specific detector
6730config.detectorList[103].serial='R22_S12_v3.4.2'
6732# x offset from the origin of the camera in mm in the transposed system.
6733config.detectorList[103].offset_x=0.007855
6735# y offset from the origin of the camera in mm in the transposed system.
6736config.detectorList[103].offset_y=42.228417
6738# x position of the reference point in the detector in pixels in transposed coordinates.
6739config.detectorList[103].refpos_x=2035.5
6741# y position of the reference point in the detector in pixels in transposed coordinates.
6742config.detectorList[103].refpos_y=1999.5
6744# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6745config.detectorList[103].yawDeg=90.0
6747# pitch (rotation about y) of the detector in degrees
6748config.detectorList[103].pitchDeg=0.0
6750# roll (rotation about x) of the detector in degrees
6751config.detectorList[103].rollDeg=0.0
6753# Pixel size in the x dimension in mm
6754config.detectorList[103].pixelSize_x=0.01
6756# Pixel size in the y dimension in mm
6757config.detectorList[103].pixelSize_y=0.01
6759# Transpose the pixel grid before orienting in focal plane?
6760config.detectorList[103].transposeDetector=False
6762# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6763config.detectorList[103].crosstalk=None
6765config.detectorList[104]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6766config.detectorList[104].transformDict.transforms=None
6767# Name of reference coordinate system
6768config.detectorList[104].transformDict.nativeSys='Pixels'
6770# Name of detector slot
6771config.detectorList[104].name='R:2,2 S:2,0'
6773# ID of detector slot
6774config.detectorList[104].id=2220
6776# x0 of pixel bounding box
6777config.detectorList[104].bbox_x0=0
6779# y0 of pixel bounding box
6780config.detectorList[104].bbox_y0=0
6782# x1 of pixel bounding box
6783config.detectorList[104].bbox_x1=4071
6785# y1 of pixel bounding box
6786config.detectorList[104].bbox_y1=3999
6788# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6789config.detectorList[104].detectorType=0
6791# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6792config.detectorList[104].physicalType='CCD'
6794# Serial string associated with this specific detector
6795config.detectorList[104].serial='R22_S20_v3.4.2'
6797# x offset from the origin of the camera in mm in the transposed system.
6798config.detectorList[104].offset_x=42.234272
6800# y offset from the origin of the camera in mm in the transposed system.
6801config.detectorList[104].offset_y=-42.280259
6803# x position of the reference point in the detector in pixels in transposed coordinates.
6804config.detectorList[104].refpos_x=2035.5
6806# y position of the reference point in the detector in pixels in transposed coordinates.
6807config.detectorList[104].refpos_y=1999.5
6809# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6810config.detectorList[104].yawDeg=90.010084
6812# pitch (rotation about y) of the detector in degrees
6813config.detectorList[104].pitchDeg=0.0
6815# roll (rotation about x) of the detector in degrees
6816config.detectorList[104].rollDeg=0.0
6818# Pixel size in the x dimension in mm
6819config.detectorList[104].pixelSize_x=0.01
6821# Pixel size in the y dimension in mm
6822config.detectorList[104].pixelSize_y=0.01
6824# Transpose the pixel grid before orienting in focal plane?
6825config.detectorList[104].transposeDetector=False
6827# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6828config.detectorList[104].crosstalk=None
6830config.detectorList[105]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6831config.detectorList[105].transformDict.transforms=None
6832# Name of reference coordinate system
6833config.detectorList[105].transformDict.nativeSys='Pixels'
6835# Name of detector slot
6836config.detectorList[105].name='R:2,2 S:2,1'
6838# ID of detector slot
6839config.detectorList[105].id=2221
6841# x0 of pixel bounding box
6842config.detectorList[105].bbox_x0=0
6844# y0 of pixel bounding box
6845config.detectorList[105].bbox_y0=0
6847# x1 of pixel bounding box
6848config.detectorList[105].bbox_x1=4071
6850# y1 of pixel bounding box
6851config.detectorList[105].bbox_y1=3999
6853# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6854config.detectorList[105].detectorType=0
6856# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6857config.detectorList[105].physicalType='CCD'
6859# Serial string associated with this specific detector
6860config.detectorList[105].serial='R22_S21_v3.4.2'
6862# x offset from the origin of the camera in mm in the transposed system.
6863config.detectorList[105].offset_x=42.185894
6865# y offset from the origin of the camera in mm in the transposed system.
6866config.detectorList[105].offset_y=0.03839
6868# x position of the reference point in the detector in pixels in transposed coordinates.
6869config.detectorList[105].refpos_x=2035.5
6871# y position of the reference point in the detector in pixels in transposed coordinates.
6872config.detectorList[105].refpos_y=1999.5
6874# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6875config.detectorList[105].yawDeg=90.001833
6877# pitch (rotation about y) of the detector in degrees
6878config.detectorList[105].pitchDeg=0.0
6880# roll (rotation about x) of the detector in degrees
6881config.detectorList[105].rollDeg=0.0
6883# Pixel size in the x dimension in mm
6884config.detectorList[105].pixelSize_x=0.01
6886# Pixel size in the y dimension in mm
6887config.detectorList[105].pixelSize_y=0.01
6889# Transpose the pixel grid before orienting in focal plane?
6890config.detectorList[105].transposeDetector=False
6892# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6893config.detectorList[105].crosstalk=None
6895config.detectorList[106]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6896config.detectorList[106].transformDict.transforms=None
6897# Name of reference coordinate system
6898config.detectorList[106].transformDict.nativeSys='Pixels'
6900# Name of detector slot
6901config.detectorList[106].name='R:2,2 S:2,2'
6903# ID of detector slot
6904config.detectorList[106].id=2222
6906# x0 of pixel bounding box
6907config.detectorList[106].bbox_x0=0
6909# y0 of pixel bounding box
6910config.detectorList[106].bbox_y0=0
6912# x1 of pixel bounding box
6913config.detectorList[106].bbox_x1=4071
6915# y1 of pixel bounding box
6916config.detectorList[106].bbox_y1=3999
6918# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6919config.detectorList[106].detectorType=0
6921# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6922config.detectorList[106].physicalType='CCD'
6924# Serial string associated with this specific detector
6925config.detectorList[106].serial='R22_S22_v3.4.2'
6927# x offset from the origin of the camera in mm in the transposed system.
6928config.detectorList[106].offset_x=42.24284
6930# y offset from the origin of the camera in mm in the transposed system.
6931config.detectorList[106].offset_y=42.235
6933# x position of the reference point in the detector in pixels in transposed coordinates.
6934config.detectorList[106].refpos_x=2035.5
6936# y position of the reference point in the detector in pixels in transposed coordinates.
6937config.detectorList[106].refpos_y=1999.5
6939# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
6940config.detectorList[106].yawDeg=89.985561
6942# pitch (rotation about y) of the detector in degrees
6943config.detectorList[106].pitchDeg=0.0
6945# roll (rotation about x) of the detector in degrees
6946config.detectorList[106].rollDeg=0.0
6948# Pixel size in the x dimension in mm
6949config.detectorList[106].pixelSize_x=0.01
6951# Pixel size in the y dimension in mm
6952config.detectorList[106].pixelSize_y=0.01
6954# Transpose the pixel grid before orienting in focal plane?
6955config.detectorList[106].transposeDetector=False
6957# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
6958config.detectorList[106].crosstalk=None
6960config.detectorList[107]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
6961config.detectorList[107].transformDict.transforms=None
6962# Name of reference coordinate system
6963config.detectorList[107].transformDict.nativeSys='Pixels'
6965# Name of detector slot
6966config.detectorList[107].name='R:2,3 S:0,0'
6968# ID of detector slot
6969config.detectorList[107].id=2300
6971# x0 of pixel bounding box
6972config.detectorList[107].bbox_x0=0
6974# y0 of pixel bounding box
6975config.detectorList[107].bbox_y0=0
6977# x1 of pixel bounding box
6978config.detectorList[107].bbox_x1=4071
6980# y1 of pixel bounding box
6981config.detectorList[107].bbox_y1=3999
6983# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
6984config.detectorList[107].detectorType=0
6986# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
6987config.detectorList[107].physicalType='CCD'
6989# Serial string associated with this specific detector
6990config.detectorList[107].serial='R23_S00_v3.4.2'
6992# x offset from the origin of the camera in mm in the transposed system.
6993config.detectorList[107].offset_x=-42.272995
6995# y offset from the origin of the camera in mm in the transposed system.
6996config.detectorList[107].offset_y=84.742059
6998# x position of the reference point in the detector in pixels in transposed coordinates.
6999config.detectorList[107].refpos_x=2035.5
7001# y position of the reference point in the detector in pixels in transposed coordinates.
7002config.detectorList[107].refpos_y=1999.5
7004# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7005config.detectorList[107].yawDeg=90.018507
7007# pitch (rotation about y) of the detector in degrees
7008config.detectorList[107].pitchDeg=0.0
7010# roll (rotation about x) of the detector in degrees
7011config.detectorList[107].rollDeg=0.0
7013# Pixel size in the x dimension in mm
7014config.detectorList[107].pixelSize_x=0.01
7016# Pixel size in the y dimension in mm
7017config.detectorList[107].pixelSize_y=0.01
7019# Transpose the pixel grid before orienting in focal plane?
7020config.detectorList[107].transposeDetector=False
7022# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7023config.detectorList[107].crosstalk=None
7025config.detectorList[108]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7026config.detectorList[108].transformDict.transforms=None
7027# Name of reference coordinate system
7028config.detectorList[108].transformDict.nativeSys='Pixels'
7030# Name of detector slot
7031config.detectorList[108].name='R:2,3 S:0,1'
7033# ID of detector slot
7034config.detectorList[108].id=2301
7036# x0 of pixel bounding box
7037config.detectorList[108].bbox_x0=0
7039# y0 of pixel bounding box
7040config.detectorList[108].bbox_y0=0
7042# x1 of pixel bounding box
7043config.detectorList[108].bbox_x1=4071
7045# y1 of pixel bounding box
7046config.detectorList[108].bbox_y1=3999
7048# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7049config.detectorList[108].detectorType=0
7051# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7052config.detectorList[108].physicalType='CCD'
7054# Serial string associated with this specific detector
7055config.detectorList[108].serial='R23_S01_v3.4.2'
7057# x offset from the origin of the camera in mm in the transposed system.
7058config.detectorList[108].offset_x=-42.272808
7060# y offset from the origin of the camera in mm in the transposed system.
7061config.detectorList[108].offset_y=126.967354
7063# x position of the reference point in the detector in pixels in transposed coordinates.
7064config.detectorList[108].refpos_x=2035.5
7066# y position of the reference point in the detector in pixels in transposed coordinates.
7067config.detectorList[108].refpos_y=1999.5
7069# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7070config.detectorList[108].yawDeg=90.010485
7072# pitch (rotation about y) of the detector in degrees
7073config.detectorList[108].pitchDeg=0.0
7075# roll (rotation about x) of the detector in degrees
7076config.detectorList[108].rollDeg=0.0
7078# Pixel size in the x dimension in mm
7079config.detectorList[108].pixelSize_x=0.01
7081# Pixel size in the y dimension in mm
7082config.detectorList[108].pixelSize_y=0.01
7084# Transpose the pixel grid before orienting in focal plane?
7085config.detectorList[108].transposeDetector=False
7087# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7088config.detectorList[108].crosstalk=None
7090config.detectorList[109]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7091config.detectorList[109].transformDict.transforms=None
7092# Name of reference coordinate system
7093config.detectorList[109].transformDict.nativeSys='Pixels'
7095# Name of detector slot
7096config.detectorList[109].name='R:2,3 S:0,2'
7098# ID of detector slot
7099config.detectorList[109].id=2302
7101# x0 of pixel bounding box
7102config.detectorList[109].bbox_x0=0
7104# y0 of pixel bounding box
7105config.detectorList[109].bbox_y0=0
7107# x1 of pixel bounding box
7108config.detectorList[109].bbox_x1=4071
7110# y1 of pixel bounding box
7111config.detectorList[109].bbox_y1=3999
7113# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7114config.detectorList[109].detectorType=0
7116# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7117config.detectorList[109].physicalType='CCD'
7119# Serial string associated with this specific detector
7120config.detectorList[109].serial='R23_S02_v3.4.2'
7122# x offset from the origin of the camera in mm in the transposed system.
7123config.detectorList[109].offset_x=-42.264248
7125# y offset from the origin of the camera in mm in the transposed system.
7126config.detectorList[109].offset_y=169.202453
7128# x position of the reference point in the detector in pixels in transposed coordinates.
7129config.detectorList[109].refpos_x=2035.5
7131# y position of the reference point in the detector in pixels in transposed coordinates.
7132config.detectorList[109].refpos_y=1999.5
7134# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7135config.detectorList[109].yawDeg=90.006933
7137# pitch (rotation about y) of the detector in degrees
7138config.detectorList[109].pitchDeg=0.0
7140# roll (rotation about x) of the detector in degrees
7141config.detectorList[109].rollDeg=0.0
7143# Pixel size in the x dimension in mm
7144config.detectorList[109].pixelSize_x=0.01
7146# Pixel size in the y dimension in mm
7147config.detectorList[109].pixelSize_y=0.01
7149# Transpose the pixel grid before orienting in focal plane?
7150config.detectorList[109].transposeDetector=False
7152# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7153config.detectorList[109].crosstalk=None
7155config.detectorList[110]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7156config.detectorList[110].transformDict.transforms=None
7157# Name of reference coordinate system
7158config.detectorList[110].transformDict.nativeSys='Pixels'
7160# Name of detector slot
7161config.detectorList[110].name='R:2,3 S:1,0'
7163# ID of detector slot
7164config.detectorList[110].id=2310
7166# x0 of pixel bounding box
7167config.detectorList[110].bbox_x0=0
7169# y0 of pixel bounding box
7170config.detectorList[110].bbox_y0=0
7172# x1 of pixel bounding box
7173config.detectorList[110].bbox_x1=4071
7175# y1 of pixel bounding box
7176config.detectorList[110].bbox_y1=3999
7178# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7179config.detectorList[110].detectorType=0
7181# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7182config.detectorList[110].physicalType='CCD'
7184# Serial string associated with this specific detector
7185config.detectorList[110].serial='R23_S10_v3.4.2'
7187# x offset from the origin of the camera in mm in the transposed system.
7188config.detectorList[110].offset_x=0.043318
7190# y offset from the origin of the camera in mm in the transposed system.
7191config.detectorList[110].offset_y=84.763549
7193# x position of the reference point in the detector in pixels in transposed coordinates.
7194config.detectorList[110].refpos_x=2035.5
7196# y position of the reference point in the detector in pixels in transposed coordinates.
7197config.detectorList[110].refpos_y=1999.5
7199# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7200config.detectorList[110].yawDeg=90.020111
7202# pitch (rotation about y) of the detector in degrees
7203config.detectorList[110].pitchDeg=0.0
7205# roll (rotation about x) of the detector in degrees
7206config.detectorList[110].rollDeg=0.0
7208# Pixel size in the x dimension in mm
7209config.detectorList[110].pixelSize_x=0.01
7211# Pixel size in the y dimension in mm
7212config.detectorList[110].pixelSize_y=0.01
7214# Transpose the pixel grid before orienting in focal plane?
7215config.detectorList[110].transposeDetector=False
7217# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7218config.detectorList[110].crosstalk=None
7220config.detectorList[111]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7221config.detectorList[111].transformDict.transforms=None
7222# Name of reference coordinate system
7223config.detectorList[111].transformDict.nativeSys='Pixels'
7225# Name of detector slot
7226config.detectorList[111].name='R:2,3 S:1,1'
7228# ID of detector slot
7229config.detectorList[111].id=2311
7231# x0 of pixel bounding box
7232config.detectorList[111].bbox_x0=0
7234# y0 of pixel bounding box
7235config.detectorList[111].bbox_y0=0
7237# x1 of pixel bounding box
7238config.detectorList[111].bbox_x1=4071
7240# y1 of pixel bounding box
7241config.detectorList[111].bbox_y1=3999
7243# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7244config.detectorList[111].detectorType=0
7246# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7247config.detectorList[111].physicalType='CCD'
7249# Serial string associated with this specific detector
7250config.detectorList[111].serial='R23_S11_v3.4.2'
7252# x offset from the origin of the camera in mm in the transposed system.
7253config.detectorList[111].offset_x=-0.057453
7255# y offset from the origin of the camera in mm in the transposed system.
7256config.detectorList[111].offset_y=127.029899
7258# x position of the reference point in the detector in pixels in transposed coordinates.
7259config.detectorList[111].refpos_x=2035.5
7261# y position of the reference point in the detector in pixels in transposed coordinates.
7262config.detectorList[111].refpos_y=1999.5
7264# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7265config.detectorList[111].yawDeg=90.017418
7267# pitch (rotation about y) of the detector in degrees
7268config.detectorList[111].pitchDeg=0.0
7270# roll (rotation about x) of the detector in degrees
7271config.detectorList[111].rollDeg=0.0
7273# Pixel size in the x dimension in mm
7274config.detectorList[111].pixelSize_x=0.01
7276# Pixel size in the y dimension in mm
7277config.detectorList[111].pixelSize_y=0.01
7279# Transpose the pixel grid before orienting in focal plane?
7280config.detectorList[111].transposeDetector=False
7282# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7283config.detectorList[111].crosstalk=None
7285config.detectorList[112]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7286config.detectorList[112].transformDict.transforms=None
7287# Name of reference coordinate system
7288config.detectorList[112].transformDict.nativeSys='Pixels'
7290# Name of detector slot
7291config.detectorList[112].name='R:2,3 S:1,2'
7293# ID of detector slot
7294config.detectorList[112].id=2312
7296# x0 of pixel bounding box
7297config.detectorList[112].bbox_x0=0
7299# y0 of pixel bounding box
7300config.detectorList[112].bbox_y0=0
7302# x1 of pixel bounding box
7303config.detectorList[112].bbox_x1=4071
7305# y1 of pixel bounding box
7306config.detectorList[112].bbox_y1=3999
7308# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7309config.detectorList[112].detectorType=0
7311# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7312config.detectorList[112].physicalType='CCD'
7314# Serial string associated with this specific detector
7315config.detectorList[112].serial='R23_S12_v3.4.2'
7317# x offset from the origin of the camera in mm in the transposed system.
7318config.detectorList[112].offset_x=-0.044361
7320# y offset from the origin of the camera in mm in the transposed system.
7321config.detectorList[112].offset_y=169.194031
7323# x position of the reference point in the detector in pixels in transposed coordinates.
7324config.detectorList[112].refpos_x=2035.5
7326# y position of the reference point in the detector in pixels in transposed coordinates.
7327config.detectorList[112].refpos_y=1999.5
7329# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7330config.detectorList[112].yawDeg=90.020111
7332# pitch (rotation about y) of the detector in degrees
7333config.detectorList[112].pitchDeg=0.0
7335# roll (rotation about x) of the detector in degrees
7336config.detectorList[112].rollDeg=0.0
7338# Pixel size in the x dimension in mm
7339config.detectorList[112].pixelSize_x=0.01
7341# Pixel size in the y dimension in mm
7342config.detectorList[112].pixelSize_y=0.01
7344# Transpose the pixel grid before orienting in focal plane?
7345config.detectorList[112].transposeDetector=False
7347# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7348config.detectorList[112].crosstalk=None
7350config.detectorList[113]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7351config.detectorList[113].transformDict.transforms=None
7352# Name of reference coordinate system
7353config.detectorList[113].transformDict.nativeSys='Pixels'
7355# Name of detector slot
7356config.detectorList[113].name='R:2,3 S:2,0'
7358# ID of detector slot
7359config.detectorList[113].id=2320
7361# x0 of pixel bounding box
7362config.detectorList[113].bbox_x0=0
7364# y0 of pixel bounding box
7365config.detectorList[113].bbox_y0=0
7367# x1 of pixel bounding box
7368config.detectorList[113].bbox_x1=4071
7370# y1 of pixel bounding box
7371config.detectorList[113].bbox_y1=3999
7373# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7374config.detectorList[113].detectorType=0
7376# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7377config.detectorList[113].physicalType='CCD'
7379# Serial string associated with this specific detector
7380config.detectorList[113].serial='R23_S20_v3.4.2'
7382# x offset from the origin of the camera in mm in the transposed system.
7383config.detectorList[113].offset_x=42.211335
7385# y offset from the origin of the camera in mm in the transposed system.
7386config.detectorList[113].offset_y=84.763123
7388# x position of the reference point in the detector in pixels in transposed coordinates.
7389config.detectorList[113].refpos_x=2035.5
7391# y position of the reference point in the detector in pixels in transposed coordinates.
7392config.detectorList[113].refpos_y=1999.5
7394# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7395config.detectorList[113].yawDeg=90.009225
7397# pitch (rotation about y) of the detector in degrees
7398config.detectorList[113].pitchDeg=0.0
7400# roll (rotation about x) of the detector in degrees
7401config.detectorList[113].rollDeg=0.0
7403# Pixel size in the x dimension in mm
7404config.detectorList[113].pixelSize_x=0.01
7406# Pixel size in the y dimension in mm
7407config.detectorList[113].pixelSize_y=0.01
7409# Transpose the pixel grid before orienting in focal plane?
7410config.detectorList[113].transposeDetector=False
7412# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7413config.detectorList[113].crosstalk=None
7415config.detectorList[114]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7416config.detectorList[114].transformDict.transforms=None
7417# Name of reference coordinate system
7418config.detectorList[114].transformDict.nativeSys='Pixels'
7420# Name of detector slot
7421config.detectorList[114].name='R:2,3 S:2,1'
7423# ID of detector slot
7424config.detectorList[114].id=2321
7426# x0 of pixel bounding box
7427config.detectorList[114].bbox_x0=0
7429# y0 of pixel bounding box
7430config.detectorList[114].bbox_y0=0
7432# x1 of pixel bounding box
7433config.detectorList[114].bbox_x1=4071
7435# y1 of pixel bounding box
7436config.detectorList[114].bbox_y1=3999
7438# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7439config.detectorList[114].detectorType=0
7441# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7442config.detectorList[114].physicalType='CCD'
7444# Serial string associated with this specific detector
7445config.detectorList[114].serial='R23_S21_v3.4.2'
7447# x offset from the origin of the camera in mm in the transposed system.
7448config.detectorList[114].offset_x=42.259548
7450# y offset from the origin of the camera in mm in the transposed system.
7451config.detectorList[114].offset_y=126.977364
7453# x position of the reference point in the detector in pixels in transposed coordinates.
7454config.detectorList[114].refpos_x=2035.5
7456# y position of the reference point in the detector in pixels in transposed coordinates.
7457config.detectorList[114].refpos_y=1999.5
7459# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7460config.detectorList[114].yawDeg=90.017361
7462# pitch (rotation about y) of the detector in degrees
7463config.detectorList[114].pitchDeg=0.0
7465# roll (rotation about x) of the detector in degrees
7466config.detectorList[114].rollDeg=0.0
7468# Pixel size in the x dimension in mm
7469config.detectorList[114].pixelSize_x=0.01
7471# Pixel size in the y dimension in mm
7472config.detectorList[114].pixelSize_y=0.01
7474# Transpose the pixel grid before orienting in focal plane?
7475config.detectorList[114].transposeDetector=False
7477# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7478config.detectorList[114].crosstalk=None
7480config.detectorList[115]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7481config.detectorList[115].transformDict.transforms=None
7482# Name of reference coordinate system
7483config.detectorList[115].transformDict.nativeSys='Pixels'
7485# Name of detector slot
7486config.detectorList[115].name='R:2,3 S:2,2'
7488# ID of detector slot
7489config.detectorList[115].id=2322
7491# x0 of pixel bounding box
7492config.detectorList[115].bbox_x0=0
7494# y0 of pixel bounding box
7495config.detectorList[115].bbox_y0=0
7497# x1 of pixel bounding box
7498config.detectorList[115].bbox_x1=4071
7500# y1 of pixel bounding box
7501config.detectorList[115].bbox_y1=3999
7503# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7504config.detectorList[115].detectorType=0
7506# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7507config.detectorList[115].physicalType='CCD'
7509# Serial string associated with this specific detector
7510config.detectorList[115].serial='R23_S22_v3.4.2'
7512# x offset from the origin of the camera in mm in the transposed system.
7513config.detectorList[115].offset_x=42.22802
7515# y offset from the origin of the camera in mm in the transposed system.
7516config.detectorList[115].offset_y=169.207153
7518# x position of the reference point in the detector in pixels in transposed coordinates.
7519config.detectorList[115].refpos_x=2035.5
7521# y position of the reference point in the detector in pixels in transposed coordinates.
7522config.detectorList[115].refpos_y=1999.5
7524# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7525config.detectorList[115].yawDeg=89.999198
7527# pitch (rotation about y) of the detector in degrees
7528config.detectorList[115].pitchDeg=0.0
7530# roll (rotation about x) of the detector in degrees
7531config.detectorList[115].rollDeg=0.0
7533# Pixel size in the x dimension in mm
7534config.detectorList[115].pixelSize_x=0.01
7536# Pixel size in the y dimension in mm
7537config.detectorList[115].pixelSize_y=0.01
7539# Transpose the pixel grid before orienting in focal plane?
7540config.detectorList[115].transposeDetector=False
7542# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7543config.detectorList[115].crosstalk=None
7545config.detectorList[116]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7546config.detectorList[116].transformDict.transforms=None
7547# Name of reference coordinate system
7548config.detectorList[116].transformDict.nativeSys='Pixels'
7550# Name of detector slot
7551config.detectorList[116].name='R:2,4 S:0,0'
7553# ID of detector slot
7554config.detectorList[116].id=2400
7556# x0 of pixel bounding box
7557config.detectorList[116].bbox_x0=0
7559# y0 of pixel bounding box
7560config.detectorList[116].bbox_y0=0
7562# x1 of pixel bounding box
7563config.detectorList[116].bbox_x1=4071
7565# y1 of pixel bounding box
7566config.detectorList[116].bbox_y1=3999
7568# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7569config.detectorList[116].detectorType=0
7571# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7572config.detectorList[116].physicalType='CCD'
7574# Serial string associated with this specific detector
7575config.detectorList[116].serial='R24_S00_v3.4.2'
7577# x offset from the origin of the camera in mm in the transposed system.
7578config.detectorList[116].offset_x=-42.165806
7580# y offset from the origin of the camera in mm in the transposed system.
7581config.detectorList[116].offset_y=211.768997
7583# x position of the reference point in the detector in pixels in transposed coordinates.
7584config.detectorList[116].refpos_x=2035.5
7586# y position of the reference point in the detector in pixels in transposed coordinates.
7587config.detectorList[116].refpos_y=1999.5
7589# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7590config.detectorList[116].yawDeg=89.97817
7592# pitch (rotation about y) of the detector in degrees
7593config.detectorList[116].pitchDeg=0.0
7595# roll (rotation about x) of the detector in degrees
7596config.detectorList[116].rollDeg=0.0
7598# Pixel size in the x dimension in mm
7599config.detectorList[116].pixelSize_x=0.01
7601# Pixel size in the y dimension in mm
7602config.detectorList[116].pixelSize_y=0.01
7604# Transpose the pixel grid before orienting in focal plane?
7605config.detectorList[116].transposeDetector=False
7607# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7608config.detectorList[116].crosstalk=None
7610config.detectorList[117]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7611config.detectorList[117].transformDict.transforms=None
7612# Name of reference coordinate system
7613config.detectorList[117].transformDict.nativeSys='Pixels'
7615# Name of detector slot
7616config.detectorList[117].name='R:2,4 S:0,1'
7618# ID of detector slot
7619config.detectorList[117].id=2401
7621# x0 of pixel bounding box
7622config.detectorList[117].bbox_x0=0
7624# y0 of pixel bounding box
7625config.detectorList[117].bbox_y0=0
7627# x1 of pixel bounding box
7628config.detectorList[117].bbox_x1=4071
7630# y1 of pixel bounding box
7631config.detectorList[117].bbox_y1=3999
7633# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7634config.detectorList[117].detectorType=0
7636# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7637config.detectorList[117].physicalType='CCD'
7639# Serial string associated with this specific detector
7640config.detectorList[117].serial='R24_S01_v3.4.2'
7642# x offset from the origin of the camera in mm in the transposed system.
7643config.detectorList[117].offset_x=-42.201004
7645# y offset from the origin of the camera in mm in the transposed system.
7646config.detectorList[117].offset_y=253.996932
7648# x position of the reference point in the detector in pixels in transposed coordinates.
7649config.detectorList[117].refpos_x=2035.5
7651# y position of the reference point in the detector in pixels in transposed coordinates.
7652config.detectorList[117].refpos_y=1999.5
7654# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7655config.detectorList[117].yawDeg=89.999885
7657# pitch (rotation about y) of the detector in degrees
7658config.detectorList[117].pitchDeg=0.0
7660# roll (rotation about x) of the detector in degrees
7661config.detectorList[117].rollDeg=0.0
7663# Pixel size in the x dimension in mm
7664config.detectorList[117].pixelSize_x=0.01
7666# Pixel size in the y dimension in mm
7667config.detectorList[117].pixelSize_y=0.01
7669# Transpose the pixel grid before orienting in focal plane?
7670config.detectorList[117].transposeDetector=False
7672# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7673config.detectorList[117].crosstalk=None
7675config.detectorList[118]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7676config.detectorList[118].transformDict.transforms=None
7677# Name of reference coordinate system
7678config.detectorList[118].transformDict.nativeSys='Pixels'
7680# Name of detector slot
7681config.detectorList[118].name='R:2,4 S:0,2'
7683# ID of detector slot
7684config.detectorList[118].id=2402
7686# x0 of pixel bounding box
7687config.detectorList[118].bbox_x0=0
7689# y0 of pixel bounding box
7690config.detectorList[118].bbox_y0=0
7692# x1 of pixel bounding box
7693config.detectorList[118].bbox_x1=4071
7695# y1 of pixel bounding box
7696config.detectorList[118].bbox_y1=3999
7698# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7699config.detectorList[118].detectorType=0
7701# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7702config.detectorList[118].physicalType='CCD'
7704# Serial string associated with this specific detector
7705config.detectorList[118].serial='R24_S02_v3.4.2'
7707# x offset from the origin of the camera in mm in the transposed system.
7708config.detectorList[118].offset_x=-42.207851
7710# y offset from the origin of the camera in mm in the transposed system.
7711config.detectorList[118].offset_y=296.291596
7713# x position of the reference point in the detector in pixels in transposed coordinates.
7714config.detectorList[118].refpos_x=2035.5
7716# y position of the reference point in the detector in pixels in transposed coordinates.
7717config.detectorList[118].refpos_y=1999.5
7719# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7720config.detectorList[118].yawDeg=90.002979
7722# pitch (rotation about y) of the detector in degrees
7723config.detectorList[118].pitchDeg=0.0
7725# roll (rotation about x) of the detector in degrees
7726config.detectorList[118].rollDeg=0.0
7728# Pixel size in the x dimension in mm
7729config.detectorList[118].pixelSize_x=0.01
7731# Pixel size in the y dimension in mm
7732config.detectorList[118].pixelSize_y=0.01
7734# Transpose the pixel grid before orienting in focal plane?
7735config.detectorList[118].transposeDetector=False
7737# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7738config.detectorList[118].crosstalk=None
7740config.detectorList[119]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7741config.detectorList[119].transformDict.transforms=None
7742# Name of reference coordinate system
7743config.detectorList[119].transformDict.nativeSys='Pixels'
7745# Name of detector slot
7746config.detectorList[119].name='R:2,4 S:1,0'
7748# ID of detector slot
7749config.detectorList[119].id=2410
7751# x0 of pixel bounding box
7752config.detectorList[119].bbox_x0=0
7754# y0 of pixel bounding box
7755config.detectorList[119].bbox_y0=0
7757# x1 of pixel bounding box
7758config.detectorList[119].bbox_x1=4071
7760# y1 of pixel bounding box
7761config.detectorList[119].bbox_y1=3999
7763# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7764config.detectorList[119].detectorType=0
7766# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7767config.detectorList[119].physicalType='CCD'
7769# Serial string associated with this specific detector
7770config.detectorList[119].serial='R24_S10_v3.4.2'
7772# x offset from the origin of the camera in mm in the transposed system.
7773config.detectorList[119].offset_x=0.067249
7775# y offset from the origin of the camera in mm in the transposed system.
7776config.detectorList[119].offset_y=211.767793
7778# x position of the reference point in the detector in pixels in transposed coordinates.
7779config.detectorList[119].refpos_x=2035.5
7781# y position of the reference point in the detector in pixels in transposed coordinates.
7782config.detectorList[119].refpos_y=1999.5
7784# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7785config.detectorList[119].yawDeg=90.001203
7787# pitch (rotation about y) of the detector in degrees
7788config.detectorList[119].pitchDeg=0.0
7790# roll (rotation about x) of the detector in degrees
7791config.detectorList[119].rollDeg=0.0
7793# Pixel size in the x dimension in mm
7794config.detectorList[119].pixelSize_x=0.01
7796# Pixel size in the y dimension in mm
7797config.detectorList[119].pixelSize_y=0.01
7799# Transpose the pixel grid before orienting in focal plane?
7800config.detectorList[119].transposeDetector=False
7802# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7803config.detectorList[119].crosstalk=None
7805config.detectorList[120]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7806config.detectorList[120].transformDict.transforms=None
7807# Name of reference coordinate system
7808config.detectorList[120].transformDict.nativeSys='Pixels'
7810# Name of detector slot
7811config.detectorList[120].name='R:2,4 S:1,1'
7813# ID of detector slot
7814config.detectorList[120].id=2411
7816# x0 of pixel bounding box
7817config.detectorList[120].bbox_x0=0
7819# y0 of pixel bounding box
7820config.detectorList[120].bbox_y0=0
7822# x1 of pixel bounding box
7823config.detectorList[120].bbox_x1=4071
7825# y1 of pixel bounding box
7826config.detectorList[120].bbox_y1=3999
7828# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7829config.detectorList[120].detectorType=0
7831# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7832config.detectorList[120].physicalType='CCD'
7834# Serial string associated with this specific detector
7835config.detectorList[120].serial='R24_S11_v3.4.2'
7837# x offset from the origin of the camera in mm in the transposed system.
7838config.detectorList[120].offset_x=0.067594
7840# y offset from the origin of the camera in mm in the transposed system.
7841config.detectorList[120].offset_y=253.965957
7843# x position of the reference point in the detector in pixels in transposed coordinates.
7844config.detectorList[120].refpos_x=2035.5
7846# y position of the reference point in the detector in pixels in transposed coordinates.
7847config.detectorList[120].refpos_y=1999.5
7849# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7850config.detectorList[120].yawDeg=89.997364
7852# pitch (rotation about y) of the detector in degrees
7853config.detectorList[120].pitchDeg=0.0
7855# roll (rotation about x) of the detector in degrees
7856config.detectorList[120].rollDeg=0.0
7858# Pixel size in the x dimension in mm
7859config.detectorList[120].pixelSize_x=0.01
7861# Pixel size in the y dimension in mm
7862config.detectorList[120].pixelSize_y=0.01
7864# Transpose the pixel grid before orienting in focal plane?
7865config.detectorList[120].transposeDetector=False
7867# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7868config.detectorList[120].crosstalk=None
7870config.detectorList[121]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7871config.detectorList[121].transformDict.transforms=None
7872# Name of reference coordinate system
7873config.detectorList[121].transformDict.nativeSys='Pixels'
7875# Name of detector slot
7876config.detectorList[121].name='R:2,4 S:1,2'
7878# ID of detector slot
7879config.detectorList[121].id=2412
7881# x0 of pixel bounding box
7882config.detectorList[121].bbox_x0=0
7884# y0 of pixel bounding box
7885config.detectorList[121].bbox_y0=0
7887# x1 of pixel bounding box
7888config.detectorList[121].bbox_x1=4071
7890# y1 of pixel bounding box
7891config.detectorList[121].bbox_y1=3999
7893# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7894config.detectorList[121].detectorType=0
7896# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7897config.detectorList[121].physicalType='CCD'
7899# Serial string associated with this specific detector
7900config.detectorList[121].serial='R24_S12_v3.4.2'
7902# x offset from the origin of the camera in mm in the transposed system.
7903config.detectorList[121].offset_x=0.070535
7905# y offset from the origin of the camera in mm in the transposed system.
7906config.detectorList[121].offset_y=296.25992
7908# x position of the reference point in the detector in pixels in transposed coordinates.
7909config.detectorList[121].refpos_x=2035.5
7911# y position of the reference point in the detector in pixels in transposed coordinates.
7912config.detectorList[121].refpos_y=1999.5
7914# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7915config.detectorList[121].yawDeg=90.005157
7917# pitch (rotation about y) of the detector in degrees
7918config.detectorList[121].pitchDeg=0.0
7920# roll (rotation about x) of the detector in degrees
7921config.detectorList[121].rollDeg=0.0
7923# Pixel size in the x dimension in mm
7924config.detectorList[121].pixelSize_x=0.01
7926# Pixel size in the y dimension in mm
7927config.detectorList[121].pixelSize_y=0.01
7929# Transpose the pixel grid before orienting in focal plane?
7930config.detectorList[121].transposeDetector=False
7932# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7933config.detectorList[121].crosstalk=None
7935config.detectorList[122]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
7936config.detectorList[122].transformDict.transforms=None
7937# Name of reference coordinate system
7938config.detectorList[122].transformDict.nativeSys='Pixels'
7940# Name of detector slot
7941config.detectorList[122].name='R:2,4 S:2,0'
7943# ID of detector slot
7944config.detectorList[122].id=2420
7946# x0 of pixel bounding box
7947config.detectorList[122].bbox_x0=0
7949# y0 of pixel bounding box
7950config.detectorList[122].bbox_y0=0
7952# x1 of pixel bounding box
7953config.detectorList[122].bbox_x1=4071
7955# y1 of pixel bounding box
7956config.detectorList[122].bbox_y1=3999
7958# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
7959config.detectorList[122].detectorType=0
7961# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
7962config.detectorList[122].physicalType='CCD'
7964# Serial string associated with this specific detector
7965config.detectorList[122].serial='R24_S20_v3.4.2'
7967# x offset from the origin of the camera in mm in the transposed system.
7968config.detectorList[122].offset_x=42.270882
7970# y offset from the origin of the camera in mm in the transposed system.
7971config.detectorList[122].offset_y=211.731568
7973# x position of the reference point in the detector in pixels in transposed coordinates.
7974config.detectorList[122].refpos_x=2035.5
7976# y position of the reference point in the detector in pixels in transposed coordinates.
7977config.detectorList[122].refpos_y=1999.5
7979# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
7980config.detectorList[122].yawDeg=89.980806
7982# pitch (rotation about y) of the detector in degrees
7983config.detectorList[122].pitchDeg=0.0
7985# roll (rotation about x) of the detector in degrees
7986config.detectorList[122].rollDeg=0.0
7988# Pixel size in the x dimension in mm
7989config.detectorList[122].pixelSize_x=0.01
7991# Pixel size in the y dimension in mm
7992config.detectorList[122].pixelSize_y=0.01
7994# Transpose the pixel grid before orienting in focal plane?
7995config.detectorList[122].transposeDetector=False
7997# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
7998config.detectorList[122].crosstalk=None
8000config.detectorList[123]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8001config.detectorList[123].transformDict.transforms=None
8002# Name of reference coordinate system
8003config.detectorList[123].transformDict.nativeSys='Pixels'
8005# Name of detector slot
8006config.detectorList[123].name='R:2,4 S:2,1'
8008# ID of detector slot
8009config.detectorList[123].id=2421
8011# x0 of pixel bounding box
8012config.detectorList[123].bbox_x0=0
8014# y0 of pixel bounding box
8015config.detectorList[123].bbox_y0=0
8017# x1 of pixel bounding box
8018config.detectorList[123].bbox_x1=4071
8020# y1 of pixel bounding box
8021config.detectorList[123].bbox_y1=3999
8023# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8024config.detectorList[123].detectorType=0
8026# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8027config.detectorList[123].physicalType='CCD'
8029# Serial string associated with this specific detector
8030config.detectorList[123].serial='R24_S21_v3.4.2'
8032# x offset from the origin of the camera in mm in the transposed system.
8033config.detectorList[123].offset_x=42.247047
8035# y offset from the origin of the camera in mm in the transposed system.
8036config.detectorList[123].offset_y=254.006667
8038# x position of the reference point in the detector in pixels in transposed coordinates.
8039config.detectorList[123].refpos_x=2035.5
8041# y position of the reference point in the detector in pixels in transposed coordinates.
8042config.detectorList[123].refpos_y=1999.5
8044# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8045config.detectorList[123].yawDeg=90.007105
8047# pitch (rotation about y) of the detector in degrees
8048config.detectorList[123].pitchDeg=0.0
8050# roll (rotation about x) of the detector in degrees
8051config.detectorList[123].rollDeg=0.0
8053# Pixel size in the x dimension in mm
8054config.detectorList[123].pixelSize_x=0.01
8056# Pixel size in the y dimension in mm
8057config.detectorList[123].pixelSize_y=0.01
8059# Transpose the pixel grid before orienting in focal plane?
8060config.detectorList[123].transposeDetector=False
8062# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8063config.detectorList[123].crosstalk=None
8065config.detectorList[124]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8066config.detectorList[124].transformDict.transforms=None
8067# Name of reference coordinate system
8068config.detectorList[124].transformDict.nativeSys='Pixels'
8070# Name of detector slot
8071config.detectorList[124].name='R:2,4 S:2,2'
8073# ID of detector slot
8074config.detectorList[124].id=2422
8076# x0 of pixel bounding box
8077config.detectorList[124].bbox_x0=0
8079# y0 of pixel bounding box
8080config.detectorList[124].bbox_y0=0
8082# x1 of pixel bounding box
8083config.detectorList[124].bbox_x1=4071
8085# y1 of pixel bounding box
8086config.detectorList[124].bbox_y1=3999
8088# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8089config.detectorList[124].detectorType=0
8091# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8092config.detectorList[124].physicalType='CCD'
8094# Serial string associated with this specific detector
8095config.detectorList[124].serial='R24_S22_v3.4.2'
8097# x offset from the origin of the camera in mm in the transposed system.
8098config.detectorList[124].offset_x=42.323386
8100# y offset from the origin of the camera in mm in the transposed system.
8101config.detectorList[124].offset_y=296.193572
8103# x position of the reference point in the detector in pixels in transposed coordinates.
8104config.detectorList[124].refpos_x=2035.5
8106# y position of the reference point in the detector in pixels in transposed coordinates.
8107config.detectorList[124].refpos_y=1999.5
8109# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8110config.detectorList[124].yawDeg=89.98539
8112# pitch (rotation about y) of the detector in degrees
8113config.detectorList[124].pitchDeg=0.0
8115# roll (rotation about x) of the detector in degrees
8116config.detectorList[124].rollDeg=0.0
8118# Pixel size in the x dimension in mm
8119config.detectorList[124].pixelSize_x=0.01
8121# Pixel size in the y dimension in mm
8122config.detectorList[124].pixelSize_y=0.01
8124# Transpose the pixel grid before orienting in focal plane?
8125config.detectorList[124].transposeDetector=False
8127# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8128config.detectorList[124].crosstalk=None
8130config.detectorList[125]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8131config.detectorList[125].transformDict.transforms=None
8132# Name of reference coordinate system
8133config.detectorList[125].transformDict.nativeSys='Pixels'
8135# Name of detector slot
8136config.detectorList[125].name='R:3,0 S:0,0'
8138# ID of detector slot
8139config.detectorList[125].id=3000
8141# x0 of pixel bounding box
8142config.detectorList[125].bbox_x0=0
8144# y0 of pixel bounding box
8145config.detectorList[125].bbox_y0=0
8147# x1 of pixel bounding box
8148config.detectorList[125].bbox_x1=4071
8150# y1 of pixel bounding box
8151config.detectorList[125].bbox_y1=3999
8153# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8154config.detectorList[125].detectorType=0
8156# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8157config.detectorList[125].physicalType='CCD'
8159# Serial string associated with this specific detector
8160config.detectorList[125].serial='R30_S00_v3.4.2'
8162# x offset from the origin of the camera in mm in the transposed system.
8163config.detectorList[125].offset_x=84.769187
8165# y offset from the origin of the camera in mm in the transposed system.
8166config.detectorList[125].offset_y=-296.231875
8168# x position of the reference point in the detector in pixels in transposed coordinates.
8169config.detectorList[125].refpos_x=2035.5
8171# y position of the reference point in the detector in pixels in transposed coordinates.
8172config.detectorList[125].refpos_y=1999.5
8174# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8175config.detectorList[125].yawDeg=90.013464
8177# pitch (rotation about y) of the detector in degrees
8178config.detectorList[125].pitchDeg=0.0
8180# roll (rotation about x) of the detector in degrees
8181config.detectorList[125].rollDeg=0.0
8183# Pixel size in the x dimension in mm
8184config.detectorList[125].pixelSize_x=0.01
8186# Pixel size in the y dimension in mm
8187config.detectorList[125].pixelSize_y=0.01
8189# Transpose the pixel grid before orienting in focal plane?
8190config.detectorList[125].transposeDetector=False
8192# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8193config.detectorList[125].crosstalk=None
8195config.detectorList[126]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8196config.detectorList[126].transformDict.transforms=None
8197# Name of reference coordinate system
8198config.detectorList[126].transformDict.nativeSys='Pixels'
8200# Name of detector slot
8201config.detectorList[126].name='R:3,0 S:0,1'
8203# ID of detector slot
8204config.detectorList[126].id=3001
8206# x0 of pixel bounding box
8207config.detectorList[126].bbox_x0=0
8209# y0 of pixel bounding box
8210config.detectorList[126].bbox_y0=0
8212# x1 of pixel bounding box
8213config.detectorList[126].bbox_x1=4071
8215# y1 of pixel bounding box
8216config.detectorList[126].bbox_y1=3999
8218# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8219config.detectorList[126].detectorType=0
8221# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8222config.detectorList[126].physicalType='CCD'
8224# Serial string associated with this specific detector
8225config.detectorList[126].serial='R30_S01_v3.4.2'
8227# x offset from the origin of the camera in mm in the transposed system.
8228config.detectorList[126].offset_x=84.802627
8230# y offset from the origin of the camera in mm in the transposed system.
8231config.detectorList[126].offset_y=-253.98454
8233# x position of the reference point in the detector in pixels in transposed coordinates.
8234config.detectorList[126].refpos_x=2035.5
8236# y position of the reference point in the detector in pixels in transposed coordinates.
8237config.detectorList[126].refpos_y=1999.5
8239# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8240config.detectorList[126].yawDeg=90.009053
8242# pitch (rotation about y) of the detector in degrees
8243config.detectorList[126].pitchDeg=0.0
8245# roll (rotation about x) of the detector in degrees
8246config.detectorList[126].rollDeg=0.0
8248# Pixel size in the x dimension in mm
8249config.detectorList[126].pixelSize_x=0.01
8251# Pixel size in the y dimension in mm
8252config.detectorList[126].pixelSize_y=0.01
8254# Transpose the pixel grid before orienting in focal plane?
8255config.detectorList[126].transposeDetector=False
8257# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8258config.detectorList[126].crosstalk=None
8260config.detectorList[127]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8261config.detectorList[127].transformDict.transforms=None
8262# Name of reference coordinate system
8263config.detectorList[127].transformDict.nativeSys='Pixels'
8265# Name of detector slot
8266config.detectorList[127].name='R:3,0 S:0,2'
8268# ID of detector slot
8269config.detectorList[127].id=3002
8271# x0 of pixel bounding box
8272config.detectorList[127].bbox_x0=0
8274# y0 of pixel bounding box
8275config.detectorList[127].bbox_y0=0
8277# x1 of pixel bounding box
8278config.detectorList[127].bbox_x1=4071
8280# y1 of pixel bounding box
8281config.detectorList[127].bbox_y1=3999
8283# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8284config.detectorList[127].detectorType=0
8286# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8287config.detectorList[127].physicalType='CCD'
8289# Serial string associated with this specific detector
8290config.detectorList[127].serial='R30_S02_v3.4.2'
8292# x offset from the origin of the camera in mm in the transposed system.
8293config.detectorList[127].offset_x=84.750924
8295# y offset from the origin of the camera in mm in the transposed system.
8296config.detectorList[127].offset_y=-211.703613
8298# x position of the reference point in the detector in pixels in transposed coordinates.
8299config.detectorList[127].refpos_x=2035.5
8301# y position of the reference point in the detector in pixels in transposed coordinates.
8302config.detectorList[127].refpos_y=1999.5
8304# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8305config.detectorList[127].yawDeg=89.995646
8307# pitch (rotation about y) of the detector in degrees
8308config.detectorList[127].pitchDeg=0.0
8310# roll (rotation about x) of the detector in degrees
8311config.detectorList[127].rollDeg=0.0
8313# Pixel size in the x dimension in mm
8314config.detectorList[127].pixelSize_x=0.01
8316# Pixel size in the y dimension in mm
8317config.detectorList[127].pixelSize_y=0.01
8319# Transpose the pixel grid before orienting in focal plane?
8320config.detectorList[127].transposeDetector=False
8322# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8323config.detectorList[127].crosstalk=None
8325config.detectorList[128]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8326config.detectorList[128].transformDict.transforms=None
8327# Name of reference coordinate system
8328config.detectorList[128].transformDict.nativeSys='Pixels'
8330# Name of detector slot
8331config.detectorList[128].name='R:3,0 S:1,0'
8333# ID of detector slot
8334config.detectorList[128].id=3010
8336# x0 of pixel bounding box
8337config.detectorList[128].bbox_x0=0
8339# y0 of pixel bounding box
8340config.detectorList[128].bbox_y0=0
8342# x1 of pixel bounding box
8343config.detectorList[128].bbox_x1=4071
8345# y1 of pixel bounding box
8346config.detectorList[128].bbox_y1=3999
8348# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8349config.detectorList[128].detectorType=0
8351# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8352config.detectorList[128].physicalType='CCD'
8354# Serial string associated with this specific detector
8355config.detectorList[128].serial='R30_S10_v3.4.2'
8357# x offset from the origin of the camera in mm in the transposed system.
8358config.detectorList[128].offset_x=126.983376
8360# y offset from the origin of the camera in mm in the transposed system.
8361config.detectorList[128].offset_y=-296.291412
8363# x position of the reference point in the detector in pixels in transposed coordinates.
8364config.detectorList[128].refpos_x=2035.5
8366# y position of the reference point in the detector in pixels in transposed coordinates.
8367config.detectorList[128].refpos_y=1999.5
8369# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8370config.detectorList[128].yawDeg=90.01249
8372# pitch (rotation about y) of the detector in degrees
8373config.detectorList[128].pitchDeg=0.0
8375# roll (rotation about x) of the detector in degrees
8376config.detectorList[128].rollDeg=0.0
8378# Pixel size in the x dimension in mm
8379config.detectorList[128].pixelSize_x=0.01
8381# Pixel size in the y dimension in mm
8382config.detectorList[128].pixelSize_y=0.01
8384# Transpose the pixel grid before orienting in focal plane?
8385config.detectorList[128].transposeDetector=False
8387# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8388config.detectorList[128].crosstalk=None
8390config.detectorList[129]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8391config.detectorList[129].transformDict.transforms=None
8392# Name of reference coordinate system
8393config.detectorList[129].transformDict.nativeSys='Pixels'
8395# Name of detector slot
8396config.detectorList[129].name='R:3,0 S:1,1'
8398# ID of detector slot
8399config.detectorList[129].id=3011
8401# x0 of pixel bounding box
8402config.detectorList[129].bbox_x0=0
8404# y0 of pixel bounding box
8405config.detectorList[129].bbox_y0=0
8407# x1 of pixel bounding box
8408config.detectorList[129].bbox_x1=4071
8410# y1 of pixel bounding box
8411config.detectorList[129].bbox_y1=3999
8413# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8414config.detectorList[129].detectorType=0
8416# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8417config.detectorList[129].physicalType='CCD'
8419# Serial string associated with this specific detector
8420config.detectorList[129].serial='R30_S11_v3.4.2'
8422# x offset from the origin of the camera in mm in the transposed system.
8423config.detectorList[129].offset_x=127.030727
8425# y offset from the origin of the camera in mm in the transposed system.
8426config.detectorList[129].offset_y=-253.989059
8428# x position of the reference point in the detector in pixels in transposed coordinates.
8429config.detectorList[129].refpos_x=2035.5
8431# y position of the reference point in the detector in pixels in transposed coordinates.
8432config.detectorList[129].refpos_y=1999.5
8434# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8435config.detectorList[129].yawDeg=89.999771
8437# pitch (rotation about y) of the detector in degrees
8438config.detectorList[129].pitchDeg=0.0
8440# roll (rotation about x) of the detector in degrees
8441config.detectorList[129].rollDeg=0.0
8443# Pixel size in the x dimension in mm
8444config.detectorList[129].pixelSize_x=0.01
8446# Pixel size in the y dimension in mm
8447config.detectorList[129].pixelSize_y=0.01
8449# Transpose the pixel grid before orienting in focal plane?
8450config.detectorList[129].transposeDetector=False
8452# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8453config.detectorList[129].crosstalk=None
8455config.detectorList[130]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8456config.detectorList[130].transformDict.transforms=None
8457# Name of reference coordinate system
8458config.detectorList[130].transformDict.nativeSys='Pixels'
8460# Name of detector slot
8461config.detectorList[130].name='R:3,0 S:1,2'
8463# ID of detector slot
8464config.detectorList[130].id=3012
8466# x0 of pixel bounding box
8467config.detectorList[130].bbox_x0=0
8469# y0 of pixel bounding box
8470config.detectorList[130].bbox_y0=0
8472# x1 of pixel bounding box
8473config.detectorList[130].bbox_x1=4071
8475# y1 of pixel bounding box
8476config.detectorList[130].bbox_y1=3999
8478# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8479config.detectorList[130].detectorType=0
8481# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8482config.detectorList[130].physicalType='CCD'
8484# Serial string associated with this specific detector
8485config.detectorList[130].serial='R30_S12_v3.4.2'
8487# x offset from the origin of the camera in mm in the transposed system.
8488config.detectorList[130].offset_x=127.005983
8490# y offset from the origin of the camera in mm in the transposed system.
8491config.detectorList[130].offset_y=-211.759827
8493# x position of the reference point in the detector in pixels in transposed coordinates.
8494config.detectorList[130].refpos_x=2035.5
8496# y position of the reference point in the detector in pixels in transposed coordinates.
8497config.detectorList[130].refpos_y=1999.5
8499# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8500config.detectorList[130].yawDeg=90.007735
8502# pitch (rotation about y) of the detector in degrees
8503config.detectorList[130].pitchDeg=0.0
8505# roll (rotation about x) of the detector in degrees
8506config.detectorList[130].rollDeg=0.0
8508# Pixel size in the x dimension in mm
8509config.detectorList[130].pixelSize_x=0.01
8511# Pixel size in the y dimension in mm
8512config.detectorList[130].pixelSize_y=0.01
8514# Transpose the pixel grid before orienting in focal plane?
8515config.detectorList[130].transposeDetector=False
8517# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8518config.detectorList[130].crosstalk=None
8520config.detectorList[131]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8521config.detectorList[131].transformDict.transforms=None
8522# Name of reference coordinate system
8523config.detectorList[131].transformDict.nativeSys='Pixels'
8525# Name of detector slot
8526config.detectorList[131].name='R:3,0 S:2,0'
8528# ID of detector slot
8529config.detectorList[131].id=3020
8531# x0 of pixel bounding box
8532config.detectorList[131].bbox_x0=0
8534# y0 of pixel bounding box
8535config.detectorList[131].bbox_y0=0
8537# x1 of pixel bounding box
8538config.detectorList[131].bbox_x1=4071
8540# y1 of pixel bounding box
8541config.detectorList[131].bbox_y1=3999
8543# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8544config.detectorList[131].detectorType=0
8546# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8547config.detectorList[131].physicalType='CCD'
8549# Serial string associated with this specific detector
8550config.detectorList[131].serial='R30_S20_v3.4.2'
8552# x offset from the origin of the camera in mm in the transposed system.
8553config.detectorList[131].offset_x=169.23311
8555# y offset from the origin of the camera in mm in the transposed system.
8556config.detectorList[131].offset_y=-296.232908
8558# x position of the reference point in the detector in pixels in transposed coordinates.
8559config.detectorList[131].refpos_x=2035.5
8561# y position of the reference point in the detector in pixels in transposed coordinates.
8562config.detectorList[131].refpos_y=1999.5
8564# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8565config.detectorList[131].yawDeg=89.999542
8567# pitch (rotation about y) of the detector in degrees
8568config.detectorList[131].pitchDeg=0.0
8570# roll (rotation about x) of the detector in degrees
8571config.detectorList[131].rollDeg=0.0
8573# Pixel size in the x dimension in mm
8574config.detectorList[131].pixelSize_x=0.01
8576# Pixel size in the y dimension in mm
8577config.detectorList[131].pixelSize_y=0.01
8579# Transpose the pixel grid before orienting in focal plane?
8580config.detectorList[131].transposeDetector=False
8582# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8583config.detectorList[131].crosstalk=None
8585config.detectorList[132]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8586config.detectorList[132].transformDict.transforms=None
8587# Name of reference coordinate system
8588config.detectorList[132].transformDict.nativeSys='Pixels'
8590# Name of detector slot
8591config.detectorList[132].name='R:3,0 S:2,1'
8593# ID of detector slot
8594config.detectorList[132].id=3021
8596# x0 of pixel bounding box
8597config.detectorList[132].bbox_x0=0
8599# y0 of pixel bounding box
8600config.detectorList[132].bbox_y0=0
8602# x1 of pixel bounding box
8603config.detectorList[132].bbox_x1=4071
8605# y1 of pixel bounding box
8606config.detectorList[132].bbox_y1=3999
8608# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8609config.detectorList[132].detectorType=0
8611# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8612config.detectorList[132].physicalType='CCD'
8614# Serial string associated with this specific detector
8615config.detectorList[132].serial='R30_S21_v3.4.2'
8617# x offset from the origin of the camera in mm in the transposed system.
8618config.detectorList[132].offset_x=169.292556
8620# y offset from the origin of the camera in mm in the transposed system.
8621config.detectorList[132].offset_y=-253.974212
8623# x position of the reference point in the detector in pixels in transposed coordinates.
8624config.detectorList[132].refpos_x=2035.5
8626# y position of the reference point in the detector in pixels in transposed coordinates.
8627config.detectorList[132].refpos_y=1999.5
8629# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8630config.detectorList[132].yawDeg=90.017819
8632# pitch (rotation about y) of the detector in degrees
8633config.detectorList[132].pitchDeg=0.0
8635# roll (rotation about x) of the detector in degrees
8636config.detectorList[132].rollDeg=0.0
8638# Pixel size in the x dimension in mm
8639config.detectorList[132].pixelSize_x=0.01
8641# Pixel size in the y dimension in mm
8642config.detectorList[132].pixelSize_y=0.01
8644# Transpose the pixel grid before orienting in focal plane?
8645config.detectorList[132].transposeDetector=False
8647# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8648config.detectorList[132].crosstalk=None
8650config.detectorList[133]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8651config.detectorList[133].transformDict.transforms=None
8652# Name of reference coordinate system
8653config.detectorList[133].transformDict.nativeSys='Pixels'
8655# Name of detector slot
8656config.detectorList[133].name='R:3,0 S:2,2'
8658# ID of detector slot
8659config.detectorList[133].id=3022
8661# x0 of pixel bounding box
8662config.detectorList[133].bbox_x0=0
8664# y0 of pixel bounding box
8665config.detectorList[133].bbox_y0=0
8667# x1 of pixel bounding box
8668config.detectorList[133].bbox_x1=4071
8670# y1 of pixel bounding box
8671config.detectorList[133].bbox_y1=3999
8673# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8674config.detectorList[133].detectorType=0
8676# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8677config.detectorList[133].physicalType='CCD'
8679# Serial string associated with this specific detector
8680config.detectorList[133].serial='R30_S22_v3.4.2'
8682# x offset from the origin of the camera in mm in the transposed system.
8683config.detectorList[133].offset_x=169.291078
8685# y offset from the origin of the camera in mm in the transposed system.
8686config.detectorList[133].offset_y=-211.757035
8688# x position of the reference point in the detector in pixels in transposed coordinates.
8689config.detectorList[133].refpos_x=2035.5
8691# y position of the reference point in the detector in pixels in transposed coordinates.
8692config.detectorList[133].refpos_y=1999.5
8694# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8695config.detectorList[133].yawDeg=90.021142
8697# pitch (rotation about y) of the detector in degrees
8698config.detectorList[133].pitchDeg=0.0
8700# roll (rotation about x) of the detector in degrees
8701config.detectorList[133].rollDeg=0.0
8703# Pixel size in the x dimension in mm
8704config.detectorList[133].pixelSize_x=0.01
8706# Pixel size in the y dimension in mm
8707config.detectorList[133].pixelSize_y=0.01
8709# Transpose the pixel grid before orienting in focal plane?
8710config.detectorList[133].transposeDetector=False
8712# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8713config.detectorList[133].crosstalk=None
8715config.detectorList[134]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8716config.detectorList[134].transformDict.transforms=None
8717# Name of reference coordinate system
8718config.detectorList[134].transformDict.nativeSys='Pixels'
8720# Name of detector slot
8721config.detectorList[134].name='R:3,1 S:0,0'
8723# ID of detector slot
8724config.detectorList[134].id=3100
8726# x0 of pixel bounding box
8727config.detectorList[134].bbox_x0=0
8729# y0 of pixel bounding box
8730config.detectorList[134].bbox_y0=0
8732# x1 of pixel bounding box
8733config.detectorList[134].bbox_x1=4071
8735# y1 of pixel bounding box
8736config.detectorList[134].bbox_y1=3999
8738# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8739config.detectorList[134].detectorType=0
8741# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8742config.detectorList[134].physicalType='CCD'
8744# Serial string associated with this specific detector
8745config.detectorList[134].serial='R31_S00_v3.4.2'
8747# x offset from the origin of the camera in mm in the transposed system.
8748config.detectorList[134].offset_x=84.72557
8750# y offset from the origin of the camera in mm in the transposed system.
8751config.detectorList[134].offset_y=-169.192245
8753# x position of the reference point in the detector in pixels in transposed coordinates.
8754config.detectorList[134].refpos_x=2035.5
8756# y position of the reference point in the detector in pixels in transposed coordinates.
8757config.detectorList[134].refpos_y=1999.5
8759# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8760config.detectorList[134].yawDeg=89.971467
8762# pitch (rotation about y) of the detector in degrees
8763config.detectorList[134].pitchDeg=0.0
8765# roll (rotation about x) of the detector in degrees
8766config.detectorList[134].rollDeg=0.0
8768# Pixel size in the x dimension in mm
8769config.detectorList[134].pixelSize_x=0.01
8771# Pixel size in the y dimension in mm
8772config.detectorList[134].pixelSize_y=0.01
8774# Transpose the pixel grid before orienting in focal plane?
8775config.detectorList[134].transposeDetector=False
8777# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8778config.detectorList[134].crosstalk=None
8780config.detectorList[135]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8781config.detectorList[135].transformDict.transforms=None
8782# Name of reference coordinate system
8783config.detectorList[135].transformDict.nativeSys='Pixels'
8785# Name of detector slot
8786config.detectorList[135].name='R:3,1 S:0,1'
8788# ID of detector slot
8789config.detectorList[135].id=3101
8791# x0 of pixel bounding box
8792config.detectorList[135].bbox_x0=0
8794# y0 of pixel bounding box
8795config.detectorList[135].bbox_y0=0
8797# x1 of pixel bounding box
8798config.detectorList[135].bbox_x1=4071
8800# y1 of pixel bounding box
8801config.detectorList[135].bbox_y1=3999
8803# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8804config.detectorList[135].detectorType=0
8806# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8807config.detectorList[135].physicalType='CCD'
8809# Serial string associated with this specific detector
8810config.detectorList[135].serial='R31_S01_v3.4.2'
8812# x offset from the origin of the camera in mm in the transposed system.
8813config.detectorList[135].offset_x=84.742645
8815# y offset from the origin of the camera in mm in the transposed system.
8816config.detectorList[135].offset_y=-126.949797
8818# x position of the reference point in the detector in pixels in transposed coordinates.
8819config.detectorList[135].refpos_x=2035.5
8821# y position of the reference point in the detector in pixels in transposed coordinates.
8822config.detectorList[135].refpos_y=1999.5
8824# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8825config.detectorList[135].yawDeg=89.995531
8827# pitch (rotation about y) of the detector in degrees
8828config.detectorList[135].pitchDeg=0.0
8830# roll (rotation about x) of the detector in degrees
8831config.detectorList[135].rollDeg=0.0
8833# Pixel size in the x dimension in mm
8834config.detectorList[135].pixelSize_x=0.01
8836# Pixel size in the y dimension in mm
8837config.detectorList[135].pixelSize_y=0.01
8839# Transpose the pixel grid before orienting in focal plane?
8840config.detectorList[135].transposeDetector=False
8842# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8843config.detectorList[135].crosstalk=None
8845config.detectorList[136]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8846config.detectorList[136].transformDict.transforms=None
8847# Name of reference coordinate system
8848config.detectorList[136].transformDict.nativeSys='Pixels'
8850# Name of detector slot
8851config.detectorList[136].name='R:3,1 S:0,2'
8853# ID of detector slot
8854config.detectorList[136].id=3102
8856# x0 of pixel bounding box
8857config.detectorList[136].bbox_x0=0
8859# y0 of pixel bounding box
8860config.detectorList[136].bbox_y0=0
8862# x1 of pixel bounding box
8863config.detectorList[136].bbox_x1=4071
8865# y1 of pixel bounding box
8866config.detectorList[136].bbox_y1=3999
8868# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8869config.detectorList[136].detectorType=0
8871# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8872config.detectorList[136].physicalType='CCD'
8874# Serial string associated with this specific detector
8875config.detectorList[136].serial='R31_S02_v3.4.2'
8877# x offset from the origin of the camera in mm in the transposed system.
8878config.detectorList[136].offset_x=84.739754
8880# y offset from the origin of the camera in mm in the transposed system.
8881config.detectorList[136].offset_y=-84.778793
8883# x position of the reference point in the detector in pixels in transposed coordinates.
8884config.detectorList[136].refpos_x=2035.5
8886# y position of the reference point in the detector in pixels in transposed coordinates.
8887config.detectorList[136].refpos_y=1999.5
8889# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8890config.detectorList[136].yawDeg=89.984072
8892# pitch (rotation about y) of the detector in degrees
8893config.detectorList[136].pitchDeg=0.0
8895# roll (rotation about x) of the detector in degrees
8896config.detectorList[136].rollDeg=0.0
8898# Pixel size in the x dimension in mm
8899config.detectorList[136].pixelSize_x=0.01
8901# Pixel size in the y dimension in mm
8902config.detectorList[136].pixelSize_y=0.01
8904# Transpose the pixel grid before orienting in focal plane?
8905config.detectorList[136].transposeDetector=False
8907# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8908config.detectorList[136].crosstalk=None
8910config.detectorList[137]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8911config.detectorList[137].transformDict.transforms=None
8912# Name of reference coordinate system
8913config.detectorList[137].transformDict.nativeSys='Pixels'
8915# Name of detector slot
8916config.detectorList[137].name='R:3,1 S:1,0'
8918# ID of detector slot
8919config.detectorList[137].id=3110
8921# x0 of pixel bounding box
8922config.detectorList[137].bbox_x0=0
8924# y0 of pixel bounding box
8925config.detectorList[137].bbox_y0=0
8927# x1 of pixel bounding box
8928config.detectorList[137].bbox_x1=4071
8930# y1 of pixel bounding box
8931config.detectorList[137].bbox_y1=3999
8933# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8934config.detectorList[137].detectorType=0
8936# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
8937config.detectorList[137].physicalType='CCD'
8939# Serial string associated with this specific detector
8940config.detectorList[137].serial='R31_S10_v3.4.2'
8942# x offset from the origin of the camera in mm in the transposed system.
8943config.detectorList[137].offset_x=127.038916
8945# y offset from the origin of the camera in mm in the transposed system.
8946config.detectorList[137].offset_y=-169.21231
8948# x position of the reference point in the detector in pixels in transposed coordinates.
8949config.detectorList[137].refpos_x=2035.5
8951# y position of the reference point in the detector in pixels in transposed coordinates.
8952config.detectorList[137].refpos_y=1999.5
8954# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
8955config.detectorList[137].yawDeg=89.974332
8957# pitch (rotation about y) of the detector in degrees
8958config.detectorList[137].pitchDeg=0.0
8960# roll (rotation about x) of the detector in degrees
8961config.detectorList[137].rollDeg=0.0
8963# Pixel size in the x dimension in mm
8964config.detectorList[137].pixelSize_x=0.01
8966# Pixel size in the y dimension in mm
8967config.detectorList[137].pixelSize_y=0.01
8969# Transpose the pixel grid before orienting in focal plane?
8970config.detectorList[137].transposeDetector=False
8972# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
8973config.detectorList[137].crosstalk=None
8975config.detectorList[138]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
8976config.detectorList[138].transformDict.transforms=None
8977# Name of reference coordinate system
8978config.detectorList[138].transformDict.nativeSys='Pixels'
8980# Name of detector slot
8981config.detectorList[138].name='R:3,1 S:1,1'
8983# ID of detector slot
8984config.detectorList[138].id=3111
8986# x0 of pixel bounding box
8987config.detectorList[138].bbox_x0=0
8989# y0 of pixel bounding box
8990config.detectorList[138].bbox_y0=0
8992# x1 of pixel bounding box
8993config.detectorList[138].bbox_x1=4071
8995# y1 of pixel bounding box
8996config.detectorList[138].bbox_y1=3999
8998# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
8999config.detectorList[138].detectorType=0
9001# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9002config.detectorList[138].physicalType='CCD'
9004# Serial string associated with this specific detector
9005config.detectorList[138].serial='R31_S11_v3.4.2'
9007# x offset from the origin of the camera in mm in the transposed system.
9008config.detectorList[138].offset_x=127.01052
9010# y offset from the origin of the camera in mm in the transposed system.
9011config.detectorList[138].offset_y=-126.95263
9013# x position of the reference point in the detector in pixels in transposed coordinates.
9014config.detectorList[138].refpos_x=2035.5
9016# y position of the reference point in the detector in pixels in transposed coordinates.
9017config.detectorList[138].refpos_y=1999.5
9019# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9020config.detectorList[138].yawDeg=89.988197
9022# pitch (rotation about y) of the detector in degrees
9023config.detectorList[138].pitchDeg=0.0
9025# roll (rotation about x) of the detector in degrees
9026config.detectorList[138].rollDeg=0.0
9028# Pixel size in the x dimension in mm
9029config.detectorList[138].pixelSize_x=0.01
9031# Pixel size in the y dimension in mm
9032config.detectorList[138].pixelSize_y=0.01
9034# Transpose the pixel grid before orienting in focal plane?
9035config.detectorList[138].transposeDetector=False
9037# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9038config.detectorList[138].crosstalk=None
9040config.detectorList[139]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9041config.detectorList[139].transformDict.transforms=None
9042# Name of reference coordinate system
9043config.detectorList[139].transformDict.nativeSys='Pixels'
9045# Name of detector slot
9046config.detectorList[139].name='R:3,1 S:1,2'
9048# ID of detector slot
9049config.detectorList[139].id=3112
9051# x0 of pixel bounding box
9052config.detectorList[139].bbox_x0=0
9054# y0 of pixel bounding box
9055config.detectorList[139].bbox_y0=0
9057# x1 of pixel bounding box
9058config.detectorList[139].bbox_x1=4071
9060# y1 of pixel bounding box
9061config.detectorList[139].bbox_y1=3999
9063# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9064config.detectorList[139].detectorType=0
9066# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9067config.detectorList[139].physicalType='CCD'
9069# Serial string associated with this specific detector
9070config.detectorList[139].serial='R31_S12_v3.4.2'
9072# x offset from the origin of the camera in mm in the transposed system.
9073config.detectorList[139].offset_x=126.994574
9075# y offset from the origin of the camera in mm in the transposed system.
9076config.detectorList[139].offset_y=-84.744248
9078# x position of the reference point in the detector in pixels in transposed coordinates.
9079config.detectorList[139].refpos_x=2035.5
9081# y position of the reference point in the detector in pixels in transposed coordinates.
9082config.detectorList[139].refpos_y=1999.5
9084# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9085config.detectorList[139].yawDeg=89.970607
9087# pitch (rotation about y) of the detector in degrees
9088config.detectorList[139].pitchDeg=0.0
9090# roll (rotation about x) of the detector in degrees
9091config.detectorList[139].rollDeg=0.0
9093# Pixel size in the x dimension in mm
9094config.detectorList[139].pixelSize_x=0.01
9096# Pixel size in the y dimension in mm
9097config.detectorList[139].pixelSize_y=0.01
9099# Transpose the pixel grid before orienting in focal plane?
9100config.detectorList[139].transposeDetector=False
9102# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9103config.detectorList[139].crosstalk=None
9105config.detectorList[140]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9106config.detectorList[140].transformDict.transforms=None
9107# Name of reference coordinate system
9108config.detectorList[140].transformDict.nativeSys='Pixels'
9110# Name of detector slot
9111config.detectorList[140].name='R:3,1 S:2,0'
9113# ID of detector slot
9114config.detectorList[140].id=3120
9116# x0 of pixel bounding box
9117config.detectorList[140].bbox_x0=0
9119# y0 of pixel bounding box
9120config.detectorList[140].bbox_y0=0
9122# x1 of pixel bounding box
9123config.detectorList[140].bbox_x1=4071
9125# y1 of pixel bounding box
9126config.detectorList[140].bbox_y1=3999
9128# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9129config.detectorList[140].detectorType=0
9131# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9132config.detectorList[140].physicalType='CCD'
9134# Serial string associated with this specific detector
9135config.detectorList[140].serial='R31_S20_v3.4.2'
9137# x offset from the origin of the camera in mm in the transposed system.
9138config.detectorList[140].offset_x=169.28036
9140# y offset from the origin of the camera in mm in the transposed system.
9141config.detectorList[140].offset_y=-169.274612
9143# x position of the reference point in the detector in pixels in transposed coordinates.
9144config.detectorList[140].refpos_x=2035.5
9146# y position of the reference point in the detector in pixels in transposed coordinates.
9147config.detectorList[140].refpos_y=1999.5
9149# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9150config.detectorList[140].yawDeg=90.000057
9152# pitch (rotation about y) of the detector in degrees
9153config.detectorList[140].pitchDeg=0.0
9155# roll (rotation about x) of the detector in degrees
9156config.detectorList[140].rollDeg=0.0
9158# Pixel size in the x dimension in mm
9159config.detectorList[140].pixelSize_x=0.01
9161# Pixel size in the y dimension in mm
9162config.detectorList[140].pixelSize_y=0.01
9164# Transpose the pixel grid before orienting in focal plane?
9165config.detectorList[140].transposeDetector=False
9167# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9168config.detectorList[140].crosstalk=None
9170config.detectorList[141]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9171config.detectorList[141].transformDict.transforms=None
9172# Name of reference coordinate system
9173config.detectorList[141].transformDict.nativeSys='Pixels'
9175# Name of detector slot
9176config.detectorList[141].name='R:3,1 S:2,1'
9178# ID of detector slot
9179config.detectorList[141].id=3121
9181# x0 of pixel bounding box
9182config.detectorList[141].bbox_x0=0
9184# y0 of pixel bounding box
9185config.detectorList[141].bbox_y0=0
9187# x1 of pixel bounding box
9188config.detectorList[141].bbox_x1=4071
9190# y1 of pixel bounding box
9191config.detectorList[141].bbox_y1=3999
9193# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9194config.detectorList[141].detectorType=0
9196# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9197config.detectorList[141].physicalType='CCD'
9199# Serial string associated with this specific detector
9200config.detectorList[141].serial='R31_S21_v3.4.2'
9202# x offset from the origin of the camera in mm in the transposed system.
9203config.detectorList[141].offset_x=169.270386
9205# y offset from the origin of the camera in mm in the transposed system.
9206config.detectorList[141].offset_y=-126.972473
9208# x position of the reference point in the detector in pixels in transposed coordinates.
9209config.detectorList[141].refpos_x=2035.5
9211# y position of the reference point in the detector in pixels in transposed coordinates.
9212config.detectorList[141].refpos_y=1999.5
9214# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9215config.detectorList[141].yawDeg=89.972899
9217# pitch (rotation about y) of the detector in degrees
9218config.detectorList[141].pitchDeg=0.0
9220# roll (rotation about x) of the detector in degrees
9221config.detectorList[141].rollDeg=0.0
9223# Pixel size in the x dimension in mm
9224config.detectorList[141].pixelSize_x=0.01
9226# Pixel size in the y dimension in mm
9227config.detectorList[141].pixelSize_y=0.01
9229# Transpose the pixel grid before orienting in focal plane?
9230config.detectorList[141].transposeDetector=False
9232# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9233config.detectorList[141].crosstalk=None
9235config.detectorList[142]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9236config.detectorList[142].transformDict.transforms=None
9237# Name of reference coordinate system
9238config.detectorList[142].transformDict.nativeSys='Pixels'
9240# Name of detector slot
9241config.detectorList[142].name='R:3,1 S:2,2'
9243# ID of detector slot
9244config.detectorList[142].id=3122
9246# x0 of pixel bounding box
9247config.detectorList[142].bbox_x0=0
9249# y0 of pixel bounding box
9250config.detectorList[142].bbox_y0=0
9252# x1 of pixel bounding box
9253config.detectorList[142].bbox_x1=4071
9255# y1 of pixel bounding box
9256config.detectorList[142].bbox_y1=3999
9258# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9259config.detectorList[142].detectorType=0
9261# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9262config.detectorList[142].physicalType='CCD'
9264# Serial string associated with this specific detector
9265config.detectorList[142].serial='R31_S22_v3.4.2'
9267# x offset from the origin of the camera in mm in the transposed system.
9268config.detectorList[142].offset_x=169.269226
9270# y offset from the origin of the camera in mm in the transposed system.
9271config.detectorList[142].offset_y=-84.726822
9273# x position of the reference point in the detector in pixels in transposed coordinates.
9274config.detectorList[142].refpos_x=2035.5
9276# y position of the reference point in the detector in pixels in transposed coordinates.
9277config.detectorList[142].refpos_y=1999.5
9279# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9280config.detectorList[142].yawDeg=89.996906
9282# pitch (rotation about y) of the detector in degrees
9283config.detectorList[142].pitchDeg=0.0
9285# roll (rotation about x) of the detector in degrees
9286config.detectorList[142].rollDeg=0.0
9288# Pixel size in the x dimension in mm
9289config.detectorList[142].pixelSize_x=0.01
9291# Pixel size in the y dimension in mm
9292config.detectorList[142].pixelSize_y=0.01
9294# Transpose the pixel grid before orienting in focal plane?
9295config.detectorList[142].transposeDetector=False
9297# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9298config.detectorList[142].crosstalk=None
9300config.detectorList[143]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9301config.detectorList[143].transformDict.transforms=None
9302# Name of reference coordinate system
9303config.detectorList[143].transformDict.nativeSys='Pixels'
9305# Name of detector slot
9306config.detectorList[143].name='R:3,2 S:0,0'
9308# ID of detector slot
9309config.detectorList[143].id=3200
9311# x0 of pixel bounding box
9312config.detectorList[143].bbox_x0=0
9314# y0 of pixel bounding box
9315config.detectorList[143].bbox_y0=0
9317# x1 of pixel bounding box
9318config.detectorList[143].bbox_x1=4071
9320# y1 of pixel bounding box
9321config.detectorList[143].bbox_y1=3999
9323# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9324config.detectorList[143].detectorType=0
9326# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9327config.detectorList[143].physicalType='CCD'
9329# Serial string associated with this specific detector
9330config.detectorList[143].serial='R32_S00_v3.4.2'
9332# x offset from the origin of the camera in mm in the transposed system.
9333config.detectorList[143].offset_x=84.733764
9335# y offset from the origin of the camera in mm in the transposed system.
9336config.detectorList[143].offset_y=-42.245232
9338# x position of the reference point in the detector in pixels in transposed coordinates.
9339config.detectorList[143].refpos_x=2035.5
9341# y position of the reference point in the detector in pixels in transposed coordinates.
9342config.detectorList[143].refpos_y=1999.5
9344# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9345config.detectorList[143].yawDeg=90.00212
9347# pitch (rotation about y) of the detector in degrees
9348config.detectorList[143].pitchDeg=0.0
9350# roll (rotation about x) of the detector in degrees
9351config.detectorList[143].rollDeg=0.0
9353# Pixel size in the x dimension in mm
9354config.detectorList[143].pixelSize_x=0.01
9356# Pixel size in the y dimension in mm
9357config.detectorList[143].pixelSize_y=0.01
9359# Transpose the pixel grid before orienting in focal plane?
9360config.detectorList[143].transposeDetector=False
9362# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9363config.detectorList[143].crosstalk=None
9365config.detectorList[144]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9366config.detectorList[144].transformDict.transforms=None
9367# Name of reference coordinate system
9368config.detectorList[144].transformDict.nativeSys='Pixels'
9370# Name of detector slot
9371config.detectorList[144].name='R:3,2 S:0,1'
9373# ID of detector slot
9374config.detectorList[144].id=3201
9376# x0 of pixel bounding box
9377config.detectorList[144].bbox_x0=0
9379# y0 of pixel bounding box
9380config.detectorList[144].bbox_y0=0
9382# x1 of pixel bounding box
9383config.detectorList[144].bbox_x1=4071
9385# y1 of pixel bounding box
9386config.detectorList[144].bbox_y1=3999
9388# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9389config.detectorList[144].detectorType=0
9391# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9392config.detectorList[144].physicalType='CCD'
9394# Serial string associated with this specific detector
9395config.detectorList[144].serial='R32_S01_v3.4.2'
9397# x offset from the origin of the camera in mm in the transposed system.
9398config.detectorList[144].offset_x=84.786568
9400# y offset from the origin of the camera in mm in the transposed system.
9401config.detectorList[144].offset_y=-0.007028
9403# x position of the reference point in the detector in pixels in transposed coordinates.
9404config.detectorList[144].refpos_x=2035.5
9406# y position of the reference point in the detector in pixels in transposed coordinates.
9407config.detectorList[144].refpos_y=1999.5
9409# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9410config.detectorList[144].yawDeg=90.004927
9412# pitch (rotation about y) of the detector in degrees
9413config.detectorList[144].pitchDeg=0.0
9415# roll (rotation about x) of the detector in degrees
9416config.detectorList[144].rollDeg=0.0
9418# Pixel size in the x dimension in mm
9419config.detectorList[144].pixelSize_x=0.01
9421# Pixel size in the y dimension in mm
9422config.detectorList[144].pixelSize_y=0.01
9424# Transpose the pixel grid before orienting in focal plane?
9425config.detectorList[144].transposeDetector=False
9427# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9428config.detectorList[144].crosstalk=None
9430config.detectorList[145]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9431config.detectorList[145].transformDict.transforms=None
9432# Name of reference coordinate system
9433config.detectorList[145].transformDict.nativeSys='Pixels'
9435# Name of detector slot
9436config.detectorList[145].name='R:3,2 S:0,2'
9438# ID of detector slot
9439config.detectorList[145].id=3202
9441# x0 of pixel bounding box
9442config.detectorList[145].bbox_x0=0
9444# y0 of pixel bounding box
9445config.detectorList[145].bbox_y0=0
9447# x1 of pixel bounding box
9448config.detectorList[145].bbox_x1=4071
9450# y1 of pixel bounding box
9451config.detectorList[145].bbox_y1=3999
9453# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9454config.detectorList[145].detectorType=0
9456# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9457config.detectorList[145].physicalType='CCD'
9459# Serial string associated with this specific detector
9460config.detectorList[145].serial='R32_S02_v3.4.2'
9462# x offset from the origin of the camera in mm in the transposed system.
9463config.detectorList[145].offset_x=84.778687
9465# y offset from the origin of the camera in mm in the transposed system.
9466config.detectorList[145].offset_y=42.221688
9468# x position of the reference point in the detector in pixels in transposed coordinates.
9469config.detectorList[145].refpos_x=2035.5
9471# y position of the reference point in the detector in pixels in transposed coordinates.
9472config.detectorList[145].refpos_y=1999.5
9474# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9475config.detectorList[145].yawDeg=90.003037
9477# pitch (rotation about y) of the detector in degrees
9478config.detectorList[145].pitchDeg=0.0
9480# roll (rotation about x) of the detector in degrees
9481config.detectorList[145].rollDeg=0.0
9483# Pixel size in the x dimension in mm
9484config.detectorList[145].pixelSize_x=0.01
9486# Pixel size in the y dimension in mm
9487config.detectorList[145].pixelSize_y=0.01
9489# Transpose the pixel grid before orienting in focal plane?
9490config.detectorList[145].transposeDetector=False
9492# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9493config.detectorList[145].crosstalk=None
9495config.detectorList[146]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9496config.detectorList[146].transformDict.transforms=None
9497# Name of reference coordinate system
9498config.detectorList[146].transformDict.nativeSys='Pixels'
9500# Name of detector slot
9501config.detectorList[146].name='R:3,2 S:1,0'
9503# ID of detector slot
9504config.detectorList[146].id=3210
9506# x0 of pixel bounding box
9507config.detectorList[146].bbox_x0=0
9509# y0 of pixel bounding box
9510config.detectorList[146].bbox_y0=0
9512# x1 of pixel bounding box
9513config.detectorList[146].bbox_x1=4071
9515# y1 of pixel bounding box
9516config.detectorList[146].bbox_y1=3999
9518# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9519config.detectorList[146].detectorType=0
9521# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9522config.detectorList[146].physicalType='CCD'
9524# Serial string associated with this specific detector
9525config.detectorList[146].serial='R32_S10_v3.4.2'
9527# x offset from the origin of the camera in mm in the transposed system.
9528config.detectorList[146].offset_x=126.967268
9530# y offset from the origin of the camera in mm in the transposed system.
9531config.detectorList[146].offset_y=-42.267803
9533# x position of the reference point in the detector in pixels in transposed coordinates.
9534config.detectorList[146].refpos_x=2035.5
9536# y position of the reference point in the detector in pixels in transposed coordinates.
9537config.detectorList[146].refpos_y=1999.5
9539# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9540config.detectorList[146].yawDeg=89.992265
9542# pitch (rotation about y) of the detector in degrees
9543config.detectorList[146].pitchDeg=0.0
9545# roll (rotation about x) of the detector in degrees
9546config.detectorList[146].rollDeg=0.0
9548# Pixel size in the x dimension in mm
9549config.detectorList[146].pixelSize_x=0.01
9551# Pixel size in the y dimension in mm
9552config.detectorList[146].pixelSize_y=0.01
9554# Transpose the pixel grid before orienting in focal plane?
9555config.detectorList[146].transposeDetector=False
9557# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9558config.detectorList[146].crosstalk=None
9560config.detectorList[147]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9561config.detectorList[147].transformDict.transforms=None
9562# Name of reference coordinate system
9563config.detectorList[147].transformDict.nativeSys='Pixels'
9565# Name of detector slot
9566config.detectorList[147].name='R:3,2 S:1,1'
9568# ID of detector slot
9569config.detectorList[147].id=3211
9571# x0 of pixel bounding box
9572config.detectorList[147].bbox_x0=0
9574# y0 of pixel bounding box
9575config.detectorList[147].bbox_y0=0
9577# x1 of pixel bounding box
9578config.detectorList[147].bbox_x1=4071
9580# y1 of pixel bounding box
9581config.detectorList[147].bbox_y1=3999
9583# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9584config.detectorList[147].detectorType=0
9586# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9587config.detectorList[147].physicalType='CCD'
9589# Serial string associated with this specific detector
9590config.detectorList[147].serial='R32_S11_v3.4.2'
9592# x offset from the origin of the camera in mm in the transposed system.
9593config.detectorList[147].offset_x=126.988663
9595# y offset from the origin of the camera in mm in the transposed system.
9596config.detectorList[147].offset_y=-0.015682
9598# x position of the reference point in the detector in pixels in transposed coordinates.
9599config.detectorList[147].refpos_x=2035.5
9601# y position of the reference point in the detector in pixels in transposed coordinates.
9602config.detectorList[147].refpos_y=1999.5
9604# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9605config.detectorList[147].yawDeg=90.003839
9607# pitch (rotation about y) of the detector in degrees
9608config.detectorList[147].pitchDeg=0.0
9610# roll (rotation about x) of the detector in degrees
9611config.detectorList[147].rollDeg=0.0
9613# Pixel size in the x dimension in mm
9614config.detectorList[147].pixelSize_x=0.01
9616# Pixel size in the y dimension in mm
9617config.detectorList[147].pixelSize_y=0.01
9619# Transpose the pixel grid before orienting in focal plane?
9620config.detectorList[147].transposeDetector=False
9622# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9623config.detectorList[147].crosstalk=None
9625config.detectorList[148]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9626config.detectorList[148].transformDict.transforms=None
9627# Name of reference coordinate system
9628config.detectorList[148].transformDict.nativeSys='Pixels'
9630# Name of detector slot
9631config.detectorList[148].name='R:3,2 S:1,2'
9633# ID of detector slot
9634config.detectorList[148].id=3212
9636# x0 of pixel bounding box
9637config.detectorList[148].bbox_x0=0
9639# y0 of pixel bounding box
9640config.detectorList[148].bbox_y0=0
9642# x1 of pixel bounding box
9643config.detectorList[148].bbox_x1=4071
9645# y1 of pixel bounding box
9646config.detectorList[148].bbox_y1=3999
9648# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9649config.detectorList[148].detectorType=0
9651# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9652config.detectorList[148].physicalType='CCD'
9654# Serial string associated with this specific detector
9655config.detectorList[148].serial='R32_S12_v3.4.2'
9657# x offset from the origin of the camera in mm in the transposed system.
9658config.detectorList[148].offset_x=126.959847
9660# y offset from the origin of the camera in mm in the transposed system.
9661config.detectorList[148].offset_y=42.245056
9663# x position of the reference point in the detector in pixels in transposed coordinates.
9664config.detectorList[148].refpos_x=2035.5
9666# y position of the reference point in the detector in pixels in transposed coordinates.
9667config.detectorList[148].refpos_y=1999.5
9669# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9670config.detectorList[148].yawDeg=90.005271
9672# pitch (rotation about y) of the detector in degrees
9673config.detectorList[148].pitchDeg=0.0
9675# roll (rotation about x) of the detector in degrees
9676config.detectorList[148].rollDeg=0.0
9678# Pixel size in the x dimension in mm
9679config.detectorList[148].pixelSize_x=0.01
9681# Pixel size in the y dimension in mm
9682config.detectorList[148].pixelSize_y=0.01
9684# Transpose the pixel grid before orienting in focal plane?
9685config.detectorList[148].transposeDetector=False
9687# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9688config.detectorList[148].crosstalk=None
9690config.detectorList[149]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9691config.detectorList[149].transformDict.transforms=None
9692# Name of reference coordinate system
9693config.detectorList[149].transformDict.nativeSys='Pixels'
9695# Name of detector slot
9696config.detectorList[149].name='R:3,2 S:2,0'
9698# ID of detector slot
9699config.detectorList[149].id=3220
9701# x0 of pixel bounding box
9702config.detectorList[149].bbox_x0=0
9704# y0 of pixel bounding box
9705config.detectorList[149].bbox_y0=0
9707# x1 of pixel bounding box
9708config.detectorList[149].bbox_x1=4071
9710# y1 of pixel bounding box
9711config.detectorList[149].bbox_y1=3999
9713# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9714config.detectorList[149].detectorType=0
9716# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9717config.detectorList[149].physicalType='CCD'
9719# Serial string associated with this specific detector
9720config.detectorList[149].serial='R32_S20_v3.4.2'
9722# x offset from the origin of the camera in mm in the transposed system.
9723config.detectorList[149].offset_x=169.249605
9725# y offset from the origin of the camera in mm in the transposed system.
9726config.detectorList[149].offset_y=-42.254421
9728# x position of the reference point in the detector in pixels in transposed coordinates.
9729config.detectorList[149].refpos_x=2035.5
9731# y position of the reference point in the detector in pixels in transposed coordinates.
9732config.detectorList[149].refpos_y=1999.5
9734# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9735config.detectorList[149].yawDeg=89.99937
9737# pitch (rotation about y) of the detector in degrees
9738config.detectorList[149].pitchDeg=0.0
9740# roll (rotation about x) of the detector in degrees
9741config.detectorList[149].rollDeg=0.0
9743# Pixel size in the x dimension in mm
9744config.detectorList[149].pixelSize_x=0.01
9746# Pixel size in the y dimension in mm
9747config.detectorList[149].pixelSize_y=0.01
9749# Transpose the pixel grid before orienting in focal plane?
9750config.detectorList[149].transposeDetector=False
9752# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9753config.detectorList[149].crosstalk=None
9755config.detectorList[150]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9756config.detectorList[150].transformDict.transforms=None
9757# Name of reference coordinate system
9758config.detectorList[150].transformDict.nativeSys='Pixels'
9760# Name of detector slot
9761config.detectorList[150].name='R:3,2 S:2,1'
9763# ID of detector slot
9764config.detectorList[150].id=3221
9766# x0 of pixel bounding box
9767config.detectorList[150].bbox_x0=0
9769# y0 of pixel bounding box
9770config.detectorList[150].bbox_y0=0
9772# x1 of pixel bounding box
9773config.detectorList[150].bbox_x1=4071
9775# y1 of pixel bounding box
9776config.detectorList[150].bbox_y1=3999
9778# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9779config.detectorList[150].detectorType=0
9781# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9782config.detectorList[150].physicalType='CCD'
9784# Serial string associated with this specific detector
9785config.detectorList[150].serial='R32_S21_v3.4.2'
9787# x offset from the origin of the camera in mm in the transposed system.
9788config.detectorList[150].offset_x=169.208693
9790# y offset from the origin of the camera in mm in the transposed system.
9791config.detectorList[150].offset_y=0.030015
9793# x position of the reference point in the detector in pixels in transposed coordinates.
9794config.detectorList[150].refpos_x=2035.5
9796# y position of the reference point in the detector in pixels in transposed coordinates.
9797config.detectorList[150].refpos_y=1999.5
9799# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9800config.detectorList[150].yawDeg=90.006818
9802# pitch (rotation about y) of the detector in degrees
9803config.detectorList[150].pitchDeg=0.0
9805# roll (rotation about x) of the detector in degrees
9806config.detectorList[150].rollDeg=0.0
9808# Pixel size in the x dimension in mm
9809config.detectorList[150].pixelSize_x=0.01
9811# Pixel size in the y dimension in mm
9812config.detectorList[150].pixelSize_y=0.01
9814# Transpose the pixel grid before orienting in focal plane?
9815config.detectorList[150].transposeDetector=False
9817# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9818config.detectorList[150].crosstalk=None
9820config.detectorList[151]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9821config.detectorList[151].transformDict.transforms=None
9822# Name of reference coordinate system
9823config.detectorList[151].transformDict.nativeSys='Pixels'
9825# Name of detector slot
9826config.detectorList[151].name='R:3,2 S:2,2'
9828# ID of detector slot
9829config.detectorList[151].id=3222
9831# x0 of pixel bounding box
9832config.detectorList[151].bbox_x0=0
9834# y0 of pixel bounding box
9835config.detectorList[151].bbox_y0=0
9837# x1 of pixel bounding box
9838config.detectorList[151].bbox_x1=4071
9840# y1 of pixel bounding box
9841config.detectorList[151].bbox_y1=3999
9843# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9844config.detectorList[151].detectorType=0
9846# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9847config.detectorList[151].physicalType='CCD'
9849# Serial string associated with this specific detector
9850config.detectorList[151].serial='R32_S22_v3.4.2'
9852# x offset from the origin of the camera in mm in the transposed system.
9853config.detectorList[151].offset_x=169.208147
9855# y offset from the origin of the camera in mm in the transposed system.
9856config.detectorList[151].offset_y=42.272449
9858# x position of the reference point in the detector in pixels in transposed coordinates.
9859config.detectorList[151].refpos_x=2035.5
9861# y position of the reference point in the detector in pixels in transposed coordinates.
9862config.detectorList[151].refpos_y=1999.5
9864# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9865config.detectorList[151].yawDeg=89.990947
9867# pitch (rotation about y) of the detector in degrees
9868config.detectorList[151].pitchDeg=0.0
9870# roll (rotation about x) of the detector in degrees
9871config.detectorList[151].rollDeg=0.0
9873# Pixel size in the x dimension in mm
9874config.detectorList[151].pixelSize_x=0.01
9876# Pixel size in the y dimension in mm
9877config.detectorList[151].pixelSize_y=0.01
9879# Transpose the pixel grid before orienting in focal plane?
9880config.detectorList[151].transposeDetector=False
9882# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9883config.detectorList[151].crosstalk=None
9885config.detectorList[152]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9886config.detectorList[152].transformDict.transforms=None
9887# Name of reference coordinate system
9888config.detectorList[152].transformDict.nativeSys='Pixels'
9890# Name of detector slot
9891config.detectorList[152].name='R:3,3 S:0,0'
9893# ID of detector slot
9894config.detectorList[152].id=3300
9896# x0 of pixel bounding box
9897config.detectorList[152].bbox_x0=0
9899# y0 of pixel bounding box
9900config.detectorList[152].bbox_y0=0
9902# x1 of pixel bounding box
9903config.detectorList[152].bbox_x1=4071
9905# y1 of pixel bounding box
9906config.detectorList[152].bbox_y1=3999
9908# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9909config.detectorList[152].detectorType=0
9911# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9912config.detectorList[152].physicalType='CCD'
9914# Serial string associated with this specific detector
9915config.detectorList[152].serial='R33_S00_v3.4.2'
9917# x offset from the origin of the camera in mm in the transposed system.
9918config.detectorList[152].offset_x=84.76506
9920# y offset from the origin of the camera in mm in the transposed system.
9921config.detectorList[152].offset_y=84.693977
9923# x position of the reference point in the detector in pixels in transposed coordinates.
9924config.detectorList[152].refpos_x=2035.5
9926# y position of the reference point in the detector in pixels in transposed coordinates.
9927config.detectorList[152].refpos_y=1999.5
9929# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9930config.detectorList[152].yawDeg=90.01971
9932# pitch (rotation about y) of the detector in degrees
9933config.detectorList[152].pitchDeg=0.0
9935# roll (rotation about x) of the detector in degrees
9936config.detectorList[152].rollDeg=0.0
9938# Pixel size in the x dimension in mm
9939config.detectorList[152].pixelSize_x=0.01
9941# Pixel size in the y dimension in mm
9942config.detectorList[152].pixelSize_y=0.01
9944# Transpose the pixel grid before orienting in focal plane?
9945config.detectorList[152].transposeDetector=False
9947# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
9948config.detectorList[152].crosstalk=None
9950config.detectorList[153]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
9951config.detectorList[153].transformDict.transforms=None
9952# Name of reference coordinate system
9953config.detectorList[153].transformDict.nativeSys='Pixels'
9955# Name of detector slot
9956config.detectorList[153].name='R:3,3 S:0,1'
9958# ID of detector slot
9959config.detectorList[153].id=3301
9961# x0 of pixel bounding box
9962config.detectorList[153].bbox_x0=0
9964# y0 of pixel bounding box
9965config.detectorList[153].bbox_y0=0
9967# x1 of pixel bounding box
9968config.detectorList[153].bbox_x1=4071
9970# y1 of pixel bounding box
9971config.detectorList[153].bbox_y1=3999
9973# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
9974config.detectorList[153].detectorType=0
9976# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
9977config.detectorList[153].physicalType='CCD'
9979# Serial string associated with this specific detector
9980config.detectorList[153].serial='R33_S01_v3.4.2'
9982# x offset from the origin of the camera in mm in the transposed system.
9983config.detectorList[153].offset_x=84.739632
9985# y offset from the origin of the camera in mm in the transposed system.
9986config.detectorList[153].offset_y=126.986397
9988# x position of the reference point in the detector in pixels in transposed coordinates.
9989config.detectorList[153].refpos_x=2035.5
9991# y position of the reference point in the detector in pixels in transposed coordinates.
9992config.detectorList[153].refpos_y=1999.5
9994# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
9995config.detectorList[153].yawDeg=90.018048
9997# pitch (rotation about y) of the detector in degrees
9998config.detectorList[153].pitchDeg=0.0
10000# roll (rotation about x) of the detector in degrees
10001config.detectorList[153].rollDeg=0.0
10003# Pixel size in the x dimension in mm
10004config.detectorList[153].pixelSize_x=0.01
10006# Pixel size in the y dimension in mm
10007config.detectorList[153].pixelSize_y=0.01
10009# Transpose the pixel grid before orienting in focal plane?
10010config.detectorList[153].transposeDetector=False
10012# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10013config.detectorList[153].crosstalk=None
10015config.detectorList[154]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10016config.detectorList[154].transformDict.transforms=None
10017# Name of reference coordinate system
10018config.detectorList[154].transformDict.nativeSys='Pixels'
10020# Name of detector slot
10021config.detectorList[154].name='R:3,3 S:0,2'
10023# ID of detector slot
10024config.detectorList[154].id=3302
10026# x0 of pixel bounding box
10027config.detectorList[154].bbox_x0=0
10029# y0 of pixel bounding box
10030config.detectorList[154].bbox_y0=0
10032# x1 of pixel bounding box
10033config.detectorList[154].bbox_x1=4071
10035# y1 of pixel bounding box
10036config.detectorList[154].bbox_y1=3999
10038# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10039config.detectorList[154].detectorType=0
10041# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10042config.detectorList[154].physicalType='CCD'
10044# Serial string associated with this specific detector
10045config.detectorList[154].serial='R33_S02_v3.4.2'
10047# x offset from the origin of the camera in mm in the transposed system.
10048config.detectorList[154].offset_x=84.746444
10050# y offset from the origin of the camera in mm in the transposed system.
10051config.detectorList[154].offset_y=169.211823
10053# x position of the reference point in the detector in pixels in transposed coordinates.
10054config.detectorList[154].refpos_x=2035.5
10056# y position of the reference point in the detector in pixels in transposed coordinates.
10057config.detectorList[154].refpos_y=1999.5
10059# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10060config.detectorList[154].yawDeg=90.026528
10062# pitch (rotation about y) of the detector in degrees
10063config.detectorList[154].pitchDeg=0.0
10065# roll (rotation about x) of the detector in degrees
10066config.detectorList[154].rollDeg=0.0
10068# Pixel size in the x dimension in mm
10069config.detectorList[154].pixelSize_x=0.01
10071# Pixel size in the y dimension in mm
10072config.detectorList[154].pixelSize_y=0.01
10074# Transpose the pixel grid before orienting in focal plane?
10075config.detectorList[154].transposeDetector=False
10077# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10078config.detectorList[154].crosstalk=None
10080config.detectorList[155]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10081config.detectorList[155].transformDict.transforms=None
10082# Name of reference coordinate system
10083config.detectorList[155].transformDict.nativeSys='Pixels'
10085# Name of detector slot
10086config.detectorList[155].name='R:3,3 S:1,0'
10088# ID of detector slot
10089config.detectorList[155].id=3310
10091# x0 of pixel bounding box
10092config.detectorList[155].bbox_x0=0
10094# y0 of pixel bounding box
10095config.detectorList[155].bbox_y0=0
10097# x1 of pixel bounding box
10098config.detectorList[155].bbox_x1=4071
10100# y1 of pixel bounding box
10101config.detectorList[155].bbox_y1=3999
10103# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10104config.detectorList[155].detectorType=0
10106# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10107config.detectorList[155].physicalType='CCD'
10109# Serial string associated with this specific detector
10110config.detectorList[155].serial='R33_S10_v3.4.2'
10112# x offset from the origin of the camera in mm in the transposed system.
10113config.detectorList[155].offset_x=126.977738
10115# y offset from the origin of the camera in mm in the transposed system.
10116config.detectorList[155].offset_y=84.714187
10118# x position of the reference point in the detector in pixels in transposed coordinates.
10119config.detectorList[155].refpos_x=2035.5
10121# y position of the reference point in the detector in pixels in transposed coordinates.
10122config.detectorList[155].refpos_y=1999.5
10124# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10125config.detectorList[155].yawDeg=90.004813
10127# pitch (rotation about y) of the detector in degrees
10128config.detectorList[155].pitchDeg=0.0
10130# roll (rotation about x) of the detector in degrees
10131config.detectorList[155].rollDeg=0.0
10133# Pixel size in the x dimension in mm
10134config.detectorList[155].pixelSize_x=0.01
10136# Pixel size in the y dimension in mm
10137config.detectorList[155].pixelSize_y=0.01
10139# Transpose the pixel grid before orienting in focal plane?
10140config.detectorList[155].transposeDetector=False
10142# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10143config.detectorList[155].crosstalk=None
10145config.detectorList[156]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10146config.detectorList[156].transformDict.transforms=None
10147# Name of reference coordinate system
10148config.detectorList[156].transformDict.nativeSys='Pixels'
10150# Name of detector slot
10151config.detectorList[156].name='R:3,3 S:1,1'
10153# ID of detector slot
10154config.detectorList[156].id=3311
10156# x0 of pixel bounding box
10157config.detectorList[156].bbox_x0=0
10159# y0 of pixel bounding box
10160config.detectorList[156].bbox_y0=0
10162# x1 of pixel bounding box
10163config.detectorList[156].bbox_x1=4071
10165# y1 of pixel bounding box
10166config.detectorList[156].bbox_y1=3999
10168# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10169config.detectorList[156].detectorType=0
10171# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10172config.detectorList[156].physicalType='CCD'
10174# Serial string associated with this specific detector
10175config.detectorList[156].serial='R33_S11_v3.4.2'
10177# x offset from the origin of the camera in mm in the transposed system.
10178config.detectorList[156].offset_x=126.970084
10180# y offset from the origin of the camera in mm in the transposed system.
10181config.detectorList[156].offset_y=127.038788
10183# x position of the reference point in the detector in pixels in transposed coordinates.
10184config.detectorList[156].refpos_x=2035.5
10186# y position of the reference point in the detector in pixels in transposed coordinates.
10187config.detectorList[156].refpos_y=1999.5
10189# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10190config.detectorList[156].yawDeg=89.999656
10192# pitch (rotation about y) of the detector in degrees
10193config.detectorList[156].pitchDeg=0.0
10195# roll (rotation about x) of the detector in degrees
10196config.detectorList[156].rollDeg=0.0
10198# Pixel size in the x dimension in mm
10199config.detectorList[156].pixelSize_x=0.01
10201# Pixel size in the y dimension in mm
10202config.detectorList[156].pixelSize_y=0.01
10204# Transpose the pixel grid before orienting in focal plane?
10205config.detectorList[156].transposeDetector=False
10207# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10208config.detectorList[156].crosstalk=None
10210config.detectorList[157]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10211config.detectorList[157].transformDict.transforms=None
10212# Name of reference coordinate system
10213config.detectorList[157].transformDict.nativeSys='Pixels'
10215# Name of detector slot
10216config.detectorList[157].name='R:3,3 S:1,2'
10218# ID of detector slot
10219config.detectorList[157].id=3312
10221# x0 of pixel bounding box
10222config.detectorList[157].bbox_x0=0
10224# y0 of pixel bounding box
10225config.detectorList[157].bbox_y0=0
10227# x1 of pixel bounding box
10228config.detectorList[157].bbox_x1=4071
10230# y1 of pixel bounding box
10231config.detectorList[157].bbox_y1=3999
10233# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10234config.detectorList[157].detectorType=0
10236# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10237config.detectorList[157].physicalType='CCD'
10239# Serial string associated with this specific detector
10240config.detectorList[157].serial='R33_S12_v3.4.2'
10242# x offset from the origin of the camera in mm in the transposed system.
10243config.detectorList[157].offset_x=127.024354
10245# y offset from the origin of the camera in mm in the transposed system.
10246config.detectorList[157].offset_y=169.204483
10248# x position of the reference point in the detector in pixels in transposed coordinates.
10249config.detectorList[157].refpos_x=2035.5
10251# y position of the reference point in the detector in pixels in transposed coordinates.
10252config.detectorList[157].refpos_y=1999.5
10254# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10255config.detectorList[157].yawDeg=90.024351
10257# pitch (rotation about y) of the detector in degrees
10258config.detectorList[157].pitchDeg=0.0
10260# roll (rotation about x) of the detector in degrees
10261config.detectorList[157].rollDeg=0.0
10263# Pixel size in the x dimension in mm
10264config.detectorList[157].pixelSize_x=0.01
10266# Pixel size in the y dimension in mm
10267config.detectorList[157].pixelSize_y=0.01
10269# Transpose the pixel grid before orienting in focal plane?
10270config.detectorList[157].transposeDetector=False
10272# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10273config.detectorList[157].crosstalk=None
10275config.detectorList[158]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10276config.detectorList[158].transformDict.transforms=None
10277# Name of reference coordinate system
10278config.detectorList[158].transformDict.nativeSys='Pixels'
10280# Name of detector slot
10281config.detectorList[158].name='R:3,3 S:2,0'
10283# ID of detector slot
10284config.detectorList[158].id=3320
10286# x0 of pixel bounding box
10287config.detectorList[158].bbox_x0=0
10289# y0 of pixel bounding box
10290config.detectorList[158].bbox_y0=0
10292# x1 of pixel bounding box
10293config.detectorList[158].bbox_x1=4071
10295# y1 of pixel bounding box
10296config.detectorList[158].bbox_y1=3999
10298# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10299config.detectorList[158].detectorType=0
10301# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10302config.detectorList[158].physicalType='CCD'
10304# Serial string associated with this specific detector
10305config.detectorList[158].serial='R33_S20_v3.4.2'
10307# x offset from the origin of the camera in mm in the transposed system.
10308config.detectorList[158].offset_x=169.30905
10310# y offset from the origin of the camera in mm in the transposed system.
10311config.detectorList[158].offset_y=84.777635
10313# x position of the reference point in the detector in pixels in transposed coordinates.
10314config.detectorList[158].refpos_x=2035.5
10316# y position of the reference point in the detector in pixels in transposed coordinates.
10317config.detectorList[158].refpos_y=1999.5
10319# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10320config.detectorList[158].yawDeg=90.003724
10322# pitch (rotation about y) of the detector in degrees
10323config.detectorList[158].pitchDeg=0.0
10325# roll (rotation about x) of the detector in degrees
10326config.detectorList[158].rollDeg=0.0
10328# Pixel size in the x dimension in mm
10329config.detectorList[158].pixelSize_x=0.01
10331# Pixel size in the y dimension in mm
10332config.detectorList[158].pixelSize_y=0.01
10334# Transpose the pixel grid before orienting in focal plane?
10335config.detectorList[158].transposeDetector=False
10337# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10338config.detectorList[158].crosstalk=None
10340config.detectorList[159]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10341config.detectorList[159].transformDict.transforms=None
10342# Name of reference coordinate system
10343config.detectorList[159].transformDict.nativeSys='Pixels'
10345# Name of detector slot
10346config.detectorList[159].name='R:3,3 S:2,1'
10348# ID of detector slot
10349config.detectorList[159].id=3321
10351# x0 of pixel bounding box
10352config.detectorList[159].bbox_x0=0
10354# y0 of pixel bounding box
10355config.detectorList[159].bbox_y0=0
10357# x1 of pixel bounding box
10358config.detectorList[159].bbox_x1=4071
10360# y1 of pixel bounding box
10361config.detectorList[159].bbox_y1=3999
10363# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10364config.detectorList[159].detectorType=0
10366# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10367config.detectorList[159].physicalType='CCD'
10369# Serial string associated with this specific detector
10370config.detectorList[159].serial='R33_S21_v3.4.2'
10372# x offset from the origin of the camera in mm in the transposed system.
10373config.detectorList[159].offset_x=169.24678
10375# y offset from the origin of the camera in mm in the transposed system.
10376config.detectorList[159].offset_y=127.000733
10378# x position of the reference point in the detector in pixels in transposed coordinates.
10379config.detectorList[159].refpos_x=2035.5
10381# y position of the reference point in the detector in pixels in transposed coordinates.
10382config.detectorList[159].refpos_y=1999.5
10384# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10385config.detectorList[159].yawDeg=90.016902
10387# pitch (rotation about y) of the detector in degrees
10388config.detectorList[159].pitchDeg=0.0
10390# roll (rotation about x) of the detector in degrees
10391config.detectorList[159].rollDeg=0.0
10393# Pixel size in the x dimension in mm
10394config.detectorList[159].pixelSize_x=0.01
10396# Pixel size in the y dimension in mm
10397config.detectorList[159].pixelSize_y=0.01
10399# Transpose the pixel grid before orienting in focal plane?
10400config.detectorList[159].transposeDetector=False
10402# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10403config.detectorList[159].crosstalk=None
10405config.detectorList[160]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10406config.detectorList[160].transformDict.transforms=None
10407# Name of reference coordinate system
10408config.detectorList[160].transformDict.nativeSys='Pixels'
10410# Name of detector slot
10411config.detectorList[160].name='R:3,3 S:2,2'
10413# ID of detector slot
10414config.detectorList[160].id=3322
10416# x0 of pixel bounding box
10417config.detectorList[160].bbox_x0=0
10419# y0 of pixel bounding box
10420config.detectorList[160].bbox_y0=0
10422# x1 of pixel bounding box
10423config.detectorList[160].bbox_x1=4071
10425# y1 of pixel bounding box
10426config.detectorList[160].bbox_y1=3999
10428# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10429config.detectorList[160].detectorType=0
10431# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10432config.detectorList[160].physicalType='CCD'
10434# Serial string associated with this specific detector
10435config.detectorList[160].serial='R33_S22_v3.4.2'
10437# x offset from the origin of the camera in mm in the transposed system.
10438config.detectorList[160].offset_x=169.247843
10440# y offset from the origin of the camera in mm in the transposed system.
10441config.detectorList[160].offset_y=169.295273
10443# x position of the reference point in the detector in pixels in transposed coordinates.
10444config.detectorList[160].refpos_x=2035.5
10446# y position of the reference point in the detector in pixels in transposed coordinates.
10447config.detectorList[160].refpos_y=1999.5
10449# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10450config.detectorList[160].yawDeg=90.000115
10452# pitch (rotation about y) of the detector in degrees
10453config.detectorList[160].pitchDeg=0.0
10455# roll (rotation about x) of the detector in degrees
10456config.detectorList[160].rollDeg=0.0
10458# Pixel size in the x dimension in mm
10459config.detectorList[160].pixelSize_x=0.01
10461# Pixel size in the y dimension in mm
10462config.detectorList[160].pixelSize_y=0.01
10464# Transpose the pixel grid before orienting in focal plane?
10465config.detectorList[160].transposeDetector=False
10467# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10468config.detectorList[160].crosstalk=None
10470config.detectorList[161]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10471config.detectorList[161].transformDict.transforms=None
10472# Name of reference coordinate system
10473config.detectorList[161].transformDict.nativeSys='Pixels'
10475# Name of detector slot
10476config.detectorList[161].name='R:3,4 S:0,0'
10478# ID of detector slot
10479config.detectorList[161].id=3400
10481# x0 of pixel bounding box
10482config.detectorList[161].bbox_x0=0
10484# y0 of pixel bounding box
10485config.detectorList[161].bbox_y0=0
10487# x1 of pixel bounding box
10488config.detectorList[161].bbox_x1=4071
10490# y1 of pixel bounding box
10491config.detectorList[161].bbox_y1=3999
10493# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10494config.detectorList[161].detectorType=0
10496# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10497config.detectorList[161].physicalType='CCD'
10499# Serial string associated with this specific detector
10500config.detectorList[161].serial='R34_S00_v3.4.2'
10502# x offset from the origin of the camera in mm in the transposed system.
10503config.detectorList[161].offset_x=84.698089
10505# y offset from the origin of the camera in mm in the transposed system.
10506config.detectorList[161].offset_y=211.70752
10508# x position of the reference point in the detector in pixels in transposed coordinates.
10509config.detectorList[161].refpos_x=2035.5
10511# y position of the reference point in the detector in pixels in transposed coordinates.
10512config.detectorList[161].refpos_y=1999.5
10514# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10515config.detectorList[161].yawDeg=89.996791
10517# pitch (rotation about y) of the detector in degrees
10518config.detectorList[161].pitchDeg=0.0
10520# roll (rotation about x) of the detector in degrees
10521config.detectorList[161].rollDeg=0.0
10523# Pixel size in the x dimension in mm
10524config.detectorList[161].pixelSize_x=0.01
10526# Pixel size in the y dimension in mm
10527config.detectorList[161].pixelSize_y=0.01
10529# Transpose the pixel grid before orienting in focal plane?
10530config.detectorList[161].transposeDetector=False
10532# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10533config.detectorList[161].crosstalk=None
10535config.detectorList[162]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10536config.detectorList[162].transformDict.transforms=None
10537# Name of reference coordinate system
10538config.detectorList[162].transformDict.nativeSys='Pixels'
10540# Name of detector slot
10541config.detectorList[162].name='R:3,4 S:0,1'
10543# ID of detector slot
10544config.detectorList[162].id=3401
10546# x0 of pixel bounding box
10547config.detectorList[162].bbox_x0=0
10549# y0 of pixel bounding box
10550config.detectorList[162].bbox_y0=0
10552# x1 of pixel bounding box
10553config.detectorList[162].bbox_x1=4071
10555# y1 of pixel bounding box
10556config.detectorList[162].bbox_y1=3999
10558# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10559config.detectorList[162].detectorType=0
10561# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10562config.detectorList[162].physicalType='CCD'
10564# Serial string associated with this specific detector
10565config.detectorList[162].serial='R34_S01_v3.4.2'
10567# x offset from the origin of the camera in mm in the transposed system.
10568config.detectorList[162].offset_x=84.677292
10570# y offset from the origin of the camera in mm in the transposed system.
10571config.detectorList[162].offset_y=254.043595
10573# x position of the reference point in the detector in pixels in transposed coordinates.
10574config.detectorList[162].refpos_x=2035.5
10576# y position of the reference point in the detector in pixels in transposed coordinates.
10577config.detectorList[162].refpos_y=1999.5
10579# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10580config.detectorList[162].yawDeg=90.004469
10582# pitch (rotation about y) of the detector in degrees
10583config.detectorList[162].pitchDeg=0.0
10585# roll (rotation about x) of the detector in degrees
10586config.detectorList[162].rollDeg=0.0
10588# Pixel size in the x dimension in mm
10589config.detectorList[162].pixelSize_x=0.01
10591# Pixel size in the y dimension in mm
10592config.detectorList[162].pixelSize_y=0.01
10594# Transpose the pixel grid before orienting in focal plane?
10595config.detectorList[162].transposeDetector=False
10597# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10598config.detectorList[162].crosstalk=None
10600config.detectorList[163]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10601config.detectorList[163].transformDict.transforms=None
10602# Name of reference coordinate system
10603config.detectorList[163].transformDict.nativeSys='Pixels'
10605# Name of detector slot
10606config.detectorList[163].name='R:3,4 S:0,2'
10608# ID of detector slot
10609config.detectorList[163].id=3402
10611# x0 of pixel bounding box
10612config.detectorList[163].bbox_x0=0
10614# y0 of pixel bounding box
10615config.detectorList[163].bbox_y0=0
10617# x1 of pixel bounding box
10618config.detectorList[163].bbox_x1=4071
10620# y1 of pixel bounding box
10621config.detectorList[163].bbox_y1=3999
10623# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10624config.detectorList[163].detectorType=0
10626# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10627config.detectorList[163].physicalType='CCD'
10629# Serial string associated with this specific detector
10630config.detectorList[163].serial='R34_S02_v3.4.2'
10632# x offset from the origin of the camera in mm in the transposed system.
10633config.detectorList[163].offset_x=84.696708
10635# y offset from the origin of the camera in mm in the transposed system.
10636config.detectorList[163].offset_y=296.269531
10638# x position of the reference point in the detector in pixels in transposed coordinates.
10639config.detectorList[163].refpos_x=2035.5
10641# y position of the reference point in the detector in pixels in transposed coordinates.
10642config.detectorList[163].refpos_y=1999.5
10644# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10645config.detectorList[163].yawDeg=90.006073
10647# pitch (rotation about y) of the detector in degrees
10648config.detectorList[163].pitchDeg=0.0
10650# roll (rotation about x) of the detector in degrees
10651config.detectorList[163].rollDeg=0.0
10653# Pixel size in the x dimension in mm
10654config.detectorList[163].pixelSize_x=0.01
10656# Pixel size in the y dimension in mm
10657config.detectorList[163].pixelSize_y=0.01
10659# Transpose the pixel grid before orienting in focal plane?
10660config.detectorList[163].transposeDetector=False
10662# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10663config.detectorList[163].crosstalk=None
10665config.detectorList[164]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10666config.detectorList[164].transformDict.transforms=None
10667# Name of reference coordinate system
10668config.detectorList[164].transformDict.nativeSys='Pixels'
10670# Name of detector slot
10671config.detectorList[164].name='R:3,4 S:1,0'
10673# ID of detector slot
10674config.detectorList[164].id=3410
10676# x0 of pixel bounding box
10677config.detectorList[164].bbox_x0=0
10679# y0 of pixel bounding box
10680config.detectorList[164].bbox_y0=0
10682# x1 of pixel bounding box
10683config.detectorList[164].bbox_x1=4071
10685# y1 of pixel bounding box
10686config.detectorList[164].bbox_y1=3999
10688# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10689config.detectorList[164].detectorType=0
10691# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10692config.detectorList[164].physicalType='CCD'
10694# Serial string associated with this specific detector
10695config.detectorList[164].serial='R34_S10_v3.4.2'
10697# x offset from the origin of the camera in mm in the transposed system.
10698config.detectorList[164].offset_x=127.01534
10700# y offset from the origin of the camera in mm in the transposed system.
10701config.detectorList[164].offset_y=211.749389
10703# x position of the reference point in the detector in pixels in transposed coordinates.
10704config.detectorList[164].refpos_x=2035.5
10706# y position of the reference point in the detector in pixels in transposed coordinates.
10707config.detectorList[164].refpos_y=1999.5
10709# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10710config.detectorList[164].yawDeg=89.992494
10712# pitch (rotation about y) of the detector in degrees
10713config.detectorList[164].pitchDeg=0.0
10715# roll (rotation about x) of the detector in degrees
10716config.detectorList[164].rollDeg=0.0
10718# Pixel size in the x dimension in mm
10719config.detectorList[164].pixelSize_x=0.01
10721# Pixel size in the y dimension in mm
10722config.detectorList[164].pixelSize_y=0.01
10724# Transpose the pixel grid before orienting in focal plane?
10725config.detectorList[164].transposeDetector=False
10727# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10728config.detectorList[164].crosstalk=None
10730config.detectorList[165]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10731config.detectorList[165].transformDict.transforms=None
10732# Name of reference coordinate system
10733config.detectorList[165].transformDict.nativeSys='Pixels'
10735# Name of detector slot
10736config.detectorList[165].name='R:3,4 S:1,1'
10738# ID of detector slot
10739config.detectorList[165].id=3411
10741# x0 of pixel bounding box
10742config.detectorList[165].bbox_x0=0
10744# y0 of pixel bounding box
10745config.detectorList[165].bbox_y0=0
10747# x1 of pixel bounding box
10748config.detectorList[165].bbox_x1=4071
10750# y1 of pixel bounding box
10751config.detectorList[165].bbox_y1=3999
10753# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10754config.detectorList[165].detectorType=0
10756# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10757config.detectorList[165].physicalType='CCD'
10759# Serial string associated with this specific detector
10760config.detectorList[165].serial='R34_S11_v3.4.2'
10762# x offset from the origin of the camera in mm in the transposed system.
10763config.detectorList[165].offset_x=126.971237
10765# y offset from the origin of the camera in mm in the transposed system.
10766config.detectorList[165].offset_y=253.965387
10768# x position of the reference point in the detector in pixels in transposed coordinates.
10769config.detectorList[165].refpos_x=2035.5
10771# y position of the reference point in the detector in pixels in transposed coordinates.
10772config.detectorList[165].refpos_y=1999.5
10774# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10775config.detectorList[165].yawDeg=89.993354
10777# pitch (rotation about y) of the detector in degrees
10778config.detectorList[165].pitchDeg=0.0
10780# roll (rotation about x) of the detector in degrees
10781config.detectorList[165].rollDeg=0.0
10783# Pixel size in the x dimension in mm
10784config.detectorList[165].pixelSize_x=0.01
10786# Pixel size in the y dimension in mm
10787config.detectorList[165].pixelSize_y=0.01
10789# Transpose the pixel grid before orienting in focal plane?
10790config.detectorList[165].transposeDetector=False
10792# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10793config.detectorList[165].crosstalk=None
10795config.detectorList[166]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10796config.detectorList[166].transformDict.transforms=None
10797# Name of reference coordinate system
10798config.detectorList[166].transformDict.nativeSys='Pixels'
10800# Name of detector slot
10801config.detectorList[166].name='R:3,4 S:1,2'
10803# ID of detector slot
10804config.detectorList[166].id=3412
10806# x0 of pixel bounding box
10807config.detectorList[166].bbox_x0=0
10809# y0 of pixel bounding box
10810config.detectorList[166].bbox_y0=0
10812# x1 of pixel bounding box
10813config.detectorList[166].bbox_x1=4071
10815# y1 of pixel bounding box
10816config.detectorList[166].bbox_y1=3999
10818# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10819config.detectorList[166].detectorType=0
10821# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10822config.detectorList[166].physicalType='CCD'
10824# Serial string associated with this specific detector
10825config.detectorList[166].serial='R34_S12_v3.4.2'
10827# x offset from the origin of the camera in mm in the transposed system.
10828config.detectorList[166].offset_x=126.959488
10830# y offset from the origin of the camera in mm in the transposed system.
10831config.detectorList[166].offset_y=296.282623
10833# x position of the reference point in the detector in pixels in transposed coordinates.
10834config.detectorList[166].refpos_x=2035.5
10836# y position of the reference point in the detector in pixels in transposed coordinates.
10837config.detectorList[166].refpos_y=1999.5
10839# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10840config.detectorList[166].yawDeg=90.019882
10842# pitch (rotation about y) of the detector in degrees
10843config.detectorList[166].pitchDeg=0.0
10845# roll (rotation about x) of the detector in degrees
10846config.detectorList[166].rollDeg=0.0
10848# Pixel size in the x dimension in mm
10849config.detectorList[166].pixelSize_x=0.01
10851# Pixel size in the y dimension in mm
10852config.detectorList[166].pixelSize_y=0.01
10854# Transpose the pixel grid before orienting in focal plane?
10855config.detectorList[166].transposeDetector=False
10857# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10858config.detectorList[166].crosstalk=None
10860config.detectorList[167]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10861config.detectorList[167].transformDict.transforms=None
10862# Name of reference coordinate system
10863config.detectorList[167].transformDict.nativeSys='Pixels'
10865# Name of detector slot
10866config.detectorList[167].name='R:3,4 S:2,0'
10868# ID of detector slot
10869config.detectorList[167].id=3420
10871# x0 of pixel bounding box
10872config.detectorList[167].bbox_x0=0
10874# y0 of pixel bounding box
10875config.detectorList[167].bbox_y0=0
10877# x1 of pixel bounding box
10878config.detectorList[167].bbox_x1=4071
10880# y1 of pixel bounding box
10881config.detectorList[167].bbox_y1=3999
10883# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10884config.detectorList[167].detectorType=0
10886# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10887config.detectorList[167].physicalType='CCD'
10889# Serial string associated with this specific detector
10890config.detectorList[167].serial='R34_S20_v3.4.2'
10892# x offset from the origin of the camera in mm in the transposed system.
10893config.detectorList[167].offset_x=169.254989
10895# y offset from the origin of the camera in mm in the transposed system.
10896config.detectorList[167].offset_y=211.732177
10898# x position of the reference point in the detector in pixels in transposed coordinates.
10899config.detectorList[167].refpos_x=2035.5
10901# y position of the reference point in the detector in pixels in transposed coordinates.
10902config.detectorList[167].refpos_y=1999.5
10904# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10905config.detectorList[167].yawDeg=90.019538
10907# pitch (rotation about y) of the detector in degrees
10908config.detectorList[167].pitchDeg=0.0
10910# roll (rotation about x) of the detector in degrees
10911config.detectorList[167].rollDeg=0.0
10913# Pixel size in the x dimension in mm
10914config.detectorList[167].pixelSize_x=0.01
10916# Pixel size in the y dimension in mm
10917config.detectorList[167].pixelSize_y=0.01
10919# Transpose the pixel grid before orienting in focal plane?
10920config.detectorList[167].transposeDetector=False
10922# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10923config.detectorList[167].crosstalk=None
10925config.detectorList[168]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10926config.detectorList[168].transformDict.transforms=None
10927# Name of reference coordinate system
10928config.detectorList[168].transformDict.nativeSys='Pixels'
10930# Name of detector slot
10931config.detectorList[168].name='R:3,4 S:2,1'
10933# ID of detector slot
10934config.detectorList[168].id=3421
10936# x0 of pixel bounding box
10937config.detectorList[168].bbox_x0=0
10939# y0 of pixel bounding box
10940config.detectorList[168].bbox_y0=0
10942# x1 of pixel bounding box
10943config.detectorList[168].bbox_x1=4071
10945# y1 of pixel bounding box
10946config.detectorList[168].bbox_y1=3999
10948# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
10949config.detectorList[168].detectorType=0
10951# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
10952config.detectorList[168].physicalType='CCD'
10954# Serial string associated with this specific detector
10955config.detectorList[168].serial='R34_S21_v3.4.2'
10957# x offset from the origin of the camera in mm in the transposed system.
10958config.detectorList[168].offset_x=169.199477
10960# y offset from the origin of the camera in mm in the transposed system.
10961config.detectorList[168].offset_y=253.996824
10963# x position of the reference point in the detector in pixels in transposed coordinates.
10964config.detectorList[168].refpos_x=2035.5
10966# y position of the reference point in the detector in pixels in transposed coordinates.
10967config.detectorList[168].refpos_y=1999.5
10969# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
10970config.detectorList[168].yawDeg=90.01759
10972# pitch (rotation about y) of the detector in degrees
10973config.detectorList[168].pitchDeg=0.0
10975# roll (rotation about x) of the detector in degrees
10976config.detectorList[168].rollDeg=0.0
10978# Pixel size in the x dimension in mm
10979config.detectorList[168].pixelSize_x=0.01
10981# Pixel size in the y dimension in mm
10982config.detectorList[168].pixelSize_y=0.01
10984# Transpose the pixel grid before orienting in focal plane?
10985config.detectorList[168].transposeDetector=False
10987# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
10988config.detectorList[168].crosstalk=None
10990config.detectorList[169]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
10991config.detectorList[169].transformDict.transforms=None
10992# Name of reference coordinate system
10993config.detectorList[169].transformDict.nativeSys='Pixels'
10995# Name of detector slot
10996config.detectorList[169].name='R:3,4 S:2,2'
10998# ID of detector slot
10999config.detectorList[169].id=3422
11001# x0 of pixel bounding box
11002config.detectorList[169].bbox_x0=0
11004# y0 of pixel bounding box
11005config.detectorList[169].bbox_y0=0
11007# x1 of pixel bounding box
11008config.detectorList[169].bbox_x1=4071
11010# y1 of pixel bounding box
11011config.detectorList[169].bbox_y1=3999
11013# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11014config.detectorList[169].detectorType=0
11016# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11017config.detectorList[169].physicalType='CCD'
11019# Serial string associated with this specific detector
11020config.detectorList[169].serial='R34_S22_v3.4.2'
11022# x offset from the origin of the camera in mm in the transposed system.
11023config.detectorList[169].offset_x=169.234209
11025# y offset from the origin of the camera in mm in the transposed system.
11026config.detectorList[169].offset_y=296.275543
11028# x position of the reference point in the detector in pixels in transposed coordinates.
11029config.detectorList[169].refpos_x=2035.5
11031# y position of the reference point in the detector in pixels in transposed coordinates.
11032config.detectorList[169].refpos_y=1999.5
11034# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11035config.detectorList[169].yawDeg=90.015756
11037# pitch (rotation about y) of the detector in degrees
11038config.detectorList[169].pitchDeg=0.0
11040# roll (rotation about x) of the detector in degrees
11041config.detectorList[169].rollDeg=0.0
11043# Pixel size in the x dimension in mm
11044config.detectorList[169].pixelSize_x=0.01
11046# Pixel size in the y dimension in mm
11047config.detectorList[169].pixelSize_y=0.01
11049# Transpose the pixel grid before orienting in focal plane?
11050config.detectorList[169].transposeDetector=False
11052# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11053config.detectorList[169].crosstalk=None
11055config.detectorList[170]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11056config.detectorList[170].transformDict.transforms=None
11057# Name of reference coordinate system
11058config.detectorList[170].transformDict.nativeSys='Pixels'
11060# Name of detector slot
11061config.detectorList[170].name='R:4,0 S:0,1'
11063# ID of detector slot
11064config.detectorList[170].id=4001
11066# x0 of pixel bounding box
11067config.detectorList[170].bbox_x0=0
11069# y0 of pixel bounding box
11070config.detectorList[170].bbox_y0=0
11072# x1 of pixel bounding box
11073config.detectorList[170].bbox_x1=4071
11075# y1 of pixel bounding box
11076config.detectorList[170].bbox_y1=3999
11078# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11079config.detectorList[170].detectorType=2
11081# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11082config.detectorList[170].physicalType='CCD'
11084# Serial string associated with this specific detector
11085config.detectorList[170].serial='R40_S01_v3.4.2'
11087# x offset from the origin of the camera in mm in the transposed system.
11088config.detectorList[170].offset_x=211.814347
11090# y offset from the origin of the camera in mm in the transposed system.
11091config.detectorList[170].offset_y=-253.997939
11093# x position of the reference point in the detector in pixels in transposed coordinates.
11094config.detectorList[170].refpos_x=2035.5
11096# y position of the reference point in the detector in pixels in transposed coordinates.
11097config.detectorList[170].refpos_y=1999.5
11099# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11100config.detectorList[170].yawDeg=180.012665
11102# pitch (rotation about y) of the detector in degrees
11103config.detectorList[170].pitchDeg=0.0
11105# roll (rotation about x) of the detector in degrees
11106config.detectorList[170].rollDeg=0.0
11108# Pixel size in the x dimension in mm
11109config.detectorList[170].pixelSize_x=0.01
11111# Pixel size in the y dimension in mm
11112config.detectorList[170].pixelSize_y=0.01
11114# Transpose the pixel grid before orienting in focal plane?
11115config.detectorList[170].transposeDetector=False
11117# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11118config.detectorList[170].crosstalk=None
11120config.detectorList[171]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11121config.detectorList[171].transformDict.transforms=None
11122# Name of reference coordinate system
11123config.detectorList[171].transformDict.nativeSys='Pixels'
11125# Name of detector slot
11126config.detectorList[171].name='R:4,0 S:0,2,A'
11128# ID of detector slot
11129config.detectorList[171].id=14002
11131# x0 of pixel bounding box
11132config.detectorList[171].bbox_x0=0
11134# y0 of pixel bounding box
11135config.detectorList[171].bbox_y0=0
11137# x1 of pixel bounding box
11138config.detectorList[171].bbox_x1=4071
11140# y1 of pixel bounding box
11141config.detectorList[171].bbox_y1=1999
11143# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11144config.detectorList[171].detectorType=3
11146# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11147config.detectorList[171].physicalType='CCD'
11149# Serial string associated with this specific detector
11150config.detectorList[171].serial='R40_S02_C0_v3.4.2'
11152# x offset from the origin of the camera in mm in the transposed system.
11153config.detectorList[171].offset_x=211.728717
11155# y offset from the origin of the camera in mm in the transposed system.
11156config.detectorList[171].offset_y=-221.783578
11158# x position of the reference point in the detector in pixels in transposed coordinates.
11159config.detectorList[171].refpos_x=2035.5
11161# y position of the reference point in the detector in pixels in transposed coordinates.
11162config.detectorList[171].refpos_y=999.5
11164# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11165config.detectorList[171].yawDeg=179.99266799999998
11167# pitch (rotation about y) of the detector in degrees
11168config.detectorList[171].pitchDeg=0.0
11170# roll (rotation about x) of the detector in degrees
11171config.detectorList[171].rollDeg=0.0
11173# Pixel size in the x dimension in mm
11174config.detectorList[171].pixelSize_x=0.01
11176# Pixel size in the y dimension in mm
11177config.detectorList[171].pixelSize_y=0.01
11179# Transpose the pixel grid before orienting in focal plane?
11180config.detectorList[171].transposeDetector=False
11182# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11183config.detectorList[171].crosstalk=None
11185config.detectorList[172]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11186config.detectorList[172].transformDict.transforms=None
11187# Name of reference coordinate system
11188config.detectorList[172].transformDict.nativeSys='Pixels'
11190# Name of detector slot
11191config.detectorList[172].name='R:4,0 S:0,2,B'
11193# ID of detector slot
11194config.detectorList[172].id=24002
11196# x0 of pixel bounding box
11197config.detectorList[172].bbox_x0=0
11199# y0 of pixel bounding box
11200config.detectorList[172].bbox_y0=0
11202# x1 of pixel bounding box
11203config.detectorList[172].bbox_x1=4071
11205# y1 of pixel bounding box
11206config.detectorList[172].bbox_y1=1999
11208# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11209config.detectorList[172].detectorType=3
11211# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11212config.detectorList[172].physicalType='CCD'
11214# Serial string associated with this specific detector
11215config.detectorList[172].serial='R40_S02_C1_v3.4.2'
11217# x offset from the origin of the camera in mm in the transposed system.
11218config.detectorList[172].offset_x=211.702951
11220# y offset from the origin of the camera in mm in the transposed system.
11221config.detectorList[172].offset_y=-201.820054
11223# x position of the reference point in the detector in pixels in transposed coordinates.
11224config.detectorList[172].refpos_x=2035.5
11226# y position of the reference point in the detector in pixels in transposed coordinates.
11227config.detectorList[172].refpos_y=999.5
11229# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11230config.detectorList[172].yawDeg=180.00458500000002
11232# pitch (rotation about y) of the detector in degrees
11233config.detectorList[172].pitchDeg=0.0
11235# roll (rotation about x) of the detector in degrees
11236config.detectorList[172].rollDeg=0.0
11238# Pixel size in the x dimension in mm
11239config.detectorList[172].pixelSize_x=0.01
11241# Pixel size in the y dimension in mm
11242config.detectorList[172].pixelSize_y=0.01
11244# Transpose the pixel grid before orienting in focal plane?
11245config.detectorList[172].transposeDetector=False
11247# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11248config.detectorList[172].crosstalk=None
11250config.detectorList[173]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11251config.detectorList[173].transformDict.transforms=None
11252# Name of reference coordinate system
11253config.detectorList[173].transformDict.nativeSys='Pixels'
11255# Name of detector slot
11256config.detectorList[173].name='R:4,0 S:1,2'
11258# ID of detector slot
11259config.detectorList[173].id=4012
11261# x0 of pixel bounding box
11262config.detectorList[173].bbox_x0=0
11264# y0 of pixel bounding box
11265config.detectorList[173].bbox_y0=0
11267# x1 of pixel bounding box
11268config.detectorList[173].bbox_x1=4071
11270# y1 of pixel bounding box
11271config.detectorList[173].bbox_y1=3999
11273# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11274config.detectorList[173].detectorType=2
11276# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11277config.detectorList[173].physicalType='CCD'
11279# Serial string associated with this specific detector
11280config.detectorList[173].serial='R40_S12_v3.4.2'
11282# x offset from the origin of the camera in mm in the transposed system.
11283config.detectorList[173].offset_x=253.980741
11285# y offset from the origin of the camera in mm in the transposed system.
11286config.detectorList[173].offset_y=-211.772447
11288# x position of the reference point in the detector in pixels in transposed coordinates.
11289config.detectorList[173].refpos_x=2035.5
11291# y position of the reference point in the detector in pixels in transposed coordinates.
11292config.detectorList[173].refpos_y=1999.5
11294# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11295config.detectorList[173].yawDeg=180.00910199999998
11297# pitch (rotation about y) of the detector in degrees
11298config.detectorList[173].pitchDeg=0.0
11300# roll (rotation about x) of the detector in degrees
11301config.detectorList[173].rollDeg=0.0
11303# Pixel size in the x dimension in mm
11304config.detectorList[173].pixelSize_x=0.01
11306# Pixel size in the y dimension in mm
11307config.detectorList[173].pixelSize_y=0.01
11309# Transpose the pixel grid before orienting in focal plane?
11310config.detectorList[173].transposeDetector=False
11312# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11313config.detectorList[173].crosstalk=None
11315config.detectorList[174]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11316config.detectorList[174].transformDict.transforms=None
11317# Name of reference coordinate system
11318config.detectorList[174].transformDict.nativeSys='Pixels'
11320# Name of detector slot
11321config.detectorList[174].name='R:4,1 S:0,0'
11323# ID of detector slot
11324config.detectorList[174].id=4100
11326# x0 of pixel bounding box
11327config.detectorList[174].bbox_x0=0
11329# y0 of pixel bounding box
11330config.detectorList[174].bbox_y0=0
11332# x1 of pixel bounding box
11333config.detectorList[174].bbox_x1=4071
11335# y1 of pixel bounding box
11336config.detectorList[174].bbox_y1=3999
11338# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11339config.detectorList[174].detectorType=0
11341# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11342config.detectorList[174].physicalType='CCD'
11344# Serial string associated with this specific detector
11345config.detectorList[174].serial='R41_S00_v3.4.2'
11347# x offset from the origin of the camera in mm in the transposed system.
11348config.detectorList[174].offset_x=211.798766
11350# y offset from the origin of the camera in mm in the transposed system.
11351config.detectorList[174].offset_y=-169.223724
11353# x position of the reference point in the detector in pixels in transposed coordinates.
11354config.detectorList[174].refpos_x=2035.5
11356# y position of the reference point in the detector in pixels in transposed coordinates.
11357config.detectorList[174].refpos_y=1999.5
11359# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11360config.detectorList[174].yawDeg=90.021944
11362# pitch (rotation about y) of the detector in degrees
11363config.detectorList[174].pitchDeg=0.0
11365# roll (rotation about x) of the detector in degrees
11366config.detectorList[174].rollDeg=0.0
11368# Pixel size in the x dimension in mm
11369config.detectorList[174].pixelSize_x=0.01
11371# Pixel size in the y dimension in mm
11372config.detectorList[174].pixelSize_y=0.01
11374# Transpose the pixel grid before orienting in focal plane?
11375config.detectorList[174].transposeDetector=False
11377# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11378config.detectorList[174].crosstalk=None
11380config.detectorList[175]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11381config.detectorList[175].transformDict.transforms=None
11382# Name of reference coordinate system
11383config.detectorList[175].transformDict.nativeSys='Pixels'
11385# Name of detector slot
11386config.detectorList[175].name='R:4,1 S:0,1'
11388# ID of detector slot
11389config.detectorList[175].id=4101
11391# x0 of pixel bounding box
11392config.detectorList[175].bbox_x0=0
11394# y0 of pixel bounding box
11395config.detectorList[175].bbox_y0=0
11397# x1 of pixel bounding box
11398config.detectorList[175].bbox_x1=4071
11400# y1 of pixel bounding box
11401config.detectorList[175].bbox_y1=3999
11403# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11404config.detectorList[175].detectorType=0
11406# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11407config.detectorList[175].physicalType='CCD'
11409# Serial string associated with this specific detector
11410config.detectorList[175].serial='R41_S01_v3.4.2'
11412# x offset from the origin of the camera in mm in the transposed system.
11413config.detectorList[175].offset_x=211.759996
11415# y offset from the origin of the camera in mm in the transposed system.
11416config.detectorList[175].offset_y=-127.041734
11418# x position of the reference point in the detector in pixels in transposed coordinates.
11419config.detectorList[175].refpos_x=2035.5
11421# y position of the reference point in the detector in pixels in transposed coordinates.
11422config.detectorList[175].refpos_y=1999.5
11424# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11425config.detectorList[175].yawDeg=90.021314
11427# pitch (rotation about y) of the detector in degrees
11428config.detectorList[175].pitchDeg=0.0
11430# roll (rotation about x) of the detector in degrees
11431config.detectorList[175].rollDeg=0.0
11433# Pixel size in the x dimension in mm
11434config.detectorList[175].pixelSize_x=0.01
11436# Pixel size in the y dimension in mm
11437config.detectorList[175].pixelSize_y=0.01
11439# Transpose the pixel grid before orienting in focal plane?
11440config.detectorList[175].transposeDetector=False
11442# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11443config.detectorList[175].crosstalk=None
11445config.detectorList[176]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11446config.detectorList[176].transformDict.transforms=None
11447# Name of reference coordinate system
11448config.detectorList[176].transformDict.nativeSys='Pixels'
11450# Name of detector slot
11451config.detectorList[176].name='R:4,1 S:0,2'
11453# ID of detector slot
11454config.detectorList[176].id=4102
11456# x0 of pixel bounding box
11457config.detectorList[176].bbox_x0=0
11459# y0 of pixel bounding box
11460config.detectorList[176].bbox_y0=0
11462# x1 of pixel bounding box
11463config.detectorList[176].bbox_x1=4071
11465# y1 of pixel bounding box
11466config.detectorList[176].bbox_y1=3999
11468# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11469config.detectorList[176].detectorType=0
11471# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11472config.detectorList[176].physicalType='CCD'
11474# Serial string associated with this specific detector
11475config.detectorList[176].serial='R41_S02_v3.4.2'
11477# x offset from the origin of the camera in mm in the transposed system.
11478config.detectorList[176].offset_x=211.81355
11480# y offset from the origin of the camera in mm in the transposed system.
11481config.detectorList[176].offset_y=-84.763894
11483# x position of the reference point in the detector in pixels in transposed coordinates.
11484config.detectorList[176].refpos_x=2035.5
11486# y position of the reference point in the detector in pixels in transposed coordinates.
11487config.detectorList[176].refpos_y=1999.5
11489# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11490config.detectorList[176].yawDeg=89.992322
11492# pitch (rotation about y) of the detector in degrees
11493config.detectorList[176].pitchDeg=0.0
11495# roll (rotation about x) of the detector in degrees
11496config.detectorList[176].rollDeg=0.0
11498# Pixel size in the x dimension in mm
11499config.detectorList[176].pixelSize_x=0.01
11501# Pixel size in the y dimension in mm
11502config.detectorList[176].pixelSize_y=0.01
11504# Transpose the pixel grid before orienting in focal plane?
11505config.detectorList[176].transposeDetector=False
11507# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11508config.detectorList[176].crosstalk=None
11510config.detectorList[177]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11511config.detectorList[177].transformDict.transforms=None
11512# Name of reference coordinate system
11513config.detectorList[177].transformDict.nativeSys='Pixels'
11515# Name of detector slot
11516config.detectorList[177].name='R:4,1 S:1,0'
11518# ID of detector slot
11519config.detectorList[177].id=4110
11521# x0 of pixel bounding box
11522config.detectorList[177].bbox_x0=0
11524# y0 of pixel bounding box
11525config.detectorList[177].bbox_y0=0
11527# x1 of pixel bounding box
11528config.detectorList[177].bbox_x1=4071
11530# y1 of pixel bounding box
11531config.detectorList[177].bbox_y1=3999
11533# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11534config.detectorList[177].detectorType=0
11536# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11537config.detectorList[177].physicalType='CCD'
11539# Serial string associated with this specific detector
11540config.detectorList[177].serial='R41_S10_v3.4.2'
11542# x offset from the origin of the camera in mm in the transposed system.
11543config.detectorList[177].offset_x=254.070604
11545# y offset from the origin of the camera in mm in the transposed system.
11546config.detectorList[177].offset_y=-169.283508
11548# x position of the reference point in the detector in pixels in transposed coordinates.
11549config.detectorList[177].refpos_x=2035.5
11551# y position of the reference point in the detector in pixels in transposed coordinates.
11552config.detectorList[177].refpos_y=1999.5
11554# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11555config.detectorList[177].yawDeg=89.997078
11557# pitch (rotation about y) of the detector in degrees
11558config.detectorList[177].pitchDeg=0.0
11560# roll (rotation about x) of the detector in degrees
11561config.detectorList[177].rollDeg=0.0
11563# Pixel size in the x dimension in mm
11564config.detectorList[177].pixelSize_x=0.01
11566# Pixel size in the y dimension in mm
11567config.detectorList[177].pixelSize_y=0.01
11569# Transpose the pixel grid before orienting in focal plane?
11570config.detectorList[177].transposeDetector=False
11572# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11573config.detectorList[177].crosstalk=None
11575config.detectorList[178]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11576config.detectorList[178].transformDict.transforms=None
11577# Name of reference coordinate system
11578config.detectorList[178].transformDict.nativeSys='Pixels'
11580# Name of detector slot
11581config.detectorList[178].name='R:4,1 S:1,1'
11583# ID of detector slot
11584config.detectorList[178].id=4111
11586# x0 of pixel bounding box
11587config.detectorList[178].bbox_x0=0
11589# y0 of pixel bounding box
11590config.detectorList[178].bbox_y0=0
11592# x1 of pixel bounding box
11593config.detectorList[178].bbox_x1=4071
11595# y1 of pixel bounding box
11596config.detectorList[178].bbox_y1=3999
11598# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11599config.detectorList[178].detectorType=0
11601# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11602config.detectorList[178].physicalType='CCD'
11604# Serial string associated with this specific detector
11605config.detectorList[178].serial='R41_S11_v3.4.2'
11607# x offset from the origin of the camera in mm in the transposed system.
11608config.detectorList[178].offset_x=254.0585
11610# y offset from the origin of the camera in mm in the transposed system.
11611config.detectorList[178].offset_y=-126.975127
11613# x position of the reference point in the detector in pixels in transposed coordinates.
11614config.detectorList[178].refpos_x=2035.5
11616# y position of the reference point in the detector in pixels in transposed coordinates.
11617config.detectorList[178].refpos_y=1999.5
11619# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11620config.detectorList[178].yawDeg=89.993984
11622# pitch (rotation about y) of the detector in degrees
11623config.detectorList[178].pitchDeg=0.0
11625# roll (rotation about x) of the detector in degrees
11626config.detectorList[178].rollDeg=0.0
11628# Pixel size in the x dimension in mm
11629config.detectorList[178].pixelSize_x=0.01
11631# Pixel size in the y dimension in mm
11632config.detectorList[178].pixelSize_y=0.01
11634# Transpose the pixel grid before orienting in focal plane?
11635config.detectorList[178].transposeDetector=False
11637# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11638config.detectorList[178].crosstalk=None
11640config.detectorList[179]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11641config.detectorList[179].transformDict.transforms=None
11642# Name of reference coordinate system
11643config.detectorList[179].transformDict.nativeSys='Pixels'
11645# Name of detector slot
11646config.detectorList[179].name='R:4,1 S:1,2'
11648# ID of detector slot
11649config.detectorList[179].id=4112
11651# x0 of pixel bounding box
11652config.detectorList[179].bbox_x0=0
11654# y0 of pixel bounding box
11655config.detectorList[179].bbox_y0=0
11657# x1 of pixel bounding box
11658config.detectorList[179].bbox_x1=4071
11660# y1 of pixel bounding box
11661config.detectorList[179].bbox_y1=3999
11663# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11664config.detectorList[179].detectorType=0
11666# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11667config.detectorList[179].physicalType='CCD'
11669# Serial string associated with this specific detector
11670config.detectorList[179].serial='R41_S12_v3.4.2'
11672# x offset from the origin of the camera in mm in the transposed system.
11673config.detectorList[179].offset_x=254.018036
11675# y offset from the origin of the camera in mm in the transposed system.
11676config.detectorList[179].offset_y=-84.732101
11678# x position of the reference point in the detector in pixels in transposed coordinates.
11679config.detectorList[179].refpos_x=2035.5
11681# y position of the reference point in the detector in pixels in transposed coordinates.
11682config.detectorList[179].refpos_y=1999.5
11684# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11685config.detectorList[179].yawDeg=90.021658
11687# pitch (rotation about y) of the detector in degrees
11688config.detectorList[179].pitchDeg=0.0
11690# roll (rotation about x) of the detector in degrees
11691config.detectorList[179].rollDeg=0.0
11693# Pixel size in the x dimension in mm
11694config.detectorList[179].pixelSize_x=0.01
11696# Pixel size in the y dimension in mm
11697config.detectorList[179].pixelSize_y=0.01
11699# Transpose the pixel grid before orienting in focal plane?
11700config.detectorList[179].transposeDetector=False
11702# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11703config.detectorList[179].crosstalk=None
11705config.detectorList[180]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11706config.detectorList[180].transformDict.transforms=None
11707# Name of reference coordinate system
11708config.detectorList[180].transformDict.nativeSys='Pixels'
11710# Name of detector slot
11711config.detectorList[180].name='R:4,1 S:2,0'
11713# ID of detector slot
11714config.detectorList[180].id=4120
11716# x0 of pixel bounding box
11717config.detectorList[180].bbox_x0=0
11719# y0 of pixel bounding box
11720config.detectorList[180].bbox_y0=0
11722# x1 of pixel bounding box
11723config.detectorList[180].bbox_x1=4071
11725# y1 of pixel bounding box
11726config.detectorList[180].bbox_y1=3999
11728# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11729config.detectorList[180].detectorType=0
11731# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11732config.detectorList[180].physicalType='CCD'
11734# Serial string associated with this specific detector
11735config.detectorList[180].serial='R41_S20_v3.4.2'
11737# x offset from the origin of the camera in mm in the transposed system.
11738config.detectorList[180].offset_x=296.324584
11740# y offset from the origin of the camera in mm in the transposed system.
11741config.detectorList[180].offset_y=-169.203293
11743# x position of the reference point in the detector in pixels in transposed coordinates.
11744config.detectorList[180].refpos_x=2035.5
11746# y position of the reference point in the detector in pixels in transposed coordinates.
11747config.detectorList[180].refpos_y=1999.5
11749# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11750config.detectorList[180].yawDeg=90.004011
11752# pitch (rotation about y) of the detector in degrees
11753config.detectorList[180].pitchDeg=0.0
11755# roll (rotation about x) of the detector in degrees
11756config.detectorList[180].rollDeg=0.0
11758# Pixel size in the x dimension in mm
11759config.detectorList[180].pixelSize_x=0.01
11761# Pixel size in the y dimension in mm
11762config.detectorList[180].pixelSize_y=0.01
11764# Transpose the pixel grid before orienting in focal plane?
11765config.detectorList[180].transposeDetector=False
11767# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11768config.detectorList[180].crosstalk=None
11770config.detectorList[181]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11771config.detectorList[181].transformDict.transforms=None
11772# Name of reference coordinate system
11773config.detectorList[181].transformDict.nativeSys='Pixels'
11775# Name of detector slot
11776config.detectorList[181].name='R:4,1 S:2,1'
11778# ID of detector slot
11779config.detectorList[181].id=4121
11781# x0 of pixel bounding box
11782config.detectorList[181].bbox_x0=0
11784# y0 of pixel bounding box
11785config.detectorList[181].bbox_y0=0
11787# x1 of pixel bounding box
11788config.detectorList[181].bbox_x1=4071
11790# y1 of pixel bounding box
11791config.detectorList[181].bbox_y1=3999
11793# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11794config.detectorList[181].detectorType=0
11796# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11797config.detectorList[181].physicalType='CCD'
11799# Serial string associated with this specific detector
11800config.detectorList[181].serial='R41_S21_v3.4.2'
11802# x offset from the origin of the camera in mm in the transposed system.
11803config.detectorList[181].offset_x=296.321571
11805# y offset from the origin of the camera in mm in the transposed system.
11806config.detectorList[181].offset_y=-126.961998
11808# x position of the reference point in the detector in pixels in transposed coordinates.
11809config.detectorList[181].refpos_x=2035.5
11811# y position of the reference point in the detector in pixels in transposed coordinates.
11812config.detectorList[181].refpos_y=1999.5
11814# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11815config.detectorList[181].yawDeg=90.007219
11817# pitch (rotation about y) of the detector in degrees
11818config.detectorList[181].pitchDeg=0.0
11820# roll (rotation about x) of the detector in degrees
11821config.detectorList[181].rollDeg=0.0
11823# Pixel size in the x dimension in mm
11824config.detectorList[181].pixelSize_x=0.01
11826# Pixel size in the y dimension in mm
11827config.detectorList[181].pixelSize_y=0.01
11829# Transpose the pixel grid before orienting in focal plane?
11830config.detectorList[181].transposeDetector=False
11832# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11833config.detectorList[181].crosstalk=None
11835config.detectorList[182]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11836config.detectorList[182].transformDict.transforms=None
11837# Name of reference coordinate system
11838config.detectorList[182].transformDict.nativeSys='Pixels'
11840# Name of detector slot
11841config.detectorList[182].name='R:4,1 S:2,2'
11843# ID of detector slot
11844config.detectorList[182].id=4122
11846# x0 of pixel bounding box
11847config.detectorList[182].bbox_x0=0
11849# y0 of pixel bounding box
11850config.detectorList[182].bbox_y0=0
11852# x1 of pixel bounding box
11853config.detectorList[182].bbox_x1=4071
11855# y1 of pixel bounding box
11856config.detectorList[182].bbox_y1=3999
11858# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11859config.detectorList[182].detectorType=0
11861# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11862config.detectorList[182].physicalType='CCD'
11864# Serial string associated with this specific detector
11865config.detectorList[182].serial='R41_S22_v3.4.2'
11867# x offset from the origin of the camera in mm in the transposed system.
11868config.detectorList[182].offset_x=296.327274
11870# y offset from the origin of the camera in mm in the transposed system.
11871config.detectorList[182].offset_y=-84.797318
11873# x position of the reference point in the detector in pixels in transposed coordinates.
11874config.detectorList[182].refpos_x=2035.5
11876# y position of the reference point in the detector in pixels in transposed coordinates.
11877config.detectorList[182].refpos_y=1999.5
11879# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11880config.detectorList[182].yawDeg=90.015928
11882# pitch (rotation about y) of the detector in degrees
11883config.detectorList[182].pitchDeg=0.0
11885# roll (rotation about x) of the detector in degrees
11886config.detectorList[182].rollDeg=0.0
11888# Pixel size in the x dimension in mm
11889config.detectorList[182].pixelSize_x=0.01
11891# Pixel size in the y dimension in mm
11892config.detectorList[182].pixelSize_y=0.01
11894# Transpose the pixel grid before orienting in focal plane?
11895config.detectorList[182].transposeDetector=False
11897# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11898config.detectorList[182].crosstalk=None
11900config.detectorList[183]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11901config.detectorList[183].transformDict.transforms=None
11902# Name of reference coordinate system
11903config.detectorList[183].transformDict.nativeSys='Pixels'
11905# Name of detector slot
11906config.detectorList[183].name='R:4,2 S:0,0'
11908# ID of detector slot
11909config.detectorList[183].id=4200
11911# x0 of pixel bounding box
11912config.detectorList[183].bbox_x0=0
11914# y0 of pixel bounding box
11915config.detectorList[183].bbox_y0=0
11917# x1 of pixel bounding box
11918config.detectorList[183].bbox_x1=4071
11920# y1 of pixel bounding box
11921config.detectorList[183].bbox_y1=3999
11923# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11924config.detectorList[183].detectorType=0
11926# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11927config.detectorList[183].physicalType='CCD'
11929# Serial string associated with this specific detector
11930config.detectorList[183].serial='R42_S00_v3.4.2'
11932# x offset from the origin of the camera in mm in the transposed system.
11933config.detectorList[183].offset_x=211.665404
11935# y offset from the origin of the camera in mm in the transposed system.
11936config.detectorList[183].offset_y=-42.234576
11938# x position of the reference point in the detector in pixels in transposed coordinates.
11939config.detectorList[183].refpos_x=2035.5
11941# y position of the reference point in the detector in pixels in transposed coordinates.
11942config.detectorList[183].refpos_y=1999.5
11944# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
11945config.detectorList[183].yawDeg=89.995989
11947# pitch (rotation about y) of the detector in degrees
11948config.detectorList[183].pitchDeg=0.0
11950# roll (rotation about x) of the detector in degrees
11951config.detectorList[183].rollDeg=0.0
11953# Pixel size in the x dimension in mm
11954config.detectorList[183].pixelSize_x=0.01
11956# Pixel size in the y dimension in mm
11957config.detectorList[183].pixelSize_y=0.01
11959# Transpose the pixel grid before orienting in focal plane?
11960config.detectorList[183].transposeDetector=False
11962# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
11963config.detectorList[183].crosstalk=None
11965config.detectorList[184]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
11966config.detectorList[184].transformDict.transforms=None
11967# Name of reference coordinate system
11968config.detectorList[184].transformDict.nativeSys='Pixels'
11970# Name of detector slot
11971config.detectorList[184].name='R:4,2 S:0,1'
11973# ID of detector slot
11974config.detectorList[184].id=4201
11976# x0 of pixel bounding box
11977config.detectorList[184].bbox_x0=0
11979# y0 of pixel bounding box
11980config.detectorList[184].bbox_y0=0
11982# x1 of pixel bounding box
11983config.detectorList[184].bbox_x1=4071
11985# y1 of pixel bounding box
11986config.detectorList[184].bbox_y1=3999
11988# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
11989config.detectorList[184].detectorType=0
11991# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
11992config.detectorList[184].physicalType='CCD'
11994# Serial string associated with this specific detector
11995config.detectorList[184].serial='R42_S01_v3.4.2'
11997# x offset from the origin of the camera in mm in the transposed system.
11998config.detectorList[184].offset_x=211.688707
12000# y offset from the origin of the camera in mm in the transposed system.
12001config.detectorList[184].offset_y=0.042905
12003# x position of the reference point in the detector in pixels in transposed coordinates.
12004config.detectorList[184].refpos_x=2035.5
12006# y position of the reference point in the detector in pixels in transposed coordinates.
12007config.detectorList[184].refpos_y=1999.5
12009# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12010config.detectorList[184].yawDeg=90.011115
12012# pitch (rotation about y) of the detector in degrees
12013config.detectorList[184].pitchDeg=0.0
12015# roll (rotation about x) of the detector in degrees
12016config.detectorList[184].rollDeg=0.0
12018# Pixel size in the x dimension in mm
12019config.detectorList[184].pixelSize_x=0.01
12021# Pixel size in the y dimension in mm
12022config.detectorList[184].pixelSize_y=0.01
12024# Transpose the pixel grid before orienting in focal plane?
12025config.detectorList[184].transposeDetector=False
12027# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12028config.detectorList[184].crosstalk=None
12030config.detectorList[185]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12031config.detectorList[185].transformDict.transforms=None
12032# Name of reference coordinate system
12033config.detectorList[185].transformDict.nativeSys='Pixels'
12035# Name of detector slot
12036config.detectorList[185].name='R:4,2 S:0,2'
12038# ID of detector slot
12039config.detectorList[185].id=4202
12041# x0 of pixel bounding box
12042config.detectorList[185].bbox_x0=0
12044# y0 of pixel bounding box
12045config.detectorList[185].bbox_y0=0
12047# x1 of pixel bounding box
12048config.detectorList[185].bbox_x1=4071
12050# y1 of pixel bounding box
12051config.detectorList[185].bbox_y1=3999
12053# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12054config.detectorList[185].detectorType=0
12056# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12057config.detectorList[185].physicalType='CCD'
12059# Serial string associated with this specific detector
12060config.detectorList[185].serial='R42_S02_v3.4.2'
12062# x offset from the origin of the camera in mm in the transposed system.
12063config.detectorList[185].offset_x=211.680709
12065# y offset from the origin of the camera in mm in the transposed system.
12066config.detectorList[185].offset_y=42.281538
12068# x position of the reference point in the detector in pixels in transposed coordinates.
12069config.detectorList[185].refpos_x=2035.5
12071# y position of the reference point in the detector in pixels in transposed coordinates.
12072config.detectorList[185].refpos_y=1999.5
12074# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12075config.detectorList[185].yawDeg=90.006474
12077# pitch (rotation about y) of the detector in degrees
12078config.detectorList[185].pitchDeg=0.0
12080# roll (rotation about x) of the detector in degrees
12081config.detectorList[185].rollDeg=0.0
12083# Pixel size in the x dimension in mm
12084config.detectorList[185].pixelSize_x=0.01
12086# Pixel size in the y dimension in mm
12087config.detectorList[185].pixelSize_y=0.01
12089# Transpose the pixel grid before orienting in focal plane?
12090config.detectorList[185].transposeDetector=False
12092# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12093config.detectorList[185].crosstalk=None
12095config.detectorList[186]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12096config.detectorList[186].transformDict.transforms=None
12097# Name of reference coordinate system
12098config.detectorList[186].transformDict.nativeSys='Pixels'
12100# Name of detector slot
12101config.detectorList[186].name='R:4,2 S:1,0'
12103# ID of detector slot
12104config.detectorList[186].id=4210
12106# x0 of pixel bounding box
12107config.detectorList[186].bbox_x0=0
12109# y0 of pixel bounding box
12110config.detectorList[186].bbox_y0=0
12112# x1 of pixel bounding box
12113config.detectorList[186].bbox_x1=4071
12115# y1 of pixel bounding box
12116config.detectorList[186].bbox_y1=3999
12118# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12119config.detectorList[186].detectorType=0
12121# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12122config.detectorList[186].physicalType='CCD'
12124# Serial string associated with this specific detector
12125config.detectorList[186].serial='R42_S10_v3.4.2'
12127# x offset from the origin of the camera in mm in the transposed system.
12128config.detectorList[186].offset_x=253.98674
12130# y offset from the origin of the camera in mm in the transposed system.
12131config.detectorList[186].offset_y=-42.230042
12133# x position of the reference point in the detector in pixels in transposed coordinates.
12134config.detectorList[186].refpos_x=2035.5
12136# y position of the reference point in the detector in pixels in transposed coordinates.
12137config.detectorList[186].refpos_y=1999.5
12139# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12140config.detectorList[186].yawDeg=90.003839
12142# pitch (rotation about y) of the detector in degrees
12143config.detectorList[186].pitchDeg=0.0
12145# roll (rotation about x) of the detector in degrees
12146config.detectorList[186].rollDeg=0.0
12148# Pixel size in the x dimension in mm
12149config.detectorList[186].pixelSize_x=0.01
12151# Pixel size in the y dimension in mm
12152config.detectorList[186].pixelSize_y=0.01
12154# Transpose the pixel grid before orienting in focal plane?
12155config.detectorList[186].transposeDetector=False
12157# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12158config.detectorList[186].crosstalk=None
12160config.detectorList[187]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12161config.detectorList[187].transformDict.transforms=None
12162# Name of reference coordinate system
12163config.detectorList[187].transformDict.nativeSys='Pixels'
12165# Name of detector slot
12166config.detectorList[187].name='R:4,2 S:1,1'
12168# ID of detector slot
12169config.detectorList[187].id=4211
12171# x0 of pixel bounding box
12172config.detectorList[187].bbox_x0=0
12174# y0 of pixel bounding box
12175config.detectorList[187].bbox_y0=0
12177# x1 of pixel bounding box
12178config.detectorList[187].bbox_x1=4071
12180# y1 of pixel bounding box
12181config.detectorList[187].bbox_y1=3999
12183# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12184config.detectorList[187].detectorType=0
12186# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12187config.detectorList[187].physicalType='CCD'
12189# Serial string associated with this specific detector
12190config.detectorList[187].serial='R42_S11_v3.4.2'
12192# x offset from the origin of the camera in mm in the transposed system.
12193config.detectorList[187].offset_x=253.960217
12195# y offset from the origin of the camera in mm in the transposed system.
12196config.detectorList[187].offset_y=0.01032
12198# x position of the reference point in the detector in pixels in transposed coordinates.
12199config.detectorList[187].refpos_x=2035.5
12201# y position of the reference point in the detector in pixels in transposed coordinates.
12202config.detectorList[187].refpos_y=1999.5
12204# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12205config.detectorList[187].yawDeg=89.987624
12207# pitch (rotation about y) of the detector in degrees
12208config.detectorList[187].pitchDeg=0.0
12210# roll (rotation about x) of the detector in degrees
12211config.detectorList[187].rollDeg=0.0
12213# Pixel size in the x dimension in mm
12214config.detectorList[187].pixelSize_x=0.01
12216# Pixel size in the y dimension in mm
12217config.detectorList[187].pixelSize_y=0.01
12219# Transpose the pixel grid before orienting in focal plane?
12220config.detectorList[187].transposeDetector=False
12222# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12223config.detectorList[187].crosstalk=None
12225config.detectorList[188]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12226config.detectorList[188].transformDict.transforms=None
12227# Name of reference coordinate system
12228config.detectorList[188].transformDict.nativeSys='Pixels'
12230# Name of detector slot
12231config.detectorList[188].name='R:4,2 S:1,2'
12233# ID of detector slot
12234config.detectorList[188].id=4212
12236# x0 of pixel bounding box
12237config.detectorList[188].bbox_x0=0
12239# y0 of pixel bounding box
12240config.detectorList[188].bbox_y0=0
12242# x1 of pixel bounding box
12243config.detectorList[188].bbox_x1=4071
12245# y1 of pixel bounding box
12246config.detectorList[188].bbox_y1=3999
12248# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12249config.detectorList[188].detectorType=0
12251# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12252config.detectorList[188].physicalType='CCD'
12254# Serial string associated with this specific detector
12255config.detectorList[188].serial='R42_S12_v3.4.2'
12257# x offset from the origin of the camera in mm in the transposed system.
12258config.detectorList[188].offset_x=253.97467
12260# y offset from the origin of the camera in mm in the transposed system.
12261config.detectorList[188].offset_y=42.277543
12263# x position of the reference point in the detector in pixels in transposed coordinates.
12264config.detectorList[188].refpos_x=2035.5
12266# y position of the reference point in the detector in pixels in transposed coordinates.
12267config.detectorList[188].refpos_y=1999.5
12269# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12270config.detectorList[188].yawDeg=90.010657
12272# pitch (rotation about y) of the detector in degrees
12273config.detectorList[188].pitchDeg=0.0
12275# roll (rotation about x) of the detector in degrees
12276config.detectorList[188].rollDeg=0.0
12278# Pixel size in the x dimension in mm
12279config.detectorList[188].pixelSize_x=0.01
12281# Pixel size in the y dimension in mm
12282config.detectorList[188].pixelSize_y=0.01
12284# Transpose the pixel grid before orienting in focal plane?
12285config.detectorList[188].transposeDetector=False
12287# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12288config.detectorList[188].crosstalk=None
12290config.detectorList[189]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12291config.detectorList[189].transformDict.transforms=None
12292# Name of reference coordinate system
12293config.detectorList[189].transformDict.nativeSys='Pixels'
12295# Name of detector slot
12296config.detectorList[189].name='R:4,2 S:2,0'
12298# ID of detector slot
12299config.detectorList[189].id=4220
12301# x0 of pixel bounding box
12302config.detectorList[189].bbox_x0=0
12304# y0 of pixel bounding box
12305config.detectorList[189].bbox_y0=0
12307# x1 of pixel bounding box
12308config.detectorList[189].bbox_x1=4071
12310# y1 of pixel bounding box
12311config.detectorList[189].bbox_y1=3999
12313# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12314config.detectorList[189].detectorType=0
12316# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12317config.detectorList[189].physicalType='CCD'
12319# Serial string associated with this specific detector
12320config.detectorList[189].serial='R42_S20_v3.4.2'
12322# x offset from the origin of the camera in mm in the transposed system.
12323config.detectorList[189].offset_x=296.184236
12325# y offset from the origin of the camera in mm in the transposed system.
12326config.detectorList[189].offset_y=-42.240952
12328# x position of the reference point in the detector in pixels in transposed coordinates.
12329config.detectorList[189].refpos_x=2035.5
12331# y position of the reference point in the detector in pixels in transposed coordinates.
12332config.detectorList[189].refpos_y=1999.5
12334# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12335config.detectorList[189].yawDeg=89.994843
12337# pitch (rotation about y) of the detector in degrees
12338config.detectorList[189].pitchDeg=0.0
12340# roll (rotation about x) of the detector in degrees
12341config.detectorList[189].rollDeg=0.0
12343# Pixel size in the x dimension in mm
12344config.detectorList[189].pixelSize_x=0.01
12346# Pixel size in the y dimension in mm
12347config.detectorList[189].pixelSize_y=0.01
12349# Transpose the pixel grid before orienting in focal plane?
12350config.detectorList[189].transposeDetector=False
12352# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12353config.detectorList[189].crosstalk=None
12355config.detectorList[190]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12356config.detectorList[190].transformDict.transforms=None
12357# Name of reference coordinate system
12358config.detectorList[190].transformDict.nativeSys='Pixels'
12360# Name of detector slot
12361config.detectorList[190].name='R:4,2 S:2,1'
12363# ID of detector slot
12364config.detectorList[190].id=4221
12366# x0 of pixel bounding box
12367config.detectorList[190].bbox_x0=0
12369# y0 of pixel bounding box
12370config.detectorList[190].bbox_y0=0
12372# x1 of pixel bounding box
12373config.detectorList[190].bbox_x1=4071
12375# y1 of pixel bounding box
12376config.detectorList[190].bbox_y1=3999
12378# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12379config.detectorList[190].detectorType=0
12381# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12382config.detectorList[190].physicalType='CCD'
12384# Serial string associated with this specific detector
12385config.detectorList[190].serial='R42_S21_v3.4.2'
12387# x offset from the origin of the camera in mm in the transposed system.
12388config.detectorList[190].offset_x=296.164584
12390# y offset from the origin of the camera in mm in the transposed system.
12391config.detectorList[190].offset_y=0.035761
12393# x position of the reference point in the detector in pixels in transposed coordinates.
12394config.detectorList[190].refpos_x=2035.5
12396# y position of the reference point in the detector in pixels in transposed coordinates.
12397config.detectorList[190].refpos_y=1999.5
12399# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12400config.detectorList[190].yawDeg=90.010944
12402# pitch (rotation about y) of the detector in degrees
12403config.detectorList[190].pitchDeg=0.0
12405# roll (rotation about x) of the detector in degrees
12406config.detectorList[190].rollDeg=0.0
12408# Pixel size in the x dimension in mm
12409config.detectorList[190].pixelSize_x=0.01
12411# Pixel size in the y dimension in mm
12412config.detectorList[190].pixelSize_y=0.01
12414# Transpose the pixel grid before orienting in focal plane?
12415config.detectorList[190].transposeDetector=False
12417# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12418config.detectorList[190].crosstalk=None
12420config.detectorList[191]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12421config.detectorList[191].transformDict.transforms=None
12422# Name of reference coordinate system
12423config.detectorList[191].transformDict.nativeSys='Pixels'
12425# Name of detector slot
12426config.detectorList[191].name='R:4,2 S:2,2'
12428# ID of detector slot
12429config.detectorList[191].id=4222
12431# x0 of pixel bounding box
12432config.detectorList[191].bbox_x0=0
12434# y0 of pixel bounding box
12435config.detectorList[191].bbox_y0=0
12437# x1 of pixel bounding box
12438config.detectorList[191].bbox_x1=4071
12440# y1 of pixel bounding box
12441config.detectorList[191].bbox_y1=3999
12443# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12444config.detectorList[191].detectorType=0
12446# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12447config.detectorList[191].physicalType='CCD'
12449# Serial string associated with this specific detector
12450config.detectorList[191].serial='R42_S22_v3.4.2'
12452# x offset from the origin of the camera in mm in the transposed system.
12453config.detectorList[191].offset_x=296.18033
12455# y offset from the origin of the camera in mm in the transposed system.
12456config.detectorList[191].offset_y=42.217457
12458# x position of the reference point in the detector in pixels in transposed coordinates.
12459config.detectorList[191].refpos_x=2035.5
12461# y position of the reference point in the detector in pixels in transposed coordinates.
12462config.detectorList[191].refpos_y=1999.5
12464# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12465config.detectorList[191].yawDeg=90.015871
12467# pitch (rotation about y) of the detector in degrees
12468config.detectorList[191].pitchDeg=0.0
12470# roll (rotation about x) of the detector in degrees
12471config.detectorList[191].rollDeg=0.0
12473# Pixel size in the x dimension in mm
12474config.detectorList[191].pixelSize_x=0.01
12476# Pixel size in the y dimension in mm
12477config.detectorList[191].pixelSize_y=0.01
12479# Transpose the pixel grid before orienting in focal plane?
12480config.detectorList[191].transposeDetector=False
12482# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12483config.detectorList[191].crosstalk=None
12485config.detectorList[192]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12486config.detectorList[192].transformDict.transforms=None
12487# Name of reference coordinate system
12488config.detectorList[192].transformDict.nativeSys='Pixels'
12490# Name of detector slot
12491config.detectorList[192].name='R:4,3 S:0,0'
12493# ID of detector slot
12494config.detectorList[192].id=4300
12496# x0 of pixel bounding box
12497config.detectorList[192].bbox_x0=0
12499# y0 of pixel bounding box
12500config.detectorList[192].bbox_y0=0
12502# x1 of pixel bounding box
12503config.detectorList[192].bbox_x1=4071
12505# y1 of pixel bounding box
12506config.detectorList[192].bbox_y1=3999
12508# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12509config.detectorList[192].detectorType=0
12511# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12512config.detectorList[192].physicalType='CCD'
12514# Serial string associated with this specific detector
12515config.detectorList[192].serial='R43_S00_v3.4.2'
12517# x offset from the origin of the camera in mm in the transposed system.
12518config.detectorList[192].offset_x=211.712632
12520# y offset from the origin of the camera in mm in the transposed system.
12521config.detectorList[192].offset_y=84.732834
12523# x position of the reference point in the detector in pixels in transposed coordinates.
12524config.detectorList[192].refpos_x=2035.5
12526# y position of the reference point in the detector in pixels in transposed coordinates.
12527config.detectorList[192].refpos_y=1999.5
12529# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12530config.detectorList[192].yawDeg=89.997823
12532# pitch (rotation about y) of the detector in degrees
12533config.detectorList[192].pitchDeg=0.0
12535# roll (rotation about x) of the detector in degrees
12536config.detectorList[192].rollDeg=0.0
12538# Pixel size in the x dimension in mm
12539config.detectorList[192].pixelSize_x=0.01
12541# Pixel size in the y dimension in mm
12542config.detectorList[192].pixelSize_y=0.01
12544# Transpose the pixel grid before orienting in focal plane?
12545config.detectorList[192].transposeDetector=False
12547# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12548config.detectorList[192].crosstalk=None
12550config.detectorList[193]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12551config.detectorList[193].transformDict.transforms=None
12552# Name of reference coordinate system
12553config.detectorList[193].transformDict.nativeSys='Pixels'
12555# Name of detector slot
12556config.detectorList[193].name='R:4,3 S:0,1'
12558# ID of detector slot
12559config.detectorList[193].id=4301
12561# x0 of pixel bounding box
12562config.detectorList[193].bbox_x0=0
12564# y0 of pixel bounding box
12565config.detectorList[193].bbox_y0=0
12567# x1 of pixel bounding box
12568config.detectorList[193].bbox_x1=4071
12570# y1 of pixel bounding box
12571config.detectorList[193].bbox_y1=3999
12573# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12574config.detectorList[193].detectorType=0
12576# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12577config.detectorList[193].physicalType='CCD'
12579# Serial string associated with this specific detector
12580config.detectorList[193].serial='R43_S01_v3.4.2'
12582# x offset from the origin of the camera in mm in the transposed system.
12583config.detectorList[193].offset_x=211.73909
12585# y offset from the origin of the camera in mm in the transposed system.
12586config.detectorList[193].offset_y=127.015641
12588# x position of the reference point in the detector in pixels in transposed coordinates.
12589config.detectorList[193].refpos_x=2035.5
12591# y position of the reference point in the detector in pixels in transposed coordinates.
12592config.detectorList[193].refpos_y=1999.5
12594# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12595config.detectorList[193].yawDeg=89.988598
12597# pitch (rotation about y) of the detector in degrees
12598config.detectorList[193].pitchDeg=0.0
12600# roll (rotation about x) of the detector in degrees
12601config.detectorList[193].rollDeg=0.0
12603# Pixel size in the x dimension in mm
12604config.detectorList[193].pixelSize_x=0.01
12606# Pixel size in the y dimension in mm
12607config.detectorList[193].pixelSize_y=0.01
12609# Transpose the pixel grid before orienting in focal plane?
12610config.detectorList[193].transposeDetector=False
12612# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12613config.detectorList[193].crosstalk=None
12615config.detectorList[194]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12616config.detectorList[194].transformDict.transforms=None
12617# Name of reference coordinate system
12618config.detectorList[194].transformDict.nativeSys='Pixels'
12620# Name of detector slot
12621config.detectorList[194].name='R:4,3 S:0,2'
12623# ID of detector slot
12624config.detectorList[194].id=4302
12626# x0 of pixel bounding box
12627config.detectorList[194].bbox_x0=0
12629# y0 of pixel bounding box
12630config.detectorList[194].bbox_y0=0
12632# x1 of pixel bounding box
12633config.detectorList[194].bbox_x1=4071
12635# y1 of pixel bounding box
12636config.detectorList[194].bbox_y1=3999
12638# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12639config.detectorList[194].detectorType=0
12641# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12642config.detectorList[194].physicalType='CCD'
12644# Serial string associated with this specific detector
12645config.detectorList[194].serial='R43_S02_v3.4.2'
12647# x offset from the origin of the camera in mm in the transposed system.
12648config.detectorList[194].offset_x=211.790511
12650# y offset from the origin of the camera in mm in the transposed system.
12651config.detectorList[194].offset_y=169.251053
12653# x position of the reference point in the detector in pixels in transposed coordinates.
12654config.detectorList[194].refpos_x=2035.5
12656# y position of the reference point in the detector in pixels in transposed coordinates.
12657config.detectorList[194].refpos_y=1999.5
12659# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12660config.detectorList[194].yawDeg=89.983556
12662# pitch (rotation about y) of the detector in degrees
12663config.detectorList[194].pitchDeg=0.0
12665# roll (rotation about x) of the detector in degrees
12666config.detectorList[194].rollDeg=0.0
12668# Pixel size in the x dimension in mm
12669config.detectorList[194].pixelSize_x=0.01
12671# Pixel size in the y dimension in mm
12672config.detectorList[194].pixelSize_y=0.01
12674# Transpose the pixel grid before orienting in focal plane?
12675config.detectorList[194].transposeDetector=False
12677# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12678config.detectorList[194].crosstalk=None
12680config.detectorList[195]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12681config.detectorList[195].transformDict.transforms=None
12682# Name of reference coordinate system
12683config.detectorList[195].transformDict.nativeSys='Pixels'
12685# Name of detector slot
12686config.detectorList[195].name='R:4,3 S:1,0'
12688# ID of detector slot
12689config.detectorList[195].id=4310
12691# x0 of pixel bounding box
12692config.detectorList[195].bbox_x0=0
12694# y0 of pixel bounding box
12695config.detectorList[195].bbox_y0=0
12697# x1 of pixel bounding box
12698config.detectorList[195].bbox_x1=4071
12700# y1 of pixel bounding box
12701config.detectorList[195].bbox_y1=3999
12703# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12704config.detectorList[195].detectorType=0
12706# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12707config.detectorList[195].physicalType='CCD'
12709# Serial string associated with this specific detector
12710config.detectorList[195].serial='R43_S10_v3.4.2'
12712# x offset from the origin of the camera in mm in the transposed system.
12713config.detectorList[195].offset_x=254.010206
12715# y offset from the origin of the camera in mm in the transposed system.
12716config.detectorList[195].offset_y=84.703872
12718# x position of the reference point in the detector in pixels in transposed coordinates.
12719config.detectorList[195].refpos_x=2035.5
12721# y position of the reference point in the detector in pixels in transposed coordinates.
12722config.detectorList[195].refpos_y=1999.5
12724# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12725config.detectorList[195].yawDeg=89.989057
12727# pitch (rotation about y) of the detector in degrees
12728config.detectorList[195].pitchDeg=0.0
12730# roll (rotation about x) of the detector in degrees
12731config.detectorList[195].rollDeg=0.0
12733# Pixel size in the x dimension in mm
12734config.detectorList[195].pixelSize_x=0.01
12736# Pixel size in the y dimension in mm
12737config.detectorList[195].pixelSize_y=0.01
12739# Transpose the pixel grid before orienting in focal plane?
12740config.detectorList[195].transposeDetector=False
12742# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12743config.detectorList[195].crosstalk=None
12745config.detectorList[196]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12746config.detectorList[196].transformDict.transforms=None
12747# Name of reference coordinate system
12748config.detectorList[196].transformDict.nativeSys='Pixels'
12750# Name of detector slot
12751config.detectorList[196].name='R:4,3 S:1,1'
12753# ID of detector slot
12754config.detectorList[196].id=4311
12756# x0 of pixel bounding box
12757config.detectorList[196].bbox_x0=0
12759# y0 of pixel bounding box
12760config.detectorList[196].bbox_y0=0
12762# x1 of pixel bounding box
12763config.detectorList[196].bbox_x1=4071
12765# y1 of pixel bounding box
12766config.detectorList[196].bbox_y1=3999
12768# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12769config.detectorList[196].detectorType=0
12771# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12772config.detectorList[196].physicalType='CCD'
12774# Serial string associated with this specific detector
12775config.detectorList[196].serial='R43_S11_v3.4.2'
12777# x offset from the origin of the camera in mm in the transposed system.
12778config.detectorList[196].offset_x=254.060744
12780# y offset from the origin of the camera in mm in the transposed system.
12781config.detectorList[196].offset_y=127.018944
12783# x position of the reference point in the detector in pixels in transposed coordinates.
12784config.detectorList[196].refpos_x=2035.5
12786# y position of the reference point in the detector in pixels in transposed coordinates.
12787config.detectorList[196].refpos_y=1999.5
12789# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12790config.detectorList[196].yawDeg=89.989572
12792# pitch (rotation about y) of the detector in degrees
12793config.detectorList[196].pitchDeg=0.0
12795# roll (rotation about x) of the detector in degrees
12796config.detectorList[196].rollDeg=0.0
12798# Pixel size in the x dimension in mm
12799config.detectorList[196].pixelSize_x=0.01
12801# Pixel size in the y dimension in mm
12802config.detectorList[196].pixelSize_y=0.01
12804# Transpose the pixel grid before orienting in focal plane?
12805config.detectorList[196].transposeDetector=False
12807# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12808config.detectorList[196].crosstalk=None
12810config.detectorList[197]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12811config.detectorList[197].transformDict.transforms=None
12812# Name of reference coordinate system
12813config.detectorList[197].transformDict.nativeSys='Pixels'
12815# Name of detector slot
12816config.detectorList[197].name='R:4,3 S:1,2'
12818# ID of detector slot
12819config.detectorList[197].id=4312
12821# x0 of pixel bounding box
12822config.detectorList[197].bbox_x0=0
12824# y0 of pixel bounding box
12825config.detectorList[197].bbox_y0=0
12827# x1 of pixel bounding box
12828config.detectorList[197].bbox_x1=4071
12830# y1 of pixel bounding box
12831config.detectorList[197].bbox_y1=3999
12833# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12834config.detectorList[197].detectorType=0
12836# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12837config.detectorList[197].physicalType='CCD'
12839# Serial string associated with this specific detector
12840config.detectorList[197].serial='R43_S12_v3.4.2'
12842# x offset from the origin of the camera in mm in the transposed system.
12843config.detectorList[197].offset_x=254.040469
12845# y offset from the origin of the camera in mm in the transposed system.
12846config.detectorList[197].offset_y=169.234848
12848# x position of the reference point in the detector in pixels in transposed coordinates.
12849config.detectorList[197].refpos_x=2035.5
12851# y position of the reference point in the detector in pixels in transposed coordinates.
12852config.detectorList[197].refpos_y=1999.5
12854# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12855config.detectorList[197].yawDeg=90.0
12857# pitch (rotation about y) of the detector in degrees
12858config.detectorList[197].pitchDeg=0.0
12860# roll (rotation about x) of the detector in degrees
12861config.detectorList[197].rollDeg=0.0
12863# Pixel size in the x dimension in mm
12864config.detectorList[197].pixelSize_x=0.01
12866# Pixel size in the y dimension in mm
12867config.detectorList[197].pixelSize_y=0.01
12869# Transpose the pixel grid before orienting in focal plane?
12870config.detectorList[197].transposeDetector=False
12872# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12873config.detectorList[197].crosstalk=None
12875config.detectorList[198]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12876config.detectorList[198].transformDict.transforms=None
12877# Name of reference coordinate system
12878config.detectorList[198].transformDict.nativeSys='Pixels'
12880# Name of detector slot
12881config.detectorList[198].name='R:4,3 S:2,0'
12883# ID of detector slot
12884config.detectorList[198].id=4320
12886# x0 of pixel bounding box
12887config.detectorList[198].bbox_x0=0
12889# y0 of pixel bounding box
12890config.detectorList[198].bbox_y0=0
12892# x1 of pixel bounding box
12893config.detectorList[198].bbox_x1=4071
12895# y1 of pixel bounding box
12896config.detectorList[198].bbox_y1=3999
12898# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12899config.detectorList[198].detectorType=0
12901# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12902config.detectorList[198].physicalType='CCD'
12904# Serial string associated with this specific detector
12905config.detectorList[198].serial='R43_S20_v3.4.2'
12907# x offset from the origin of the camera in mm in the transposed system.
12908config.detectorList[198].offset_x=296.214263
12910# y offset from the origin of the camera in mm in the transposed system.
12911config.detectorList[198].offset_y=84.718582
12913# x position of the reference point in the detector in pixels in transposed coordinates.
12914config.detectorList[198].refpos_x=2035.5
12916# y position of the reference point in the detector in pixels in transposed coordinates.
12917config.detectorList[198].refpos_y=1999.5
12919# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12920config.detectorList[198].yawDeg=90.002063
12922# pitch (rotation about y) of the detector in degrees
12923config.detectorList[198].pitchDeg=0.0
12925# roll (rotation about x) of the detector in degrees
12926config.detectorList[198].rollDeg=0.0
12928# Pixel size in the x dimension in mm
12929config.detectorList[198].pixelSize_x=0.01
12931# Pixel size in the y dimension in mm
12932config.detectorList[198].pixelSize_y=0.01
12934# Transpose the pixel grid before orienting in focal plane?
12935config.detectorList[198].transposeDetector=False
12937# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
12938config.detectorList[198].crosstalk=None
12940config.detectorList[199]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
12941config.detectorList[199].transformDict.transforms=None
12942# Name of reference coordinate system
12943config.detectorList[199].transformDict.nativeSys='Pixels'
12945# Name of detector slot
12946config.detectorList[199].name='R:4,3 S:2,1'
12948# ID of detector slot
12949config.detectorList[199].id=4321
12951# x0 of pixel bounding box
12952config.detectorList[199].bbox_x0=0
12954# y0 of pixel bounding box
12955config.detectorList[199].bbox_y0=0
12957# x1 of pixel bounding box
12958config.detectorList[199].bbox_x1=4071
12960# y1 of pixel bounding box
12961config.detectorList[199].bbox_y1=3999
12963# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
12964config.detectorList[199].detectorType=0
12966# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
12967config.detectorList[199].physicalType='CCD'
12969# Serial string associated with this specific detector
12970config.detectorList[199].serial='R43_S21_v3.4.2'
12972# x offset from the origin of the camera in mm in the transposed system.
12973config.detectorList[199].offset_x=296.276211
12975# y offset from the origin of the camera in mm in the transposed system.
12976config.detectorList[199].offset_y=126.992722
12978# x position of the reference point in the detector in pixels in transposed coordinates.
12979config.detectorList[199].refpos_x=2035.5
12981# y position of the reference point in the detector in pixels in transposed coordinates.
12982config.detectorList[199].refpos_y=1999.5
12984# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
12985config.detectorList[199].yawDeg=89.977884
12987# pitch (rotation about y) of the detector in degrees
12988config.detectorList[199].pitchDeg=0.0
12990# roll (rotation about x) of the detector in degrees
12991config.detectorList[199].rollDeg=0.0
12993# Pixel size in the x dimension in mm
12994config.detectorList[199].pixelSize_x=0.01
12996# Pixel size in the y dimension in mm
12997config.detectorList[199].pixelSize_y=0.01
12999# Transpose the pixel grid before orienting in focal plane?
13000config.detectorList[199].transposeDetector=False
13002# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13003config.detectorList[199].crosstalk=None
13005config.detectorList[200]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
13006config.detectorList[200].transformDict.transforms=None
13007# Name of reference coordinate system
13008config.detectorList[200].transformDict.nativeSys='Pixels'
13010# Name of detector slot
13011config.detectorList[200].name='R:4,3 S:2,2'
13013# ID of detector slot
13014config.detectorList[200].id=4322
13016# x0 of pixel bounding box
13017config.detectorList[200].bbox_x0=0
13019# y0 of pixel bounding box
13020config.detectorList[200].bbox_y0=0
13022# x1 of pixel bounding box
13023config.detectorList[200].bbox_x1=4071
13025# y1 of pixel bounding box
13026config.detectorList[200].bbox_y1=3999
13028# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
13029config.detectorList[200].detectorType=0
13031# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
13032config.detectorList[200].physicalType='CCD'
13034# Serial string associated with this specific detector
13035config.detectorList[200].serial='R43_S22_v3.4.2'
13037# x offset from the origin of the camera in mm in the transposed system.
13038config.detectorList[200].offset_x=296.305143
13040# y offset from the origin of the camera in mm in the transposed system.
13041config.detectorList[200].offset_y=169.255035
13043# x position of the reference point in the detector in pixels in transposed coordinates.
13044config.detectorList[200].refpos_x=2035.5
13046# y position of the reference point in the detector in pixels in transposed coordinates.
13047config.detectorList[200].refpos_y=1999.5
13049# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
13050config.detectorList[200].yawDeg=89.996448
13052# pitch (rotation about y) of the detector in degrees
13053config.detectorList[200].pitchDeg=0.0
13055# roll (rotation about x) of the detector in degrees
13056config.detectorList[200].rollDeg=0.0
13058# Pixel size in the x dimension in mm
13059config.detectorList[200].pixelSize_x=0.01
13061# Pixel size in the y dimension in mm
13062config.detectorList[200].pixelSize_y=0.01
13064# Transpose the pixel grid before orienting in focal plane?
13065config.detectorList[200].transposeDetector=False
13067# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13068config.detectorList[200].crosstalk=None
13070config.detectorList[201]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
13071config.detectorList[201].transformDict.transforms=None
13072# Name of reference coordinate system
13073config.detectorList[201].transformDict.nativeSys='Pixels'
13075# Name of detector slot
13076config.detectorList[201].name='R:4,4 S:0,0,A'
13078# ID of detector slot
13079config.detectorList[201].id=14400
13081# x0 of pixel bounding box
13082config.detectorList[201].bbox_x0=0
13084# y0 of pixel bounding box
13085config.detectorList[201].bbox_y0=0
13087# x1 of pixel bounding box
13088config.detectorList[201].bbox_x1=4071
13090# y1 of pixel bounding box
13091config.detectorList[201].bbox_y1=1999
13093# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
13094config.detectorList[201].detectorType=3
13096# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
13097config.detectorList[201].physicalType='CCD'
13099# Serial string associated with this specific detector
13100config.detectorList[201].serial='R44_S00_C0_v3.4.2'
13102# x offset from the origin of the camera in mm in the transposed system.
13103config.detectorList[201].offset_x=221.750594
13105# y offset from the origin of the camera in mm in the transposed system.
13106config.detectorList[201].offset_y=211.722202
13108# x position of the reference point in the detector in pixels in transposed coordinates.
13109config.detectorList[201].refpos_x=2035.5
13111# y position of the reference point in the detector in pixels in transposed coordinates.
13112config.detectorList[201].refpos_y=999.5
13114# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
13115config.detectorList[201].yawDeg=-89.99156199999999
13117# pitch (rotation about y) of the detector in degrees
13118config.detectorList[201].pitchDeg=0.0
13120# roll (rotation about x) of the detector in degrees
13121config.detectorList[201].rollDeg=0.0
13123# Pixel size in the x dimension in mm
13124config.detectorList[201].pixelSize_x=0.01
13126# Pixel size in the y dimension in mm
13127config.detectorList[201].pixelSize_y=0.01
13129# Transpose the pixel grid before orienting in focal plane?
13130config.detectorList[201].transposeDetector=False
13132# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13133config.detectorList[201].crosstalk=None
13135config.detectorList[202]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
13136config.detectorList[202].transformDict.transforms=None
13137# Name of reference coordinate system
13138config.detectorList[202].transformDict.nativeSys='Pixels'
13140# Name of detector slot
13141config.detectorList[202].name='R:4,4 S:0,0,B'
13143# ID of detector slot
13144config.detectorList[202].id=24400
13146# x0 of pixel bounding box
13147config.detectorList[202].bbox_x0=0
13149# y0 of pixel bounding box
13150config.detectorList[202].bbox_y0=0
13152# x1 of pixel bounding box
13153config.detectorList[202].bbox_x1=4071
13155# y1 of pixel bounding box
13156config.detectorList[202].bbox_y1=1999
13158# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
13159config.detectorList[202].detectorType=3
13161# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
13162config.detectorList[202].physicalType='CCD'
13164# Serial string associated with this specific detector
13165config.detectorList[202].serial='R44_S00_C1_v3.4.2'
13167# x offset from the origin of the camera in mm in the transposed system.
13168config.detectorList[202].offset_x=201.73532
13170# y offset from the origin of the camera in mm in the transposed system.
13171config.detectorList[202].offset_y=211.711975
13173# x position of the reference point in the detector in pixels in transposed coordinates.
13174config.detectorList[202].refpos_x=2035.5
13176# y position of the reference point in the detector in pixels in transposed coordinates.
13177config.detectorList[202].refpos_y=999.5
13179# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
13180config.detectorList[202].yawDeg=-89.981201
13182# pitch (rotation about y) of the detector in degrees
13183config.detectorList[202].pitchDeg=0.0
13185# roll (rotation about x) of the detector in degrees
13186config.detectorList[202].rollDeg=0.0
13188# Pixel size in the x dimension in mm
13189config.detectorList[202].pixelSize_x=0.01
13191# Pixel size in the y dimension in mm
13192config.detectorList[202].pixelSize_y=0.01
13194# Transpose the pixel grid before orienting in focal plane?
13195config.detectorList[202].transposeDetector=False
13197# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13198config.detectorList[202].crosstalk=None
13200config.detectorList[203]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
13201config.detectorList[203].transformDict.transforms=None
13202# Name of reference coordinate system
13203config.detectorList[203].transformDict.nativeSys='Pixels'
13205# Name of detector slot
13206config.detectorList[203].name='R:4,4 S:0,1'
13208# ID of detector slot
13209config.detectorList[203].id=4401
13211# x0 of pixel bounding box
13212config.detectorList[203].bbox_x0=0
13214# y0 of pixel bounding box
13215config.detectorList[203].bbox_y0=0
13217# x1 of pixel bounding box
13218config.detectorList[203].bbox_x1=4071
13220# y1 of pixel bounding box
13221config.detectorList[203].bbox_y1=3999
13223# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
13224config.detectorList[203].detectorType=2
13226# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
13227config.detectorList[203].physicalType='CCD'
13229# Serial string associated with this specific detector
13230config.detectorList[203].serial='R44_S01_v3.4.2'
13232# x offset from the origin of the camera in mm in the transposed system.
13233config.detectorList[203].offset_x=211.790719
13235# y offset from the origin of the camera in mm in the transposed system.
13236config.detectorList[203].offset_y=253.96883
13238# x position of the reference point in the detector in pixels in transposed coordinates.
13239config.detectorList[203].refpos_x=2035.5
13241# y position of the reference point in the detector in pixels in transposed coordinates.
13242config.detectorList[203].refpos_y=1999.5
13244# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
13245config.detectorList[203].yawDeg=269.99272199999996
13247# pitch (rotation about y) of the detector in degrees
13248config.detectorList[203].pitchDeg=0.0
13250# roll (rotation about x) of the detector in degrees
13251config.detectorList[203].rollDeg=0.0
13253# Pixel size in the x dimension in mm
13254config.detectorList[203].pixelSize_x=0.01
13256# Pixel size in the y dimension in mm
13257config.detectorList[203].pixelSize_y=0.01
13259# Transpose the pixel grid before orienting in focal plane?
13260config.detectorList[203].transposeDetector=False
13262# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13263config.detectorList[203].crosstalk=None
13265config.detectorList[204]=lsst.afw.cameraGeom.cameraConfig.DetectorConfig()
13266config.detectorList[204].transformDict.transforms=None
13267# Name of reference coordinate system
13268config.detectorList[204].transformDict.nativeSys='Pixels'
13270# Name of detector slot
13271config.detectorList[204].name='R:4,4 S:1,0'
13273# ID of detector slot
13274config.detectorList[204].id=4410
13276# x0 of pixel bounding box
13277config.detectorList[204].bbox_x0=0
13279# y0 of pixel bounding box
13280config.detectorList[204].bbox_y0=0
13282# x1 of pixel bounding box
13283config.detectorList[204].bbox_x1=4071
13285# y1 of pixel bounding box
13286config.detectorList[204].bbox_y1=3999
13288# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3
13289config.detectorList[204].detectorType=2
13291# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe
13292config.detectorList[204].physicalType='CCD'
13294# Serial string associated with this specific detector
13295config.detectorList[204].serial='R44_S10_v3.4.2'
13297# x offset from the origin of the camera in mm in the transposed system.
13298config.detectorList[204].offset_x=254.050473
13300# y offset from the origin of the camera in mm in the transposed system.
13301config.detectorList[204].offset_y=211.751236
13303# x position of the reference point in the detector in pixels in transposed coordinates.
13304config.detectorList[204].refpos_x=2035.5
13306# y position of the reference point in the detector in pixels in transposed coordinates.
13307config.detectorList[204].refpos_y=1999.5
13309# yaw (rotation about z) of the detector in degrees. This includes any necessary rotation to go from detector coordinates to camera coordinates after optional transposition.
13310config.detectorList[204].yawDeg=269.99272199999996
13312# pitch (rotation about y) of the detector in degrees
13313config.detectorList[204].pitchDeg=0.0
13315# roll (rotation about x) of the detector in degrees
13316config.detectorList[204].rollDeg=0.0
13318# Pixel size in the x dimension in mm
13319config.detectorList[204].pixelSize_x=0.01
13321# Pixel size in the y dimension in mm
13322config.detectorList[204].pixelSize_y=0.01
13324# Transpose the pixel grid before orienting in focal plane?
13325config.detectorList[204].transposeDetector=False
13327# Flattened crosstalk coefficient matrix; should have nAmps x nAmps entries. Once 'reshape'-ed, ``coeffs[i][j]`` is the fraction of the j-th amp present on the i-th amp.
13328config.detectorList[204].crosstalk=None
13330config.transformDict.transforms={}
13331config.transformDict.transforms['FieldAngle']=lsst.afw.geom.transformConfig.TransformConfig()
13332config.transformDict.transforms['FieldAngle'].transform['inverted'].transform.retarget(target=lsst.afw.geom.transformConfig.radialFactory, ConfigClass=lsst.afw.geom.transformConfig.RadialTransformConfig)
13334# Coefficients for the radial polynomial; coeff[0] must be 0
13335config.transformDict.transforms['FieldAngle'].transform['inverted'].transform.coeffs=[0.0, 10313.240312354817, 0.0, 9539.747288928207]
13337# 2x2 linear matrix in the usual numpy order; to rotate a vector by theta use: cos(theta), sin(theta), -sin(theta), cos(theta)
13338config.transformDict.transforms['FieldAngle'].transform['affine'].linear=[1.0, 0.0, 0.0, 1.0]
13340# x, y translation vector
13341config.transformDict.transforms['FieldAngle'].transform['affine'].translation=[0.0, 0.0]
13343# Coefficients for the radial polynomial; coeff[0] must be 0
13344config.transformDict.transforms['FieldAngle'].transform['radial'].coeffs=None
13346config.transformDict.transforms['FieldAngle'].transform['multi'].transformDict=None
13347config.transformDict.transforms['FieldAngle'].transform.name='inverted'
13348# Name of reference coordinate system
13349config.transformDict.nativeSys='FocalPlane'
13351# Name of this camera
13352config.name='LSST'
13354# Plate scale of the camera in arcsec/mm
13355config.plateScale=20.0
13357# Coefficients for radial distortion
13358config.radialCoeffs=None