You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to see added in this software?
At participant level, the framewise_displacement have already been calculated, and stored in the tsv file, while this value have been used in calculating fd_num, fd_perc, with a parameter fd_thres from the command line.
If I want to re-calculate the fd_num etc based on a new fd_thres, theoretically we do not need to re-run mriqc at the participant level (since all fd values are already there), but for now, running mriqc at the group level with specifying a different fd_thres do not work, mriqc will generate the same group_bold.tsv as the parameter unchanged.
Do you have any interest in helping implement the feature?