From a61262760eef18635574ffea36588e8b5efc5097 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 23 Jun 2007 22:50:30 +0000 Subject: [PATCH] Tweaked signal level for Linrad input of data. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@411 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 2 +- symspec.f | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/map65.py b/map65.py index f99388997..859d58196 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------- MAP65 +#--------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/symspec.f b/symspec.f index d92621050..b11512835 100644 --- a/symspec.f +++ b/symspec.f @@ -11,7 +11,8 @@ C Compute spectra at four polarizations, using half-symbol steps. real*8 ts,hsym common/spcom/ip0,ss(4,322,NFFT),ss5(322,NFFT) - fac=1.e-4 +! fac=1.e-4 + fac=1.7e-4 hsym=2048.d0*96000.d0/11025.d0 !Samples per half symbol npts=hsym !Integral samples per half symbol nsteps=322 !Half symbols per transmission