페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Docker container created by Carl-Fredrik Enell 2019 carl-fredrik.enell@eiscat.se

...

Availability

The image has been uploaded to Dockerhub as eiscat/remtg_volume

Dockerhub page: https://cloud.docker.com/u/eiscat/repository/docker/eiscat/remtg_volume

Source code

The sources are available at

https://source.coderefinery.org/EISCAT/remtg/tree/feature/docker-vol

Description

...

This software reads EISCAT L2 compressed matlab (.mat.bz2) files and generates overview animations in webm format.

Usage instructions

...

  1. Create a directory for input data
  2. Copy .mat.bz2 data files to the input directory (typically one hour of data, or as selected by user)
  3. Copy the file 'rtg_def.m' for your experiment to the input directory
  4. Create a directory for output
  5. Run with the input and output directories mounted at /srv/data and /var/tmp in the container, respectively.

Example (insert correct paths to the input and output directories on the host)

...

$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

...