Skip to content

Commit

Permalink
Introduce FILEGEN tutorials
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Aug 24, 2024
1 parent c2048f8 commit 1ab3525
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tutorials/FILEGEN/obs-decimation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Observation record decimation and synthesis

./target/release/rinex-cli \
-P decim:3h \
--fp test_resources/CRNX/V3/ESBC00DNK_R_20201770000_01D_30S_MO.crx.gz \
filegen
2 changes: 2 additions & 0 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ Other file operations like RINEX files management is also demonstrated.
- [CSV](./CSV)
- RINEX or SP3 to CSV extraction examples, typically
used to forward to other software toolkits.
- [FILEGEN](./FILEGEN)
- RINEX and other format synthesis, after running custom operations (input format preservation)

0 comments on commit 1ab3525

Please sign in to comment.