echocombine - Man Page
Synopsis
echocombine [-h] [-p LABEL [LABEL ...]] [-o DESTINATION] [-a {PAID,TE,average}] [-w [WEIGHT ...]] [-f] bidsfolder pattern
Description
A wrapper around the 'mecombine' multi-echo combination tool (https://github.com/Donders-Institute/multiecho).
Except for BIDS inheritances, this wrapper is BIDS-aware (a 'bidsapp') and writes BIDS compliant output
- bidsfolder
The bids-directory with the (multi-echo) subject data
- pattern
Globlike recursive search pattern (relative to the subject/session folder) to select the first echo of the images that need to be combined, e.g. '*task-*echo-1*'
Options
- -p LABEL [LABEL ...], --participant LABEL [LABEL ...]
Space separated list of sub-# identifiers to be processed (the sub-prefix can be left out). If not specified then all participants will be processed
- -o DESTINATION, --output DESTINATION
A string that determines where the output is saved. It can be the name of a BIDS datatype folder, such as 'func', or of the derivatives folder, i.e. 'derivatives'. If output is left empty then the combined image is saved in the input datatype folder and the original echo images are moved to the 'extra_data' folder
- -a {PAID,TE,average}, --algorithm {PAID,TE,average}
Combination algorithm
- -w [WEIGHT ...], --weights [WEIGHT ...]
Weights for each echo
- -f, --force
Process all images, regardless whether target images already exist. Otherwise the echo-combination will be skipped
Comments
examples:
echocombine myproject/bids func/*task-stroop*echo-1*
echocombine myproject/bids *task-stroop*echo-1* -p 001 003
echocombine myproject/bids func/*task-*echo-1* -o func
echocombine myproject/bids func/*task-*echo-1* -o derivatives -w 13 26 39 52
echocombine myproject/bids func/*task-*echo-1* -a PAID
Author
Marcel Zwiers <m.zwiers@donders.ru.nl>