parrot stands for Processing All Rapidly & Reliably Obtained THz-traces.
parrot is a Python package to load, process, and plot continuously recorded THz data (along with delay line position data), obtained with electro-optic sampling (EOS), photoconductive antenna (PCA) receivers or similar techniques.
The documentation of parrot can be found here.
If you have Python/pip installed, just enter:
pip install parrot
and it should install correctly. Otherwise, just download the repository on GitHub.
Go to GitHub and look at the files placed in the root directory. If you have
Anaconda (or Python + Jupyter notebook) installed, try the Example.ipynb
notebook in the root directory.
If you prefer classic Python, check out Example_compact.py
in the root directory. The distribution comes with some
example data that allows you to see the capabilities of parrot.
Check out the documentation here.
Please open an issue on GitHub.