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

772 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-02-09 04:20 -0800

1# At one time this file was auto-generated by bin/genCameraRepository.py 

2# However, that script is broken (see DM-11560) and this file 

3# is manually maintained, at least until that ticket is fixed. 

4import lsst.afw.cameraGeom.cameraConfig 

5assert type(config) == lsst.afw.cameraGeom.cameraConfig.CameraConfig, 'config is of type %s.%s instead of lsst.afw.cameraGeom.cameraConfig.CameraConfig' % ( 

6 type(config).__module__, type(config).__name__) 

7# Plate scale of the camera in arcsec/mm 

8config.plateScale = 13.7 

9 

10# Name of native coordinate system 

11config.transformDict.nativeSys = 'FocalPlane' 

12 

13config.transformDict.transforms = {} 

14config.transformDict.transforms['FieldAngle'] = lsst.afw.geom.transformConfig.TransformConfig() 

15config.transformDict.transforms['FieldAngle'].transform['multi'].transformDict = None 

16# x, y translation vector 

17config.transformDict.transforms['FieldAngle'].transform['affine'].translation = [0.0, 0.0] 

18 

19# 2x2 linear matrix in the usual numpy order; 

20# to rotate a vector by theta use: cos(theta), sin(theta), -sin(theta), cos(theta) 

21config.transformDict.transforms['FieldAngle'].transform['affine'].linear = [1.0, 0.0, 0.0, 1.0] 

22 

23# Coefficients for the radial polynomial; coeff[0] must be 0 

24config.transformDict.transforms['FieldAngle'].transform['radial'].coeffs = None 

25config.transformDict.transforms['FieldAngle'].transform['inverted' 

26 ].transform.retarget(target=lsst.afw.geom.transformRegistry['radial']) 

27# Coefficients for the radial polynomial; coeff[0] must be 0 

28config.transformDict.transforms['FieldAngle'].transform[ 

29 'inverted'].transform.coeffs = [0.0, 14805.4, 13619.3, 426637.0] 

30 

31config.transformDict.transforms['FieldAngle'].transform.name = 'inverted' 

32config.detectorList = {} 

33config.detectorList[0] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

34# y0 of pixel bounding box 

35config.detectorList[0].bbox_y0 = 0 

36 

37# y1 of pixel bounding box 

38config.detectorList[0].bbox_y1 = 4611 

39 

40# x1 of pixel bounding box 

41config.detectorList[0].bbox_x1 = 2047 

42 

43# x0 of pixel bounding box 

44config.detectorList[0].bbox_x0 = 0 

45 

46# Name of detector slot 

47config.detectorList[0].name = 'ccd00' 

48 

49# Pixel size in the x dimension in mm 

50config.detectorList[0].pixelSize_x = 0.0135 

51 

52# Name of native coordinate system 

53config.detectorList[0].transformDict.nativeSys = None 

54 

55config.detectorList[0].transformDict.transforms = None 

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

57config.detectorList[0].refpos_x = 1023.5 

58 

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

60config.detectorList[0].refpos_y = 2305.5 

61 

62# Pixel size in the y dimension in mm 

63config.detectorList[0].pixelSize_y = 0.0135 

64 

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

66config.detectorList[0].detectorType = 0 

67 

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

69config.detectorList[0].offset_x = -114.399 

70 

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

72config.detectorList[0].offset_y = 99.46125 

73 

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

75config.detectorList[0].transposeDetector = None 

76 

77# yaw (rotation about z) of the detector in degrees. This includes any 

78# necessary rotation to go from detector coordinates to camera coordinates 

79# after optional transposition. 

80config.detectorList[0].yawDeg = 180.0 

81 

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

83config.detectorList[0].rollDeg = 0.0 

84 

85# Serial string associated with this specific detector 

86config.detectorList[0].serial = '834175' 

87 

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

89config.detectorList[0].pitchDeg = 0.0 

90 

91# ID of detector slot 

92config.detectorList[0].id = 0 

93 

94config.detectorList[1] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

95# y0 of pixel bounding box 

96config.detectorList[1].bbox_y0 = 0 

97 

98# y1 of pixel bounding box 

99config.detectorList[1].bbox_y1 = 4611 

100 

101# x1 of pixel bounding box 

102config.detectorList[1].bbox_x1 = 2047 

103 

104# x0 of pixel bounding box 

105config.detectorList[1].bbox_x0 = 0 

106 

107# Name of detector slot 

108config.detectorList[1].name = 'ccd01' 

109 

110# Pixel size in the x dimension in mm 

111config.detectorList[1].pixelSize_x = 0.0135 

112 

113# Name of native coordinate system 

114config.detectorList[1].transformDict.nativeSys = None 

115 

116config.detectorList[1].transformDict.transforms = None 

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

118config.detectorList[1].refpos_x = 1023.5 

119 

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

121config.detectorList[1].refpos_y = 2305.5 

122 

123# Pixel size in the y dimension in mm 

124config.detectorList[1].pixelSize_y = 0.0135 

125 

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

127config.detectorList[1].detectorType = 0 

128 

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

130config.detectorList[1].offset_x = -85.806 

131 

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

133config.detectorList[1].offset_y = 99.47475 

134 

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

136config.detectorList[1].transposeDetector = None 

137 

138# yaw (rotation about z) of the detector in degrees. This includes any 

139# necessary rotation to go from detector coordinates to camera coordinates 

140# after optional transposition. 

141config.detectorList[1].yawDeg = 180.0 

142 

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

144config.detectorList[1].rollDeg = 0.0 

145 

146# Serial string associated with this specific detector 

147config.detectorList[1].serial = '835234' 

148 

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

150config.detectorList[1].pitchDeg = 0.0 

151 

152# ID of detector slot 

153config.detectorList[1].id = 1 

154 

155config.detectorList[2] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

156# y0 of pixel bounding box 

157config.detectorList[2].bbox_y0 = 0 

158 

159# y1 of pixel bounding box 

160config.detectorList[2].bbox_y1 = 4611 

161 

162# x1 of pixel bounding box 

163config.detectorList[2].bbox_x1 = 2047 

164 

165# x0 of pixel bounding box 

166config.detectorList[2].bbox_x0 = 0 

167 

168# Name of detector slot 

169config.detectorList[2].name = 'ccd02' 

170 

171# Pixel size in the x dimension in mm 

172config.detectorList[2].pixelSize_x = 0.0135 

173 

174# Name of native coordinate system 

175config.detectorList[2].transformDict.nativeSys = None 

176 

177config.detectorList[2].transformDict.transforms = None 

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

179config.detectorList[2].refpos_x = 1023.5 

180 

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

182config.detectorList[2].refpos_y = 2305.5 

183 

184# Pixel size in the y dimension in mm 

185config.detectorList[2].pixelSize_y = 0.0135 

186 

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

188config.detectorList[2].detectorType = 0 

189 

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

191config.detectorList[2].offset_x = -57.24 

192 

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

194config.detectorList[2].offset_y = 99.48825 

195 

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

197config.detectorList[2].transposeDetector = None 

198 

199# yaw (rotation about z) of the detector in degrees. This includes any 

200# necessary rotation to go from detector coordinates to camera coordinates 

201# after optional transposition. 

202config.detectorList[2].yawDeg = 180.0 

203 

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

205config.detectorList[2].rollDeg = 0.0 

206 

207# Serial string associated with this specific detector 

208config.detectorList[2].serial = '8352153' 

209 

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

211config.detectorList[2].pitchDeg = 0.0 

212 

213# ID of detector slot 

214config.detectorList[2].id = 2 

215 

216config.detectorList[3] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

217# y0 of pixel bounding box 

218config.detectorList[3].bbox_y0 = 0 

219 

220# y1 of pixel bounding box 

221config.detectorList[3].bbox_y1 = 4611 

222 

223# x1 of pixel bounding box 

224config.detectorList[3].bbox_x1 = 2047 

225 

226# x0 of pixel bounding box 

227config.detectorList[3].bbox_x0 = 0 

228 

229# Name of detector slot 

230config.detectorList[3].name = 'ccd03' 

231 

232# Pixel size in the x dimension in mm 

233config.detectorList[3].pixelSize_x = 0.0135 

234 

235# Name of native coordinate system 

236config.detectorList[3].transformDict.nativeSys = None 

237 

238config.detectorList[3].transformDict.transforms = None 

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

240config.detectorList[3].refpos_x = 1023.5 

241 

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

243config.detectorList[3].refpos_y = 2305.5 

244 

245# Pixel size in the y dimension in mm 

246config.detectorList[3].pixelSize_y = 0.0135 

247 

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

249config.detectorList[3].detectorType = 0 

250 

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

252config.detectorList[3].offset_x = -28.6875 

253 

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

255config.detectorList[3].offset_y = 99.50175 

256 

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

258config.detectorList[3].transposeDetector = None 

259 

260# yaw (rotation about z) of the detector in degrees. This includes any 

261# necessary rotation to go from detector coordinates to camera coordinates 

262# after optional transposition. 

263config.detectorList[3].yawDeg = 180.0 

264 

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

266config.detectorList[3].rollDeg = 0.0 

267 

268# Serial string associated with this specific detector 

269config.detectorList[3].serial = '8261144' 

270 

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

272config.detectorList[3].pitchDeg = 0.0 

273 

274# ID of detector slot 

275config.detectorList[3].id = 3 

276 

277config.detectorList[4] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

278# y0 of pixel bounding box 

279config.detectorList[4].bbox_y0 = 0 

280 

281# y1 of pixel bounding box 

282config.detectorList[4].bbox_y1 = 4611 

283 

284# x1 of pixel bounding box 

285config.detectorList[4].bbox_x1 = 2047 

286 

287# x0 of pixel bounding box 

288config.detectorList[4].bbox_x0 = 0 

289 

290# Name of detector slot 

291config.detectorList[4].name = 'ccd04' 

292 

293# Pixel size in the x dimension in mm 

294config.detectorList[4].pixelSize_x = 0.0135 

295 

296# Name of native coordinate system 

297config.detectorList[4].transformDict.nativeSys = None 

298 

299config.detectorList[4].transformDict.transforms = None 

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

301config.detectorList[4].refpos_x = 1023.5 

302 

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

304config.detectorList[4].refpos_y = 2305.5 

305 

306# Pixel size in the y dimension in mm 

307config.detectorList[4].pixelSize_y = 0.0135 

308 

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

310config.detectorList[4].detectorType = 0 

311 

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

313config.detectorList[4].offset_x = -0.054 

314 

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

316config.detectorList[4].offset_y = 99.50175 

317 

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

319config.detectorList[4].transposeDetector = None 

320 

321# yaw (rotation about z) of the detector in degrees. This includes any 

322# necessary rotation to go from detector coordinates to camera coordinates 

323# after optional transposition. 

324config.detectorList[4].yawDeg = 180.0 

325 

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

327config.detectorList[4].rollDeg = 0.0 

328 

329# Serial string associated with this specific detector 

330config.detectorList[4].serial = '8341174' 

331 

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

333config.detectorList[4].pitchDeg = 0.0 

334 

335# ID of detector slot 

336config.detectorList[4].id = 4 

337 

338config.detectorList[5] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

339# y0 of pixel bounding box 

340config.detectorList[5].bbox_y0 = 0 

341 

342# y1 of pixel bounding box 

343config.detectorList[5].bbox_y1 = 4611 

344 

345# x1 of pixel bounding box 

346config.detectorList[5].bbox_x1 = 2047 

347 

348# x0 of pixel bounding box 

349config.detectorList[5].bbox_x0 = 0 

350 

351# Name of detector slot 

352config.detectorList[5].name = 'ccd05' 

353 

354# Pixel size in the x dimension in mm 

355config.detectorList[5].pixelSize_x = 0.0135 

356 

357# Name of native coordinate system 

358config.detectorList[5].transformDict.nativeSys = None 

359 

360config.detectorList[5].transformDict.transforms = None 

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

362config.detectorList[5].refpos_x = 1023.5 

363 

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

365config.detectorList[5].refpos_y = 2305.5 

366 

367# Pixel size in the y dimension in mm 

368config.detectorList[5].pixelSize_y = 0.0135 

369 

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

371config.detectorList[5].detectorType = 0 

372 

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

374config.detectorList[5].offset_x = 28.431 

375 

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

377config.detectorList[5].offset_y = 99.48825 

378 

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

380config.detectorList[5].transposeDetector = None 

381 

382# yaw (rotation about z) of the detector in degrees. This includes any 

383# necessary rotation to go from detector coordinates to camera coordinates 

384# after optional transposition. 

385config.detectorList[5].yawDeg = 180.0 

386 

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

388config.detectorList[5].rollDeg = 0.0 

389 

390# Serial string associated with this specific detector 

391config.detectorList[5].serial = '8351205' 

392 

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

394config.detectorList[5].pitchDeg = 0.0 

395 

396# ID of detector slot 

397config.detectorList[5].id = 5 

398 

399config.detectorList[6] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

400# y0 of pixel bounding box 

401config.detectorList[6].bbox_y0 = 0 

402 

403# y1 of pixel bounding box 

404config.detectorList[6].bbox_y1 = 4611 

405 

406# x1 of pixel bounding box 

407config.detectorList[6].bbox_x1 = 2047 

408 

409# x0 of pixel bounding box 

410config.detectorList[6].bbox_x0 = 0 

411 

412# Name of detector slot 

413config.detectorList[6].name = 'ccd06' 

414 

415# Pixel size in the x dimension in mm 

416config.detectorList[6].pixelSize_x = 0.0135 

417 

418# Name of native coordinate system 

419config.detectorList[6].transformDict.nativeSys = None 

420 

421config.detectorList[6].transformDict.transforms = None 

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

423config.detectorList[6].refpos_x = 1023.5 

424 

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

426config.detectorList[6].refpos_y = 2305.5 

427 

428# Pixel size in the y dimension in mm 

429config.detectorList[6].pixelSize_y = 0.0135 

430 

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

432config.detectorList[6].detectorType = 0 

433 

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

435config.detectorList[6].offset_x = 57.078 

436 

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

438config.detectorList[6].offset_y = 99.46125 

439 

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

441config.detectorList[6].transposeDetector = None 

442 

443# yaw (rotation about z) of the detector in degrees. This includes any 

444# necessary rotation to go from detector coordinates to camera coordinates 

445# after optional transposition. 

446config.detectorList[6].yawDeg = 180.0 

447 

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

449config.detectorList[6].rollDeg = 0.0 

450 

451# Serial string associated with this specific detector 

452config.detectorList[6].serial = '8351133' 

453 

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

455config.detectorList[6].pitchDeg = 0.0 

456 

457# ID of detector slot 

458config.detectorList[6].id = 6 

459 

460config.detectorList[7] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

461# y0 of pixel bounding box 

462config.detectorList[7].bbox_y0 = 0 

463 

464# y1 of pixel bounding box 

465config.detectorList[7].bbox_y1 = 4611 

466 

467# x1 of pixel bounding box 

468config.detectorList[7].bbox_x1 = 2047 

469 

470# x0 of pixel bounding box 

471config.detectorList[7].bbox_x0 = 0 

472 

473# Name of detector slot 

474config.detectorList[7].name = 'ccd07' 

475 

476# Pixel size in the x dimension in mm 

477config.detectorList[7].pixelSize_x = 0.0135 

478 

479# Name of native coordinate system 

480config.detectorList[7].transformDict.nativeSys = None 

481 

482config.detectorList[7].transformDict.transforms = None 

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

484config.detectorList[7].refpos_x = 1023.5 

485 

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

487config.detectorList[7].refpos_y = 2305.5 

488 

489# Pixel size in the y dimension in mm 

490config.detectorList[7].pixelSize_y = 0.0135 

491 

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

493config.detectorList[7].detectorType = 0 

494 

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

496config.detectorList[7].offset_x = 85.6575 

497 

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

499config.detectorList[7].offset_y = 99.43425 

500 

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

502config.detectorList[7].transposeDetector = None 

503 

504# yaw (rotation about z) of the detector in degrees. This includes any 

505# necessary rotation to go from detector coordinates to camera coordinates 

506# after optional transposition. 

507config.detectorList[7].yawDeg = 180.0 

508 

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

510config.detectorList[7].rollDeg = 0.0 

511 

512# Serial string associated with this specific detector 

513config.detectorList[7].serial = '835163' 

514 

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

516config.detectorList[7].pitchDeg = 0.0 

517 

518# ID of detector slot 

519config.detectorList[7].id = 7 

520 

521config.detectorList[8] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

522# y0 of pixel bounding box 

523config.detectorList[8].bbox_y0 = 0 

524 

525# y1 of pixel bounding box 

526config.detectorList[8].bbox_y1 = 4611 

527 

528# x1 of pixel bounding box 

529config.detectorList[8].bbox_x1 = 2047 

530 

531# x0 of pixel bounding box 

532config.detectorList[8].bbox_x0 = 0 

533 

534# Name of detector slot 

535config.detectorList[8].name = 'ccd08' 

536 

537# Pixel size in the x dimension in mm 

538config.detectorList[8].pixelSize_x = 0.0135 

539 

540# Name of native coordinate system 

541config.detectorList[8].transformDict.nativeSys = None 

542 

543config.detectorList[8].transformDict.transforms = None 

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

545config.detectorList[8].refpos_x = 1023.5 

546 

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

548config.detectorList[8].refpos_y = 2305.5 

549 

550# Pixel size in the y dimension in mm 

551config.detectorList[8].pixelSize_y = 0.0135 

552 

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

554config.detectorList[8].detectorType = 0 

555 

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

557config.detectorList[8].offset_x = 114.2505 

558 

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

560config.detectorList[8].offset_y = 99.44775 

561 

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

563config.detectorList[8].transposeDetector = None 

564 

565# yaw (rotation about z) of the detector in degrees. This includes any 

566# necessary rotation to go from detector coordinates to camera coordinates 

567# after optional transposition. 

568config.detectorList[8].yawDeg = 180.0 

569 

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

571config.detectorList[8].rollDeg = 0.0 

572 

573# Serial string associated with this specific detector 

574config.detectorList[8].serial = '8261133' 

575 

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

577config.detectorList[8].pitchDeg = 0.0 

578 

579# ID of detector slot 

580config.detectorList[8].id = 8 

581 

582config.detectorList[9] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

583# y0 of pixel bounding box 

584config.detectorList[9].bbox_y0 = 0 

585 

586# y1 of pixel bounding box 

587config.detectorList[9].bbox_y1 = 4611 

588 

589# x1 of pixel bounding box 

590config.detectorList[9].bbox_x1 = 2047 

591 

592# x0 of pixel bounding box 

593config.detectorList[9].bbox_x0 = 0 

594 

595# Name of detector slot 

596config.detectorList[9].name = 'ccd09' 

597 

598# Pixel size in the x dimension in mm 

599config.detectorList[9].pixelSize_x = 0.0135 

600 

601# Name of native coordinate system 

602config.detectorList[9].transformDict.nativeSys = None 

603 

604config.detectorList[9].transformDict.transforms = None 

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

606config.detectorList[9].refpos_x = 1023.5 

607 

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

609config.detectorList[9].refpos_y = 2305.5 

610 

611# Pixel size in the y dimension in mm 

612config.detectorList[9].pixelSize_y = 0.0135 

613 

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

615config.detectorList[9].detectorType = 0 

616 

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

618config.detectorList[9].offset_x = -114.3855 

619 

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

621config.detectorList[9].offset_y = 31.51575 

622 

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

624config.detectorList[9].transposeDetector = None 

625 

626# yaw (rotation about z) of the detector in degrees. This includes any 

627# necessary rotation to go from detector coordinates to camera coordinates 

628# after optional transposition. 

629config.detectorList[9].yawDeg = 180.0 

630 

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

632config.detectorList[9].rollDeg = 0.0 

633 

634# Serial string associated with this specific detector 

635config.detectorList[9].serial = '917213' 

636 

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

638config.detectorList[9].pitchDeg = 0.0 

639 

640# ID of detector slot 

641config.detectorList[9].id = 9 

642 

643config.detectorList[10] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

644# y0 of pixel bounding box 

645config.detectorList[10].bbox_y0 = 0 

646 

647# y1 of pixel bounding box 

648config.detectorList[10].bbox_y1 = 4611 

649 

650# x1 of pixel bounding box 

651config.detectorList[10].bbox_x1 = 2047 

652 

653# x0 of pixel bounding box 

654config.detectorList[10].bbox_x0 = 0 

655 

656# Name of detector slot 

657config.detectorList[10].name = 'ccd10' 

658 

659# Pixel size in the x dimension in mm 

660config.detectorList[10].pixelSize_x = 0.0135 

661 

662# Name of native coordinate system 

663config.detectorList[10].transformDict.nativeSys = None 

664 

665config.detectorList[10].transformDict.transforms = None 

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

667config.detectorList[10].refpos_x = 1023.5 

668 

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

670config.detectorList[10].refpos_y = 2305.5 

671 

672# Pixel size in the y dimension in mm 

673config.detectorList[10].pixelSize_y = 0.0135 

674 

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

676config.detectorList[10].detectorType = 0 

677 

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

679config.detectorList[10].offset_x = -85.7925 

680 

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

682config.detectorList[10].offset_y = 31.50225 

683 

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

685config.detectorList[10].transposeDetector = None 

686 

687# yaw (rotation about z) of the detector in degrees. This includes any 

688# necessary rotation to go from detector coordinates to camera coordinates 

689# after optional transposition. 

690config.detectorList[10].yawDeg = 180.0 

691 

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

693config.detectorList[10].rollDeg = 0.0 

694 

695# Serial string associated with this specific detector 

696config.detectorList[10].serial = '835244' 

697 

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

699config.detectorList[10].pitchDeg = 0.0 

700 

701# ID of detector slot 

702config.detectorList[10].id = 10 

703 

704config.detectorList[11] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

705# y0 of pixel bounding box 

706config.detectorList[11].bbox_y0 = 0 

707 

708# y1 of pixel bounding box 

709config.detectorList[11].bbox_y1 = 4611 

710 

711# x1 of pixel bounding box 

712config.detectorList[11].bbox_x1 = 2047 

713 

714# x0 of pixel bounding box 

715config.detectorList[11].bbox_x0 = 0 

716 

717# Name of detector slot 

718config.detectorList[11].name = 'ccd11' 

719 

720# Pixel size in the x dimension in mm 

721config.detectorList[11].pixelSize_x = 0.0135 

722 

723# Name of native coordinate system 

724config.detectorList[11].transformDict.nativeSys = None 

725 

726config.detectorList[11].transformDict.transforms = None 

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

728config.detectorList[11].refpos_x = 1023.5 

729 

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

731config.detectorList[11].refpos_y = 2305.5 

732 

733# Pixel size in the y dimension in mm 

734config.detectorList[11].pixelSize_y = 0.0135 

735 

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

737config.detectorList[11].detectorType = 0 

738 

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

740config.detectorList[11].offset_x = -57.24 

741 

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

743config.detectorList[11].offset_y = 31.48875 

744 

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

746config.detectorList[11].transposeDetector = None 

747 

748# yaw (rotation about z) of the detector in degrees. This includes any 

749# necessary rotation to go from detector coordinates to camera coordinates 

750# after optional transposition. 

751config.detectorList[11].yawDeg = 180.0 

752 

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

754config.detectorList[11].rollDeg = 0.0 

755 

756# Serial string associated with this specific detector 

757config.detectorList[11].serial = '8352155' 

758 

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

760config.detectorList[11].pitchDeg = 0.0 

761 

762# ID of detector slot 

763config.detectorList[11].id = 11 

764 

765config.detectorList[12] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

766# y0 of pixel bounding box 

767config.detectorList[12].bbox_y0 = 0 

768 

769# y1 of pixel bounding box 

770config.detectorList[12].bbox_y1 = 4611 

771 

772# x1 of pixel bounding box 

773config.detectorList[12].bbox_x1 = 2047 

774 

775# x0 of pixel bounding box 

776config.detectorList[12].bbox_x0 = 0 

777 

778# Name of detector slot 

779config.detectorList[12].name = 'ccd12' 

780 

781# Pixel size in the x dimension in mm 

782config.detectorList[12].pixelSize_x = 0.0135 

783 

784# Name of native coordinate system 

785config.detectorList[12].transformDict.nativeSys = None 

786 

787config.detectorList[12].transformDict.transforms = None 

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

789config.detectorList[12].refpos_x = 1023.5 

790 

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

792config.detectorList[12].refpos_y = 2305.5 

793 

794# Pixel size in the y dimension in mm 

795config.detectorList[12].pixelSize_y = 0.0135 

796 

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

798config.detectorList[12].detectorType = 0 

799 

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

801config.detectorList[12].offset_x = -28.6605 

802 

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

804config.detectorList[12].offset_y = 31.52925 

805 

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

807config.detectorList[12].transposeDetector = None 

808 

809# yaw (rotation about z) of the detector in degrees. This includes any 

810# necessary rotation to go from detector coordinates to camera coordinates 

811# after optional transposition. 

812config.detectorList[12].yawDeg = 180.0 

813 

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

815config.detectorList[12].rollDeg = 0.0 

816 

817# Serial string associated with this specific detector 

818config.detectorList[12].serial = '8351204' 

819 

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

821config.detectorList[12].pitchDeg = 0.0 

822 

823# ID of detector slot 

824config.detectorList[12].id = 12 

825 

826config.detectorList[13] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

827# y0 of pixel bounding box 

828config.detectorList[13].bbox_y0 = 0 

829 

830# y1 of pixel bounding box 

831config.detectorList[13].bbox_y1 = 4611 

832 

833# x1 of pixel bounding box 

834config.detectorList[13].bbox_x1 = 2047 

835 

836# x0 of pixel bounding box 

837config.detectorList[13].bbox_x0 = 0 

838 

839# Name of detector slot 

840config.detectorList[13].name = 'ccd13' 

841 

842# Pixel size in the x dimension in mm 

843config.detectorList[13].pixelSize_x = 0.0135 

844 

845# Name of native coordinate system 

846config.detectorList[13].transformDict.nativeSys = None 

847 

848config.detectorList[13].transformDict.transforms = None 

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

850config.detectorList[13].refpos_x = 1023.5 

851 

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

853config.detectorList[13].refpos_y = 2305.5 

854 

855# Pixel size in the y dimension in mm 

856config.detectorList[13].pixelSize_y = 0.0135 

857 

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

859config.detectorList[13].detectorType = 0 

860 

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

862config.detectorList[13].offset_x = -0.081 

863 

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

865config.detectorList[13].offset_y = 31.54275 

866 

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

868config.detectorList[13].transposeDetector = None 

869 

870# yaw (rotation about z) of the detector in degrees. This includes any 

871# necessary rotation to go from detector coordinates to camera coordinates 

872# after optional transposition. 

873config.detectorList[13].yawDeg = 180.0 

874 

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

876config.detectorList[13].rollDeg = 0.0 

877 

878# Serial string associated with this specific detector 

879config.detectorList[13].serial = '8351173' 

880 

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

882config.detectorList[13].pitchDeg = 0.0 

883 

884# ID of detector slot 

885config.detectorList[13].id = 13 

886 

887config.detectorList[14] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

888# y0 of pixel bounding box 

889config.detectorList[14].bbox_y0 = 0 

890 

891# y1 of pixel bounding box 

892config.detectorList[14].bbox_y1 = 4611 

893 

894# x1 of pixel bounding box 

895config.detectorList[14].bbox_x1 = 2047 

896 

897# x0 of pixel bounding box 

898config.detectorList[14].bbox_x0 = 0 

899 

900# Name of detector slot 

901config.detectorList[14].name = 'ccd14' 

902 

903# Pixel size in the x dimension in mm 

904config.detectorList[14].pixelSize_x = 0.0135 

905 

906# Name of native coordinate system 

907config.detectorList[14].transformDict.nativeSys = None 

908 

909config.detectorList[14].transformDict.transforms = None 

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

911config.detectorList[14].refpos_x = 1023.5 

912 

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

914config.detectorList[14].refpos_y = 2305.5 

915 

916# Pixel size in the y dimension in mm 

917config.detectorList[14].pixelSize_y = 0.0135 

918 

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

920config.detectorList[14].detectorType = 0 

921 

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

923config.detectorList[14].offset_x = 28.4985 

924 

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

926config.detectorList[14].offset_y = 31.48875 

927 

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

929config.detectorList[14].transposeDetector = None 

930 

931# yaw (rotation about z) of the detector in degrees. This includes any 

932# necessary rotation to go from detector coordinates to camera coordinates 

933# after optional transposition. 

934config.detectorList[14].yawDeg = 180.0 

935 

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

937config.detectorList[14].rollDeg = 0.0 

938 

939# Serial string associated with this specific detector 

940config.detectorList[14].serial = '8434135' 

941 

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

943config.detectorList[14].pitchDeg = 0.0 

944 

945# ID of detector slot 

946config.detectorList[14].id = 14 

947 

948config.detectorList[15] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

949# y0 of pixel bounding box 

950config.detectorList[15].bbox_y0 = 0 

951 

952# y1 of pixel bounding box 

953config.detectorList[15].bbox_y1 = 4611 

954 

955# x1 of pixel bounding box 

956config.detectorList[15].bbox_x1 = 2047 

957 

958# x0 of pixel bounding box 

959config.detectorList[15].bbox_x0 = 0 

960 

961# Name of detector slot 

962config.detectorList[15].name = 'ccd15' 

963 

964# Pixel size in the x dimension in mm 

965config.detectorList[15].pixelSize_x = 0.0135 

966 

967# Name of native coordinate system 

968config.detectorList[15].transformDict.nativeSys = None 

969 

970config.detectorList[15].transformDict.transforms = None 

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

972config.detectorList[15].refpos_x = 1023.5 

973 

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

975config.detectorList[15].refpos_y = 2305.5 

976 

977# Pixel size in the y dimension in mm 

978config.detectorList[15].pixelSize_y = 0.0135 

979 

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

981config.detectorList[15].detectorType = 0 

982 

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

984config.detectorList[15].offset_x = 57.0915 

985 

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

987config.detectorList[15].offset_y = 31.48875 

988 

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

990config.detectorList[15].transposeDetector = None 

991 

992# yaw (rotation about z) of the detector in degrees. This includes any 

993# necessary rotation to go from detector coordinates to camera coordinates 

994# after optional transposition. 

995config.detectorList[15].yawDeg = 180.0 

996 

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

998config.detectorList[15].rollDeg = 0.0 

999 

1000# Serial string associated with this specific detector 

1001config.detectorList[15].serial = '8341173' 

1002 

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

1004config.detectorList[15].pitchDeg = 0.0 

1005 

1006# ID of detector slot 

1007config.detectorList[15].id = 15 

1008 

1009config.detectorList[16] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1010# y0 of pixel bounding box 

1011config.detectorList[16].bbox_y0 = 0 

1012 

1013# y1 of pixel bounding box 

1014config.detectorList[16].bbox_y1 = 4611 

1015 

1016# x1 of pixel bounding box 

1017config.detectorList[16].bbox_x1 = 2047 

1018 

1019# x0 of pixel bounding box 

1020config.detectorList[16].bbox_x0 = 0 

1021 

1022# Name of detector slot 

1023config.detectorList[16].name = 'ccd16' 

1024 

1025# Pixel size in the x dimension in mm 

1026config.detectorList[16].pixelSize_x = 0.0135 

1027 

1028# Name of native coordinate system 

1029config.detectorList[16].transformDict.nativeSys = None 

1030 

1031config.detectorList[16].transformDict.transforms = None 

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

1033config.detectorList[16].refpos_x = 1023.5 

1034 

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

1036config.detectorList[16].refpos_y = 2305.5 

1037 

1038# Pixel size in the y dimension in mm 

1039config.detectorList[16].pixelSize_y = 0.0135 

1040 

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

1042config.detectorList[16].detectorType = 0 

1043 

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

1045config.detectorList[16].offset_x = 85.644 

1046 

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

1048config.detectorList[16].offset_y = 31.54275 

1049 

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

1051config.detectorList[16].transposeDetector = None 

1052 

1053# yaw (rotation about z) of the detector in degrees. This includes any 

1054# necessary rotation to go from detector coordinates to camera coordinates 

1055# after optional transposition. 

1056config.detectorList[16].yawDeg = 180.0 

1057 

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

1059config.detectorList[16].rollDeg = 0.0 

1060 

1061# Serial string associated with this specific detector 

1062config.detectorList[16].serial = '8351114' 

1063 

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

1065config.detectorList[16].pitchDeg = 0.0 

1066 

1067# ID of detector slot 

1068config.detectorList[16].id = 16 

1069 

1070config.detectorList[17] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1071# y0 of pixel bounding box 

1072config.detectorList[17].bbox_y0 = 0 

1073 

1074# y1 of pixel bounding box 

1075config.detectorList[17].bbox_y1 = 4611 

1076 

1077# x1 of pixel bounding box 

1078config.detectorList[17].bbox_x1 = 2047 

1079 

1080# x0 of pixel bounding box 

1081config.detectorList[17].bbox_x0 = 0 

1082 

1083# Name of detector slot 

1084config.detectorList[17].name = 'ccd17' 

1085 

1086# Pixel size in the x dimension in mm 

1087config.detectorList[17].pixelSize_x = 0.0135 

1088 

1089# Name of native coordinate system 

1090config.detectorList[17].transformDict.nativeSys = None 

1091 

1092config.detectorList[17].transformDict.transforms = None 

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

1094config.detectorList[17].refpos_x = 1023.5 

1095 

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

1097config.detectorList[17].refpos_y = 2305.5 

1098 

1099# Pixel size in the y dimension in mm 

1100config.detectorList[17].pixelSize_y = 0.0135 

1101 

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

1103config.detectorList[17].detectorType = 0 

1104 

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

1106config.detectorList[17].offset_x = 114.2505 

1107 

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

1109config.detectorList[17].offset_y = 31.39425 

1110 

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

1112config.detectorList[17].transposeDetector = None 

1113 

1114# yaw (rotation about z) of the detector in degrees. This includes any 

1115# necessary rotation to go from detector coordinates to camera coordinates 

1116# after optional transposition. 

1117config.detectorList[17].yawDeg = 180.0 

1118 

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

1120config.detectorList[17].rollDeg = 0.0 

1121 

1122# Serial string associated with this specific detector 

1123config.detectorList[17].serial = '7432193' 

1124 

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

1126config.detectorList[17].pitchDeg = 0.0 

1127 

1128# ID of detector slot 

1129config.detectorList[17].id = 17 

1130 

1131config.detectorList[18] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1132# y0 of pixel bounding box 

1133config.detectorList[18].bbox_y0 = 0 

1134 

1135# y1 of pixel bounding box 

1136config.detectorList[18].bbox_y1 = 4611 

1137 

1138# x1 of pixel bounding box 

1139config.detectorList[18].bbox_x1 = 2047 

1140 

1141# x0 of pixel bounding box 

1142config.detectorList[18].bbox_x0 = 0 

1143 

1144# Name of detector slot 

1145config.detectorList[18].name = 'ccd18' 

1146 

1147# Pixel size in the x dimension in mm 

1148config.detectorList[18].pixelSize_x = 0.0135 

1149 

1150# Name of native coordinate system 

1151config.detectorList[18].transformDict.nativeSys = None 

1152 

1153config.detectorList[18].transformDict.transforms = None 

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

1155config.detectorList[18].refpos_x = 1023.5 

1156 

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

1158config.detectorList[18].refpos_y = 2305.5 

1159 

1160# Pixel size in the y dimension in mm 

1161config.detectorList[18].pixelSize_y = 0.0135 

1162 

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

1164config.detectorList[18].detectorType = 0 

1165 

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

1167config.detectorList[18].offset_x = -114.3855 

1168 

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

1170config.detectorList[18].offset_y = -31.47525 

1171 

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

1173config.detectorList[18].transposeDetector = None 

1174 

1175# yaw (rotation about z) of the detector in degrees. This includes any 

1176# necessary rotation to go from detector coordinates to camera coordinates 

1177# after optional transposition. 

1178config.detectorList[18].yawDeg = 0.0 

1179 

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

1181config.detectorList[18].rollDeg = 0.0 

1182 

1183# Serial string associated with this specific detector 

1184config.detectorList[18].serial = '917243' 

1185 

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

1187config.detectorList[18].pitchDeg = 0.0 

1188 

1189# ID of detector slot 

1190config.detectorList[18].id = 18 

1191 

1192config.detectorList[19] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1193# y0 of pixel bounding box 

1194config.detectorList[19].bbox_y0 = 0 

1195 

1196# y1 of pixel bounding box 

1197config.detectorList[19].bbox_y1 = 4611 

1198 

1199# x1 of pixel bounding box 

1200config.detectorList[19].bbox_x1 = 2047 

1201 

1202# x0 of pixel bounding box 

1203config.detectorList[19].bbox_x0 = 0 

1204 

1205# Name of detector slot 

1206config.detectorList[19].name = 'ccd19' 

1207 

1208# Pixel size in the x dimension in mm 

1209config.detectorList[19].pixelSize_x = 0.0135 

1210 

1211# Name of native coordinate system 

1212config.detectorList[19].transformDict.nativeSys = None 

1213 

1214config.detectorList[19].transformDict.transforms = None 

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

1216config.detectorList[19].refpos_x = 1023.5 

1217 

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

1219config.detectorList[19].refpos_y = 2305.5 

1220 

1221# Pixel size in the y dimension in mm 

1222config.detectorList[19].pixelSize_y = 0.0135 

1223 

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

1225config.detectorList[19].detectorType = 0 

1226 

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

1228config.detectorList[19].offset_x = -85.806 

1229 

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

1231config.detectorList[19].offset_y = -31.44825 

1232 

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

1234config.detectorList[19].transposeDetector = None 

1235 

1236# yaw (rotation about z) of the detector in degrees. This includes any 

1237# necessary rotation to go from detector coordinates to camera coordinates 

1238# after optional transposition. 

1239config.detectorList[19].yawDeg = 0.0 

1240 

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

1242config.detectorList[19].rollDeg = 0.0 

1243 

1244# Serial string associated with this specific detector 

1245config.detectorList[19].serial = '8341165' 

1246 

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

1248config.detectorList[19].pitchDeg = 0.0 

1249 

1250# ID of detector slot 

1251config.detectorList[19].id = 19 

1252 

1253config.detectorList[20] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1254# y0 of pixel bounding box 

1255config.detectorList[20].bbox_y0 = 0 

1256 

1257# y1 of pixel bounding box 

1258config.detectorList[20].bbox_y1 = 4611 

1259 

1260# x1 of pixel bounding box 

1261config.detectorList[20].bbox_x1 = 2047 

1262 

1263# x0 of pixel bounding box 

1264config.detectorList[20].bbox_x0 = 0 

1265 

1266# Name of detector slot 

1267config.detectorList[20].name = 'ccd20' 

1268 

1269# Pixel size in the x dimension in mm 

1270config.detectorList[20].pixelSize_x = 0.0135 

1271 

1272# Name of native coordinate system 

1273config.detectorList[20].transformDict.nativeSys = None 

1274 

1275config.detectorList[20].transformDict.transforms = None 

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

1277config.detectorList[20].refpos_x = 1023.5 

1278 

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

1280config.detectorList[20].refpos_y = 2305.5 

1281 

1282# Pixel size in the y dimension in mm 

1283config.detectorList[20].pixelSize_y = 0.0135 

1284 

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

1286config.detectorList[20].detectorType = 0 

1287 

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

1289config.detectorList[20].offset_x = -57.24 

1290 

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

1292config.detectorList[20].offset_y = -31.46175 

1293 

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

1295config.detectorList[20].transposeDetector = None 

1296 

1297# yaw (rotation about z) of the detector in degrees. This includes any 

1298# necessary rotation to go from detector coordinates to camera coordinates 

1299# after optional transposition. 

1300config.detectorList[20].yawDeg = 0.0 

1301 

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

1303config.detectorList[20].rollDeg = 0.0 

1304 

1305# Serial string associated with this specific detector 

1306config.detectorList[20].serial = '8352134' 

1307 

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

1309config.detectorList[20].pitchDeg = 0.0 

1310 

1311# ID of detector slot 

1312config.detectorList[20].id = 20 

1313 

1314config.detectorList[21] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1315# y0 of pixel bounding box 

1316config.detectorList[21].bbox_y0 = 0 

1317 

1318# y1 of pixel bounding box 

1319config.detectorList[21].bbox_y1 = 4611 

1320 

1321# x1 of pixel bounding box 

1322config.detectorList[21].bbox_x1 = 2047 

1323 

1324# x0 of pixel bounding box 

1325config.detectorList[21].bbox_x0 = 0 

1326 

1327# Name of detector slot 

1328config.detectorList[21].name = 'ccd21' 

1329 

1330# Pixel size in the x dimension in mm 

1331config.detectorList[21].pixelSize_x = 0.0135 

1332 

1333# Name of native coordinate system 

1334config.detectorList[21].transformDict.nativeSys = None 

1335 

1336config.detectorList[21].transformDict.transforms = None 

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

1338config.detectorList[21].refpos_x = 1023.5 

1339 

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

1341config.detectorList[21].refpos_y = 2305.5 

1342 

1343# Pixel size in the y dimension in mm 

1344config.detectorList[21].pixelSize_y = 0.0135 

1345 

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

1347config.detectorList[21].detectorType = 0 

1348 

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

1350config.detectorList[21].offset_x = -28.647 

1351 

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

1353config.detectorList[21].offset_y = -31.44825 

1354 

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

1356config.detectorList[21].transposeDetector = None 

1357 

1358# yaw (rotation about z) of the detector in degrees. This includes any 

1359# necessary rotation to go from detector coordinates to camera coordinates 

1360# after optional transposition. 

1361config.detectorList[21].yawDeg = 0.0 

1362 

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

1364config.detectorList[21].rollDeg = 0.0 

1365 

1366# Serial string associated with this specific detector 

1367config.detectorList[21].serial = '8374175' 

1368 

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

1370config.detectorList[21].pitchDeg = 0.0 

1371 

1372# ID of detector slot 

1373config.detectorList[21].id = 21 

1374 

1375config.detectorList[22] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1376# y0 of pixel bounding box 

1377config.detectorList[22].bbox_y0 = 0 

1378 

1379# y1 of pixel bounding box 

1380config.detectorList[22].bbox_y1 = 4611 

1381 

1382# x1 of pixel bounding box 

1383config.detectorList[22].bbox_x1 = 2047 

1384 

1385# x0 of pixel bounding box 

1386config.detectorList[22].bbox_x0 = 0 

1387 

1388# Name of detector slot 

1389config.detectorList[22].name = 'ccd22' 

1390 

1391# Pixel size in the x dimension in mm 

1392config.detectorList[22].pixelSize_x = 0.0135 

1393 

1394# Name of native coordinate system 

1395config.detectorList[22].transformDict.nativeSys = None 

1396 

1397config.detectorList[22].transformDict.transforms = None 

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

1399config.detectorList[22].refpos_x = 1023.5 

1400 

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

1402config.detectorList[22].refpos_y = 2305.5 

1403 

1404# Pixel size in the y dimension in mm 

1405config.detectorList[22].pixelSize_y = 0.0135 

1406 

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

1408config.detectorList[22].detectorType = 0 

1409 

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

1411config.detectorList[22].offset_x = -0.081 

1412 

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

1414config.detectorList[22].offset_y = -31.46175 

1415 

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

1417config.detectorList[22].transposeDetector = None 

1418 

1419# yaw (rotation about z) of the detector in degrees. This includes any 

1420# necessary rotation to go from detector coordinates to camera coordinates 

1421# after optional transposition. 

1422config.detectorList[22].yawDeg = 0.0 

1423 

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

1425config.detectorList[22].rollDeg = 0.0 

1426 

1427# Serial string associated with this specific detector 

1428config.detectorList[22].serial = '8351115' 

1429 

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

1431config.detectorList[22].pitchDeg = 0.0 

1432 

1433# ID of detector slot 

1434config.detectorList[22].id = 22 

1435 

1436config.detectorList[23] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1437# y0 of pixel bounding box 

1438config.detectorList[23].bbox_y0 = 0 

1439 

1440# y1 of pixel bounding box 

1441config.detectorList[23].bbox_y1 = 4611 

1442 

1443# x1 of pixel bounding box 

1444config.detectorList[23].bbox_x1 = 2047 

1445 

1446# x0 of pixel bounding box 

1447config.detectorList[23].bbox_x0 = 0 

1448 

1449# Name of detector slot 

1450config.detectorList[23].name = 'ccd23' 

1451 

1452# Pixel size in the x dimension in mm 

1453config.detectorList[23].pixelSize_x = 0.0135 

1454 

1455# Name of native coordinate system 

1456config.detectorList[23].transformDict.nativeSys = None 

1457 

1458config.detectorList[23].transformDict.transforms = None 

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

1460config.detectorList[23].refpos_x = 1023.5 

1461 

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

1463config.detectorList[23].refpos_y = 2305.5 

1464 

1465# Pixel size in the y dimension in mm 

1466config.detectorList[23].pixelSize_y = 0.0135 

1467 

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

1469config.detectorList[23].detectorType = 0 

1470 

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

1472config.detectorList[23].offset_x = 28.566 

1473 

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

1475config.detectorList[23].offset_y = -31.42125 

1476 

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

1478config.detectorList[23].transposeDetector = None 

1479 

1480# yaw (rotation about z) of the detector in degrees. This includes any 

1481# necessary rotation to go from detector coordinates to camera coordinates 

1482# after optional transposition. 

1483config.detectorList[23].yawDeg = 0.0 

1484 

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

1486config.detectorList[23].rollDeg = 0.0 

1487 

1488# Serial string associated with this specific detector 

1489config.detectorList[23].serial = '835164' 

1490 

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

1492config.detectorList[23].pitchDeg = 0.0 

1493 

1494# ID of detector slot 

1495config.detectorList[23].id = 23 

1496 

1497config.detectorList[24] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1498# y0 of pixel bounding box 

1499config.detectorList[24].bbox_y0 = 0 

1500 

1501# y1 of pixel bounding box 

1502config.detectorList[24].bbox_y1 = 4611 

1503 

1504# x1 of pixel bounding box 

1505config.detectorList[24].bbox_x1 = 2047 

1506 

1507# x0 of pixel bounding box 

1508config.detectorList[24].bbox_x0 = 0 

1509 

1510# Name of detector slot 

1511config.detectorList[24].name = 'ccd24' 

1512 

1513# Pixel size in the x dimension in mm 

1514config.detectorList[24].pixelSize_x = 0.0135 

1515 

1516# Name of native coordinate system 

1517config.detectorList[24].transformDict.nativeSys = None 

1518 

1519config.detectorList[24].transformDict.transforms = None 

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

1521config.detectorList[24].refpos_x = 1023.5 

1522 

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

1524config.detectorList[24].refpos_y = 2305.5 

1525 

1526# Pixel size in the y dimension in mm 

1527config.detectorList[24].pixelSize_y = 0.0135 

1528 

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

1530config.detectorList[24].detectorType = 0 

1531 

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

1533config.detectorList[24].offset_x = 57.078 

1534 

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

1536config.detectorList[24].offset_y = -31.43475 

1537 

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

1539config.detectorList[24].transposeDetector = None 

1540 

1541# yaw (rotation about z) of the detector in degrees. This includes any 

1542# necessary rotation to go from detector coordinates to camera coordinates 

1543# after optional transposition. 

1544config.detectorList[24].yawDeg = 0.0 

1545 

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

1547config.detectorList[24].rollDeg = 0.0 

1548 

1549# Serial string associated with this specific detector 

1550config.detectorList[24].serial = '8351185' 

1551 

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

1553config.detectorList[24].pitchDeg = 0.0 

1554 

1555# ID of detector slot 

1556config.detectorList[24].id = 24 

1557 

1558config.detectorList[25] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1559# y0 of pixel bounding box 

1560config.detectorList[25].bbox_y0 = 0 

1561 

1562# y1 of pixel bounding box 

1563config.detectorList[25].bbox_y1 = 4611 

1564 

1565# x1 of pixel bounding box 

1566config.detectorList[25].bbox_x1 = 2047 

1567 

1568# x0 of pixel bounding box 

1569config.detectorList[25].bbox_x0 = 0 

1570 

1571# Name of detector slot 

1572config.detectorList[25].name = 'ccd25' 

1573 

1574# Pixel size in the x dimension in mm 

1575config.detectorList[25].pixelSize_x = 0.0135 

1576 

1577# Name of native coordinate system 

1578config.detectorList[25].transformDict.nativeSys = None 

1579 

1580config.detectorList[25].transformDict.transforms = None 

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

1582config.detectorList[25].refpos_x = 1023.5 

1583 

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

1585config.detectorList[25].refpos_y = 2305.5 

1586 

1587# Pixel size in the y dimension in mm 

1588config.detectorList[25].pixelSize_y = 0.0135 

1589 

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

1591config.detectorList[25].detectorType = 0 

1592 

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

1594config.detectorList[25].offset_x = 85.671 

1595 

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

1597config.detectorList[25].offset_y = -31.38075 

1598 

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

1600config.detectorList[25].transposeDetector = None 

1601 

1602# yaw (rotation about z) of the detector in degrees. This includes any 

1603# necessary rotation to go from detector coordinates to camera coordinates 

1604# after optional transposition. 

1605config.detectorList[25].yawDeg = 0.0 

1606 

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

1608config.detectorList[25].rollDeg = 0.0 

1609 

1610# Serial string associated with this specific detector 

1611config.detectorList[25].serial = '8352185' 

1612 

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

1614config.detectorList[25].pitchDeg = 0.0 

1615 

1616# ID of detector slot 

1617config.detectorList[25].id = 25 

1618 

1619config.detectorList[26] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1620# y0 of pixel bounding box 

1621config.detectorList[26].bbox_y0 = 0 

1622 

1623# y1 of pixel bounding box 

1624config.detectorList[26].bbox_y1 = 4611 

1625 

1626# x1 of pixel bounding box 

1627config.detectorList[26].bbox_x1 = 2047 

1628 

1629# x0 of pixel bounding box 

1630config.detectorList[26].bbox_x0 = 0 

1631 

1632# Name of detector slot 

1633config.detectorList[26].name = 'ccd26' 

1634 

1635# Pixel size in the x dimension in mm 

1636config.detectorList[26].pixelSize_x = 0.0135 

1637 

1638# Name of native coordinate system 

1639config.detectorList[26].transformDict.nativeSys = None 

1640 

1641config.detectorList[26].transformDict.transforms = None 

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

1643config.detectorList[26].refpos_x = 1023.5 

1644 

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

1646config.detectorList[26].refpos_y = 2305.5 

1647 

1648# Pixel size in the y dimension in mm 

1649config.detectorList[26].pixelSize_y = 0.0135 

1650 

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

1652config.detectorList[26].detectorType = 0 

1653 

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

1655config.detectorList[26].offset_x = 114.1965 

1656 

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

1658config.detectorList[26].offset_y = -31.47525 

1659 

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

1661config.detectorList[26].transposeDetector = None 

1662 

1663# yaw (rotation about z) of the detector in degrees. This includes any 

1664# necessary rotation to go from detector coordinates to camera coordinates 

1665# after optional transposition. 

1666config.detectorList[26].yawDeg = 0.0 

1667 

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

1669config.detectorList[26].rollDeg = 0.0 

1670 

1671# Serial string associated with this specific detector 

1672config.detectorList[26].serial = '835173' 

1673 

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

1675config.detectorList[26].pitchDeg = 0.0 

1676 

1677# ID of detector slot 

1678config.detectorList[26].id = 26 

1679 

1680config.detectorList[27] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1681# y0 of pixel bounding box 

1682config.detectorList[27].bbox_y0 = 0 

1683 

1684# y1 of pixel bounding box 

1685config.detectorList[27].bbox_y1 = 4611 

1686 

1687# x1 of pixel bounding box 

1688config.detectorList[27].bbox_x1 = 2047 

1689 

1690# x0 of pixel bounding box 

1691config.detectorList[27].bbox_x0 = 0 

1692 

1693# Name of detector slot 

1694config.detectorList[27].name = 'ccd27' 

1695 

1696# Pixel size in the x dimension in mm 

1697config.detectorList[27].pixelSize_x = 0.0135 

1698 

1699# Name of native coordinate system 

1700config.detectorList[27].transformDict.nativeSys = None 

1701 

1702config.detectorList[27].transformDict.transforms = None 

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

1704config.detectorList[27].refpos_x = 1023.5 

1705 

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

1707config.detectorList[27].refpos_y = 2305.5 

1708 

1709# Pixel size in the y dimension in mm 

1710config.detectorList[27].pixelSize_y = 0.0135 

1711 

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

1713config.detectorList[27].detectorType = 0 

1714 

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

1716config.detectorList[27].offset_x = -114.291 

1717 

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

1719config.detectorList[27].offset_y = -99.50175 

1720 

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

1722config.detectorList[27].transposeDetector = None 

1723 

1724# yaw (rotation about z) of the detector in degrees. This includes any 

1725# necessary rotation to go from detector coordinates to camera coordinates 

1726# after optional transposition. 

1727config.detectorList[27].yawDeg = 0.0 

1728 

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

1730config.detectorList[27].rollDeg = 0.0 

1731 

1732# Serial string associated with this specific detector 

1733config.detectorList[27].serial = '8261165' 

1734 

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

1736config.detectorList[27].pitchDeg = 0.0 

1737 

1738# ID of detector slot 

1739config.detectorList[27].id = 27 

1740 

1741config.detectorList[28] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1742# y0 of pixel bounding box 

1743config.detectorList[28].bbox_y0 = 0 

1744 

1745# y1 of pixel bounding box 

1746config.detectorList[28].bbox_y1 = 4611 

1747 

1748# x1 of pixel bounding box 

1749config.detectorList[28].bbox_x1 = 2047 

1750 

1751# x0 of pixel bounding box 

1752config.detectorList[28].bbox_x0 = 0 

1753 

1754# Name of detector slot 

1755config.detectorList[28].name = 'ccd28' 

1756 

1757# Pixel size in the x dimension in mm 

1758config.detectorList[28].pixelSize_x = 0.0135 

1759 

1760# Name of native coordinate system 

1761config.detectorList[28].transformDict.nativeSys = None 

1762 

1763config.detectorList[28].transformDict.transforms = None 

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

1765config.detectorList[28].refpos_x = 1023.5 

1766 

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

1768config.detectorList[28].refpos_y = 2305.5 

1769 

1770# Pixel size in the y dimension in mm 

1771config.detectorList[28].pixelSize_y = 0.0135 

1772 

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

1774config.detectorList[28].detectorType = 0 

1775 

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

1777config.detectorList[28].offset_x = -85.8195 

1778 

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

1780config.detectorList[28].offset_y = -99.35325 

1781 

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

1783config.detectorList[28].transposeDetector = None 

1784 

1785# yaw (rotation about z) of the detector in degrees. This includes any 

1786# necessary rotation to go from detector coordinates to camera coordinates 

1787# after optional transposition. 

1788config.detectorList[28].yawDeg = 0.0 

1789 

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

1791config.detectorList[28].rollDeg = 0.0 

1792 

1793# Serial string associated with this specific detector 

1794config.detectorList[28].serial = '743233' 

1795 

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

1797config.detectorList[28].pitchDeg = 0.0 

1798 

1799# ID of detector slot 

1800config.detectorList[28].id = 28 

1801 

1802config.detectorList[29] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1803# y0 of pixel bounding box 

1804config.detectorList[29].bbox_y0 = 0 

1805 

1806# y1 of pixel bounding box 

1807config.detectorList[29].bbox_y1 = 4611 

1808 

1809# x1 of pixel bounding box 

1810config.detectorList[29].bbox_x1 = 2047 

1811 

1812# x0 of pixel bounding box 

1813config.detectorList[29].bbox_x0 = 0 

1814 

1815# Name of detector slot 

1816config.detectorList[29].name = 'ccd29' 

1817 

1818# Pixel size in the x dimension in mm 

1819config.detectorList[29].pixelSize_x = 0.0135 

1820 

1821# Name of native coordinate system 

1822config.detectorList[29].transformDict.nativeSys = None 

1823 

1824config.detectorList[29].transformDict.transforms = None 

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

1826config.detectorList[29].refpos_x = 1023.5 

1827 

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

1829config.detectorList[29].refpos_y = 2305.5 

1830 

1831# Pixel size in the y dimension in mm 

1832config.detectorList[29].pixelSize_y = 0.0135 

1833 

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

1835config.detectorList[29].detectorType = 0 

1836 

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

1838config.detectorList[29].offset_x = -57.213 

1839 

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

1841config.detectorList[29].offset_y = -99.36675 

1842 

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

1844config.detectorList[29].transposeDetector = None 

1845 

1846# yaw (rotation about z) of the detector in degrees. This includes any 

1847# necessary rotation to go from detector coordinates to camera coordinates 

1848# after optional transposition. 

1849config.detectorList[29].yawDeg = 0.0 

1850 

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

1852config.detectorList[29].rollDeg = 0.0 

1853 

1854# Serial string associated with this specific detector 

1855config.detectorList[29].serial = '8351164' 

1856 

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

1858config.detectorList[29].pitchDeg = 0.0 

1859 

1860# ID of detector slot 

1861config.detectorList[29].id = 29 

1862 

1863config.detectorList[30] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1864# y0 of pixel bounding box 

1865config.detectorList[30].bbox_y0 = 0 

1866 

1867# y1 of pixel bounding box 

1868config.detectorList[30].bbox_y1 = 4611 

1869 

1870# x1 of pixel bounding box 

1871config.detectorList[30].bbox_x1 = 2047 

1872 

1873# x0 of pixel bounding box 

1874config.detectorList[30].bbox_x0 = 0 

1875 

1876# Name of detector slot 

1877config.detectorList[30].name = 'ccd30' 

1878 

1879# Pixel size in the x dimension in mm 

1880config.detectorList[30].pixelSize_x = 0.0135 

1881 

1882# Name of native coordinate system 

1883config.detectorList[30].transformDict.nativeSys = None 

1884 

1885config.detectorList[30].transformDict.transforms = None 

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

1887config.detectorList[30].refpos_x = 1023.5 

1888 

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

1890config.detectorList[30].refpos_y = 2305.5 

1891 

1892# Pixel size in the y dimension in mm 

1893config.detectorList[30].pixelSize_y = 0.0135 

1894 

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

1896config.detectorList[30].detectorType = 0 

1897 

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

1899config.detectorList[30].offset_x = -28.6065 

1900 

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

1902config.detectorList[30].offset_y = -99.43425 

1903 

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

1905config.detectorList[30].transposeDetector = None 

1906 

1907# yaw (rotation about z) of the detector in degrees. This includes any 

1908# necessary rotation to go from detector coordinates to camera coordinates 

1909# after optional transposition. 

1910config.detectorList[30].yawDeg = 0.0 

1911 

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

1913config.detectorList[30].rollDeg = 0.0 

1914 

1915# Serial string associated with this specific detector 

1916config.detectorList[30].serial = '8261195' 

1917 

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

1919config.detectorList[30].pitchDeg = 0.0 

1920 

1921# ID of detector slot 

1922config.detectorList[30].id = 30 

1923 

1924config.detectorList[31] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1925# y0 of pixel bounding box 

1926config.detectorList[31].bbox_y0 = 0 

1927 

1928# y1 of pixel bounding box 

1929config.detectorList[31].bbox_y1 = 4611 

1930 

1931# x1 of pixel bounding box 

1932config.detectorList[31].bbox_x1 = 2047 

1933 

1934# x0 of pixel bounding box 

1935config.detectorList[31].bbox_x0 = 0 

1936 

1937# Name of detector slot 

1938config.detectorList[31].name = 'ccd31' 

1939 

1940# Pixel size in the x dimension in mm 

1941config.detectorList[31].pixelSize_x = 0.0135 

1942 

1943# Name of native coordinate system 

1944config.detectorList[31].transformDict.nativeSys = None 

1945 

1946config.detectorList[31].transformDict.transforms = None 

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

1948config.detectorList[31].refpos_x = 1023.5 

1949 

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

1951config.detectorList[31].refpos_y = 2305.5 

1952 

1953# Pixel size in the y dimension in mm 

1954config.detectorList[31].pixelSize_y = 0.0135 

1955 

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

1957config.detectorList[31].detectorType = 0 

1958 

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

1960config.detectorList[31].offset_x = -0.054 

1961 

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

1963config.detectorList[31].offset_y = -99.40725 

1964 

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

1966config.detectorList[31].transposeDetector = None 

1967 

1968# yaw (rotation about z) of the detector in degrees. This includes any 

1969# necessary rotation to go from detector coordinates to camera coordinates 

1970# after optional transposition. 

1971config.detectorList[31].yawDeg = 0.0 

1972 

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

1974config.detectorList[31].rollDeg = 0.0 

1975 

1976# Serial string associated with this specific detector 

1977config.detectorList[31].serial = '835183' 

1978 

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

1980config.detectorList[31].pitchDeg = 0.0 

1981 

1982# ID of detector slot 

1983config.detectorList[31].id = 31 

1984 

1985config.detectorList[32] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

1986# y0 of pixel bounding box 

1987config.detectorList[32].bbox_y0 = 0 

1988 

1989# y1 of pixel bounding box 

1990config.detectorList[32].bbox_y1 = 4611 

1991 

1992# x1 of pixel bounding box 

1993config.detectorList[32].bbox_x1 = 2047 

1994 

1995# x0 of pixel bounding box 

1996config.detectorList[32].bbox_x0 = 0 

1997 

1998# Name of detector slot 

1999config.detectorList[32].name = 'ccd32' 

2000 

2001# Pixel size in the x dimension in mm 

2002config.detectorList[32].pixelSize_x = 0.0135 

2003 

2004# Name of native coordinate system 

2005config.detectorList[32].transformDict.nativeSys = None 

2006 

2007config.detectorList[32].transformDict.transforms = None 

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

2009config.detectorList[32].refpos_x = 1023.5 

2010 

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

2012config.detectorList[32].refpos_y = 2305.5 

2013 

2014# Pixel size in the y dimension in mm 

2015config.detectorList[32].pixelSize_y = 0.0135 

2016 

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

2018config.detectorList[32].detectorType = 0 

2019 

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

2021config.detectorList[32].offset_x = 28.5255 

2022 

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

2024config.detectorList[32].offset_y = -99.42075 

2025 

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

2027config.detectorList[32].transposeDetector = None 

2028 

2029# yaw (rotation about z) of the detector in degrees. This includes any 

2030# necessary rotation to go from detector coordinates to camera coordinates 

2031# after optional transposition. 

2032config.detectorList[32].yawDeg = 0.0 

2033 

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

2035config.detectorList[32].rollDeg = 0.0 

2036 

2037# Serial string associated with this specific detector 

2038config.detectorList[32].serial = '8352104' 

2039 

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

2041config.detectorList[32].pitchDeg = 0.0 

2042 

2043# ID of detector slot 

2044config.detectorList[32].id = 32 

2045 

2046config.detectorList[33] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

2047# y0 of pixel bounding box 

2048config.detectorList[33].bbox_y0 = 0 

2049 

2050# y1 of pixel bounding box 

2051config.detectorList[33].bbox_y1 = 4611 

2052 

2053# x1 of pixel bounding box 

2054config.detectorList[33].bbox_x1 = 2047 

2055 

2056# x0 of pixel bounding box 

2057config.detectorList[33].bbox_x0 = 0 

2058 

2059# Name of detector slot 

2060config.detectorList[33].name = 'ccd33' 

2061 

2062# Pixel size in the x dimension in mm 

2063config.detectorList[33].pixelSize_x = 0.0135 

2064 

2065# Name of native coordinate system 

2066config.detectorList[33].transformDict.nativeSys = None 

2067 

2068config.detectorList[33].transformDict.transforms = None 

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

2070config.detectorList[33].refpos_x = 1023.5 

2071 

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

2073config.detectorList[33].refpos_y = 2305.5 

2074 

2075# Pixel size in the y dimension in mm 

2076config.detectorList[33].pixelSize_y = 0.0135 

2077 

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

2079config.detectorList[33].detectorType = 0 

2080 

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

2082config.detectorList[33].offset_x = 57.1185 

2083 

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

2085config.detectorList[33].offset_y = -99.36675 

2086 

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

2088config.detectorList[33].transposeDetector = None 

2089 

2090# yaw (rotation about z) of the detector in degrees. This includes any 

2091# necessary rotation to go from detector coordinates to camera coordinates 

2092# after optional transposition. 

2093config.detectorList[33].yawDeg = 0.0 

2094 

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

2096config.detectorList[33].rollDeg = 0.0 

2097 

2098# Serial string associated with this specific detector 

2099config.detectorList[33].serial = '8352154' 

2100 

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

2102config.detectorList[33].pitchDeg = 0.0 

2103 

2104# ID of detector slot 

2105config.detectorList[33].id = 33 

2106 

2107config.detectorList[34] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

2108# y0 of pixel bounding box 

2109config.detectorList[34].bbox_y0 = 0 

2110 

2111# y1 of pixel bounding box 

2112config.detectorList[34].bbox_y1 = 4611 

2113 

2114# x1 of pixel bounding box 

2115config.detectorList[34].bbox_x1 = 2047 

2116 

2117# x0 of pixel bounding box 

2118config.detectorList[34].bbox_x0 = 0 

2119 

2120# Name of detector slot 

2121config.detectorList[34].name = 'ccd34' 

2122 

2123# Pixel size in the x dimension in mm 

2124config.detectorList[34].pixelSize_x = 0.0135 

2125 

2126# Name of native coordinate system 

2127config.detectorList[34].transformDict.nativeSys = None 

2128 

2129config.detectorList[34].transformDict.transforms = None 

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

2131config.detectorList[34].refpos_x = 1023.5 

2132 

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

2134config.detectorList[34].refpos_y = 2305.5 

2135 

2136# Pixel size in the y dimension in mm 

2137config.detectorList[34].pixelSize_y = 0.0135 

2138 

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

2140config.detectorList[34].detectorType = 0 

2141 

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

2143config.detectorList[34].offset_x = 85.6845 

2144 

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

2146config.detectorList[34].offset_y = -99.38025 

2147 

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

2149config.detectorList[34].transposeDetector = None 

2150 

2151# yaw (rotation about z) of the detector in degrees. This includes any 

2152# necessary rotation to go from detector coordinates to camera coordinates 

2153# after optional transposition. 

2154config.detectorList[34].yawDeg = 0.0 

2155 

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

2157config.detectorList[34].rollDeg = 0.0 

2158 

2159# Serial string associated with this specific detector 

2160config.detectorList[34].serial = '826173' 

2161 

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

2163config.detectorList[34].pitchDeg = 0.0 

2164 

2165# ID of detector slot 

2166config.detectorList[34].id = 34 

2167 

2168config.detectorList[35] = lsst.afw.cameraGeom.cameraConfig.DetectorConfig() 

2169# y0 of pixel bounding box 

2170config.detectorList[35].bbox_y0 = 0 

2171 

2172# y1 of pixel bounding box 

2173config.detectorList[35].bbox_y1 = 4611 

2174 

2175# x1 of pixel bounding box 

2176config.detectorList[35].bbox_x1 = 2047 

2177 

2178# x0 of pixel bounding box 

2179config.detectorList[35].bbox_x0 = 0 

2180 

2181# Name of detector slot 

2182config.detectorList[35].name = 'ccd35' 

2183 

2184# Pixel size in the x dimension in mm 

2185config.detectorList[35].pixelSize_x = 0.0135 

2186 

2187# Name of native coordinate system 

2188config.detectorList[35].transformDict.nativeSys = None 

2189 

2190config.detectorList[35].transformDict.transforms = None 

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

2192config.detectorList[35].refpos_x = 1023.5 

2193 

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

2195config.detectorList[35].refpos_y = 2305.5 

2196 

2197# Pixel size in the y dimension in mm 

2198config.detectorList[35].pixelSize_y = 0.0135 

2199 

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

2201config.detectorList[35].detectorType = 0 

2202 

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

2204config.detectorList[35].offset_x = 114.1695 

2205 

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

2207config.detectorList[35].offset_y = -99.51525 

2208 

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

2210config.detectorList[35].transposeDetector = None 

2211 

2212# yaw (rotation about z) of the detector in degrees. This includes any 

2213# necessary rotation to go from detector coordinates to camera coordinates 

2214# after optional transposition. 

2215config.detectorList[35].yawDeg = 0.0 

2216 

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

2218config.detectorList[35].rollDeg = 0.0 

2219 

2220# Serial string associated with this specific detector 

2221config.detectorList[35].serial = '8261143' 

2222 

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

2224config.detectorList[35].pitchDeg = 0.0 

2225 

2226# ID of detector slot 

2227config.detectorList[35].id = 35 

2228 

2229# Coefficients for radial distortion 

2230config.radialCoeffs = None 

2231 

2232# Name of this camera 

2233config.name = 'MegaPrime'