syncopy icon indicating copy to clipboard operation
syncopy copied to clipboard

Add `cfg.montage` to `preprocessing`

Open tensionhead opened this issue 1 year ago • 0 comments

Field Trip's ft_preprocessing has a montage cfg parameter, which internally calls ft_apply_montage. This function applies a linear operator (the matrix given in montage.tra) onto the channel axis, creating linear combinations (neighbor subtraction, mixing, ...). For Syncopy this means (for the 1st time?) that we need a StructDict as parameter value for the montage cfg entry, other fields are montage.labelold and montage.labelnew.

tensionhead avatar May 08 '23 12:05 tensionhead