A Docker container has been created for the EISCAT C/Python lag profling software, plwin.
(C) Ingemar Häggström EISCAT Scientific Association ingemar@eiscat.se
Docker container created by Carl-Fredrik Enell 2019 carl-fredrik.enell@eiscat.se
The sources are available at:
https://source.coderefinery.org/EISCAT/plwin/tree/feature/docker_volume
This software reads Eiscat L2 matlab files with raw data in d_raw, available e.g. in the manda and beata experiments.
The output is
$docker run --rm --mount type=bind,source=host_data_path,destination=/mnt/input --mount type=bind,source=host_output_path,destination=/mnt/output eiscat/plwin
See also pltest.sh in the sources.