Compare commits

...

2 Commits

Author SHA1 Message Date
awe
1f8e1ad073 Merge branch 'master' of https://git.radiophotonics.ru/ChTheo/RFG_Receiver_GUI 2025-12-02 16:46:18 +03:00
awe
ed84ebdfe8 upd path 2025-12-02 16:45:14 +03:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.venv
__pycache__

View File

@ -20,7 +20,7 @@ from collections import deque
# ПАРАМЕТРЫ И КОНСТАНТЫ
# ================================================================================
#data_dir = r"D:\data"
data_dir = "./data"
data_dir = "/home/awe/Documents/E502_ADC_BF_PC_companion/tmp"
PeriodIntegrate = 2
pontInOneFqChange = 86