From 9fe74c6643a5643ca65c0cc859db9149bbe47ea3 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 2 May 2011 12:29:52 -0400 Subject: initial commit --- README | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ade1cb9 --- /dev/null +++ b/README @@ -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 +, 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 [-n NUMBER OF TRACES] [-r NUMBER OF RUNS] + +where 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 + +That's all folks! +----------------- + +--Anthony LaTorre \ No newline at end of file -- cgit