Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Adding SVN 77/PRN 14 relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
renfrob committed Nov 18, 2020
1 parent 39d93f3 commit 6dc8f97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/lib/GNSSCore/SVNumXRef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,11 @@ SVNumXRef::SVNumXRef( )
NtoPMap.insert( std::pair<const int, XRefNode>( 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<const int, XRefNode>( 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
Expand Down

0 comments on commit 6dc8f97

Please sign in to comment.