From 6a1b1979405ccc57e10acfd587df99df06f45ed4 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 5 Feb 2006 16:45:39 +0000 Subject: [PATCH] Added one more column to Doppler fields in azel.dat. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@126 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- astro0.f90 | 2 +- wsjt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astro0.f90 b/astro0.f90 index 8d7d39d14..a529331b6 100644 --- a/astro0.f90 +++ b/astro0.f90 @@ -110,7 +110,7 @@ subroutine astro0(nyear,month,nday,uth8,nfreq,grid,cauxra,cauxdec, & 1010 format(i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Moon'/ & i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Sun'/ & i2.2,':',i2.2,':',i2.2,',',f5.1,',',f5.1,',Source'/ & - i4,',',f7.1,',',f7.2,',',f7.1,',',f7.2,',Doppler') + i4,',',f8.1,',',f8.2,',',f8.1,',',f8.2,',Doppler') rewind 14 isec0=isec endif diff --git a/wsjt.py b/wsjt.py index 9f775422c..fd1b8ee13 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#--------------------------------------------------------------- WSJT +#---------------------------------------------------------------- WSJT from Tkinter import * from tkFileDialog import * import Pmw