Skip to content

Commit ad6fc52

Browse files
committed
update readme
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 76ce1eb commit ad6fc52

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CGGTTS is specified by the Bureau International des Poids & des Mesures (BIPM):
1717

1818
This library only supports revision **2E**, and will _reject_ other revisions.
1919

20-
## Set of tools
20+
## Set of tools
2121

2222
- `cggtts` is the main library. Compile it with the _scheduler_ option to unlock
2323
full support of CGGTTS data production
@@ -34,15 +34,6 @@ The [RNX2CGGTTS application](https://github.com/georust/rinex) is the _goto_ app
3434
to generate CGTTTS files. Use it to generate synchronous CGGTTS tracks from coherent RINEX contexts.
3535
Checkout the RINEX Wiki for examples of CGGTTS file exchanges.
3636

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-
4637
## CGGTTS track scheduling
4738

4839
If you compiled the crate with the _scheduler_ feature, you can access the

0 commit comments

Comments
 (0)