diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-02 12:29:52 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-02 12:29:52 -0400 |
commit | 9fe74c6643a5643ca65c0cc859db9149bbe47ea3 (patch) | |
tree | c3a08eb8702ae14c19b78ff3f350d71bde1e2322 /README | |
download | lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.gz lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.bz2 lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -0,0 +1,44 @@ +LeCrunch version 1.0 +==================== + +Installation +------------ + +You must have h5py, a general-purpose Python interface to the Hierarchical +Data Format Library version 5 installed. The source can be downloaded from +<code.google.com/p/h5py>, or on an ubuntu distribution: + +~$ sudo apt-get install python-h5py + +Then just source the env.sh file in this directory, and you're good to go! + +What is LeCrunch? +----------------- + +LeCrunch is a set or libraries and scripts for communicating and extracting +waveform traces from LeCroy DSO oscilloscopes. + +How to use LeCrunch +------------------- + +The syntax to fetch waveforms: + +~$ fetch.py <filename> [-n NUMBER OF TRACES] [-r NUMBER OF RUNS] + +where <filename> is the name of the file you would like LeCrunch to store the +extracted waveforms; waveforms are stored in the hdf5 file format. + +Documentation +------------- + +Currently, this README file is the only documentation. + +Bug Reports +----------- + +Please send bug reports to <telatorre@gmail.com> + +That's all folks! +----------------- + +--Anthony LaTorre <telatorre@gmail.com>
\ No newline at end of file |