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

3dUnifize #195

Merged
merged 1 commit into from
Dec 3, 2024
Merged

3dUnifize #195

merged 1 commit into from
Dec 3, 2024

Conversation

birajstha
Copy link
Contributor

Tested with the CPAC generate command

def afni_3dUnifize(cl_frac, rbt, input_image):
    """
    3dUnifize -clfrac 0.2 
    -rbt 18.3 65.0 90.0 
    -prefix uni.nii.gz 
    -T2 
    -input /ocean/projects/med220004p/bshresth/projects/rbc-runs/output2/working/pipeline_RBCv0/cpac_pipeline_RBCv0_sub-PA001_ses-V1W1/_scan_REST_run-1/unifize_104/ref_bold_corrected_brain_masked.nii.gz
    """
    out = afni.v_3d_unifize(cl_frac=cl_frac, rbt=rbt, prefix="desc-uni.nii.gz", t2=True, in_file=input_image)
    return out

@nx10 nx10 merged commit fbdd07d 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