From 380aa4d889fa863d7480ded167d24893a675a729 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 1 Aug 2006 17:19:31 +0000 Subject: [PATCH] Added "flipx" to fix minor problem in deep search of average message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- avemsg65.f | 4 ++-- wsjt.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/avemsg65.f b/avemsg65.f index 2229c2957..8372cb7c0 100644 --- a/avemsg65.f +++ b/avemsg65.f @@ -42,7 +42,8 @@ C Compute the average of all flagged spectra for this segment. nqual=0 C Possibly should pass nadd=nused, also: if(ndepth.ge.3) then - call deep65(s3,mode65,neme,nsked,flip, + flipx=1.0 !Normal flip not relevant for ave msg + call deep65(s3,mode65,neme,nsked,flipx, + mycall,hiscall,hisgrid,deepmsg,qual) nqual=qual if(nqual.lt.nq1) deepmsg=' ' @@ -55,6 +56,5 @@ C Suppress "birdie messages": if(decoded(1:7).eq.'0L6MWK ') decoded=' ' 100 if(nused.lt.1) decoded=' ' - return end diff --git a/wsjt.py b/wsjt.py index f9bacd87a..1e25b0839 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------- WSJT +#------------------------------------------------------------------ WSJT from Tkinter import * from tkFileDialog import * import Pmw