From c413ea2f149f86ed3cd4887e55dd9b5463b745e6 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 11 Dec 2023 10:51:50 -0500 Subject: [PATCH] Remove the 'QMAP deciding finished' stuff, it was a bad idea. --- qmap/libqmap/decode0.f90 | 2 -- qmap/libqmap/q65b.f90 | 2 +- qmap/mainwindow.cpp | 1 - widgets/mainwindow.cpp | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/qmap/libqmap/decode0.f90 b/qmap/libqmap/decode0.f90 index c58208667..a31698dee 100644 --- a/qmap/libqmap/decode0.f90 +++ b/qmap/libqmap/decode0.f90 @@ -49,8 +49,6 @@ subroutine decode0(dd,ss,savg) nfcal,mycall,hiscall,hisgrid,nfsample,nmode,ndepth, & datetime,ndop00,fselected) call timer('qmapa ',1) - ndecodes=ndecodes+1 - result(ndecodes)='QMAP decoding finished' return end subroutine decode0 diff --git a/qmap/libqmap/q65b.f90 b/qmap/libqmap/q65b.f90 index a602c84c5..436c38575 100644 --- a/qmap/libqmap/q65b.f90 +++ b/qmap/libqmap/q65b.f90 @@ -128,7 +128,7 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, & if(ndf.lt.-500) ikhz1=ikhz + (nq65df-500)/1000 ndf=nq65df - 1000*(ikhz1-ikhz) freq1=freq0 + 0.001d0*(ikhz1-ikhz) - ndecodes=min(ndecodes+1,50-1) + ndecodes=min(ndecodes+1,50) frx=0.001*k0*df+nkhz_center-48.0+1.0 - 0.001*nfcal fsked=frx - 0.001*ndop00/2.0 - 0.001*offset ctmp=csubmode//' '//trim(msg0) diff --git a/qmap/mainwindow.cpp b/qmap/mainwindow.cpp index d22194e49..b81386282 100644 --- a/qmap/mainwindow.cpp +++ b/qmap/mainwindow.cpp @@ -938,7 +938,6 @@ void MainWindow::guiUpdate() if(decodes_.ndecodes > m_fetched) { while(m_fetcheddecodedTextBrowser->append(t1.repeated(60)); diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 3c49e544b..16dafb3ea 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -9637,7 +9637,6 @@ void MainWindow::readWidebandDecodes() // Recover and parse each decoded line. QString line=QString::fromLatin1(qmapcom.result[m_fetched]); m_fetched++; - if(m_fetched==qmapcom.ndecodes) break; nhr=line.mid(0,2).toInt(); nmin=line.mid(2,2).toInt(); nsec=line.mid(4,2).toInt();