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.
- Host: GitHub
- URL: https://github.com/projecttorreypines/fusionsyntheticdiagnostics.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2023-08-23T21:30:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T21:40:12.000Z (about 1 year ago)
- Last Synced: 2025-04-19T07:06:36.712Z (about 1 year ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/FusionSyntheticDiagnostics.jl/
- Size: 681 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FusionSyntheticDiagnostics.jl



[](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")
```