IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21047 for trunk/Ohana


Ignore:
Timestamp:
Dec 21, 2008, 11:01:36 AM (18 years ago)
Author:
eugene
Message:

search within time range

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/mosaic_astrom.c

    r12840 r21047  
    117117    if (strcmp(&images[i].coords.ctype[4], "-WRP")) continue;
    118118    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;
    120121      ChipMatch[i] = DISentry[j];
    121122      goto got_match;
Note: See TracChangeset for help on using the changeset viewer.