Skip to content

telegraphic/leda_analysis_2016

Repository files navigation

leda_analysis_2016

Leda data analysis scripts, February 2016

Install requirements

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

Script overview

01_plot_waterfall.py

01-thumb

02_plot_spectra.py

02-thumb

02b_plot_spectra_dp.py

02b-thumb

03_compare_waterfall.py

03-thumb

04_compare_spectra.py

04-thumb

05_plot_residuals.py

05-thumb

06_plot_rfi.py

06-thumb 06-thumb

07_fit_alpha.py

07-thumb

08_plot_fg.py

08-thumb

09_fourier_fitting.py

09-thumb

10_fit_alpha2.py

10-thumb

11_plot_nw.py

11-thumb

12_skymodel_compare.py

12-thumb

13b_subtract_skymodel.py

13-thumb

About

Leda data analysis scripts, February 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published