From: <mk...@us...> - 2003-07-24 05:08:21
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv5059 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** CHANGES.current 24 Jul 2003 04:55:56 -0000 1.57 --- CHANGES.current 24 Jul 2003 05:08:14 -0000 1.58 *************** *** 15,18 **** --- 15,35 ---- Added 'r' key binding to gamescreen-core.map + Added Tools/Recorder, which contains utilities for + converting data recorder output into more useful + formats: + + Under Windows, just run: + + RecCSP --tab data-xxx.rec + + and load the resulting file into Excel. You can do + the same under Linux (substitue your favorite plotting + program for Excel). If you happen to have jgraph, + ghosstscript, and (optionally) latex installed you can + create nice pdf plots of all the recorded data very + easily by running: + + graph data-xxx.rec + 2003-07-22: onsight Increased the default window size to 800x600 so that |