-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GnssReceiver2RinexObservation: new conversion program.
- Loading branch information
1 parent
9c10399
commit bd72c26
Showing
9 changed files
with
432 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>GROOPS - GnssReceiver2RinexObservation</title> | ||
|
||
<!-- JQuery and Popper --> | ||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> | ||
|
||
<!-- Bootstrap --> | ||
<!-- https://getbootstrap.com/docs/4.1/examples/ --> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> | ||
|
||
<!-- Mathjax --> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({tex2jax: {inlineMath: [ ['$','$'] ], | ||
displayMath: [ ["\\[","\\]"] ], | ||
processEscapes: true}, | ||
TeX: {Macros: {M: ["{\\mathbf #1}",1]}, | ||
equationNumbers: {autoNumber: "all"} }}); | ||
</script> | ||
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-AMS_CHTML" integrity="sha384-e/4/LvThKH1gwzXhdbY2AsjR3rm7LHWyhIG5C0jiRfn8AN2eTN5ILeztWw0H9jmN" crossorigin="anonymous"></script> | ||
|
||
<!-- lunr --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lunr.min.js" integrity="sha384-vRQ9bDyE0Wnu+lMfm57BlYLO0/XauFuKpVsZPs7KEDwYKktWi5+Kz3MP8++DFlRY" crossorigin="anonymous"></script> | ||
|
||
<!-- Mustache --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/mustache.min.js" integrity="sha384-0PLEZVBpOQ+Kqw3anJWSNWvRxpEFt02tSpBvyRsA4WcvX/OTldWdXxGLVLvh954H" crossorigin="anonymous"></script> | ||
|
||
<!-- GROOPS Stylesheet --> | ||
<link rel="stylesheet" href="static/groops.css"/> | ||
|
||
<!-- icon --> | ||
<link rel="icon" href="static/groops_icon.png"> | ||
|
||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="index.html"><img class="logo" src="static/groops_white.svg"></a> | ||
<div class="collapse navbar-collapse" id="mainNavbar"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="programType.html">Programs</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="classes.html">Classes</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="general.parser.html">Parser</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="general.fileFormat.html">File Formats</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<form class="form-inline my-2 my-lg-0" action="search.html" id="searchTools"> | ||
<input class="form-control mr-sm-2" placeholder="Search" name="searchTerms" method="GET" value="" type="text" id="searchBox"> | ||
<button class="btn btn-secondary my-2 my-sm-0" type="submit" id="searchButton">Search</button> | ||
</form> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation" style=""> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</div> | ||
</nav> | ||
</header> | ||
<main class="container px-0 pt-2 top-buffer"> | ||
<div id="content" class="container"> | ||
<h1>GnssReceiver2RinexObservation</h1><p> | ||
|
||
Converts a <a class="groops-class" href="fileFormat_instrument.html">inputfileGnssReceiver</a> into a | ||
<a href="https://files.igs.org/pub/data/format/rinex_4.00.pdf">RINEX</a> observation file. | ||
The <a class="groops-class" href="fileFormat_platform.html">inputfileStationInfo</a> contains the antenna | ||
and receiver information for the RINEX header. | ||
The <a class="groops-class" href="gnssType.html">useType</a> and <a class="groops-class" href="gnssType.html">ignoreType</a> can be used to filter | ||
the observation types that will be exported. | ||
</p> | ||
<table class="table table-hover"> | ||
<tr class="table-primary"><th>Name</th><th>Type</th><th>Annotation</th></tr> | ||
<tr class="table-light"><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config mustset">outputfileRinexObservation</div></div></td><td>filename</td><td>RINEX observation file</td></tr> | ||
<tr class=""><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config mustset">inputfileGnssReceiver</div></div></td><td>filename</td><td>GNSS instrument file</td></tr> | ||
<tr class="table-light"><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config mustset">inputfileStationInfo</div></div></td><td>filename</td><td>antenna and receiver info</td></tr> | ||
<tr class=""><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config optional-unbounded">comment</div></div></td><td>string</td><td>write comments at begin of header</td></tr> | ||
<tr class="table-light"><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config optional">observer</div></div></td><td>string</td><td>header information</td></tr> | ||
<tr class=""><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config optional">angency</div></div></td><td>string</td><td>header information</td></tr> | ||
<tr class="table-light"><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config optional-unbounded">useType</div></div></td><td><a href="gnssType.html">gnssType</a></td><td>only use observations that match any of these patterns</td></tr> | ||
<tr class=""><td class="m-0"><div class="h-100 config-tree depth-0"><div class="h-100 config optional-unbounded">ignoreType</div></div></td><td><a href="gnssType.html">gnssType</a></td><td>ignore observations that match any of these patterns</td></tr> | ||
</table> | ||
|
||
</div> | ||
</main> | ||
</body> | ||
</html> |
Oops, something went wrong.