Merge remote-tracking branch 'origin/master'

# Conflicts:
#	func/Module_approximately_align.py
This commit is contained in:
Yorusora
2025-05-20 15:26:43 +08:00
8 changed files with 604 additions and 246 deletions

View File

@ -38,12 +38,17 @@ class ConfigParams:
"AbdFreq": 100
},
"ApplyFrequency": 5,
"TempFrequency": 100,
"Filter": {
"BandPassOrder": 4,
"BandPassLow": 0.01,
"BandPassHigh": 0.7
},
"Multiple_Factor":100
"Multiple_Factor":100,
"CorrByEpoch":
{
"window_epoch": 6
}
}
APPROXIMATELY_ALIGN_INPUT_ORGBCG_FILENAME: str = "OrgBCG_Raw_"
APPROXIMATELY_ALIGN_INPUT_THO_FILENAME: str = "Effort Tho_Raw_"