クイックスタート
設定検証と完全解析パイプラインの実行手順。
pmoke config init --output config.toml
pmoke --config config.toml config validate
pmoke --config config.toml doctor
pmoke --config config.toml --run-dir shot-001 analyzeサブコマンドなしのpmokeでターミナル画面を起動。測定前のdoctorで設定、ストレージ、Python環境、ビルド済みtransport feature、接続装置を診断。
config init、config validate、doctor、analyzeの順序で実行。
ワークフローの選択
- 取得済み波形をすべて解析する:
analyze - 波形の取得後にすべて解析する:
process - single mode、trigger、取得、解析を自動実行する:
auto - 個別の解析段階を実行する:
reference、sensor、li、phase、kerr
各run directoryに取得時の不変な設定と解決済み設定のsnapshotを保存。同じdirectoryの異なる取得設定による再利用は不可。