Skip to content

Releases: ProjectTorreyPines/SynthDiag.jl

v1.0.3 Minor bug fix

10 Aug 01:13
Compare
Choose a tag to compare

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

08 Aug 00:28
Compare
Choose a tag to compare

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

17 Jul 00:10
cce80e9
Compare
Choose a tag to compare

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

09 May 01:28
b0ab6bc
Compare
Choose a tag to compare
  • 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

19 Jan 02:13
806f1be
Compare
Choose a tag to compare

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

10 Oct 02:01
626f088
Compare
Choose a tag to compare

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.