parser=argparse.ArgumentParser(description="Adjust the frequency of the local oscillator to track the HI frequency at the pointing of the telescope")
parser=argparse.ArgumentParser(description="Adjust the frequency of the local oscillator to Doppler track a frequency at the pointing of the telescope")
parser.add_argument("-d","--doppler-executable",help="Executable for computing the Doppler correction",default="/home/harm/bin/doppler_mb")
parser.add_argument("-d","--doppler-executable",help="Executable for computing the Doppler correction",default="/home/harm/bin/doppler_mb")
parser.add_argument("-f","--frequency",help="Frequency to track, default is HI frequency at {}".format(track_hi.freq_hi),default=track_hi.freq_hi,type=float)
parser.add_argument("-f","--frequency",help="Frequency to track, default is HI frequency at {}".format(track_hi.freq_hi),default=track_hi.freq_hi,type=float)