Sylphase SDGPS
The software-defined GPS(/GNSS) toolkit
print-INTERFACE-file-info

plot-gnss-info is a utility used to display:

  • Config
  • Start time of file (seconds)
  • End time of file (seconds)
  • Length of file (seconds)

Now we'll walk through some straightforward examples on how to obtain some key data about any files you have saved. If you don't have these files visit the write-INTERFACE-file page on how to get these.

print-cooked-file-info

Help

Usage:

print-cooked-file-info [OPTION]... FILENAME

Allowed options:

Option Description
--help produce help message
--filename FILENAME read file named FILENAME

Example

sdgps print-cooked-file-info foo.cooked

If you haven't already generated this file from your visit to the write-INTERFACE-file node page just use this command:

sdgps generate-simple-trajectory --rate inf --duration 5 ! simulate-cooked2 configs/simple ! write-cooked2-file foo.cooked2 && sdgps print-cooked2-file-info foo.cooked2

print-cooked2-file-info

Help

Usage:

print-cooked2-file-info [OPTION]... FILENAME

Allowed options:

Option Description
--help produce help message
--filename FILENAME read file named FILENAME

Example

sdgps print-cooked-file-info foo.cooked2
sdgps generate-simple-trajectory --rate inf --duration 5 ! simulate-cooked2 configs/simple ! write-cooked2-file foo.cooked2 && sdgps print-cooked2-file-info foo.cooked2

print-raw-file-info

Help

Usage:

print-raw-file-info [OPTION]... FILENAME

Allowed options:

Option Description
--help produce help message
--filename FILENAME read file named FILENAME

Example

sdgps print-raw-file-info foo.raw

If you haven't already generated this file from your visit to the write-INTERFACE-file node page just use this command:

sdgps generate-simple-trajectory --rate inf --duration 5 ! simulate-raw configs/simple ! write-raw-file foo.raw && sdgps print-raw-file-info foo.raw

print-observables-file-info

Help

Usage:

print-observables-file-info [OPTION]... FILENAME

Allowed options:

Option Description
--help produce help message
--filename FILENAME read file named FILENAME

Example

sdgps print-observables-file-info foo.obs

If you haven't already generated this file from your visit to the write-INTERFACE-file node page just use this command:

sdgps generate-simple-trajectory --rate inf --duration 5 ! simulate-observables configs/simple ! write-observables-file foo.obs && sdgps print-observables-file-info foo.obs

print-solution-file-info

Help

Usage:

print-solution-file-info [OPTION]... FILENAME

Allowed options:

Option Description
--help produce help message
--filename FILENAME read file named FILENAME

Example

sdgps print-solution-file-info foo.sol

Here we can see the solution config is different from the rest of the interfaces, it only contains the solution rate, the rest of the output is the same, with a start time, end time, and length.

If you haven't already generated this file from your visit to the @ ref write-INTERFACE-file node page just use this command:

sdgps generate-simple-trajectory --rate inf --duration 5 ! write-solution-file foo.sol && sdgps print-solution-file-info foo.sol