cohenlabUNC / clpipe

Python pipeline for neuroimaging data
MIT License
13 stars 9 forks source link

Butterworth Filter Produces Distorted Images #207

Open wasciutto opened 2 years ago

wasciutto commented 2 years ago

Seems to be a problem with TF, both algorithms, due to them not providing mask mechanisms.

Butterworth - was normally reliant on the data already being masked fslmaths - need to investigate - probably not getting passed a mask

Update - not due to mask. Almost certainly due to passing both low/high passes

wasciutto commented 2 years ago

Keep looking into problem with Butterworth

Perhaps look into using AFNI 3D bandpass if cannot be resolved