Releases: DCAN-Labs/dcan_bold_processing
Outlier detection fix / recompile with R2019a
Binaries have been recompiled with Matlab R2019a (instead of R2016b as in previous release); this fixes an issue which caused outlier detection to be omitted (note that this only affected releases compiled with R2016b, not R2017a)
Compile binaries with fix from 4.0.11
Add padding to bandpass filter
Added zero padding to the BOLD data prior to applying the bandpass filter to correct artifact that was introduced at the beginning and end of runs. Without padding the filter results in signal deflection at the edge of the timeseries because it requires neighboring time points in order to be applied correctly. After the padding is applied the signal deflection is entirely removed.
Revert Matlab version to R2017a
Changelist from v4.0.9:
FIX: recompiled binaries with Matlab R2017a (v9.2) -- fixes matlabpath error that occurred when compiled with R2019a
MAIN: remove bin directory from gitignore
Update Matlab version and bug fix in filtered_movement_regressors
Fix issue with high TR and matlab version updated to 2019a
Changes to handle run numbers in both old (HCP) and new (BIDS) style fMRI names.
Fixes v4.0.7 which was released before merging the changes from #15.
Changes to handle run numbers in both old (HCP) and new (BIDS) style fMRI names. Use --legacy-tasknames for taskname handling consistent with versions <= 4.0.4.
Changes to handle run numbers in both old (HCP) and new (BIDS) style fMRI names.
Merge pull request #10 from DCAN-Labs/develop Make tsv files in the pipeline.
Write movement regressor tsv files.
Movement regressor data is written to .txt files in fMRIVolume (unfiltered) and DCANBOLDProcessing (filtered). For use in analyses, we need .tsv (tab-separated) files with headers. Added the lines to translate .txt to .tsv files in same locations as original .txt files.
Use regex to get run number
Getting the run number from a filename assumed last 2 chars. Now uses regex.
Print all args passed to the program
v4.0.4 Print args with which the program was called.