@@ -8,13 +8,13 @@ from camrasdevices import LocalOscillator
defmain():
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("-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_doppler.freq_hi),default=track_doppler.freq_hi,type=float)