Hide keyboard shortcuts

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' 

9 

10# Name of detector slot 

11config.detectorList[0].name='R:0,0 S:1,2' 

12 

13# ID of detector slot 

14config.detectorList[0].id=12 

15 

16# x0 of pixel bounding box 

17config.detectorList[0].bbox_x0=0 

18 

19# y0 of pixel bounding box 

20config.detectorList[0].bbox_y0=0 

21 

22# x1 of pixel bounding box 

23config.detectorList[0].bbox_x1=4071 

24 

25# y1 of pixel bounding box 

26config.detectorList[0].bbox_y1=3999 

27 

28# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

29config.detectorList[0].detectorType=2 

30 

31# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

32config.detectorList[0].physicalType='CCD' 

33 

34# Serial string associated with this specific detector 

35config.detectorList[0].serial='R00_S12_v3.4.2' 

36 

37# x offset from the origin of the camera in mm in the transposed system. 

38config.detectorList[0].offset_x=-253.979646 

39 

40# y offset from the origin of the camera in mm in the transposed system. 

41config.detectorList[0].offset_y=-211.780212 

42 

43# x position of the reference point in the detector in pixels in transposed coordinates. 

44config.detectorList[0].refpos_x=2035.5 

45 

46# y position of the reference point in the detector in pixels in transposed coordinates. 

47config.detectorList[0].refpos_y=1999.5 

48 

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 

51 

52# pitch (rotation about y) of the detector in degrees 

53config.detectorList[0].pitchDeg=0.0 

54 

55# roll (rotation about x) of the detector in degrees 

56config.detectorList[0].rollDeg=0.0 

57 

58# Pixel size in the x dimension in mm 

59config.detectorList[0].pixelSize_x=0.01 

60 

61# Pixel size in the y dimension in mm 

62config.detectorList[0].pixelSize_y=0.01 

63 

64# Transpose the pixel grid before orienting in focal plane? 

65config.detectorList[0].transposeDetector=False 

66 

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 

69 

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' 

74 

75# Name of detector slot 

76config.detectorList[1].name='R:0,0 S:2,1' 

77 

78# ID of detector slot 

79config.detectorList[1].id=21 

80 

81# x0 of pixel bounding box 

82config.detectorList[1].bbox_x0=0 

83 

84# y0 of pixel bounding box 

85config.detectorList[1].bbox_y0=0 

86 

87# x1 of pixel bounding box 

88config.detectorList[1].bbox_x1=4071 

89 

90# y1 of pixel bounding box 

91config.detectorList[1].bbox_y1=3999 

92 

93# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

94config.detectorList[1].detectorType=2 

95 

96# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

97config.detectorList[1].physicalType='CCD' 

98 

99# Serial string associated with this specific detector 

100config.detectorList[1].serial='R00_S21_v3.4.2' 

101 

102# x offset from the origin of the camera in mm in the transposed system. 

103config.detectorList[1].offset_x=-211.70227 

104 

105# y offset from the origin of the camera in mm in the transposed system. 

106config.detectorList[1].offset_y=-254.01369 

107 

108# x position of the reference point in the detector in pixels in transposed coordinates. 

109config.detectorList[1].refpos_x=2035.5 

110 

111# y position of the reference point in the detector in pixels in transposed coordinates. 

112config.detectorList[1].refpos_y=1999.5 

113 

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 

116 

117# pitch (rotation about y) of the detector in degrees 

118config.detectorList[1].pitchDeg=0.0 

119 

120# roll (rotation about x) of the detector in degrees 

121config.detectorList[1].rollDeg=0.0 

122 

123# Pixel size in the x dimension in mm 

124config.detectorList[1].pixelSize_x=0.01 

125 

126# Pixel size in the y dimension in mm 

127config.detectorList[1].pixelSize_y=0.01 

128 

129# Transpose the pixel grid before orienting in focal plane? 

130config.detectorList[1].transposeDetector=False 

131 

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 

134 

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' 

139 

140# Name of detector slot 

141config.detectorList[2].name='R:0,0 S:2,2,A' 

142 

143# ID of detector slot 

144config.detectorList[2].id=10022 

145 

146# x0 of pixel bounding box 

147config.detectorList[2].bbox_x0=0 

148 

149# y0 of pixel bounding box 

150config.detectorList[2].bbox_y0=0 

151 

152# x1 of pixel bounding box 

153config.detectorList[2].bbox_x1=4071 

154 

155# y1 of pixel bounding box 

156config.detectorList[2].bbox_y1=1999 

157 

158# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

159config.detectorList[2].detectorType=3 

160 

161# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

162config.detectorList[2].physicalType='CCD' 

163 

164# Serial string associated with this specific detector 

165config.detectorList[2].serial='R00_S22_C0_v3.4.2' 

166 

167# x offset from the origin of the camera in mm in the transposed system. 

168config.detectorList[2].offset_x=-221.724916 

169 

170# y offset from the origin of the camera in mm in the transposed system. 

171config.detectorList[2].offset_y=-211.774185 

172 

173# x position of the reference point in the detector in pixels in transposed coordinates. 

174config.detectorList[2].refpos_x=2035.5 

175 

176# y position of the reference point in the detector in pixels in transposed coordinates. 

177config.detectorList[2].refpos_y=999.5 

178 

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 

181 

182# pitch (rotation about y) of the detector in degrees 

183config.detectorList[2].pitchDeg=0.0 

184 

185# roll (rotation about x) of the detector in degrees 

186config.detectorList[2].rollDeg=0.0 

187 

188# Pixel size in the x dimension in mm 

189config.detectorList[2].pixelSize_x=0.01 

190 

191# Pixel size in the y dimension in mm 

192config.detectorList[2].pixelSize_y=0.01 

193 

194# Transpose the pixel grid before orienting in focal plane? 

195config.detectorList[2].transposeDetector=False 

196 

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 

199 

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' 

204 

205# Name of detector slot 

206config.detectorList[3].name='R:0,0 S:2,2,B' 

207 

208# ID of detector slot 

209config.detectorList[3].id=20022 

210 

211# x0 of pixel bounding box 

212config.detectorList[3].bbox_x0=0 

213 

214# y0 of pixel bounding box 

215config.detectorList[3].bbox_y0=0 

216 

217# x1 of pixel bounding box 

218config.detectorList[3].bbox_x1=4071 

219 

220# y1 of pixel bounding box 

221config.detectorList[3].bbox_y1=1999 

222 

223# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

224config.detectorList[3].detectorType=3 

225 

226# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

227config.detectorList[3].physicalType='CCD' 

228 

229# Serial string associated with this specific detector 

230config.detectorList[3].serial='R00_S22_C1_v3.4.2' 

231 

232# x offset from the origin of the camera in mm in the transposed system. 

233config.detectorList[3].offset_x=-201.679395 

234 

235# y offset from the origin of the camera in mm in the transposed system. 

236config.detectorList[3].offset_y=-211.766132 

237 

238# x position of the reference point in the detector in pixels in transposed coordinates. 

239config.detectorList[3].refpos_x=2035.5 

240 

241# y position of the reference point in the detector in pixels in transposed coordinates. 

242config.detectorList[3].refpos_y=999.5 

243 

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 

246 

247# pitch (rotation about y) of the detector in degrees 

248config.detectorList[3].pitchDeg=0.0 

249 

250# roll (rotation about x) of the detector in degrees 

251config.detectorList[3].rollDeg=0.0 

252 

253# Pixel size in the x dimension in mm 

254config.detectorList[3].pixelSize_x=0.01 

255 

256# Pixel size in the y dimension in mm 

257config.detectorList[3].pixelSize_y=0.01 

258 

259# Transpose the pixel grid before orienting in focal plane? 

260config.detectorList[3].transposeDetector=False 

261 

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 

264 

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' 

269 

270# Name of detector slot 

271config.detectorList[4].name='R:0,1 S:0,0' 

272 

273# ID of detector slot 

274config.detectorList[4].id=100 

275 

276# x0 of pixel bounding box 

277config.detectorList[4].bbox_x0=0 

278 

279# y0 of pixel bounding box 

280config.detectorList[4].bbox_y0=0 

281 

282# x1 of pixel bounding box 

283config.detectorList[4].bbox_x1=4071 

284 

285# y1 of pixel bounding box 

286config.detectorList[4].bbox_y1=3999 

287 

288# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

289config.detectorList[4].detectorType=0 

290 

291# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

292config.detectorList[4].physicalType='CCD' 

293 

294# Serial string associated with this specific detector 

295config.detectorList[4].serial='R01_S00_v3.4.2' 

296 

297# x offset from the origin of the camera in mm in the transposed system. 

298config.detectorList[4].offset_x=-296.211486 

299 

300# y offset from the origin of the camera in mm in the transposed system. 

301config.detectorList[4].offset_y=-169.295669 

302 

303# x position of the reference point in the detector in pixels in transposed coordinates. 

304config.detectorList[4].refpos_x=2035.5 

305 

306# y position of the reference point in the detector in pixels in transposed coordinates. 

307config.detectorList[4].refpos_y=1999.5 

308 

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 

311 

312# pitch (rotation about y) of the detector in degrees 

313config.detectorList[4].pitchDeg=0.0 

314 

315# roll (rotation about x) of the detector in degrees 

316config.detectorList[4].rollDeg=0.0 

317 

318# Pixel size in the x dimension in mm 

319config.detectorList[4].pixelSize_x=0.01 

320 

321# Pixel size in the y dimension in mm 

322config.detectorList[4].pixelSize_y=0.01 

323 

324# Transpose the pixel grid before orienting in focal plane? 

325config.detectorList[4].transposeDetector=False 

326 

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 

329 

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' 

334 

335# Name of detector slot 

336config.detectorList[5].name='R:0,1 S:0,1' 

337 

338# ID of detector slot 

339config.detectorList[5].id=101 

340 

341# x0 of pixel bounding box 

342config.detectorList[5].bbox_x0=0 

343 

344# y0 of pixel bounding box 

345config.detectorList[5].bbox_y0=0 

346 

347# x1 of pixel bounding box 

348config.detectorList[5].bbox_x1=4071 

349 

350# y1 of pixel bounding box 

351config.detectorList[5].bbox_y1=3999 

352 

353# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

354config.detectorList[5].detectorType=0 

355 

356# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

357config.detectorList[5].physicalType='CCD' 

358 

359# Serial string associated with this specific detector 

360config.detectorList[5].serial='R01_S01_v3.4.2' 

361 

362# x offset from the origin of the camera in mm in the transposed system. 

363config.detectorList[5].offset_x=-296.200625 

364 

365# y offset from the origin of the camera in mm in the transposed system. 

366config.detectorList[5].offset_y=-126.973243 

367 

368# x position of the reference point in the detector in pixels in transposed coordinates. 

369config.detectorList[5].refpos_x=2035.5 

370 

371# y position of the reference point in the detector in pixels in transposed coordinates. 

372config.detectorList[5].refpos_y=1999.5 

373 

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 

376 

377# pitch (rotation about y) of the detector in degrees 

378config.detectorList[5].pitchDeg=0.0 

379 

380# roll (rotation about x) of the detector in degrees 

381config.detectorList[5].rollDeg=0.0 

382 

383# Pixel size in the x dimension in mm 

384config.detectorList[5].pixelSize_x=0.01 

385 

386# Pixel size in the y dimension in mm 

387config.detectorList[5].pixelSize_y=0.01 

388 

389# Transpose the pixel grid before orienting in focal plane? 

390config.detectorList[5].transposeDetector=False 

391 

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 

394 

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' 

399 

400# Name of detector slot 

401config.detectorList[6].name='R:0,1 S:0,2' 

402 

403# ID of detector slot 

404config.detectorList[6].id=102 

405 

406# x0 of pixel bounding box 

407config.detectorList[6].bbox_x0=0 

408 

409# y0 of pixel bounding box 

410config.detectorList[6].bbox_y0=0 

411 

412# x1 of pixel bounding box 

413config.detectorList[6].bbox_x1=4071 

414 

415# y1 of pixel bounding box 

416config.detectorList[6].bbox_y1=3999 

417 

418# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

419config.detectorList[6].detectorType=0 

420 

421# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

422config.detectorList[6].physicalType='CCD' 

423 

424# Serial string associated with this specific detector 

425config.detectorList[6].serial='R01_S02_v3.4.2' 

426 

427# x offset from the origin of the camera in mm in the transposed system. 

428config.detectorList[6].offset_x=-296.244504 

429 

430# y offset from the origin of the camera in mm in the transposed system. 

431config.detectorList[6].offset_y=-84.793235 

432 

433# x position of the reference point in the detector in pixels in transposed coordinates. 

434config.detectorList[6].refpos_x=2035.5 

435 

436# y position of the reference point in the detector in pixels in transposed coordinates. 

437config.detectorList[6].refpos_y=1999.5 

438 

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 

441 

442# pitch (rotation about y) of the detector in degrees 

443config.detectorList[6].pitchDeg=0.0 

444 

445# roll (rotation about x) of the detector in degrees 

446config.detectorList[6].rollDeg=0.0 

447 

448# Pixel size in the x dimension in mm 

449config.detectorList[6].pixelSize_x=0.01 

450 

451# Pixel size in the y dimension in mm 

452config.detectorList[6].pixelSize_y=0.01 

453 

454# Transpose the pixel grid before orienting in focal plane? 

455config.detectorList[6].transposeDetector=False 

456 

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 

459 

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' 

464 

465# Name of detector slot 

466config.detectorList[7].name='R:0,1 S:1,0' 

467 

468# ID of detector slot 

469config.detectorList[7].id=110 

470 

471# x0 of pixel bounding box 

472config.detectorList[7].bbox_x0=0 

473 

474# y0 of pixel bounding box 

475config.detectorList[7].bbox_y0=0 

476 

477# x1 of pixel bounding box 

478config.detectorList[7].bbox_x1=4071 

479 

480# y1 of pixel bounding box 

481config.detectorList[7].bbox_y1=3999 

482 

483# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

484config.detectorList[7].detectorType=0 

485 

486# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

487config.detectorList[7].physicalType='CCD' 

488 

489# Serial string associated with this specific detector 

490config.detectorList[7].serial='R01_S10_v3.4.2' 

491 

492# x offset from the origin of the camera in mm in the transposed system. 

493config.detectorList[7].offset_x=-253.981217 

494 

495# y offset from the origin of the camera in mm in the transposed system. 

496config.detectorList[7].offset_y=-169.235488 

497 

498# x position of the reference point in the detector in pixels in transposed coordinates. 

499config.detectorList[7].refpos_x=2035.5 

500 

501# y position of the reference point in the detector in pixels in transposed coordinates. 

502config.detectorList[7].refpos_y=1999.5 

503 

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 

506 

507# pitch (rotation about y) of the detector in degrees 

508config.detectorList[7].pitchDeg=0.0 

509 

510# roll (rotation about x) of the detector in degrees 

511config.detectorList[7].rollDeg=0.0 

512 

513# Pixel size in the x dimension in mm 

514config.detectorList[7].pixelSize_x=0.01 

515 

516# Pixel size in the y dimension in mm 

517config.detectorList[7].pixelSize_y=0.01 

518 

519# Transpose the pixel grid before orienting in focal plane? 

520config.detectorList[7].transposeDetector=False 

521 

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 

524 

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' 

529 

530# Name of detector slot 

531config.detectorList[8].name='R:0,1 S:1,1' 

532 

533# ID of detector slot 

534config.detectorList[8].id=111 

535 

536# x0 of pixel bounding box 

537config.detectorList[8].bbox_x0=0 

538 

539# y0 of pixel bounding box 

540config.detectorList[8].bbox_y0=0 

541 

542# x1 of pixel bounding box 

543config.detectorList[8].bbox_x1=4071 

544 

545# y1 of pixel bounding box 

546config.detectorList[8].bbox_y1=3999 

547 

548# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

549config.detectorList[8].detectorType=0 

550 

551# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

552config.detectorList[8].physicalType='CCD' 

553 

554# Serial string associated with this specific detector 

555config.detectorList[8].serial='R01_S11_v3.4.2' 

556 

557# x offset from the origin of the camera in mm in the transposed system. 

558config.detectorList[8].offset_x=-253.946519 

559 

560# y offset from the origin of the camera in mm in the transposed system. 

561config.detectorList[8].offset_y=-126.951065 

562 

563# x position of the reference point in the detector in pixels in transposed coordinates. 

564config.detectorList[8].refpos_x=2035.5 

565 

566# y position of the reference point in the detector in pixels in transposed coordinates. 

567config.detectorList[8].refpos_y=1999.5 

568 

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 

571 

572# pitch (rotation about y) of the detector in degrees 

573config.detectorList[8].pitchDeg=0.0 

574 

575# roll (rotation about x) of the detector in degrees 

576config.detectorList[8].rollDeg=0.0 

577 

578# Pixel size in the x dimension in mm 

579config.detectorList[8].pixelSize_x=0.01 

580 

581# Pixel size in the y dimension in mm 

582config.detectorList[8].pixelSize_y=0.01 

583 

584# Transpose the pixel grid before orienting in focal plane? 

585config.detectorList[8].transposeDetector=False 

586 

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 

589 

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' 

594 

595# Name of detector slot 

596config.detectorList[9].name='R:0,1 S:1,2' 

597 

598# ID of detector slot 

599config.detectorList[9].id=112 

600 

601# x0 of pixel bounding box 

602config.detectorList[9].bbox_x0=0 

603 

604# y0 of pixel bounding box 

605config.detectorList[9].bbox_y0=0 

606 

607# x1 of pixel bounding box 

608config.detectorList[9].bbox_x1=4071 

609 

610# y1 of pixel bounding box 

611config.detectorList[9].bbox_y1=3999 

612 

613# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

614config.detectorList[9].detectorType=0 

615 

616# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

617config.detectorList[9].physicalType='CCD' 

618 

619# Serial string associated with this specific detector 

620config.detectorList[9].serial='R01_S12_v3.4.2' 

621 

622# x offset from the origin of the camera in mm in the transposed system. 

623config.detectorList[9].offset_x=-254.003846 

624 

625# y offset from the origin of the camera in mm in the transposed system. 

626config.detectorList[9].offset_y=-84.702919 

627 

628# x position of the reference point in the detector in pixels in transposed coordinates. 

629config.detectorList[9].refpos_x=2035.5 

630 

631# y position of the reference point in the detector in pixels in transposed coordinates. 

632config.detectorList[9].refpos_y=1999.5 

633 

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 

636 

637# pitch (rotation about y) of the detector in degrees 

638config.detectorList[9].pitchDeg=0.0 

639 

640# roll (rotation about x) of the detector in degrees 

641config.detectorList[9].rollDeg=0.0 

642 

643# Pixel size in the x dimension in mm 

644config.detectorList[9].pixelSize_x=0.01 

645 

646# Pixel size in the y dimension in mm 

647config.detectorList[9].pixelSize_y=0.01 

648 

649# Transpose the pixel grid before orienting in focal plane? 

650config.detectorList[9].transposeDetector=False 

651 

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 

654 

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' 

659 

660# Name of detector slot 

661config.detectorList[10].name='R:0,1 S:2,0' 

662 

663# ID of detector slot 

664config.detectorList[10].id=120 

665 

666# x0 of pixel bounding box 

667config.detectorList[10].bbox_x0=0 

668 

669# y0 of pixel bounding box 

670config.detectorList[10].bbox_y0=0 

671 

672# x1 of pixel bounding box 

673config.detectorList[10].bbox_x1=4071 

674 

675# y1 of pixel bounding box 

676config.detectorList[10].bbox_y1=3999 

677 

678# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

679config.detectorList[10].detectorType=0 

680 

681# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

682config.detectorList[10].physicalType='CCD' 

683 

684# Serial string associated with this specific detector 

685config.detectorList[10].serial='R01_S20_v3.4.2' 

686 

687# x offset from the origin of the camera in mm in the transposed system. 

688config.detectorList[10].offset_x=-211.693512 

689 

690# y offset from the origin of the camera in mm in the transposed system. 

691config.detectorList[10].offset_y=-169.241195 

692 

693# x position of the reference point in the detector in pixels in transposed coordinates. 

694config.detectorList[10].refpos_x=2035.5 

695 

696# y position of the reference point in the detector in pixels in transposed coordinates. 

697config.detectorList[10].refpos_y=1999.5 

698 

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 

701 

702# pitch (rotation about y) of the detector in degrees 

703config.detectorList[10].pitchDeg=0.0 

704 

705# roll (rotation about x) of the detector in degrees 

706config.detectorList[10].rollDeg=0.0 

707 

708# Pixel size in the x dimension in mm 

709config.detectorList[10].pixelSize_x=0.01 

710 

711# Pixel size in the y dimension in mm 

712config.detectorList[10].pixelSize_y=0.01 

713 

714# Transpose the pixel grid before orienting in focal plane? 

715config.detectorList[10].transposeDetector=False 

716 

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 

719 

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' 

724 

725# Name of detector slot 

726config.detectorList[11].name='R:0,1 S:2,1' 

727 

728# ID of detector slot 

729config.detectorList[11].id=121 

730 

731# x0 of pixel bounding box 

732config.detectorList[11].bbox_x0=0 

733 

734# y0 of pixel bounding box 

735config.detectorList[11].bbox_y0=0 

736 

737# x1 of pixel bounding box 

738config.detectorList[11].bbox_x1=4071 

739 

740# y1 of pixel bounding box 

741config.detectorList[11].bbox_y1=3999 

742 

743# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

744config.detectorList[11].detectorType=0 

745 

746# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

747config.detectorList[11].physicalType='CCD' 

748 

749# Serial string associated with this specific detector 

750config.detectorList[11].serial='R01_S21_v3.4.2' 

751 

752# x offset from the origin of the camera in mm in the transposed system. 

753config.detectorList[11].offset_x=-211.685516 

754 

755# y offset from the origin of the camera in mm in the transposed system. 

756config.detectorList[11].offset_y=-126.948205 

757 

758# x position of the reference point in the detector in pixels in transposed coordinates. 

759config.detectorList[11].refpos_x=2035.5 

760 

761# y position of the reference point in the detector in pixels in transposed coordinates. 

762config.detectorList[11].refpos_y=1999.5 

763 

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 

766 

767# pitch (rotation about y) of the detector in degrees 

768config.detectorList[11].pitchDeg=0.0 

769 

770# roll (rotation about x) of the detector in degrees 

771config.detectorList[11].rollDeg=0.0 

772 

773# Pixel size in the x dimension in mm 

774config.detectorList[11].pixelSize_x=0.01 

775 

776# Pixel size in the y dimension in mm 

777config.detectorList[11].pixelSize_y=0.01 

778 

779# Transpose the pixel grid before orienting in focal plane? 

780config.detectorList[11].transposeDetector=False 

781 

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 

784 

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' 

789 

790# Name of detector slot 

791config.detectorList[12].name='R:0,1 S:2,2' 

792 

793# ID of detector slot 

794config.detectorList[12].id=122 

795 

796# x0 of pixel bounding box 

797config.detectorList[12].bbox_x0=0 

798 

799# y0 of pixel bounding box 

800config.detectorList[12].bbox_y0=0 

801 

802# x1 of pixel bounding box 

803config.detectorList[12].bbox_x1=4071 

804 

805# y1 of pixel bounding box 

806config.detectorList[12].bbox_y1=3999 

807 

808# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

809config.detectorList[12].detectorType=0 

810 

811# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

812config.detectorList[12].physicalType='CCD' 

813 

814# Serial string associated with this specific detector 

815config.detectorList[12].serial='R01_S22_v3.4.2' 

816 

817# x offset from the origin of the camera in mm in the transposed system. 

818config.detectorList[12].offset_x=-211.685012 

819 

820# y offset from the origin of the camera in mm in the transposed system. 

821config.detectorList[12].offset_y=-84.741584 

822 

823# x position of the reference point in the detector in pixels in transposed coordinates. 

824config.detectorList[12].refpos_x=2035.5 

825 

826# y position of the reference point in the detector in pixels in transposed coordinates. 

827config.detectorList[12].refpos_y=1999.5 

828 

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 

831 

832# pitch (rotation about y) of the detector in degrees 

833config.detectorList[12].pitchDeg=0.0 

834 

835# roll (rotation about x) of the detector in degrees 

836config.detectorList[12].rollDeg=0.0 

837 

838# Pixel size in the x dimension in mm 

839config.detectorList[12].pixelSize_x=0.01 

840 

841# Pixel size in the y dimension in mm 

842config.detectorList[12].pixelSize_y=0.01 

843 

844# Transpose the pixel grid before orienting in focal plane? 

845config.detectorList[12].transposeDetector=False 

846 

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 

849 

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' 

854 

855# Name of detector slot 

856config.detectorList[13].name='R:0,2 S:0,0' 

857 

858# ID of detector slot 

859config.detectorList[13].id=200 

860 

861# x0 of pixel bounding box 

862config.detectorList[13].bbox_x0=0 

863 

864# y0 of pixel bounding box 

865config.detectorList[13].bbox_y0=0 

866 

867# x1 of pixel bounding box 

868config.detectorList[13].bbox_x1=4071 

869 

870# y1 of pixel bounding box 

871config.detectorList[13].bbox_y1=3999 

872 

873# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

874config.detectorList[13].detectorType=0 

875 

876# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

877config.detectorList[13].physicalType='CCD' 

878 

879# Serial string associated with this specific detector 

880config.detectorList[13].serial='R02_S00_v3.4.2' 

881 

882# x offset from the origin of the camera in mm in the transposed system. 

883config.detectorList[13].offset_x=-296.222626 

884 

885# y offset from the origin of the camera in mm in the transposed system. 

886config.detectorList[13].offset_y=-42.196751 

887 

888# x position of the reference point in the detector in pixels in transposed coordinates. 

889config.detectorList[13].refpos_x=2035.5 

890 

891# y position of the reference point in the detector in pixels in transposed coordinates. 

892config.detectorList[13].refpos_y=1999.5 

893 

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 

896 

897# pitch (rotation about y) of the detector in degrees 

898config.detectorList[13].pitchDeg=0.0 

899 

900# roll (rotation about x) of the detector in degrees 

901config.detectorList[13].rollDeg=0.0 

902 

903# Pixel size in the x dimension in mm 

904config.detectorList[13].pixelSize_x=0.01 

905 

906# Pixel size in the y dimension in mm 

907config.detectorList[13].pixelSize_y=0.01 

908 

909# Transpose the pixel grid before orienting in focal plane? 

910config.detectorList[13].transposeDetector=False 

911 

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 

914 

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' 

919 

920# Name of detector slot 

921config.detectorList[14].name='R:0,2 S:0,1' 

922 

923# ID of detector slot 

924config.detectorList[14].id=201 

925 

926# x0 of pixel bounding box 

927config.detectorList[14].bbox_x0=0 

928 

929# y0 of pixel bounding box 

930config.detectorList[14].bbox_y0=0 

931 

932# x1 of pixel bounding box 

933config.detectorList[14].bbox_x1=4071 

934 

935# y1 of pixel bounding box 

936config.detectorList[14].bbox_y1=3999 

937 

938# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

939config.detectorList[14].detectorType=0 

940 

941# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

942config.detectorList[14].physicalType='CCD' 

943 

944# Serial string associated with this specific detector 

945config.detectorList[14].serial='R02_S01_v3.4.2' 

946 

947# x offset from the origin of the camera in mm in the transposed system. 

948config.detectorList[14].offset_x=-296.237274 

949 

950# y offset from the origin of the camera in mm in the transposed system. 

951config.detectorList[14].offset_y=0.050721 

952 

953# x position of the reference point in the detector in pixels in transposed coordinates. 

954config.detectorList[14].refpos_x=2035.5 

955 

956# y position of the reference point in the detector in pixels in transposed coordinates. 

957config.detectorList[14].refpos_y=1999.5 

958 

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 

961 

962# pitch (rotation about y) of the detector in degrees 

963config.detectorList[14].pitchDeg=0.0 

964 

965# roll (rotation about x) of the detector in degrees 

966config.detectorList[14].rollDeg=0.0 

967 

968# Pixel size in the x dimension in mm 

969config.detectorList[14].pixelSize_x=0.01 

970 

971# Pixel size in the y dimension in mm 

972config.detectorList[14].pixelSize_y=0.01 

973 

974# Transpose the pixel grid before orienting in focal plane? 

975config.detectorList[14].transposeDetector=False 

976 

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 

979 

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' 

984 

985# Name of detector slot 

986config.detectorList[15].name='R:0,2 S:0,2' 

987 

988# ID of detector slot 

989config.detectorList[15].id=202 

990 

991# x0 of pixel bounding box 

992config.detectorList[15].bbox_x0=0 

993 

994# y0 of pixel bounding box 

995config.detectorList[15].bbox_y0=0 

996 

997# x1 of pixel bounding box 

998config.detectorList[15].bbox_x1=4071 

999 

1000# y1 of pixel bounding box 

1001config.detectorList[15].bbox_y1=3999 

1002 

1003# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1004config.detectorList[15].detectorType=0 

1005 

1006# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1007config.detectorList[15].physicalType='CCD' 

1008 

1009# Serial string associated with this specific detector 

1010config.detectorList[15].serial='R02_S02_v3.4.2' 

1011 

1012# x offset from the origin of the camera in mm in the transposed system. 

1013config.detectorList[15].offset_x=-296.240996 

1014 

1015# y offset from the origin of the camera in mm in the transposed system. 

1016config.detectorList[15].offset_y=42.272885 

1017 

1018# x position of the reference point in the detector in pixels in transposed coordinates. 

1019config.detectorList[15].refpos_x=2035.5 

1020 

1021# y position of the reference point in the detector in pixels in transposed coordinates. 

1022config.detectorList[15].refpos_y=1999.5 

1023 

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 

1026 

1027# pitch (rotation about y) of the detector in degrees 

1028config.detectorList[15].pitchDeg=0.0 

1029 

1030# roll (rotation about x) of the detector in degrees 

1031config.detectorList[15].rollDeg=0.0 

1032 

1033# Pixel size in the x dimension in mm 

1034config.detectorList[15].pixelSize_x=0.01 

1035 

1036# Pixel size in the y dimension in mm 

1037config.detectorList[15].pixelSize_y=0.01 

1038 

1039# Transpose the pixel grid before orienting in focal plane? 

1040config.detectorList[15].transposeDetector=False 

1041 

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 

1044 

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' 

1049 

1050# Name of detector slot 

1051config.detectorList[16].name='R:0,2 S:1,0' 

1052 

1053# ID of detector slot 

1054config.detectorList[16].id=210 

1055 

1056# x0 of pixel bounding box 

1057config.detectorList[16].bbox_x0=0 

1058 

1059# y0 of pixel bounding box 

1060config.detectorList[16].bbox_y0=0 

1061 

1062# x1 of pixel bounding box 

1063config.detectorList[16].bbox_x1=4071 

1064 

1065# y1 of pixel bounding box 

1066config.detectorList[16].bbox_y1=3999 

1067 

1068# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1069config.detectorList[16].detectorType=0 

1070 

1071# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1072config.detectorList[16].physicalType='CCD' 

1073 

1074# Serial string associated with this specific detector 

1075config.detectorList[16].serial='R02_S10_v3.4.2' 

1076 

1077# x offset from the origin of the camera in mm in the transposed system. 

1078config.detectorList[16].offset_x=-254.014785 

1079 

1080# y offset from the origin of the camera in mm in the transposed system. 

1081config.detectorList[16].offset_y=-42.222504 

1082 

1083# x position of the reference point in the detector in pixels in transposed coordinates. 

1084config.detectorList[16].refpos_x=2035.5 

1085 

1086# y position of the reference point in the detector in pixels in transposed coordinates. 

1087config.detectorList[16].refpos_y=1999.5 

1088 

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 

1091 

1092# pitch (rotation about y) of the detector in degrees 

1093config.detectorList[16].pitchDeg=0.0 

1094 

1095# roll (rotation about x) of the detector in degrees 

1096config.detectorList[16].rollDeg=0.0 

1097 

1098# Pixel size in the x dimension in mm 

1099config.detectorList[16].pixelSize_x=0.01 

1100 

1101# Pixel size in the y dimension in mm 

1102config.detectorList[16].pixelSize_y=0.01 

1103 

1104# Transpose the pixel grid before orienting in focal plane? 

1105config.detectorList[16].transposeDetector=False 

1106 

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 

1109 

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' 

1114 

1115# Name of detector slot 

1116config.detectorList[17].name='R:0,2 S:1,1' 

1117 

1118# ID of detector slot 

1119config.detectorList[17].id=211 

1120 

1121# x0 of pixel bounding box 

1122config.detectorList[17].bbox_x0=0 

1123 

1124# y0 of pixel bounding box 

1125config.detectorList[17].bbox_y0=0 

1126 

1127# x1 of pixel bounding box 

1128config.detectorList[17].bbox_x1=4071 

1129 

1130# y1 of pixel bounding box 

1131config.detectorList[17].bbox_y1=3999 

1132 

1133# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1134config.detectorList[17].detectorType=0 

1135 

1136# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1137config.detectorList[17].physicalType='CCD' 

1138 

1139# Serial string associated with this specific detector 

1140config.detectorList[17].serial='R02_S11_v3.4.2' 

1141 

1142# x offset from the origin of the camera in mm in the transposed system. 

1143config.detectorList[17].offset_x=-254.032806 

1144 

1145# y offset from the origin of the camera in mm in the transposed system. 

1146config.detectorList[17].offset_y=-0.041709 

1147 

1148# x position of the reference point in the detector in pixels in transposed coordinates. 

1149config.detectorList[17].refpos_x=2035.5 

1150 

1151# y position of the reference point in the detector in pixels in transposed coordinates. 

1152config.detectorList[17].refpos_y=1999.5 

1153 

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 

1156 

1157# pitch (rotation about y) of the detector in degrees 

1158config.detectorList[17].pitchDeg=0.0 

1159 

1160# roll (rotation about x) of the detector in degrees 

1161config.detectorList[17].rollDeg=0.0 

1162 

1163# Pixel size in the x dimension in mm 

1164config.detectorList[17].pixelSize_x=0.01 

1165 

1166# Pixel size in the y dimension in mm 

1167config.detectorList[17].pixelSize_y=0.01 

1168 

1169# Transpose the pixel grid before orienting in focal plane? 

1170config.detectorList[17].transposeDetector=False 

1171 

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 

1174 

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' 

1179 

1180# Name of detector slot 

1181config.detectorList[18].name='R:0,2 S:1,2' 

1182 

1183# ID of detector slot 

1184config.detectorList[18].id=212 

1185 

1186# x0 of pixel bounding box 

1187config.detectorList[18].bbox_x0=0 

1188 

1189# y0 of pixel bounding box 

1190config.detectorList[18].bbox_y0=0 

1191 

1192# x1 of pixel bounding box 

1193config.detectorList[18].bbox_x1=4071 

1194 

1195# y1 of pixel bounding box 

1196config.detectorList[18].bbox_y1=3999 

1197 

1198# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1199config.detectorList[18].detectorType=0 

1200 

1201# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1202config.detectorList[18].physicalType='CCD' 

1203 

1204# Serial string associated with this specific detector 

1205config.detectorList[18].serial='R02_S12_v3.4.2' 

1206 

1207# x offset from the origin of the camera in mm in the transposed system. 

1208config.detectorList[18].offset_x=-254.033768 

1209 

1210# y offset from the origin of the camera in mm in the transposed system. 

1211config.detectorList[18].offset_y=42.216918 

1212 

1213# x position of the reference point in the detector in pixels in transposed coordinates. 

1214config.detectorList[18].refpos_x=2035.5 

1215 

1216# y position of the reference point in the detector in pixels in transposed coordinates. 

1217config.detectorList[18].refpos_y=1999.5 

1218 

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 

1221 

1222# pitch (rotation about y) of the detector in degrees 

1223config.detectorList[18].pitchDeg=0.0 

1224 

1225# roll (rotation about x) of the detector in degrees 

1226config.detectorList[18].rollDeg=0.0 

1227 

1228# Pixel size in the x dimension in mm 

1229config.detectorList[18].pixelSize_x=0.01 

1230 

1231# Pixel size in the y dimension in mm 

1232config.detectorList[18].pixelSize_y=0.01 

1233 

1234# Transpose the pixel grid before orienting in focal plane? 

1235config.detectorList[18].transposeDetector=False 

1236 

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 

1239 

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' 

1244 

1245# Name of detector slot 

1246config.detectorList[19].name='R:0,2 S:2,0' 

1247 

1248# ID of detector slot 

1249config.detectorList[19].id=220 

1250 

1251# x0 of pixel bounding box 

1252config.detectorList[19].bbox_x0=0 

1253 

1254# y0 of pixel bounding box 

1255config.detectorList[19].bbox_y0=0 

1256 

1257# x1 of pixel bounding box 

1258config.detectorList[19].bbox_x1=4071 

1259 

1260# y1 of pixel bounding box 

1261config.detectorList[19].bbox_y1=3999 

1262 

1263# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1264config.detectorList[19].detectorType=0 

1265 

1266# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1267config.detectorList[19].physicalType='CCD' 

1268 

1269# Serial string associated with this specific detector 

1270config.detectorList[19].serial='R02_S20_v3.4.2' 

1271 

1272# x offset from the origin of the camera in mm in the transposed system. 

1273config.detectorList[19].offset_x=-211.728743 

1274 

1275# y offset from the origin of the camera in mm in the transposed system. 

1276config.detectorList[19].offset_y=-42.303952 

1277 

1278# x position of the reference point in the detector in pixels in transposed coordinates. 

1279config.detectorList[19].refpos_x=2035.5 

1280 

1281# y position of the reference point in the detector in pixels in transposed coordinates. 

1282config.detectorList[19].refpos_y=1999.5 

1283 

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 

1286 

1287# pitch (rotation about y) of the detector in degrees 

1288config.detectorList[19].pitchDeg=0.0 

1289 

1290# roll (rotation about x) of the detector in degrees 

1291config.detectorList[19].rollDeg=0.0 

1292 

1293# Pixel size in the x dimension in mm 

1294config.detectorList[19].pixelSize_x=0.01 

1295 

1296# Pixel size in the y dimension in mm 

1297config.detectorList[19].pixelSize_y=0.01 

1298 

1299# Transpose the pixel grid before orienting in focal plane? 

1300config.detectorList[19].transposeDetector=False 

1301 

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 

1304 

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' 

1309 

1310# Name of detector slot 

1311config.detectorList[20].name='R:0,2 S:2,1' 

1312 

1313# ID of detector slot 

1314config.detectorList[20].id=221 

1315 

1316# x0 of pixel bounding box 

1317config.detectorList[20].bbox_x0=0 

1318 

1319# y0 of pixel bounding box 

1320config.detectorList[20].bbox_y0=0 

1321 

1322# x1 of pixel bounding box 

1323config.detectorList[20].bbox_x1=4071 

1324 

1325# y1 of pixel bounding box 

1326config.detectorList[20].bbox_y1=3999 

1327 

1328# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1329config.detectorList[20].detectorType=0 

1330 

1331# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1332config.detectorList[20].physicalType='CCD' 

1333 

1334# Serial string associated with this specific detector 

1335config.detectorList[20].serial='R02_S21_v3.4.2' 

1336 

1337# x offset from the origin of the camera in mm in the transposed system. 

1338config.detectorList[20].offset_x=-211.725311 

1339 

1340# y offset from the origin of the camera in mm in the transposed system. 

1341config.detectorList[20].offset_y=-0.017405 

1342 

1343# x position of the reference point in the detector in pixels in transposed coordinates. 

1344config.detectorList[20].refpos_x=2035.5 

1345 

1346# y position of the reference point in the detector in pixels in transposed coordinates. 

1347config.detectorList[20].refpos_y=1999.5 

1348 

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 

1351 

1352# pitch (rotation about y) of the detector in degrees 

1353config.detectorList[20].pitchDeg=0.0 

1354 

1355# roll (rotation about x) of the detector in degrees 

1356config.detectorList[20].rollDeg=0.0 

1357 

1358# Pixel size in the x dimension in mm 

1359config.detectorList[20].pixelSize_x=0.01 

1360 

1361# Pixel size in the y dimension in mm 

1362config.detectorList[20].pixelSize_y=0.01 

1363 

1364# Transpose the pixel grid before orienting in focal plane? 

1365config.detectorList[20].transposeDetector=False 

1366 

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 

1369 

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' 

1374 

1375# Name of detector slot 

1376config.detectorList[21].name='R:0,2 S:2,2' 

1377 

1378# ID of detector slot 

1379config.detectorList[21].id=222 

1380 

1381# x0 of pixel bounding box 

1382config.detectorList[21].bbox_x0=0 

1383 

1384# y0 of pixel bounding box 

1385config.detectorList[21].bbox_y0=0 

1386 

1387# x1 of pixel bounding box 

1388config.detectorList[21].bbox_x1=4071 

1389 

1390# y1 of pixel bounding box 

1391config.detectorList[21].bbox_y1=3999 

1392 

1393# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1394config.detectorList[21].detectorType=0 

1395 

1396# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1397config.detectorList[21].physicalType='CCD' 

1398 

1399# Serial string associated with this specific detector 

1400config.detectorList[21].serial='R02_S22_v3.4.2' 

1401 

1402# x offset from the origin of the camera in mm in the transposed system. 

1403config.detectorList[21].offset_x=-211.735473 

1404 

1405# y offset from the origin of the camera in mm in the transposed system. 

1406config.detectorList[21].offset_y=42.236401 

1407 

1408# x position of the reference point in the detector in pixels in transposed coordinates. 

1409config.detectorList[21].refpos_x=2035.5 

1410 

1411# y position of the reference point in the detector in pixels in transposed coordinates. 

1412config.detectorList[21].refpos_y=1999.5 

1413 

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 

1416 

1417# pitch (rotation about y) of the detector in degrees 

1418config.detectorList[21].pitchDeg=0.0 

1419 

1420# roll (rotation about x) of the detector in degrees 

1421config.detectorList[21].rollDeg=0.0 

1422 

1423# Pixel size in the x dimension in mm 

1424config.detectorList[21].pixelSize_x=0.01 

1425 

1426# Pixel size in the y dimension in mm 

1427config.detectorList[21].pixelSize_y=0.01 

1428 

1429# Transpose the pixel grid before orienting in focal plane? 

1430config.detectorList[21].transposeDetector=False 

1431 

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 

1434 

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' 

1439 

1440# Name of detector slot 

1441config.detectorList[22].name='R:0,3 S:0,0' 

1442 

1443# ID of detector slot 

1444config.detectorList[22].id=300 

1445 

1446# x0 of pixel bounding box 

1447config.detectorList[22].bbox_x0=0 

1448 

1449# y0 of pixel bounding box 

1450config.detectorList[22].bbox_y0=0 

1451 

1452# x1 of pixel bounding box 

1453config.detectorList[22].bbox_x1=4071 

1454 

1455# y1 of pixel bounding box 

1456config.detectorList[22].bbox_y1=3999 

1457 

1458# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1459config.detectorList[22].detectorType=0 

1460 

1461# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1462config.detectorList[22].physicalType='CCD' 

1463 

1464# Serial string associated with this specific detector 

1465config.detectorList[22].serial='R03_S00_v3.4.2' 

1466 

1467# x offset from the origin of the camera in mm in the transposed system. 

1468config.detectorList[22].offset_x=-296.19705 

1469 

1470# y offset from the origin of the camera in mm in the transposed system. 

1471config.detectorList[22].offset_y=84.742453 

1472 

1473# x position of the reference point in the detector in pixels in transposed coordinates. 

1474config.detectorList[22].refpos_x=2035.5 

1475 

1476# y position of the reference point in the detector in pixels in transposed coordinates. 

1477config.detectorList[22].refpos_y=1999.5 

1478 

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 

1481 

1482# pitch (rotation about y) of the detector in degrees 

1483config.detectorList[22].pitchDeg=0.0 

1484 

1485# roll (rotation about x) of the detector in degrees 

1486config.detectorList[22].rollDeg=0.0 

1487 

1488# Pixel size in the x dimension in mm 

1489config.detectorList[22].pixelSize_x=0.01 

1490 

1491# Pixel size in the y dimension in mm 

1492config.detectorList[22].pixelSize_y=0.01 

1493 

1494# Transpose the pixel grid before orienting in focal plane? 

1495config.detectorList[22].transposeDetector=False 

1496 

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 

1499 

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' 

1504 

1505# Name of detector slot 

1506config.detectorList[23].name='R:0,3 S:0,1' 

1507 

1508# ID of detector slot 

1509config.detectorList[23].id=301 

1510 

1511# x0 of pixel bounding box 

1512config.detectorList[23].bbox_x0=0 

1513 

1514# y0 of pixel bounding box 

1515config.detectorList[23].bbox_y0=0 

1516 

1517# x1 of pixel bounding box 

1518config.detectorList[23].bbox_x1=4071 

1519 

1520# y1 of pixel bounding box 

1521config.detectorList[23].bbox_y1=3999 

1522 

1523# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1524config.detectorList[23].detectorType=0 

1525 

1526# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1527config.detectorList[23].physicalType='CCD' 

1528 

1529# Serial string associated with this specific detector 

1530config.detectorList[23].serial='R03_S01_v3.4.2' 

1531 

1532# x offset from the origin of the camera in mm in the transposed system. 

1533config.detectorList[23].offset_x=-296.203947 

1534 

1535# y offset from the origin of the camera in mm in the transposed system. 

1536config.detectorList[23].offset_y=126.975845 

1537 

1538# x position of the reference point in the detector in pixels in transposed coordinates. 

1539config.detectorList[23].refpos_x=2035.5 

1540 

1541# y position of the reference point in the detector in pixels in transposed coordinates. 

1542config.detectorList[23].refpos_y=1999.5 

1543 

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 

1546 

1547# pitch (rotation about y) of the detector in degrees 

1548config.detectorList[23].pitchDeg=0.0 

1549 

1550# roll (rotation about x) of the detector in degrees 

1551config.detectorList[23].rollDeg=0.0 

1552 

1553# Pixel size in the x dimension in mm 

1554config.detectorList[23].pixelSize_x=0.01 

1555 

1556# Pixel size in the y dimension in mm 

1557config.detectorList[23].pixelSize_y=0.01 

1558 

1559# Transpose the pixel grid before orienting in focal plane? 

1560config.detectorList[23].transposeDetector=False 

1561 

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 

1564 

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' 

1569 

1570# Name of detector slot 

1571config.detectorList[24].name='R:0,3 S:0,2' 

1572 

1573# ID of detector slot 

1574config.detectorList[24].id=302 

1575 

1576# x0 of pixel bounding box 

1577config.detectorList[24].bbox_x0=0 

1578 

1579# y0 of pixel bounding box 

1580config.detectorList[24].bbox_y0=0 

1581 

1582# x1 of pixel bounding box 

1583config.detectorList[24].bbox_x1=4071 

1584 

1585# y1 of pixel bounding box 

1586config.detectorList[24].bbox_y1=3999 

1587 

1588# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1589config.detectorList[24].detectorType=0 

1590 

1591# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1592config.detectorList[24].physicalType='CCD' 

1593 

1594# Serial string associated with this specific detector 

1595config.detectorList[24].serial='R03_S02_v3.4.2' 

1596 

1597# x offset from the origin of the camera in mm in the transposed system. 

1598config.detectorList[24].offset_x=-296.219936 

1599 

1600# y offset from the origin of the camera in mm in the transposed system. 

1601config.detectorList[24].offset_y=169.212905 

1602 

1603# x position of the reference point in the detector in pixels in transposed coordinates. 

1604config.detectorList[24].refpos_x=2035.5 

1605 

1606# y position of the reference point in the detector in pixels in transposed coordinates. 

1607config.detectorList[24].refpos_y=1999.5 

1608 

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 

1611 

1612# pitch (rotation about y) of the detector in degrees 

1613config.detectorList[24].pitchDeg=0.0 

1614 

1615# roll (rotation about x) of the detector in degrees 

1616config.detectorList[24].rollDeg=0.0 

1617 

1618# Pixel size in the x dimension in mm 

1619config.detectorList[24].pixelSize_x=0.01 

1620 

1621# Pixel size in the y dimension in mm 

1622config.detectorList[24].pixelSize_y=0.01 

1623 

1624# Transpose the pixel grid before orienting in focal plane? 

1625config.detectorList[24].transposeDetector=False 

1626 

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 

1629 

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' 

1634 

1635# Name of detector slot 

1636config.detectorList[25].name='R:0,3 S:1,0' 

1637 

1638# ID of detector slot 

1639config.detectorList[25].id=310 

1640 

1641# x0 of pixel bounding box 

1642config.detectorList[25].bbox_x0=0 

1643 

1644# y0 of pixel bounding box 

1645config.detectorList[25].bbox_y0=0 

1646 

1647# x1 of pixel bounding box 

1648config.detectorList[25].bbox_x1=4071 

1649 

1650# y1 of pixel bounding box 

1651config.detectorList[25].bbox_y1=3999 

1652 

1653# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1654config.detectorList[25].detectorType=0 

1655 

1656# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1657config.detectorList[25].physicalType='CCD' 

1658 

1659# Serial string associated with this specific detector 

1660config.detectorList[25].serial='R03_S10_v3.4.2' 

1661 

1662# x offset from the origin of the camera in mm in the transposed system. 

1663config.detectorList[25].offset_x=-253.962066 

1664 

1665# y offset from the origin of the camera in mm in the transposed system. 

1666config.detectorList[25].offset_y=84.774765 

1667 

1668# x position of the reference point in the detector in pixels in transposed coordinates. 

1669config.detectorList[25].refpos_x=2035.5 

1670 

1671# y position of the reference point in the detector in pixels in transposed coordinates. 

1672config.detectorList[25].refpos_y=1999.5 

1673 

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 

1676 

1677# pitch (rotation about y) of the detector in degrees 

1678config.detectorList[25].pitchDeg=0.0 

1679 

1680# roll (rotation about x) of the detector in degrees 

1681config.detectorList[25].rollDeg=0.0 

1682 

1683# Pixel size in the x dimension in mm 

1684config.detectorList[25].pixelSize_x=0.01 

1685 

1686# Pixel size in the y dimension in mm 

1687config.detectorList[25].pixelSize_y=0.01 

1688 

1689# Transpose the pixel grid before orienting in focal plane? 

1690config.detectorList[25].transposeDetector=False 

1691 

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 

1694 

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' 

1699 

1700# Name of detector slot 

1701config.detectorList[26].name='R:0,3 S:1,1' 

1702 

1703# ID of detector slot 

1704config.detectorList[26].id=311 

1705 

1706# x0 of pixel bounding box 

1707config.detectorList[26].bbox_x0=0 

1708 

1709# y0 of pixel bounding box 

1710config.detectorList[26].bbox_y0=0 

1711 

1712# x1 of pixel bounding box 

1713config.detectorList[26].bbox_x1=4071 

1714 

1715# y1 of pixel bounding box 

1716config.detectorList[26].bbox_y1=3999 

1717 

1718# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1719config.detectorList[26].detectorType=0 

1720 

1721# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1722config.detectorList[26].physicalType='CCD' 

1723 

1724# Serial string associated with this specific detector 

1725config.detectorList[26].serial='R03_S11_v3.4.2' 

1726 

1727# x offset from the origin of the camera in mm in the transposed system. 

1728config.detectorList[26].offset_x=-253.975463 

1729 

1730# y offset from the origin of the camera in mm in the transposed system. 

1731config.detectorList[26].offset_y=126.998566 

1732 

1733# x position of the reference point in the detector in pixels in transposed coordinates. 

1734config.detectorList[26].refpos_x=2035.5 

1735 

1736# y position of the reference point in the detector in pixels in transposed coordinates. 

1737config.detectorList[26].refpos_y=1999.5 

1738 

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 

1741 

1742# pitch (rotation about y) of the detector in degrees 

1743config.detectorList[26].pitchDeg=0.0 

1744 

1745# roll (rotation about x) of the detector in degrees 

1746config.detectorList[26].rollDeg=0.0 

1747 

1748# Pixel size in the x dimension in mm 

1749config.detectorList[26].pixelSize_x=0.01 

1750 

1751# Pixel size in the y dimension in mm 

1752config.detectorList[26].pixelSize_y=0.01 

1753 

1754# Transpose the pixel grid before orienting in focal plane? 

1755config.detectorList[26].transposeDetector=False 

1756 

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 

1759 

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' 

1764 

1765# Name of detector slot 

1766config.detectorList[27].name='R:0,3 S:1,2' 

1767 

1768# ID of detector slot 

1769config.detectorList[27].id=312 

1770 

1771# x0 of pixel bounding box 

1772config.detectorList[27].bbox_x0=0 

1773 

1774# y0 of pixel bounding box 

1775config.detectorList[27].bbox_y0=0 

1776 

1777# x1 of pixel bounding box 

1778config.detectorList[27].bbox_x1=4071 

1779 

1780# y1 of pixel bounding box 

1781config.detectorList[27].bbox_y1=3999 

1782 

1783# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1784config.detectorList[27].detectorType=0 

1785 

1786# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1787config.detectorList[27].physicalType='CCD' 

1788 

1789# Serial string associated with this specific detector 

1790config.detectorList[27].serial='R03_S12_v3.4.2' 

1791 

1792# x offset from the origin of the camera in mm in the transposed system. 

1793config.detectorList[27].offset_x=-254.012345 

1794 

1795# y offset from the origin of the camera in mm in the transposed system. 

1796config.detectorList[27].offset_y=169.265365 

1797 

1798# x position of the reference point in the detector in pixels in transposed coordinates. 

1799config.detectorList[27].refpos_x=2035.5 

1800 

1801# y position of the reference point in the detector in pixels in transposed coordinates. 

1802config.detectorList[27].refpos_y=1999.5 

1803 

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 

1806 

1807# pitch (rotation about y) of the detector in degrees 

1808config.detectorList[27].pitchDeg=0.0 

1809 

1810# roll (rotation about x) of the detector in degrees 

1811config.detectorList[27].rollDeg=0.0 

1812 

1813# Pixel size in the x dimension in mm 

1814config.detectorList[27].pixelSize_x=0.01 

1815 

1816# Pixel size in the y dimension in mm 

1817config.detectorList[27].pixelSize_y=0.01 

1818 

1819# Transpose the pixel grid before orienting in focal plane? 

1820config.detectorList[27].transposeDetector=False 

1821 

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 

1824 

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' 

1829 

1830# Name of detector slot 

1831config.detectorList[28].name='R:0,3 S:2,0' 

1832 

1833# ID of detector slot 

1834config.detectorList[28].id=320 

1835 

1836# x0 of pixel bounding box 

1837config.detectorList[28].bbox_x0=0 

1838 

1839# y0 of pixel bounding box 

1840config.detectorList[28].bbox_y0=0 

1841 

1842# x1 of pixel bounding box 

1843config.detectorList[28].bbox_x1=4071 

1844 

1845# y1 of pixel bounding box 

1846config.detectorList[28].bbox_y1=3999 

1847 

1848# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1849config.detectorList[28].detectorType=0 

1850 

1851# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1852config.detectorList[28].physicalType='CCD' 

1853 

1854# Serial string associated with this specific detector 

1855config.detectorList[28].serial='R03_S20_v3.4.2' 

1856 

1857# x offset from the origin of the camera in mm in the transposed system. 

1858config.detectorList[28].offset_x=-211.698486 

1859 

1860# y offset from the origin of the camera in mm in the transposed system. 

1861config.detectorList[28].offset_y=84.751273 

1862 

1863# x position of the reference point in the detector in pixels in transposed coordinates. 

1864config.detectorList[28].refpos_x=2035.5 

1865 

1866# y position of the reference point in the detector in pixels in transposed coordinates. 

1867config.detectorList[28].refpos_y=1999.5 

1868 

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 

1871 

1872# pitch (rotation about y) of the detector in degrees 

1873config.detectorList[28].pitchDeg=0.0 

1874 

1875# roll (rotation about x) of the detector in degrees 

1876config.detectorList[28].rollDeg=0.0 

1877 

1878# Pixel size in the x dimension in mm 

1879config.detectorList[28].pixelSize_x=0.01 

1880 

1881# Pixel size in the y dimension in mm 

1882config.detectorList[28].pixelSize_y=0.01 

1883 

1884# Transpose the pixel grid before orienting in focal plane? 

1885config.detectorList[28].transposeDetector=False 

1886 

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 

1889 

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' 

1894 

1895# Name of detector slot 

1896config.detectorList[29].name='R:0,3 S:2,1' 

1897 

1898# ID of detector slot 

1899config.detectorList[29].id=321 

1900 

1901# x0 of pixel bounding box 

1902config.detectorList[29].bbox_x0=0 

1903 

1904# y0 of pixel bounding box 

1905config.detectorList[29].bbox_y0=0 

1906 

1907# x1 of pixel bounding box 

1908config.detectorList[29].bbox_x1=4071 

1909 

1910# y1 of pixel bounding box 

1911config.detectorList[29].bbox_y1=3999 

1912 

1913# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1914config.detectorList[29].detectorType=0 

1915 

1916# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1917config.detectorList[29].physicalType='CCD' 

1918 

1919# Serial string associated with this specific detector 

1920config.detectorList[29].serial='R03_S21_v3.4.2' 

1921 

1922# x offset from the origin of the camera in mm in the transposed system. 

1923config.detectorList[29].offset_x=-211.715207 

1924 

1925# y offset from the origin of the camera in mm in the transposed system. 

1926config.detectorList[29].offset_y=127.005347 

1927 

1928# x position of the reference point in the detector in pixels in transposed coordinates. 

1929config.detectorList[29].refpos_x=2035.5 

1930 

1931# y position of the reference point in the detector in pixels in transposed coordinates. 

1932config.detectorList[29].refpos_y=1999.5 

1933 

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 

1936 

1937# pitch (rotation about y) of the detector in degrees 

1938config.detectorList[29].pitchDeg=0.0 

1939 

1940# roll (rotation about x) of the detector in degrees 

1941config.detectorList[29].rollDeg=0.0 

1942 

1943# Pixel size in the x dimension in mm 

1944config.detectorList[29].pixelSize_x=0.01 

1945 

1946# Pixel size in the y dimension in mm 

1947config.detectorList[29].pixelSize_y=0.01 

1948 

1949# Transpose the pixel grid before orienting in focal plane? 

1950config.detectorList[29].transposeDetector=False 

1951 

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 

1954 

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' 

1959 

1960# Name of detector slot 

1961config.detectorList[30].name='R:0,3 S:2,2' 

1962 

1963# ID of detector slot 

1964config.detectorList[30].id=322 

1965 

1966# x0 of pixel bounding box 

1967config.detectorList[30].bbox_x0=0 

1968 

1969# y0 of pixel bounding box 

1970config.detectorList[30].bbox_y0=0 

1971 

1972# x1 of pixel bounding box 

1973config.detectorList[30].bbox_x1=4071 

1974 

1975# y1 of pixel bounding box 

1976config.detectorList[30].bbox_y1=3999 

1977 

1978# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

1979config.detectorList[30].detectorType=0 

1980 

1981# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

1982config.detectorList[30].physicalType='CCD' 

1983 

1984# Serial string associated with this specific detector 

1985config.detectorList[30].serial='R03_S22_v3.4.2' 

1986 

1987# x offset from the origin of the camera in mm in the transposed system. 

1988config.detectorList[30].offset_x=-211.734406 

1989 

1990# y offset from the origin of the camera in mm in the transposed system. 

1991config.detectorList[30].offset_y=169.263459 

1992 

1993# x position of the reference point in the detector in pixels in transposed coordinates. 

1994config.detectorList[30].refpos_x=2035.5 

1995 

1996# y position of the reference point in the detector in pixels in transposed coordinates. 

1997config.detectorList[30].refpos_y=1999.5 

1998 

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 

2001 

2002# pitch (rotation about y) of the detector in degrees 

2003config.detectorList[30].pitchDeg=0.0 

2004 

2005# roll (rotation about x) of the detector in degrees 

2006config.detectorList[30].rollDeg=0.0 

2007 

2008# Pixel size in the x dimension in mm 

2009config.detectorList[30].pixelSize_x=0.01 

2010 

2011# Pixel size in the y dimension in mm 

2012config.detectorList[30].pixelSize_y=0.01 

2013 

2014# Transpose the pixel grid before orienting in focal plane? 

2015config.detectorList[30].transposeDetector=False 

2016 

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 

2019 

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' 

2024 

2025# Name of detector slot 

2026config.detectorList[31].name='R:0,4 S:1,0' 

2027 

2028# ID of detector slot 

2029config.detectorList[31].id=410 

2030 

2031# x0 of pixel bounding box 

2032config.detectorList[31].bbox_x0=0 

2033 

2034# y0 of pixel bounding box 

2035config.detectorList[31].bbox_y0=0 

2036 

2037# x1 of pixel bounding box 

2038config.detectorList[31].bbox_x1=4071 

2039 

2040# y1 of pixel bounding box 

2041config.detectorList[31].bbox_y1=3999 

2042 

2043# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2044config.detectorList[31].detectorType=2 

2045 

2046# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2047config.detectorList[31].physicalType='CCD' 

2048 

2049# Serial string associated with this specific detector 

2050config.detectorList[31].serial='R04_S10_v3.4.2' 

2051 

2052# x offset from the origin of the camera in mm in the transposed system. 

2053config.detectorList[31].offset_x=-254.011214 

2054 

2055# y offset from the origin of the camera in mm in the transposed system. 

2056config.detectorList[31].offset_y=211.707546 

2057 

2058# x position of the reference point in the detector in pixels in transposed coordinates. 

2059config.detectorList[31].refpos_x=2035.5 

2060 

2061# y position of the reference point in the detector in pixels in transposed coordinates. 

2062config.detectorList[31].refpos_y=1999.5 

2063 

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 

2066 

2067# pitch (rotation about y) of the detector in degrees 

2068config.detectorList[31].pitchDeg=0.0 

2069 

2070# roll (rotation about x) of the detector in degrees 

2071config.detectorList[31].rollDeg=0.0 

2072 

2073# Pixel size in the x dimension in mm 

2074config.detectorList[31].pixelSize_x=0.01 

2075 

2076# Pixel size in the y dimension in mm 

2077config.detectorList[31].pixelSize_y=0.01 

2078 

2079# Transpose the pixel grid before orienting in focal plane? 

2080config.detectorList[31].transposeDetector=False 

2081 

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 

2084 

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' 

2089 

2090# Name of detector slot 

2091config.detectorList[32].name='R:0,4 S:2,0,A' 

2092 

2093# ID of detector slot 

2094config.detectorList[32].id=10420 

2095 

2096# x0 of pixel bounding box 

2097config.detectorList[32].bbox_x0=0 

2098 

2099# y0 of pixel bounding box 

2100config.detectorList[32].bbox_y0=0 

2101 

2102# x1 of pixel bounding box 

2103config.detectorList[32].bbox_x1=4071 

2104 

2105# y1 of pixel bounding box 

2106config.detectorList[32].bbox_y1=1999 

2107 

2108# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2109config.detectorList[32].detectorType=3 

2110 

2111# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2112config.detectorList[32].physicalType='CCD' 

2113 

2114# Serial string associated with this specific detector 

2115config.detectorList[32].serial='R04_S20_C0_v3.4.2' 

2116 

2117# x offset from the origin of the camera in mm in the transposed system. 

2118config.detectorList[32].offset_x=-211.796161 

2119 

2120# y offset from the origin of the camera in mm in the transposed system. 

2121config.detectorList[32].offset_y=221.69583 

2122 

2123# x position of the reference point in the detector in pixels in transposed coordinates. 

2124config.detectorList[32].refpos_x=2035.5 

2125 

2126# y position of the reference point in the detector in pixels in transposed coordinates. 

2127config.detectorList[32].refpos_y=999.5 

2128 

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 

2131 

2132# pitch (rotation about y) of the detector in degrees 

2133config.detectorList[32].pitchDeg=0.0 

2134 

2135# roll (rotation about x) of the detector in degrees 

2136config.detectorList[32].rollDeg=0.0 

2137 

2138# Pixel size in the x dimension in mm 

2139config.detectorList[32].pixelSize_x=0.01 

2140 

2141# Pixel size in the y dimension in mm 

2142config.detectorList[32].pixelSize_y=0.01 

2143 

2144# Transpose the pixel grid before orienting in focal plane? 

2145config.detectorList[32].transposeDetector=False 

2146 

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 

2149 

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' 

2154 

2155# Name of detector slot 

2156config.detectorList[33].name='R:0,4 S:2,0,B' 

2157 

2158# ID of detector slot 

2159config.detectorList[33].id=20420 

2160 

2161# x0 of pixel bounding box 

2162config.detectorList[33].bbox_x0=0 

2163 

2164# y0 of pixel bounding box 

2165config.detectorList[33].bbox_y0=0 

2166 

2167# x1 of pixel bounding box 

2168config.detectorList[33].bbox_x1=4071 

2169 

2170# y1 of pixel bounding box 

2171config.detectorList[33].bbox_y1=1999 

2172 

2173# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2174config.detectorList[33].detectorType=3 

2175 

2176# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2177config.detectorList[33].physicalType='CCD' 

2178 

2179# Serial string associated with this specific detector 

2180config.detectorList[33].serial='R04_S20_C1_v3.4.2' 

2181 

2182# x offset from the origin of the camera in mm in the transposed system. 

2183config.detectorList[33].offset_x=-211.800884 

2184 

2185# y offset from the origin of the camera in mm in the transposed system. 

2186config.detectorList[33].offset_y=201.70576 

2187 

2188# x position of the reference point in the detector in pixels in transposed coordinates. 

2189config.detectorList[33].refpos_x=2035.5 

2190 

2191# y position of the reference point in the detector in pixels in transposed coordinates. 

2192config.detectorList[33].refpos_y=999.5 

2193 

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 

2196 

2197# pitch (rotation about y) of the detector in degrees 

2198config.detectorList[33].pitchDeg=0.0 

2199 

2200# roll (rotation about x) of the detector in degrees 

2201config.detectorList[33].rollDeg=0.0 

2202 

2203# Pixel size in the x dimension in mm 

2204config.detectorList[33].pixelSize_x=0.01 

2205 

2206# Pixel size in the y dimension in mm 

2207config.detectorList[33].pixelSize_y=0.01 

2208 

2209# Transpose the pixel grid before orienting in focal plane? 

2210config.detectorList[33].transposeDetector=False 

2211 

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 

2214 

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' 

2219 

2220# Name of detector slot 

2221config.detectorList[34].name='R:0,4 S:2,1' 

2222 

2223# ID of detector slot 

2224config.detectorList[34].id=421 

2225 

2226# x0 of pixel bounding box 

2227config.detectorList[34].bbox_x0=0 

2228 

2229# y0 of pixel bounding box 

2230config.detectorList[34].bbox_y0=0 

2231 

2232# x1 of pixel bounding box 

2233config.detectorList[34].bbox_x1=4071 

2234 

2235# y1 of pixel bounding box 

2236config.detectorList[34].bbox_y1=3999 

2237 

2238# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2239config.detectorList[34].detectorType=2 

2240 

2241# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2242config.detectorList[34].physicalType='CCD' 

2243 

2244# Serial string associated with this specific detector 

2245config.detectorList[34].serial='R04_S21_v3.4.2' 

2246 

2247# x offset from the origin of the camera in mm in the transposed system. 

2248config.detectorList[34].offset_x=-211.781814 

2249 

2250# y offset from the origin of the camera in mm in the transposed system. 

2251config.detectorList[34].offset_y=254.031128 

2252 

2253# x position of the reference point in the detector in pixels in transposed coordinates. 

2254config.detectorList[34].refpos_x=2035.5 

2255 

2256# y position of the reference point in the detector in pixels in transposed coordinates. 

2257config.detectorList[34].refpos_y=1999.5 

2258 

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 

2261 

2262# pitch (rotation about y) of the detector in degrees 

2263config.detectorList[34].pitchDeg=0.0 

2264 

2265# roll (rotation about x) of the detector in degrees 

2266config.detectorList[34].rollDeg=0.0 

2267 

2268# Pixel size in the x dimension in mm 

2269config.detectorList[34].pixelSize_x=0.01 

2270 

2271# Pixel size in the y dimension in mm 

2272config.detectorList[34].pixelSize_y=0.01 

2273 

2274# Transpose the pixel grid before orienting in focal plane? 

2275config.detectorList[34].transposeDetector=False 

2276 

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 

2279 

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' 

2284 

2285# Name of detector slot 

2286config.detectorList[35].name='R:1,0 S:0,0' 

2287 

2288# ID of detector slot 

2289config.detectorList[35].id=1000 

2290 

2291# x0 of pixel bounding box 

2292config.detectorList[35].bbox_x0=0 

2293 

2294# y0 of pixel bounding box 

2295config.detectorList[35].bbox_y0=0 

2296 

2297# x1 of pixel bounding box 

2298config.detectorList[35].bbox_x1=4071 

2299 

2300# y1 of pixel bounding box 

2301config.detectorList[35].bbox_y1=3999 

2302 

2303# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2304config.detectorList[35].detectorType=0 

2305 

2306# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2307config.detectorList[35].physicalType='CCD' 

2308 

2309# Serial string associated with this specific detector 

2310config.detectorList[35].serial='R10_S00_v3.4.2' 

2311 

2312# x offset from the origin of the camera in mm in the transposed system. 

2313config.detectorList[35].offset_x=-169.224931 

2314 

2315# y offset from the origin of the camera in mm in the transposed system. 

2316config.detectorList[35].offset_y=-296.228484 

2317 

2318# x position of the reference point in the detector in pixels in transposed coordinates. 

2319config.detectorList[35].refpos_x=2035.5 

2320 

2321# y position of the reference point in the detector in pixels in transposed coordinates. 

2322config.detectorList[35].refpos_y=1999.5 

2323 

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 

2326 

2327# pitch (rotation about y) of the detector in degrees 

2328config.detectorList[35].pitchDeg=0.0 

2329 

2330# roll (rotation about x) of the detector in degrees 

2331config.detectorList[35].rollDeg=0.0 

2332 

2333# Pixel size in the x dimension in mm 

2334config.detectorList[35].pixelSize_x=0.01 

2335 

2336# Pixel size in the y dimension in mm 

2337config.detectorList[35].pixelSize_y=0.01 

2338 

2339# Transpose the pixel grid before orienting in focal plane? 

2340config.detectorList[35].transposeDetector=False 

2341 

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 

2344 

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' 

2349 

2350# Name of detector slot 

2351config.detectorList[36].name='R:1,0 S:0,1' 

2352 

2353# ID of detector slot 

2354config.detectorList[36].id=1001 

2355 

2356# x0 of pixel bounding box 

2357config.detectorList[36].bbox_x0=0 

2358 

2359# y0 of pixel bounding box 

2360config.detectorList[36].bbox_y0=0 

2361 

2362# x1 of pixel bounding box 

2363config.detectorList[36].bbox_x1=4071 

2364 

2365# y1 of pixel bounding box 

2366config.detectorList[36].bbox_y1=3999 

2367 

2368# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2369config.detectorList[36].detectorType=0 

2370 

2371# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2372config.detectorList[36].physicalType='CCD' 

2373 

2374# Serial string associated with this specific detector 

2375config.detectorList[36].serial='R10_S01_v3.4.2' 

2376 

2377# x offset from the origin of the camera in mm in the transposed system. 

2378config.detectorList[36].offset_x=-169.242935 

2379 

2380# y offset from the origin of the camera in mm in the transposed system. 

2381config.detectorList[36].offset_y=-253.970848 

2382 

2383# x position of the reference point in the detector in pixels in transposed coordinates. 

2384config.detectorList[36].refpos_x=2035.5 

2385 

2386# y position of the reference point in the detector in pixels in transposed coordinates. 

2387config.detectorList[36].refpos_y=1999.5 

2388 

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 

2391 

2392# pitch (rotation about y) of the detector in degrees 

2393config.detectorList[36].pitchDeg=0.0 

2394 

2395# roll (rotation about x) of the detector in degrees 

2396config.detectorList[36].rollDeg=0.0 

2397 

2398# Pixel size in the x dimension in mm 

2399config.detectorList[36].pixelSize_x=0.01 

2400 

2401# Pixel size in the y dimension in mm 

2402config.detectorList[36].pixelSize_y=0.01 

2403 

2404# Transpose the pixel grid before orienting in focal plane? 

2405config.detectorList[36].transposeDetector=False 

2406 

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 

2409 

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' 

2414 

2415# Name of detector slot 

2416config.detectorList[37].name='R:1,0 S:0,2' 

2417 

2418# ID of detector slot 

2419config.detectorList[37].id=1002 

2420 

2421# x0 of pixel bounding box 

2422config.detectorList[37].bbox_x0=0 

2423 

2424# y0 of pixel bounding box 

2425config.detectorList[37].bbox_y0=0 

2426 

2427# x1 of pixel bounding box 

2428config.detectorList[37].bbox_x1=4071 

2429 

2430# y1 of pixel bounding box 

2431config.detectorList[37].bbox_y1=3999 

2432 

2433# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2434config.detectorList[37].detectorType=0 

2435 

2436# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2437config.detectorList[37].physicalType='CCD' 

2438 

2439# Serial string associated with this specific detector 

2440config.detectorList[37].serial='R10_S02_v3.4.2' 

2441 

2442# x offset from the origin of the camera in mm in the transposed system. 

2443config.detectorList[37].offset_x=-169.261184 

2444 

2445# y offset from the origin of the camera in mm in the transposed system. 

2446config.detectorList[37].offset_y=-211.725815 

2447 

2448# x position of the reference point in the detector in pixels in transposed coordinates. 

2449config.detectorList[37].refpos_x=2035.5 

2450 

2451# y position of the reference point in the detector in pixels in transposed coordinates. 

2452config.detectorList[37].refpos_y=1999.5 

2453 

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 

2456 

2457# pitch (rotation about y) of the detector in degrees 

2458config.detectorList[37].pitchDeg=0.0 

2459 

2460# roll (rotation about x) of the detector in degrees 

2461config.detectorList[37].rollDeg=0.0 

2462 

2463# Pixel size in the x dimension in mm 

2464config.detectorList[37].pixelSize_x=0.01 

2465 

2466# Pixel size in the y dimension in mm 

2467config.detectorList[37].pixelSize_y=0.01 

2468 

2469# Transpose the pixel grid before orienting in focal plane? 

2470config.detectorList[37].transposeDetector=False 

2471 

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 

2474 

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' 

2479 

2480# Name of detector slot 

2481config.detectorList[38].name='R:1,0 S:1,0' 

2482 

2483# ID of detector slot 

2484config.detectorList[38].id=1010 

2485 

2486# x0 of pixel bounding box 

2487config.detectorList[38].bbox_x0=0 

2488 

2489# y0 of pixel bounding box 

2490config.detectorList[38].bbox_y0=0 

2491 

2492# x1 of pixel bounding box 

2493config.detectorList[38].bbox_x1=4071 

2494 

2495# y1 of pixel bounding box 

2496config.detectorList[38].bbox_y1=3999 

2497 

2498# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2499config.detectorList[38].detectorType=0 

2500 

2501# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2502config.detectorList[38].physicalType='CCD' 

2503 

2504# Serial string associated with this specific detector 

2505config.detectorList[38].serial='R10_S10_v3.4.2' 

2506 

2507# x offset from the origin of the camera in mm in the transposed system. 

2508config.detectorList[38].offset_x=-127.008539 

2509 

2510# y offset from the origin of the camera in mm in the transposed system. 

2511config.detectorList[38].offset_y=-296.204223 

2512 

2513# x position of the reference point in the detector in pixels in transposed coordinates. 

2514config.detectorList[38].refpos_x=2035.5 

2515 

2516# y position of the reference point in the detector in pixels in transposed coordinates. 

2517config.detectorList[38].refpos_y=1999.5 

2518 

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 

2521 

2522# pitch (rotation about y) of the detector in degrees 

2523config.detectorList[38].pitchDeg=0.0 

2524 

2525# roll (rotation about x) of the detector in degrees 

2526config.detectorList[38].rollDeg=0.0 

2527 

2528# Pixel size in the x dimension in mm 

2529config.detectorList[38].pixelSize_x=0.01 

2530 

2531# Pixel size in the y dimension in mm 

2532config.detectorList[38].pixelSize_y=0.01 

2533 

2534# Transpose the pixel grid before orienting in focal plane? 

2535config.detectorList[38].transposeDetector=False 

2536 

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 

2539 

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' 

2544 

2545# Name of detector slot 

2546config.detectorList[39].name='R:1,0 S:1,1' 

2547 

2548# ID of detector slot 

2549config.detectorList[39].id=1011 

2550 

2551# x0 of pixel bounding box 

2552config.detectorList[39].bbox_x0=0 

2553 

2554# y0 of pixel bounding box 

2555config.detectorList[39].bbox_y0=0 

2556 

2557# x1 of pixel bounding box 

2558config.detectorList[39].bbox_x1=4071 

2559 

2560# y1 of pixel bounding box 

2561config.detectorList[39].bbox_y1=3999 

2562 

2563# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2564config.detectorList[39].detectorType=0 

2565 

2566# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2567config.detectorList[39].physicalType='CCD' 

2568 

2569# Serial string associated with this specific detector 

2570config.detectorList[39].serial='R10_S11_v3.4.2' 

2571 

2572# x offset from the origin of the camera in mm in the transposed system. 

2573config.detectorList[39].offset_x=-127.002539 

2574 

2575# y offset from the origin of the camera in mm in the transposed system. 

2576config.detectorList[39].offset_y=-253.973874 

2577 

2578# x position of the reference point in the detector in pixels in transposed coordinates. 

2579config.detectorList[39].refpos_x=2035.5 

2580 

2581# y position of the reference point in the detector in pixels in transposed coordinates. 

2582config.detectorList[39].refpos_y=1999.5 

2583 

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 

2586 

2587# pitch (rotation about y) of the detector in degrees 

2588config.detectorList[39].pitchDeg=0.0 

2589 

2590# roll (rotation about x) of the detector in degrees 

2591config.detectorList[39].rollDeg=0.0 

2592 

2593# Pixel size in the x dimension in mm 

2594config.detectorList[39].pixelSize_x=0.01 

2595 

2596# Pixel size in the y dimension in mm 

2597config.detectorList[39].pixelSize_y=0.01 

2598 

2599# Transpose the pixel grid before orienting in focal plane? 

2600config.detectorList[39].transposeDetector=False 

2601 

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 

2604 

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' 

2609 

2610# Name of detector slot 

2611config.detectorList[40].name='R:1,0 S:1,2' 

2612 

2613# ID of detector slot 

2614config.detectorList[40].id=1012 

2615 

2616# x0 of pixel bounding box 

2617config.detectorList[40].bbox_x0=0 

2618 

2619# y0 of pixel bounding box 

2620config.detectorList[40].bbox_y0=0 

2621 

2622# x1 of pixel bounding box 

2623config.detectorList[40].bbox_x1=4071 

2624 

2625# y1 of pixel bounding box 

2626config.detectorList[40].bbox_y1=3999 

2627 

2628# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2629config.detectorList[40].detectorType=0 

2630 

2631# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2632config.detectorList[40].physicalType='CCD' 

2633 

2634# Serial string associated with this specific detector 

2635config.detectorList[40].serial='R10_S12_v3.4.2' 

2636 

2637# x offset from the origin of the camera in mm in the transposed system. 

2638config.detectorList[40].offset_x=-127.04895 

2639 

2640# y offset from the origin of the camera in mm in the transposed system. 

2641config.detectorList[40].offset_y=-211.715119 

2642 

2643# x position of the reference point in the detector in pixels in transposed coordinates. 

2644config.detectorList[40].refpos_x=2035.5 

2645 

2646# y position of the reference point in the detector in pixels in transposed coordinates. 

2647config.detectorList[40].refpos_y=1999.5 

2648 

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 

2651 

2652# pitch (rotation about y) of the detector in degrees 

2653config.detectorList[40].pitchDeg=0.0 

2654 

2655# roll (rotation about x) of the detector in degrees 

2656config.detectorList[40].rollDeg=0.0 

2657 

2658# Pixel size in the x dimension in mm 

2659config.detectorList[40].pixelSize_x=0.01 

2660 

2661# Pixel size in the y dimension in mm 

2662config.detectorList[40].pixelSize_y=0.01 

2663 

2664# Transpose the pixel grid before orienting in focal plane? 

2665config.detectorList[40].transposeDetector=False 

2666 

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 

2669 

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' 

2674 

2675# Name of detector slot 

2676config.detectorList[41].name='R:1,0 S:2,0' 

2677 

2678# ID of detector slot 

2679config.detectorList[41].id=1020 

2680 

2681# x0 of pixel bounding box 

2682config.detectorList[41].bbox_x0=0 

2683 

2684# y0 of pixel bounding box 

2685config.detectorList[41].bbox_y0=0 

2686 

2687# x1 of pixel bounding box 

2688config.detectorList[41].bbox_x1=4071 

2689 

2690# y1 of pixel bounding box 

2691config.detectorList[41].bbox_y1=3999 

2692 

2693# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2694config.detectorList[41].detectorType=0 

2695 

2696# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2697config.detectorList[41].physicalType='CCD' 

2698 

2699# Serial string associated with this specific detector 

2700config.detectorList[41].serial='R10_S20_v3.4.2' 

2701 

2702# x offset from the origin of the camera in mm in the transposed system. 

2703config.detectorList[41].offset_x=-84.787903 

2704 

2705# y offset from the origin of the camera in mm in the transposed system. 

2706config.detectorList[41].offset_y=-296.239807 

2707 

2708# x position of the reference point in the detector in pixels in transposed coordinates. 

2709config.detectorList[41].refpos_x=2035.5 

2710 

2711# y position of the reference point in the detector in pixels in transposed coordinates. 

2712config.detectorList[41].refpos_y=1999.5 

2713 

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 

2716 

2717# pitch (rotation about y) of the detector in degrees 

2718config.detectorList[41].pitchDeg=0.0 

2719 

2720# roll (rotation about x) of the detector in degrees 

2721config.detectorList[41].rollDeg=0.0 

2722 

2723# Pixel size in the x dimension in mm 

2724config.detectorList[41].pixelSize_x=0.01 

2725 

2726# Pixel size in the y dimension in mm 

2727config.detectorList[41].pixelSize_y=0.01 

2728 

2729# Transpose the pixel grid before orienting in focal plane? 

2730config.detectorList[41].transposeDetector=False 

2731 

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 

2734 

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' 

2739 

2740# Name of detector slot 

2741config.detectorList[42].name='R:1,0 S:2,1' 

2742 

2743# ID of detector slot 

2744config.detectorList[42].id=1021 

2745 

2746# x0 of pixel bounding box 

2747config.detectorList[42].bbox_x0=0 

2748 

2749# y0 of pixel bounding box 

2750config.detectorList[42].bbox_y0=0 

2751 

2752# x1 of pixel bounding box 

2753config.detectorList[42].bbox_x1=4071 

2754 

2755# y1 of pixel bounding box 

2756config.detectorList[42].bbox_y1=3999 

2757 

2758# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2759config.detectorList[42].detectorType=0 

2760 

2761# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2762config.detectorList[42].physicalType='CCD' 

2763 

2764# Serial string associated with this specific detector 

2765config.detectorList[42].serial='R10_S21_v3.4.2' 

2766 

2767# x offset from the origin of the camera in mm in the transposed system. 

2768config.detectorList[42].offset_x=-84.735886 

2769 

2770# y offset from the origin of the camera in mm in the transposed system. 

2771config.detectorList[42].offset_y=-254.043457 

2772 

2773# x position of the reference point in the detector in pixels in transposed coordinates. 

2774config.detectorList[42].refpos_x=2035.5 

2775 

2776# y position of the reference point in the detector in pixels in transposed coordinates. 

2777config.detectorList[42].refpos_y=1999.5 

2778 

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 

2781 

2782# pitch (rotation about y) of the detector in degrees 

2783config.detectorList[42].pitchDeg=0.0 

2784 

2785# roll (rotation about x) of the detector in degrees 

2786config.detectorList[42].rollDeg=0.0 

2787 

2788# Pixel size in the x dimension in mm 

2789config.detectorList[42].pixelSize_x=0.01 

2790 

2791# Pixel size in the y dimension in mm 

2792config.detectorList[42].pixelSize_y=0.01 

2793 

2794# Transpose the pixel grid before orienting in focal plane? 

2795config.detectorList[42].transposeDetector=False 

2796 

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 

2799 

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' 

2804 

2805# Name of detector slot 

2806config.detectorList[43].name='R:1,0 S:2,2' 

2807 

2808# ID of detector slot 

2809config.detectorList[43].id=1022 

2810 

2811# x0 of pixel bounding box 

2812config.detectorList[43].bbox_x0=0 

2813 

2814# y0 of pixel bounding box 

2815config.detectorList[43].bbox_y0=0 

2816 

2817# x1 of pixel bounding box 

2818config.detectorList[43].bbox_x1=4071 

2819 

2820# y1 of pixel bounding box 

2821config.detectorList[43].bbox_y1=3999 

2822 

2823# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2824config.detectorList[43].detectorType=0 

2825 

2826# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2827config.detectorList[43].physicalType='CCD' 

2828 

2829# Serial string associated with this specific detector 

2830config.detectorList[43].serial='R10_S22_v3.4.2' 

2831 

2832# x offset from the origin of the camera in mm in the transposed system. 

2833config.detectorList[43].offset_x=-84.766769 

2834 

2835# y offset from the origin of the camera in mm in the transposed system. 

2836config.detectorList[43].offset_y=-211.767838 

2837 

2838# x position of the reference point in the detector in pixels in transposed coordinates. 

2839config.detectorList[43].refpos_x=2035.5 

2840 

2841# y position of the reference point in the detector in pixels in transposed coordinates. 

2842config.detectorList[43].refpos_y=1999.5 

2843 

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 

2846 

2847# pitch (rotation about y) of the detector in degrees 

2848config.detectorList[43].pitchDeg=0.0 

2849 

2850# roll (rotation about x) of the detector in degrees 

2851config.detectorList[43].rollDeg=0.0 

2852 

2853# Pixel size in the x dimension in mm 

2854config.detectorList[43].pixelSize_x=0.01 

2855 

2856# Pixel size in the y dimension in mm 

2857config.detectorList[43].pixelSize_y=0.01 

2858 

2859# Transpose the pixel grid before orienting in focal plane? 

2860config.detectorList[43].transposeDetector=False 

2861 

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 

2864 

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' 

2869 

2870# Name of detector slot 

2871config.detectorList[44].name='R:1,1 S:0,0' 

2872 

2873# ID of detector slot 

2874config.detectorList[44].id=1100 

2875 

2876# x0 of pixel bounding box 

2877config.detectorList[44].bbox_x0=0 

2878 

2879# y0 of pixel bounding box 

2880config.detectorList[44].bbox_y0=0 

2881 

2882# x1 of pixel bounding box 

2883config.detectorList[44].bbox_x1=4071 

2884 

2885# y1 of pixel bounding box 

2886config.detectorList[44].bbox_y1=3999 

2887 

2888# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2889config.detectorList[44].detectorType=0 

2890 

2891# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2892config.detectorList[44].physicalType='CCD' 

2893 

2894# Serial string associated with this specific detector 

2895config.detectorList[44].serial='R11_S00_v3.4.2' 

2896 

2897# x offset from the origin of the camera in mm in the transposed system. 

2898config.detectorList[44].offset_x=-169.195286 

2899 

2900# y offset from the origin of the camera in mm in the transposed system. 

2901config.detectorList[44].offset_y=-169.275132 

2902 

2903# x position of the reference point in the detector in pixels in transposed coordinates. 

2904config.detectorList[44].refpos_x=2035.5 

2905 

2906# y position of the reference point in the detector in pixels in transposed coordinates. 

2907config.detectorList[44].refpos_y=1999.5 

2908 

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 

2911 

2912# pitch (rotation about y) of the detector in degrees 

2913config.detectorList[44].pitchDeg=0.0 

2914 

2915# roll (rotation about x) of the detector in degrees 

2916config.detectorList[44].rollDeg=0.0 

2917 

2918# Pixel size in the x dimension in mm 

2919config.detectorList[44].pixelSize_x=0.01 

2920 

2921# Pixel size in the y dimension in mm 

2922config.detectorList[44].pixelSize_y=0.01 

2923 

2924# Transpose the pixel grid before orienting in focal plane? 

2925config.detectorList[44].transposeDetector=False 

2926 

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 

2929 

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' 

2934 

2935# Name of detector slot 

2936config.detectorList[45].name='R:1,1 S:0,1' 

2937 

2938# ID of detector slot 

2939config.detectorList[45].id=1101 

2940 

2941# x0 of pixel bounding box 

2942config.detectorList[45].bbox_x0=0 

2943 

2944# y0 of pixel bounding box 

2945config.detectorList[45].bbox_y0=0 

2946 

2947# x1 of pixel bounding box 

2948config.detectorList[45].bbox_x1=4071 

2949 

2950# y1 of pixel bounding box 

2951config.detectorList[45].bbox_y1=3999 

2952 

2953# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

2954config.detectorList[45].detectorType=0 

2955 

2956# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

2957config.detectorList[45].physicalType='CCD' 

2958 

2959# Serial string associated with this specific detector 

2960config.detectorList[45].serial='R11_S01_v3.4.2' 

2961 

2962# x offset from the origin of the camera in mm in the transposed system. 

2963config.detectorList[45].offset_x=-169.226484 

2964 

2965# y offset from the origin of the camera in mm in the transposed system. 

2966config.detectorList[45].offset_y=-127.029908 

2967 

2968# x position of the reference point in the detector in pixels in transposed coordinates. 

2969config.detectorList[45].refpos_x=2035.5 

2970 

2971# y position of the reference point in the detector in pixels in transposed coordinates. 

2972config.detectorList[45].refpos_y=1999.5 

2973 

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 

2976 

2977# pitch (rotation about y) of the detector in degrees 

2978config.detectorList[45].pitchDeg=0.0 

2979 

2980# roll (rotation about x) of the detector in degrees 

2981config.detectorList[45].rollDeg=0.0 

2982 

2983# Pixel size in the x dimension in mm 

2984config.detectorList[45].pixelSize_x=0.01 

2985 

2986# Pixel size in the y dimension in mm 

2987config.detectorList[45].pixelSize_y=0.01 

2988 

2989# Transpose the pixel grid before orienting in focal plane? 

2990config.detectorList[45].transposeDetector=False 

2991 

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 

2994 

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' 

2999 

3000# Name of detector slot 

3001config.detectorList[46].name='R:1,1 S:0,2' 

3002 

3003# ID of detector slot 

3004config.detectorList[46].id=1102 

3005 

3006# x0 of pixel bounding box 

3007config.detectorList[46].bbox_x0=0 

3008 

3009# y0 of pixel bounding box 

3010config.detectorList[46].bbox_y0=0 

3011 

3012# x1 of pixel bounding box 

3013config.detectorList[46].bbox_x1=4071 

3014 

3015# y1 of pixel bounding box 

3016config.detectorList[46].bbox_y1=3999 

3017 

3018# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3019config.detectorList[46].detectorType=0 

3020 

3021# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3022config.detectorList[46].physicalType='CCD' 

3023 

3024# Serial string associated with this specific detector 

3025config.detectorList[46].serial='R11_S02_v3.4.2' 

3026 

3027# x offset from the origin of the camera in mm in the transposed system. 

3028config.detectorList[46].offset_x=-169.254913 

3029 

3030# y offset from the origin of the camera in mm in the transposed system. 

3031config.detectorList[46].offset_y=-84.704284 

3032 

3033# x position of the reference point in the detector in pixels in transposed coordinates. 

3034config.detectorList[46].refpos_x=2035.5 

3035 

3036# y position of the reference point in the detector in pixels in transposed coordinates. 

3037config.detectorList[46].refpos_y=1999.5 

3038 

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 

3041 

3042# pitch (rotation about y) of the detector in degrees 

3043config.detectorList[46].pitchDeg=0.0 

3044 

3045# roll (rotation about x) of the detector in degrees 

3046config.detectorList[46].rollDeg=0.0 

3047 

3048# Pixel size in the x dimension in mm 

3049config.detectorList[46].pixelSize_x=0.01 

3050 

3051# Pixel size in the y dimension in mm 

3052config.detectorList[46].pixelSize_y=0.01 

3053 

3054# Transpose the pixel grid before orienting in focal plane? 

3055config.detectorList[46].transposeDetector=False 

3056 

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 

3059 

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' 

3064 

3065# Name of detector slot 

3066config.detectorList[47].name='R:1,1 S:1,0' 

3067 

3068# ID of detector slot 

3069config.detectorList[47].id=1110 

3070 

3071# x0 of pixel bounding box 

3072config.detectorList[47].bbox_x0=0 

3073 

3074# y0 of pixel bounding box 

3075config.detectorList[47].bbox_y0=0 

3076 

3077# x1 of pixel bounding box 

3078config.detectorList[47].bbox_x1=4071 

3079 

3080# y1 of pixel bounding box 

3081config.detectorList[47].bbox_y1=3999 

3082 

3083# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3084config.detectorList[47].detectorType=0 

3085 

3086# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3087config.detectorList[47].physicalType='CCD' 

3088 

3089# Serial string associated with this specific detector 

3090config.detectorList[47].serial='R11_S10_v3.4.2' 

3091 

3092# x offset from the origin of the camera in mm in the transposed system. 

3093config.detectorList[47].offset_x=-126.943198 

3094 

3095# y offset from the origin of the camera in mm in the transposed system. 

3096config.detectorList[47].offset_y=-169.241546 

3097 

3098# x position of the reference point in the detector in pixels in transposed coordinates. 

3099config.detectorList[47].refpos_x=2035.5 

3100 

3101# y position of the reference point in the detector in pixels in transposed coordinates. 

3102config.detectorList[47].refpos_y=1999.5 

3103 

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 

3106 

3107# pitch (rotation about y) of the detector in degrees 

3108config.detectorList[47].pitchDeg=0.0 

3109 

3110# roll (rotation about x) of the detector in degrees 

3111config.detectorList[47].rollDeg=0.0 

3112 

3113# Pixel size in the x dimension in mm 

3114config.detectorList[47].pixelSize_x=0.01 

3115 

3116# Pixel size in the y dimension in mm 

3117config.detectorList[47].pixelSize_y=0.01 

3118 

3119# Transpose the pixel grid before orienting in focal plane? 

3120config.detectorList[47].transposeDetector=False 

3121 

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 

3124 

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' 

3129 

3130# Name of detector slot 

3131config.detectorList[48].name='R:1,1 S:1,1' 

3132 

3133# ID of detector slot 

3134config.detectorList[48].id=1111 

3135 

3136# x0 of pixel bounding box 

3137config.detectorList[48].bbox_x0=0 

3138 

3139# y0 of pixel bounding box 

3140config.detectorList[48].bbox_y0=0 

3141 

3142# x1 of pixel bounding box 

3143config.detectorList[48].bbox_x1=4071 

3144 

3145# y1 of pixel bounding box 

3146config.detectorList[48].bbox_y1=3999 

3147 

3148# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3149config.detectorList[48].detectorType=0 

3150 

3151# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3152config.detectorList[48].physicalType='CCD' 

3153 

3154# Serial string associated with this specific detector 

3155config.detectorList[48].serial='R11_S11_v3.4.2' 

3156 

3157# x offset from the origin of the camera in mm in the transposed system. 

3158config.detectorList[48].offset_x=-126.988053 

3159 

3160# y offset from the origin of the camera in mm in the transposed system. 

3161config.detectorList[48].offset_y=-126.964714 

3162 

3163# x position of the reference point in the detector in pixels in transposed coordinates. 

3164config.detectorList[48].refpos_x=2035.5 

3165 

3166# y position of the reference point in the detector in pixels in transposed coordinates. 

3167config.detectorList[48].refpos_y=1999.5 

3168 

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 

3171 

3172# pitch (rotation about y) of the detector in degrees 

3173config.detectorList[48].pitchDeg=0.0 

3174 

3175# roll (rotation about x) of the detector in degrees 

3176config.detectorList[48].rollDeg=0.0 

3177 

3178# Pixel size in the x dimension in mm 

3179config.detectorList[48].pixelSize_x=0.01 

3180 

3181# Pixel size in the y dimension in mm 

3182config.detectorList[48].pixelSize_y=0.01 

3183 

3184# Transpose the pixel grid before orienting in focal plane? 

3185config.detectorList[48].transposeDetector=False 

3186 

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 

3189 

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' 

3194 

3195# Name of detector slot 

3196config.detectorList[49].name='R:1,1 S:1,2' 

3197 

3198# ID of detector slot 

3199config.detectorList[49].id=1112 

3200 

3201# x0 of pixel bounding box 

3202config.detectorList[49].bbox_x0=0 

3203 

3204# y0 of pixel bounding box 

3205config.detectorList[49].bbox_y0=0 

3206 

3207# x1 of pixel bounding box 

3208config.detectorList[49].bbox_x1=4071 

3209 

3210# y1 of pixel bounding box 

3211config.detectorList[49].bbox_y1=3999 

3212 

3213# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3214config.detectorList[49].detectorType=0 

3215 

3216# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3217config.detectorList[49].physicalType='CCD' 

3218 

3219# Serial string associated with this specific detector 

3220config.detectorList[49].serial='R11_S12_v3.4.2' 

3221 

3222# x offset from the origin of the camera in mm in the transposed system. 

3223config.detectorList[49].offset_x=-126.987365 

3224 

3225# y offset from the origin of the camera in mm in the transposed system. 

3226config.detectorList[49].offset_y=-84.805045 

3227 

3228# x position of the reference point in the detector in pixels in transposed coordinates. 

3229config.detectorList[49].refpos_x=2035.5 

3230 

3231# y position of the reference point in the detector in pixels in transposed coordinates. 

3232config.detectorList[49].refpos_y=1999.5 

3233 

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 

3236 

3237# pitch (rotation about y) of the detector in degrees 

3238config.detectorList[49].pitchDeg=0.0 

3239 

3240# roll (rotation about x) of the detector in degrees 

3241config.detectorList[49].rollDeg=0.0 

3242 

3243# Pixel size in the x dimension in mm 

3244config.detectorList[49].pixelSize_x=0.01 

3245 

3246# Pixel size in the y dimension in mm 

3247config.detectorList[49].pixelSize_y=0.01 

3248 

3249# Transpose the pixel grid before orienting in focal plane? 

3250config.detectorList[49].transposeDetector=False 

3251 

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 

3254 

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' 

3259 

3260# Name of detector slot 

3261config.detectorList[50].name='R:1,1 S:2,0' 

3262 

3263# ID of detector slot 

3264config.detectorList[50].id=1120 

3265 

3266# x0 of pixel bounding box 

3267config.detectorList[50].bbox_x0=0 

3268 

3269# y0 of pixel bounding box 

3270config.detectorList[50].bbox_y0=0 

3271 

3272# x1 of pixel bounding box 

3273config.detectorList[50].bbox_x1=4071 

3274 

3275# y1 of pixel bounding box 

3276config.detectorList[50].bbox_y1=3999 

3277 

3278# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3279config.detectorList[50].detectorType=0 

3280 

3281# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3282config.detectorList[50].physicalType='CCD' 

3283 

3284# Serial string associated with this specific detector 

3285config.detectorList[50].serial='R11_S20_v3.4.2' 

3286 

3287# x offset from the origin of the camera in mm in the transposed system. 

3288config.detectorList[50].offset_x=-84.711342 

3289 

3290# y offset from the origin of the camera in mm in the transposed system. 

3291config.detectorList[50].offset_y=-169.299087 

3292 

3293# x position of the reference point in the detector in pixels in transposed coordinates. 

3294config.detectorList[50].refpos_x=2035.5 

3295 

3296# y position of the reference point in the detector in pixels in transposed coordinates. 

3297config.detectorList[50].refpos_y=1999.5 

3298 

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 

3301 

3302# pitch (rotation about y) of the detector in degrees 

3303config.detectorList[50].pitchDeg=0.0 

3304 

3305# roll (rotation about x) of the detector in degrees 

3306config.detectorList[50].rollDeg=0.0 

3307 

3308# Pixel size in the x dimension in mm 

3309config.detectorList[50].pixelSize_x=0.01 

3310 

3311# Pixel size in the y dimension in mm 

3312config.detectorList[50].pixelSize_y=0.01 

3313 

3314# Transpose the pixel grid before orienting in focal plane? 

3315config.detectorList[50].transposeDetector=False 

3316 

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 

3319 

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' 

3324 

3325# Name of detector slot 

3326config.detectorList[51].name='R:1,1 S:2,1' 

3327 

3328# ID of detector slot 

3329config.detectorList[51].id=1121 

3330 

3331# x0 of pixel bounding box 

3332config.detectorList[51].bbox_x0=0 

3333 

3334# y0 of pixel bounding box 

3335config.detectorList[51].bbox_y0=0 

3336 

3337# x1 of pixel bounding box 

3338config.detectorList[51].bbox_x1=4071 

3339 

3340# y1 of pixel bounding box 

3341config.detectorList[51].bbox_y1=3999 

3342 

3343# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3344config.detectorList[51].detectorType=0 

3345 

3346# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3347config.detectorList[51].physicalType='CCD' 

3348 

3349# Serial string associated with this specific detector 

3350config.detectorList[51].serial='R11_S21_v3.4.2' 

3351 

3352# x offset from the origin of the camera in mm in the transposed system. 

3353config.detectorList[51].offset_x=-84.71875 

3354 

3355# y offset from the origin of the camera in mm in the transposed system. 

3356config.detectorList[51].offset_y=-126.996979 

3357 

3358# x position of the reference point in the detector in pixels in transposed coordinates. 

3359config.detectorList[51].refpos_x=2035.5 

3360 

3361# y position of the reference point in the detector in pixels in transposed coordinates. 

3362config.detectorList[51].refpos_y=1999.5 

3363 

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 

3366 

3367# pitch (rotation about y) of the detector in degrees 

3368config.detectorList[51].pitchDeg=0.0 

3369 

3370# roll (rotation about x) of the detector in degrees 

3371config.detectorList[51].rollDeg=0.0 

3372 

3373# Pixel size in the x dimension in mm 

3374config.detectorList[51].pixelSize_x=0.01 

3375 

3376# Pixel size in the y dimension in mm 

3377config.detectorList[51].pixelSize_y=0.01 

3378 

3379# Transpose the pixel grid before orienting in focal plane? 

3380config.detectorList[51].transposeDetector=False 

3381 

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 

3384 

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' 

3389 

3390# Name of detector slot 

3391config.detectorList[52].name='R:1,1 S:2,2' 

3392 

3393# ID of detector slot 

3394config.detectorList[52].id=1122 

3395 

3396# x0 of pixel bounding box 

3397config.detectorList[52].bbox_x0=0 

3398 

3399# y0 of pixel bounding box 

3400config.detectorList[52].bbox_y0=0 

3401 

3402# x1 of pixel bounding box 

3403config.detectorList[52].bbox_x1=4071 

3404 

3405# y1 of pixel bounding box 

3406config.detectorList[52].bbox_y1=3999 

3407 

3408# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3409config.detectorList[52].detectorType=0 

3410 

3411# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3412config.detectorList[52].physicalType='CCD' 

3413 

3414# Serial string associated with this specific detector 

3415config.detectorList[52].serial='R11_S22_v3.4.2' 

3416 

3417# x offset from the origin of the camera in mm in the transposed system. 

3418config.detectorList[52].offset_x=-84.740723 

3419 

3420# y offset from the origin of the camera in mm in the transposed system. 

3421config.detectorList[52].offset_y=-84.760826 

3422 

3423# x position of the reference point in the detector in pixels in transposed coordinates. 

3424config.detectorList[52].refpos_x=2035.5 

3425 

3426# y position of the reference point in the detector in pixels in transposed coordinates. 

3427config.detectorList[52].refpos_y=1999.5 

3428 

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 

3431 

3432# pitch (rotation about y) of the detector in degrees 

3433config.detectorList[52].pitchDeg=0.0 

3434 

3435# roll (rotation about x) of the detector in degrees 

3436config.detectorList[52].rollDeg=0.0 

3437 

3438# Pixel size in the x dimension in mm 

3439config.detectorList[52].pixelSize_x=0.01 

3440 

3441# Pixel size in the y dimension in mm 

3442config.detectorList[52].pixelSize_y=0.01 

3443 

3444# Transpose the pixel grid before orienting in focal plane? 

3445config.detectorList[52].transposeDetector=False 

3446 

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 

3449 

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' 

3454 

3455# Name of detector slot 

3456config.detectorList[53].name='R:1,2 S:0,0' 

3457 

3458# ID of detector slot 

3459config.detectorList[53].id=1200 

3460 

3461# x0 of pixel bounding box 

3462config.detectorList[53].bbox_x0=0 

3463 

3464# y0 of pixel bounding box 

3465config.detectorList[53].bbox_y0=0 

3466 

3467# x1 of pixel bounding box 

3468config.detectorList[53].bbox_x1=4071 

3469 

3470# y1 of pixel bounding box 

3471config.detectorList[53].bbox_y1=3999 

3472 

3473# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3474config.detectorList[53].detectorType=0 

3475 

3476# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3477config.detectorList[53].physicalType='CCD' 

3478 

3479# Serial string associated with this specific detector 

3480config.detectorList[53].serial='R12_S00_v3.4.2' 

3481 

3482# x offset from the origin of the camera in mm in the transposed system. 

3483config.detectorList[53].offset_x=-169.213961 

3484 

3485# y offset from the origin of the camera in mm in the transposed system. 

3486config.detectorList[53].offset_y=-42.243599 

3487 

3488# x position of the reference point in the detector in pixels in transposed coordinates. 

3489config.detectorList[53].refpos_x=2035.5 

3490 

3491# y position of the reference point in the detector in pixels in transposed coordinates. 

3492config.detectorList[53].refpos_y=1999.5 

3493 

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 

3496 

3497# pitch (rotation about y) of the detector in degrees 

3498config.detectorList[53].pitchDeg=0.0 

3499 

3500# roll (rotation about x) of the detector in degrees 

3501config.detectorList[53].rollDeg=0.0 

3502 

3503# Pixel size in the x dimension in mm 

3504config.detectorList[53].pixelSize_x=0.01 

3505 

3506# Pixel size in the y dimension in mm 

3507config.detectorList[53].pixelSize_y=0.01 

3508 

3509# Transpose the pixel grid before orienting in focal plane? 

3510config.detectorList[53].transposeDetector=False 

3511 

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 

3514 

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' 

3519 

3520# Name of detector slot 

3521config.detectorList[54].name='R:1,2 S:0,1' 

3522 

3523# ID of detector slot 

3524config.detectorList[54].id=1201 

3525 

3526# x0 of pixel bounding box 

3527config.detectorList[54].bbox_x0=0 

3528 

3529# y0 of pixel bounding box 

3530config.detectorList[54].bbox_y0=0 

3531 

3532# x1 of pixel bounding box 

3533config.detectorList[54].bbox_x1=4071 

3534 

3535# y1 of pixel bounding box 

3536config.detectorList[54].bbox_y1=3999 

3537 

3538# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3539config.detectorList[54].detectorType=0 

3540 

3541# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3542config.detectorList[54].physicalType='CCD' 

3543 

3544# Serial string associated with this specific detector 

3545config.detectorList[54].serial='R12_S01_v3.4.2' 

3546 

3547# x offset from the origin of the camera in mm in the transposed system. 

3548config.detectorList[54].offset_x=-169.161758 

3549 

3550# y offset from the origin of the camera in mm in the transposed system. 

3551config.detectorList[54].offset_y=-0.019448 

3552 

3553# x position of the reference point in the detector in pixels in transposed coordinates. 

3554config.detectorList[54].refpos_x=2035.5 

3555 

3556# y position of the reference point in the detector in pixels in transposed coordinates. 

3557config.detectorList[54].refpos_y=1999.5 

3558 

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 

3561 

3562# pitch (rotation about y) of the detector in degrees 

3563config.detectorList[54].pitchDeg=0.0 

3564 

3565# roll (rotation about x) of the detector in degrees 

3566config.detectorList[54].rollDeg=0.0 

3567 

3568# Pixel size in the x dimension in mm 

3569config.detectorList[54].pixelSize_x=0.01 

3570 

3571# Pixel size in the y dimension in mm 

3572config.detectorList[54].pixelSize_y=0.01 

3573 

3574# Transpose the pixel grid before orienting in focal plane? 

3575config.detectorList[54].transposeDetector=False 

3576 

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 

3579 

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' 

3584 

3585# Name of detector slot 

3586config.detectorList[55].name='R:1,2 S:0,2' 

3587 

3588# ID of detector slot 

3589config.detectorList[55].id=1202 

3590 

3591# x0 of pixel bounding box 

3592config.detectorList[55].bbox_x0=0 

3593 

3594# y0 of pixel bounding box 

3595config.detectorList[55].bbox_y0=0 

3596 

3597# x1 of pixel bounding box 

3598config.detectorList[55].bbox_x1=4071 

3599 

3600# y1 of pixel bounding box 

3601config.detectorList[55].bbox_y1=3999 

3602 

3603# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3604config.detectorList[55].detectorType=0 

3605 

3606# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3607config.detectorList[55].physicalType='CCD' 

3608 

3609# Serial string associated with this specific detector 

3610config.detectorList[55].serial='R12_S02_v3.4.2' 

3611 

3612# x offset from the origin of the camera in mm in the transposed system. 

3613config.detectorList[55].offset_x=-169.237702 

3614 

3615# y offset from the origin of the camera in mm in the transposed system. 

3616config.detectorList[55].offset_y=42.244065 

3617 

3618# x position of the reference point in the detector in pixels in transposed coordinates. 

3619config.detectorList[55].refpos_x=2035.5 

3620 

3621# y position of the reference point in the detector in pixels in transposed coordinates. 

3622config.detectorList[55].refpos_y=1999.5 

3623 

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 

3626 

3627# pitch (rotation about y) of the detector in degrees 

3628config.detectorList[55].pitchDeg=0.0 

3629 

3630# roll (rotation about x) of the detector in degrees 

3631config.detectorList[55].rollDeg=0.0 

3632 

3633# Pixel size in the x dimension in mm 

3634config.detectorList[55].pixelSize_x=0.01 

3635 

3636# Pixel size in the y dimension in mm 

3637config.detectorList[55].pixelSize_y=0.01 

3638 

3639# Transpose the pixel grid before orienting in focal plane? 

3640config.detectorList[55].transposeDetector=False 

3641 

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 

3644 

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' 

3649 

3650# Name of detector slot 

3651config.detectorList[56].name='R:1,2 S:1,0' 

3652 

3653# ID of detector slot 

3654config.detectorList[56].id=1210 

3655 

3656# x0 of pixel bounding box 

3657config.detectorList[56].bbox_x0=0 

3658 

3659# y0 of pixel bounding box 

3660config.detectorList[56].bbox_y0=0 

3661 

3662# x1 of pixel bounding box 

3663config.detectorList[56].bbox_x1=4071 

3664 

3665# y1 of pixel bounding box 

3666config.detectorList[56].bbox_y1=3999 

3667 

3668# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3669config.detectorList[56].detectorType=0 

3670 

3671# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3672config.detectorList[56].physicalType='CCD' 

3673 

3674# Serial string associated with this specific detector 

3675config.detectorList[56].serial='R12_S10_v3.4.2' 

3676 

3677# x offset from the origin of the camera in mm in the transposed system. 

3678config.detectorList[56].offset_x=-126.993003 

3679 

3680# y offset from the origin of the camera in mm in the transposed system. 

3681config.detectorList[56].offset_y=-42.233555 

3682 

3683# x position of the reference point in the detector in pixels in transposed coordinates. 

3684config.detectorList[56].refpos_x=2035.5 

3685 

3686# y position of the reference point in the detector in pixels in transposed coordinates. 

3687config.detectorList[56].refpos_y=1999.5 

3688 

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 

3691 

3692# pitch (rotation about y) of the detector in degrees 

3693config.detectorList[56].pitchDeg=0.0 

3694 

3695# roll (rotation about x) of the detector in degrees 

3696config.detectorList[56].rollDeg=0.0 

3697 

3698# Pixel size in the x dimension in mm 

3699config.detectorList[56].pixelSize_x=0.01 

3700 

3701# Pixel size in the y dimension in mm 

3702config.detectorList[56].pixelSize_y=0.01 

3703 

3704# Transpose the pixel grid before orienting in focal plane? 

3705config.detectorList[56].transposeDetector=False 

3706 

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 

3709 

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' 

3714 

3715# Name of detector slot 

3716config.detectorList[57].name='R:1,2 S:1,1' 

3717 

3718# ID of detector slot 

3719config.detectorList[57].id=1211 

3720 

3721# x0 of pixel bounding box 

3722config.detectorList[57].bbox_x0=0 

3723 

3724# y0 of pixel bounding box 

3725config.detectorList[57].bbox_y0=0 

3726 

3727# x1 of pixel bounding box 

3728config.detectorList[57].bbox_x1=4071 

3729 

3730# y1 of pixel bounding box 

3731config.detectorList[57].bbox_y1=3999 

3732 

3733# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3734config.detectorList[57].detectorType=0 

3735 

3736# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3737config.detectorList[57].physicalType='CCD' 

3738 

3739# Serial string associated with this specific detector 

3740config.detectorList[57].serial='R12_S11_v3.4.2' 

3741 

3742# x offset from the origin of the camera in mm in the transposed system. 

3743config.detectorList[57].offset_x=-126.966 

3744 

3745# y offset from the origin of the camera in mm in the transposed system. 

3746config.detectorList[57].offset_y=0.022974 

3747 

3748# x position of the reference point in the detector in pixels in transposed coordinates. 

3749config.detectorList[57].refpos_x=2035.5 

3750 

3751# y position of the reference point in the detector in pixels in transposed coordinates. 

3752config.detectorList[57].refpos_y=1999.5 

3753 

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 

3756 

3757# pitch (rotation about y) of the detector in degrees 

3758config.detectorList[57].pitchDeg=0.0 

3759 

3760# roll (rotation about x) of the detector in degrees 

3761config.detectorList[57].rollDeg=0.0 

3762 

3763# Pixel size in the x dimension in mm 

3764config.detectorList[57].pixelSize_x=0.01 

3765 

3766# Pixel size in the y dimension in mm 

3767config.detectorList[57].pixelSize_y=0.01 

3768 

3769# Transpose the pixel grid before orienting in focal plane? 

3770config.detectorList[57].transposeDetector=False 

3771 

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 

3774 

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' 

3779 

3780# Name of detector slot 

3781config.detectorList[58].name='R:1,2 S:1,2' 

3782 

3783# ID of detector slot 

3784config.detectorList[58].id=1212 

3785 

3786# x0 of pixel bounding box 

3787config.detectorList[58].bbox_x0=0 

3788 

3789# y0 of pixel bounding box 

3790config.detectorList[58].bbox_y0=0 

3791 

3792# x1 of pixel bounding box 

3793config.detectorList[58].bbox_x1=4071 

3794 

3795# y1 of pixel bounding box 

3796config.detectorList[58].bbox_y1=3999 

3797 

3798# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3799config.detectorList[58].detectorType=0 

3800 

3801# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3802config.detectorList[58].physicalType='CCD' 

3803 

3804# Serial string associated with this specific detector 

3805config.detectorList[58].serial='R12_S12_v3.4.2' 

3806 

3807# x offset from the origin of the camera in mm in the transposed system. 

3808config.detectorList[58].offset_x=-127.00501 

3809 

3810# y offset from the origin of the camera in mm in the transposed system. 

3811config.detectorList[58].offset_y=42.297893 

3812 

3813# x position of the reference point in the detector in pixels in transposed coordinates. 

3814config.detectorList[58].refpos_x=2035.5 

3815 

3816# y position of the reference point in the detector in pixels in transposed coordinates. 

3817config.detectorList[58].refpos_y=1999.5 

3818 

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 

3821 

3822# pitch (rotation about y) of the detector in degrees 

3823config.detectorList[58].pitchDeg=0.0 

3824 

3825# roll (rotation about x) of the detector in degrees 

3826config.detectorList[58].rollDeg=0.0 

3827 

3828# Pixel size in the x dimension in mm 

3829config.detectorList[58].pixelSize_x=0.01 

3830 

3831# Pixel size in the y dimension in mm 

3832config.detectorList[58].pixelSize_y=0.01 

3833 

3834# Transpose the pixel grid before orienting in focal plane? 

3835config.detectorList[58].transposeDetector=False 

3836 

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 

3839 

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' 

3844 

3845# Name of detector slot 

3846config.detectorList[59].name='R:1,2 S:2,0' 

3847 

3848# ID of detector slot 

3849config.detectorList[59].id=1220 

3850 

3851# x0 of pixel bounding box 

3852config.detectorList[59].bbox_x0=0 

3853 

3854# y0 of pixel bounding box 

3855config.detectorList[59].bbox_y0=0 

3856 

3857# x1 of pixel bounding box 

3858config.detectorList[59].bbox_x1=4071 

3859 

3860# y1 of pixel bounding box 

3861config.detectorList[59].bbox_y1=3999 

3862 

3863# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3864config.detectorList[59].detectorType=0 

3865 

3866# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3867config.detectorList[59].physicalType='CCD' 

3868 

3869# Serial string associated with this specific detector 

3870config.detectorList[59].serial='R12_S20_v3.4.2' 

3871 

3872# x offset from the origin of the camera in mm in the transposed system. 

3873config.detectorList[59].offset_x=-84.729812 

3874 

3875# y offset from the origin of the camera in mm in the transposed system. 

3876config.detectorList[59].offset_y=-42.202938 

3877 

3878# x position of the reference point in the detector in pixels in transposed coordinates. 

3879config.detectorList[59].refpos_x=2035.5 

3880 

3881# y position of the reference point in the detector in pixels in transposed coordinates. 

3882config.detectorList[59].refpos_y=1999.5 

3883 

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 

3886 

3887# pitch (rotation about y) of the detector in degrees 

3888config.detectorList[59].pitchDeg=0.0 

3889 

3890# roll (rotation about x) of the detector in degrees 

3891config.detectorList[59].rollDeg=0.0 

3892 

3893# Pixel size in the x dimension in mm 

3894config.detectorList[59].pixelSize_x=0.01 

3895 

3896# Pixel size in the y dimension in mm 

3897config.detectorList[59].pixelSize_y=0.01 

3898 

3899# Transpose the pixel grid before orienting in focal plane? 

3900config.detectorList[59].transposeDetector=False 

3901 

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 

3904 

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' 

3909 

3910# Name of detector slot 

3911config.detectorList[60].name='R:1,2 S:2,1' 

3912 

3913# ID of detector slot 

3914config.detectorList[60].id=1221 

3915 

3916# x0 of pixel bounding box 

3917config.detectorList[60].bbox_x0=0 

3918 

3919# y0 of pixel bounding box 

3920config.detectorList[60].bbox_y0=0 

3921 

3922# x1 of pixel bounding box 

3923config.detectorList[60].bbox_x1=4071 

3924 

3925# y1 of pixel bounding box 

3926config.detectorList[60].bbox_y1=3999 

3927 

3928# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3929config.detectorList[60].detectorType=0 

3930 

3931# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3932config.detectorList[60].physicalType='CCD' 

3933 

3934# Serial string associated with this specific detector 

3935config.detectorList[60].serial='R12_S21_v3.4.2' 

3936 

3937# x offset from the origin of the camera in mm in the transposed system. 

3938config.detectorList[60].offset_x=-84.718392 

3939 

3940# y offset from the origin of the camera in mm in the transposed system. 

3941config.detectorList[60].offset_y=0.036997 

3942 

3943# x position of the reference point in the detector in pixels in transposed coordinates. 

3944config.detectorList[60].refpos_x=2035.5 

3945 

3946# y position of the reference point in the detector in pixels in transposed coordinates. 

3947config.detectorList[60].refpos_y=1999.5 

3948 

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 

3951 

3952# pitch (rotation about y) of the detector in degrees 

3953config.detectorList[60].pitchDeg=0.0 

3954 

3955# roll (rotation about x) of the detector in degrees 

3956config.detectorList[60].rollDeg=0.0 

3957 

3958# Pixel size in the x dimension in mm 

3959config.detectorList[60].pixelSize_x=0.01 

3960 

3961# Pixel size in the y dimension in mm 

3962config.detectorList[60].pixelSize_y=0.01 

3963 

3964# Transpose the pixel grid before orienting in focal plane? 

3965config.detectorList[60].transposeDetector=False 

3966 

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 

3969 

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' 

3974 

3975# Name of detector slot 

3976config.detectorList[61].name='R:1,2 S:2,2' 

3977 

3978# ID of detector slot 

3979config.detectorList[61].id=1222 

3980 

3981# x0 of pixel bounding box 

3982config.detectorList[61].bbox_x0=0 

3983 

3984# y0 of pixel bounding box 

3985config.detectorList[61].bbox_y0=0 

3986 

3987# x1 of pixel bounding box 

3988config.detectorList[61].bbox_x1=4071 

3989 

3990# y1 of pixel bounding box 

3991config.detectorList[61].bbox_y1=3999 

3992 

3993# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

3994config.detectorList[61].detectorType=0 

3995 

3996# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

3997config.detectorList[61].physicalType='CCD' 

3998 

3999# Serial string associated with this specific detector 

4000config.detectorList[61].serial='R12_S22_v3.4.2' 

4001 

4002# x offset from the origin of the camera in mm in the transposed system. 

4003config.detectorList[61].offset_x=-84.74855 

4004 

4005# y offset from the origin of the camera in mm in the transposed system. 

4006config.detectorList[61].offset_y=42.217021 

4007 

4008# x position of the reference point in the detector in pixels in transposed coordinates. 

4009config.detectorList[61].refpos_x=2035.5 

4010 

4011# y position of the reference point in the detector in pixels in transposed coordinates. 

4012config.detectorList[61].refpos_y=1999.5 

4013 

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 

4016 

4017# pitch (rotation about y) of the detector in degrees 

4018config.detectorList[61].pitchDeg=0.0 

4019 

4020# roll (rotation about x) of the detector in degrees 

4021config.detectorList[61].rollDeg=0.0 

4022 

4023# Pixel size in the x dimension in mm 

4024config.detectorList[61].pixelSize_x=0.01 

4025 

4026# Pixel size in the y dimension in mm 

4027config.detectorList[61].pixelSize_y=0.01 

4028 

4029# Transpose the pixel grid before orienting in focal plane? 

4030config.detectorList[61].transposeDetector=False 

4031 

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 

4034 

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' 

4039 

4040# Name of detector slot 

4041config.detectorList[62].name='R:1,3 S:0,0' 

4042 

4043# ID of detector slot 

4044config.detectorList[62].id=1300 

4045 

4046# x0 of pixel bounding box 

4047config.detectorList[62].bbox_x0=0 

4048 

4049# y0 of pixel bounding box 

4050config.detectorList[62].bbox_y0=0 

4051 

4052# x1 of pixel bounding box 

4053config.detectorList[62].bbox_x1=4071 

4054 

4055# y1 of pixel bounding box 

4056config.detectorList[62].bbox_y1=3999 

4057 

4058# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4059config.detectorList[62].detectorType=0 

4060 

4061# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4062config.detectorList[62].physicalType='CCD' 

4063 

4064# Serial string associated with this specific detector 

4065config.detectorList[62].serial='R13_S00_v3.4.2' 

4066 

4067# x offset from the origin of the camera in mm in the transposed system. 

4068config.detectorList[62].offset_x=-169.345595 

4069 

4070# y offset from the origin of the camera in mm in the transposed system. 

4071config.detectorList[62].offset_y=84.716744 

4072 

4073# x position of the reference point in the detector in pixels in transposed coordinates. 

4074config.detectorList[62].refpos_x=2035.5 

4075 

4076# y position of the reference point in the detector in pixels in transposed coordinates. 

4077config.detectorList[62].refpos_y=1999.5 

4078 

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 

4081 

4082# pitch (rotation about y) of the detector in degrees 

4083config.detectorList[62].pitchDeg=0.0 

4084 

4085# roll (rotation about x) of the detector in degrees 

4086config.detectorList[62].rollDeg=0.0 

4087 

4088# Pixel size in the x dimension in mm 

4089config.detectorList[62].pixelSize_x=0.01 

4090 

4091# Pixel size in the y dimension in mm 

4092config.detectorList[62].pixelSize_y=0.01 

4093 

4094# Transpose the pixel grid before orienting in focal plane? 

4095config.detectorList[62].transposeDetector=False 

4096 

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 

4099 

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' 

4104 

4105# Name of detector slot 

4106config.detectorList[63].name='R:1,3 S:0,1' 

4107 

4108# ID of detector slot 

4109config.detectorList[63].id=1301 

4110 

4111# x0 of pixel bounding box 

4112config.detectorList[63].bbox_x0=0 

4113 

4114# y0 of pixel bounding box 

4115config.detectorList[63].bbox_y0=0 

4116 

4117# x1 of pixel bounding box 

4118config.detectorList[63].bbox_x1=4071 

4119 

4120# y1 of pixel bounding box 

4121config.detectorList[63].bbox_y1=3999 

4122 

4123# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4124config.detectorList[63].detectorType=0 

4125 

4126# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4127config.detectorList[63].physicalType='CCD' 

4128 

4129# Serial string associated with this specific detector 

4130config.detectorList[63].serial='R13_S01_v3.4.2' 

4131 

4132# x offset from the origin of the camera in mm in the transposed system. 

4133config.detectorList[63].offset_x=-169.293396 

4134 

4135# y offset from the origin of the camera in mm in the transposed system. 

4136config.detectorList[63].offset_y=126.958015 

4137 

4138# x position of the reference point in the detector in pixels in transposed coordinates. 

4139config.detectorList[63].refpos_x=2035.5 

4140 

4141# y position of the reference point in the detector in pixels in transposed coordinates. 

4142config.detectorList[63].refpos_y=1999.5 

4143 

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 

4146 

4147# pitch (rotation about y) of the detector in degrees 

4148config.detectorList[63].pitchDeg=0.0 

4149 

4150# roll (rotation about x) of the detector in degrees 

4151config.detectorList[63].rollDeg=0.0 

4152 

4153# Pixel size in the x dimension in mm 

4154config.detectorList[63].pixelSize_x=0.01 

4155 

4156# Pixel size in the y dimension in mm 

4157config.detectorList[63].pixelSize_y=0.01 

4158 

4159# Transpose the pixel grid before orienting in focal plane? 

4160config.detectorList[63].transposeDetector=False 

4161 

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 

4164 

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' 

4169 

4170# Name of detector slot 

4171config.detectorList[64].name='R:1,3 S:0,2' 

4172 

4173# ID of detector slot 

4174config.detectorList[64].id=1302 

4175 

4176# x0 of pixel bounding box 

4177config.detectorList[64].bbox_x0=0 

4178 

4179# y0 of pixel bounding box 

4180config.detectorList[64].bbox_y0=0 

4181 

4182# x1 of pixel bounding box 

4183config.detectorList[64].bbox_x1=4071 

4184 

4185# y1 of pixel bounding box 

4186config.detectorList[64].bbox_y1=3999 

4187 

4188# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4189config.detectorList[64].detectorType=0 

4190 

4191# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4192config.detectorList[64].physicalType='CCD' 

4193 

4194# Serial string associated with this specific detector 

4195config.detectorList[64].serial='R13_S02_v3.4.2' 

4196 

4197# x offset from the origin of the camera in mm in the transposed system. 

4198config.detectorList[64].offset_x=-169.262939 

4199 

4200# y offset from the origin of the camera in mm in the transposed system. 

4201config.detectorList[64].offset_y=169.232681 

4202 

4203# x position of the reference point in the detector in pixels in transposed coordinates. 

4204config.detectorList[64].refpos_x=2035.5 

4205 

4206# y position of the reference point in the detector in pixels in transposed coordinates. 

4207config.detectorList[64].refpos_y=1999.5 

4208 

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 

4211 

4212# pitch (rotation about y) of the detector in degrees 

4213config.detectorList[64].pitchDeg=0.0 

4214 

4215# roll (rotation about x) of the detector in degrees 

4216config.detectorList[64].rollDeg=0.0 

4217 

4218# Pixel size in the x dimension in mm 

4219config.detectorList[64].pixelSize_x=0.01 

4220 

4221# Pixel size in the y dimension in mm 

4222config.detectorList[64].pixelSize_y=0.01 

4223 

4224# Transpose the pixel grid before orienting in focal plane? 

4225config.detectorList[64].transposeDetector=False 

4226 

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 

4229 

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' 

4234 

4235# Name of detector slot 

4236config.detectorList[65].name='R:1,3 S:1,0' 

4237 

4238# ID of detector slot 

4239config.detectorList[65].id=1310 

4240 

4241# x0 of pixel bounding box 

4242config.detectorList[65].bbox_x0=0 

4243 

4244# y0 of pixel bounding box 

4245config.detectorList[65].bbox_y0=0 

4246 

4247# x1 of pixel bounding box 

4248config.detectorList[65].bbox_x1=4071 

4249 

4250# y1 of pixel bounding box 

4251config.detectorList[65].bbox_y1=3999 

4252 

4253# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4254config.detectorList[65].detectorType=0 

4255 

4256# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4257config.detectorList[65].physicalType='CCD' 

4258 

4259# Serial string associated with this specific detector 

4260config.detectorList[65].serial='R13_S10_v3.4.2' 

4261 

4262# x offset from the origin of the camera in mm in the transposed system. 

4263config.detectorList[65].offset_x=-127.100465 

4264 

4265# y offset from the origin of the camera in mm in the transposed system. 

4266config.detectorList[65].offset_y=84.794974 

4267 

4268# x position of the reference point in the detector in pixels in transposed coordinates. 

4269config.detectorList[65].refpos_x=2035.5 

4270 

4271# y position of the reference point in the detector in pixels in transposed coordinates. 

4272config.detectorList[65].refpos_y=1999.5 

4273 

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 

4276 

4277# pitch (rotation about y) of the detector in degrees 

4278config.detectorList[65].pitchDeg=0.0 

4279 

4280# roll (rotation about x) of the detector in degrees 

4281config.detectorList[65].rollDeg=0.0 

4282 

4283# Pixel size in the x dimension in mm 

4284config.detectorList[65].pixelSize_x=0.01 

4285 

4286# Pixel size in the y dimension in mm 

4287config.detectorList[65].pixelSize_y=0.01 

4288 

4289# Transpose the pixel grid before orienting in focal plane? 

4290config.detectorList[65].transposeDetector=False 

4291 

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 

4294 

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' 

4299 

4300# Name of detector slot 

4301config.detectorList[66].name='R:1,3 S:1,1' 

4302 

4303# ID of detector slot 

4304config.detectorList[66].id=1311 

4305 

4306# x0 of pixel bounding box 

4307config.detectorList[66].bbox_x0=0 

4308 

4309# y0 of pixel bounding box 

4310config.detectorList[66].bbox_y0=0 

4311 

4312# x1 of pixel bounding box 

4313config.detectorList[66].bbox_x1=4071 

4314 

4315# y1 of pixel bounding box 

4316config.detectorList[66].bbox_y1=3999 

4317 

4318# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4319config.detectorList[66].detectorType=0 

4320 

4321# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4322config.detectorList[66].physicalType='CCD' 

4323 

4324# Serial string associated with this specific detector 

4325config.detectorList[66].serial='R13_S11_v3.4.2' 

4326 

4327# x offset from the origin of the camera in mm in the transposed system. 

4328config.detectorList[66].offset_x=-127.051354 

4329 

4330# y offset from the origin of the camera in mm in the transposed system. 

4331config.detectorList[66].offset_y=127.002875 

4332 

4333# x position of the reference point in the detector in pixels in transposed coordinates. 

4334config.detectorList[66].refpos_x=2035.5 

4335 

4336# y position of the reference point in the detector in pixels in transposed coordinates. 

4337config.detectorList[66].refpos_y=1999.5 

4338 

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 

4341 

4342# pitch (rotation about y) of the detector in degrees 

4343config.detectorList[66].pitchDeg=0.0 

4344 

4345# roll (rotation about x) of the detector in degrees 

4346config.detectorList[66].rollDeg=0.0 

4347 

4348# Pixel size in the x dimension in mm 

4349config.detectorList[66].pixelSize_x=0.01 

4350 

4351# Pixel size in the y dimension in mm 

4352config.detectorList[66].pixelSize_y=0.01 

4353 

4354# Transpose the pixel grid before orienting in focal plane? 

4355config.detectorList[66].transposeDetector=False 

4356 

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 

4359 

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' 

4364 

4365# Name of detector slot 

4366config.detectorList[67].name='R:1,3 S:1,2' 

4367 

4368# ID of detector slot 

4369config.detectorList[67].id=1312 

4370 

4371# x0 of pixel bounding box 

4372config.detectorList[67].bbox_x0=0 

4373 

4374# y0 of pixel bounding box 

4375config.detectorList[67].bbox_y0=0 

4376 

4377# x1 of pixel bounding box 

4378config.detectorList[67].bbox_x1=4071 

4379 

4380# y1 of pixel bounding box 

4381config.detectorList[67].bbox_y1=3999 

4382 

4383# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4384config.detectorList[67].detectorType=0 

4385 

4386# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4387config.detectorList[67].physicalType='CCD' 

4388 

4389# Serial string associated with this specific detector 

4390config.detectorList[67].serial='R13_S12_v3.4.2' 

4391 

4392# x offset from the origin of the camera in mm in the transposed system. 

4393config.detectorList[67].offset_x=-127.084229 

4394 

4395# y offset from the origin of the camera in mm in the transposed system. 

4396config.detectorList[67].offset_y=169.235687 

4397 

4398# x position of the reference point in the detector in pixels in transposed coordinates. 

4399config.detectorList[67].refpos_x=2035.5 

4400 

4401# y position of the reference point in the detector in pixels in transposed coordinates. 

4402config.detectorList[67].refpos_y=1999.5 

4403 

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 

4406 

4407# pitch (rotation about y) of the detector in degrees 

4408config.detectorList[67].pitchDeg=0.0 

4409 

4410# roll (rotation about x) of the detector in degrees 

4411config.detectorList[67].rollDeg=0.0 

4412 

4413# Pixel size in the x dimension in mm 

4414config.detectorList[67].pixelSize_x=0.01 

4415 

4416# Pixel size in the y dimension in mm 

4417config.detectorList[67].pixelSize_y=0.01 

4418 

4419# Transpose the pixel grid before orienting in focal plane? 

4420config.detectorList[67].transposeDetector=False 

4421 

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 

4424 

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' 

4429 

4430# Name of detector slot 

4431config.detectorList[68].name='R:1,3 S:2,0' 

4432 

4433# ID of detector slot 

4434config.detectorList[68].id=1320 

4435 

4436# x0 of pixel bounding box 

4437config.detectorList[68].bbox_x0=0 

4438 

4439# y0 of pixel bounding box 

4440config.detectorList[68].bbox_y0=0 

4441 

4442# x1 of pixel bounding box 

4443config.detectorList[68].bbox_x1=4071 

4444 

4445# y1 of pixel bounding box 

4446config.detectorList[68].bbox_y1=3999 

4447 

4448# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4449config.detectorList[68].detectorType=0 

4450 

4451# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4452config.detectorList[68].physicalType='CCD' 

4453 

4454# Serial string associated with this specific detector 

4455config.detectorList[68].serial='R13_S20_v3.4.2' 

4456 

4457# x offset from the origin of the camera in mm in the transposed system. 

4458config.detectorList[68].offset_x=-84.793419 

4459 

4460# y offset from the origin of the camera in mm in the transposed system. 

4461config.detectorList[68].offset_y=84.760047 

4462 

4463# x position of the reference point in the detector in pixels in transposed coordinates. 

4464config.detectorList[68].refpos_x=2035.5 

4465 

4466# y position of the reference point in the detector in pixels in transposed coordinates. 

4467config.detectorList[68].refpos_y=1999.5 

4468 

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 

4471 

4472# pitch (rotation about y) of the detector in degrees 

4473config.detectorList[68].pitchDeg=0.0 

4474 

4475# roll (rotation about x) of the detector in degrees 

4476config.detectorList[68].rollDeg=0.0 

4477 

4478# Pixel size in the x dimension in mm 

4479config.detectorList[68].pixelSize_x=0.01 

4480 

4481# Pixel size in the y dimension in mm 

4482config.detectorList[68].pixelSize_y=0.01 

4483 

4484# Transpose the pixel grid before orienting in focal plane? 

4485config.detectorList[68].transposeDetector=False 

4486 

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 

4489 

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' 

4494 

4495# Name of detector slot 

4496config.detectorList[69].name='R:1,3 S:2,1' 

4497 

4498# ID of detector slot 

4499config.detectorList[69].id=1321 

4500 

4501# x0 of pixel bounding box 

4502config.detectorList[69].bbox_x0=0 

4503 

4504# y0 of pixel bounding box 

4505config.detectorList[69].bbox_y0=0 

4506 

4507# x1 of pixel bounding box 

4508config.detectorList[69].bbox_x1=4071 

4509 

4510# y1 of pixel bounding box 

4511config.detectorList[69].bbox_y1=3999 

4512 

4513# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4514config.detectorList[69].detectorType=0 

4515 

4516# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4517config.detectorList[69].physicalType='CCD' 

4518 

4519# Serial string associated with this specific detector 

4520config.detectorList[69].serial='R13_S21_v3.4.2' 

4521 

4522# x offset from the origin of the camera in mm in the transposed system. 

4523config.detectorList[69].offset_x=-84.755654 

4524 

4525# y offset from the origin of the camera in mm in the transposed system. 

4526config.detectorList[69].offset_y=127.037964 

4527 

4528# x position of the reference point in the detector in pixels in transposed coordinates. 

4529config.detectorList[69].refpos_x=2035.5 

4530 

4531# y position of the reference point in the detector in pixels in transposed coordinates. 

4532config.detectorList[69].refpos_y=1999.5 

4533 

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 

4536 

4537# pitch (rotation about y) of the detector in degrees 

4538config.detectorList[69].pitchDeg=0.0 

4539 

4540# roll (rotation about x) of the detector in degrees 

4541config.detectorList[69].rollDeg=0.0 

4542 

4543# Pixel size in the x dimension in mm 

4544config.detectorList[69].pixelSize_x=0.01 

4545 

4546# Pixel size in the y dimension in mm 

4547config.detectorList[69].pixelSize_y=0.01 

4548 

4549# Transpose the pixel grid before orienting in focal plane? 

4550config.detectorList[69].transposeDetector=False 

4551 

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 

4554 

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' 

4559 

4560# Name of detector slot 

4561config.detectorList[70].name='R:1,3 S:2,2' 

4562 

4563# ID of detector slot 

4564config.detectorList[70].id=1322 

4565 

4566# x0 of pixel bounding box 

4567config.detectorList[70].bbox_x0=0 

4568 

4569# y0 of pixel bounding box 

4570config.detectorList[70].bbox_y0=0 

4571 

4572# x1 of pixel bounding box 

4573config.detectorList[70].bbox_x1=4071 

4574 

4575# y1 of pixel bounding box 

4576config.detectorList[70].bbox_y1=3999 

4577 

4578# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4579config.detectorList[70].detectorType=0 

4580 

4581# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4582config.detectorList[70].physicalType='CCD' 

4583 

4584# Serial string associated with this specific detector 

4585config.detectorList[70].serial='R13_S22_v3.4.2' 

4586 

4587# x offset from the origin of the camera in mm in the transposed system. 

4588config.detectorList[70].offset_x=-84.814384 

4589 

4590# y offset from the origin of the camera in mm in the transposed system. 

4591config.detectorList[70].offset_y=169.230225 

4592 

4593# x position of the reference point in the detector in pixels in transposed coordinates. 

4594config.detectorList[70].refpos_x=2035.5 

4595 

4596# y position of the reference point in the detector in pixels in transposed coordinates. 

4597config.detectorList[70].refpos_y=1999.5 

4598 

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 

4601 

4602# pitch (rotation about y) of the detector in degrees 

4603config.detectorList[70].pitchDeg=0.0 

4604 

4605# roll (rotation about x) of the detector in degrees 

4606config.detectorList[70].rollDeg=0.0 

4607 

4608# Pixel size in the x dimension in mm 

4609config.detectorList[70].pixelSize_x=0.01 

4610 

4611# Pixel size in the y dimension in mm 

4612config.detectorList[70].pixelSize_y=0.01 

4613 

4614# Transpose the pixel grid before orienting in focal plane? 

4615config.detectorList[70].transposeDetector=False 

4616 

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 

4619 

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' 

4624 

4625# Name of detector slot 

4626config.detectorList[71].name='R:1,4 S:0,0' 

4627 

4628# ID of detector slot 

4629config.detectorList[71].id=1400 

4630 

4631# x0 of pixel bounding box 

4632config.detectorList[71].bbox_x0=0 

4633 

4634# y0 of pixel bounding box 

4635config.detectorList[71].bbox_y0=0 

4636 

4637# x1 of pixel bounding box 

4638config.detectorList[71].bbox_x1=4071 

4639 

4640# y1 of pixel bounding box 

4641config.detectorList[71].bbox_y1=3999 

4642 

4643# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4644config.detectorList[71].detectorType=0 

4645 

4646# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4647config.detectorList[71].physicalType='CCD' 

4648 

4649# Serial string associated with this specific detector 

4650config.detectorList[71].serial='R14_S00_v3.4.2' 

4651 

4652# x offset from the origin of the camera in mm in the transposed system. 

4653config.detectorList[71].offset_x=-169.211426 

4654 

4655# y offset from the origin of the camera in mm in the transposed system. 

4656config.detectorList[71].offset_y=211.752762 

4657 

4658# x position of the reference point in the detector in pixels in transposed coordinates. 

4659config.detectorList[71].refpos_x=2035.5 

4660 

4661# y position of the reference point in the detector in pixels in transposed coordinates. 

4662config.detectorList[71].refpos_y=1999.5 

4663 

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 

4666 

4667# pitch (rotation about y) of the detector in degrees 

4668config.detectorList[71].pitchDeg=0.0 

4669 

4670# roll (rotation about x) of the detector in degrees 

4671config.detectorList[71].rollDeg=0.0 

4672 

4673# Pixel size in the x dimension in mm 

4674config.detectorList[71].pixelSize_x=0.01 

4675 

4676# Pixel size in the y dimension in mm 

4677config.detectorList[71].pixelSize_y=0.01 

4678 

4679# Transpose the pixel grid before orienting in focal plane? 

4680config.detectorList[71].transposeDetector=False 

4681 

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 

4684 

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' 

4689 

4690# Name of detector slot 

4691config.detectorList[72].name='R:1,4 S:0,1' 

4692 

4693# ID of detector slot 

4694config.detectorList[72].id=1401 

4695 

4696# x0 of pixel bounding box 

4697config.detectorList[72].bbox_x0=0 

4698 

4699# y0 of pixel bounding box 

4700config.detectorList[72].bbox_y0=0 

4701 

4702# x1 of pixel bounding box 

4703config.detectorList[72].bbox_x1=4071 

4704 

4705# y1 of pixel bounding box 

4706config.detectorList[72].bbox_y1=3999 

4707 

4708# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4709config.detectorList[72].detectorType=0 

4710 

4711# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4712config.detectorList[72].physicalType='CCD' 

4713 

4714# Serial string associated with this specific detector 

4715config.detectorList[72].serial='R14_S01_v3.4.2' 

4716 

4717# x offset from the origin of the camera in mm in the transposed system. 

4718config.detectorList[72].offset_x=-169.223723 

4719 

4720# y offset from the origin of the camera in mm in the transposed system. 

4721config.detectorList[72].offset_y=254.003076 

4722 

4723# x position of the reference point in the detector in pixels in transposed coordinates. 

4724config.detectorList[72].refpos_x=2035.5 

4725 

4726# y position of the reference point in the detector in pixels in transposed coordinates. 

4727config.detectorList[72].refpos_y=1999.5 

4728 

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 

4731 

4732# pitch (rotation about y) of the detector in degrees 

4733config.detectorList[72].pitchDeg=0.0 

4734 

4735# roll (rotation about x) of the detector in degrees 

4736config.detectorList[72].rollDeg=0.0 

4737 

4738# Pixel size in the x dimension in mm 

4739config.detectorList[72].pixelSize_x=0.01 

4740 

4741# Pixel size in the y dimension in mm 

4742config.detectorList[72].pixelSize_y=0.01 

4743 

4744# Transpose the pixel grid before orienting in focal plane? 

4745config.detectorList[72].transposeDetector=False 

4746 

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 

4749 

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' 

4754 

4755# Name of detector slot 

4756config.detectorList[73].name='R:1,4 S:0,2' 

4757 

4758# ID of detector slot 

4759config.detectorList[73].id=1402 

4760 

4761# x0 of pixel bounding box 

4762config.detectorList[73].bbox_x0=0 

4763 

4764# y0 of pixel bounding box 

4765config.detectorList[73].bbox_y0=0 

4766 

4767# x1 of pixel bounding box 

4768config.detectorList[73].bbox_x1=4071 

4769 

4770# y1 of pixel bounding box 

4771config.detectorList[73].bbox_y1=3999 

4772 

4773# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4774config.detectorList[73].detectorType=0 

4775 

4776# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4777config.detectorList[73].physicalType='CCD' 

4778 

4779# Serial string associated with this specific detector 

4780config.detectorList[73].serial='R14_S02_v3.4.2' 

4781 

4782# x offset from the origin of the camera in mm in the transposed system. 

4783config.detectorList[73].offset_x=-169.262192 

4784 

4785# y offset from the origin of the camera in mm in the transposed system. 

4786config.detectorList[73].offset_y=296.28015 

4787 

4788# x position of the reference point in the detector in pixels in transposed coordinates. 

4789config.detectorList[73].refpos_x=2035.5 

4790 

4791# y position of the reference point in the detector in pixels in transposed coordinates. 

4792config.detectorList[73].refpos_y=1999.5 

4793 

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 

4796 

4797# pitch (rotation about y) of the detector in degrees 

4798config.detectorList[73].pitchDeg=0.0 

4799 

4800# roll (rotation about x) of the detector in degrees 

4801config.detectorList[73].rollDeg=0.0 

4802 

4803# Pixel size in the x dimension in mm 

4804config.detectorList[73].pixelSize_x=0.01 

4805 

4806# Pixel size in the y dimension in mm 

4807config.detectorList[73].pixelSize_y=0.01 

4808 

4809# Transpose the pixel grid before orienting in focal plane? 

4810config.detectorList[73].transposeDetector=False 

4811 

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 

4814 

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' 

4819 

4820# Name of detector slot 

4821config.detectorList[74].name='R:1,4 S:1,0' 

4822 

4823# ID of detector slot 

4824config.detectorList[74].id=1410 

4825 

4826# x0 of pixel bounding box 

4827config.detectorList[74].bbox_x0=0 

4828 

4829# y0 of pixel bounding box 

4830config.detectorList[74].bbox_y0=0 

4831 

4832# x1 of pixel bounding box 

4833config.detectorList[74].bbox_x1=4071 

4834 

4835# y1 of pixel bounding box 

4836config.detectorList[74].bbox_y1=3999 

4837 

4838# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4839config.detectorList[74].detectorType=0 

4840 

4841# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4842config.detectorList[74].physicalType='CCD' 

4843 

4844# Serial string associated with this specific detector 

4845config.detectorList[74].serial='R14_S10_v3.4.2' 

4846 

4847# x offset from the origin of the camera in mm in the transposed system. 

4848config.detectorList[74].offset_x=-127.057588 

4849 

4850# y offset from the origin of the camera in mm in the transposed system. 

4851config.detectorList[74].offset_y=211.722671 

4852 

4853# x position of the reference point in the detector in pixels in transposed coordinates. 

4854config.detectorList[74].refpos_x=2035.5 

4855 

4856# y position of the reference point in the detector in pixels in transposed coordinates. 

4857config.detectorList[74].refpos_y=1999.5 

4858 

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 

4861 

4862# pitch (rotation about y) of the detector in degrees 

4863config.detectorList[74].pitchDeg=0.0 

4864 

4865# roll (rotation about x) of the detector in degrees 

4866config.detectorList[74].rollDeg=0.0 

4867 

4868# Pixel size in the x dimension in mm 

4869config.detectorList[74].pixelSize_x=0.01 

4870 

4871# Pixel size in the y dimension in mm 

4872config.detectorList[74].pixelSize_y=0.01 

4873 

4874# Transpose the pixel grid before orienting in focal plane? 

4875config.detectorList[74].transposeDetector=False 

4876 

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 

4879 

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' 

4884 

4885# Name of detector slot 

4886config.detectorList[75].name='R:1,4 S:1,1' 

4887 

4888# ID of detector slot 

4889config.detectorList[75].id=1411 

4890 

4891# x0 of pixel bounding box 

4892config.detectorList[75].bbox_x0=0 

4893 

4894# y0 of pixel bounding box 

4895config.detectorList[75].bbox_y0=0 

4896 

4897# x1 of pixel bounding box 

4898config.detectorList[75].bbox_x1=4071 

4899 

4900# y1 of pixel bounding box 

4901config.detectorList[75].bbox_y1=3999 

4902 

4903# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4904config.detectorList[75].detectorType=0 

4905 

4906# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4907config.detectorList[75].physicalType='CCD' 

4908 

4909# Serial string associated with this specific detector 

4910config.detectorList[75].serial='R14_S11_v3.4.2' 

4911 

4912# x offset from the origin of the camera in mm in the transposed system. 

4913config.detectorList[75].offset_x=-127.01544 

4914 

4915# y offset from the origin of the camera in mm in the transposed system. 

4916config.detectorList[75].offset_y=254.041213 

4917 

4918# x position of the reference point in the detector in pixels in transposed coordinates. 

4919config.detectorList[75].refpos_x=2035.5 

4920 

4921# y position of the reference point in the detector in pixels in transposed coordinates. 

4922config.detectorList[75].refpos_y=1999.5 

4923 

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 

4926 

4927# pitch (rotation about y) of the detector in degrees 

4928config.detectorList[75].pitchDeg=0.0 

4929 

4930# roll (rotation about x) of the detector in degrees 

4931config.detectorList[75].rollDeg=0.0 

4932 

4933# Pixel size in the x dimension in mm 

4934config.detectorList[75].pixelSize_x=0.01 

4935 

4936# Pixel size in the y dimension in mm 

4937config.detectorList[75].pixelSize_y=0.01 

4938 

4939# Transpose the pixel grid before orienting in focal plane? 

4940config.detectorList[75].transposeDetector=False 

4941 

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 

4944 

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' 

4949 

4950# Name of detector slot 

4951config.detectorList[76].name='R:1,4 S:1,2' 

4952 

4953# ID of detector slot 

4954config.detectorList[76].id=1412 

4955 

4956# x0 of pixel bounding box 

4957config.detectorList[76].bbox_x0=0 

4958 

4959# y0 of pixel bounding box 

4960config.detectorList[76].bbox_y0=0 

4961 

4962# x1 of pixel bounding box 

4963config.detectorList[76].bbox_x1=4071 

4964 

4965# y1 of pixel bounding box 

4966config.detectorList[76].bbox_y1=3999 

4967 

4968# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

4969config.detectorList[76].detectorType=0 

4970 

4971# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

4972config.detectorList[76].physicalType='CCD' 

4973 

4974# Serial string associated with this specific detector 

4975config.detectorList[76].serial='R14_S12_v3.4.2' 

4976 

4977# x offset from the origin of the camera in mm in the transposed system. 

4978config.detectorList[76].offset_x=-127.015488 

4979 

4980# y offset from the origin of the camera in mm in the transposed system. 

4981config.detectorList[76].offset_y=296.281922 

4982 

4983# x position of the reference point in the detector in pixels in transposed coordinates. 

4984config.detectorList[76].refpos_x=2035.5 

4985 

4986# y position of the reference point in the detector in pixels in transposed coordinates. 

4987config.detectorList[76].refpos_y=1999.5 

4988 

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 

4991 

4992# pitch (rotation about y) of the detector in degrees 

4993config.detectorList[76].pitchDeg=0.0 

4994 

4995# roll (rotation about x) of the detector in degrees 

4996config.detectorList[76].rollDeg=0.0 

4997 

4998# Pixel size in the x dimension in mm 

4999config.detectorList[76].pixelSize_x=0.01 

5000 

5001# Pixel size in the y dimension in mm 

5002config.detectorList[76].pixelSize_y=0.01 

5003 

5004# Transpose the pixel grid before orienting in focal plane? 

5005config.detectorList[76].transposeDetector=False 

5006 

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 

5009 

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' 

5014 

5015# Name of detector slot 

5016config.detectorList[77].name='R:1,4 S:2,0' 

5017 

5018# ID of detector slot 

5019config.detectorList[77].id=1420 

5020 

5021# x0 of pixel bounding box 

5022config.detectorList[77].bbox_x0=0 

5023 

5024# y0 of pixel bounding box 

5025config.detectorList[77].bbox_y0=0 

5026 

5027# x1 of pixel bounding box 

5028config.detectorList[77].bbox_x1=4071 

5029 

5030# y1 of pixel bounding box 

5031config.detectorList[77].bbox_y1=3999 

5032 

5033# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5034config.detectorList[77].detectorType=0 

5035 

5036# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5037config.detectorList[77].physicalType='CCD' 

5038 

5039# Serial string associated with this specific detector 

5040config.detectorList[77].serial='R14_S20_v3.4.2' 

5041 

5042# x offset from the origin of the camera in mm in the transposed system. 

5043config.detectorList[77].offset_x=-84.800004 

5044 

5045# y offset from the origin of the camera in mm in the transposed system. 

5046config.detectorList[77].offset_y=211.757812 

5047 

5048# x position of the reference point in the detector in pixels in transposed coordinates. 

5049config.detectorList[77].refpos_x=2035.5 

5050 

5051# y position of the reference point in the detector in pixels in transposed coordinates. 

5052config.detectorList[77].refpos_y=1999.5 

5053 

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 

5056 

5057# pitch (rotation about y) of the detector in degrees 

5058config.detectorList[77].pitchDeg=0.0 

5059 

5060# roll (rotation about x) of the detector in degrees 

5061config.detectorList[77].rollDeg=0.0 

5062 

5063# Pixel size in the x dimension in mm 

5064config.detectorList[77].pixelSize_x=0.01 

5065 

5066# Pixel size in the y dimension in mm 

5067config.detectorList[77].pixelSize_y=0.01 

5068 

5069# Transpose the pixel grid before orienting in focal plane? 

5070config.detectorList[77].transposeDetector=False 

5071 

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 

5074 

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' 

5079 

5080# Name of detector slot 

5081config.detectorList[78].name='R:1,4 S:2,1' 

5082 

5083# ID of detector slot 

5084config.detectorList[78].id=1421 

5085 

5086# x0 of pixel bounding box 

5087config.detectorList[78].bbox_x0=0 

5088 

5089# y0 of pixel bounding box 

5090config.detectorList[78].bbox_y0=0 

5091 

5092# x1 of pixel bounding box 

5093config.detectorList[78].bbox_x1=4071 

5094 

5095# y1 of pixel bounding box 

5096config.detectorList[78].bbox_y1=3999 

5097 

5098# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5099config.detectorList[78].detectorType=0 

5100 

5101# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5102config.detectorList[78].physicalType='CCD' 

5103 

5104# Serial string associated with this specific detector 

5105config.detectorList[78].serial='R14_S21_v3.4.2' 

5106 

5107# x offset from the origin of the camera in mm in the transposed system. 

5108config.detectorList[78].offset_x=-84.777794 

5109 

5110# y offset from the origin of the camera in mm in the transposed system. 

5111config.detectorList[78].offset_y=254.008892 

5112 

5113# x position of the reference point in the detector in pixels in transposed coordinates. 

5114config.detectorList[78].refpos_x=2035.5 

5115 

5116# y position of the reference point in the detector in pixels in transposed coordinates. 

5117config.detectorList[78].refpos_y=1999.5 

5118 

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 

5121 

5122# pitch (rotation about y) of the detector in degrees 

5123config.detectorList[78].pitchDeg=0.0 

5124 

5125# roll (rotation about x) of the detector in degrees 

5126config.detectorList[78].rollDeg=0.0 

5127 

5128# Pixel size in the x dimension in mm 

5129config.detectorList[78].pixelSize_x=0.01 

5130 

5131# Pixel size in the y dimension in mm 

5132config.detectorList[78].pixelSize_y=0.01 

5133 

5134# Transpose the pixel grid before orienting in focal plane? 

5135config.detectorList[78].transposeDetector=False 

5136 

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 

5139 

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' 

5144 

5145# Name of detector slot 

5146config.detectorList[79].name='R:1,4 S:2,2' 

5147 

5148# ID of detector slot 

5149config.detectorList[79].id=1422 

5150 

5151# x0 of pixel bounding box 

5152config.detectorList[79].bbox_x0=0 

5153 

5154# y0 of pixel bounding box 

5155config.detectorList[79].bbox_y0=0 

5156 

5157# x1 of pixel bounding box 

5158config.detectorList[79].bbox_x1=4071 

5159 

5160# y1 of pixel bounding box 

5161config.detectorList[79].bbox_y1=3999 

5162 

5163# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5164config.detectorList[79].detectorType=0 

5165 

5166# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5167config.detectorList[79].physicalType='CCD' 

5168 

5169# Serial string associated with this specific detector 

5170config.detectorList[79].serial='R14_S22_v3.4.2' 

5171 

5172# x offset from the origin of the camera in mm in the transposed system. 

5173config.detectorList[79].offset_x=-84.772445 

5174 

5175# y offset from the origin of the camera in mm in the transposed system. 

5176config.detectorList[79].offset_y=296.21927 

5177 

5178# x position of the reference point in the detector in pixels in transposed coordinates. 

5179config.detectorList[79].refpos_x=2035.5 

5180 

5181# y position of the reference point in the detector in pixels in transposed coordinates. 

5182config.detectorList[79].refpos_y=1999.5 

5183 

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 

5186 

5187# pitch (rotation about y) of the detector in degrees 

5188config.detectorList[79].pitchDeg=0.0 

5189 

5190# roll (rotation about x) of the detector in degrees 

5191config.detectorList[79].rollDeg=0.0 

5192 

5193# Pixel size in the x dimension in mm 

5194config.detectorList[79].pixelSize_x=0.01 

5195 

5196# Pixel size in the y dimension in mm 

5197config.detectorList[79].pixelSize_y=0.01 

5198 

5199# Transpose the pixel grid before orienting in focal plane? 

5200config.detectorList[79].transposeDetector=False 

5201 

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 

5204 

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' 

5209 

5210# Name of detector slot 

5211config.detectorList[80].name='R:2,0 S:0,0' 

5212 

5213# ID of detector slot 

5214config.detectorList[80].id=2000 

5215 

5216# x0 of pixel bounding box 

5217config.detectorList[80].bbox_x0=0 

5218 

5219# y0 of pixel bounding box 

5220config.detectorList[80].bbox_y0=0 

5221 

5222# x1 of pixel bounding box 

5223config.detectorList[80].bbox_x1=4071 

5224 

5225# y1 of pixel bounding box 

5226config.detectorList[80].bbox_y1=3999 

5227 

5228# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5229config.detectorList[80].detectorType=0 

5230 

5231# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5232config.detectorList[80].physicalType='CCD' 

5233 

5234# Serial string associated with this specific detector 

5235config.detectorList[80].serial='R20_S00_v3.4.2' 

5236 

5237# x offset from the origin of the camera in mm in the transposed system. 

5238config.detectorList[80].offset_x=-42.180191 

5239 

5240# y offset from the origin of the camera in mm in the transposed system. 

5241config.detectorList[80].offset_y=-296.235779 

5242 

5243# x position of the reference point in the detector in pixels in transposed coordinates. 

5244config.detectorList[80].refpos_x=2035.5 

5245 

5246# y position of the reference point in the detector in pixels in transposed coordinates. 

5247config.detectorList[80].refpos_y=1999.5 

5248 

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 

5251 

5252# pitch (rotation about y) of the detector in degrees 

5253config.detectorList[80].pitchDeg=0.0 

5254 

5255# roll (rotation about x) of the detector in degrees 

5256config.detectorList[80].rollDeg=0.0 

5257 

5258# Pixel size in the x dimension in mm 

5259config.detectorList[80].pixelSize_x=0.01 

5260 

5261# Pixel size in the y dimension in mm 

5262config.detectorList[80].pixelSize_y=0.01 

5263 

5264# Transpose the pixel grid before orienting in focal plane? 

5265config.detectorList[80].transposeDetector=False 

5266 

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 

5269 

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' 

5274 

5275# Name of detector slot 

5276config.detectorList[81].name='R:2,0 S:0,1' 

5277 

5278# ID of detector slot 

5279config.detectorList[81].id=2001 

5280 

5281# x0 of pixel bounding box 

5282config.detectorList[81].bbox_x0=0 

5283 

5284# y0 of pixel bounding box 

5285config.detectorList[81].bbox_y0=0 

5286 

5287# x1 of pixel bounding box 

5288config.detectorList[81].bbox_x1=4071 

5289 

5290# y1 of pixel bounding box 

5291config.detectorList[81].bbox_y1=3999 

5292 

5293# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5294config.detectorList[81].detectorType=0 

5295 

5296# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5297config.detectorList[81].physicalType='CCD' 

5298 

5299# Serial string associated with this specific detector 

5300config.detectorList[81].serial='R20_S01_v3.4.2' 

5301 

5302# x offset from the origin of the camera in mm in the transposed system. 

5303config.detectorList[81].offset_x=-42.218087 

5304 

5305# y offset from the origin of the camera in mm in the transposed system. 

5306config.detectorList[81].offset_y=-254.000732 

5307 

5308# x position of the reference point in the detector in pixels in transposed coordinates. 

5309config.detectorList[81].refpos_x=2035.5 

5310 

5311# y position of the reference point in the detector in pixels in transposed coordinates. 

5312config.detectorList[81].refpos_y=1999.5 

5313 

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 

5316 

5317# pitch (rotation about y) of the detector in degrees 

5318config.detectorList[81].pitchDeg=0.0 

5319 

5320# roll (rotation about x) of the detector in degrees 

5321config.detectorList[81].rollDeg=0.0 

5322 

5323# Pixel size in the x dimension in mm 

5324config.detectorList[81].pixelSize_x=0.01 

5325 

5326# Pixel size in the y dimension in mm 

5327config.detectorList[81].pixelSize_y=0.01 

5328 

5329# Transpose the pixel grid before orienting in focal plane? 

5330config.detectorList[81].transposeDetector=False 

5331 

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 

5334 

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' 

5339 

5340# Name of detector slot 

5341config.detectorList[82].name='R:2,0 S:0,2' 

5342 

5343# ID of detector slot 

5344config.detectorList[82].id=2002 

5345 

5346# x0 of pixel bounding box 

5347config.detectorList[82].bbox_x0=0 

5348 

5349# y0 of pixel bounding box 

5350config.detectorList[82].bbox_y0=0 

5351 

5352# x1 of pixel bounding box 

5353config.detectorList[82].bbox_x1=4071 

5354 

5355# y1 of pixel bounding box 

5356config.detectorList[82].bbox_y1=3999 

5357 

5358# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5359config.detectorList[82].detectorType=0 

5360 

5361# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5362config.detectorList[82].physicalType='CCD' 

5363 

5364# Serial string associated with this specific detector 

5365config.detectorList[82].serial='R20_S02_v3.4.2' 

5366 

5367# x offset from the origin of the camera in mm in the transposed system. 

5368config.detectorList[82].offset_x=-42.259189 

5369 

5370# y offset from the origin of the camera in mm in the transposed system. 

5371config.detectorList[82].offset_y=-211.747682 

5372 

5373# x position of the reference point in the detector in pixels in transposed coordinates. 

5374config.detectorList[82].refpos_x=2035.5 

5375 

5376# y position of the reference point in the detector in pixels in transposed coordinates. 

5377config.detectorList[82].refpos_y=1999.5 

5378 

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 

5381 

5382# pitch (rotation about y) of the detector in degrees 

5383config.detectorList[82].pitchDeg=0.0 

5384 

5385# roll (rotation about x) of the detector in degrees 

5386config.detectorList[82].rollDeg=0.0 

5387 

5388# Pixel size in the x dimension in mm 

5389config.detectorList[82].pixelSize_x=0.01 

5390 

5391# Pixel size in the y dimension in mm 

5392config.detectorList[82].pixelSize_y=0.01 

5393 

5394# Transpose the pixel grid before orienting in focal plane? 

5395config.detectorList[82].transposeDetector=False 

5396 

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 

5399 

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' 

5404 

5405# Name of detector slot 

5406config.detectorList[83].name='R:2,0 S:1,0' 

5407 

5408# ID of detector slot 

5409config.detectorList[83].id=2010 

5410 

5411# x0 of pixel bounding box 

5412config.detectorList[83].bbox_x0=0 

5413 

5414# y0 of pixel bounding box 

5415config.detectorList[83].bbox_y0=0 

5416 

5417# x1 of pixel bounding box 

5418config.detectorList[83].bbox_x1=4071 

5419 

5420# y1 of pixel bounding box 

5421config.detectorList[83].bbox_y1=3999 

5422 

5423# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5424config.detectorList[83].detectorType=0 

5425 

5426# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5427config.detectorList[83].physicalType='CCD' 

5428 

5429# Serial string associated with this specific detector 

5430config.detectorList[83].serial='R20_S10_v3.4.2' 

5431 

5432# x offset from the origin of the camera in mm in the transposed system. 

5433config.detectorList[83].offset_x=0.063765 

5434 

5435# y offset from the origin of the camera in mm in the transposed system. 

5436config.detectorList[83].offset_y=-296.217164 

5437 

5438# x position of the reference point in the detector in pixels in transposed coordinates. 

5439config.detectorList[83].refpos_x=2035.5 

5440 

5441# y position of the reference point in the detector in pixels in transposed coordinates. 

5442config.detectorList[83].refpos_y=1999.5 

5443 

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 

5446 

5447# pitch (rotation about y) of the detector in degrees 

5448config.detectorList[83].pitchDeg=0.0 

5449 

5450# roll (rotation about x) of the detector in degrees 

5451config.detectorList[83].rollDeg=0.0 

5452 

5453# Pixel size in the x dimension in mm 

5454config.detectorList[83].pixelSize_x=0.01 

5455 

5456# Pixel size in the y dimension in mm 

5457config.detectorList[83].pixelSize_y=0.01 

5458 

5459# Transpose the pixel grid before orienting in focal plane? 

5460config.detectorList[83].transposeDetector=False 

5461 

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 

5464 

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' 

5469 

5470# Name of detector slot 

5471config.detectorList[84].name='R:2,0 S:1,1' 

5472 

5473# ID of detector slot 

5474config.detectorList[84].id=2011 

5475 

5476# x0 of pixel bounding box 

5477config.detectorList[84].bbox_x0=0 

5478 

5479# y0 of pixel bounding box 

5480config.detectorList[84].bbox_y0=0 

5481 

5482# x1 of pixel bounding box 

5483config.detectorList[84].bbox_x1=4071 

5484 

5485# y1 of pixel bounding box 

5486config.detectorList[84].bbox_y1=3999 

5487 

5488# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5489config.detectorList[84].detectorType=0 

5490 

5491# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5492config.detectorList[84].physicalType='CCD' 

5493 

5494# Serial string associated with this specific detector 

5495config.detectorList[84].serial='R20_S11_v3.4.2' 

5496 

5497# x offset from the origin of the camera in mm in the transposed system. 

5498config.detectorList[84].offset_x=0.043454 

5499 

5500# y offset from the origin of the camera in mm in the transposed system. 

5501config.detectorList[84].offset_y=-253.971984 

5502 

5503# x position of the reference point in the detector in pixels in transposed coordinates. 

5504config.detectorList[84].refpos_x=2035.5 

5505 

5506# y position of the reference point in the detector in pixels in transposed coordinates. 

5507config.detectorList[84].refpos_y=1999.5 

5508 

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 

5511 

5512# pitch (rotation about y) of the detector in degrees 

5513config.detectorList[84].pitchDeg=0.0 

5514 

5515# roll (rotation about x) of the detector in degrees 

5516config.detectorList[84].rollDeg=0.0 

5517 

5518# Pixel size in the x dimension in mm 

5519config.detectorList[84].pixelSize_x=0.01 

5520 

5521# Pixel size in the y dimension in mm 

5522config.detectorList[84].pixelSize_y=0.01 

5523 

5524# Transpose the pixel grid before orienting in focal plane? 

5525config.detectorList[84].transposeDetector=False 

5526 

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 

5529 

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' 

5534 

5535# Name of detector slot 

5536config.detectorList[85].name='R:2,0 S:1,2' 

5537 

5538# ID of detector slot 

5539config.detectorList[85].id=2012 

5540 

5541# x0 of pixel bounding box 

5542config.detectorList[85].bbox_x0=0 

5543 

5544# y0 of pixel bounding box 

5545config.detectorList[85].bbox_y0=0 

5546 

5547# x1 of pixel bounding box 

5548config.detectorList[85].bbox_x1=4071 

5549 

5550# y1 of pixel bounding box 

5551config.detectorList[85].bbox_y1=3999 

5552 

5553# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5554config.detectorList[85].detectorType=0 

5555 

5556# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5557config.detectorList[85].physicalType='CCD' 

5558 

5559# Serial string associated with this specific detector 

5560config.detectorList[85].serial='R20_S12_v3.4.2' 

5561 

5562# x offset from the origin of the camera in mm in the transposed system. 

5563config.detectorList[85].offset_x=0.048418 

5564 

5565# y offset from the origin of the camera in mm in the transposed system. 

5566config.detectorList[85].offset_y=-211.734254 

5567 

5568# x position of the reference point in the detector in pixels in transposed coordinates. 

5569config.detectorList[85].refpos_x=2035.5 

5570 

5571# y position of the reference point in the detector in pixels in transposed coordinates. 

5572config.detectorList[85].refpos_y=1999.5 

5573 

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 

5576 

5577# pitch (rotation about y) of the detector in degrees 

5578config.detectorList[85].pitchDeg=0.0 

5579 

5580# roll (rotation about x) of the detector in degrees 

5581config.detectorList[85].rollDeg=0.0 

5582 

5583# Pixel size in the x dimension in mm 

5584config.detectorList[85].pixelSize_x=0.01 

5585 

5586# Pixel size in the y dimension in mm 

5587config.detectorList[85].pixelSize_y=0.01 

5588 

5589# Transpose the pixel grid before orienting in focal plane? 

5590config.detectorList[85].transposeDetector=False 

5591 

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 

5594 

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' 

5599 

5600# Name of detector slot 

5601config.detectorList[86].name='R:2,0 S:2,0' 

5602 

5603# ID of detector slot 

5604config.detectorList[86].id=2020 

5605 

5606# x0 of pixel bounding box 

5607config.detectorList[86].bbox_x0=0 

5608 

5609# y0 of pixel bounding box 

5610config.detectorList[86].bbox_y0=0 

5611 

5612# x1 of pixel bounding box 

5613config.detectorList[86].bbox_x1=4071 

5614 

5615# y1 of pixel bounding box 

5616config.detectorList[86].bbox_y1=3999 

5617 

5618# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5619config.detectorList[86].detectorType=0 

5620 

5621# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5622config.detectorList[86].physicalType='CCD' 

5623 

5624# Serial string associated with this specific detector 

5625config.detectorList[86].serial='R20_S20_v3.4.2' 

5626 

5627# x offset from the origin of the camera in mm in the transposed system. 

5628config.detectorList[86].offset_x=42.308373 

5629 

5630# y offset from the origin of the camera in mm in the transposed system. 

5631config.detectorList[86].offset_y=-296.263549 

5632 

5633# x position of the reference point in the detector in pixels in transposed coordinates. 

5634config.detectorList[86].refpos_x=2035.5 

5635 

5636# y position of the reference point in the detector in pixels in transposed coordinates. 

5637config.detectorList[86].refpos_y=1999.5 

5638 

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 

5641 

5642# pitch (rotation about y) of the detector in degrees 

5643config.detectorList[86].pitchDeg=0.0 

5644 

5645# roll (rotation about x) of the detector in degrees 

5646config.detectorList[86].rollDeg=0.0 

5647 

5648# Pixel size in the x dimension in mm 

5649config.detectorList[86].pixelSize_x=0.01 

5650 

5651# Pixel size in the y dimension in mm 

5652config.detectorList[86].pixelSize_y=0.01 

5653 

5654# Transpose the pixel grid before orienting in focal plane? 

5655config.detectorList[86].transposeDetector=False 

5656 

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 

5659 

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' 

5664 

5665# Name of detector slot 

5666config.detectorList[87].name='R:2,0 S:2,1' 

5667 

5668# ID of detector slot 

5669config.detectorList[87].id=2021 

5670 

5671# x0 of pixel bounding box 

5672config.detectorList[87].bbox_x0=0 

5673 

5674# y0 of pixel bounding box 

5675config.detectorList[87].bbox_y0=0 

5676 

5677# x1 of pixel bounding box 

5678config.detectorList[87].bbox_x1=4071 

5679 

5680# y1 of pixel bounding box 

5681config.detectorList[87].bbox_y1=3999 

5682 

5683# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5684config.detectorList[87].detectorType=0 

5685 

5686# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5687config.detectorList[87].physicalType='CCD' 

5688 

5689# Serial string associated with this specific detector 

5690config.detectorList[87].serial='R20_S21_v3.4.2' 

5691 

5692# x offset from the origin of the camera in mm in the transposed system. 

5693config.detectorList[87].offset_x=42.295002 

5694 

5695# y offset from the origin of the camera in mm in the transposed system. 

5696config.detectorList[87].offset_y=-254.03146 

5697 

5698# x position of the reference point in the detector in pixels in transposed coordinates. 

5699config.detectorList[87].refpos_x=2035.5 

5700 

5701# y position of the reference point in the detector in pixels in transposed coordinates. 

5702config.detectorList[87].refpos_y=1999.5 

5703 

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 

5706 

5707# pitch (rotation about y) of the detector in degrees 

5708config.detectorList[87].pitchDeg=0.0 

5709 

5710# roll (rotation about x) of the detector in degrees 

5711config.detectorList[87].rollDeg=0.0 

5712 

5713# Pixel size in the x dimension in mm 

5714config.detectorList[87].pixelSize_x=0.01 

5715 

5716# Pixel size in the y dimension in mm 

5717config.detectorList[87].pixelSize_y=0.01 

5718 

5719# Transpose the pixel grid before orienting in focal plane? 

5720config.detectorList[87].transposeDetector=False 

5721 

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 

5724 

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' 

5729 

5730# Name of detector slot 

5731config.detectorList[88].name='R:2,0 S:2,2' 

5732 

5733# ID of detector slot 

5734config.detectorList[88].id=2022 

5735 

5736# x0 of pixel bounding box 

5737config.detectorList[88].bbox_x0=0 

5738 

5739# y0 of pixel bounding box 

5740config.detectorList[88].bbox_y0=0 

5741 

5742# x1 of pixel bounding box 

5743config.detectorList[88].bbox_x1=4071 

5744 

5745# y1 of pixel bounding box 

5746config.detectorList[88].bbox_y1=3999 

5747 

5748# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5749config.detectorList[88].detectorType=0 

5750 

5751# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5752config.detectorList[88].physicalType='CCD' 

5753 

5754# Serial string associated with this specific detector 

5755config.detectorList[88].serial='R20_S22_v3.4.2' 

5756 

5757# x offset from the origin of the camera in mm in the transposed system. 

5758config.detectorList[88].offset_x=42.310108 

5759 

5760# y offset from the origin of the camera in mm in the transposed system. 

5761config.detectorList[88].offset_y=-211.722748 

5762 

5763# x position of the reference point in the detector in pixels in transposed coordinates. 

5764config.detectorList[88].refpos_x=2035.5 

5765 

5766# y position of the reference point in the detector in pixels in transposed coordinates. 

5767config.detectorList[88].refpos_y=1999.5 

5768 

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 

5771 

5772# pitch (rotation about y) of the detector in degrees 

5773config.detectorList[88].pitchDeg=0.0 

5774 

5775# roll (rotation about x) of the detector in degrees 

5776config.detectorList[88].rollDeg=0.0 

5777 

5778# Pixel size in the x dimension in mm 

5779config.detectorList[88].pixelSize_x=0.01 

5780 

5781# Pixel size in the y dimension in mm 

5782config.detectorList[88].pixelSize_y=0.01 

5783 

5784# Transpose the pixel grid before orienting in focal plane? 

5785config.detectorList[88].transposeDetector=False 

5786 

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 

5789 

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' 

5794 

5795# Name of detector slot 

5796config.detectorList[89].name='R:2,1 S:0,0' 

5797 

5798# ID of detector slot 

5799config.detectorList[89].id=2100 

5800 

5801# x0 of pixel bounding box 

5802config.detectorList[89].bbox_x0=0 

5803 

5804# y0 of pixel bounding box 

5805config.detectorList[89].bbox_y0=0 

5806 

5807# x1 of pixel bounding box 

5808config.detectorList[89].bbox_x1=4071 

5809 

5810# y1 of pixel bounding box 

5811config.detectorList[89].bbox_y1=3999 

5812 

5813# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5814config.detectorList[89].detectorType=0 

5815 

5816# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5817config.detectorList[89].physicalType='CCD' 

5818 

5819# Serial string associated with this specific detector 

5820config.detectorList[89].serial='R21_S00_v3.4.2' 

5821 

5822# x offset from the origin of the camera in mm in the transposed system. 

5823config.detectorList[89].offset_x=-42.224769 

5824 

5825# y offset from the origin of the camera in mm in the transposed system. 

5826config.detectorList[89].offset_y=-169.231629 

5827 

5828# x position of the reference point in the detector in pixels in transposed coordinates. 

5829config.detectorList[89].refpos_x=2035.5 

5830 

5831# y position of the reference point in the detector in pixels in transposed coordinates. 

5832config.detectorList[89].refpos_y=1999.5 

5833 

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 

5836 

5837# pitch (rotation about y) of the detector in degrees 

5838config.detectorList[89].pitchDeg=0.0 

5839 

5840# roll (rotation about x) of the detector in degrees 

5841config.detectorList[89].rollDeg=0.0 

5842 

5843# Pixel size in the x dimension in mm 

5844config.detectorList[89].pixelSize_x=0.01 

5845 

5846# Pixel size in the y dimension in mm 

5847config.detectorList[89].pixelSize_y=0.01 

5848 

5849# Transpose the pixel grid before orienting in focal plane? 

5850config.detectorList[89].transposeDetector=False 

5851 

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 

5854 

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' 

5859 

5860# Name of detector slot 

5861config.detectorList[90].name='R:2,1 S:0,1' 

5862 

5863# ID of detector slot 

5864config.detectorList[90].id=2101 

5865 

5866# x0 of pixel bounding box 

5867config.detectorList[90].bbox_x0=0 

5868 

5869# y0 of pixel bounding box 

5870config.detectorList[90].bbox_y0=0 

5871 

5872# x1 of pixel bounding box 

5873config.detectorList[90].bbox_x1=4071 

5874 

5875# y1 of pixel bounding box 

5876config.detectorList[90].bbox_y1=3999 

5877 

5878# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5879config.detectorList[90].detectorType=0 

5880 

5881# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5882config.detectorList[90].physicalType='CCD' 

5883 

5884# Serial string associated with this specific detector 

5885config.detectorList[90].serial='R21_S01_v3.4.2' 

5886 

5887# x offset from the origin of the camera in mm in the transposed system. 

5888config.detectorList[90].offset_x=-42.310589 

5889 

5890# y offset from the origin of the camera in mm in the transposed system. 

5891config.detectorList[90].offset_y=-126.998688 

5892 

5893# x position of the reference point in the detector in pixels in transposed coordinates. 

5894config.detectorList[90].refpos_x=2035.5 

5895 

5896# y position of the reference point in the detector in pixels in transposed coordinates. 

5897config.detectorList[90].refpos_y=1999.5 

5898 

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 

5901 

5902# pitch (rotation about y) of the detector in degrees 

5903config.detectorList[90].pitchDeg=0.0 

5904 

5905# roll (rotation about x) of the detector in degrees 

5906config.detectorList[90].rollDeg=0.0 

5907 

5908# Pixel size in the x dimension in mm 

5909config.detectorList[90].pixelSize_x=0.01 

5910 

5911# Pixel size in the y dimension in mm 

5912config.detectorList[90].pixelSize_y=0.01 

5913 

5914# Transpose the pixel grid before orienting in focal plane? 

5915config.detectorList[90].transposeDetector=False 

5916 

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 

5919 

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' 

5924 

5925# Name of detector slot 

5926config.detectorList[91].name='R:2,1 S:0,2' 

5927 

5928# ID of detector slot 

5929config.detectorList[91].id=2102 

5930 

5931# x0 of pixel bounding box 

5932config.detectorList[91].bbox_x0=0 

5933 

5934# y0 of pixel bounding box 

5935config.detectorList[91].bbox_y0=0 

5936 

5937# x1 of pixel bounding box 

5938config.detectorList[91].bbox_x1=4071 

5939 

5940# y1 of pixel bounding box 

5941config.detectorList[91].bbox_y1=3999 

5942 

5943# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

5944config.detectorList[91].detectorType=0 

5945 

5946# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

5947config.detectorList[91].physicalType='CCD' 

5948 

5949# Serial string associated with this specific detector 

5950config.detectorList[91].serial='R21_S02_v3.4.2' 

5951 

5952# x offset from the origin of the camera in mm in the transposed system. 

5953config.detectorList[91].offset_x=-42.273713 

5954 

5955# y offset from the origin of the camera in mm in the transposed system. 

5956config.detectorList[91].offset_y=-84.756477 

5957 

5958# x position of the reference point in the detector in pixels in transposed coordinates. 

5959config.detectorList[91].refpos_x=2035.5 

5960 

5961# y position of the reference point in the detector in pixels in transposed coordinates. 

5962config.detectorList[91].refpos_y=1999.5 

5963 

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 

5966 

5967# pitch (rotation about y) of the detector in degrees 

5968config.detectorList[91].pitchDeg=0.0 

5969 

5970# roll (rotation about x) of the detector in degrees 

5971config.detectorList[91].rollDeg=0.0 

5972 

5973# Pixel size in the x dimension in mm 

5974config.detectorList[91].pixelSize_x=0.01 

5975 

5976# Pixel size in the y dimension in mm 

5977config.detectorList[91].pixelSize_y=0.01 

5978 

5979# Transpose the pixel grid before orienting in focal plane? 

5980config.detectorList[91].transposeDetector=False 

5981 

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 

5984 

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' 

5989 

5990# Name of detector slot 

5991config.detectorList[92].name='R:2,1 S:1,0' 

5992 

5993# ID of detector slot 

5994config.detectorList[92].id=2110 

5995 

5996# x0 of pixel bounding box 

5997config.detectorList[92].bbox_x0=0 

5998 

5999# y0 of pixel bounding box 

6000config.detectorList[92].bbox_y0=0 

6001 

6002# x1 of pixel bounding box 

6003config.detectorList[92].bbox_x1=4071 

6004 

6005# y1 of pixel bounding box 

6006config.detectorList[92].bbox_y1=3999 

6007 

6008# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6009config.detectorList[92].detectorType=0 

6010 

6011# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6012config.detectorList[92].physicalType='CCD' 

6013 

6014# Serial string associated with this specific detector 

6015config.detectorList[92].serial='R21_S10_v3.4.2' 

6016 

6017# x offset from the origin of the camera in mm in the transposed system. 

6018config.detectorList[92].offset_x=-0.029695 

6019 

6020# y offset from the origin of the camera in mm in the transposed system. 

6021config.detectorList[92].offset_y=-169.27449 

6022 

6023# x position of the reference point in the detector in pixels in transposed coordinates. 

6024config.detectorList[92].refpos_x=2035.5 

6025 

6026# y position of the reference point in the detector in pixels in transposed coordinates. 

6027config.detectorList[92].refpos_y=1999.5 

6028 

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 

6031 

6032# pitch (rotation about y) of the detector in degrees 

6033config.detectorList[92].pitchDeg=0.0 

6034 

6035# roll (rotation about x) of the detector in degrees 

6036config.detectorList[92].rollDeg=0.0 

6037 

6038# Pixel size in the x dimension in mm 

6039config.detectorList[92].pixelSize_x=0.01 

6040 

6041# Pixel size in the y dimension in mm 

6042config.detectorList[92].pixelSize_y=0.01 

6043 

6044# Transpose the pixel grid before orienting in focal plane? 

6045config.detectorList[92].transposeDetector=False 

6046 

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 

6049 

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' 

6054 

6055# Name of detector slot 

6056config.detectorList[93].name='R:2,1 S:1,1' 

6057 

6058# ID of detector slot 

6059config.detectorList[93].id=2111 

6060 

6061# x0 of pixel bounding box 

6062config.detectorList[93].bbox_x0=0 

6063 

6064# y0 of pixel bounding box 

6065config.detectorList[93].bbox_y0=0 

6066 

6067# x1 of pixel bounding box 

6068config.detectorList[93].bbox_x1=4071 

6069 

6070# y1 of pixel bounding box 

6071config.detectorList[93].bbox_y1=3999 

6072 

6073# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6074config.detectorList[93].detectorType=0 

6075 

6076# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6077config.detectorList[93].physicalType='CCD' 

6078 

6079# Serial string associated with this specific detector 

6080config.detectorList[93].serial='R21_S11_v3.4.2' 

6081 

6082# x offset from the origin of the camera in mm in the transposed system. 

6083config.detectorList[93].offset_x=-0.066851 

6084 

6085# y offset from the origin of the camera in mm in the transposed system. 

6086config.detectorList[93].offset_y=-126.964265 

6087 

6088# x position of the reference point in the detector in pixels in transposed coordinates. 

6089config.detectorList[93].refpos_x=2035.5 

6090 

6091# y position of the reference point in the detector in pixels in transposed coordinates. 

6092config.detectorList[93].refpos_y=1999.5 

6093 

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 

6096 

6097# pitch (rotation about y) of the detector in degrees 

6098config.detectorList[93].pitchDeg=0.0 

6099 

6100# roll (rotation about x) of the detector in degrees 

6101config.detectorList[93].rollDeg=0.0 

6102 

6103# Pixel size in the x dimension in mm 

6104config.detectorList[93].pixelSize_x=0.01 

6105 

6106# Pixel size in the y dimension in mm 

6107config.detectorList[93].pixelSize_y=0.01 

6108 

6109# Transpose the pixel grid before orienting in focal plane? 

6110config.detectorList[93].transposeDetector=False 

6111 

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 

6114 

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' 

6119 

6120# Name of detector slot 

6121config.detectorList[94].name='R:2,1 S:1,2' 

6122 

6123# ID of detector slot 

6124config.detectorList[94].id=2112 

6125 

6126# x0 of pixel bounding box 

6127config.detectorList[94].bbox_x0=0 

6128 

6129# y0 of pixel bounding box 

6130config.detectorList[94].bbox_y0=0 

6131 

6132# x1 of pixel bounding box 

6133config.detectorList[94].bbox_x1=4071 

6134 

6135# y1 of pixel bounding box 

6136config.detectorList[94].bbox_y1=3999 

6137 

6138# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6139config.detectorList[94].detectorType=0 

6140 

6141# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6142config.detectorList[94].physicalType='CCD' 

6143 

6144# Serial string associated with this specific detector 

6145config.detectorList[94].serial='R21_S12_v3.4.2' 

6146 

6147# x offset from the origin of the camera in mm in the transposed system. 

6148config.detectorList[94].offset_x=-0.051981 

6149 

6150# y offset from the origin of the camera in mm in the transposed system. 

6151config.detectorList[94].offset_y=-84.697608 

6152 

6153# x position of the reference point in the detector in pixels in transposed coordinates. 

6154config.detectorList[94].refpos_x=2035.5 

6155 

6156# y position of the reference point in the detector in pixels in transposed coordinates. 

6157config.detectorList[94].refpos_y=1999.5 

6158 

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 

6161 

6162# pitch (rotation about y) of the detector in degrees 

6163config.detectorList[94].pitchDeg=0.0 

6164 

6165# roll (rotation about x) of the detector in degrees 

6166config.detectorList[94].rollDeg=0.0 

6167 

6168# Pixel size in the x dimension in mm 

6169config.detectorList[94].pixelSize_x=0.01 

6170 

6171# Pixel size in the y dimension in mm 

6172config.detectorList[94].pixelSize_y=0.01 

6173 

6174# Transpose the pixel grid before orienting in focal plane? 

6175config.detectorList[94].transposeDetector=False 

6176 

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 

6179 

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' 

6184 

6185# Name of detector slot 

6186config.detectorList[95].name='R:2,1 S:2,0' 

6187 

6188# ID of detector slot 

6189config.detectorList[95].id=2120 

6190 

6191# x0 of pixel bounding box 

6192config.detectorList[95].bbox_x0=0 

6193 

6194# y0 of pixel bounding box 

6195config.detectorList[95].bbox_y0=0 

6196 

6197# x1 of pixel bounding box 

6198config.detectorList[95].bbox_x1=4071 

6199 

6200# y1 of pixel bounding box 

6201config.detectorList[95].bbox_y1=3999 

6202 

6203# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6204config.detectorList[95].detectorType=0 

6205 

6206# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6207config.detectorList[95].physicalType='CCD' 

6208 

6209# Serial string associated with this specific detector 

6210config.detectorList[95].serial='R21_S20_v3.4.2' 

6211 

6212# x offset from the origin of the camera in mm in the transposed system. 

6213config.detectorList[95].offset_x=42.214772 

6214 

6215# y offset from the origin of the camera in mm in the transposed system. 

6216config.detectorList[95].offset_y=-169.281021 

6217 

6218# x position of the reference point in the detector in pixels in transposed coordinates. 

6219config.detectorList[95].refpos_x=2035.5 

6220 

6221# y position of the reference point in the detector in pixels in transposed coordinates. 

6222config.detectorList[95].refpos_y=1999.5 

6223 

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 

6226 

6227# pitch (rotation about y) of the detector in degrees 

6228config.detectorList[95].pitchDeg=0.0 

6229 

6230# roll (rotation about x) of the detector in degrees 

6231config.detectorList[95].rollDeg=0.0 

6232 

6233# Pixel size in the x dimension in mm 

6234config.detectorList[95].pixelSize_x=0.01 

6235 

6236# Pixel size in the y dimension in mm 

6237config.detectorList[95].pixelSize_y=0.01 

6238 

6239# Transpose the pixel grid before orienting in focal plane? 

6240config.detectorList[95].transposeDetector=False 

6241 

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 

6244 

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' 

6249 

6250# Name of detector slot 

6251config.detectorList[96].name='R:2,1 S:2,1' 

6252 

6253# ID of detector slot 

6254config.detectorList[96].id=2121 

6255 

6256# x0 of pixel bounding box 

6257config.detectorList[96].bbox_x0=0 

6258 

6259# y0 of pixel bounding box 

6260config.detectorList[96].bbox_y0=0 

6261 

6262# x1 of pixel bounding box 

6263config.detectorList[96].bbox_x1=4071 

6264 

6265# y1 of pixel bounding box 

6266config.detectorList[96].bbox_y1=3999 

6267 

6268# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6269config.detectorList[96].detectorType=0 

6270 

6271# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6272config.detectorList[96].physicalType='CCD' 

6273 

6274# Serial string associated with this specific detector 

6275config.detectorList[96].serial='R21_S21_v3.4.2' 

6276 

6277# x offset from the origin of the camera in mm in the transposed system. 

6278config.detectorList[96].offset_x=42.238003 

6279 

6280# y offset from the origin of the camera in mm in the transposed system. 

6281config.detectorList[96].offset_y=-127.014137 

6282 

6283# x position of the reference point in the detector in pixels in transposed coordinates. 

6284config.detectorList[96].refpos_x=2035.5 

6285 

6286# y position of the reference point in the detector in pixels in transposed coordinates. 

6287config.detectorList[96].refpos_y=1999.5 

6288 

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 

6291 

6292# pitch (rotation about y) of the detector in degrees 

6293config.detectorList[96].pitchDeg=0.0 

6294 

6295# roll (rotation about x) of the detector in degrees 

6296config.detectorList[96].rollDeg=0.0 

6297 

6298# Pixel size in the x dimension in mm 

6299config.detectorList[96].pixelSize_x=0.01 

6300 

6301# Pixel size in the y dimension in mm 

6302config.detectorList[96].pixelSize_y=0.01 

6303 

6304# Transpose the pixel grid before orienting in focal plane? 

6305config.detectorList[96].transposeDetector=False 

6306 

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 

6309 

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' 

6314 

6315# Name of detector slot 

6316config.detectorList[97].name='R:2,1 S:2,2' 

6317 

6318# ID of detector slot 

6319config.detectorList[97].id=2122 

6320 

6321# x0 of pixel bounding box 

6322config.detectorList[97].bbox_x0=0 

6323 

6324# y0 of pixel bounding box 

6325config.detectorList[97].bbox_y0=0 

6326 

6327# x1 of pixel bounding box 

6328config.detectorList[97].bbox_x1=4071 

6329 

6330# y1 of pixel bounding box 

6331config.detectorList[97].bbox_y1=3999 

6332 

6333# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6334config.detectorList[97].detectorType=0 

6335 

6336# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6337config.detectorList[97].physicalType='CCD' 

6338 

6339# Serial string associated with this specific detector 

6340config.detectorList[97].serial='R21_S22_v3.4.2' 

6341 

6342# x offset from the origin of the camera in mm in the transposed system. 

6343config.detectorList[97].offset_x=42.207233 

6344 

6345# y offset from the origin of the camera in mm in the transposed system. 

6346config.detectorList[97].offset_y=-84.709114 

6347 

6348# x position of the reference point in the detector in pixels in transposed coordinates. 

6349config.detectorList[97].refpos_x=2035.5 

6350 

6351# y position of the reference point in the detector in pixels in transposed coordinates. 

6352config.detectorList[97].refpos_y=1999.5 

6353 

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 

6356 

6357# pitch (rotation about y) of the detector in degrees 

6358config.detectorList[97].pitchDeg=0.0 

6359 

6360# roll (rotation about x) of the detector in degrees 

6361config.detectorList[97].rollDeg=0.0 

6362 

6363# Pixel size in the x dimension in mm 

6364config.detectorList[97].pixelSize_x=0.01 

6365 

6366# Pixel size in the y dimension in mm 

6367config.detectorList[97].pixelSize_y=0.01 

6368 

6369# Transpose the pixel grid before orienting in focal plane? 

6370config.detectorList[97].transposeDetector=False 

6371 

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 

6374 

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' 

6379 

6380# Name of detector slot 

6381config.detectorList[98].name='R:2,2 S:0,0' 

6382 

6383# ID of detector slot 

6384config.detectorList[98].id=2200 

6385 

6386# x0 of pixel bounding box 

6387config.detectorList[98].bbox_x0=0 

6388 

6389# y0 of pixel bounding box 

6390config.detectorList[98].bbox_y0=0 

6391 

6392# x1 of pixel bounding box 

6393config.detectorList[98].bbox_x1=4071 

6394 

6395# y1 of pixel bounding box 

6396config.detectorList[98].bbox_y1=3999 

6397 

6398# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6399config.detectorList[98].detectorType=0 

6400 

6401# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6402config.detectorList[98].physicalType='CCD' 

6403 

6404# Serial string associated with this specific detector 

6405config.detectorList[98].serial='R22_S00_v3.4.2' 

6406 

6407# x offset from the origin of the camera in mm in the transposed system. 

6408config.detectorList[98].offset_x=-42.312328 

6409 

6410# y offset from the origin of the camera in mm in the transposed system. 

6411config.detectorList[98].offset_y=-42.217312 

6412 

6413# x position of the reference point in the detector in pixels in transposed coordinates. 

6414config.detectorList[98].refpos_x=2035.5 

6415 

6416# y position of the reference point in the detector in pixels in transposed coordinates. 

6417config.detectorList[98].refpos_y=1999.5 

6418 

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 

6421 

6422# pitch (rotation about y) of the detector in degrees 

6423config.detectorList[98].pitchDeg=0.0 

6424 

6425# roll (rotation about x) of the detector in degrees 

6426config.detectorList[98].rollDeg=0.0 

6427 

6428# Pixel size in the x dimension in mm 

6429config.detectorList[98].pixelSize_x=0.01 

6430 

6431# Pixel size in the y dimension in mm 

6432config.detectorList[98].pixelSize_y=0.01 

6433 

6434# Transpose the pixel grid before orienting in focal plane? 

6435config.detectorList[98].transposeDetector=False 

6436 

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 

6439 

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' 

6444 

6445# Name of detector slot 

6446config.detectorList[99].name='R:2,2 S:0,1' 

6447 

6448# ID of detector slot 

6449config.detectorList[99].id=2201 

6450 

6451# x0 of pixel bounding box 

6452config.detectorList[99].bbox_x0=0 

6453 

6454# y0 of pixel bounding box 

6455config.detectorList[99].bbox_y0=0 

6456 

6457# x1 of pixel bounding box 

6458config.detectorList[99].bbox_x1=4071 

6459 

6460# y1 of pixel bounding box 

6461config.detectorList[99].bbox_y1=3999 

6462 

6463# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6464config.detectorList[99].detectorType=0 

6465 

6466# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6467config.detectorList[99].physicalType='CCD' 

6468 

6469# Serial string associated with this specific detector 

6470config.detectorList[99].serial='R22_S01_v3.4.2' 

6471 

6472# x offset from the origin of the camera in mm in the transposed system. 

6473config.detectorList[99].offset_x=-42.28537 

6474 

6475# y offset from the origin of the camera in mm in the transposed system. 

6476config.detectorList[99].offset_y=0.006168 

6477 

6478# x position of the reference point in the detector in pixels in transposed coordinates. 

6479config.detectorList[99].refpos_x=2035.5 

6480 

6481# y position of the reference point in the detector in pixels in transposed coordinates. 

6482config.detectorList[99].refpos_y=1999.5 

6483 

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 

6486 

6487# pitch (rotation about y) of the detector in degrees 

6488config.detectorList[99].pitchDeg=0.0 

6489 

6490# roll (rotation about x) of the detector in degrees 

6491config.detectorList[99].rollDeg=0.0 

6492 

6493# Pixel size in the x dimension in mm 

6494config.detectorList[99].pixelSize_x=0.01 

6495 

6496# Pixel size in the y dimension in mm 

6497config.detectorList[99].pixelSize_y=0.01 

6498 

6499# Transpose the pixel grid before orienting in focal plane? 

6500config.detectorList[99].transposeDetector=False 

6501 

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 

6504 

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' 

6509 

6510# Name of detector slot 

6511config.detectorList[100].name='R:2,2 S:0,2' 

6512 

6513# ID of detector slot 

6514config.detectorList[100].id=2202 

6515 

6516# x0 of pixel bounding box 

6517config.detectorList[100].bbox_x0=0 

6518 

6519# y0 of pixel bounding box 

6520config.detectorList[100].bbox_y0=0 

6521 

6522# x1 of pixel bounding box 

6523config.detectorList[100].bbox_x1=4071 

6524 

6525# y1 of pixel bounding box 

6526config.detectorList[100].bbox_y1=3999 

6527 

6528# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6529config.detectorList[100].detectorType=0 

6530 

6531# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6532config.detectorList[100].physicalType='CCD' 

6533 

6534# Serial string associated with this specific detector 

6535config.detectorList[100].serial='R22_S02_v3.4.2' 

6536 

6537# x offset from the origin of the camera in mm in the transposed system. 

6538config.detectorList[100].offset_x=-42.2397 

6539 

6540# y offset from the origin of the camera in mm in the transposed system. 

6541config.detectorList[100].offset_y=42.207836 

6542 

6543# x position of the reference point in the detector in pixels in transposed coordinates. 

6544config.detectorList[100].refpos_x=2035.5 

6545 

6546# y position of the reference point in the detector in pixels in transposed coordinates. 

6547config.detectorList[100].refpos_y=1999.5 

6548 

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 

6551 

6552# pitch (rotation about y) of the detector in degrees 

6553config.detectorList[100].pitchDeg=0.0 

6554 

6555# roll (rotation about x) of the detector in degrees 

6556config.detectorList[100].rollDeg=0.0 

6557 

6558# Pixel size in the x dimension in mm 

6559config.detectorList[100].pixelSize_x=0.01 

6560 

6561# Pixel size in the y dimension in mm 

6562config.detectorList[100].pixelSize_y=0.01 

6563 

6564# Transpose the pixel grid before orienting in focal plane? 

6565config.detectorList[100].transposeDetector=False 

6566 

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 

6569 

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' 

6574 

6575# Name of detector slot 

6576config.detectorList[101].name='R:2,2 S:1,0' 

6577 

6578# ID of detector slot 

6579config.detectorList[101].id=2210 

6580 

6581# x0 of pixel bounding box 

6582config.detectorList[101].bbox_x0=0 

6583 

6584# y0 of pixel bounding box 

6585config.detectorList[101].bbox_y0=0 

6586 

6587# x1 of pixel bounding box 

6588config.detectorList[101].bbox_x1=4071 

6589 

6590# y1 of pixel bounding box 

6591config.detectorList[101].bbox_y1=3999 

6592 

6593# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6594config.detectorList[101].detectorType=0 

6595 

6596# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6597config.detectorList[101].physicalType='CCD' 

6598 

6599# Serial string associated with this specific detector 

6600config.detectorList[101].serial='R22_S10_v3.4.2' 

6601 

6602# x offset from the origin of the camera in mm in the transposed system. 

6603config.detectorList[101].offset_x=-0.058174 

6604 

6605# y offset from the origin of the camera in mm in the transposed system. 

6606config.detectorList[101].offset_y=-42.292794 

6607 

6608# x position of the reference point in the detector in pixels in transposed coordinates. 

6609config.detectorList[101].refpos_x=2035.5 

6610 

6611# y position of the reference point in the detector in pixels in transposed coordinates. 

6612config.detectorList[101].refpos_y=1999.5 

6613 

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 

6616 

6617# pitch (rotation about y) of the detector in degrees 

6618config.detectorList[101].pitchDeg=0.0 

6619 

6620# roll (rotation about x) of the detector in degrees 

6621config.detectorList[101].rollDeg=0.0 

6622 

6623# Pixel size in the x dimension in mm 

6624config.detectorList[101].pixelSize_x=0.01 

6625 

6626# Pixel size in the y dimension in mm 

6627config.detectorList[101].pixelSize_y=0.01 

6628 

6629# Transpose the pixel grid before orienting in focal plane? 

6630config.detectorList[101].transposeDetector=False 

6631 

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 

6634 

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' 

6639 

6640# Name of detector slot 

6641config.detectorList[102].name='R:2,2 S:1,1' 

6642 

6643# ID of detector slot 

6644config.detectorList[102].id=2211 

6645 

6646# x0 of pixel bounding box 

6647config.detectorList[102].bbox_x0=0 

6648 

6649# y0 of pixel bounding box 

6650config.detectorList[102].bbox_y0=0 

6651 

6652# x1 of pixel bounding box 

6653config.detectorList[102].bbox_x1=4071 

6654 

6655# y1 of pixel bounding box 

6656config.detectorList[102].bbox_y1=3999 

6657 

6658# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6659config.detectorList[102].detectorType=0 

6660 

6661# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6662config.detectorList[102].physicalType='CCD' 

6663 

6664# Serial string associated with this specific detector 

6665config.detectorList[102].serial='R22_S11_v3.4.2' 

6666 

6667# x offset from the origin of the camera in mm in the transposed system. 

6668config.detectorList[102].offset_x=-0.04712 

6669 

6670# y offset from the origin of the camera in mm in the transposed system. 

6671config.detectorList[102].offset_y=0.028991 

6672 

6673# x position of the reference point in the detector in pixels in transposed coordinates. 

6674config.detectorList[102].refpos_x=2035.5 

6675 

6676# y position of the reference point in the detector in pixels in transposed coordinates. 

6677config.detectorList[102].refpos_y=1999.5 

6678 

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 

6681 

6682# pitch (rotation about y) of the detector in degrees 

6683config.detectorList[102].pitchDeg=0.0 

6684 

6685# roll (rotation about x) of the detector in degrees 

6686config.detectorList[102].rollDeg=0.0 

6687 

6688# Pixel size in the x dimension in mm 

6689config.detectorList[102].pixelSize_x=0.01 

6690 

6691# Pixel size in the y dimension in mm 

6692config.detectorList[102].pixelSize_y=0.01 

6693 

6694# Transpose the pixel grid before orienting in focal plane? 

6695config.detectorList[102].transposeDetector=False 

6696 

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 

6699 

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' 

6704 

6705# Name of detector slot 

6706config.detectorList[103].name='R:2,2 S:1,2' 

6707 

6708# ID of detector slot 

6709config.detectorList[103].id=2212 

6710 

6711# x0 of pixel bounding box 

6712config.detectorList[103].bbox_x0=0 

6713 

6714# y0 of pixel bounding box 

6715config.detectorList[103].bbox_y0=0 

6716 

6717# x1 of pixel bounding box 

6718config.detectorList[103].bbox_x1=4071 

6719 

6720# y1 of pixel bounding box 

6721config.detectorList[103].bbox_y1=3999 

6722 

6723# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6724config.detectorList[103].detectorType=0 

6725 

6726# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6727config.detectorList[103].physicalType='CCD' 

6728 

6729# Serial string associated with this specific detector 

6730config.detectorList[103].serial='R22_S12_v3.4.2' 

6731 

6732# x offset from the origin of the camera in mm in the transposed system. 

6733config.detectorList[103].offset_x=0.007855 

6734 

6735# y offset from the origin of the camera in mm in the transposed system. 

6736config.detectorList[103].offset_y=42.228417 

6737 

6738# x position of the reference point in the detector in pixels in transposed coordinates. 

6739config.detectorList[103].refpos_x=2035.5 

6740 

6741# y position of the reference point in the detector in pixels in transposed coordinates. 

6742config.detectorList[103].refpos_y=1999.5 

6743 

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 

6746 

6747# pitch (rotation about y) of the detector in degrees 

6748config.detectorList[103].pitchDeg=0.0 

6749 

6750# roll (rotation about x) of the detector in degrees 

6751config.detectorList[103].rollDeg=0.0 

6752 

6753# Pixel size in the x dimension in mm 

6754config.detectorList[103].pixelSize_x=0.01 

6755 

6756# Pixel size in the y dimension in mm 

6757config.detectorList[103].pixelSize_y=0.01 

6758 

6759# Transpose the pixel grid before orienting in focal plane? 

6760config.detectorList[103].transposeDetector=False 

6761 

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 

6764 

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' 

6769 

6770# Name of detector slot 

6771config.detectorList[104].name='R:2,2 S:2,0' 

6772 

6773# ID of detector slot 

6774config.detectorList[104].id=2220 

6775 

6776# x0 of pixel bounding box 

6777config.detectorList[104].bbox_x0=0 

6778 

6779# y0 of pixel bounding box 

6780config.detectorList[104].bbox_y0=0 

6781 

6782# x1 of pixel bounding box 

6783config.detectorList[104].bbox_x1=4071 

6784 

6785# y1 of pixel bounding box 

6786config.detectorList[104].bbox_y1=3999 

6787 

6788# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6789config.detectorList[104].detectorType=0 

6790 

6791# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6792config.detectorList[104].physicalType='CCD' 

6793 

6794# Serial string associated with this specific detector 

6795config.detectorList[104].serial='R22_S20_v3.4.2' 

6796 

6797# x offset from the origin of the camera in mm in the transposed system. 

6798config.detectorList[104].offset_x=42.234272 

6799 

6800# y offset from the origin of the camera in mm in the transposed system. 

6801config.detectorList[104].offset_y=-42.280259 

6802 

6803# x position of the reference point in the detector in pixels in transposed coordinates. 

6804config.detectorList[104].refpos_x=2035.5 

6805 

6806# y position of the reference point in the detector in pixels in transposed coordinates. 

6807config.detectorList[104].refpos_y=1999.5 

6808 

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 

6811 

6812# pitch (rotation about y) of the detector in degrees 

6813config.detectorList[104].pitchDeg=0.0 

6814 

6815# roll (rotation about x) of the detector in degrees 

6816config.detectorList[104].rollDeg=0.0 

6817 

6818# Pixel size in the x dimension in mm 

6819config.detectorList[104].pixelSize_x=0.01 

6820 

6821# Pixel size in the y dimension in mm 

6822config.detectorList[104].pixelSize_y=0.01 

6823 

6824# Transpose the pixel grid before orienting in focal plane? 

6825config.detectorList[104].transposeDetector=False 

6826 

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 

6829 

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' 

6834 

6835# Name of detector slot 

6836config.detectorList[105].name='R:2,2 S:2,1' 

6837 

6838# ID of detector slot 

6839config.detectorList[105].id=2221 

6840 

6841# x0 of pixel bounding box 

6842config.detectorList[105].bbox_x0=0 

6843 

6844# y0 of pixel bounding box 

6845config.detectorList[105].bbox_y0=0 

6846 

6847# x1 of pixel bounding box 

6848config.detectorList[105].bbox_x1=4071 

6849 

6850# y1 of pixel bounding box 

6851config.detectorList[105].bbox_y1=3999 

6852 

6853# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6854config.detectorList[105].detectorType=0 

6855 

6856# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6857config.detectorList[105].physicalType='CCD' 

6858 

6859# Serial string associated with this specific detector 

6860config.detectorList[105].serial='R22_S21_v3.4.2' 

6861 

6862# x offset from the origin of the camera in mm in the transposed system. 

6863config.detectorList[105].offset_x=42.185894 

6864 

6865# y offset from the origin of the camera in mm in the transposed system. 

6866config.detectorList[105].offset_y=0.03839 

6867 

6868# x position of the reference point in the detector in pixels in transposed coordinates. 

6869config.detectorList[105].refpos_x=2035.5 

6870 

6871# y position of the reference point in the detector in pixels in transposed coordinates. 

6872config.detectorList[105].refpos_y=1999.5 

6873 

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 

6876 

6877# pitch (rotation about y) of the detector in degrees 

6878config.detectorList[105].pitchDeg=0.0 

6879 

6880# roll (rotation about x) of the detector in degrees 

6881config.detectorList[105].rollDeg=0.0 

6882 

6883# Pixel size in the x dimension in mm 

6884config.detectorList[105].pixelSize_x=0.01 

6885 

6886# Pixel size in the y dimension in mm 

6887config.detectorList[105].pixelSize_y=0.01 

6888 

6889# Transpose the pixel grid before orienting in focal plane? 

6890config.detectorList[105].transposeDetector=False 

6891 

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 

6894 

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' 

6899 

6900# Name of detector slot 

6901config.detectorList[106].name='R:2,2 S:2,2' 

6902 

6903# ID of detector slot 

6904config.detectorList[106].id=2222 

6905 

6906# x0 of pixel bounding box 

6907config.detectorList[106].bbox_x0=0 

6908 

6909# y0 of pixel bounding box 

6910config.detectorList[106].bbox_y0=0 

6911 

6912# x1 of pixel bounding box 

6913config.detectorList[106].bbox_x1=4071 

6914 

6915# y1 of pixel bounding box 

6916config.detectorList[106].bbox_y1=3999 

6917 

6918# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6919config.detectorList[106].detectorType=0 

6920 

6921# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6922config.detectorList[106].physicalType='CCD' 

6923 

6924# Serial string associated with this specific detector 

6925config.detectorList[106].serial='R22_S22_v3.4.2' 

6926 

6927# x offset from the origin of the camera in mm in the transposed system. 

6928config.detectorList[106].offset_x=42.24284 

6929 

6930# y offset from the origin of the camera in mm in the transposed system. 

6931config.detectorList[106].offset_y=42.235 

6932 

6933# x position of the reference point in the detector in pixels in transposed coordinates. 

6934config.detectorList[106].refpos_x=2035.5 

6935 

6936# y position of the reference point in the detector in pixels in transposed coordinates. 

6937config.detectorList[106].refpos_y=1999.5 

6938 

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 

6941 

6942# pitch (rotation about y) of the detector in degrees 

6943config.detectorList[106].pitchDeg=0.0 

6944 

6945# roll (rotation about x) of the detector in degrees 

6946config.detectorList[106].rollDeg=0.0 

6947 

6948# Pixel size in the x dimension in mm 

6949config.detectorList[106].pixelSize_x=0.01 

6950 

6951# Pixel size in the y dimension in mm 

6952config.detectorList[106].pixelSize_y=0.01 

6953 

6954# Transpose the pixel grid before orienting in focal plane? 

6955config.detectorList[106].transposeDetector=False 

6956 

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 

6959 

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' 

6964 

6965# Name of detector slot 

6966config.detectorList[107].name='R:2,3 S:0,0' 

6967 

6968# ID of detector slot 

6969config.detectorList[107].id=2300 

6970 

6971# x0 of pixel bounding box 

6972config.detectorList[107].bbox_x0=0 

6973 

6974# y0 of pixel bounding box 

6975config.detectorList[107].bbox_y0=0 

6976 

6977# x1 of pixel bounding box 

6978config.detectorList[107].bbox_x1=4071 

6979 

6980# y1 of pixel bounding box 

6981config.detectorList[107].bbox_y1=3999 

6982 

6983# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

6984config.detectorList[107].detectorType=0 

6985 

6986# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

6987config.detectorList[107].physicalType='CCD' 

6988 

6989# Serial string associated with this specific detector 

6990config.detectorList[107].serial='R23_S00_v3.4.2' 

6991 

6992# x offset from the origin of the camera in mm in the transposed system. 

6993config.detectorList[107].offset_x=-42.272995 

6994 

6995# y offset from the origin of the camera in mm in the transposed system. 

6996config.detectorList[107].offset_y=84.742059 

6997 

6998# x position of the reference point in the detector in pixels in transposed coordinates. 

6999config.detectorList[107].refpos_x=2035.5 

7000 

7001# y position of the reference point in the detector in pixels in transposed coordinates. 

7002config.detectorList[107].refpos_y=1999.5 

7003 

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 

7006 

7007# pitch (rotation about y) of the detector in degrees 

7008config.detectorList[107].pitchDeg=0.0 

7009 

7010# roll (rotation about x) of the detector in degrees 

7011config.detectorList[107].rollDeg=0.0 

7012 

7013# Pixel size in the x dimension in mm 

7014config.detectorList[107].pixelSize_x=0.01 

7015 

7016# Pixel size in the y dimension in mm 

7017config.detectorList[107].pixelSize_y=0.01 

7018 

7019# Transpose the pixel grid before orienting in focal plane? 

7020config.detectorList[107].transposeDetector=False 

7021 

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 

7024 

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' 

7029 

7030# Name of detector slot 

7031config.detectorList[108].name='R:2,3 S:0,1' 

7032 

7033# ID of detector slot 

7034config.detectorList[108].id=2301 

7035 

7036# x0 of pixel bounding box 

7037config.detectorList[108].bbox_x0=0 

7038 

7039# y0 of pixel bounding box 

7040config.detectorList[108].bbox_y0=0 

7041 

7042# x1 of pixel bounding box 

7043config.detectorList[108].bbox_x1=4071 

7044 

7045# y1 of pixel bounding box 

7046config.detectorList[108].bbox_y1=3999 

7047 

7048# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7049config.detectorList[108].detectorType=0 

7050 

7051# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7052config.detectorList[108].physicalType='CCD' 

7053 

7054# Serial string associated with this specific detector 

7055config.detectorList[108].serial='R23_S01_v3.4.2' 

7056 

7057# x offset from the origin of the camera in mm in the transposed system. 

7058config.detectorList[108].offset_x=-42.272808 

7059 

7060# y offset from the origin of the camera in mm in the transposed system. 

7061config.detectorList[108].offset_y=126.967354 

7062 

7063# x position of the reference point in the detector in pixels in transposed coordinates. 

7064config.detectorList[108].refpos_x=2035.5 

7065 

7066# y position of the reference point in the detector in pixels in transposed coordinates. 

7067config.detectorList[108].refpos_y=1999.5 

7068 

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 

7071 

7072# pitch (rotation about y) of the detector in degrees 

7073config.detectorList[108].pitchDeg=0.0 

7074 

7075# roll (rotation about x) of the detector in degrees 

7076config.detectorList[108].rollDeg=0.0 

7077 

7078# Pixel size in the x dimension in mm 

7079config.detectorList[108].pixelSize_x=0.01 

7080 

7081# Pixel size in the y dimension in mm 

7082config.detectorList[108].pixelSize_y=0.01 

7083 

7084# Transpose the pixel grid before orienting in focal plane? 

7085config.detectorList[108].transposeDetector=False 

7086 

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 

7089 

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' 

7094 

7095# Name of detector slot 

7096config.detectorList[109].name='R:2,3 S:0,2' 

7097 

7098# ID of detector slot 

7099config.detectorList[109].id=2302 

7100 

7101# x0 of pixel bounding box 

7102config.detectorList[109].bbox_x0=0 

7103 

7104# y0 of pixel bounding box 

7105config.detectorList[109].bbox_y0=0 

7106 

7107# x1 of pixel bounding box 

7108config.detectorList[109].bbox_x1=4071 

7109 

7110# y1 of pixel bounding box 

7111config.detectorList[109].bbox_y1=3999 

7112 

7113# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7114config.detectorList[109].detectorType=0 

7115 

7116# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7117config.detectorList[109].physicalType='CCD' 

7118 

7119# Serial string associated with this specific detector 

7120config.detectorList[109].serial='R23_S02_v3.4.2' 

7121 

7122# x offset from the origin of the camera in mm in the transposed system. 

7123config.detectorList[109].offset_x=-42.264248 

7124 

7125# y offset from the origin of the camera in mm in the transposed system. 

7126config.detectorList[109].offset_y=169.202453 

7127 

7128# x position of the reference point in the detector in pixels in transposed coordinates. 

7129config.detectorList[109].refpos_x=2035.5 

7130 

7131# y position of the reference point in the detector in pixels in transposed coordinates. 

7132config.detectorList[109].refpos_y=1999.5 

7133 

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 

7136 

7137# pitch (rotation about y) of the detector in degrees 

7138config.detectorList[109].pitchDeg=0.0 

7139 

7140# roll (rotation about x) of the detector in degrees 

7141config.detectorList[109].rollDeg=0.0 

7142 

7143# Pixel size in the x dimension in mm 

7144config.detectorList[109].pixelSize_x=0.01 

7145 

7146# Pixel size in the y dimension in mm 

7147config.detectorList[109].pixelSize_y=0.01 

7148 

7149# Transpose the pixel grid before orienting in focal plane? 

7150config.detectorList[109].transposeDetector=False 

7151 

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 

7154 

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' 

7159 

7160# Name of detector slot 

7161config.detectorList[110].name='R:2,3 S:1,0' 

7162 

7163# ID of detector slot 

7164config.detectorList[110].id=2310 

7165 

7166# x0 of pixel bounding box 

7167config.detectorList[110].bbox_x0=0 

7168 

7169# y0 of pixel bounding box 

7170config.detectorList[110].bbox_y0=0 

7171 

7172# x1 of pixel bounding box 

7173config.detectorList[110].bbox_x1=4071 

7174 

7175# y1 of pixel bounding box 

7176config.detectorList[110].bbox_y1=3999 

7177 

7178# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7179config.detectorList[110].detectorType=0 

7180 

7181# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7182config.detectorList[110].physicalType='CCD' 

7183 

7184# Serial string associated with this specific detector 

7185config.detectorList[110].serial='R23_S10_v3.4.2' 

7186 

7187# x offset from the origin of the camera in mm in the transposed system. 

7188config.detectorList[110].offset_x=0.043318 

7189 

7190# y offset from the origin of the camera in mm in the transposed system. 

7191config.detectorList[110].offset_y=84.763549 

7192 

7193# x position of the reference point in the detector in pixels in transposed coordinates. 

7194config.detectorList[110].refpos_x=2035.5 

7195 

7196# y position of the reference point in the detector in pixels in transposed coordinates. 

7197config.detectorList[110].refpos_y=1999.5 

7198 

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 

7201 

7202# pitch (rotation about y) of the detector in degrees 

7203config.detectorList[110].pitchDeg=0.0 

7204 

7205# roll (rotation about x) of the detector in degrees 

7206config.detectorList[110].rollDeg=0.0 

7207 

7208# Pixel size in the x dimension in mm 

7209config.detectorList[110].pixelSize_x=0.01 

7210 

7211# Pixel size in the y dimension in mm 

7212config.detectorList[110].pixelSize_y=0.01 

7213 

7214# Transpose the pixel grid before orienting in focal plane? 

7215config.detectorList[110].transposeDetector=False 

7216 

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 

7219 

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' 

7224 

7225# Name of detector slot 

7226config.detectorList[111].name='R:2,3 S:1,1' 

7227 

7228# ID of detector slot 

7229config.detectorList[111].id=2311 

7230 

7231# x0 of pixel bounding box 

7232config.detectorList[111].bbox_x0=0 

7233 

7234# y0 of pixel bounding box 

7235config.detectorList[111].bbox_y0=0 

7236 

7237# x1 of pixel bounding box 

7238config.detectorList[111].bbox_x1=4071 

7239 

7240# y1 of pixel bounding box 

7241config.detectorList[111].bbox_y1=3999 

7242 

7243# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7244config.detectorList[111].detectorType=0 

7245 

7246# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7247config.detectorList[111].physicalType='CCD' 

7248 

7249# Serial string associated with this specific detector 

7250config.detectorList[111].serial='R23_S11_v3.4.2' 

7251 

7252# x offset from the origin of the camera in mm in the transposed system. 

7253config.detectorList[111].offset_x=-0.057453 

7254 

7255# y offset from the origin of the camera in mm in the transposed system. 

7256config.detectorList[111].offset_y=127.029899 

7257 

7258# x position of the reference point in the detector in pixels in transposed coordinates. 

7259config.detectorList[111].refpos_x=2035.5 

7260 

7261# y position of the reference point in the detector in pixels in transposed coordinates. 

7262config.detectorList[111].refpos_y=1999.5 

7263 

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 

7266 

7267# pitch (rotation about y) of the detector in degrees 

7268config.detectorList[111].pitchDeg=0.0 

7269 

7270# roll (rotation about x) of the detector in degrees 

7271config.detectorList[111].rollDeg=0.0 

7272 

7273# Pixel size in the x dimension in mm 

7274config.detectorList[111].pixelSize_x=0.01 

7275 

7276# Pixel size in the y dimension in mm 

7277config.detectorList[111].pixelSize_y=0.01 

7278 

7279# Transpose the pixel grid before orienting in focal plane? 

7280config.detectorList[111].transposeDetector=False 

7281 

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 

7284 

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' 

7289 

7290# Name of detector slot 

7291config.detectorList[112].name='R:2,3 S:1,2' 

7292 

7293# ID of detector slot 

7294config.detectorList[112].id=2312 

7295 

7296# x0 of pixel bounding box 

7297config.detectorList[112].bbox_x0=0 

7298 

7299# y0 of pixel bounding box 

7300config.detectorList[112].bbox_y0=0 

7301 

7302# x1 of pixel bounding box 

7303config.detectorList[112].bbox_x1=4071 

7304 

7305# y1 of pixel bounding box 

7306config.detectorList[112].bbox_y1=3999 

7307 

7308# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7309config.detectorList[112].detectorType=0 

7310 

7311# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7312config.detectorList[112].physicalType='CCD' 

7313 

7314# Serial string associated with this specific detector 

7315config.detectorList[112].serial='R23_S12_v3.4.2' 

7316 

7317# x offset from the origin of the camera in mm in the transposed system. 

7318config.detectorList[112].offset_x=-0.044361 

7319 

7320# y offset from the origin of the camera in mm in the transposed system. 

7321config.detectorList[112].offset_y=169.194031 

7322 

7323# x position of the reference point in the detector in pixels in transposed coordinates. 

7324config.detectorList[112].refpos_x=2035.5 

7325 

7326# y position of the reference point in the detector in pixels in transposed coordinates. 

7327config.detectorList[112].refpos_y=1999.5 

7328 

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 

7331 

7332# pitch (rotation about y) of the detector in degrees 

7333config.detectorList[112].pitchDeg=0.0 

7334 

7335# roll (rotation about x) of the detector in degrees 

7336config.detectorList[112].rollDeg=0.0 

7337 

7338# Pixel size in the x dimension in mm 

7339config.detectorList[112].pixelSize_x=0.01 

7340 

7341# Pixel size in the y dimension in mm 

7342config.detectorList[112].pixelSize_y=0.01 

7343 

7344# Transpose the pixel grid before orienting in focal plane? 

7345config.detectorList[112].transposeDetector=False 

7346 

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 

7349 

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' 

7354 

7355# Name of detector slot 

7356config.detectorList[113].name='R:2,3 S:2,0' 

7357 

7358# ID of detector slot 

7359config.detectorList[113].id=2320 

7360 

7361# x0 of pixel bounding box 

7362config.detectorList[113].bbox_x0=0 

7363 

7364# y0 of pixel bounding box 

7365config.detectorList[113].bbox_y0=0 

7366 

7367# x1 of pixel bounding box 

7368config.detectorList[113].bbox_x1=4071 

7369 

7370# y1 of pixel bounding box 

7371config.detectorList[113].bbox_y1=3999 

7372 

7373# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7374config.detectorList[113].detectorType=0 

7375 

7376# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7377config.detectorList[113].physicalType='CCD' 

7378 

7379# Serial string associated with this specific detector 

7380config.detectorList[113].serial='R23_S20_v3.4.2' 

7381 

7382# x offset from the origin of the camera in mm in the transposed system. 

7383config.detectorList[113].offset_x=42.211335 

7384 

7385# y offset from the origin of the camera in mm in the transposed system. 

7386config.detectorList[113].offset_y=84.763123 

7387 

7388# x position of the reference point in the detector in pixels in transposed coordinates. 

7389config.detectorList[113].refpos_x=2035.5 

7390 

7391# y position of the reference point in the detector in pixels in transposed coordinates. 

7392config.detectorList[113].refpos_y=1999.5 

7393 

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 

7396 

7397# pitch (rotation about y) of the detector in degrees 

7398config.detectorList[113].pitchDeg=0.0 

7399 

7400# roll (rotation about x) of the detector in degrees 

7401config.detectorList[113].rollDeg=0.0 

7402 

7403# Pixel size in the x dimension in mm 

7404config.detectorList[113].pixelSize_x=0.01 

7405 

7406# Pixel size in the y dimension in mm 

7407config.detectorList[113].pixelSize_y=0.01 

7408 

7409# Transpose the pixel grid before orienting in focal plane? 

7410config.detectorList[113].transposeDetector=False 

7411 

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 

7414 

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' 

7419 

7420# Name of detector slot 

7421config.detectorList[114].name='R:2,3 S:2,1' 

7422 

7423# ID of detector slot 

7424config.detectorList[114].id=2321 

7425 

7426# x0 of pixel bounding box 

7427config.detectorList[114].bbox_x0=0 

7428 

7429# y0 of pixel bounding box 

7430config.detectorList[114].bbox_y0=0 

7431 

7432# x1 of pixel bounding box 

7433config.detectorList[114].bbox_x1=4071 

7434 

7435# y1 of pixel bounding box 

7436config.detectorList[114].bbox_y1=3999 

7437 

7438# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7439config.detectorList[114].detectorType=0 

7440 

7441# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7442config.detectorList[114].physicalType='CCD' 

7443 

7444# Serial string associated with this specific detector 

7445config.detectorList[114].serial='R23_S21_v3.4.2' 

7446 

7447# x offset from the origin of the camera in mm in the transposed system. 

7448config.detectorList[114].offset_x=42.259548 

7449 

7450# y offset from the origin of the camera in mm in the transposed system. 

7451config.detectorList[114].offset_y=126.977364 

7452 

7453# x position of the reference point in the detector in pixels in transposed coordinates. 

7454config.detectorList[114].refpos_x=2035.5 

7455 

7456# y position of the reference point in the detector in pixels in transposed coordinates. 

7457config.detectorList[114].refpos_y=1999.5 

7458 

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 

7461 

7462# pitch (rotation about y) of the detector in degrees 

7463config.detectorList[114].pitchDeg=0.0 

7464 

7465# roll (rotation about x) of the detector in degrees 

7466config.detectorList[114].rollDeg=0.0 

7467 

7468# Pixel size in the x dimension in mm 

7469config.detectorList[114].pixelSize_x=0.01 

7470 

7471# Pixel size in the y dimension in mm 

7472config.detectorList[114].pixelSize_y=0.01 

7473 

7474# Transpose the pixel grid before orienting in focal plane? 

7475config.detectorList[114].transposeDetector=False 

7476 

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 

7479 

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' 

7484 

7485# Name of detector slot 

7486config.detectorList[115].name='R:2,3 S:2,2' 

7487 

7488# ID of detector slot 

7489config.detectorList[115].id=2322 

7490 

7491# x0 of pixel bounding box 

7492config.detectorList[115].bbox_x0=0 

7493 

7494# y0 of pixel bounding box 

7495config.detectorList[115].bbox_y0=0 

7496 

7497# x1 of pixel bounding box 

7498config.detectorList[115].bbox_x1=4071 

7499 

7500# y1 of pixel bounding box 

7501config.detectorList[115].bbox_y1=3999 

7502 

7503# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7504config.detectorList[115].detectorType=0 

7505 

7506# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7507config.detectorList[115].physicalType='CCD' 

7508 

7509# Serial string associated with this specific detector 

7510config.detectorList[115].serial='R23_S22_v3.4.2' 

7511 

7512# x offset from the origin of the camera in mm in the transposed system. 

7513config.detectorList[115].offset_x=42.22802 

7514 

7515# y offset from the origin of the camera in mm in the transposed system. 

7516config.detectorList[115].offset_y=169.207153 

7517 

7518# x position of the reference point in the detector in pixels in transposed coordinates. 

7519config.detectorList[115].refpos_x=2035.5 

7520 

7521# y position of the reference point in the detector in pixels in transposed coordinates. 

7522config.detectorList[115].refpos_y=1999.5 

7523 

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 

7526 

7527# pitch (rotation about y) of the detector in degrees 

7528config.detectorList[115].pitchDeg=0.0 

7529 

7530# roll (rotation about x) of the detector in degrees 

7531config.detectorList[115].rollDeg=0.0 

7532 

7533# Pixel size in the x dimension in mm 

7534config.detectorList[115].pixelSize_x=0.01 

7535 

7536# Pixel size in the y dimension in mm 

7537config.detectorList[115].pixelSize_y=0.01 

7538 

7539# Transpose the pixel grid before orienting in focal plane? 

7540config.detectorList[115].transposeDetector=False 

7541 

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 

7544 

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' 

7549 

7550# Name of detector slot 

7551config.detectorList[116].name='R:2,4 S:0,0' 

7552 

7553# ID of detector slot 

7554config.detectorList[116].id=2400 

7555 

7556# x0 of pixel bounding box 

7557config.detectorList[116].bbox_x0=0 

7558 

7559# y0 of pixel bounding box 

7560config.detectorList[116].bbox_y0=0 

7561 

7562# x1 of pixel bounding box 

7563config.detectorList[116].bbox_x1=4071 

7564 

7565# y1 of pixel bounding box 

7566config.detectorList[116].bbox_y1=3999 

7567 

7568# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7569config.detectorList[116].detectorType=0 

7570 

7571# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7572config.detectorList[116].physicalType='CCD' 

7573 

7574# Serial string associated with this specific detector 

7575config.detectorList[116].serial='R24_S00_v3.4.2' 

7576 

7577# x offset from the origin of the camera in mm in the transposed system. 

7578config.detectorList[116].offset_x=-42.165806 

7579 

7580# y offset from the origin of the camera in mm in the transposed system. 

7581config.detectorList[116].offset_y=211.768997 

7582 

7583# x position of the reference point in the detector in pixels in transposed coordinates. 

7584config.detectorList[116].refpos_x=2035.5 

7585 

7586# y position of the reference point in the detector in pixels in transposed coordinates. 

7587config.detectorList[116].refpos_y=1999.5 

7588 

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 

7591 

7592# pitch (rotation about y) of the detector in degrees 

7593config.detectorList[116].pitchDeg=0.0 

7594 

7595# roll (rotation about x) of the detector in degrees 

7596config.detectorList[116].rollDeg=0.0 

7597 

7598# Pixel size in the x dimension in mm 

7599config.detectorList[116].pixelSize_x=0.01 

7600 

7601# Pixel size in the y dimension in mm 

7602config.detectorList[116].pixelSize_y=0.01 

7603 

7604# Transpose the pixel grid before orienting in focal plane? 

7605config.detectorList[116].transposeDetector=False 

7606 

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 

7609 

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' 

7614 

7615# Name of detector slot 

7616config.detectorList[117].name='R:2,4 S:0,1' 

7617 

7618# ID of detector slot 

7619config.detectorList[117].id=2401 

7620 

7621# x0 of pixel bounding box 

7622config.detectorList[117].bbox_x0=0 

7623 

7624# y0 of pixel bounding box 

7625config.detectorList[117].bbox_y0=0 

7626 

7627# x1 of pixel bounding box 

7628config.detectorList[117].bbox_x1=4071 

7629 

7630# y1 of pixel bounding box 

7631config.detectorList[117].bbox_y1=3999 

7632 

7633# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7634config.detectorList[117].detectorType=0 

7635 

7636# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7637config.detectorList[117].physicalType='CCD' 

7638 

7639# Serial string associated with this specific detector 

7640config.detectorList[117].serial='R24_S01_v3.4.2' 

7641 

7642# x offset from the origin of the camera in mm in the transposed system. 

7643config.detectorList[117].offset_x=-42.201004 

7644 

7645# y offset from the origin of the camera in mm in the transposed system. 

7646config.detectorList[117].offset_y=253.996932 

7647 

7648# x position of the reference point in the detector in pixels in transposed coordinates. 

7649config.detectorList[117].refpos_x=2035.5 

7650 

7651# y position of the reference point in the detector in pixels in transposed coordinates. 

7652config.detectorList[117].refpos_y=1999.5 

7653 

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 

7656 

7657# pitch (rotation about y) of the detector in degrees 

7658config.detectorList[117].pitchDeg=0.0 

7659 

7660# roll (rotation about x) of the detector in degrees 

7661config.detectorList[117].rollDeg=0.0 

7662 

7663# Pixel size in the x dimension in mm 

7664config.detectorList[117].pixelSize_x=0.01 

7665 

7666# Pixel size in the y dimension in mm 

7667config.detectorList[117].pixelSize_y=0.01 

7668 

7669# Transpose the pixel grid before orienting in focal plane? 

7670config.detectorList[117].transposeDetector=False 

7671 

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 

7674 

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' 

7679 

7680# Name of detector slot 

7681config.detectorList[118].name='R:2,4 S:0,2' 

7682 

7683# ID of detector slot 

7684config.detectorList[118].id=2402 

7685 

7686# x0 of pixel bounding box 

7687config.detectorList[118].bbox_x0=0 

7688 

7689# y0 of pixel bounding box 

7690config.detectorList[118].bbox_y0=0 

7691 

7692# x1 of pixel bounding box 

7693config.detectorList[118].bbox_x1=4071 

7694 

7695# y1 of pixel bounding box 

7696config.detectorList[118].bbox_y1=3999 

7697 

7698# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7699config.detectorList[118].detectorType=0 

7700 

7701# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7702config.detectorList[118].physicalType='CCD' 

7703 

7704# Serial string associated with this specific detector 

7705config.detectorList[118].serial='R24_S02_v3.4.2' 

7706 

7707# x offset from the origin of the camera in mm in the transposed system. 

7708config.detectorList[118].offset_x=-42.207851 

7709 

7710# y offset from the origin of the camera in mm in the transposed system. 

7711config.detectorList[118].offset_y=296.291596 

7712 

7713# x position of the reference point in the detector in pixels in transposed coordinates. 

7714config.detectorList[118].refpos_x=2035.5 

7715 

7716# y position of the reference point in the detector in pixels in transposed coordinates. 

7717config.detectorList[118].refpos_y=1999.5 

7718 

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 

7721 

7722# pitch (rotation about y) of the detector in degrees 

7723config.detectorList[118].pitchDeg=0.0 

7724 

7725# roll (rotation about x) of the detector in degrees 

7726config.detectorList[118].rollDeg=0.0 

7727 

7728# Pixel size in the x dimension in mm 

7729config.detectorList[118].pixelSize_x=0.01 

7730 

7731# Pixel size in the y dimension in mm 

7732config.detectorList[118].pixelSize_y=0.01 

7733 

7734# Transpose the pixel grid before orienting in focal plane? 

7735config.detectorList[118].transposeDetector=False 

7736 

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 

7739 

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' 

7744 

7745# Name of detector slot 

7746config.detectorList[119].name='R:2,4 S:1,0' 

7747 

7748# ID of detector slot 

7749config.detectorList[119].id=2410 

7750 

7751# x0 of pixel bounding box 

7752config.detectorList[119].bbox_x0=0 

7753 

7754# y0 of pixel bounding box 

7755config.detectorList[119].bbox_y0=0 

7756 

7757# x1 of pixel bounding box 

7758config.detectorList[119].bbox_x1=4071 

7759 

7760# y1 of pixel bounding box 

7761config.detectorList[119].bbox_y1=3999 

7762 

7763# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7764config.detectorList[119].detectorType=0 

7765 

7766# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7767config.detectorList[119].physicalType='CCD' 

7768 

7769# Serial string associated with this specific detector 

7770config.detectorList[119].serial='R24_S10_v3.4.2' 

7771 

7772# x offset from the origin of the camera in mm in the transposed system. 

7773config.detectorList[119].offset_x=0.067249 

7774 

7775# y offset from the origin of the camera in mm in the transposed system. 

7776config.detectorList[119].offset_y=211.767793 

7777 

7778# x position of the reference point in the detector in pixels in transposed coordinates. 

7779config.detectorList[119].refpos_x=2035.5 

7780 

7781# y position of the reference point in the detector in pixels in transposed coordinates. 

7782config.detectorList[119].refpos_y=1999.5 

7783 

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 

7786 

7787# pitch (rotation about y) of the detector in degrees 

7788config.detectorList[119].pitchDeg=0.0 

7789 

7790# roll (rotation about x) of the detector in degrees 

7791config.detectorList[119].rollDeg=0.0 

7792 

7793# Pixel size in the x dimension in mm 

7794config.detectorList[119].pixelSize_x=0.01 

7795 

7796# Pixel size in the y dimension in mm 

7797config.detectorList[119].pixelSize_y=0.01 

7798 

7799# Transpose the pixel grid before orienting in focal plane? 

7800config.detectorList[119].transposeDetector=False 

7801 

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 

7804 

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' 

7809 

7810# Name of detector slot 

7811config.detectorList[120].name='R:2,4 S:1,1' 

7812 

7813# ID of detector slot 

7814config.detectorList[120].id=2411 

7815 

7816# x0 of pixel bounding box 

7817config.detectorList[120].bbox_x0=0 

7818 

7819# y0 of pixel bounding box 

7820config.detectorList[120].bbox_y0=0 

7821 

7822# x1 of pixel bounding box 

7823config.detectorList[120].bbox_x1=4071 

7824 

7825# y1 of pixel bounding box 

7826config.detectorList[120].bbox_y1=3999 

7827 

7828# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7829config.detectorList[120].detectorType=0 

7830 

7831# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7832config.detectorList[120].physicalType='CCD' 

7833 

7834# Serial string associated with this specific detector 

7835config.detectorList[120].serial='R24_S11_v3.4.2' 

7836 

7837# x offset from the origin of the camera in mm in the transposed system. 

7838config.detectorList[120].offset_x=0.067594 

7839 

7840# y offset from the origin of the camera in mm in the transposed system. 

7841config.detectorList[120].offset_y=253.965957 

7842 

7843# x position of the reference point in the detector in pixels in transposed coordinates. 

7844config.detectorList[120].refpos_x=2035.5 

7845 

7846# y position of the reference point in the detector in pixels in transposed coordinates. 

7847config.detectorList[120].refpos_y=1999.5 

7848 

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 

7851 

7852# pitch (rotation about y) of the detector in degrees 

7853config.detectorList[120].pitchDeg=0.0 

7854 

7855# roll (rotation about x) of the detector in degrees 

7856config.detectorList[120].rollDeg=0.0 

7857 

7858# Pixel size in the x dimension in mm 

7859config.detectorList[120].pixelSize_x=0.01 

7860 

7861# Pixel size in the y dimension in mm 

7862config.detectorList[120].pixelSize_y=0.01 

7863 

7864# Transpose the pixel grid before orienting in focal plane? 

7865config.detectorList[120].transposeDetector=False 

7866 

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 

7869 

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' 

7874 

7875# Name of detector slot 

7876config.detectorList[121].name='R:2,4 S:1,2' 

7877 

7878# ID of detector slot 

7879config.detectorList[121].id=2412 

7880 

7881# x0 of pixel bounding box 

7882config.detectorList[121].bbox_x0=0 

7883 

7884# y0 of pixel bounding box 

7885config.detectorList[121].bbox_y0=0 

7886 

7887# x1 of pixel bounding box 

7888config.detectorList[121].bbox_x1=4071 

7889 

7890# y1 of pixel bounding box 

7891config.detectorList[121].bbox_y1=3999 

7892 

7893# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7894config.detectorList[121].detectorType=0 

7895 

7896# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7897config.detectorList[121].physicalType='CCD' 

7898 

7899# Serial string associated with this specific detector 

7900config.detectorList[121].serial='R24_S12_v3.4.2' 

7901 

7902# x offset from the origin of the camera in mm in the transposed system. 

7903config.detectorList[121].offset_x=0.070535 

7904 

7905# y offset from the origin of the camera in mm in the transposed system. 

7906config.detectorList[121].offset_y=296.25992 

7907 

7908# x position of the reference point in the detector in pixels in transposed coordinates. 

7909config.detectorList[121].refpos_x=2035.5 

7910 

7911# y position of the reference point in the detector in pixels in transposed coordinates. 

7912config.detectorList[121].refpos_y=1999.5 

7913 

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 

7916 

7917# pitch (rotation about y) of the detector in degrees 

7918config.detectorList[121].pitchDeg=0.0 

7919 

7920# roll (rotation about x) of the detector in degrees 

7921config.detectorList[121].rollDeg=0.0 

7922 

7923# Pixel size in the x dimension in mm 

7924config.detectorList[121].pixelSize_x=0.01 

7925 

7926# Pixel size in the y dimension in mm 

7927config.detectorList[121].pixelSize_y=0.01 

7928 

7929# Transpose the pixel grid before orienting in focal plane? 

7930config.detectorList[121].transposeDetector=False 

7931 

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 

7934 

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' 

7939 

7940# Name of detector slot 

7941config.detectorList[122].name='R:2,4 S:2,0' 

7942 

7943# ID of detector slot 

7944config.detectorList[122].id=2420 

7945 

7946# x0 of pixel bounding box 

7947config.detectorList[122].bbox_x0=0 

7948 

7949# y0 of pixel bounding box 

7950config.detectorList[122].bbox_y0=0 

7951 

7952# x1 of pixel bounding box 

7953config.detectorList[122].bbox_x1=4071 

7954 

7955# y1 of pixel bounding box 

7956config.detectorList[122].bbox_y1=3999 

7957 

7958# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

7959config.detectorList[122].detectorType=0 

7960 

7961# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

7962config.detectorList[122].physicalType='CCD' 

7963 

7964# Serial string associated with this specific detector 

7965config.detectorList[122].serial='R24_S20_v3.4.2' 

7966 

7967# x offset from the origin of the camera in mm in the transposed system. 

7968config.detectorList[122].offset_x=42.270882 

7969 

7970# y offset from the origin of the camera in mm in the transposed system. 

7971config.detectorList[122].offset_y=211.731568 

7972 

7973# x position of the reference point in the detector in pixels in transposed coordinates. 

7974config.detectorList[122].refpos_x=2035.5 

7975 

7976# y position of the reference point in the detector in pixels in transposed coordinates. 

7977config.detectorList[122].refpos_y=1999.5 

7978 

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 

7981 

7982# pitch (rotation about y) of the detector in degrees 

7983config.detectorList[122].pitchDeg=0.0 

7984 

7985# roll (rotation about x) of the detector in degrees 

7986config.detectorList[122].rollDeg=0.0 

7987 

7988# Pixel size in the x dimension in mm 

7989config.detectorList[122].pixelSize_x=0.01 

7990 

7991# Pixel size in the y dimension in mm 

7992config.detectorList[122].pixelSize_y=0.01 

7993 

7994# Transpose the pixel grid before orienting in focal plane? 

7995config.detectorList[122].transposeDetector=False 

7996 

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 

7999 

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' 

8004 

8005# Name of detector slot 

8006config.detectorList[123].name='R:2,4 S:2,1' 

8007 

8008# ID of detector slot 

8009config.detectorList[123].id=2421 

8010 

8011# x0 of pixel bounding box 

8012config.detectorList[123].bbox_x0=0 

8013 

8014# y0 of pixel bounding box 

8015config.detectorList[123].bbox_y0=0 

8016 

8017# x1 of pixel bounding box 

8018config.detectorList[123].bbox_x1=4071 

8019 

8020# y1 of pixel bounding box 

8021config.detectorList[123].bbox_y1=3999 

8022 

8023# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8024config.detectorList[123].detectorType=0 

8025 

8026# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8027config.detectorList[123].physicalType='CCD' 

8028 

8029# Serial string associated with this specific detector 

8030config.detectorList[123].serial='R24_S21_v3.4.2' 

8031 

8032# x offset from the origin of the camera in mm in the transposed system. 

8033config.detectorList[123].offset_x=42.247047 

8034 

8035# y offset from the origin of the camera in mm in the transposed system. 

8036config.detectorList[123].offset_y=254.006667 

8037 

8038# x position of the reference point in the detector in pixels in transposed coordinates. 

8039config.detectorList[123].refpos_x=2035.5 

8040 

8041# y position of the reference point in the detector in pixels in transposed coordinates. 

8042config.detectorList[123].refpos_y=1999.5 

8043 

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 

8046 

8047# pitch (rotation about y) of the detector in degrees 

8048config.detectorList[123].pitchDeg=0.0 

8049 

8050# roll (rotation about x) of the detector in degrees 

8051config.detectorList[123].rollDeg=0.0 

8052 

8053# Pixel size in the x dimension in mm 

8054config.detectorList[123].pixelSize_x=0.01 

8055 

8056# Pixel size in the y dimension in mm 

8057config.detectorList[123].pixelSize_y=0.01 

8058 

8059# Transpose the pixel grid before orienting in focal plane? 

8060config.detectorList[123].transposeDetector=False 

8061 

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 

8064 

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' 

8069 

8070# Name of detector slot 

8071config.detectorList[124].name='R:2,4 S:2,2' 

8072 

8073# ID of detector slot 

8074config.detectorList[124].id=2422 

8075 

8076# x0 of pixel bounding box 

8077config.detectorList[124].bbox_x0=0 

8078 

8079# y0 of pixel bounding box 

8080config.detectorList[124].bbox_y0=0 

8081 

8082# x1 of pixel bounding box 

8083config.detectorList[124].bbox_x1=4071 

8084 

8085# y1 of pixel bounding box 

8086config.detectorList[124].bbox_y1=3999 

8087 

8088# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8089config.detectorList[124].detectorType=0 

8090 

8091# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8092config.detectorList[124].physicalType='CCD' 

8093 

8094# Serial string associated with this specific detector 

8095config.detectorList[124].serial='R24_S22_v3.4.2' 

8096 

8097# x offset from the origin of the camera in mm in the transposed system. 

8098config.detectorList[124].offset_x=42.323386 

8099 

8100# y offset from the origin of the camera in mm in the transposed system. 

8101config.detectorList[124].offset_y=296.193572 

8102 

8103# x position of the reference point in the detector in pixels in transposed coordinates. 

8104config.detectorList[124].refpos_x=2035.5 

8105 

8106# y position of the reference point in the detector in pixels in transposed coordinates. 

8107config.detectorList[124].refpos_y=1999.5 

8108 

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 

8111 

8112# pitch (rotation about y) of the detector in degrees 

8113config.detectorList[124].pitchDeg=0.0 

8114 

8115# roll (rotation about x) of the detector in degrees 

8116config.detectorList[124].rollDeg=0.0 

8117 

8118# Pixel size in the x dimension in mm 

8119config.detectorList[124].pixelSize_x=0.01 

8120 

8121# Pixel size in the y dimension in mm 

8122config.detectorList[124].pixelSize_y=0.01 

8123 

8124# Transpose the pixel grid before orienting in focal plane? 

8125config.detectorList[124].transposeDetector=False 

8126 

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 

8129 

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' 

8134 

8135# Name of detector slot 

8136config.detectorList[125].name='R:3,0 S:0,0' 

8137 

8138# ID of detector slot 

8139config.detectorList[125].id=3000 

8140 

8141# x0 of pixel bounding box 

8142config.detectorList[125].bbox_x0=0 

8143 

8144# y0 of pixel bounding box 

8145config.detectorList[125].bbox_y0=0 

8146 

8147# x1 of pixel bounding box 

8148config.detectorList[125].bbox_x1=4071 

8149 

8150# y1 of pixel bounding box 

8151config.detectorList[125].bbox_y1=3999 

8152 

8153# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8154config.detectorList[125].detectorType=0 

8155 

8156# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8157config.detectorList[125].physicalType='CCD' 

8158 

8159# Serial string associated with this specific detector 

8160config.detectorList[125].serial='R30_S00_v3.4.2' 

8161 

8162# x offset from the origin of the camera in mm in the transposed system. 

8163config.detectorList[125].offset_x=84.769187 

8164 

8165# y offset from the origin of the camera in mm in the transposed system. 

8166config.detectorList[125].offset_y=-296.231875 

8167 

8168# x position of the reference point in the detector in pixels in transposed coordinates. 

8169config.detectorList[125].refpos_x=2035.5 

8170 

8171# y position of the reference point in the detector in pixels in transposed coordinates. 

8172config.detectorList[125].refpos_y=1999.5 

8173 

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 

8176 

8177# pitch (rotation about y) of the detector in degrees 

8178config.detectorList[125].pitchDeg=0.0 

8179 

8180# roll (rotation about x) of the detector in degrees 

8181config.detectorList[125].rollDeg=0.0 

8182 

8183# Pixel size in the x dimension in mm 

8184config.detectorList[125].pixelSize_x=0.01 

8185 

8186# Pixel size in the y dimension in mm 

8187config.detectorList[125].pixelSize_y=0.01 

8188 

8189# Transpose the pixel grid before orienting in focal plane? 

8190config.detectorList[125].transposeDetector=False 

8191 

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 

8194 

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' 

8199 

8200# Name of detector slot 

8201config.detectorList[126].name='R:3,0 S:0,1' 

8202 

8203# ID of detector slot 

8204config.detectorList[126].id=3001 

8205 

8206# x0 of pixel bounding box 

8207config.detectorList[126].bbox_x0=0 

8208 

8209# y0 of pixel bounding box 

8210config.detectorList[126].bbox_y0=0 

8211 

8212# x1 of pixel bounding box 

8213config.detectorList[126].bbox_x1=4071 

8214 

8215# y1 of pixel bounding box 

8216config.detectorList[126].bbox_y1=3999 

8217 

8218# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8219config.detectorList[126].detectorType=0 

8220 

8221# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8222config.detectorList[126].physicalType='CCD' 

8223 

8224# Serial string associated with this specific detector 

8225config.detectorList[126].serial='R30_S01_v3.4.2' 

8226 

8227# x offset from the origin of the camera in mm in the transposed system. 

8228config.detectorList[126].offset_x=84.802627 

8229 

8230# y offset from the origin of the camera in mm in the transposed system. 

8231config.detectorList[126].offset_y=-253.98454 

8232 

8233# x position of the reference point in the detector in pixels in transposed coordinates. 

8234config.detectorList[126].refpos_x=2035.5 

8235 

8236# y position of the reference point in the detector in pixels in transposed coordinates. 

8237config.detectorList[126].refpos_y=1999.5 

8238 

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 

8241 

8242# pitch (rotation about y) of the detector in degrees 

8243config.detectorList[126].pitchDeg=0.0 

8244 

8245# roll (rotation about x) of the detector in degrees 

8246config.detectorList[126].rollDeg=0.0 

8247 

8248# Pixel size in the x dimension in mm 

8249config.detectorList[126].pixelSize_x=0.01 

8250 

8251# Pixel size in the y dimension in mm 

8252config.detectorList[126].pixelSize_y=0.01 

8253 

8254# Transpose the pixel grid before orienting in focal plane? 

8255config.detectorList[126].transposeDetector=False 

8256 

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 

8259 

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' 

8264 

8265# Name of detector slot 

8266config.detectorList[127].name='R:3,0 S:0,2' 

8267 

8268# ID of detector slot 

8269config.detectorList[127].id=3002 

8270 

8271# x0 of pixel bounding box 

8272config.detectorList[127].bbox_x0=0 

8273 

8274# y0 of pixel bounding box 

8275config.detectorList[127].bbox_y0=0 

8276 

8277# x1 of pixel bounding box 

8278config.detectorList[127].bbox_x1=4071 

8279 

8280# y1 of pixel bounding box 

8281config.detectorList[127].bbox_y1=3999 

8282 

8283# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8284config.detectorList[127].detectorType=0 

8285 

8286# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8287config.detectorList[127].physicalType='CCD' 

8288 

8289# Serial string associated with this specific detector 

8290config.detectorList[127].serial='R30_S02_v3.4.2' 

8291 

8292# x offset from the origin of the camera in mm in the transposed system. 

8293config.detectorList[127].offset_x=84.750924 

8294 

8295# y offset from the origin of the camera in mm in the transposed system. 

8296config.detectorList[127].offset_y=-211.703613 

8297 

8298# x position of the reference point in the detector in pixels in transposed coordinates. 

8299config.detectorList[127].refpos_x=2035.5 

8300 

8301# y position of the reference point in the detector in pixels in transposed coordinates. 

8302config.detectorList[127].refpos_y=1999.5 

8303 

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 

8306 

8307# pitch (rotation about y) of the detector in degrees 

8308config.detectorList[127].pitchDeg=0.0 

8309 

8310# roll (rotation about x) of the detector in degrees 

8311config.detectorList[127].rollDeg=0.0 

8312 

8313# Pixel size in the x dimension in mm 

8314config.detectorList[127].pixelSize_x=0.01 

8315 

8316# Pixel size in the y dimension in mm 

8317config.detectorList[127].pixelSize_y=0.01 

8318 

8319# Transpose the pixel grid before orienting in focal plane? 

8320config.detectorList[127].transposeDetector=False 

8321 

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 

8324 

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' 

8329 

8330# Name of detector slot 

8331config.detectorList[128].name='R:3,0 S:1,0' 

8332 

8333# ID of detector slot 

8334config.detectorList[128].id=3010 

8335 

8336# x0 of pixel bounding box 

8337config.detectorList[128].bbox_x0=0 

8338 

8339# y0 of pixel bounding box 

8340config.detectorList[128].bbox_y0=0 

8341 

8342# x1 of pixel bounding box 

8343config.detectorList[128].bbox_x1=4071 

8344 

8345# y1 of pixel bounding box 

8346config.detectorList[128].bbox_y1=3999 

8347 

8348# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8349config.detectorList[128].detectorType=0 

8350 

8351# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8352config.detectorList[128].physicalType='CCD' 

8353 

8354# Serial string associated with this specific detector 

8355config.detectorList[128].serial='R30_S10_v3.4.2' 

8356 

8357# x offset from the origin of the camera in mm in the transposed system. 

8358config.detectorList[128].offset_x=126.983376 

8359 

8360# y offset from the origin of the camera in mm in the transposed system. 

8361config.detectorList[128].offset_y=-296.291412 

8362 

8363# x position of the reference point in the detector in pixels in transposed coordinates. 

8364config.detectorList[128].refpos_x=2035.5 

8365 

8366# y position of the reference point in the detector in pixels in transposed coordinates. 

8367config.detectorList[128].refpos_y=1999.5 

8368 

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 

8371 

8372# pitch (rotation about y) of the detector in degrees 

8373config.detectorList[128].pitchDeg=0.0 

8374 

8375# roll (rotation about x) of the detector in degrees 

8376config.detectorList[128].rollDeg=0.0 

8377 

8378# Pixel size in the x dimension in mm 

8379config.detectorList[128].pixelSize_x=0.01 

8380 

8381# Pixel size in the y dimension in mm 

8382config.detectorList[128].pixelSize_y=0.01 

8383 

8384# Transpose the pixel grid before orienting in focal plane? 

8385config.detectorList[128].transposeDetector=False 

8386 

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 

8389 

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' 

8394 

8395# Name of detector slot 

8396config.detectorList[129].name='R:3,0 S:1,1' 

8397 

8398# ID of detector slot 

8399config.detectorList[129].id=3011 

8400 

8401# x0 of pixel bounding box 

8402config.detectorList[129].bbox_x0=0 

8403 

8404# y0 of pixel bounding box 

8405config.detectorList[129].bbox_y0=0 

8406 

8407# x1 of pixel bounding box 

8408config.detectorList[129].bbox_x1=4071 

8409 

8410# y1 of pixel bounding box 

8411config.detectorList[129].bbox_y1=3999 

8412 

8413# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8414config.detectorList[129].detectorType=0 

8415 

8416# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8417config.detectorList[129].physicalType='CCD' 

8418 

8419# Serial string associated with this specific detector 

8420config.detectorList[129].serial='R30_S11_v3.4.2' 

8421 

8422# x offset from the origin of the camera in mm in the transposed system. 

8423config.detectorList[129].offset_x=127.030727 

8424 

8425# y offset from the origin of the camera in mm in the transposed system. 

8426config.detectorList[129].offset_y=-253.989059 

8427 

8428# x position of the reference point in the detector in pixels in transposed coordinates. 

8429config.detectorList[129].refpos_x=2035.5 

8430 

8431# y position of the reference point in the detector in pixels in transposed coordinates. 

8432config.detectorList[129].refpos_y=1999.5 

8433 

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 

8436 

8437# pitch (rotation about y) of the detector in degrees 

8438config.detectorList[129].pitchDeg=0.0 

8439 

8440# roll (rotation about x) of the detector in degrees 

8441config.detectorList[129].rollDeg=0.0 

8442 

8443# Pixel size in the x dimension in mm 

8444config.detectorList[129].pixelSize_x=0.01 

8445 

8446# Pixel size in the y dimension in mm 

8447config.detectorList[129].pixelSize_y=0.01 

8448 

8449# Transpose the pixel grid before orienting in focal plane? 

8450config.detectorList[129].transposeDetector=False 

8451 

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 

8454 

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' 

8459 

8460# Name of detector slot 

8461config.detectorList[130].name='R:3,0 S:1,2' 

8462 

8463# ID of detector slot 

8464config.detectorList[130].id=3012 

8465 

8466# x0 of pixel bounding box 

8467config.detectorList[130].bbox_x0=0 

8468 

8469# y0 of pixel bounding box 

8470config.detectorList[130].bbox_y0=0 

8471 

8472# x1 of pixel bounding box 

8473config.detectorList[130].bbox_x1=4071 

8474 

8475# y1 of pixel bounding box 

8476config.detectorList[130].bbox_y1=3999 

8477 

8478# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8479config.detectorList[130].detectorType=0 

8480 

8481# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8482config.detectorList[130].physicalType='CCD' 

8483 

8484# Serial string associated with this specific detector 

8485config.detectorList[130].serial='R30_S12_v3.4.2' 

8486 

8487# x offset from the origin of the camera in mm in the transposed system. 

8488config.detectorList[130].offset_x=127.005983 

8489 

8490# y offset from the origin of the camera in mm in the transposed system. 

8491config.detectorList[130].offset_y=-211.759827 

8492 

8493# x position of the reference point in the detector in pixels in transposed coordinates. 

8494config.detectorList[130].refpos_x=2035.5 

8495 

8496# y position of the reference point in the detector in pixels in transposed coordinates. 

8497config.detectorList[130].refpos_y=1999.5 

8498 

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 

8501 

8502# pitch (rotation about y) of the detector in degrees 

8503config.detectorList[130].pitchDeg=0.0 

8504 

8505# roll (rotation about x) of the detector in degrees 

8506config.detectorList[130].rollDeg=0.0 

8507 

8508# Pixel size in the x dimension in mm 

8509config.detectorList[130].pixelSize_x=0.01 

8510 

8511# Pixel size in the y dimension in mm 

8512config.detectorList[130].pixelSize_y=0.01 

8513 

8514# Transpose the pixel grid before orienting in focal plane? 

8515config.detectorList[130].transposeDetector=False 

8516 

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 

8519 

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' 

8524 

8525# Name of detector slot 

8526config.detectorList[131].name='R:3,0 S:2,0' 

8527 

8528# ID of detector slot 

8529config.detectorList[131].id=3020 

8530 

8531# x0 of pixel bounding box 

8532config.detectorList[131].bbox_x0=0 

8533 

8534# y0 of pixel bounding box 

8535config.detectorList[131].bbox_y0=0 

8536 

8537# x1 of pixel bounding box 

8538config.detectorList[131].bbox_x1=4071 

8539 

8540# y1 of pixel bounding box 

8541config.detectorList[131].bbox_y1=3999 

8542 

8543# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8544config.detectorList[131].detectorType=0 

8545 

8546# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8547config.detectorList[131].physicalType='CCD' 

8548 

8549# Serial string associated with this specific detector 

8550config.detectorList[131].serial='R30_S20_v3.4.2' 

8551 

8552# x offset from the origin of the camera in mm in the transposed system. 

8553config.detectorList[131].offset_x=169.23311 

8554 

8555# y offset from the origin of the camera in mm in the transposed system. 

8556config.detectorList[131].offset_y=-296.232908 

8557 

8558# x position of the reference point in the detector in pixels in transposed coordinates. 

8559config.detectorList[131].refpos_x=2035.5 

8560 

8561# y position of the reference point in the detector in pixels in transposed coordinates. 

8562config.detectorList[131].refpos_y=1999.5 

8563 

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 

8566 

8567# pitch (rotation about y) of the detector in degrees 

8568config.detectorList[131].pitchDeg=0.0 

8569 

8570# roll (rotation about x) of the detector in degrees 

8571config.detectorList[131].rollDeg=0.0 

8572 

8573# Pixel size in the x dimension in mm 

8574config.detectorList[131].pixelSize_x=0.01 

8575 

8576# Pixel size in the y dimension in mm 

8577config.detectorList[131].pixelSize_y=0.01 

8578 

8579# Transpose the pixel grid before orienting in focal plane? 

8580config.detectorList[131].transposeDetector=False 

8581 

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 

8584 

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' 

8589 

8590# Name of detector slot 

8591config.detectorList[132].name='R:3,0 S:2,1' 

8592 

8593# ID of detector slot 

8594config.detectorList[132].id=3021 

8595 

8596# x0 of pixel bounding box 

8597config.detectorList[132].bbox_x0=0 

8598 

8599# y0 of pixel bounding box 

8600config.detectorList[132].bbox_y0=0 

8601 

8602# x1 of pixel bounding box 

8603config.detectorList[132].bbox_x1=4071 

8604 

8605# y1 of pixel bounding box 

8606config.detectorList[132].bbox_y1=3999 

8607 

8608# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8609config.detectorList[132].detectorType=0 

8610 

8611# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8612config.detectorList[132].physicalType='CCD' 

8613 

8614# Serial string associated with this specific detector 

8615config.detectorList[132].serial='R30_S21_v3.4.2' 

8616 

8617# x offset from the origin of the camera in mm in the transposed system. 

8618config.detectorList[132].offset_x=169.292556 

8619 

8620# y offset from the origin of the camera in mm in the transposed system. 

8621config.detectorList[132].offset_y=-253.974212 

8622 

8623# x position of the reference point in the detector in pixels in transposed coordinates. 

8624config.detectorList[132].refpos_x=2035.5 

8625 

8626# y position of the reference point in the detector in pixels in transposed coordinates. 

8627config.detectorList[132].refpos_y=1999.5 

8628 

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 

8631 

8632# pitch (rotation about y) of the detector in degrees 

8633config.detectorList[132].pitchDeg=0.0 

8634 

8635# roll (rotation about x) of the detector in degrees 

8636config.detectorList[132].rollDeg=0.0 

8637 

8638# Pixel size in the x dimension in mm 

8639config.detectorList[132].pixelSize_x=0.01 

8640 

8641# Pixel size in the y dimension in mm 

8642config.detectorList[132].pixelSize_y=0.01 

8643 

8644# Transpose the pixel grid before orienting in focal plane? 

8645config.detectorList[132].transposeDetector=False 

8646 

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 

8649 

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' 

8654 

8655# Name of detector slot 

8656config.detectorList[133].name='R:3,0 S:2,2' 

8657 

8658# ID of detector slot 

8659config.detectorList[133].id=3022 

8660 

8661# x0 of pixel bounding box 

8662config.detectorList[133].bbox_x0=0 

8663 

8664# y0 of pixel bounding box 

8665config.detectorList[133].bbox_y0=0 

8666 

8667# x1 of pixel bounding box 

8668config.detectorList[133].bbox_x1=4071 

8669 

8670# y1 of pixel bounding box 

8671config.detectorList[133].bbox_y1=3999 

8672 

8673# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8674config.detectorList[133].detectorType=0 

8675 

8676# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8677config.detectorList[133].physicalType='CCD' 

8678 

8679# Serial string associated with this specific detector 

8680config.detectorList[133].serial='R30_S22_v3.4.2' 

8681 

8682# x offset from the origin of the camera in mm in the transposed system. 

8683config.detectorList[133].offset_x=169.291078 

8684 

8685# y offset from the origin of the camera in mm in the transposed system. 

8686config.detectorList[133].offset_y=-211.757035 

8687 

8688# x position of the reference point in the detector in pixels in transposed coordinates. 

8689config.detectorList[133].refpos_x=2035.5 

8690 

8691# y position of the reference point in the detector in pixels in transposed coordinates. 

8692config.detectorList[133].refpos_y=1999.5 

8693 

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 

8696 

8697# pitch (rotation about y) of the detector in degrees 

8698config.detectorList[133].pitchDeg=0.0 

8699 

8700# roll (rotation about x) of the detector in degrees 

8701config.detectorList[133].rollDeg=0.0 

8702 

8703# Pixel size in the x dimension in mm 

8704config.detectorList[133].pixelSize_x=0.01 

8705 

8706# Pixel size in the y dimension in mm 

8707config.detectorList[133].pixelSize_y=0.01 

8708 

8709# Transpose the pixel grid before orienting in focal plane? 

8710config.detectorList[133].transposeDetector=False 

8711 

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 

8714 

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' 

8719 

8720# Name of detector slot 

8721config.detectorList[134].name='R:3,1 S:0,0' 

8722 

8723# ID of detector slot 

8724config.detectorList[134].id=3100 

8725 

8726# x0 of pixel bounding box 

8727config.detectorList[134].bbox_x0=0 

8728 

8729# y0 of pixel bounding box 

8730config.detectorList[134].bbox_y0=0 

8731 

8732# x1 of pixel bounding box 

8733config.detectorList[134].bbox_x1=4071 

8734 

8735# y1 of pixel bounding box 

8736config.detectorList[134].bbox_y1=3999 

8737 

8738# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8739config.detectorList[134].detectorType=0 

8740 

8741# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8742config.detectorList[134].physicalType='CCD' 

8743 

8744# Serial string associated with this specific detector 

8745config.detectorList[134].serial='R31_S00_v3.4.2' 

8746 

8747# x offset from the origin of the camera in mm in the transposed system. 

8748config.detectorList[134].offset_x=84.72557 

8749 

8750# y offset from the origin of the camera in mm in the transposed system. 

8751config.detectorList[134].offset_y=-169.192245 

8752 

8753# x position of the reference point in the detector in pixels in transposed coordinates. 

8754config.detectorList[134].refpos_x=2035.5 

8755 

8756# y position of the reference point in the detector in pixels in transposed coordinates. 

8757config.detectorList[134].refpos_y=1999.5 

8758 

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 

8761 

8762# pitch (rotation about y) of the detector in degrees 

8763config.detectorList[134].pitchDeg=0.0 

8764 

8765# roll (rotation about x) of the detector in degrees 

8766config.detectorList[134].rollDeg=0.0 

8767 

8768# Pixel size in the x dimension in mm 

8769config.detectorList[134].pixelSize_x=0.01 

8770 

8771# Pixel size in the y dimension in mm 

8772config.detectorList[134].pixelSize_y=0.01 

8773 

8774# Transpose the pixel grid before orienting in focal plane? 

8775config.detectorList[134].transposeDetector=False 

8776 

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 

8779 

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' 

8784 

8785# Name of detector slot 

8786config.detectorList[135].name='R:3,1 S:0,1' 

8787 

8788# ID of detector slot 

8789config.detectorList[135].id=3101 

8790 

8791# x0 of pixel bounding box 

8792config.detectorList[135].bbox_x0=0 

8793 

8794# y0 of pixel bounding box 

8795config.detectorList[135].bbox_y0=0 

8796 

8797# x1 of pixel bounding box 

8798config.detectorList[135].bbox_x1=4071 

8799 

8800# y1 of pixel bounding box 

8801config.detectorList[135].bbox_y1=3999 

8802 

8803# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8804config.detectorList[135].detectorType=0 

8805 

8806# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8807config.detectorList[135].physicalType='CCD' 

8808 

8809# Serial string associated with this specific detector 

8810config.detectorList[135].serial='R31_S01_v3.4.2' 

8811 

8812# x offset from the origin of the camera in mm in the transposed system. 

8813config.detectorList[135].offset_x=84.742645 

8814 

8815# y offset from the origin of the camera in mm in the transposed system. 

8816config.detectorList[135].offset_y=-126.949797 

8817 

8818# x position of the reference point in the detector in pixels in transposed coordinates. 

8819config.detectorList[135].refpos_x=2035.5 

8820 

8821# y position of the reference point in the detector in pixels in transposed coordinates. 

8822config.detectorList[135].refpos_y=1999.5 

8823 

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 

8826 

8827# pitch (rotation about y) of the detector in degrees 

8828config.detectorList[135].pitchDeg=0.0 

8829 

8830# roll (rotation about x) of the detector in degrees 

8831config.detectorList[135].rollDeg=0.0 

8832 

8833# Pixel size in the x dimension in mm 

8834config.detectorList[135].pixelSize_x=0.01 

8835 

8836# Pixel size in the y dimension in mm 

8837config.detectorList[135].pixelSize_y=0.01 

8838 

8839# Transpose the pixel grid before orienting in focal plane? 

8840config.detectorList[135].transposeDetector=False 

8841 

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 

8844 

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' 

8849 

8850# Name of detector slot 

8851config.detectorList[136].name='R:3,1 S:0,2' 

8852 

8853# ID of detector slot 

8854config.detectorList[136].id=3102 

8855 

8856# x0 of pixel bounding box 

8857config.detectorList[136].bbox_x0=0 

8858 

8859# y0 of pixel bounding box 

8860config.detectorList[136].bbox_y0=0 

8861 

8862# x1 of pixel bounding box 

8863config.detectorList[136].bbox_x1=4071 

8864 

8865# y1 of pixel bounding box 

8866config.detectorList[136].bbox_y1=3999 

8867 

8868# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8869config.detectorList[136].detectorType=0 

8870 

8871# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8872config.detectorList[136].physicalType='CCD' 

8873 

8874# Serial string associated with this specific detector 

8875config.detectorList[136].serial='R31_S02_v3.4.2' 

8876 

8877# x offset from the origin of the camera in mm in the transposed system. 

8878config.detectorList[136].offset_x=84.739754 

8879 

8880# y offset from the origin of the camera in mm in the transposed system. 

8881config.detectorList[136].offset_y=-84.778793 

8882 

8883# x position of the reference point in the detector in pixels in transposed coordinates. 

8884config.detectorList[136].refpos_x=2035.5 

8885 

8886# y position of the reference point in the detector in pixels in transposed coordinates. 

8887config.detectorList[136].refpos_y=1999.5 

8888 

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 

8891 

8892# pitch (rotation about y) of the detector in degrees 

8893config.detectorList[136].pitchDeg=0.0 

8894 

8895# roll (rotation about x) of the detector in degrees 

8896config.detectorList[136].rollDeg=0.0 

8897 

8898# Pixel size in the x dimension in mm 

8899config.detectorList[136].pixelSize_x=0.01 

8900 

8901# Pixel size in the y dimension in mm 

8902config.detectorList[136].pixelSize_y=0.01 

8903 

8904# Transpose the pixel grid before orienting in focal plane? 

8905config.detectorList[136].transposeDetector=False 

8906 

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 

8909 

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' 

8914 

8915# Name of detector slot 

8916config.detectorList[137].name='R:3,1 S:1,0' 

8917 

8918# ID of detector slot 

8919config.detectorList[137].id=3110 

8920 

8921# x0 of pixel bounding box 

8922config.detectorList[137].bbox_x0=0 

8923 

8924# y0 of pixel bounding box 

8925config.detectorList[137].bbox_y0=0 

8926 

8927# x1 of pixel bounding box 

8928config.detectorList[137].bbox_x1=4071 

8929 

8930# y1 of pixel bounding box 

8931config.detectorList[137].bbox_y1=3999 

8932 

8933# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8934config.detectorList[137].detectorType=0 

8935 

8936# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

8937config.detectorList[137].physicalType='CCD' 

8938 

8939# Serial string associated with this specific detector 

8940config.detectorList[137].serial='R31_S10_v3.4.2' 

8941 

8942# x offset from the origin of the camera in mm in the transposed system. 

8943config.detectorList[137].offset_x=127.038916 

8944 

8945# y offset from the origin of the camera in mm in the transposed system. 

8946config.detectorList[137].offset_y=-169.21231 

8947 

8948# x position of the reference point in the detector in pixels in transposed coordinates. 

8949config.detectorList[137].refpos_x=2035.5 

8950 

8951# y position of the reference point in the detector in pixels in transposed coordinates. 

8952config.detectorList[137].refpos_y=1999.5 

8953 

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 

8956 

8957# pitch (rotation about y) of the detector in degrees 

8958config.detectorList[137].pitchDeg=0.0 

8959 

8960# roll (rotation about x) of the detector in degrees 

8961config.detectorList[137].rollDeg=0.0 

8962 

8963# Pixel size in the x dimension in mm 

8964config.detectorList[137].pixelSize_x=0.01 

8965 

8966# Pixel size in the y dimension in mm 

8967config.detectorList[137].pixelSize_y=0.01 

8968 

8969# Transpose the pixel grid before orienting in focal plane? 

8970config.detectorList[137].transposeDetector=False 

8971 

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 

8974 

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' 

8979 

8980# Name of detector slot 

8981config.detectorList[138].name='R:3,1 S:1,1' 

8982 

8983# ID of detector slot 

8984config.detectorList[138].id=3111 

8985 

8986# x0 of pixel bounding box 

8987config.detectorList[138].bbox_x0=0 

8988 

8989# y0 of pixel bounding box 

8990config.detectorList[138].bbox_y0=0 

8991 

8992# x1 of pixel bounding box 

8993config.detectorList[138].bbox_x1=4071 

8994 

8995# y1 of pixel bounding box 

8996config.detectorList[138].bbox_y1=3999 

8997 

8998# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

8999config.detectorList[138].detectorType=0 

9000 

9001# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9002config.detectorList[138].physicalType='CCD' 

9003 

9004# Serial string associated with this specific detector 

9005config.detectorList[138].serial='R31_S11_v3.4.2' 

9006 

9007# x offset from the origin of the camera in mm in the transposed system. 

9008config.detectorList[138].offset_x=127.01052 

9009 

9010# y offset from the origin of the camera in mm in the transposed system. 

9011config.detectorList[138].offset_y=-126.95263 

9012 

9013# x position of the reference point in the detector in pixels in transposed coordinates. 

9014config.detectorList[138].refpos_x=2035.5 

9015 

9016# y position of the reference point in the detector in pixels in transposed coordinates. 

9017config.detectorList[138].refpos_y=1999.5 

9018 

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 

9021 

9022# pitch (rotation about y) of the detector in degrees 

9023config.detectorList[138].pitchDeg=0.0 

9024 

9025# roll (rotation about x) of the detector in degrees 

9026config.detectorList[138].rollDeg=0.0 

9027 

9028# Pixel size in the x dimension in mm 

9029config.detectorList[138].pixelSize_x=0.01 

9030 

9031# Pixel size in the y dimension in mm 

9032config.detectorList[138].pixelSize_y=0.01 

9033 

9034# Transpose the pixel grid before orienting in focal plane? 

9035config.detectorList[138].transposeDetector=False 

9036 

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 

9039 

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' 

9044 

9045# Name of detector slot 

9046config.detectorList[139].name='R:3,1 S:1,2' 

9047 

9048# ID of detector slot 

9049config.detectorList[139].id=3112 

9050 

9051# x0 of pixel bounding box 

9052config.detectorList[139].bbox_x0=0 

9053 

9054# y0 of pixel bounding box 

9055config.detectorList[139].bbox_y0=0 

9056 

9057# x1 of pixel bounding box 

9058config.detectorList[139].bbox_x1=4071 

9059 

9060# y1 of pixel bounding box 

9061config.detectorList[139].bbox_y1=3999 

9062 

9063# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9064config.detectorList[139].detectorType=0 

9065 

9066# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9067config.detectorList[139].physicalType='CCD' 

9068 

9069# Serial string associated with this specific detector 

9070config.detectorList[139].serial='R31_S12_v3.4.2' 

9071 

9072# x offset from the origin of the camera in mm in the transposed system. 

9073config.detectorList[139].offset_x=126.994574 

9074 

9075# y offset from the origin of the camera in mm in the transposed system. 

9076config.detectorList[139].offset_y=-84.744248 

9077 

9078# x position of the reference point in the detector in pixels in transposed coordinates. 

9079config.detectorList[139].refpos_x=2035.5 

9080 

9081# y position of the reference point in the detector in pixels in transposed coordinates. 

9082config.detectorList[139].refpos_y=1999.5 

9083 

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 

9086 

9087# pitch (rotation about y) of the detector in degrees 

9088config.detectorList[139].pitchDeg=0.0 

9089 

9090# roll (rotation about x) of the detector in degrees 

9091config.detectorList[139].rollDeg=0.0 

9092 

9093# Pixel size in the x dimension in mm 

9094config.detectorList[139].pixelSize_x=0.01 

9095 

9096# Pixel size in the y dimension in mm 

9097config.detectorList[139].pixelSize_y=0.01 

9098 

9099# Transpose the pixel grid before orienting in focal plane? 

9100config.detectorList[139].transposeDetector=False 

9101 

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 

9104 

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' 

9109 

9110# Name of detector slot 

9111config.detectorList[140].name='R:3,1 S:2,0' 

9112 

9113# ID of detector slot 

9114config.detectorList[140].id=3120 

9115 

9116# x0 of pixel bounding box 

9117config.detectorList[140].bbox_x0=0 

9118 

9119# y0 of pixel bounding box 

9120config.detectorList[140].bbox_y0=0 

9121 

9122# x1 of pixel bounding box 

9123config.detectorList[140].bbox_x1=4071 

9124 

9125# y1 of pixel bounding box 

9126config.detectorList[140].bbox_y1=3999 

9127 

9128# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9129config.detectorList[140].detectorType=0 

9130 

9131# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9132config.detectorList[140].physicalType='CCD' 

9133 

9134# Serial string associated with this specific detector 

9135config.detectorList[140].serial='R31_S20_v3.4.2' 

9136 

9137# x offset from the origin of the camera in mm in the transposed system. 

9138config.detectorList[140].offset_x=169.28036 

9139 

9140# y offset from the origin of the camera in mm in the transposed system. 

9141config.detectorList[140].offset_y=-169.274612 

9142 

9143# x position of the reference point in the detector in pixels in transposed coordinates. 

9144config.detectorList[140].refpos_x=2035.5 

9145 

9146# y position of the reference point in the detector in pixels in transposed coordinates. 

9147config.detectorList[140].refpos_y=1999.5 

9148 

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 

9151 

9152# pitch (rotation about y) of the detector in degrees 

9153config.detectorList[140].pitchDeg=0.0 

9154 

9155# roll (rotation about x) of the detector in degrees 

9156config.detectorList[140].rollDeg=0.0 

9157 

9158# Pixel size in the x dimension in mm 

9159config.detectorList[140].pixelSize_x=0.01 

9160 

9161# Pixel size in the y dimension in mm 

9162config.detectorList[140].pixelSize_y=0.01 

9163 

9164# Transpose the pixel grid before orienting in focal plane? 

9165config.detectorList[140].transposeDetector=False 

9166 

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 

9169 

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' 

9174 

9175# Name of detector slot 

9176config.detectorList[141].name='R:3,1 S:2,1' 

9177 

9178# ID of detector slot 

9179config.detectorList[141].id=3121 

9180 

9181# x0 of pixel bounding box 

9182config.detectorList[141].bbox_x0=0 

9183 

9184# y0 of pixel bounding box 

9185config.detectorList[141].bbox_y0=0 

9186 

9187# x1 of pixel bounding box 

9188config.detectorList[141].bbox_x1=4071 

9189 

9190# y1 of pixel bounding box 

9191config.detectorList[141].bbox_y1=3999 

9192 

9193# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9194config.detectorList[141].detectorType=0 

9195 

9196# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9197config.detectorList[141].physicalType='CCD' 

9198 

9199# Serial string associated with this specific detector 

9200config.detectorList[141].serial='R31_S21_v3.4.2' 

9201 

9202# x offset from the origin of the camera in mm in the transposed system. 

9203config.detectorList[141].offset_x=169.270386 

9204 

9205# y offset from the origin of the camera in mm in the transposed system. 

9206config.detectorList[141].offset_y=-126.972473 

9207 

9208# x position of the reference point in the detector in pixels in transposed coordinates. 

9209config.detectorList[141].refpos_x=2035.5 

9210 

9211# y position of the reference point in the detector in pixels in transposed coordinates. 

9212config.detectorList[141].refpos_y=1999.5 

9213 

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 

9216 

9217# pitch (rotation about y) of the detector in degrees 

9218config.detectorList[141].pitchDeg=0.0 

9219 

9220# roll (rotation about x) of the detector in degrees 

9221config.detectorList[141].rollDeg=0.0 

9222 

9223# Pixel size in the x dimension in mm 

9224config.detectorList[141].pixelSize_x=0.01 

9225 

9226# Pixel size in the y dimension in mm 

9227config.detectorList[141].pixelSize_y=0.01 

9228 

9229# Transpose the pixel grid before orienting in focal plane? 

9230config.detectorList[141].transposeDetector=False 

9231 

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 

9234 

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' 

9239 

9240# Name of detector slot 

9241config.detectorList[142].name='R:3,1 S:2,2' 

9242 

9243# ID of detector slot 

9244config.detectorList[142].id=3122 

9245 

9246# x0 of pixel bounding box 

9247config.detectorList[142].bbox_x0=0 

9248 

9249# y0 of pixel bounding box 

9250config.detectorList[142].bbox_y0=0 

9251 

9252# x1 of pixel bounding box 

9253config.detectorList[142].bbox_x1=4071 

9254 

9255# y1 of pixel bounding box 

9256config.detectorList[142].bbox_y1=3999 

9257 

9258# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9259config.detectorList[142].detectorType=0 

9260 

9261# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9262config.detectorList[142].physicalType='CCD' 

9263 

9264# Serial string associated with this specific detector 

9265config.detectorList[142].serial='R31_S22_v3.4.2' 

9266 

9267# x offset from the origin of the camera in mm in the transposed system. 

9268config.detectorList[142].offset_x=169.269226 

9269 

9270# y offset from the origin of the camera in mm in the transposed system. 

9271config.detectorList[142].offset_y=-84.726822 

9272 

9273# x position of the reference point in the detector in pixels in transposed coordinates. 

9274config.detectorList[142].refpos_x=2035.5 

9275 

9276# y position of the reference point in the detector in pixels in transposed coordinates. 

9277config.detectorList[142].refpos_y=1999.5 

9278 

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 

9281 

9282# pitch (rotation about y) of the detector in degrees 

9283config.detectorList[142].pitchDeg=0.0 

9284 

9285# roll (rotation about x) of the detector in degrees 

9286config.detectorList[142].rollDeg=0.0 

9287 

9288# Pixel size in the x dimension in mm 

9289config.detectorList[142].pixelSize_x=0.01 

9290 

9291# Pixel size in the y dimension in mm 

9292config.detectorList[142].pixelSize_y=0.01 

9293 

9294# Transpose the pixel grid before orienting in focal plane? 

9295config.detectorList[142].transposeDetector=False 

9296 

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 

9299 

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' 

9304 

9305# Name of detector slot 

9306config.detectorList[143].name='R:3,2 S:0,0' 

9307 

9308# ID of detector slot 

9309config.detectorList[143].id=3200 

9310 

9311# x0 of pixel bounding box 

9312config.detectorList[143].bbox_x0=0 

9313 

9314# y0 of pixel bounding box 

9315config.detectorList[143].bbox_y0=0 

9316 

9317# x1 of pixel bounding box 

9318config.detectorList[143].bbox_x1=4071 

9319 

9320# y1 of pixel bounding box 

9321config.detectorList[143].bbox_y1=3999 

9322 

9323# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9324config.detectorList[143].detectorType=0 

9325 

9326# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9327config.detectorList[143].physicalType='CCD' 

9328 

9329# Serial string associated with this specific detector 

9330config.detectorList[143].serial='R32_S00_v3.4.2' 

9331 

9332# x offset from the origin of the camera in mm in the transposed system. 

9333config.detectorList[143].offset_x=84.733764 

9334 

9335# y offset from the origin of the camera in mm in the transposed system. 

9336config.detectorList[143].offset_y=-42.245232 

9337 

9338# x position of the reference point in the detector in pixels in transposed coordinates. 

9339config.detectorList[143].refpos_x=2035.5 

9340 

9341# y position of the reference point in the detector in pixels in transposed coordinates. 

9342config.detectorList[143].refpos_y=1999.5 

9343 

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 

9346 

9347# pitch (rotation about y) of the detector in degrees 

9348config.detectorList[143].pitchDeg=0.0 

9349 

9350# roll (rotation about x) of the detector in degrees 

9351config.detectorList[143].rollDeg=0.0 

9352 

9353# Pixel size in the x dimension in mm 

9354config.detectorList[143].pixelSize_x=0.01 

9355 

9356# Pixel size in the y dimension in mm 

9357config.detectorList[143].pixelSize_y=0.01 

9358 

9359# Transpose the pixel grid before orienting in focal plane? 

9360config.detectorList[143].transposeDetector=False 

9361 

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 

9364 

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' 

9369 

9370# Name of detector slot 

9371config.detectorList[144].name='R:3,2 S:0,1' 

9372 

9373# ID of detector slot 

9374config.detectorList[144].id=3201 

9375 

9376# x0 of pixel bounding box 

9377config.detectorList[144].bbox_x0=0 

9378 

9379# y0 of pixel bounding box 

9380config.detectorList[144].bbox_y0=0 

9381 

9382# x1 of pixel bounding box 

9383config.detectorList[144].bbox_x1=4071 

9384 

9385# y1 of pixel bounding box 

9386config.detectorList[144].bbox_y1=3999 

9387 

9388# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9389config.detectorList[144].detectorType=0 

9390 

9391# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9392config.detectorList[144].physicalType='CCD' 

9393 

9394# Serial string associated with this specific detector 

9395config.detectorList[144].serial='R32_S01_v3.4.2' 

9396 

9397# x offset from the origin of the camera in mm in the transposed system. 

9398config.detectorList[144].offset_x=84.786568 

9399 

9400# y offset from the origin of the camera in mm in the transposed system. 

9401config.detectorList[144].offset_y=-0.007028 

9402 

9403# x position of the reference point in the detector in pixels in transposed coordinates. 

9404config.detectorList[144].refpos_x=2035.5 

9405 

9406# y position of the reference point in the detector in pixels in transposed coordinates. 

9407config.detectorList[144].refpos_y=1999.5 

9408 

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 

9411 

9412# pitch (rotation about y) of the detector in degrees 

9413config.detectorList[144].pitchDeg=0.0 

9414 

9415# roll (rotation about x) of the detector in degrees 

9416config.detectorList[144].rollDeg=0.0 

9417 

9418# Pixel size in the x dimension in mm 

9419config.detectorList[144].pixelSize_x=0.01 

9420 

9421# Pixel size in the y dimension in mm 

9422config.detectorList[144].pixelSize_y=0.01 

9423 

9424# Transpose the pixel grid before orienting in focal plane? 

9425config.detectorList[144].transposeDetector=False 

9426 

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 

9429 

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' 

9434 

9435# Name of detector slot 

9436config.detectorList[145].name='R:3,2 S:0,2' 

9437 

9438# ID of detector slot 

9439config.detectorList[145].id=3202 

9440 

9441# x0 of pixel bounding box 

9442config.detectorList[145].bbox_x0=0 

9443 

9444# y0 of pixel bounding box 

9445config.detectorList[145].bbox_y0=0 

9446 

9447# x1 of pixel bounding box 

9448config.detectorList[145].bbox_x1=4071 

9449 

9450# y1 of pixel bounding box 

9451config.detectorList[145].bbox_y1=3999 

9452 

9453# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9454config.detectorList[145].detectorType=0 

9455 

9456# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9457config.detectorList[145].physicalType='CCD' 

9458 

9459# Serial string associated with this specific detector 

9460config.detectorList[145].serial='R32_S02_v3.4.2' 

9461 

9462# x offset from the origin of the camera in mm in the transposed system. 

9463config.detectorList[145].offset_x=84.778687 

9464 

9465# y offset from the origin of the camera in mm in the transposed system. 

9466config.detectorList[145].offset_y=42.221688 

9467 

9468# x position of the reference point in the detector in pixels in transposed coordinates. 

9469config.detectorList[145].refpos_x=2035.5 

9470 

9471# y position of the reference point in the detector in pixels in transposed coordinates. 

9472config.detectorList[145].refpos_y=1999.5 

9473 

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 

9476 

9477# pitch (rotation about y) of the detector in degrees 

9478config.detectorList[145].pitchDeg=0.0 

9479 

9480# roll (rotation about x) of the detector in degrees 

9481config.detectorList[145].rollDeg=0.0 

9482 

9483# Pixel size in the x dimension in mm 

9484config.detectorList[145].pixelSize_x=0.01 

9485 

9486# Pixel size in the y dimension in mm 

9487config.detectorList[145].pixelSize_y=0.01 

9488 

9489# Transpose the pixel grid before orienting in focal plane? 

9490config.detectorList[145].transposeDetector=False 

9491 

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 

9494 

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' 

9499 

9500# Name of detector slot 

9501config.detectorList[146].name='R:3,2 S:1,0' 

9502 

9503# ID of detector slot 

9504config.detectorList[146].id=3210 

9505 

9506# x0 of pixel bounding box 

9507config.detectorList[146].bbox_x0=0 

9508 

9509# y0 of pixel bounding box 

9510config.detectorList[146].bbox_y0=0 

9511 

9512# x1 of pixel bounding box 

9513config.detectorList[146].bbox_x1=4071 

9514 

9515# y1 of pixel bounding box 

9516config.detectorList[146].bbox_y1=3999 

9517 

9518# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9519config.detectorList[146].detectorType=0 

9520 

9521# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9522config.detectorList[146].physicalType='CCD' 

9523 

9524# Serial string associated with this specific detector 

9525config.detectorList[146].serial='R32_S10_v3.4.2' 

9526 

9527# x offset from the origin of the camera in mm in the transposed system. 

9528config.detectorList[146].offset_x=126.967268 

9529 

9530# y offset from the origin of the camera in mm in the transposed system. 

9531config.detectorList[146].offset_y=-42.267803 

9532 

9533# x position of the reference point in the detector in pixels in transposed coordinates. 

9534config.detectorList[146].refpos_x=2035.5 

9535 

9536# y position of the reference point in the detector in pixels in transposed coordinates. 

9537config.detectorList[146].refpos_y=1999.5 

9538 

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 

9541 

9542# pitch (rotation about y) of the detector in degrees 

9543config.detectorList[146].pitchDeg=0.0 

9544 

9545# roll (rotation about x) of the detector in degrees 

9546config.detectorList[146].rollDeg=0.0 

9547 

9548# Pixel size in the x dimension in mm 

9549config.detectorList[146].pixelSize_x=0.01 

9550 

9551# Pixel size in the y dimension in mm 

9552config.detectorList[146].pixelSize_y=0.01 

9553 

9554# Transpose the pixel grid before orienting in focal plane? 

9555config.detectorList[146].transposeDetector=False 

9556 

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 

9559 

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' 

9564 

9565# Name of detector slot 

9566config.detectorList[147].name='R:3,2 S:1,1' 

9567 

9568# ID of detector slot 

9569config.detectorList[147].id=3211 

9570 

9571# x0 of pixel bounding box 

9572config.detectorList[147].bbox_x0=0 

9573 

9574# y0 of pixel bounding box 

9575config.detectorList[147].bbox_y0=0 

9576 

9577# x1 of pixel bounding box 

9578config.detectorList[147].bbox_x1=4071 

9579 

9580# y1 of pixel bounding box 

9581config.detectorList[147].bbox_y1=3999 

9582 

9583# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9584config.detectorList[147].detectorType=0 

9585 

9586# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9587config.detectorList[147].physicalType='CCD' 

9588 

9589# Serial string associated with this specific detector 

9590config.detectorList[147].serial='R32_S11_v3.4.2' 

9591 

9592# x offset from the origin of the camera in mm in the transposed system. 

9593config.detectorList[147].offset_x=126.988663 

9594 

9595# y offset from the origin of the camera in mm in the transposed system. 

9596config.detectorList[147].offset_y=-0.015682 

9597 

9598# x position of the reference point in the detector in pixels in transposed coordinates. 

9599config.detectorList[147].refpos_x=2035.5 

9600 

9601# y position of the reference point in the detector in pixels in transposed coordinates. 

9602config.detectorList[147].refpos_y=1999.5 

9603 

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 

9606 

9607# pitch (rotation about y) of the detector in degrees 

9608config.detectorList[147].pitchDeg=0.0 

9609 

9610# roll (rotation about x) of the detector in degrees 

9611config.detectorList[147].rollDeg=0.0 

9612 

9613# Pixel size in the x dimension in mm 

9614config.detectorList[147].pixelSize_x=0.01 

9615 

9616# Pixel size in the y dimension in mm 

9617config.detectorList[147].pixelSize_y=0.01 

9618 

9619# Transpose the pixel grid before orienting in focal plane? 

9620config.detectorList[147].transposeDetector=False 

9621 

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 

9624 

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' 

9629 

9630# Name of detector slot 

9631config.detectorList[148].name='R:3,2 S:1,2' 

9632 

9633# ID of detector slot 

9634config.detectorList[148].id=3212 

9635 

9636# x0 of pixel bounding box 

9637config.detectorList[148].bbox_x0=0 

9638 

9639# y0 of pixel bounding box 

9640config.detectorList[148].bbox_y0=0 

9641 

9642# x1 of pixel bounding box 

9643config.detectorList[148].bbox_x1=4071 

9644 

9645# y1 of pixel bounding box 

9646config.detectorList[148].bbox_y1=3999 

9647 

9648# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9649config.detectorList[148].detectorType=0 

9650 

9651# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9652config.detectorList[148].physicalType='CCD' 

9653 

9654# Serial string associated with this specific detector 

9655config.detectorList[148].serial='R32_S12_v3.4.2' 

9656 

9657# x offset from the origin of the camera in mm in the transposed system. 

9658config.detectorList[148].offset_x=126.959847 

9659 

9660# y offset from the origin of the camera in mm in the transposed system. 

9661config.detectorList[148].offset_y=42.245056 

9662 

9663# x position of the reference point in the detector in pixels in transposed coordinates. 

9664config.detectorList[148].refpos_x=2035.5 

9665 

9666# y position of the reference point in the detector in pixels in transposed coordinates. 

9667config.detectorList[148].refpos_y=1999.5 

9668 

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 

9671 

9672# pitch (rotation about y) of the detector in degrees 

9673config.detectorList[148].pitchDeg=0.0 

9674 

9675# roll (rotation about x) of the detector in degrees 

9676config.detectorList[148].rollDeg=0.0 

9677 

9678# Pixel size in the x dimension in mm 

9679config.detectorList[148].pixelSize_x=0.01 

9680 

9681# Pixel size in the y dimension in mm 

9682config.detectorList[148].pixelSize_y=0.01 

9683 

9684# Transpose the pixel grid before orienting in focal plane? 

9685config.detectorList[148].transposeDetector=False 

9686 

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 

9689 

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' 

9694 

9695# Name of detector slot 

9696config.detectorList[149].name='R:3,2 S:2,0' 

9697 

9698# ID of detector slot 

9699config.detectorList[149].id=3220 

9700 

9701# x0 of pixel bounding box 

9702config.detectorList[149].bbox_x0=0 

9703 

9704# y0 of pixel bounding box 

9705config.detectorList[149].bbox_y0=0 

9706 

9707# x1 of pixel bounding box 

9708config.detectorList[149].bbox_x1=4071 

9709 

9710# y1 of pixel bounding box 

9711config.detectorList[149].bbox_y1=3999 

9712 

9713# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9714config.detectorList[149].detectorType=0 

9715 

9716# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9717config.detectorList[149].physicalType='CCD' 

9718 

9719# Serial string associated with this specific detector 

9720config.detectorList[149].serial='R32_S20_v3.4.2' 

9721 

9722# x offset from the origin of the camera in mm in the transposed system. 

9723config.detectorList[149].offset_x=169.249605 

9724 

9725# y offset from the origin of the camera in mm in the transposed system. 

9726config.detectorList[149].offset_y=-42.254421 

9727 

9728# x position of the reference point in the detector in pixels in transposed coordinates. 

9729config.detectorList[149].refpos_x=2035.5 

9730 

9731# y position of the reference point in the detector in pixels in transposed coordinates. 

9732config.detectorList[149].refpos_y=1999.5 

9733 

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 

9736 

9737# pitch (rotation about y) of the detector in degrees 

9738config.detectorList[149].pitchDeg=0.0 

9739 

9740# roll (rotation about x) of the detector in degrees 

9741config.detectorList[149].rollDeg=0.0 

9742 

9743# Pixel size in the x dimension in mm 

9744config.detectorList[149].pixelSize_x=0.01 

9745 

9746# Pixel size in the y dimension in mm 

9747config.detectorList[149].pixelSize_y=0.01 

9748 

9749# Transpose the pixel grid before orienting in focal plane? 

9750config.detectorList[149].transposeDetector=False 

9751 

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 

9754 

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' 

9759 

9760# Name of detector slot 

9761config.detectorList[150].name='R:3,2 S:2,1' 

9762 

9763# ID of detector slot 

9764config.detectorList[150].id=3221 

9765 

9766# x0 of pixel bounding box 

9767config.detectorList[150].bbox_x0=0 

9768 

9769# y0 of pixel bounding box 

9770config.detectorList[150].bbox_y0=0 

9771 

9772# x1 of pixel bounding box 

9773config.detectorList[150].bbox_x1=4071 

9774 

9775# y1 of pixel bounding box 

9776config.detectorList[150].bbox_y1=3999 

9777 

9778# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9779config.detectorList[150].detectorType=0 

9780 

9781# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9782config.detectorList[150].physicalType='CCD' 

9783 

9784# Serial string associated with this specific detector 

9785config.detectorList[150].serial='R32_S21_v3.4.2' 

9786 

9787# x offset from the origin of the camera in mm in the transposed system. 

9788config.detectorList[150].offset_x=169.208693 

9789 

9790# y offset from the origin of the camera in mm in the transposed system. 

9791config.detectorList[150].offset_y=0.030015 

9792 

9793# x position of the reference point in the detector in pixels in transposed coordinates. 

9794config.detectorList[150].refpos_x=2035.5 

9795 

9796# y position of the reference point in the detector in pixels in transposed coordinates. 

9797config.detectorList[150].refpos_y=1999.5 

9798 

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 

9801 

9802# pitch (rotation about y) of the detector in degrees 

9803config.detectorList[150].pitchDeg=0.0 

9804 

9805# roll (rotation about x) of the detector in degrees 

9806config.detectorList[150].rollDeg=0.0 

9807 

9808# Pixel size in the x dimension in mm 

9809config.detectorList[150].pixelSize_x=0.01 

9810 

9811# Pixel size in the y dimension in mm 

9812config.detectorList[150].pixelSize_y=0.01 

9813 

9814# Transpose the pixel grid before orienting in focal plane? 

9815config.detectorList[150].transposeDetector=False 

9816 

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 

9819 

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' 

9824 

9825# Name of detector slot 

9826config.detectorList[151].name='R:3,2 S:2,2' 

9827 

9828# ID of detector slot 

9829config.detectorList[151].id=3222 

9830 

9831# x0 of pixel bounding box 

9832config.detectorList[151].bbox_x0=0 

9833 

9834# y0 of pixel bounding box 

9835config.detectorList[151].bbox_y0=0 

9836 

9837# x1 of pixel bounding box 

9838config.detectorList[151].bbox_x1=4071 

9839 

9840# y1 of pixel bounding box 

9841config.detectorList[151].bbox_y1=3999 

9842 

9843# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9844config.detectorList[151].detectorType=0 

9845 

9846# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9847config.detectorList[151].physicalType='CCD' 

9848 

9849# Serial string associated with this specific detector 

9850config.detectorList[151].serial='R32_S22_v3.4.2' 

9851 

9852# x offset from the origin of the camera in mm in the transposed system. 

9853config.detectorList[151].offset_x=169.208147 

9854 

9855# y offset from the origin of the camera in mm in the transposed system. 

9856config.detectorList[151].offset_y=42.272449 

9857 

9858# x position of the reference point in the detector in pixels in transposed coordinates. 

9859config.detectorList[151].refpos_x=2035.5 

9860 

9861# y position of the reference point in the detector in pixels in transposed coordinates. 

9862config.detectorList[151].refpos_y=1999.5 

9863 

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 

9866 

9867# pitch (rotation about y) of the detector in degrees 

9868config.detectorList[151].pitchDeg=0.0 

9869 

9870# roll (rotation about x) of the detector in degrees 

9871config.detectorList[151].rollDeg=0.0 

9872 

9873# Pixel size in the x dimension in mm 

9874config.detectorList[151].pixelSize_x=0.01 

9875 

9876# Pixel size in the y dimension in mm 

9877config.detectorList[151].pixelSize_y=0.01 

9878 

9879# Transpose the pixel grid before orienting in focal plane? 

9880config.detectorList[151].transposeDetector=False 

9881 

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 

9884 

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' 

9889 

9890# Name of detector slot 

9891config.detectorList[152].name='R:3,3 S:0,0' 

9892 

9893# ID of detector slot 

9894config.detectorList[152].id=3300 

9895 

9896# x0 of pixel bounding box 

9897config.detectorList[152].bbox_x0=0 

9898 

9899# y0 of pixel bounding box 

9900config.detectorList[152].bbox_y0=0 

9901 

9902# x1 of pixel bounding box 

9903config.detectorList[152].bbox_x1=4071 

9904 

9905# y1 of pixel bounding box 

9906config.detectorList[152].bbox_y1=3999 

9907 

9908# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9909config.detectorList[152].detectorType=0 

9910 

9911# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9912config.detectorList[152].physicalType='CCD' 

9913 

9914# Serial string associated with this specific detector 

9915config.detectorList[152].serial='R33_S00_v3.4.2' 

9916 

9917# x offset from the origin of the camera in mm in the transposed system. 

9918config.detectorList[152].offset_x=84.76506 

9919 

9920# y offset from the origin of the camera in mm in the transposed system. 

9921config.detectorList[152].offset_y=84.693977 

9922 

9923# x position of the reference point in the detector in pixels in transposed coordinates. 

9924config.detectorList[152].refpos_x=2035.5 

9925 

9926# y position of the reference point in the detector in pixels in transposed coordinates. 

9927config.detectorList[152].refpos_y=1999.5 

9928 

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 

9931 

9932# pitch (rotation about y) of the detector in degrees 

9933config.detectorList[152].pitchDeg=0.0 

9934 

9935# roll (rotation about x) of the detector in degrees 

9936config.detectorList[152].rollDeg=0.0 

9937 

9938# Pixel size in the x dimension in mm 

9939config.detectorList[152].pixelSize_x=0.01 

9940 

9941# Pixel size in the y dimension in mm 

9942config.detectorList[152].pixelSize_y=0.01 

9943 

9944# Transpose the pixel grid before orienting in focal plane? 

9945config.detectorList[152].transposeDetector=False 

9946 

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 

9949 

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' 

9954 

9955# Name of detector slot 

9956config.detectorList[153].name='R:3,3 S:0,1' 

9957 

9958# ID of detector slot 

9959config.detectorList[153].id=3301 

9960 

9961# x0 of pixel bounding box 

9962config.detectorList[153].bbox_x0=0 

9963 

9964# y0 of pixel bounding box 

9965config.detectorList[153].bbox_y0=0 

9966 

9967# x1 of pixel bounding box 

9968config.detectorList[153].bbox_x1=4071 

9969 

9970# y1 of pixel bounding box 

9971config.detectorList[153].bbox_y1=3999 

9972 

9973# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

9974config.detectorList[153].detectorType=0 

9975 

9976# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

9977config.detectorList[153].physicalType='CCD' 

9978 

9979# Serial string associated with this specific detector 

9980config.detectorList[153].serial='R33_S01_v3.4.2' 

9981 

9982# x offset from the origin of the camera in mm in the transposed system. 

9983config.detectorList[153].offset_x=84.739632 

9984 

9985# y offset from the origin of the camera in mm in the transposed system. 

9986config.detectorList[153].offset_y=126.986397 

9987 

9988# x position of the reference point in the detector in pixels in transposed coordinates. 

9989config.detectorList[153].refpos_x=2035.5 

9990 

9991# y position of the reference point in the detector in pixels in transposed coordinates. 

9992config.detectorList[153].refpos_y=1999.5 

9993 

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 

9996 

9997# pitch (rotation about y) of the detector in degrees 

9998config.detectorList[153].pitchDeg=0.0 

9999 

10000# roll (rotation about x) of the detector in degrees 

10001config.detectorList[153].rollDeg=0.0 

10002 

10003# Pixel size in the x dimension in mm 

10004config.detectorList[153].pixelSize_x=0.01 

10005 

10006# Pixel size in the y dimension in mm 

10007config.detectorList[153].pixelSize_y=0.01 

10008 

10009# Transpose the pixel grid before orienting in focal plane? 

10010config.detectorList[153].transposeDetector=False 

10011 

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 

10014 

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' 

10019 

10020# Name of detector slot 

10021config.detectorList[154].name='R:3,3 S:0,2' 

10022 

10023# ID of detector slot 

10024config.detectorList[154].id=3302 

10025 

10026# x0 of pixel bounding box 

10027config.detectorList[154].bbox_x0=0 

10028 

10029# y0 of pixel bounding box 

10030config.detectorList[154].bbox_y0=0 

10031 

10032# x1 of pixel bounding box 

10033config.detectorList[154].bbox_x1=4071 

10034 

10035# y1 of pixel bounding box 

10036config.detectorList[154].bbox_y1=3999 

10037 

10038# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10039config.detectorList[154].detectorType=0 

10040 

10041# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10042config.detectorList[154].physicalType='CCD' 

10043 

10044# Serial string associated with this specific detector 

10045config.detectorList[154].serial='R33_S02_v3.4.2' 

10046 

10047# x offset from the origin of the camera in mm in the transposed system. 

10048config.detectorList[154].offset_x=84.746444 

10049 

10050# y offset from the origin of the camera in mm in the transposed system. 

10051config.detectorList[154].offset_y=169.211823 

10052 

10053# x position of the reference point in the detector in pixels in transposed coordinates. 

10054config.detectorList[154].refpos_x=2035.5 

10055 

10056# y position of the reference point in the detector in pixels in transposed coordinates. 

10057config.detectorList[154].refpos_y=1999.5 

10058 

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 

10061 

10062# pitch (rotation about y) of the detector in degrees 

10063config.detectorList[154].pitchDeg=0.0 

10064 

10065# roll (rotation about x) of the detector in degrees 

10066config.detectorList[154].rollDeg=0.0 

10067 

10068# Pixel size in the x dimension in mm 

10069config.detectorList[154].pixelSize_x=0.01 

10070 

10071# Pixel size in the y dimension in mm 

10072config.detectorList[154].pixelSize_y=0.01 

10073 

10074# Transpose the pixel grid before orienting in focal plane? 

10075config.detectorList[154].transposeDetector=False 

10076 

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 

10079 

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' 

10084 

10085# Name of detector slot 

10086config.detectorList[155].name='R:3,3 S:1,0' 

10087 

10088# ID of detector slot 

10089config.detectorList[155].id=3310 

10090 

10091# x0 of pixel bounding box 

10092config.detectorList[155].bbox_x0=0 

10093 

10094# y0 of pixel bounding box 

10095config.detectorList[155].bbox_y0=0 

10096 

10097# x1 of pixel bounding box 

10098config.detectorList[155].bbox_x1=4071 

10099 

10100# y1 of pixel bounding box 

10101config.detectorList[155].bbox_y1=3999 

10102 

10103# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10104config.detectorList[155].detectorType=0 

10105 

10106# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10107config.detectorList[155].physicalType='CCD' 

10108 

10109# Serial string associated with this specific detector 

10110config.detectorList[155].serial='R33_S10_v3.4.2' 

10111 

10112# x offset from the origin of the camera in mm in the transposed system. 

10113config.detectorList[155].offset_x=126.977738 

10114 

10115# y offset from the origin of the camera in mm in the transposed system. 

10116config.detectorList[155].offset_y=84.714187 

10117 

10118# x position of the reference point in the detector in pixels in transposed coordinates. 

10119config.detectorList[155].refpos_x=2035.5 

10120 

10121# y position of the reference point in the detector in pixels in transposed coordinates. 

10122config.detectorList[155].refpos_y=1999.5 

10123 

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 

10126 

10127# pitch (rotation about y) of the detector in degrees 

10128config.detectorList[155].pitchDeg=0.0 

10129 

10130# roll (rotation about x) of the detector in degrees 

10131config.detectorList[155].rollDeg=0.0 

10132 

10133# Pixel size in the x dimension in mm 

10134config.detectorList[155].pixelSize_x=0.01 

10135 

10136# Pixel size in the y dimension in mm 

10137config.detectorList[155].pixelSize_y=0.01 

10138 

10139# Transpose the pixel grid before orienting in focal plane? 

10140config.detectorList[155].transposeDetector=False 

10141 

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 

10144 

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' 

10149 

10150# Name of detector slot 

10151config.detectorList[156].name='R:3,3 S:1,1' 

10152 

10153# ID of detector slot 

10154config.detectorList[156].id=3311 

10155 

10156# x0 of pixel bounding box 

10157config.detectorList[156].bbox_x0=0 

10158 

10159# y0 of pixel bounding box 

10160config.detectorList[156].bbox_y0=0 

10161 

10162# x1 of pixel bounding box 

10163config.detectorList[156].bbox_x1=4071 

10164 

10165# y1 of pixel bounding box 

10166config.detectorList[156].bbox_y1=3999 

10167 

10168# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10169config.detectorList[156].detectorType=0 

10170 

10171# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10172config.detectorList[156].physicalType='CCD' 

10173 

10174# Serial string associated with this specific detector 

10175config.detectorList[156].serial='R33_S11_v3.4.2' 

10176 

10177# x offset from the origin of the camera in mm in the transposed system. 

10178config.detectorList[156].offset_x=126.970084 

10179 

10180# y offset from the origin of the camera in mm in the transposed system. 

10181config.detectorList[156].offset_y=127.038788 

10182 

10183# x position of the reference point in the detector in pixels in transposed coordinates. 

10184config.detectorList[156].refpos_x=2035.5 

10185 

10186# y position of the reference point in the detector in pixels in transposed coordinates. 

10187config.detectorList[156].refpos_y=1999.5 

10188 

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 

10191 

10192# pitch (rotation about y) of the detector in degrees 

10193config.detectorList[156].pitchDeg=0.0 

10194 

10195# roll (rotation about x) of the detector in degrees 

10196config.detectorList[156].rollDeg=0.0 

10197 

10198# Pixel size in the x dimension in mm 

10199config.detectorList[156].pixelSize_x=0.01 

10200 

10201# Pixel size in the y dimension in mm 

10202config.detectorList[156].pixelSize_y=0.01 

10203 

10204# Transpose the pixel grid before orienting in focal plane? 

10205config.detectorList[156].transposeDetector=False 

10206 

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 

10209 

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' 

10214 

10215# Name of detector slot 

10216config.detectorList[157].name='R:3,3 S:1,2' 

10217 

10218# ID of detector slot 

10219config.detectorList[157].id=3312 

10220 

10221# x0 of pixel bounding box 

10222config.detectorList[157].bbox_x0=0 

10223 

10224# y0 of pixel bounding box 

10225config.detectorList[157].bbox_y0=0 

10226 

10227# x1 of pixel bounding box 

10228config.detectorList[157].bbox_x1=4071 

10229 

10230# y1 of pixel bounding box 

10231config.detectorList[157].bbox_y1=3999 

10232 

10233# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10234config.detectorList[157].detectorType=0 

10235 

10236# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10237config.detectorList[157].physicalType='CCD' 

10238 

10239# Serial string associated with this specific detector 

10240config.detectorList[157].serial='R33_S12_v3.4.2' 

10241 

10242# x offset from the origin of the camera in mm in the transposed system. 

10243config.detectorList[157].offset_x=127.024354 

10244 

10245# y offset from the origin of the camera in mm in the transposed system. 

10246config.detectorList[157].offset_y=169.204483 

10247 

10248# x position of the reference point in the detector in pixels in transposed coordinates. 

10249config.detectorList[157].refpos_x=2035.5 

10250 

10251# y position of the reference point in the detector in pixels in transposed coordinates. 

10252config.detectorList[157].refpos_y=1999.5 

10253 

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 

10256 

10257# pitch (rotation about y) of the detector in degrees 

10258config.detectorList[157].pitchDeg=0.0 

10259 

10260# roll (rotation about x) of the detector in degrees 

10261config.detectorList[157].rollDeg=0.0 

10262 

10263# Pixel size in the x dimension in mm 

10264config.detectorList[157].pixelSize_x=0.01 

10265 

10266# Pixel size in the y dimension in mm 

10267config.detectorList[157].pixelSize_y=0.01 

10268 

10269# Transpose the pixel grid before orienting in focal plane? 

10270config.detectorList[157].transposeDetector=False 

10271 

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 

10274 

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' 

10279 

10280# Name of detector slot 

10281config.detectorList[158].name='R:3,3 S:2,0' 

10282 

10283# ID of detector slot 

10284config.detectorList[158].id=3320 

10285 

10286# x0 of pixel bounding box 

10287config.detectorList[158].bbox_x0=0 

10288 

10289# y0 of pixel bounding box 

10290config.detectorList[158].bbox_y0=0 

10291 

10292# x1 of pixel bounding box 

10293config.detectorList[158].bbox_x1=4071 

10294 

10295# y1 of pixel bounding box 

10296config.detectorList[158].bbox_y1=3999 

10297 

10298# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10299config.detectorList[158].detectorType=0 

10300 

10301# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10302config.detectorList[158].physicalType='CCD' 

10303 

10304# Serial string associated with this specific detector 

10305config.detectorList[158].serial='R33_S20_v3.4.2' 

10306 

10307# x offset from the origin of the camera in mm in the transposed system. 

10308config.detectorList[158].offset_x=169.30905 

10309 

10310# y offset from the origin of the camera in mm in the transposed system. 

10311config.detectorList[158].offset_y=84.777635 

10312 

10313# x position of the reference point in the detector in pixels in transposed coordinates. 

10314config.detectorList[158].refpos_x=2035.5 

10315 

10316# y position of the reference point in the detector in pixels in transposed coordinates. 

10317config.detectorList[158].refpos_y=1999.5 

10318 

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 

10321 

10322# pitch (rotation about y) of the detector in degrees 

10323config.detectorList[158].pitchDeg=0.0 

10324 

10325# roll (rotation about x) of the detector in degrees 

10326config.detectorList[158].rollDeg=0.0 

10327 

10328# Pixel size in the x dimension in mm 

10329config.detectorList[158].pixelSize_x=0.01 

10330 

10331# Pixel size in the y dimension in mm 

10332config.detectorList[158].pixelSize_y=0.01 

10333 

10334# Transpose the pixel grid before orienting in focal plane? 

10335config.detectorList[158].transposeDetector=False 

10336 

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 

10339 

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' 

10344 

10345# Name of detector slot 

10346config.detectorList[159].name='R:3,3 S:2,1' 

10347 

10348# ID of detector slot 

10349config.detectorList[159].id=3321 

10350 

10351# x0 of pixel bounding box 

10352config.detectorList[159].bbox_x0=0 

10353 

10354# y0 of pixel bounding box 

10355config.detectorList[159].bbox_y0=0 

10356 

10357# x1 of pixel bounding box 

10358config.detectorList[159].bbox_x1=4071 

10359 

10360# y1 of pixel bounding box 

10361config.detectorList[159].bbox_y1=3999 

10362 

10363# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10364config.detectorList[159].detectorType=0 

10365 

10366# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10367config.detectorList[159].physicalType='CCD' 

10368 

10369# Serial string associated with this specific detector 

10370config.detectorList[159].serial='R33_S21_v3.4.2' 

10371 

10372# x offset from the origin of the camera in mm in the transposed system. 

10373config.detectorList[159].offset_x=169.24678 

10374 

10375# y offset from the origin of the camera in mm in the transposed system. 

10376config.detectorList[159].offset_y=127.000733 

10377 

10378# x position of the reference point in the detector in pixels in transposed coordinates. 

10379config.detectorList[159].refpos_x=2035.5 

10380 

10381# y position of the reference point in the detector in pixels in transposed coordinates. 

10382config.detectorList[159].refpos_y=1999.5 

10383 

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 

10386 

10387# pitch (rotation about y) of the detector in degrees 

10388config.detectorList[159].pitchDeg=0.0 

10389 

10390# roll (rotation about x) of the detector in degrees 

10391config.detectorList[159].rollDeg=0.0 

10392 

10393# Pixel size in the x dimension in mm 

10394config.detectorList[159].pixelSize_x=0.01 

10395 

10396# Pixel size in the y dimension in mm 

10397config.detectorList[159].pixelSize_y=0.01 

10398 

10399# Transpose the pixel grid before orienting in focal plane? 

10400config.detectorList[159].transposeDetector=False 

10401 

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 

10404 

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' 

10409 

10410# Name of detector slot 

10411config.detectorList[160].name='R:3,3 S:2,2' 

10412 

10413# ID of detector slot 

10414config.detectorList[160].id=3322 

10415 

10416# x0 of pixel bounding box 

10417config.detectorList[160].bbox_x0=0 

10418 

10419# y0 of pixel bounding box 

10420config.detectorList[160].bbox_y0=0 

10421 

10422# x1 of pixel bounding box 

10423config.detectorList[160].bbox_x1=4071 

10424 

10425# y1 of pixel bounding box 

10426config.detectorList[160].bbox_y1=3999 

10427 

10428# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10429config.detectorList[160].detectorType=0 

10430 

10431# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10432config.detectorList[160].physicalType='CCD' 

10433 

10434# Serial string associated with this specific detector 

10435config.detectorList[160].serial='R33_S22_v3.4.2' 

10436 

10437# x offset from the origin of the camera in mm in the transposed system. 

10438config.detectorList[160].offset_x=169.247843 

10439 

10440# y offset from the origin of the camera in mm in the transposed system. 

10441config.detectorList[160].offset_y=169.295273 

10442 

10443# x position of the reference point in the detector in pixels in transposed coordinates. 

10444config.detectorList[160].refpos_x=2035.5 

10445 

10446# y position of the reference point in the detector in pixels in transposed coordinates. 

10447config.detectorList[160].refpos_y=1999.5 

10448 

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 

10451 

10452# pitch (rotation about y) of the detector in degrees 

10453config.detectorList[160].pitchDeg=0.0 

10454 

10455# roll (rotation about x) of the detector in degrees 

10456config.detectorList[160].rollDeg=0.0 

10457 

10458# Pixel size in the x dimension in mm 

10459config.detectorList[160].pixelSize_x=0.01 

10460 

10461# Pixel size in the y dimension in mm 

10462config.detectorList[160].pixelSize_y=0.01 

10463 

10464# Transpose the pixel grid before orienting in focal plane? 

10465config.detectorList[160].transposeDetector=False 

10466 

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 

10469 

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' 

10474 

10475# Name of detector slot 

10476config.detectorList[161].name='R:3,4 S:0,0' 

10477 

10478# ID of detector slot 

10479config.detectorList[161].id=3400 

10480 

10481# x0 of pixel bounding box 

10482config.detectorList[161].bbox_x0=0 

10483 

10484# y0 of pixel bounding box 

10485config.detectorList[161].bbox_y0=0 

10486 

10487# x1 of pixel bounding box 

10488config.detectorList[161].bbox_x1=4071 

10489 

10490# y1 of pixel bounding box 

10491config.detectorList[161].bbox_y1=3999 

10492 

10493# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10494config.detectorList[161].detectorType=0 

10495 

10496# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10497config.detectorList[161].physicalType='CCD' 

10498 

10499# Serial string associated with this specific detector 

10500config.detectorList[161].serial='R34_S00_v3.4.2' 

10501 

10502# x offset from the origin of the camera in mm in the transposed system. 

10503config.detectorList[161].offset_x=84.698089 

10504 

10505# y offset from the origin of the camera in mm in the transposed system. 

10506config.detectorList[161].offset_y=211.70752 

10507 

10508# x position of the reference point in the detector in pixels in transposed coordinates. 

10509config.detectorList[161].refpos_x=2035.5 

10510 

10511# y position of the reference point in the detector in pixels in transposed coordinates. 

10512config.detectorList[161].refpos_y=1999.5 

10513 

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 

10516 

10517# pitch (rotation about y) of the detector in degrees 

10518config.detectorList[161].pitchDeg=0.0 

10519 

10520# roll (rotation about x) of the detector in degrees 

10521config.detectorList[161].rollDeg=0.0 

10522 

10523# Pixel size in the x dimension in mm 

10524config.detectorList[161].pixelSize_x=0.01 

10525 

10526# Pixel size in the y dimension in mm 

10527config.detectorList[161].pixelSize_y=0.01 

10528 

10529# Transpose the pixel grid before orienting in focal plane? 

10530config.detectorList[161].transposeDetector=False 

10531 

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 

10534 

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' 

10539 

10540# Name of detector slot 

10541config.detectorList[162].name='R:3,4 S:0,1' 

10542 

10543# ID of detector slot 

10544config.detectorList[162].id=3401 

10545 

10546# x0 of pixel bounding box 

10547config.detectorList[162].bbox_x0=0 

10548 

10549# y0 of pixel bounding box 

10550config.detectorList[162].bbox_y0=0 

10551 

10552# x1 of pixel bounding box 

10553config.detectorList[162].bbox_x1=4071 

10554 

10555# y1 of pixel bounding box 

10556config.detectorList[162].bbox_y1=3999 

10557 

10558# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10559config.detectorList[162].detectorType=0 

10560 

10561# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10562config.detectorList[162].physicalType='CCD' 

10563 

10564# Serial string associated with this specific detector 

10565config.detectorList[162].serial='R34_S01_v3.4.2' 

10566 

10567# x offset from the origin of the camera in mm in the transposed system. 

10568config.detectorList[162].offset_x=84.677292 

10569 

10570# y offset from the origin of the camera in mm in the transposed system. 

10571config.detectorList[162].offset_y=254.043595 

10572 

10573# x position of the reference point in the detector in pixels in transposed coordinates. 

10574config.detectorList[162].refpos_x=2035.5 

10575 

10576# y position of the reference point in the detector in pixels in transposed coordinates. 

10577config.detectorList[162].refpos_y=1999.5 

10578 

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 

10581 

10582# pitch (rotation about y) of the detector in degrees 

10583config.detectorList[162].pitchDeg=0.0 

10584 

10585# roll (rotation about x) of the detector in degrees 

10586config.detectorList[162].rollDeg=0.0 

10587 

10588# Pixel size in the x dimension in mm 

10589config.detectorList[162].pixelSize_x=0.01 

10590 

10591# Pixel size in the y dimension in mm 

10592config.detectorList[162].pixelSize_y=0.01 

10593 

10594# Transpose the pixel grid before orienting in focal plane? 

10595config.detectorList[162].transposeDetector=False 

10596 

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 

10599 

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' 

10604 

10605# Name of detector slot 

10606config.detectorList[163].name='R:3,4 S:0,2' 

10607 

10608# ID of detector slot 

10609config.detectorList[163].id=3402 

10610 

10611# x0 of pixel bounding box 

10612config.detectorList[163].bbox_x0=0 

10613 

10614# y0 of pixel bounding box 

10615config.detectorList[163].bbox_y0=0 

10616 

10617# x1 of pixel bounding box 

10618config.detectorList[163].bbox_x1=4071 

10619 

10620# y1 of pixel bounding box 

10621config.detectorList[163].bbox_y1=3999 

10622 

10623# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10624config.detectorList[163].detectorType=0 

10625 

10626# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10627config.detectorList[163].physicalType='CCD' 

10628 

10629# Serial string associated with this specific detector 

10630config.detectorList[163].serial='R34_S02_v3.4.2' 

10631 

10632# x offset from the origin of the camera in mm in the transposed system. 

10633config.detectorList[163].offset_x=84.696708 

10634 

10635# y offset from the origin of the camera in mm in the transposed system. 

10636config.detectorList[163].offset_y=296.269531 

10637 

10638# x position of the reference point in the detector in pixels in transposed coordinates. 

10639config.detectorList[163].refpos_x=2035.5 

10640 

10641# y position of the reference point in the detector in pixels in transposed coordinates. 

10642config.detectorList[163].refpos_y=1999.5 

10643 

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 

10646 

10647# pitch (rotation about y) of the detector in degrees 

10648config.detectorList[163].pitchDeg=0.0 

10649 

10650# roll (rotation about x) of the detector in degrees 

10651config.detectorList[163].rollDeg=0.0 

10652 

10653# Pixel size in the x dimension in mm 

10654config.detectorList[163].pixelSize_x=0.01 

10655 

10656# Pixel size in the y dimension in mm 

10657config.detectorList[163].pixelSize_y=0.01 

10658 

10659# Transpose the pixel grid before orienting in focal plane? 

10660config.detectorList[163].transposeDetector=False 

10661 

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 

10664 

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' 

10669 

10670# Name of detector slot 

10671config.detectorList[164].name='R:3,4 S:1,0' 

10672 

10673# ID of detector slot 

10674config.detectorList[164].id=3410 

10675 

10676# x0 of pixel bounding box 

10677config.detectorList[164].bbox_x0=0 

10678 

10679# y0 of pixel bounding box 

10680config.detectorList[164].bbox_y0=0 

10681 

10682# x1 of pixel bounding box 

10683config.detectorList[164].bbox_x1=4071 

10684 

10685# y1 of pixel bounding box 

10686config.detectorList[164].bbox_y1=3999 

10687 

10688# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10689config.detectorList[164].detectorType=0 

10690 

10691# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10692config.detectorList[164].physicalType='CCD' 

10693 

10694# Serial string associated with this specific detector 

10695config.detectorList[164].serial='R34_S10_v3.4.2' 

10696 

10697# x offset from the origin of the camera in mm in the transposed system. 

10698config.detectorList[164].offset_x=127.01534 

10699 

10700# y offset from the origin of the camera in mm in the transposed system. 

10701config.detectorList[164].offset_y=211.749389 

10702 

10703# x position of the reference point in the detector in pixels in transposed coordinates. 

10704config.detectorList[164].refpos_x=2035.5 

10705 

10706# y position of the reference point in the detector in pixels in transposed coordinates. 

10707config.detectorList[164].refpos_y=1999.5 

10708 

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 

10711 

10712# pitch (rotation about y) of the detector in degrees 

10713config.detectorList[164].pitchDeg=0.0 

10714 

10715# roll (rotation about x) of the detector in degrees 

10716config.detectorList[164].rollDeg=0.0 

10717 

10718# Pixel size in the x dimension in mm 

10719config.detectorList[164].pixelSize_x=0.01 

10720 

10721# Pixel size in the y dimension in mm 

10722config.detectorList[164].pixelSize_y=0.01 

10723 

10724# Transpose the pixel grid before orienting in focal plane? 

10725config.detectorList[164].transposeDetector=False 

10726 

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 

10729 

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' 

10734 

10735# Name of detector slot 

10736config.detectorList[165].name='R:3,4 S:1,1' 

10737 

10738# ID of detector slot 

10739config.detectorList[165].id=3411 

10740 

10741# x0 of pixel bounding box 

10742config.detectorList[165].bbox_x0=0 

10743 

10744# y0 of pixel bounding box 

10745config.detectorList[165].bbox_y0=0 

10746 

10747# x1 of pixel bounding box 

10748config.detectorList[165].bbox_x1=4071 

10749 

10750# y1 of pixel bounding box 

10751config.detectorList[165].bbox_y1=3999 

10752 

10753# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10754config.detectorList[165].detectorType=0 

10755 

10756# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10757config.detectorList[165].physicalType='CCD' 

10758 

10759# Serial string associated with this specific detector 

10760config.detectorList[165].serial='R34_S11_v3.4.2' 

10761 

10762# x offset from the origin of the camera in mm in the transposed system. 

10763config.detectorList[165].offset_x=126.971237 

10764 

10765# y offset from the origin of the camera in mm in the transposed system. 

10766config.detectorList[165].offset_y=253.965387 

10767 

10768# x position of the reference point in the detector in pixels in transposed coordinates. 

10769config.detectorList[165].refpos_x=2035.5 

10770 

10771# y position of the reference point in the detector in pixels in transposed coordinates. 

10772config.detectorList[165].refpos_y=1999.5 

10773 

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 

10776 

10777# pitch (rotation about y) of the detector in degrees 

10778config.detectorList[165].pitchDeg=0.0 

10779 

10780# roll (rotation about x) of the detector in degrees 

10781config.detectorList[165].rollDeg=0.0 

10782 

10783# Pixel size in the x dimension in mm 

10784config.detectorList[165].pixelSize_x=0.01 

10785 

10786# Pixel size in the y dimension in mm 

10787config.detectorList[165].pixelSize_y=0.01 

10788 

10789# Transpose the pixel grid before orienting in focal plane? 

10790config.detectorList[165].transposeDetector=False 

10791 

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 

10794 

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' 

10799 

10800# Name of detector slot 

10801config.detectorList[166].name='R:3,4 S:1,2' 

10802 

10803# ID of detector slot 

10804config.detectorList[166].id=3412 

10805 

10806# x0 of pixel bounding box 

10807config.detectorList[166].bbox_x0=0 

10808 

10809# y0 of pixel bounding box 

10810config.detectorList[166].bbox_y0=0 

10811 

10812# x1 of pixel bounding box 

10813config.detectorList[166].bbox_x1=4071 

10814 

10815# y1 of pixel bounding box 

10816config.detectorList[166].bbox_y1=3999 

10817 

10818# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10819config.detectorList[166].detectorType=0 

10820 

10821# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10822config.detectorList[166].physicalType='CCD' 

10823 

10824# Serial string associated with this specific detector 

10825config.detectorList[166].serial='R34_S12_v3.4.2' 

10826 

10827# x offset from the origin of the camera in mm in the transposed system. 

10828config.detectorList[166].offset_x=126.959488 

10829 

10830# y offset from the origin of the camera in mm in the transposed system. 

10831config.detectorList[166].offset_y=296.282623 

10832 

10833# x position of the reference point in the detector in pixels in transposed coordinates. 

10834config.detectorList[166].refpos_x=2035.5 

10835 

10836# y position of the reference point in the detector in pixels in transposed coordinates. 

10837config.detectorList[166].refpos_y=1999.5 

10838 

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 

10841 

10842# pitch (rotation about y) of the detector in degrees 

10843config.detectorList[166].pitchDeg=0.0 

10844 

10845# roll (rotation about x) of the detector in degrees 

10846config.detectorList[166].rollDeg=0.0 

10847 

10848# Pixel size in the x dimension in mm 

10849config.detectorList[166].pixelSize_x=0.01 

10850 

10851# Pixel size in the y dimension in mm 

10852config.detectorList[166].pixelSize_y=0.01 

10853 

10854# Transpose the pixel grid before orienting in focal plane? 

10855config.detectorList[166].transposeDetector=False 

10856 

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 

10859 

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' 

10864 

10865# Name of detector slot 

10866config.detectorList[167].name='R:3,4 S:2,0' 

10867 

10868# ID of detector slot 

10869config.detectorList[167].id=3420 

10870 

10871# x0 of pixel bounding box 

10872config.detectorList[167].bbox_x0=0 

10873 

10874# y0 of pixel bounding box 

10875config.detectorList[167].bbox_y0=0 

10876 

10877# x1 of pixel bounding box 

10878config.detectorList[167].bbox_x1=4071 

10879 

10880# y1 of pixel bounding box 

10881config.detectorList[167].bbox_y1=3999 

10882 

10883# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10884config.detectorList[167].detectorType=0 

10885 

10886# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10887config.detectorList[167].physicalType='CCD' 

10888 

10889# Serial string associated with this specific detector 

10890config.detectorList[167].serial='R34_S20_v3.4.2' 

10891 

10892# x offset from the origin of the camera in mm in the transposed system. 

10893config.detectorList[167].offset_x=169.254989 

10894 

10895# y offset from the origin of the camera in mm in the transposed system. 

10896config.detectorList[167].offset_y=211.732177 

10897 

10898# x position of the reference point in the detector in pixels in transposed coordinates. 

10899config.detectorList[167].refpos_x=2035.5 

10900 

10901# y position of the reference point in the detector in pixels in transposed coordinates. 

10902config.detectorList[167].refpos_y=1999.5 

10903 

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 

10906 

10907# pitch (rotation about y) of the detector in degrees 

10908config.detectorList[167].pitchDeg=0.0 

10909 

10910# roll (rotation about x) of the detector in degrees 

10911config.detectorList[167].rollDeg=0.0 

10912 

10913# Pixel size in the x dimension in mm 

10914config.detectorList[167].pixelSize_x=0.01 

10915 

10916# Pixel size in the y dimension in mm 

10917config.detectorList[167].pixelSize_y=0.01 

10918 

10919# Transpose the pixel grid before orienting in focal plane? 

10920config.detectorList[167].transposeDetector=False 

10921 

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 

10924 

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' 

10929 

10930# Name of detector slot 

10931config.detectorList[168].name='R:3,4 S:2,1' 

10932 

10933# ID of detector slot 

10934config.detectorList[168].id=3421 

10935 

10936# x0 of pixel bounding box 

10937config.detectorList[168].bbox_x0=0 

10938 

10939# y0 of pixel bounding box 

10940config.detectorList[168].bbox_y0=0 

10941 

10942# x1 of pixel bounding box 

10943config.detectorList[168].bbox_x1=4071 

10944 

10945# y1 of pixel bounding box 

10946config.detectorList[168].bbox_y1=3999 

10947 

10948# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

10949config.detectorList[168].detectorType=0 

10950 

10951# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

10952config.detectorList[168].physicalType='CCD' 

10953 

10954# Serial string associated with this specific detector 

10955config.detectorList[168].serial='R34_S21_v3.4.2' 

10956 

10957# x offset from the origin of the camera in mm in the transposed system. 

10958config.detectorList[168].offset_x=169.199477 

10959 

10960# y offset from the origin of the camera in mm in the transposed system. 

10961config.detectorList[168].offset_y=253.996824 

10962 

10963# x position of the reference point in the detector in pixels in transposed coordinates. 

10964config.detectorList[168].refpos_x=2035.5 

10965 

10966# y position of the reference point in the detector in pixels in transposed coordinates. 

10967config.detectorList[168].refpos_y=1999.5 

10968 

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 

10971 

10972# pitch (rotation about y) of the detector in degrees 

10973config.detectorList[168].pitchDeg=0.0 

10974 

10975# roll (rotation about x) of the detector in degrees 

10976config.detectorList[168].rollDeg=0.0 

10977 

10978# Pixel size in the x dimension in mm 

10979config.detectorList[168].pixelSize_x=0.01 

10980 

10981# Pixel size in the y dimension in mm 

10982config.detectorList[168].pixelSize_y=0.01 

10983 

10984# Transpose the pixel grid before orienting in focal plane? 

10985config.detectorList[168].transposeDetector=False 

10986 

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 

10989 

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' 

10994 

10995# Name of detector slot 

10996config.detectorList[169].name='R:3,4 S:2,2' 

10997 

10998# ID of detector slot 

10999config.detectorList[169].id=3422 

11000 

11001# x0 of pixel bounding box 

11002config.detectorList[169].bbox_x0=0 

11003 

11004# y0 of pixel bounding box 

11005config.detectorList[169].bbox_y0=0 

11006 

11007# x1 of pixel bounding box 

11008config.detectorList[169].bbox_x1=4071 

11009 

11010# y1 of pixel bounding box 

11011config.detectorList[169].bbox_y1=3999 

11012 

11013# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11014config.detectorList[169].detectorType=0 

11015 

11016# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11017config.detectorList[169].physicalType='CCD' 

11018 

11019# Serial string associated with this specific detector 

11020config.detectorList[169].serial='R34_S22_v3.4.2' 

11021 

11022# x offset from the origin of the camera in mm in the transposed system. 

11023config.detectorList[169].offset_x=169.234209 

11024 

11025# y offset from the origin of the camera in mm in the transposed system. 

11026config.detectorList[169].offset_y=296.275543 

11027 

11028# x position of the reference point in the detector in pixels in transposed coordinates. 

11029config.detectorList[169].refpos_x=2035.5 

11030 

11031# y position of the reference point in the detector in pixels in transposed coordinates. 

11032config.detectorList[169].refpos_y=1999.5 

11033 

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 

11036 

11037# pitch (rotation about y) of the detector in degrees 

11038config.detectorList[169].pitchDeg=0.0 

11039 

11040# roll (rotation about x) of the detector in degrees 

11041config.detectorList[169].rollDeg=0.0 

11042 

11043# Pixel size in the x dimension in mm 

11044config.detectorList[169].pixelSize_x=0.01 

11045 

11046# Pixel size in the y dimension in mm 

11047config.detectorList[169].pixelSize_y=0.01 

11048 

11049# Transpose the pixel grid before orienting in focal plane? 

11050config.detectorList[169].transposeDetector=False 

11051 

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 

11054 

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' 

11059 

11060# Name of detector slot 

11061config.detectorList[170].name='R:4,0 S:0,1' 

11062 

11063# ID of detector slot 

11064config.detectorList[170].id=4001 

11065 

11066# x0 of pixel bounding box 

11067config.detectorList[170].bbox_x0=0 

11068 

11069# y0 of pixel bounding box 

11070config.detectorList[170].bbox_y0=0 

11071 

11072# x1 of pixel bounding box 

11073config.detectorList[170].bbox_x1=4071 

11074 

11075# y1 of pixel bounding box 

11076config.detectorList[170].bbox_y1=3999 

11077 

11078# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11079config.detectorList[170].detectorType=2 

11080 

11081# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11082config.detectorList[170].physicalType='CCD' 

11083 

11084# Serial string associated with this specific detector 

11085config.detectorList[170].serial='R40_S01_v3.4.2' 

11086 

11087# x offset from the origin of the camera in mm in the transposed system. 

11088config.detectorList[170].offset_x=211.814347 

11089 

11090# y offset from the origin of the camera in mm in the transposed system. 

11091config.detectorList[170].offset_y=-253.997939 

11092 

11093# x position of the reference point in the detector in pixels in transposed coordinates. 

11094config.detectorList[170].refpos_x=2035.5 

11095 

11096# y position of the reference point in the detector in pixels in transposed coordinates. 

11097config.detectorList[170].refpos_y=1999.5 

11098 

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 

11101 

11102# pitch (rotation about y) of the detector in degrees 

11103config.detectorList[170].pitchDeg=0.0 

11104 

11105# roll (rotation about x) of the detector in degrees 

11106config.detectorList[170].rollDeg=0.0 

11107 

11108# Pixel size in the x dimension in mm 

11109config.detectorList[170].pixelSize_x=0.01 

11110 

11111# Pixel size in the y dimension in mm 

11112config.detectorList[170].pixelSize_y=0.01 

11113 

11114# Transpose the pixel grid before orienting in focal plane? 

11115config.detectorList[170].transposeDetector=False 

11116 

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 

11119 

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' 

11124 

11125# Name of detector slot 

11126config.detectorList[171].name='R:4,0 S:0,2,A' 

11127 

11128# ID of detector slot 

11129config.detectorList[171].id=14002 

11130 

11131# x0 of pixel bounding box 

11132config.detectorList[171].bbox_x0=0 

11133 

11134# y0 of pixel bounding box 

11135config.detectorList[171].bbox_y0=0 

11136 

11137# x1 of pixel bounding box 

11138config.detectorList[171].bbox_x1=4071 

11139 

11140# y1 of pixel bounding box 

11141config.detectorList[171].bbox_y1=1999 

11142 

11143# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11144config.detectorList[171].detectorType=3 

11145 

11146# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11147config.detectorList[171].physicalType='CCD' 

11148 

11149# Serial string associated with this specific detector 

11150config.detectorList[171].serial='R40_S02_C0_v3.4.2' 

11151 

11152# x offset from the origin of the camera in mm in the transposed system. 

11153config.detectorList[171].offset_x=211.728717 

11154 

11155# y offset from the origin of the camera in mm in the transposed system. 

11156config.detectorList[171].offset_y=-221.783578 

11157 

11158# x position of the reference point in the detector in pixels in transposed coordinates. 

11159config.detectorList[171].refpos_x=2035.5 

11160 

11161# y position of the reference point in the detector in pixels in transposed coordinates. 

11162config.detectorList[171].refpos_y=999.5 

11163 

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 

11166 

11167# pitch (rotation about y) of the detector in degrees 

11168config.detectorList[171].pitchDeg=0.0 

11169 

11170# roll (rotation about x) of the detector in degrees 

11171config.detectorList[171].rollDeg=0.0 

11172 

11173# Pixel size in the x dimension in mm 

11174config.detectorList[171].pixelSize_x=0.01 

11175 

11176# Pixel size in the y dimension in mm 

11177config.detectorList[171].pixelSize_y=0.01 

11178 

11179# Transpose the pixel grid before orienting in focal plane? 

11180config.detectorList[171].transposeDetector=False 

11181 

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 

11184 

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' 

11189 

11190# Name of detector slot 

11191config.detectorList[172].name='R:4,0 S:0,2,B' 

11192 

11193# ID of detector slot 

11194config.detectorList[172].id=24002 

11195 

11196# x0 of pixel bounding box 

11197config.detectorList[172].bbox_x0=0 

11198 

11199# y0 of pixel bounding box 

11200config.detectorList[172].bbox_y0=0 

11201 

11202# x1 of pixel bounding box 

11203config.detectorList[172].bbox_x1=4071 

11204 

11205# y1 of pixel bounding box 

11206config.detectorList[172].bbox_y1=1999 

11207 

11208# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11209config.detectorList[172].detectorType=3 

11210 

11211# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11212config.detectorList[172].physicalType='CCD' 

11213 

11214# Serial string associated with this specific detector 

11215config.detectorList[172].serial='R40_S02_C1_v3.4.2' 

11216 

11217# x offset from the origin of the camera in mm in the transposed system. 

11218config.detectorList[172].offset_x=211.702951 

11219 

11220# y offset from the origin of the camera in mm in the transposed system. 

11221config.detectorList[172].offset_y=-201.820054 

11222 

11223# x position of the reference point in the detector in pixels in transposed coordinates. 

11224config.detectorList[172].refpos_x=2035.5 

11225 

11226# y position of the reference point in the detector in pixels in transposed coordinates. 

11227config.detectorList[172].refpos_y=999.5 

11228 

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 

11231 

11232# pitch (rotation about y) of the detector in degrees 

11233config.detectorList[172].pitchDeg=0.0 

11234 

11235# roll (rotation about x) of the detector in degrees 

11236config.detectorList[172].rollDeg=0.0 

11237 

11238# Pixel size in the x dimension in mm 

11239config.detectorList[172].pixelSize_x=0.01 

11240 

11241# Pixel size in the y dimension in mm 

11242config.detectorList[172].pixelSize_y=0.01 

11243 

11244# Transpose the pixel grid before orienting in focal plane? 

11245config.detectorList[172].transposeDetector=False 

11246 

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 

11249 

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' 

11254 

11255# Name of detector slot 

11256config.detectorList[173].name='R:4,0 S:1,2' 

11257 

11258# ID of detector slot 

11259config.detectorList[173].id=4012 

11260 

11261# x0 of pixel bounding box 

11262config.detectorList[173].bbox_x0=0 

11263 

11264# y0 of pixel bounding box 

11265config.detectorList[173].bbox_y0=0 

11266 

11267# x1 of pixel bounding box 

11268config.detectorList[173].bbox_x1=4071 

11269 

11270# y1 of pixel bounding box 

11271config.detectorList[173].bbox_y1=3999 

11272 

11273# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11274config.detectorList[173].detectorType=2 

11275 

11276# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11277config.detectorList[173].physicalType='CCD' 

11278 

11279# Serial string associated with this specific detector 

11280config.detectorList[173].serial='R40_S12_v3.4.2' 

11281 

11282# x offset from the origin of the camera in mm in the transposed system. 

11283config.detectorList[173].offset_x=253.980741 

11284 

11285# y offset from the origin of the camera in mm in the transposed system. 

11286config.detectorList[173].offset_y=-211.772447 

11287 

11288# x position of the reference point in the detector in pixels in transposed coordinates. 

11289config.detectorList[173].refpos_x=2035.5 

11290 

11291# y position of the reference point in the detector in pixels in transposed coordinates. 

11292config.detectorList[173].refpos_y=1999.5 

11293 

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 

11296 

11297# pitch (rotation about y) of the detector in degrees 

11298config.detectorList[173].pitchDeg=0.0 

11299 

11300# roll (rotation about x) of the detector in degrees 

11301config.detectorList[173].rollDeg=0.0 

11302 

11303# Pixel size in the x dimension in mm 

11304config.detectorList[173].pixelSize_x=0.01 

11305 

11306# Pixel size in the y dimension in mm 

11307config.detectorList[173].pixelSize_y=0.01 

11308 

11309# Transpose the pixel grid before orienting in focal plane? 

11310config.detectorList[173].transposeDetector=False 

11311 

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 

11314 

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' 

11319 

11320# Name of detector slot 

11321config.detectorList[174].name='R:4,1 S:0,0' 

11322 

11323# ID of detector slot 

11324config.detectorList[174].id=4100 

11325 

11326# x0 of pixel bounding box 

11327config.detectorList[174].bbox_x0=0 

11328 

11329# y0 of pixel bounding box 

11330config.detectorList[174].bbox_y0=0 

11331 

11332# x1 of pixel bounding box 

11333config.detectorList[174].bbox_x1=4071 

11334 

11335# y1 of pixel bounding box 

11336config.detectorList[174].bbox_y1=3999 

11337 

11338# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11339config.detectorList[174].detectorType=0 

11340 

11341# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11342config.detectorList[174].physicalType='CCD' 

11343 

11344# Serial string associated with this specific detector 

11345config.detectorList[174].serial='R41_S00_v3.4.2' 

11346 

11347# x offset from the origin of the camera in mm in the transposed system. 

11348config.detectorList[174].offset_x=211.798766 

11349 

11350# y offset from the origin of the camera in mm in the transposed system. 

11351config.detectorList[174].offset_y=-169.223724 

11352 

11353# x position of the reference point in the detector in pixels in transposed coordinates. 

11354config.detectorList[174].refpos_x=2035.5 

11355 

11356# y position of the reference point in the detector in pixels in transposed coordinates. 

11357config.detectorList[174].refpos_y=1999.5 

11358 

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 

11361 

11362# pitch (rotation about y) of the detector in degrees 

11363config.detectorList[174].pitchDeg=0.0 

11364 

11365# roll (rotation about x) of the detector in degrees 

11366config.detectorList[174].rollDeg=0.0 

11367 

11368# Pixel size in the x dimension in mm 

11369config.detectorList[174].pixelSize_x=0.01 

11370 

11371# Pixel size in the y dimension in mm 

11372config.detectorList[174].pixelSize_y=0.01 

11373 

11374# Transpose the pixel grid before orienting in focal plane? 

11375config.detectorList[174].transposeDetector=False 

11376 

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 

11379 

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' 

11384 

11385# Name of detector slot 

11386config.detectorList[175].name='R:4,1 S:0,1' 

11387 

11388# ID of detector slot 

11389config.detectorList[175].id=4101 

11390 

11391# x0 of pixel bounding box 

11392config.detectorList[175].bbox_x0=0 

11393 

11394# y0 of pixel bounding box 

11395config.detectorList[175].bbox_y0=0 

11396 

11397# x1 of pixel bounding box 

11398config.detectorList[175].bbox_x1=4071 

11399 

11400# y1 of pixel bounding box 

11401config.detectorList[175].bbox_y1=3999 

11402 

11403# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11404config.detectorList[175].detectorType=0 

11405 

11406# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11407config.detectorList[175].physicalType='CCD' 

11408 

11409# Serial string associated with this specific detector 

11410config.detectorList[175].serial='R41_S01_v3.4.2' 

11411 

11412# x offset from the origin of the camera in mm in the transposed system. 

11413config.detectorList[175].offset_x=211.759996 

11414 

11415# y offset from the origin of the camera in mm in the transposed system. 

11416config.detectorList[175].offset_y=-127.041734 

11417 

11418# x position of the reference point in the detector in pixels in transposed coordinates. 

11419config.detectorList[175].refpos_x=2035.5 

11420 

11421# y position of the reference point in the detector in pixels in transposed coordinates. 

11422config.detectorList[175].refpos_y=1999.5 

11423 

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 

11426 

11427# pitch (rotation about y) of the detector in degrees 

11428config.detectorList[175].pitchDeg=0.0 

11429 

11430# roll (rotation about x) of the detector in degrees 

11431config.detectorList[175].rollDeg=0.0 

11432 

11433# Pixel size in the x dimension in mm 

11434config.detectorList[175].pixelSize_x=0.01 

11435 

11436# Pixel size in the y dimension in mm 

11437config.detectorList[175].pixelSize_y=0.01 

11438 

11439# Transpose the pixel grid before orienting in focal plane? 

11440config.detectorList[175].transposeDetector=False 

11441 

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 

11444 

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' 

11449 

11450# Name of detector slot 

11451config.detectorList[176].name='R:4,1 S:0,2' 

11452 

11453# ID of detector slot 

11454config.detectorList[176].id=4102 

11455 

11456# x0 of pixel bounding box 

11457config.detectorList[176].bbox_x0=0 

11458 

11459# y0 of pixel bounding box 

11460config.detectorList[176].bbox_y0=0 

11461 

11462# x1 of pixel bounding box 

11463config.detectorList[176].bbox_x1=4071 

11464 

11465# y1 of pixel bounding box 

11466config.detectorList[176].bbox_y1=3999 

11467 

11468# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11469config.detectorList[176].detectorType=0 

11470 

11471# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11472config.detectorList[176].physicalType='CCD' 

11473 

11474# Serial string associated with this specific detector 

11475config.detectorList[176].serial='R41_S02_v3.4.2' 

11476 

11477# x offset from the origin of the camera in mm in the transposed system. 

11478config.detectorList[176].offset_x=211.81355 

11479 

11480# y offset from the origin of the camera in mm in the transposed system. 

11481config.detectorList[176].offset_y=-84.763894 

11482 

11483# x position of the reference point in the detector in pixels in transposed coordinates. 

11484config.detectorList[176].refpos_x=2035.5 

11485 

11486# y position of the reference point in the detector in pixels in transposed coordinates. 

11487config.detectorList[176].refpos_y=1999.5 

11488 

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 

11491 

11492# pitch (rotation about y) of the detector in degrees 

11493config.detectorList[176].pitchDeg=0.0 

11494 

11495# roll (rotation about x) of the detector in degrees 

11496config.detectorList[176].rollDeg=0.0 

11497 

11498# Pixel size in the x dimension in mm 

11499config.detectorList[176].pixelSize_x=0.01 

11500 

11501# Pixel size in the y dimension in mm 

11502config.detectorList[176].pixelSize_y=0.01 

11503 

11504# Transpose the pixel grid before orienting in focal plane? 

11505config.detectorList[176].transposeDetector=False 

11506 

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 

11509 

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' 

11514 

11515# Name of detector slot 

11516config.detectorList[177].name='R:4,1 S:1,0' 

11517 

11518# ID of detector slot 

11519config.detectorList[177].id=4110 

11520 

11521# x0 of pixel bounding box 

11522config.detectorList[177].bbox_x0=0 

11523 

11524# y0 of pixel bounding box 

11525config.detectorList[177].bbox_y0=0 

11526 

11527# x1 of pixel bounding box 

11528config.detectorList[177].bbox_x1=4071 

11529 

11530# y1 of pixel bounding box 

11531config.detectorList[177].bbox_y1=3999 

11532 

11533# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11534config.detectorList[177].detectorType=0 

11535 

11536# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11537config.detectorList[177].physicalType='CCD' 

11538 

11539# Serial string associated with this specific detector 

11540config.detectorList[177].serial='R41_S10_v3.4.2' 

11541 

11542# x offset from the origin of the camera in mm in the transposed system. 

11543config.detectorList[177].offset_x=254.070604 

11544 

11545# y offset from the origin of the camera in mm in the transposed system. 

11546config.detectorList[177].offset_y=-169.283508 

11547 

11548# x position of the reference point in the detector in pixels in transposed coordinates. 

11549config.detectorList[177].refpos_x=2035.5 

11550 

11551# y position of the reference point in the detector in pixels in transposed coordinates. 

11552config.detectorList[177].refpos_y=1999.5 

11553 

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 

11556 

11557# pitch (rotation about y) of the detector in degrees 

11558config.detectorList[177].pitchDeg=0.0 

11559 

11560# roll (rotation about x) of the detector in degrees 

11561config.detectorList[177].rollDeg=0.0 

11562 

11563# Pixel size in the x dimension in mm 

11564config.detectorList[177].pixelSize_x=0.01 

11565 

11566# Pixel size in the y dimension in mm 

11567config.detectorList[177].pixelSize_y=0.01 

11568 

11569# Transpose the pixel grid before orienting in focal plane? 

11570config.detectorList[177].transposeDetector=False 

11571 

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 

11574 

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' 

11579 

11580# Name of detector slot 

11581config.detectorList[178].name='R:4,1 S:1,1' 

11582 

11583# ID of detector slot 

11584config.detectorList[178].id=4111 

11585 

11586# x0 of pixel bounding box 

11587config.detectorList[178].bbox_x0=0 

11588 

11589# y0 of pixel bounding box 

11590config.detectorList[178].bbox_y0=0 

11591 

11592# x1 of pixel bounding box 

11593config.detectorList[178].bbox_x1=4071 

11594 

11595# y1 of pixel bounding box 

11596config.detectorList[178].bbox_y1=3999 

11597 

11598# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11599config.detectorList[178].detectorType=0 

11600 

11601# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11602config.detectorList[178].physicalType='CCD' 

11603 

11604# Serial string associated with this specific detector 

11605config.detectorList[178].serial='R41_S11_v3.4.2' 

11606 

11607# x offset from the origin of the camera in mm in the transposed system. 

11608config.detectorList[178].offset_x=254.0585 

11609 

11610# y offset from the origin of the camera in mm in the transposed system. 

11611config.detectorList[178].offset_y=-126.975127 

11612 

11613# x position of the reference point in the detector in pixels in transposed coordinates. 

11614config.detectorList[178].refpos_x=2035.5 

11615 

11616# y position of the reference point in the detector in pixels in transposed coordinates. 

11617config.detectorList[178].refpos_y=1999.5 

11618 

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 

11621 

11622# pitch (rotation about y) of the detector in degrees 

11623config.detectorList[178].pitchDeg=0.0 

11624 

11625# roll (rotation about x) of the detector in degrees 

11626config.detectorList[178].rollDeg=0.0 

11627 

11628# Pixel size in the x dimension in mm 

11629config.detectorList[178].pixelSize_x=0.01 

11630 

11631# Pixel size in the y dimension in mm 

11632config.detectorList[178].pixelSize_y=0.01 

11633 

11634# Transpose the pixel grid before orienting in focal plane? 

11635config.detectorList[178].transposeDetector=False 

11636 

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 

11639 

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' 

11644 

11645# Name of detector slot 

11646config.detectorList[179].name='R:4,1 S:1,2' 

11647 

11648# ID of detector slot 

11649config.detectorList[179].id=4112 

11650 

11651# x0 of pixel bounding box 

11652config.detectorList[179].bbox_x0=0 

11653 

11654# y0 of pixel bounding box 

11655config.detectorList[179].bbox_y0=0 

11656 

11657# x1 of pixel bounding box 

11658config.detectorList[179].bbox_x1=4071 

11659 

11660# y1 of pixel bounding box 

11661config.detectorList[179].bbox_y1=3999 

11662 

11663# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11664config.detectorList[179].detectorType=0 

11665 

11666# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11667config.detectorList[179].physicalType='CCD' 

11668 

11669# Serial string associated with this specific detector 

11670config.detectorList[179].serial='R41_S12_v3.4.2' 

11671 

11672# x offset from the origin of the camera in mm in the transposed system. 

11673config.detectorList[179].offset_x=254.018036 

11674 

11675# y offset from the origin of the camera in mm in the transposed system. 

11676config.detectorList[179].offset_y=-84.732101 

11677 

11678# x position of the reference point in the detector in pixels in transposed coordinates. 

11679config.detectorList[179].refpos_x=2035.5 

11680 

11681# y position of the reference point in the detector in pixels in transposed coordinates. 

11682config.detectorList[179].refpos_y=1999.5 

11683 

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 

11686 

11687# pitch (rotation about y) of the detector in degrees 

11688config.detectorList[179].pitchDeg=0.0 

11689 

11690# roll (rotation about x) of the detector in degrees 

11691config.detectorList[179].rollDeg=0.0 

11692 

11693# Pixel size in the x dimension in mm 

11694config.detectorList[179].pixelSize_x=0.01 

11695 

11696# Pixel size in the y dimension in mm 

11697config.detectorList[179].pixelSize_y=0.01 

11698 

11699# Transpose the pixel grid before orienting in focal plane? 

11700config.detectorList[179].transposeDetector=False 

11701 

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 

11704 

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' 

11709 

11710# Name of detector slot 

11711config.detectorList[180].name='R:4,1 S:2,0' 

11712 

11713# ID of detector slot 

11714config.detectorList[180].id=4120 

11715 

11716# x0 of pixel bounding box 

11717config.detectorList[180].bbox_x0=0 

11718 

11719# y0 of pixel bounding box 

11720config.detectorList[180].bbox_y0=0 

11721 

11722# x1 of pixel bounding box 

11723config.detectorList[180].bbox_x1=4071 

11724 

11725# y1 of pixel bounding box 

11726config.detectorList[180].bbox_y1=3999 

11727 

11728# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11729config.detectorList[180].detectorType=0 

11730 

11731# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11732config.detectorList[180].physicalType='CCD' 

11733 

11734# Serial string associated with this specific detector 

11735config.detectorList[180].serial='R41_S20_v3.4.2' 

11736 

11737# x offset from the origin of the camera in mm in the transposed system. 

11738config.detectorList[180].offset_x=296.324584 

11739 

11740# y offset from the origin of the camera in mm in the transposed system. 

11741config.detectorList[180].offset_y=-169.203293 

11742 

11743# x position of the reference point in the detector in pixels in transposed coordinates. 

11744config.detectorList[180].refpos_x=2035.5 

11745 

11746# y position of the reference point in the detector in pixels in transposed coordinates. 

11747config.detectorList[180].refpos_y=1999.5 

11748 

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 

11751 

11752# pitch (rotation about y) of the detector in degrees 

11753config.detectorList[180].pitchDeg=0.0 

11754 

11755# roll (rotation about x) of the detector in degrees 

11756config.detectorList[180].rollDeg=0.0 

11757 

11758# Pixel size in the x dimension in mm 

11759config.detectorList[180].pixelSize_x=0.01 

11760 

11761# Pixel size in the y dimension in mm 

11762config.detectorList[180].pixelSize_y=0.01 

11763 

11764# Transpose the pixel grid before orienting in focal plane? 

11765config.detectorList[180].transposeDetector=False 

11766 

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 

11769 

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' 

11774 

11775# Name of detector slot 

11776config.detectorList[181].name='R:4,1 S:2,1' 

11777 

11778# ID of detector slot 

11779config.detectorList[181].id=4121 

11780 

11781# x0 of pixel bounding box 

11782config.detectorList[181].bbox_x0=0 

11783 

11784# y0 of pixel bounding box 

11785config.detectorList[181].bbox_y0=0 

11786 

11787# x1 of pixel bounding box 

11788config.detectorList[181].bbox_x1=4071 

11789 

11790# y1 of pixel bounding box 

11791config.detectorList[181].bbox_y1=3999 

11792 

11793# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11794config.detectorList[181].detectorType=0 

11795 

11796# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11797config.detectorList[181].physicalType='CCD' 

11798 

11799# Serial string associated with this specific detector 

11800config.detectorList[181].serial='R41_S21_v3.4.2' 

11801 

11802# x offset from the origin of the camera in mm in the transposed system. 

11803config.detectorList[181].offset_x=296.321571 

11804 

11805# y offset from the origin of the camera in mm in the transposed system. 

11806config.detectorList[181].offset_y=-126.961998 

11807 

11808# x position of the reference point in the detector in pixels in transposed coordinates. 

11809config.detectorList[181].refpos_x=2035.5 

11810 

11811# y position of the reference point in the detector in pixels in transposed coordinates. 

11812config.detectorList[181].refpos_y=1999.5 

11813 

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 

11816 

11817# pitch (rotation about y) of the detector in degrees 

11818config.detectorList[181].pitchDeg=0.0 

11819 

11820# roll (rotation about x) of the detector in degrees 

11821config.detectorList[181].rollDeg=0.0 

11822 

11823# Pixel size in the x dimension in mm 

11824config.detectorList[181].pixelSize_x=0.01 

11825 

11826# Pixel size in the y dimension in mm 

11827config.detectorList[181].pixelSize_y=0.01 

11828 

11829# Transpose the pixel grid before orienting in focal plane? 

11830config.detectorList[181].transposeDetector=False 

11831 

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 

11834 

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' 

11839 

11840# Name of detector slot 

11841config.detectorList[182].name='R:4,1 S:2,2' 

11842 

11843# ID of detector slot 

11844config.detectorList[182].id=4122 

11845 

11846# x0 of pixel bounding box 

11847config.detectorList[182].bbox_x0=0 

11848 

11849# y0 of pixel bounding box 

11850config.detectorList[182].bbox_y0=0 

11851 

11852# x1 of pixel bounding box 

11853config.detectorList[182].bbox_x1=4071 

11854 

11855# y1 of pixel bounding box 

11856config.detectorList[182].bbox_y1=3999 

11857 

11858# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11859config.detectorList[182].detectorType=0 

11860 

11861# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11862config.detectorList[182].physicalType='CCD' 

11863 

11864# Serial string associated with this specific detector 

11865config.detectorList[182].serial='R41_S22_v3.4.2' 

11866 

11867# x offset from the origin of the camera in mm in the transposed system. 

11868config.detectorList[182].offset_x=296.327274 

11869 

11870# y offset from the origin of the camera in mm in the transposed system. 

11871config.detectorList[182].offset_y=-84.797318 

11872 

11873# x position of the reference point in the detector in pixels in transposed coordinates. 

11874config.detectorList[182].refpos_x=2035.5 

11875 

11876# y position of the reference point in the detector in pixels in transposed coordinates. 

11877config.detectorList[182].refpos_y=1999.5 

11878 

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 

11881 

11882# pitch (rotation about y) of the detector in degrees 

11883config.detectorList[182].pitchDeg=0.0 

11884 

11885# roll (rotation about x) of the detector in degrees 

11886config.detectorList[182].rollDeg=0.0 

11887 

11888# Pixel size in the x dimension in mm 

11889config.detectorList[182].pixelSize_x=0.01 

11890 

11891# Pixel size in the y dimension in mm 

11892config.detectorList[182].pixelSize_y=0.01 

11893 

11894# Transpose the pixel grid before orienting in focal plane? 

11895config.detectorList[182].transposeDetector=False 

11896 

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 

11899 

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' 

11904 

11905# Name of detector slot 

11906config.detectorList[183].name='R:4,2 S:0,0' 

11907 

11908# ID of detector slot 

11909config.detectorList[183].id=4200 

11910 

11911# x0 of pixel bounding box 

11912config.detectorList[183].bbox_x0=0 

11913 

11914# y0 of pixel bounding box 

11915config.detectorList[183].bbox_y0=0 

11916 

11917# x1 of pixel bounding box 

11918config.detectorList[183].bbox_x1=4071 

11919 

11920# y1 of pixel bounding box 

11921config.detectorList[183].bbox_y1=3999 

11922 

11923# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11924config.detectorList[183].detectorType=0 

11925 

11926# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11927config.detectorList[183].physicalType='CCD' 

11928 

11929# Serial string associated with this specific detector 

11930config.detectorList[183].serial='R42_S00_v3.4.2' 

11931 

11932# x offset from the origin of the camera in mm in the transposed system. 

11933config.detectorList[183].offset_x=211.665404 

11934 

11935# y offset from the origin of the camera in mm in the transposed system. 

11936config.detectorList[183].offset_y=-42.234576 

11937 

11938# x position of the reference point in the detector in pixels in transposed coordinates. 

11939config.detectorList[183].refpos_x=2035.5 

11940 

11941# y position of the reference point in the detector in pixels in transposed coordinates. 

11942config.detectorList[183].refpos_y=1999.5 

11943 

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 

11946 

11947# pitch (rotation about y) of the detector in degrees 

11948config.detectorList[183].pitchDeg=0.0 

11949 

11950# roll (rotation about x) of the detector in degrees 

11951config.detectorList[183].rollDeg=0.0 

11952 

11953# Pixel size in the x dimension in mm 

11954config.detectorList[183].pixelSize_x=0.01 

11955 

11956# Pixel size in the y dimension in mm 

11957config.detectorList[183].pixelSize_y=0.01 

11958 

11959# Transpose the pixel grid before orienting in focal plane? 

11960config.detectorList[183].transposeDetector=False 

11961 

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 

11964 

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' 

11969 

11970# Name of detector slot 

11971config.detectorList[184].name='R:4,2 S:0,1' 

11972 

11973# ID of detector slot 

11974config.detectorList[184].id=4201 

11975 

11976# x0 of pixel bounding box 

11977config.detectorList[184].bbox_x0=0 

11978 

11979# y0 of pixel bounding box 

11980config.detectorList[184].bbox_y0=0 

11981 

11982# x1 of pixel bounding box 

11983config.detectorList[184].bbox_x1=4071 

11984 

11985# y1 of pixel bounding box 

11986config.detectorList[184].bbox_y1=3999 

11987 

11988# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

11989config.detectorList[184].detectorType=0 

11990 

11991# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

11992config.detectorList[184].physicalType='CCD' 

11993 

11994# Serial string associated with this specific detector 

11995config.detectorList[184].serial='R42_S01_v3.4.2' 

11996 

11997# x offset from the origin of the camera in mm in the transposed system. 

11998config.detectorList[184].offset_x=211.688707 

11999 

12000# y offset from the origin of the camera in mm in the transposed system. 

12001config.detectorList[184].offset_y=0.042905 

12002 

12003# x position of the reference point in the detector in pixels in transposed coordinates. 

12004config.detectorList[184].refpos_x=2035.5 

12005 

12006# y position of the reference point in the detector in pixels in transposed coordinates. 

12007config.detectorList[184].refpos_y=1999.5 

12008 

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 

12011 

12012# pitch (rotation about y) of the detector in degrees 

12013config.detectorList[184].pitchDeg=0.0 

12014 

12015# roll (rotation about x) of the detector in degrees 

12016config.detectorList[184].rollDeg=0.0 

12017 

12018# Pixel size in the x dimension in mm 

12019config.detectorList[184].pixelSize_x=0.01 

12020 

12021# Pixel size in the y dimension in mm 

12022config.detectorList[184].pixelSize_y=0.01 

12023 

12024# Transpose the pixel grid before orienting in focal plane? 

12025config.detectorList[184].transposeDetector=False 

12026 

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 

12029 

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' 

12034 

12035# Name of detector slot 

12036config.detectorList[185].name='R:4,2 S:0,2' 

12037 

12038# ID of detector slot 

12039config.detectorList[185].id=4202 

12040 

12041# x0 of pixel bounding box 

12042config.detectorList[185].bbox_x0=0 

12043 

12044# y0 of pixel bounding box 

12045config.detectorList[185].bbox_y0=0 

12046 

12047# x1 of pixel bounding box 

12048config.detectorList[185].bbox_x1=4071 

12049 

12050# y1 of pixel bounding box 

12051config.detectorList[185].bbox_y1=3999 

12052 

12053# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12054config.detectorList[185].detectorType=0 

12055 

12056# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12057config.detectorList[185].physicalType='CCD' 

12058 

12059# Serial string associated with this specific detector 

12060config.detectorList[185].serial='R42_S02_v3.4.2' 

12061 

12062# x offset from the origin of the camera in mm in the transposed system. 

12063config.detectorList[185].offset_x=211.680709 

12064 

12065# y offset from the origin of the camera in mm in the transposed system. 

12066config.detectorList[185].offset_y=42.281538 

12067 

12068# x position of the reference point in the detector in pixels in transposed coordinates. 

12069config.detectorList[185].refpos_x=2035.5 

12070 

12071# y position of the reference point in the detector in pixels in transposed coordinates. 

12072config.detectorList[185].refpos_y=1999.5 

12073 

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 

12076 

12077# pitch (rotation about y) of the detector in degrees 

12078config.detectorList[185].pitchDeg=0.0 

12079 

12080# roll (rotation about x) of the detector in degrees 

12081config.detectorList[185].rollDeg=0.0 

12082 

12083# Pixel size in the x dimension in mm 

12084config.detectorList[185].pixelSize_x=0.01 

12085 

12086# Pixel size in the y dimension in mm 

12087config.detectorList[185].pixelSize_y=0.01 

12088 

12089# Transpose the pixel grid before orienting in focal plane? 

12090config.detectorList[185].transposeDetector=False 

12091 

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 

12094 

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' 

12099 

12100# Name of detector slot 

12101config.detectorList[186].name='R:4,2 S:1,0' 

12102 

12103# ID of detector slot 

12104config.detectorList[186].id=4210 

12105 

12106# x0 of pixel bounding box 

12107config.detectorList[186].bbox_x0=0 

12108 

12109# y0 of pixel bounding box 

12110config.detectorList[186].bbox_y0=0 

12111 

12112# x1 of pixel bounding box 

12113config.detectorList[186].bbox_x1=4071 

12114 

12115# y1 of pixel bounding box 

12116config.detectorList[186].bbox_y1=3999 

12117 

12118# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12119config.detectorList[186].detectorType=0 

12120 

12121# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12122config.detectorList[186].physicalType='CCD' 

12123 

12124# Serial string associated with this specific detector 

12125config.detectorList[186].serial='R42_S10_v3.4.2' 

12126 

12127# x offset from the origin of the camera in mm in the transposed system. 

12128config.detectorList[186].offset_x=253.98674 

12129 

12130# y offset from the origin of the camera in mm in the transposed system. 

12131config.detectorList[186].offset_y=-42.230042 

12132 

12133# x position of the reference point in the detector in pixels in transposed coordinates. 

12134config.detectorList[186].refpos_x=2035.5 

12135 

12136# y position of the reference point in the detector in pixels in transposed coordinates. 

12137config.detectorList[186].refpos_y=1999.5 

12138 

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 

12141 

12142# pitch (rotation about y) of the detector in degrees 

12143config.detectorList[186].pitchDeg=0.0 

12144 

12145# roll (rotation about x) of the detector in degrees 

12146config.detectorList[186].rollDeg=0.0 

12147 

12148# Pixel size in the x dimension in mm 

12149config.detectorList[186].pixelSize_x=0.01 

12150 

12151# Pixel size in the y dimension in mm 

12152config.detectorList[186].pixelSize_y=0.01 

12153 

12154# Transpose the pixel grid before orienting in focal plane? 

12155config.detectorList[186].transposeDetector=False 

12156 

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 

12159 

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' 

12164 

12165# Name of detector slot 

12166config.detectorList[187].name='R:4,2 S:1,1' 

12167 

12168# ID of detector slot 

12169config.detectorList[187].id=4211 

12170 

12171# x0 of pixel bounding box 

12172config.detectorList[187].bbox_x0=0 

12173 

12174# y0 of pixel bounding box 

12175config.detectorList[187].bbox_y0=0 

12176 

12177# x1 of pixel bounding box 

12178config.detectorList[187].bbox_x1=4071 

12179 

12180# y1 of pixel bounding box 

12181config.detectorList[187].bbox_y1=3999 

12182 

12183# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12184config.detectorList[187].detectorType=0 

12185 

12186# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12187config.detectorList[187].physicalType='CCD' 

12188 

12189# Serial string associated with this specific detector 

12190config.detectorList[187].serial='R42_S11_v3.4.2' 

12191 

12192# x offset from the origin of the camera in mm in the transposed system. 

12193config.detectorList[187].offset_x=253.960217 

12194 

12195# y offset from the origin of the camera in mm in the transposed system. 

12196config.detectorList[187].offset_y=0.01032 

12197 

12198# x position of the reference point in the detector in pixels in transposed coordinates. 

12199config.detectorList[187].refpos_x=2035.5 

12200 

12201# y position of the reference point in the detector in pixels in transposed coordinates. 

12202config.detectorList[187].refpos_y=1999.5 

12203 

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 

12206 

12207# pitch (rotation about y) of the detector in degrees 

12208config.detectorList[187].pitchDeg=0.0 

12209 

12210# roll (rotation about x) of the detector in degrees 

12211config.detectorList[187].rollDeg=0.0 

12212 

12213# Pixel size in the x dimension in mm 

12214config.detectorList[187].pixelSize_x=0.01 

12215 

12216# Pixel size in the y dimension in mm 

12217config.detectorList[187].pixelSize_y=0.01 

12218 

12219# Transpose the pixel grid before orienting in focal plane? 

12220config.detectorList[187].transposeDetector=False 

12221 

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 

12224 

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' 

12229 

12230# Name of detector slot 

12231config.detectorList[188].name='R:4,2 S:1,2' 

12232 

12233# ID of detector slot 

12234config.detectorList[188].id=4212 

12235 

12236# x0 of pixel bounding box 

12237config.detectorList[188].bbox_x0=0 

12238 

12239# y0 of pixel bounding box 

12240config.detectorList[188].bbox_y0=0 

12241 

12242# x1 of pixel bounding box 

12243config.detectorList[188].bbox_x1=4071 

12244 

12245# y1 of pixel bounding box 

12246config.detectorList[188].bbox_y1=3999 

12247 

12248# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12249config.detectorList[188].detectorType=0 

12250 

12251# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12252config.detectorList[188].physicalType='CCD' 

12253 

12254# Serial string associated with this specific detector 

12255config.detectorList[188].serial='R42_S12_v3.4.2' 

12256 

12257# x offset from the origin of the camera in mm in the transposed system. 

12258config.detectorList[188].offset_x=253.97467 

12259 

12260# y offset from the origin of the camera in mm in the transposed system. 

12261config.detectorList[188].offset_y=42.277543 

12262 

12263# x position of the reference point in the detector in pixels in transposed coordinates. 

12264config.detectorList[188].refpos_x=2035.5 

12265 

12266# y position of the reference point in the detector in pixels in transposed coordinates. 

12267config.detectorList[188].refpos_y=1999.5 

12268 

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 

12271 

12272# pitch (rotation about y) of the detector in degrees 

12273config.detectorList[188].pitchDeg=0.0 

12274 

12275# roll (rotation about x) of the detector in degrees 

12276config.detectorList[188].rollDeg=0.0 

12277 

12278# Pixel size in the x dimension in mm 

12279config.detectorList[188].pixelSize_x=0.01 

12280 

12281# Pixel size in the y dimension in mm 

12282config.detectorList[188].pixelSize_y=0.01 

12283 

12284# Transpose the pixel grid before orienting in focal plane? 

12285config.detectorList[188].transposeDetector=False 

12286 

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 

12289 

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' 

12294 

12295# Name of detector slot 

12296config.detectorList[189].name='R:4,2 S:2,0' 

12297 

12298# ID of detector slot 

12299config.detectorList[189].id=4220 

12300 

12301# x0 of pixel bounding box 

12302config.detectorList[189].bbox_x0=0 

12303 

12304# y0 of pixel bounding box 

12305config.detectorList[189].bbox_y0=0 

12306 

12307# x1 of pixel bounding box 

12308config.detectorList[189].bbox_x1=4071 

12309 

12310# y1 of pixel bounding box 

12311config.detectorList[189].bbox_y1=3999 

12312 

12313# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12314config.detectorList[189].detectorType=0 

12315 

12316# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12317config.detectorList[189].physicalType='CCD' 

12318 

12319# Serial string associated with this specific detector 

12320config.detectorList[189].serial='R42_S20_v3.4.2' 

12321 

12322# x offset from the origin of the camera in mm in the transposed system. 

12323config.detectorList[189].offset_x=296.184236 

12324 

12325# y offset from the origin of the camera in mm in the transposed system. 

12326config.detectorList[189].offset_y=-42.240952 

12327 

12328# x position of the reference point in the detector in pixels in transposed coordinates. 

12329config.detectorList[189].refpos_x=2035.5 

12330 

12331# y position of the reference point in the detector in pixels in transposed coordinates. 

12332config.detectorList[189].refpos_y=1999.5 

12333 

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 

12336 

12337# pitch (rotation about y) of the detector in degrees 

12338config.detectorList[189].pitchDeg=0.0 

12339 

12340# roll (rotation about x) of the detector in degrees 

12341config.detectorList[189].rollDeg=0.0 

12342 

12343# Pixel size in the x dimension in mm 

12344config.detectorList[189].pixelSize_x=0.01 

12345 

12346# Pixel size in the y dimension in mm 

12347config.detectorList[189].pixelSize_y=0.01 

12348 

12349# Transpose the pixel grid before orienting in focal plane? 

12350config.detectorList[189].transposeDetector=False 

12351 

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 

12354 

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' 

12359 

12360# Name of detector slot 

12361config.detectorList[190].name='R:4,2 S:2,1' 

12362 

12363# ID of detector slot 

12364config.detectorList[190].id=4221 

12365 

12366# x0 of pixel bounding box 

12367config.detectorList[190].bbox_x0=0 

12368 

12369# y0 of pixel bounding box 

12370config.detectorList[190].bbox_y0=0 

12371 

12372# x1 of pixel bounding box 

12373config.detectorList[190].bbox_x1=4071 

12374 

12375# y1 of pixel bounding box 

12376config.detectorList[190].bbox_y1=3999 

12377 

12378# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12379config.detectorList[190].detectorType=0 

12380 

12381# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12382config.detectorList[190].physicalType='CCD' 

12383 

12384# Serial string associated with this specific detector 

12385config.detectorList[190].serial='R42_S21_v3.4.2' 

12386 

12387# x offset from the origin of the camera in mm in the transposed system. 

12388config.detectorList[190].offset_x=296.164584 

12389 

12390# y offset from the origin of the camera in mm in the transposed system. 

12391config.detectorList[190].offset_y=0.035761 

12392 

12393# x position of the reference point in the detector in pixels in transposed coordinates. 

12394config.detectorList[190].refpos_x=2035.5 

12395 

12396# y position of the reference point in the detector in pixels in transposed coordinates. 

12397config.detectorList[190].refpos_y=1999.5 

12398 

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 

12401 

12402# pitch (rotation about y) of the detector in degrees 

12403config.detectorList[190].pitchDeg=0.0 

12404 

12405# roll (rotation about x) of the detector in degrees 

12406config.detectorList[190].rollDeg=0.0 

12407 

12408# Pixel size in the x dimension in mm 

12409config.detectorList[190].pixelSize_x=0.01 

12410 

12411# Pixel size in the y dimension in mm 

12412config.detectorList[190].pixelSize_y=0.01 

12413 

12414# Transpose the pixel grid before orienting in focal plane? 

12415config.detectorList[190].transposeDetector=False 

12416 

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 

12419 

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' 

12424 

12425# Name of detector slot 

12426config.detectorList[191].name='R:4,2 S:2,2' 

12427 

12428# ID of detector slot 

12429config.detectorList[191].id=4222 

12430 

12431# x0 of pixel bounding box 

12432config.detectorList[191].bbox_x0=0 

12433 

12434# y0 of pixel bounding box 

12435config.detectorList[191].bbox_y0=0 

12436 

12437# x1 of pixel bounding box 

12438config.detectorList[191].bbox_x1=4071 

12439 

12440# y1 of pixel bounding box 

12441config.detectorList[191].bbox_y1=3999 

12442 

12443# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12444config.detectorList[191].detectorType=0 

12445 

12446# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12447config.detectorList[191].physicalType='CCD' 

12448 

12449# Serial string associated with this specific detector 

12450config.detectorList[191].serial='R42_S22_v3.4.2' 

12451 

12452# x offset from the origin of the camera in mm in the transposed system. 

12453config.detectorList[191].offset_x=296.18033 

12454 

12455# y offset from the origin of the camera in mm in the transposed system. 

12456config.detectorList[191].offset_y=42.217457 

12457 

12458# x position of the reference point in the detector in pixels in transposed coordinates. 

12459config.detectorList[191].refpos_x=2035.5 

12460 

12461# y position of the reference point in the detector in pixels in transposed coordinates. 

12462config.detectorList[191].refpos_y=1999.5 

12463 

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 

12466 

12467# pitch (rotation about y) of the detector in degrees 

12468config.detectorList[191].pitchDeg=0.0 

12469 

12470# roll (rotation about x) of the detector in degrees 

12471config.detectorList[191].rollDeg=0.0 

12472 

12473# Pixel size in the x dimension in mm 

12474config.detectorList[191].pixelSize_x=0.01 

12475 

12476# Pixel size in the y dimension in mm 

12477config.detectorList[191].pixelSize_y=0.01 

12478 

12479# Transpose the pixel grid before orienting in focal plane? 

12480config.detectorList[191].transposeDetector=False 

12481 

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 

12484 

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' 

12489 

12490# Name of detector slot 

12491config.detectorList[192].name='R:4,3 S:0,0' 

12492 

12493# ID of detector slot 

12494config.detectorList[192].id=4300 

12495 

12496# x0 of pixel bounding box 

12497config.detectorList[192].bbox_x0=0 

12498 

12499# y0 of pixel bounding box 

12500config.detectorList[192].bbox_y0=0 

12501 

12502# x1 of pixel bounding box 

12503config.detectorList[192].bbox_x1=4071 

12504 

12505# y1 of pixel bounding box 

12506config.detectorList[192].bbox_y1=3999 

12507 

12508# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12509config.detectorList[192].detectorType=0 

12510 

12511# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12512config.detectorList[192].physicalType='CCD' 

12513 

12514# Serial string associated with this specific detector 

12515config.detectorList[192].serial='R43_S00_v3.4.2' 

12516 

12517# x offset from the origin of the camera in mm in the transposed system. 

12518config.detectorList[192].offset_x=211.712632 

12519 

12520# y offset from the origin of the camera in mm in the transposed system. 

12521config.detectorList[192].offset_y=84.732834 

12522 

12523# x position of the reference point in the detector in pixels in transposed coordinates. 

12524config.detectorList[192].refpos_x=2035.5 

12525 

12526# y position of the reference point in the detector in pixels in transposed coordinates. 

12527config.detectorList[192].refpos_y=1999.5 

12528 

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 

12531 

12532# pitch (rotation about y) of the detector in degrees 

12533config.detectorList[192].pitchDeg=0.0 

12534 

12535# roll (rotation about x) of the detector in degrees 

12536config.detectorList[192].rollDeg=0.0 

12537 

12538# Pixel size in the x dimension in mm 

12539config.detectorList[192].pixelSize_x=0.01 

12540 

12541# Pixel size in the y dimension in mm 

12542config.detectorList[192].pixelSize_y=0.01 

12543 

12544# Transpose the pixel grid before orienting in focal plane? 

12545config.detectorList[192].transposeDetector=False 

12546 

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 

12549 

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' 

12554 

12555# Name of detector slot 

12556config.detectorList[193].name='R:4,3 S:0,1' 

12557 

12558# ID of detector slot 

12559config.detectorList[193].id=4301 

12560 

12561# x0 of pixel bounding box 

12562config.detectorList[193].bbox_x0=0 

12563 

12564# y0 of pixel bounding box 

12565config.detectorList[193].bbox_y0=0 

12566 

12567# x1 of pixel bounding box 

12568config.detectorList[193].bbox_x1=4071 

12569 

12570# y1 of pixel bounding box 

12571config.detectorList[193].bbox_y1=3999 

12572 

12573# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12574config.detectorList[193].detectorType=0 

12575 

12576# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12577config.detectorList[193].physicalType='CCD' 

12578 

12579# Serial string associated with this specific detector 

12580config.detectorList[193].serial='R43_S01_v3.4.2' 

12581 

12582# x offset from the origin of the camera in mm in the transposed system. 

12583config.detectorList[193].offset_x=211.73909 

12584 

12585# y offset from the origin of the camera in mm in the transposed system. 

12586config.detectorList[193].offset_y=127.015641 

12587 

12588# x position of the reference point in the detector in pixels in transposed coordinates. 

12589config.detectorList[193].refpos_x=2035.5 

12590 

12591# y position of the reference point in the detector in pixels in transposed coordinates. 

12592config.detectorList[193].refpos_y=1999.5 

12593 

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 

12596 

12597# pitch (rotation about y) of the detector in degrees 

12598config.detectorList[193].pitchDeg=0.0 

12599 

12600# roll (rotation about x) of the detector in degrees 

12601config.detectorList[193].rollDeg=0.0 

12602 

12603# Pixel size in the x dimension in mm 

12604config.detectorList[193].pixelSize_x=0.01 

12605 

12606# Pixel size in the y dimension in mm 

12607config.detectorList[193].pixelSize_y=0.01 

12608 

12609# Transpose the pixel grid before orienting in focal plane? 

12610config.detectorList[193].transposeDetector=False 

12611 

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 

12614 

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' 

12619 

12620# Name of detector slot 

12621config.detectorList[194].name='R:4,3 S:0,2' 

12622 

12623# ID of detector slot 

12624config.detectorList[194].id=4302 

12625 

12626# x0 of pixel bounding box 

12627config.detectorList[194].bbox_x0=0 

12628 

12629# y0 of pixel bounding box 

12630config.detectorList[194].bbox_y0=0 

12631 

12632# x1 of pixel bounding box 

12633config.detectorList[194].bbox_x1=4071 

12634 

12635# y1 of pixel bounding box 

12636config.detectorList[194].bbox_y1=3999 

12637 

12638# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12639config.detectorList[194].detectorType=0 

12640 

12641# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12642config.detectorList[194].physicalType='CCD' 

12643 

12644# Serial string associated with this specific detector 

12645config.detectorList[194].serial='R43_S02_v3.4.2' 

12646 

12647# x offset from the origin of the camera in mm in the transposed system. 

12648config.detectorList[194].offset_x=211.790511 

12649 

12650# y offset from the origin of the camera in mm in the transposed system. 

12651config.detectorList[194].offset_y=169.251053 

12652 

12653# x position of the reference point in the detector in pixels in transposed coordinates. 

12654config.detectorList[194].refpos_x=2035.5 

12655 

12656# y position of the reference point in the detector in pixels in transposed coordinates. 

12657config.detectorList[194].refpos_y=1999.5 

12658 

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 

12661 

12662# pitch (rotation about y) of the detector in degrees 

12663config.detectorList[194].pitchDeg=0.0 

12664 

12665# roll (rotation about x) of the detector in degrees 

12666config.detectorList[194].rollDeg=0.0 

12667 

12668# Pixel size in the x dimension in mm 

12669config.detectorList[194].pixelSize_x=0.01 

12670 

12671# Pixel size in the y dimension in mm 

12672config.detectorList[194].pixelSize_y=0.01 

12673 

12674# Transpose the pixel grid before orienting in focal plane? 

12675config.detectorList[194].transposeDetector=False 

12676 

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 

12679 

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' 

12684 

12685# Name of detector slot 

12686config.detectorList[195].name='R:4,3 S:1,0' 

12687 

12688# ID of detector slot 

12689config.detectorList[195].id=4310 

12690 

12691# x0 of pixel bounding box 

12692config.detectorList[195].bbox_x0=0 

12693 

12694# y0 of pixel bounding box 

12695config.detectorList[195].bbox_y0=0 

12696 

12697# x1 of pixel bounding box 

12698config.detectorList[195].bbox_x1=4071 

12699 

12700# y1 of pixel bounding box 

12701config.detectorList[195].bbox_y1=3999 

12702 

12703# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12704config.detectorList[195].detectorType=0 

12705 

12706# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12707config.detectorList[195].physicalType='CCD' 

12708 

12709# Serial string associated with this specific detector 

12710config.detectorList[195].serial='R43_S10_v3.4.2' 

12711 

12712# x offset from the origin of the camera in mm in the transposed system. 

12713config.detectorList[195].offset_x=254.010206 

12714 

12715# y offset from the origin of the camera in mm in the transposed system. 

12716config.detectorList[195].offset_y=84.703872 

12717 

12718# x position of the reference point in the detector in pixels in transposed coordinates. 

12719config.detectorList[195].refpos_x=2035.5 

12720 

12721# y position of the reference point in the detector in pixels in transposed coordinates. 

12722config.detectorList[195].refpos_y=1999.5 

12723 

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 

12726 

12727# pitch (rotation about y) of the detector in degrees 

12728config.detectorList[195].pitchDeg=0.0 

12729 

12730# roll (rotation about x) of the detector in degrees 

12731config.detectorList[195].rollDeg=0.0 

12732 

12733# Pixel size in the x dimension in mm 

12734config.detectorList[195].pixelSize_x=0.01 

12735 

12736# Pixel size in the y dimension in mm 

12737config.detectorList[195].pixelSize_y=0.01 

12738 

12739# Transpose the pixel grid before orienting in focal plane? 

12740config.detectorList[195].transposeDetector=False 

12741 

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 

12744 

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' 

12749 

12750# Name of detector slot 

12751config.detectorList[196].name='R:4,3 S:1,1' 

12752 

12753# ID of detector slot 

12754config.detectorList[196].id=4311 

12755 

12756# x0 of pixel bounding box 

12757config.detectorList[196].bbox_x0=0 

12758 

12759# y0 of pixel bounding box 

12760config.detectorList[196].bbox_y0=0 

12761 

12762# x1 of pixel bounding box 

12763config.detectorList[196].bbox_x1=4071 

12764 

12765# y1 of pixel bounding box 

12766config.detectorList[196].bbox_y1=3999 

12767 

12768# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12769config.detectorList[196].detectorType=0 

12770 

12771# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12772config.detectorList[196].physicalType='CCD' 

12773 

12774# Serial string associated with this specific detector 

12775config.detectorList[196].serial='R43_S11_v3.4.2' 

12776 

12777# x offset from the origin of the camera in mm in the transposed system. 

12778config.detectorList[196].offset_x=254.060744 

12779 

12780# y offset from the origin of the camera in mm in the transposed system. 

12781config.detectorList[196].offset_y=127.018944 

12782 

12783# x position of the reference point in the detector in pixels in transposed coordinates. 

12784config.detectorList[196].refpos_x=2035.5 

12785 

12786# y position of the reference point in the detector in pixels in transposed coordinates. 

12787config.detectorList[196].refpos_y=1999.5 

12788 

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 

12791 

12792# pitch (rotation about y) of the detector in degrees 

12793config.detectorList[196].pitchDeg=0.0 

12794 

12795# roll (rotation about x) of the detector in degrees 

12796config.detectorList[196].rollDeg=0.0 

12797 

12798# Pixel size in the x dimension in mm 

12799config.detectorList[196].pixelSize_x=0.01 

12800 

12801# Pixel size in the y dimension in mm 

12802config.detectorList[196].pixelSize_y=0.01 

12803 

12804# Transpose the pixel grid before orienting in focal plane? 

12805config.detectorList[196].transposeDetector=False 

12806 

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 

12809 

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' 

12814 

12815# Name of detector slot 

12816config.detectorList[197].name='R:4,3 S:1,2' 

12817 

12818# ID of detector slot 

12819config.detectorList[197].id=4312 

12820 

12821# x0 of pixel bounding box 

12822config.detectorList[197].bbox_x0=0 

12823 

12824# y0 of pixel bounding box 

12825config.detectorList[197].bbox_y0=0 

12826 

12827# x1 of pixel bounding box 

12828config.detectorList[197].bbox_x1=4071 

12829 

12830# y1 of pixel bounding box 

12831config.detectorList[197].bbox_y1=3999 

12832 

12833# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12834config.detectorList[197].detectorType=0 

12835 

12836# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12837config.detectorList[197].physicalType='CCD' 

12838 

12839# Serial string associated with this specific detector 

12840config.detectorList[197].serial='R43_S12_v3.4.2' 

12841 

12842# x offset from the origin of the camera in mm in the transposed system. 

12843config.detectorList[197].offset_x=254.040469 

12844 

12845# y offset from the origin of the camera in mm in the transposed system. 

12846config.detectorList[197].offset_y=169.234848 

12847 

12848# x position of the reference point in the detector in pixels in transposed coordinates. 

12849config.detectorList[197].refpos_x=2035.5 

12850 

12851# y position of the reference point in the detector in pixels in transposed coordinates. 

12852config.detectorList[197].refpos_y=1999.5 

12853 

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 

12856 

12857# pitch (rotation about y) of the detector in degrees 

12858config.detectorList[197].pitchDeg=0.0 

12859 

12860# roll (rotation about x) of the detector in degrees 

12861config.detectorList[197].rollDeg=0.0 

12862 

12863# Pixel size in the x dimension in mm 

12864config.detectorList[197].pixelSize_x=0.01 

12865 

12866# Pixel size in the y dimension in mm 

12867config.detectorList[197].pixelSize_y=0.01 

12868 

12869# Transpose the pixel grid before orienting in focal plane? 

12870config.detectorList[197].transposeDetector=False 

12871 

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 

12874 

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' 

12879 

12880# Name of detector slot 

12881config.detectorList[198].name='R:4,3 S:2,0' 

12882 

12883# ID of detector slot 

12884config.detectorList[198].id=4320 

12885 

12886# x0 of pixel bounding box 

12887config.detectorList[198].bbox_x0=0 

12888 

12889# y0 of pixel bounding box 

12890config.detectorList[198].bbox_y0=0 

12891 

12892# x1 of pixel bounding box 

12893config.detectorList[198].bbox_x1=4071 

12894 

12895# y1 of pixel bounding box 

12896config.detectorList[198].bbox_y1=3999 

12897 

12898# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12899config.detectorList[198].detectorType=0 

12900 

12901# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12902config.detectorList[198].physicalType='CCD' 

12903 

12904# Serial string associated with this specific detector 

12905config.detectorList[198].serial='R43_S20_v3.4.2' 

12906 

12907# x offset from the origin of the camera in mm in the transposed system. 

12908config.detectorList[198].offset_x=296.214263 

12909 

12910# y offset from the origin of the camera in mm in the transposed system. 

12911config.detectorList[198].offset_y=84.718582 

12912 

12913# x position of the reference point in the detector in pixels in transposed coordinates. 

12914config.detectorList[198].refpos_x=2035.5 

12915 

12916# y position of the reference point in the detector in pixels in transposed coordinates. 

12917config.detectorList[198].refpos_y=1999.5 

12918 

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 

12921 

12922# pitch (rotation about y) of the detector in degrees 

12923config.detectorList[198].pitchDeg=0.0 

12924 

12925# roll (rotation about x) of the detector in degrees 

12926config.detectorList[198].rollDeg=0.0 

12927 

12928# Pixel size in the x dimension in mm 

12929config.detectorList[198].pixelSize_x=0.01 

12930 

12931# Pixel size in the y dimension in mm 

12932config.detectorList[198].pixelSize_y=0.01 

12933 

12934# Transpose the pixel grid before orienting in focal plane? 

12935config.detectorList[198].transposeDetector=False 

12936 

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 

12939 

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' 

12944 

12945# Name of detector slot 

12946config.detectorList[199].name='R:4,3 S:2,1' 

12947 

12948# ID of detector slot 

12949config.detectorList[199].id=4321 

12950 

12951# x0 of pixel bounding box 

12952config.detectorList[199].bbox_x0=0 

12953 

12954# y0 of pixel bounding box 

12955config.detectorList[199].bbox_y0=0 

12956 

12957# x1 of pixel bounding box 

12958config.detectorList[199].bbox_x1=4071 

12959 

12960# y1 of pixel bounding box 

12961config.detectorList[199].bbox_y1=3999 

12962 

12963# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

12964config.detectorList[199].detectorType=0 

12965 

12966# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

12967config.detectorList[199].physicalType='CCD' 

12968 

12969# Serial string associated with this specific detector 

12970config.detectorList[199].serial='R43_S21_v3.4.2' 

12971 

12972# x offset from the origin of the camera in mm in the transposed system. 

12973config.detectorList[199].offset_x=296.276211 

12974 

12975# y offset from the origin of the camera in mm in the transposed system. 

12976config.detectorList[199].offset_y=126.992722 

12977 

12978# x position of the reference point in the detector in pixels in transposed coordinates. 

12979config.detectorList[199].refpos_x=2035.5 

12980 

12981# y position of the reference point in the detector in pixels in transposed coordinates. 

12982config.detectorList[199].refpos_y=1999.5 

12983 

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 

12986 

12987# pitch (rotation about y) of the detector in degrees 

12988config.detectorList[199].pitchDeg=0.0 

12989 

12990# roll (rotation about x) of the detector in degrees 

12991config.detectorList[199].rollDeg=0.0 

12992 

12993# Pixel size in the x dimension in mm 

12994config.detectorList[199].pixelSize_x=0.01 

12995 

12996# Pixel size in the y dimension in mm 

12997config.detectorList[199].pixelSize_y=0.01 

12998 

12999# Transpose the pixel grid before orienting in focal plane? 

13000config.detectorList[199].transposeDetector=False 

13001 

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 

13004 

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' 

13009 

13010# Name of detector slot 

13011config.detectorList[200].name='R:4,3 S:2,2' 

13012 

13013# ID of detector slot 

13014config.detectorList[200].id=4322 

13015 

13016# x0 of pixel bounding box 

13017config.detectorList[200].bbox_x0=0 

13018 

13019# y0 of pixel bounding box 

13020config.detectorList[200].bbox_y0=0 

13021 

13022# x1 of pixel bounding box 

13023config.detectorList[200].bbox_x1=4071 

13024 

13025# y1 of pixel bounding box 

13026config.detectorList[200].bbox_y1=3999 

13027 

13028# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

13029config.detectorList[200].detectorType=0 

13030 

13031# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

13032config.detectorList[200].physicalType='CCD' 

13033 

13034# Serial string associated with this specific detector 

13035config.detectorList[200].serial='R43_S22_v3.4.2' 

13036 

13037# x offset from the origin of the camera in mm in the transposed system. 

13038config.detectorList[200].offset_x=296.305143 

13039 

13040# y offset from the origin of the camera in mm in the transposed system. 

13041config.detectorList[200].offset_y=169.255035 

13042 

13043# x position of the reference point in the detector in pixels in transposed coordinates. 

13044config.detectorList[200].refpos_x=2035.5 

13045 

13046# y position of the reference point in the detector in pixels in transposed coordinates. 

13047config.detectorList[200].refpos_y=1999.5 

13048 

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 

13051 

13052# pitch (rotation about y) of the detector in degrees 

13053config.detectorList[200].pitchDeg=0.0 

13054 

13055# roll (rotation about x) of the detector in degrees 

13056config.detectorList[200].rollDeg=0.0 

13057 

13058# Pixel size in the x dimension in mm 

13059config.detectorList[200].pixelSize_x=0.01 

13060 

13061# Pixel size in the y dimension in mm 

13062config.detectorList[200].pixelSize_y=0.01 

13063 

13064# Transpose the pixel grid before orienting in focal plane? 

13065config.detectorList[200].transposeDetector=False 

13066 

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 

13069 

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' 

13074 

13075# Name of detector slot 

13076config.detectorList[201].name='R:4,4 S:0,0,A' 

13077 

13078# ID of detector slot 

13079config.detectorList[201].id=14400 

13080 

13081# x0 of pixel bounding box 

13082config.detectorList[201].bbox_x0=0 

13083 

13084# y0 of pixel bounding box 

13085config.detectorList[201].bbox_y0=0 

13086 

13087# x1 of pixel bounding box 

13088config.detectorList[201].bbox_x1=4071 

13089 

13090# y1 of pixel bounding box 

13091config.detectorList[201].bbox_y1=1999 

13092 

13093# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

13094config.detectorList[201].detectorType=3 

13095 

13096# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

13097config.detectorList[201].physicalType='CCD' 

13098 

13099# Serial string associated with this specific detector 

13100config.detectorList[201].serial='R44_S00_C0_v3.4.2' 

13101 

13102# x offset from the origin of the camera in mm in the transposed system. 

13103config.detectorList[201].offset_x=221.750594 

13104 

13105# y offset from the origin of the camera in mm in the transposed system. 

13106config.detectorList[201].offset_y=211.722202 

13107 

13108# x position of the reference point in the detector in pixels in transposed coordinates. 

13109config.detectorList[201].refpos_x=2035.5 

13110 

13111# y position of the reference point in the detector in pixels in transposed coordinates. 

13112config.detectorList[201].refpos_y=999.5 

13113 

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 

13116 

13117# pitch (rotation about y) of the detector in degrees 

13118config.detectorList[201].pitchDeg=0.0 

13119 

13120# roll (rotation about x) of the detector in degrees 

13121config.detectorList[201].rollDeg=0.0 

13122 

13123# Pixel size in the x dimension in mm 

13124config.detectorList[201].pixelSize_x=0.01 

13125 

13126# Pixel size in the y dimension in mm 

13127config.detectorList[201].pixelSize_y=0.01 

13128 

13129# Transpose the pixel grid before orienting in focal plane? 

13130config.detectorList[201].transposeDetector=False 

13131 

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 

13134 

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' 

13139 

13140# Name of detector slot 

13141config.detectorList[202].name='R:4,4 S:0,0,B' 

13142 

13143# ID of detector slot 

13144config.detectorList[202].id=24400 

13145 

13146# x0 of pixel bounding box 

13147config.detectorList[202].bbox_x0=0 

13148 

13149# y0 of pixel bounding box 

13150config.detectorList[202].bbox_y0=0 

13151 

13152# x1 of pixel bounding box 

13153config.detectorList[202].bbox_x1=4071 

13154 

13155# y1 of pixel bounding box 

13156config.detectorList[202].bbox_y1=1999 

13157 

13158# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

13159config.detectorList[202].detectorType=3 

13160 

13161# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

13162config.detectorList[202].physicalType='CCD' 

13163 

13164# Serial string associated with this specific detector 

13165config.detectorList[202].serial='R44_S00_C1_v3.4.2' 

13166 

13167# x offset from the origin of the camera in mm in the transposed system. 

13168config.detectorList[202].offset_x=201.73532 

13169 

13170# y offset from the origin of the camera in mm in the transposed system. 

13171config.detectorList[202].offset_y=211.711975 

13172 

13173# x position of the reference point in the detector in pixels in transposed coordinates. 

13174config.detectorList[202].refpos_x=2035.5 

13175 

13176# y position of the reference point in the detector in pixels in transposed coordinates. 

13177config.detectorList[202].refpos_y=999.5 

13178 

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 

13181 

13182# pitch (rotation about y) of the detector in degrees 

13183config.detectorList[202].pitchDeg=0.0 

13184 

13185# roll (rotation about x) of the detector in degrees 

13186config.detectorList[202].rollDeg=0.0 

13187 

13188# Pixel size in the x dimension in mm 

13189config.detectorList[202].pixelSize_x=0.01 

13190 

13191# Pixel size in the y dimension in mm 

13192config.detectorList[202].pixelSize_y=0.01 

13193 

13194# Transpose the pixel grid before orienting in focal plane? 

13195config.detectorList[202].transposeDetector=False 

13196 

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 

13199 

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' 

13204 

13205# Name of detector slot 

13206config.detectorList[203].name='R:4,4 S:0,1' 

13207 

13208# ID of detector slot 

13209config.detectorList[203].id=4401 

13210 

13211# x0 of pixel bounding box 

13212config.detectorList[203].bbox_x0=0 

13213 

13214# y0 of pixel bounding box 

13215config.detectorList[203].bbox_y0=0 

13216 

13217# x1 of pixel bounding box 

13218config.detectorList[203].bbox_x1=4071 

13219 

13220# y1 of pixel bounding box 

13221config.detectorList[203].bbox_y1=3999 

13222 

13223# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

13224config.detectorList[203].detectorType=2 

13225 

13226# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

13227config.detectorList[203].physicalType='CCD' 

13228 

13229# Serial string associated with this specific detector 

13230config.detectorList[203].serial='R44_S01_v3.4.2' 

13231 

13232# x offset from the origin of the camera in mm in the transposed system. 

13233config.detectorList[203].offset_x=211.790719 

13234 

13235# y offset from the origin of the camera in mm in the transposed system. 

13236config.detectorList[203].offset_y=253.96883 

13237 

13238# x position of the reference point in the detector in pixels in transposed coordinates. 

13239config.detectorList[203].refpos_x=2035.5 

13240 

13241# y position of the reference point in the detector in pixels in transposed coordinates. 

13242config.detectorList[203].refpos_y=1999.5 

13243 

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 

13246 

13247# pitch (rotation about y) of the detector in degrees 

13248config.detectorList[203].pitchDeg=0.0 

13249 

13250# roll (rotation about x) of the detector in degrees 

13251config.detectorList[203].rollDeg=0.0 

13252 

13253# Pixel size in the x dimension in mm 

13254config.detectorList[203].pixelSize_x=0.01 

13255 

13256# Pixel size in the y dimension in mm 

13257config.detectorList[203].pixelSize_y=0.01 

13258 

13259# Transpose the pixel grid before orienting in focal plane? 

13260config.detectorList[203].transposeDetector=False 

13261 

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 

13264 

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' 

13269 

13270# Name of detector slot 

13271config.detectorList[204].name='R:4,4 S:1,0' 

13272 

13273# ID of detector slot 

13274config.detectorList[204].id=4410 

13275 

13276# x0 of pixel bounding box 

13277config.detectorList[204].bbox_x0=0 

13278 

13279# y0 of pixel bounding box 

13280config.detectorList[204].bbox_y0=0 

13281 

13282# x1 of pixel bounding box 

13283config.detectorList[204].bbox_x1=4071 

13284 

13285# y1 of pixel bounding box 

13286config.detectorList[204].bbox_y1=3999 

13287 

13288# Detector type: SCIENCE=0, FOCUS=1, GUIDER=2, WAVEFRONT=3 

13289config.detectorList[204].detectorType=2 

13290 

13291# How this specific detector is constructed; e.g. CCD, E2V, HgCdTe  

13292config.detectorList[204].physicalType='CCD' 

13293 

13294# Serial string associated with this specific detector 

13295config.detectorList[204].serial='R44_S10_v3.4.2' 

13296 

13297# x offset from the origin of the camera in mm in the transposed system. 

13298config.detectorList[204].offset_x=254.050473 

13299 

13300# y offset from the origin of the camera in mm in the transposed system. 

13301config.detectorList[204].offset_y=211.751236 

13302 

13303# x position of the reference point in the detector in pixels in transposed coordinates. 

13304config.detectorList[204].refpos_x=2035.5 

13305 

13306# y position of the reference point in the detector in pixels in transposed coordinates. 

13307config.detectorList[204].refpos_y=1999.5 

13308 

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 

13311 

13312# pitch (rotation about y) of the detector in degrees 

13313config.detectorList[204].pitchDeg=0.0 

13314 

13315# roll (rotation about x) of the detector in degrees 

13316config.detectorList[204].rollDeg=0.0 

13317 

13318# Pixel size in the x dimension in mm 

13319config.detectorList[204].pixelSize_x=0.01 

13320 

13321# Pixel size in the y dimension in mm 

13322config.detectorList[204].pixelSize_y=0.01 

13323 

13324# Transpose the pixel grid before orienting in focal plane? 

13325config.detectorList[204].transposeDetector=False 

13326 

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 

13329 

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) 

13333 

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] 

13336 

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] 

13339 

13340# x, y translation vector 

13341config.transformDict.transforms['FieldAngle'].transform['affine'].translation=[0.0, 0.0] 

13342 

13343# Coefficients for the radial polynomial; coeff[0] must be 0 

13344config.transformDict.transforms['FieldAngle'].transform['radial'].coeffs=None 

13345 

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' 

13350 

13351# Name of this camera 

13352config.name='LSST' 

13353 

13354# Plate scale of the camera in arcsec/mm 

13355config.plateScale=20.0 

13356 

13357# Coefficients for radial distortion 

13358config.radialCoeffs=None 

13359