Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 3.45 KB

File metadata and controls

59 lines (44 loc) · 3.45 KB

CHERAB-IMAS

CI/CD CI PyPI Publish codecov
Docs Docs Dev Docs Release
Package PyPI - Version Conda PyPI - Python Version
Meta License - EUPL-1.1 Pixi Badge

cherab add-on module for IMAS (Integrated Modelling & Analysis Suite).

This module enables the creation of cherab's functional objects (e.g. plasma, observers, meshes, etc.) from IMAS IDSs (Interface Data Structures).

🌐 Install

With pip:

pip install cherab-imas

With mamba / conda:

mamba install -c conda-forge cherab-imas

Note

Some IMAS features that rely on the memory backend require a working imas_core runtime. On platforms where that backend is unavailable (for example, some macOS Intel environments), a subset of tests that exercise those features may be skipped automatically, while the core package functionality remains available.

📝 Documentation

See the official documentation to learn more.