examples of cmd files. If it is provided via CLI arg -- it sets run mode
This commit is contained in:
9
1000sec_finite.cmd
Normal file
9
1000sec_finite.cmd
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// Default configuration for BF_companion main_state
|
||||||
|
// Format: field value // optional comment
|
||||||
|
|
||||||
|
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
|
||||||
|
BF_mode TRANSPARENT // TRANSPARENT | AVG
|
||||||
|
run_length 100 // milliseconds
|
||||||
|
runs_N 10000 // total runs (used in FINITE_RUN)
|
||||||
|
run_I 0 // starting run index
|
||||||
|
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files
|
||||||
9
100sec_finite.cmd
Normal file
9
100sec_finite.cmd
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// Default configuration for BF_companion main_state
|
||||||
|
// Format: field value // optional comment
|
||||||
|
|
||||||
|
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
|
||||||
|
BF_mode TRANSPARENT // TRANSPARENT | AVG
|
||||||
|
run_length 100 // milliseconds
|
||||||
|
runs_N 1000 // total runs (used in FINITE_RUN)
|
||||||
|
run_I 0 // starting run index
|
||||||
|
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files
|
||||||
10
default.cmd
Normal file
10
default.cmd
Normal 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
|
||||||
9
finite.cmd
Normal file
9
finite.cmd
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// Default configuration for BF_companion main_state
|
||||||
|
// Format: field value // optional comment
|
||||||
|
|
||||||
|
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
|
||||||
|
BF_mode TRANSPARENT // TRANSPARENT | AVG
|
||||||
|
run_length 100 // milliseconds
|
||||||
|
runs_N 10 // total runs (used in FINITE_RUN)
|
||||||
|
run_I 0 // starting run index
|
||||||
|
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files
|
||||||
Reference in New Issue
Block a user