Skip to content

changes done at the relaunch#5

Open
LoicDorval wants to merge 1 commit intorlink7:mainfrom
LoicDorval:ld_changes
Open

changes done at the relaunch#5
LoicDorval wants to merge 1 commit intorlink7:mainfrom
LoicDorval:ld_changes

Conversation

@LoicDorval
Copy link
Contributor

No description provided.

if norm is False:
overlay = f"{li2mni_path}/{sub}/ses-M03Li/li2mni.nii.gz"
output = os.path.join(output_path, f"{sub}_overlay_mni")
assert os.path.isfile(template), f"file not found : {overlay}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isfile(overlay)

assert os.path.isfile(template), f"file not found : {overlay}"
else:
overlay = f"{li2mni_path}/{sub}/ses-M03Li/li2mninorm.nii.gz"
assert os.path.isfile(template), f"file not found : {overlay}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem.

outdir=sub_outdirs,
hopla_name_replace=True,
hopla_iterative_kwargs=["li-file", "lianat-file", "hanat-file",
hopla_iterative_kwargs=["li_file", "lianat_file", "hanat_file",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

hopla_name_replace=True,
hopla_iterative_kwargs=["li2mni-file", "ref-value", "outdir"],
hopla_optional=["li2mni-file", "ref_value", "mask_file",
hopla_iterative_kwargs=["li2mni_file", "ref_value", "outdir"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem.

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