File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ CGGTTS is specified by the Bureau International des Poids & des Mesures (BIPM):
17
17
18
18
This library only supports revision ** 2E** , and will _ reject_ other revisions.
19
19
20
- ## Set of tools
20
+ ## Set of tools
21
21
22
22
- ` cggtts ` is the main library. Compile it with the _ scheduler_ option to unlock
23
23
full support of CGGTTS data production
@@ -34,15 +34,6 @@ The [RNX2CGGTTS application](https://github.com/georust/rinex) is the _goto_ app
34
34
to generate CGTTTS files. Use it to generate synchronous CGGTTS tracks from coherent RINEX contexts.
35
35
Checkout the RINEX Wiki for examples of CGGTTS file exchanges.
36
36
37
- ## Crate achitecture
38
-
39
- * ` CGGTTS ` is the main structure, it supports construction from a local file
40
- or dumping into a local file
41
- * ` CGGTTS ` is made of several attributes and a list of ` Tracks ` which are
42
- actuall data
43
- * a ` Track ` is made of several attributes, the actual data that
44
- allows clock comparison is store in its ` TrackData `
45
-
46
37
## CGGTTS track scheduling
47
38
48
39
If you compiled the crate with the _ scheduler_ feature, you can access the
You can’t perform that action at this time.
0 commit comments