issues
search
arielletambini
/
denoiser
Nuisance removal tool for fMRI data
Apache License 2.0
55
stars
18
forks
source link
Initial fixes to bring denoiser back into working order.
#27
Open
danlurie
opened
5 years ago
danlurie
commented
5 years ago
plot_carpet
now lives in a dedicated
plotting.py
file
The main
denoise
function has been moved to
denoiser.py
for ease of importing
run_denoise.py
has been streamlined.
Fixed the logic for identifying the FD column and added an option to specify the FD column name.
plot_carpet
now lives in a dedicatedplotting.py
filedenoise
function has been moved todenoiser.py
for ease of importingrun_denoise.py
has been streamlined.