#!/bin/bash # Schedule observations. # Run from cron typically # Run thusly: # spacecruft-sched-obs [station ID] # Example: # spacecruft-sched-obs 1133 STATION="$1" SCHEDDIR=/home/jebba/devel/spacecruft/satnogs-auto-scheduler # In hours: DURATION=8 cd $SCHEDDIR ./schedule_single_station.py \ --duration="$DURATION" \ --station="$STATION"