IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15


Ignore:
Timestamp:
Jan 14, 2003, 11:57:08 AM (23 years ago)
Author:
eugene
Message:

select by time now tests complete overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/match.c

    r13 r15  
    2222  for (i = 0; i < Nimage; i++) {
    2323    for (j = 0, reject = TRUE; reject && (j < criteria.Ntimes); j++) {
    24       reject = (image[i].obstime < criteria.tstart[j]) || (image[i].obstime > criteria.tstop[j]);
     24      reject = (image[i].obstime + image[i].exptime < criteria.tstart[j]) || (image[i].obstime > criteria.tstop[j]);
    2525    }
    2626    if (criteria.Ntimes && reject) continue;
Note: See TracChangeset for help on using the changeset viewer.