calibrate.py should now work.
[calibcant.git] / .be / bugs / 3059911a-963c-472e-a9d3-bf0a290de1a2 / comments / 82052baf-730c-4b42-b2a0-783de0201c2f / body
1 Ahh, I didn't read my own help command, and it was wrong anyway :p.
2 Now that it's corrected, you can fit a single vibration timeseries with
3
4 $ int16_to_ascii ~/rsrch/data/z_piezo_calib/20080919/20080919121041_zp_time_50000Hz > di
5 $ cc_vib_analyze.py -m 300 -M 7000 -f 50000 -p -G di
6
7 or
8
9 $ cc_vib_analyze.py -m 300 -M 7000 -f 50000 -p -G -d ~/rsrch/data/z_piezo_calib/20080919/20080919121041_zp_time_50000Hz
10
11 Perhaps someone will add support for the
12 "<frequency_Hz>\t<deflection_psd X^2/Hz>\n"
13 format later...
14