Documentation for LROSE
This project is maintained by NCAR
Since soloii is an X application, you will need to install the XQuartz X server.
After install, set the permissions to allow network clients:
xQuartz -> Preferences -> Security -> Allow connections from network clients
xQuartz -> Windows -> Click-through Inactive Windows
Then quit Xquartz and restart it. A reboot makes it clean.
After restarting XQuartz, open an xterm window, and in that window type:
xhost +
or
/opt/X11/bin/xhost +
The start script is checked into git:
Right click on this link, and save as
.
It should save as:
~/Downloads/run-soloii-in-docker.py
Make the start script executable:
chmod +x ~/Downloads/run-soloii-in-docker.py
The usage of the script is as follows:
Usage: run-soloii-in-docker.py [options]
Options:
-h, --help show this help message and exit
--debug Set debugging on
--verbose Set verbose debugging on
--dir=DIR Directory containing the DORADE data. Default is the
current directory.
--docker_image=DOCKER_IMAGE
Set the docker image to run. Should be in DockerHub.
Default is "nsflrose/lrose-soloii"
You can either run the script from the dorade data directory, or specify the directory when you call the script.
Suppose the dorade data is in /tmp/dorade
. Then the options would be:
cd /tmp/dorade
~/Downloads/run-soloii-in-docker.py
or:
~/Downloads/run-soloii-in-docker.py --dir /tmp/dorade