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

https://github.com/projecttorreypines/fusionsyntheticdiagnostics.jl

Package that defines synthetic diagnostics to generate sensor data based on plasma profile and synthetic actuators for fusion devices.
https://github.com/projecttorreypines/fusionsyntheticdiagnostics.jl

Last synced: about 1 year ago
JSON representation

Package that defines synthetic diagnostics to generate sensor data based on plasma profile and synthetic actuators for fusion devices.

Awesome Lists containing this project

README

          

# FusionSyntheticDiagnostics.jl

![Format Check](https://github.com/ProjectTorreyPines/FusionSyntheticDiagnostics.jl/actions/workflows/format_check.yml/badge.svg)
![Docs](https://github.com/ProjectTorreyPines/FusionSyntheticDiagnostics.jl/actions/workflows/make_docs.yml/badge.svg)
![Tests](https://github.com/ProjectTorreyPines/FusionSyntheticDiagnostics.jl/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/gh/ProjectTorreyPines/FusionSyntheticDiagnostics.jl/graph/badge.svg?token=ZJBRLAXIS1)](https://codecov.io/gh/ProjectTorreyPines/FusionSyntheticDiagnostics.jl)

Package that defines synthetic diagnostics to generate sensor data based on plasma profile and synthetic actuators for fusion devices. For installation and usage instructions, see the [online documentation](https://projecttorreypines.github.io/FusionSyntheticDiagnostics.jl/stable). For documentation on under development branch, see [dev online documentation](https://projecttorreypines.github.io/FusionSyntheticDiagnostics.jl/dev).

## Installation

First [install Julia](https://github.com/JuliaLang/juliaup?tab=readme-ov-file#juliaup---julia-version-manager), then:

```julia
using Pkg
Pkg.add("FusionSyntheticDiagnostics")
```