# Configuration file for momentum based front detection dataType = temperature; # Kalman filter variables kalmanF = 1.0; kalmanH = 1.0; kalmanQ = 0.00024; kalmanR = 0.05; # mo_thresh -> Momentum threshold, above which might be interesting mo_thresh = 25.90; # decel -> Decelleration parameter value decel = 6.35;