[Swift-commit] r2285 - log-processing/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Oct 7 09:55:44 CDT 2008
Author: benc
Date: 2008-10-07 09:55:43 -0500 (Tue, 07 Oct 2008)
New Revision: 2285
Modified:
log-processing/libexec/info-and-karajan-actives
Log:
normalise seconds on info-vs-karajan plot to start at 0
Modified: log-processing/libexec/info-and-karajan-actives
===================================================================
--- log-processing/libexec/info-and-karajan-actives 2008-10-07 02:33:23 UTC (rev 2284)
+++ log-processing/libexec/info-and-karajan-actives 2008-10-07 14:55:43 UTC (rev 2285)
@@ -35,12 +35,15 @@
DIFFSTART=$(echo $INFOSTART - $KARASTART | bc -l )
DIFFEND=$(echo $INFOEND - $KARAEND | bc -l )
-echo $INFOSTART $KARASTART $DIFFSTART >> info-and-karajan-actives.data
-echo $INFOEND $KARAEND $DIFFEND >> info-and-karajan-actives.end.data
+echo $INFOSTART $KARASTART $DIFFSTART >> info-and-karajan-actives.3.data
+echo $INFOEND $KARAEND $DIFFEND >> info-and-karajan-actives.end.3.data
done
+./normalise-event-start-time < info-and-karajan-actives.3.data > info-and-karajan-actives.data
+./normalise-event-start-time < info-and-karajan-actives.end.3.data > info-and-karajan-actives.end.data
+
gnuplot info-and-karajan-actives.plot
cat info-and-karajan-actives.data | cut -d ' ' -f 3 | sort -n | ./number-sites-list > info-and-karajan-actives.2.data
More information about the Swift-commit
mailing list