examples of cmd files. If it is provided via CLI arg -- it sets run mode

This commit is contained in:
2025-11-13 22:49:51 +03:00
parent 196c872093
commit 6b2beafc86
4 changed files with 37 additions and 0 deletions

10
default.cmd Normal file
View File

@ -0,0 +1,10 @@
// Default configuration for BF_companion main_state
// Format: field value // optional comment
run_mode TEST // TEST | FINITE_RUN | INF_RUN
BF_mode TRANSPARENT // TRANSPARENT | AVG
BlackFin_mode TRANSPARENT // TRANSPARENT | AVG | FFT
run_length 100 // milliseconds
runs_N 10 // total runs (used in FINITE_RUN)
run_I 0 // starting run index
data_path data // base directory for output files