Leda data analysis scripts, February 2016
pip install tables
pip install ephem
pip install seaborn
pip install lmfit
pip install hickle==2.0.5
pip install bottleneck==0.8.0
##Basic usage
Run scripts sequentially, with data file as argument, e.g. ./01_plot_waterfall.py data/outriggers_2017_01_01.h5
.
This is made a bit easier if you set a variable in your terminal like so:
> fn=/path/to/data/data.h5
> ./01_plot_waterfall.py $fn
> ./02_plot_spectra.py $fn