Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.31 KB

septread.md

File metadata and controls

28 lines (20 loc) · 1.31 KB

septread.py

このプログラムは、Septentrioのmosaic-X受信機またはmosaic-CLAS受信機の生データから、

  • みちびきL6メッセージ(-lオプション)
  • Galileo E6Bメッセージ(HAS, -eオプション)
  • BeiDou B2bメッセージ(-bオプション)

を抽出するプログラムです。--helpオプションで、受け付けるオプションを表示します。

$ septread.py --help
usage: septread.py [-h] [-c] [-e] [-l] [-m]

Septentrio message read

options:
  -h, --help     show this help message and exit
  -c, --color    apply ANSI color escape sequences even for non-terminal.
  -e, --e6b      send E6B messages to stdout, and also turns off display message.
  -l, --l6       send QZS L6 messages to stdout (it also turns off Septentrio messages).
  -b, --b2b      send BDS B2b messages to stdout, and also turns off display message.
  -m, --message  show display messages to stderr

-cオプションを与えると、強制的にカラーにて状態表示します。デフォルトでは、出力先がターミナルであれば、状態表示はカラーにて表示されます。出力先がそれ以外であれば、カラー表示されません。

-mオプションを与えると、状態表示を標準エラー出力に出力します。