A Docker container has been created for the Matlab/Octave software package remtg:
EISCAT Level 2 data visualisation: webm movie generator (C) Ingemar Häggström
Docker container created by Carl-Fredrik Enell 2019 carl-fredrik.enell@eiscat.se
The source is available at https://source.coderefinery.org/EISCAT/remtg/tree/feature/docker-vol
This software reads Eiscat L2 compressed matlab (.mat.bz2) files and generates animation in webm format.
$docker run --rm --mount type=bind,source=host_data_path,destination=/srv/data --mount type=bind,source=host_output_path,destination=/var/tmp eiscat/remtg_volume
See also run_docker.sh in the sources.