Code base for BES edge-ML at DIII-D
bes_data_tools/
- package for working with BES metadata and signalselm/
- work area for ELM predictionqhmode/
- work area for QH-mode classificationae/
- work area for AE classification
In all areas, data (CSV, HDF5 files) are stored in data/
, and plot figures
are stored in figures/
.
To learn core functionality in bes_data_tools
package, do
cd bes_data_tools
python bes_data.py # class for BES metadata and signals
python package_h5.py # package data in HDF5 files
python plots.py # plotting utilities