RST is the primary SuperDARN data analysis software. Key components of the package include FITACF, which determines the power, velocity, spectral width and elevation angle parameters from raw autocorrelation functions (ACFs), and MAP POTENTIAL, which produces global plasma convection maps by fitting the measured velocity vectors to a statistical model. The RST was developed at the Johns Hopkins University Applied Physics Laboratory (JHUAPL), with R.J. Barnes and K.B. Baker as the main authors of the codebase. The software is now maintained collaboratively by the SuperDARN community under the leadership of the DAWG.
docker run -it --name rst -v $PWD/data:/app/data oswald522/rstbase
services:
rsrbase:
container_name: rst
image: oswald522/rstbase:latest
volumes:
- $PWD/data:/app/data
tty: true
stdin_open: true
Content type
Image
Digest
sha256:2282ad941…
Size
359.8 MB
Last updated
over 1 year ago
docker pull oswald522/rstbase