Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Nov 13, 2024
1 parent 81b6fb4 commit c0a8b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clinica/pipelines/pet/volume/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _build_input_node(self):
self.sessions,
self.caps_directory,
[
query_pattern_factory(QueryPatternName.T1_VOLUME_NATIVE_TPM)(
query_pattern_factory(QueryPatternName.T1_VOLUME_TPM)(
tissue_number, modulation=False, mni_space=True
)
for tissue_number in self.parameters["mask_tissues"]
Expand Down Expand Up @@ -196,7 +196,7 @@ def _build_input_node(self):
# pvc tissues input
try:
patterns = [
query_pattern_factory(QueryPatternName.T1_VOLUME_NATIVE_TPM)(
query_pattern_factory(QueryPatternName.T1_VOLUME_TPM)(
tissue_number, modulation=False, mni_space=False
)
for tissue_number in self.parameters["pvc_mask_tissues"]
Expand Down

0 comments on commit c0a8b86

Please sign in to comment.