From 6dc8f978612a6e02f9218e3eaeb53708a3b1f565 Mon Sep 17 00:00:00 2001 From: renfrob Date: Wed, 18 Nov 2020 07:41:19 -0600 Subject: [PATCH] Adding SVN 77/PRN 14 relationship --- core/lib/GNSSCore/SVNumXRef.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/lib/GNSSCore/SVNumXRef.cpp b/core/lib/GNSSCore/SVNumXRef.cpp index 608bf04ad..0524bef8b 100644 --- a/core/lib/GNSSCore/SVNumXRef.cpp +++ b/core/lib/GNSSCore/SVNumXRef.cpp @@ -539,10 +539,11 @@ SVNumXRef::SVNumXRef( ) NtoPMap.insert( std::pair( 76, XRefNode( 23, CivilTime( 2020, 7, 14, 0, 0, 0.0, TimeSystem::GPS), CommonTime::END_OF_TIME ))); - //NANU 20200xx LAUNCH - // First transmission observed on xx/xx + //NANU 2020077 LAUNCH + // First transmission observed on 11/17/2020 at 0551 (nav msg collection) + // Backed time off a little to account for possible earlier obs data. NtoPMap.insert( std::pair( 77, XRefNode( 14, - CivilTime( 2020, 10, 3, 0, 0, 0.0, TimeSystem::GPS), + CivilTime( 2020, 11, 17, 5, 30, 0.0, TimeSystem::GPS), CommonTime::END_OF_TIME ))); //Iterate through the data to produce the PtoNMap