##// END OF EJS Templates
File para plotear la pdata generada con los archivos hdf5...
File para plotear la pdata generada con los archivos hdf5 -Spectra -RTI -Coherence -SNR -Doppler

File last commit:

r345:37fc211f4961
r558:4b3f551e0b6a
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