Processing Information for Hyp3-gamma #465
-
Hello, I am looking to get some information on the processing environment used to produce backscatter data through the python hyp3-sdk API. i.e. the products produce when the Our team is comparing some different options of producing RTC data, and want to get a handle on the processing needs if we were to apply at a large scale. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @abradley60, the RTC produces are generated witht the hyp3-gamma plugin: HyP3 uses that plugin's Docker container image to run the RTC workflow; here's the dockerfile: We use an Ubuntu base image and apt-install the dependencies as described in GAMMA's documentation. If you have a GAMMA license and distribution tarball, you can build the image yourself and run our workflows; plugins are fully independent. The GAMMA distribution is added to the container image on this line: HyP3 runs hyp3-gamma docker containers on RTC GAMMA jobs require 32 GB of memory, so each job will have 4 CPUs available for the |
Beta Was this translation helpful? Give feedback.
Hi @abradley60, the RTC produces are generated witht the hyp3-gamma plugin:
https://github.com/ASFHyP3/hyp3-gamma
HyP3 uses that plugin's Docker container image to run the RTC workflow; here's the dockerfile:
https://github.com/ASFHyP3/hyp3-gamma/blob/develop/Dockerfile
We use an Ubuntu base image and apt-install the dependencies as described in GAMMA's documentation. If you have a GAMMA license and distribution tarball, you can build the image yourself and run our workflows; plugins are fully independent. The GAMMA distribution is added to the container image on this line:
https://github.com/ASFHyP3/hyp3-gamma/blob/develop/Dockerfile#L40
HyP3 runs hyp3-gamma docker containers on
r6id
andr…