- Timestamp:
- Oct 20, 2018, 11:01:42 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/cam_zpt_correction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/cam_zpt_correction.c
r40488 r40557 321 321 isHSC = TRUE; 322 322 } 323 if (!(isGPC1) && !(isHSC)) { continue; } 324 325 int iy, ix, filter; 326 323 if (!isGPC1 && !isHSC) { continue; } 324 325 int iy = 0; 326 int ix = 0; 327 int filter = 1000; 327 328 328 329 // find the chip and filter from photcode: … … 332 333 filter = (int)(photcode / 100) % 10; 333 334 } 334 elseif (isHSC) {335 if (isHSC) { 335 336 iy = 0; 336 337 ix = (int) photcode % 112;
Note:
See TracChangeset
for help on using the changeset viewer.
