Skip to content

Releases: DCAN-Labs/dcan_bold_processing

Outlier detection fix / recompile with R2019a

12 Sep 00:46
55dd728
Compare
Choose a tag to compare

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

09 Feb 21:11
6a4739b
Compare
Choose a tag to compare

The matlab binaries have been recompiled with R2016b to include the zero padding fix from v4.0.11

Add padding to bandpass filter

08 Dec 18:17
8384531
Compare
Choose a tag to compare

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

23 Mar 20:36
5e76a00
Compare
Choose a tag to compare

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

02 Feb 22:06
Compare
Choose a tag to compare

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.

23 Aug 22:27
2ef154c
Compare
Choose a tag to compare

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.

09 Aug 18:01
f2fb3b6
Compare
Choose a tag to compare
Merge pull request #10 from DCAN-Labs/develop

Make tsv files in the pipeline.

Write movement regressor tsv files.

28 Jan 18:48
eda67d1
Compare
Choose a tag to compare

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

26 Jan 20:01
eda67d1
Compare
Choose a tag to compare

Getting the run number from a filename assumed last 2 chars. Now uses regex.

Print all args passed to the program

06 Aug 23:17
Compare
Choose a tag to compare
v4.0.4

Print args with which the program was called.