Changeset 21047 for trunk/Ohana
- Timestamp:
- Dec 21, 2008, 11:01:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/mosaic_astrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/mosaic_astrom.c
r12840 r21047 117 117 if (strcmp(&images[i].coords.ctype[4], "-WRP")) continue; 118 118 for (j = 0; j < Ndis; j++) { 119 if (DIStzero[j] != images[i].tzero) continue; 119 if (DIStzero[j] < images[i].tzero) continue; 120 if (DIStzero[j] > images[i].tzero + (int) images[i].exptime) continue; 120 121 ChipMatch[i] = DISentry[j]; 121 122 goto got_match;
Note:
See TracChangeset
for help on using the changeset viewer.
