FEL_equations.py

This module has a few FEL equations that are used to process the data, this may need to be reviewed and expanded slightly as for now it only offers approximations, but as long as the return values are kept constant the rest of the code will work fine. As currently implemented, most of the parameters are simple 1D back of the envelope calculations, but it is possible to implement your own within the framework.

file_processor.py

This module includes very simple file processing routines, check the docstrings for a description of what they do.

Requirements

To ensure that this runs as expected, the dependencies and versions to be used are: Python==2.7.13 pandas==0.20.3 tables==3.3.0 matplotlib==2.0.2 numpy==1.13.1 scipy==0.19.1 bokeh==0.12.7


In [ ]: