##// END OF EJS Templates
Bugs fixed in Signal Chain GUI:...
Bugs fixed in Signal Chain GUI: -SpectraHeis window: graphic path was not being read. -Voltage window: Code was not being read when code = [[1.0, -1.0, 1.0]]

File last commit:

r345:37fc211f4961
r643:bf37eba8f6f6
Show More
speedTools.bash
7 lines | 160 B | text/x-sh | BashLexer
#!/bin/sh
filename = "testRawData.py"
output = "output"
python -m cProfile -o $output $filename
gprof2dot -f pstats $output.pstats | dot -Tpng -o $output.png