#!/bin/bash
cd /data2/www/gpsmet.umd.edu/gnssro/python/
source .venv/bin/activate
python analysis.py
deactivate
