An open API service indexing awesome lists of open source software.

https://github.com/plasmacontrol/bes-edgeml-datasets

Dataset tools for DIII-D BES edge ML models
https://github.com/plasmacontrol/bes-edgeml-datasets

Last synced: about 1 year ago
JSON representation

Dataset tools for DIII-D BES edge ML models

Awesome Lists containing this project

README

          

# BES edge-ml

Code base for BES edge-ML at DIII-D

- `bes_data_tools/` - package for working with BES metadata and signals
- `elm/` - work area for ELM prediction
- `qhmode/` - work area for QH-mode classification
- `ae/` - work area for AE classification

In all areas, data (CSV, HDF5 files) are stored in `data/`, and plot figures
are stored in `figures/`.

## Tutorial

To learn core functionality in `bes_data_tools` package, do

```bash
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
```