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
@cmpetty Would you be willing to create a PR for this, including finding other instances in the code base where we set the TR as part of fslmerge? Thanks.
@cmpetty Would you be willing to create a PR for this, including finding other instances in the code base where we set the TR as part of fslmerge? Thanks.
Sure. i found a couple other places ( hcp_fix_* , mcflirt_acc.sh , OneStepResampling.sh )
When data is passed to OneStepResampling.sh that has TR in ms it is breaking the files afterwards because the time_units are not being accounted for.
You're saving the TR, then re-setting in later with fslmerge, but fslmerge requires TR in seconds.
We found that our files after this step had TR set to 1000.00 seconds, instead of 1 sc, or 1000.00 ms
I added some code to account for different units and adjust before it got to the fslmerge step
The text was updated successfully, but these errors were encountered: