Changeset 12 for trunk/Ohana/src/imregister/detrend/unique.c
- Timestamp:
- Jan 6, 2003, 6:51:42 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/detrend/unique.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/detrend/unique.c
r3 r12 93 93 if (crit[0].CCD != image[0].ccd ) return (FALSE); 94 94 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); */ 96 96 97 97 if (crit[0].tstart > image[0].tstop) return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
