Changeset 33199
- Timestamp:
- Feb 2, 2012, 2:06:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/load_zpt_table.c
r33180 r33199 112 112 NCELL_X = 2; 113 113 NCELL_Y = 2; 114 CHIP_DX = 4880; 115 CHIP_DY = 4864; 114 CHIP_DX = 2*2424; // != 4880 115 CHIP_DY = 2*2430; // != 4864 116 // Note that Eddie has identified the center of the boundary between cells xy3n and 117 // xy4n and used that to split the chip. I am setting CHIP_DX,DY to force the same split 116 118 } else { 117 119 if (!gfits_scan (&header, "NSEASON", "%d", 1, &NSEASON)) {
Note:
See TracChangeset
for help on using the changeset viewer.
