페이지 트리
메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동

이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

« 이전 버전 2 다음 »

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

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 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

See also run_docker.sh in the sources.


  • 레이블 없음