aboutsummaryrefslogtreecommitdiff
path: root/tools/process_rawcap/process_to_points.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-13 01:44:53 -0500
committercnlohr <lohr85@gmail.com>2017-02-13 01:44:53 -0500
commitee433e4a076f77fa28e4d55d6703d6ed7c599251 (patch)
tree410ace763f3f513081338d6803c2a755582b3202 /tools/process_rawcap/process_to_points.c
parentff7167fb8afff6633db422290864e5da302d9afb (diff)
downloadlibsurvive-ee433e4a076f77fa28e4d55d6703d6ed7c599251.tar.gz
libsurvive-ee433e4a076f77fa28e4d55d6703d6ed7c599251.tar.bz2
Closes #15 Closes #4 These are now rock solid.
Prepare the way for the OOTX Data. Gonna hav eto get @axlecrusher on it.
Diffstat (limited to 'tools/process_rawcap/process_to_points.c')
-rw-r--r--tools/process_rawcap/process_to_points.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/process_rawcap/process_to_points.c b/tools/process_rawcap/process_to_points.c
index a1e835d..3ccfcc1 100644
--- a/tools/process_rawcap/process_to_points.c
+++ b/tools/process_rawcap/process_to_points.c
@@ -192,7 +192,8 @@ int main( int argc, char ** argv )
stddevtim += Sdiff * Sdiff;
stddevlen += Ldiff * Ldiff;
- Sdiff/=4;
+ //Cast a wider net for the histogram.
+ //Sdiff/=4;
int llm = Sdiff + (HISTOGRAMSIZE/2.0);
if( llm < 0 ) llm = 0;