blob: 8628dde34b0bae7cb58936538dc7a9a767f9d0f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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 <tlatorre9@gmail.com>
That's all folks!
-----------------
--Anthony LaTorre <tlatorre9@gmail.com>
|