IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2003, 6:51:42 AM (24 years ago)
Author:
eugene
Message:

fixed 'unique' determination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/unique.c

    r3 r12  
    9393  if (crit[0].CCD     != image[0].ccd    ) return (FALSE);
    9494  if (crit[0].Type    != image[0].type   ) return (FALSE);
    95   if (crit[0].Exptime != image[0].exptime) return (FALSE);
     95  /* if (crit[0].Exptime != image[0].exptime) return (FALSE); */
    9696
    9797  if (crit[0].tstart  > image[0].tstop) return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.