Releases: ProjectTorreyPines/FusionSyntheticDiagnostics.jl
Using IMAS now
From this version onwards, FusionSyntheticDiagnostics would depend on IMAS instead of IMASdd
Releasing 2.0.0
Name changed from SynthDiag -> FusionSyntheticDiagnostics and major version number has
been rolled to 2.0.0. This is not available in Julia General Registry.
v1.0.3 Minor bug fix
Bug fix in noise generation. Does not affect other funtionalities. Generated noise was 1/binWidth times higher than required where binWidth is the bin width of power spectral density (generally the spacing between frequency points in a periodogram). This has been fixed now.
Releasing v1.0.2
Switched from IMASDD to IMAS.
Previous versions might not work due to name change in IMASDD - IMASdd
Releasing 1.0.1 with compat and registry install
SynthDiag is now registered at public repository FuseRegistry. For installation:
using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("SynthDiag")
Releasing v1.0.0
- Now depends on IMASDD. All previous versions depend on OMAS and will be deprecated.
- Apache 2.0 licence with notice file
- Added Gas injection
- Added documentation
- Added tests
Releasing v0.2.0
Major changes
- Removed dependence on SD4SOLPS
- Added plotting example using GGDUtils
- Optimized code for low memory use and fast processing in interferometer
- Added ideal langmuir probe
- Added common class for adding noise in synthetic diagnostics
Releasing v0.1.0
Releasing a minimal set of synthetic diagnostics.
- Interferometer that uses extrapolated core profile and thin plate smoothed edge profile electron density data to generate outputs.