##// END OF EJS Templates
Version 2.1.3: ...
Version 2.1.3: -Bug fixed reading Fits data -Metadata file for Fits is optional.

File last commit:

r345:37fc211f4961
r664:9aee9f7a8e3e
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