Deployment and Acquisition
If you are operating the system rather than only consuming the dataset, the typical flow is:
- configure the experiment in
experiment-settings.yaml - prepare clients with the deployment scripts in
server/ - start the long-lived tile services
- run the server/orchestrator
- acquire rover, acoustic, and RF measurements
- post-process the RF logs into the
.ncdataset
Representative operator entry points:
server/setup-clients.pyserver/update-experiment.pyserver/run-clients.pyserver/run_server.pyserver/zmq_orchestrator.py
The repository keeps the raw acquisition outputs, the synchronized RF summaries, the rover position logs, and the post-processed RF xarray in separate locations. Use the tutorial track of this docs site once the .nc file exists and you want to analyze the measured data.