Version 0.4.3π
Enhancementsπ
Align MEG artifact noise subspace scoring in SEnSAI (
_sensai_score_loop) to the exact sum of sixth-power singular values (np.sum(s**6)) matching MATLAB GEDAI, dramatically improving denoising fidelity on multi-dimensional sensor configurations such as planar gradiometers (Tomas Ros).Broaden broadband upper threshold bound to 12.0 for non-MEG data and align detail-band bound frequency ranges with MATLAB (
min_thresh = -6.0 if (lowcut <= center_freq <= 60.0) else 0.0) acrossAdaptiveMultibandGedaiandMultibandGedai(Tomas Ros).Standardize min/max threshold bound calculation between epoch-based and raw-data fit paths (Tomas Ros).