Changeset 18689 for trunk/Mars/fact
- Timestamp:
- 12/18/16 21:11:13 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/processing/lidar.C
r18524 r18689 27 27 while (file.GetNextRow()) 28 28 { 29 //ignore strange values 30 if (t3<0 || t3>1.5) 31 continue; 32 33 //handle overflow in time 29 34 if (time<50000) 30 35 time += 682607./45; … … 64 69 return; 65 70 } 66 if (beg-lastt>time-end && (time-end)*24*3600<10*60 )71 if (beg-lastt>time-end && (time-end)*24*3600<10*60 && t3>=0) 67 72 { 68 73 cout << "result " << t3 << " " << t6 << " " << t9 << " " << t12 << endl;
Note:
See TracChangeset
for help on using the changeset viewer.