AICONSlab/MIRACL

[Feature Request] miracl_connect_csd_tractography.sh - option for multi-shell response algorithm

Open

#196 创建于 2026年4月20日

在 GitHub 查看
 (9 评论) (0 反应) (1 负责人)Python (11 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (49 star)
PR 合并指标
 (PR 指标待抓取)

描述

Under line 221, I was wondering if there could be a possibility to allow for multi-shell response algorithm rather than the single-shell approach that is currently present and it could help better characterize fiber crossings

if [[ ! -f $wm_response ]]; then

    dwi2response dhollander $dti $wm_response $gm_response $csf_response \
        -mask $mask -fslgrad $bvec $bval \
        > >(tee response.err) 2> >(tee response.out >&2)

贡献者指南