From 88fa43cf770d59785f2567670f9a5ee6dc947089 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 29 Apr 2021 12:13:17 -0400 Subject: [PATCH] Tweak a few startup constants used for command-line execution of m65. --- map65/libm65/m65.f90 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/map65/libm65/m65.f90 b/map65/libm65/m65.f90 index 8e56a0798..f31bbb0e6 100644 --- a/map65/libm65/m65.f90 +++ b/map65/libm65/m65.f90 @@ -72,18 +72,18 @@ program m65 mygrid='FN20QI' hiscall='K9AN' hisgrid='EN50' - nfa=100 - nfb=162 + nfa=100 !144.100 + nfb=162 !144.162 ntol=100 - nkeep=10 - mousefqso=141 - mousedf=-201 - nfcal=-720 + nkeep=10 !??? + mousefqso=140 !For IK4WLV in 210220_1814.tf2 + mousedf=79 + nfcal=0 if(nxpol.eq.0) then - nfa=55 + nfa=55 !For KA1GT files nfb=143 - mousefqso=70 + mousefqso=70 !W2HRO signal endif call ftninit('.')