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 image has been uploaded to Dockerhub as eiscat/remtg_volume
Dockerhub page: https://cloud.docker.com/u/eiscat/repository/docker/eiscat/remtg_volume
The sources are available at
https://source.coderefinery.org/EISCAT/remtg/tree/feature/docker-vol
This software reads EISCAT L2 compressed matlab (.mat.bz2) files and generates overview animations 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.