#!/bin/bash

source cd ~/Documents/perls/bin

#get the directory structure into memory
source ../config/dir_tree

#this program always seems to log in the same directory that its beign run in so move to the proper directory for the survey
echo cd $SON_PATH
cd $SON_PATH

#run the software
wine /home/photographer/delta_t/delta-T/delta_t_6000M/delta_t_uri/DeltaT_uri.exe


