Compare commits
19 Commits
6c47f30990
...
interactiv
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f43e07e44 | |||
| 391eb0ef85 | |||
| d979f45179 | |||
| a726babc1c | |||
| 4e2d8d4b22 | |||
| bec5e29e2c | |||
| a1c727c71f | |||
| 9ad09ee77b | |||
| 87954d40d9 | |||
| e2eac4dd48 | |||
| 850a66e620 | |||
| d1bd233399 | |||
| b7eae9d469 | |||
| b80ad585da | |||
| 4d1f7fdbe9 | |||
| a44043593c | |||
| b7ba42765b | |||
| 77005d7863 | |||
| bf25bed9aa |
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
|
||||
BIN
BF_companion
BIN
BF_companion
Binary file not shown.
BIN
build/main.o
BIN
build/main.o
Binary file not shown.
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
|
||||
@ -105,6 +105,6 @@ if __name__ == "__main__":
|
||||
#chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="markers+lines", text=data[key+"_hex"]))
|
||||
|
||||
# chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="lines+markers", text=data[key+"_hex"]))
|
||||
# chart.show()
|
||||
chart.write_html(argv[1] + ".html")
|
||||
chart.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user