Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

SynthDiag.jl

Format Check Docs Tests

Package that defines synthetic diagnostics to generate sensor data based on plasma profile and syntehtic actuators. For installation and usage instructions, see the online documentation. For documentation on under development branch, see dev online documentation.

Installation

SynthDiag is registered with public repository FuseRegistry. First install Julia, then:

using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("SynthDiag")