Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1005 Bytes

File metadata and controls

15 lines (12 loc) · 1005 Bytes

Visualisation of FELTOR-generated netCDF4 files

1. License

All scripts presented here are free software and licensed under the very permissive MIT license. Scripts originally written by Eduard Reiter.

2. Prerequisites

Scripts are to be used with Python 3.5, scientific Python distributions as Anaconda are recommended for ease of package management. Please reconstruct needed packages from source until better documentation is available.

3. Visualisation

These scripts provide publication/presentation-ready visualisation of FELTOR simulations, using pythons matplotlib. To plot: 1. put .nc files to be visualised into some folder, together with a specific .json configuration file for visualisation. 2. run `python vis_feltor_netcdf.py path/to/config_visualisation.json`

4. Documentation

WARNING! Documentation is pretty poor right now, but will improve in the near future! Please refer to provided example .json input files for reference.