📋 EXAMPLES#

If you are interested in the examples probably you have already cloned the repository into a local directory (and you are ready to start).

If you are not working from gaeuidc1.ciemat.es you will need to download the data (or work with a mounted folder) into an EMPTY folder data 📂.

cd macros
python3 00Raw2Np.py     (-i TUTORIAL -d y)
../_images/00Raw2Np.png
python3 01PreProcess.py (-i TUTORIAL -d y)
../_images/01PreProcess.png

With this step we will have all the RAW variables computed (including a RawAveWvf) and you can already visualize them to see that everything is OK.

python3 02Process.py    (-i TUTORIAL -d y)
../_images/02AnaProcess.png

With this step we will have all the ANA variables computed (including a AnaAveWvf), meaning that the waveforms have the baseline at 0 and have positive polarity.

Once the data is process we can start visualizing it. Once you understand the code try to run it locally with our TUTORIAL dataset.