##// END OF EJS Templates
A SpectraProc se agrega:...
A SpectraProc se agrega: - removeDC - removeInterference A Spectra se agrega: - ippFactor, esto es un atributo que afecta a los getVelRange() y getFreqRange() En jrodataIO se elimina la clase FITS

File last commit:

r345:37fc211f4961
r445:ff1e0d352ade
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