Sign inSign up

oswald522/rstbase

By oswald522

Updated over 1 year ago

Radar Software Toolkit (RST) docker

Image
0

178

oswald522/rstbase repository overview

SuperDARN Radar Software Toolkit (RST)

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.

Usage

docker run command

docker run -it --name rst -v $PWD/data:/app/data oswald522/rstbase

docker compose
services:
  rsrbase:
    container_name: rst
    image: oswald522/rstbase:latest
    volumes:
      - $PWD/data:/app/data
    tty: true      
    stdin_open: true

Tag summary

Content type

Image

Digest

sha256:2282ad941

Size

359.8 MB

Last updated

over 1 year ago

docker pull oswald522/rstbase