Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fslmerge #194

Merged
merged 1 commit into from
Dec 3, 2024
Merged

fslmerge #194

merged 1 commit into from
Dec 3, 2024

Conversation

birajstha
Copy link
Contributor

Tested using

def fsl_fslmerge(input_files: list):
    """
    fslmerge -t vol0000_trans_merged.nii.gz 
    ../applyxfm_derivfunc_to_standard_189_/mapflow/_applyxfm_derivfunc_to_standard_189_1/vol0001_trans.nii.gz 
    ../applyxfm_derivfunc_to_standard_189_/mapflow/_applyxfm_derivfunc_to_standard_189_2/vol0002_trans.nii.gz
    """
    out = fsl.fslmerge(merge_time = True, output_file="desc-merged.nii.gz", input_files=input_files)
    return out 

@nx10 nx10 merged commit 633e85a into childmindresearch:main Dec 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants