Earthworm Seismic Data Collection and Analysis software
202
Earthworm is an open architecture, open source public software for data acquisition, processing, archival and distribution of seismic data. It is widely used by seismic research facilities around the world..
earthworm-docker is an earthworm install in a Docker container, based
on Centos:7.
caltechads/earthworm:7.9: the latest version of the Earthworm 7.9 containercaltechads/earthworm:7.9-build3: the specific tag of latest version of the
Earthworm 7.9 container. Use this is you want to pin to a specific image of
caltechads/earthworm:7.9All parts of earthworm seem to work in the container, except for nmxptool, which I couldn't get to build.
You can run the container via
docker-compose up
And then exec into the container like so:
docker exec -ti earthworm bash
This container mounts the configs in etc/ew/params, which set up a few
ring buffers and run tankplayer. You can inspect the data that tankplayer
inserts into WAVE_RING like so:
sniffwave WAVE_RING
Content type
Image
Digest
Size
372.2 MB
Last updated
about 7 years ago
docker pull caltechads/earthworm:7.9-build3