Dear Clinica Team,
I hope you are doing well.
I am experiencing repeated errors while running the pet-volume pipeline using the command below:
I tried removing problematic subjects iteratively, but the issue persisted with other subjects too. I then tried running a single subject, and that led to a different error.
Issue 2: in_image AttributeError (Single Subject)
2025-07-01 06:42:17,299:INFO:Setting SPM path to /Users/shahzadali/Documents/MATLAB/spm25
2025-07-01 06:42:17,301:INFO:Found installation of spm with version 25.25.1.2, satisfying >=12.
2025-07-01 06:43:14,565:INFO:The pipeline will be run on the following 1 image(s):
- sub-ADNI002S2010 | ses-M000
2025-07-01 06:43:14,565:INFO:List available in /Volumes/CrucialX6/NeuroimagingData/tmp/pet-volume/participants.tsv
2025-07-01 06:43:14,565:INFO:The pipeline will last approximately 10 minutes per image.
2025-07-01 06:43:14,569:WARNING:SPM standalone is not available on this system. The pipeline will try to use SPM and Matlab instead. If you want to rely on spm standalone, please make sure to set the following environment variables: $SPMSTANDALONE_HOME, and $MCR_HOME
...
250701-06:43:54,902 nipype.workflow INFO:
[Node] Executing "apply_mask" <nipype.interfaces.utility.wrappers.Function>
Traceback (most recent call last):
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_10_0/lib/python3.10/site-packages/nipype/pipeline/plugins/multiproc.py", line 323, in _send_procs_to_workers
num_subnodes = self.procs[jobid].num_subnodes()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_10_0/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 1312, in num_subnodes
self._check_iterfield()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_10_0/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 1334, in _check_iterfield
if not isdefined(getattr(self.inputs, iterfield)):
AttributeError: 'DynamicTraitedSpec' object has no attribute 'in_image'
...
RuntimeError: Traceback (most recent call last):
...
AttributeError: 'DynamicTraitedSpec' object has no attribute 'in_image'
I am using:
I would be grateful if you could help me resolve these errors.
Best,
Shahzad
--------------------
--
You received this message because you are subscribed to the Google Groups "Clinica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clinica-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/9d0bde96-b534-4b69-b104-211f3f24d206n%40googlegroups.com.
Hi Alice,
Thank you for your response.
Yes, I was able to run the t1-volume
pipeline using the same setup (MATLAB + SPM25) but with Clinica 0.9.4. Previously, I also tried pet-volume with Clinica 0.9.4, but encountered a different error:
/Users/shahzadali/miniconda3/envs/adni_clinica94/lib/python3.10/site-packages/clinica/iotools/utils/data_handling/_centering.py", line 216, in check_relative_volume_location_in_world_coordinate_systemwarnings.warn(warning_message)TypeError: expected string or bytes-like object, got 'NoneType'
After going through the discussions, I found that this issue was addressed in the latest version of Clinica. Therefore, I tried running pet-volume with Clinica 0.10.0.
P.s.: I did try setting up SPM12 with MATLAB but ran into issues. However, I somehow managed to get the pipeline running with SPM25. Sincet1-volume
worked, I continued using the same setup forpet-volume
.Now, do I have to shift to SPM12 for pet-volume?
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFt6SdN0JaxaiiU-SQxEoU%3D1AjWm_1qnFHX5b%3DHu0Jotsw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQRhkS8TN4tu93u4akWeyNcgMFu0Q2ZEmEArRRZMQpzWoA%40mail.gmail.com.
(clinicaEnv_094) shahzadali@Shahzads-MacBook-Pro ADNI % clinica run t1-volume BIDS_Dir/BIDS_Multimodal CAPS_DIR/CAPS_Multimodal AD -tsv BIDS_Dir/Summary/participants_AD.tsv
2025-04-04 20:00:52,413:INFO:The t1-volume pipeline is divided into 4 parts:
t1-volume-tissue-segmentation pipeline: Tissue segmentation, bias correction and spatial normalization to MNI space
t1-volume-create-dartel pipeline: Inter-subject registration with the creation of a new DARTEL template
t1-volume-dartel2mni pipeline: DARTEL template to MNI
t1-volume-parcellation pipeline: Atlas statistics
2025-04-04 20:00:52,413:INFO:Part 1/4: Running t1-volume-segmentation pipeline.
2025-04-04 20:00:52,510:INFO:Setting SPM path to /Users/shahzadali/spm12
2025-04-04 20:00:54,227:INFO:The CAPS dataset 'None', located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR/CAPS_Multimodal, already contains a 'dataset_description.json' file.
2025-04-04 20:00:54,229:WARNING:The existing CAPS dataset, located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR/CAPS_Multimodal has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '3825af6d-231d-43f5-b68a-cc1e1aef079c'. The old name will be kept.
/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/stream.py:103: UserWarning: The existing CAPS dataset, located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR/CAPS_Multimodal has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '3825af6d-231d-43f5-b68a-cc1e1aef079c'. The old name will be kept.
warnings.warn(message, warning_type)
2025-04-04 20:00:57,327:INFO:Setting SPM path to /Users/shahzadali/spm12
Traceback (most recent call last):
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/utils/spm_docs.py", line 48, in _strip_header
index = doc.index(hdr)
ValueError: substring not found
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/bin/clinica", line 8, in <module>
sys.exit(main())
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/cmdline.py", line 113, in main
cli()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 1161, in __call__
return self.main(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 1082, in main
rv = self.invoke(ctx)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/t1_volume/t1_volume_cli.py", line 95, in cli
ctx.invoke(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/t1_volume_tissue_segmentation/t1_volume_tissue_segmentation_cli.py", line 73, in cli
pipeline.run(plugin="MultiProc", plugin_args={"n_procs": n_procs})
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 729, in run
self.build()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 45, in func_wrapper
res = func(self, *args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 690, in build
self._check_dependencies()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 798, in _check_dependencies
dependency.check()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 115, in check
check_software(self.name, log_level="error", specifier=self.version_constraint)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 786, in check_software
_check_software_version(software, log_level=log_level, specifier=specifier)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 689, in _check_software_version
if (installed_version := get_software_version(software)) not in specifier:
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 518, in get_software_version
return _get_spm_version()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 540, in _get_spm_version
return Version(spm.SPMCommand().version)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 303, in __init__
super().__init__(**inputs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 199, in __init__
unavailable_traits = self._check_version_requirements(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 297, in _check_version_requirements
if names and self.version:
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 351, in version
info_dict = Info.getinfo(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 235, in getinfo
out = sd._strip_header(out.runtime.stdout)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv_094/lib/python3.10/site-packages/nipype/utils/spm_docs.py", line 50, in _strip_header
raise OSError("This docstring was not generated by Nipype!\n") from e
OSError: This docstring was not generated by Nipype!
Hello Shahzad,Regarding your set-up, we are using nipype 1.8.6 in our current version but in clinica v0.9.1 as well. Normally by installing the clinica package in a specific environment you should have the right dependency. I am not sure this would solve anything but out of curiosity would you make a new environment with clinica in it ? You can also upgrade to clinica v0.9.3 though it would not change anything for t1-volume.Tell me if that changes anything,AliceLe mar. 25 mars 2025 à 23:31, Shahzad ALi <shahza...@gmail.com> a écrit :Hi, Dear Alice,
Thanks for your response. I have get this tsv using iotools command.However, when i run this command:clinica run t1-volume BIDS_Dir/BIDS_Multimodal CAPS_DIR/CAPS_Multimodal AD -tsv BIDS_Dir/Summary/participants_AD.tsv
2025-03-25 23:20:00,607:INFO:The t1-volume pipeline is divided into 4 parts:
t1-volume-tissue-segmentation pipeline: Tissue segmentation, bias correction and spatial normalization to MNI space
t1-volume-create-dartel pipeline: Inter-subject registration with the creation of a new DARTEL template
t1-volume-dartel2mni pipeline: DARTEL template to MNI
t1-volume-parcellation pipeline: Atlas statistics
2025-03-25 23:20:00,607:INFO:Part 1/4: Running t1-volume-segmentation pipeline.
2025-03-25 23:20:00,690:INFO:Setting SPM path to /Users/shahzadali/spm12
2025-03-25 23:20:01,271:INFO:The CAPS dataset 'None', located at /Volumes/CrucialX6/SS_ADNI/Clinica/ADNI_multimodal/CAPS_DIR/CAPS_Multimodal, already contains a 'dataset_description.json' file.
2025-03-25 23:20:01,271:WARNING:The existing CAPS dataset, located at /Volumes/CrucialX6/SS_ADNI/Clinica/ADNI_multimodal/CAPS_DIR/CAPS_Multimodal has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '48cdbe1c-af42-45f7-ba8a-b45112edfb4c'. The old name will be kept.
/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/stream.py:103: UserWarning: The existing CAPS dataset, located at /Volumes/CrucialX6/SS_ADNI/Clinica/ADNI_multimodal/CAPS_DIR/CAPS_Multimodal has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '48cdbe1c-af42-45f7-ba8a-b45112edfb4c'. The old name will be kept.
warnings.warn(message, warning_type)
2025-03-25 23:20:03,399:INFO:Setting SPM path to /Users/shahzadali/spm12
Traceback (most recent call last):
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/utils/spm_docs.py", line 48, in _strip_header
index = doc.index(hdr)
ValueError: substring not found
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/bin/clinica", line 8, in <module>
sys.exit(main())
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/cmdline.py", line 113, in main
cli()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1161, in __call__
return self.main(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1082, in main
rv = self.invoke(ctx)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/t1_volume/t1_volume_cli.py", line 95, in cli
ctx.invoke(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/t1_volume_tissue_segmentation/t1_volume_tissue_segmentation_cli.py", line 73, in cli
pipeline.run(plugin="MultiProc", plugin_args={"n_procs": n_procs})
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 729, in run
self.build()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 45, in func_wrapper
res = func(self, *args, **kwargs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 690, in build
self._check_dependencies()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 798, in _check_dependencies
dependency.check()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 115, in check
check_software(self.name, log_level="error", specifier=self.version_constraint)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 786, in check_software
_check_software_version(software, log_level=log_level, specifier=specifier)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 689, in _check_software_version
if (installed_version := get_software_version(software)) not in specifier:
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 518, in get_software_version
return _get_spm_version()
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/utils/check_dependency.py", line 540, in _get_spm_version
return Version(spm.SPMCommand().version)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 303, in __init__
super().__init__(**inputs)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 199, in __init__
unavailable_traits = self._check_version_requirements(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 297, in _check_version_requirements
if names and self.version:
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 351, in version
info_dict = Info.getinfo(
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/spm/base.py", line 235, in getinfo
out = sd._strip_header(out.runtime.stdout)
File "/Users/shahzadali/miniconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/utils/spm_docs.py", line 50, in _strip_header
raise OSError("This docstring was not generated by Nipype!\n") from e
OSError: This docstring was not generated by Nipype!
I have spm12 installed in matlab, Here are some checks:
% clinica --version
clinica, version 0.9.1>> spm('version')ans ='SPM12 (dev)'>> which spm% echo $SPM_HOME/Users/shahzadali/spm12/spm.m/Users/shahzadali/spm12
shahzadali@Shahzads-MacBook-Pro ~ %
% pip show nipype
Name: nipype
Version: 1.9.2
Summary: Neuroimaging in Python: Pipelines and Interfaces
Home-page: http://nipy.org/nipype
Author: nipype developers
Author-email: neuroi...@python.org
License: Apache License, 2.0
Location: /Users/shahzadali/fsl/lib/python3.11/site-packages
Requires: acres, click, etelemetry, filelock, looseversion, networkx, nibabel, numpy, packaging, prov, puremagic, pydot, python-dateutil, rdflib, scipy, simplejson, traits
Required-by:
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFtme4d_qxJM9pDfBjpkC8XGgaCqTXF0LdSXeL4d1CUesw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQSQ74Xx4_q8mvts0Un7Qx90jCHWADf-p6xuVMNHtvWy3Q%40mail.gmail.com.
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFtU5vmSa%2Bw8Ku6%3DKV%2BZJ-9ZfweK9BJRNo9%3D5cGR_yBbSg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFtU5vmSa%2Bw8Ku6%3DKV%2BZJ-9ZfweK9BJRNo9%3D5cGR_yBbSg%40mail.gmail.com.
2025-07-03 15:47:09,500:INFO:Setting SPM path to /Users/shahzadali/Documents/MATLAB/spm12
2025-07-03 15:47:17,486:INFO:The CAPS dataset 'None', located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR, already contains a 'dataset_description.json' file.
2025-07-03 15:47:17,488:WARNING:The existing CAPS dataset, located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '1731358b-5f09-4199-89dc-44a718c8893a'. The old name will be kept.
/Users/shahzadali/miniconda3/envs/clinicaEnv_10_0/lib/python3.10/site-packages/clinica/utils/stream.py:103: UserWarning: The existing CAPS dataset, located at /Volumes/CrucialX6/NeuroimagingData/ADNI/CAPS_DIR has a name 'eb8eff5f-1ba9-41cb-8586-ead098267da6' different from the new name '1731358b-5f09-4199-89dc-44a718c8893a'. The old name will be kept.
warnings.warn(message, warning_type)
2025-07-03 15:47:41,586:INFO:Setting SPM path to /Users/shahzadali/Documents/MATLAB/spm12
2025-07-03 15:47:41,587:ERROR:spm version is 12.dev0. We strongly recommend to have spm >=12.
2025-07-03 15:47:41,587:ERROR:spm version is 12.dev0. We strongly recommend to have spm >=12.
(clinicaEnv_10_0) shahzadali@Mac ADNI %
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQSxYBhgAJK-d93OQ-oj-ntH-8RAYA0GR_FMAxYp%2B9dHFw%40mail.gmail.com.
Thank you for your response.
I had downloaded the relevant file quite some time ago and unfortunately, I am unable to locate the original source now. However, I’ve attached the file to this email for your reference.
Additionally, I wanted to ask if it would be possible for your team to verify the Clinica pipeline compatibility with SPM25. I’ve observed that it works perfectly for the t1-volume pipeline, but I’m encountering an error when running it for pet-volume.
In the past, I spent a considerable amount of time trying to configure the setup with SPM12, but it was unsuccessful. Surprisingly, SPM25 worked smoothly for the T1 pipeline, which is why I’m now trying to use it for PET as well.
Your support and guidance on this would be highly appreciated.
Best regards,
Shahzad
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFshfc95K38EMhZrTN6RdcMe_0Hkfn1hruB__jb4w1s84g%40mail.gmail.com.
Hi! Dear Alice and Clinica team,
Just checking in, has there been any progress on verifying Clinica’s compatibility with SPM25?
For context: SPM25 has been working smoothly for me on the t1-volume pipeline, but I still get an error with pet-volume (SPM12 didn’t work in my setup previously).
Thanks a lot for the update!
Best regards,
Shahzad
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/625c49a3-ffa6-4c5a-b79f-56f2cc673befn%40googlegroups.com.
------------------
You received this message because you are subscribed to a topic in the Google Groups "Clinica" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clinica-user/XNwdP9OWYJI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clinica-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/655b6190-a811-482b-8dd5-811b3da2317en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQTZ34YnzJt9XNC-O-yugJuE8VmZaMO7a9JKPkvLqYgQuw%40mail.gmail.com.
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAP_epFsXk7swY1QxgXZ%3D4QdMEXJm1otXgwwVrbS%3D7ZKTRwx6eQ%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQT%3D4yyrHS0X-10DwZPQzrZ_xESHnLizjYpMpnmTeGbGgA%40mail.gmail.com.
export MATLAB_HOME="/Applications/MATLAB_R2024b.app/bin/"
export PATH=${MATLAB_HOME}:${PATH}
export MATLABCMD="${MATLAB_HOME}/matlab"
export MATLABCMD="/Applications/MATLAB_R2024b.app/bin/matlab"
#export SPM_HOME="/Users/shahzadali/Documents/MATLAB/spm12"
export SPM_HOME="/Users/shahzadali/Documents/MATLAB/spm25"
export SPM_STANDALONE=0
#export PATH="/Applications/MATLAB_R2024b.app/bin:$PATH"
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/CAPaAoQTVdZdtZtYCGzWiBurN702eT6nnre%3DDmVr9i%3DFHAd7dMQ%40mail.gmail.com.
Dear Alice,
Thank you for your quick help.
I would be happy to test the suggested workaround on the dev version of Clinica. Please let me know the steps, and I will try them out.
Best regards,
Shahzad
-----------------------------------------------------------------------
To view this discussion visit https://groups.google.com/d/msgid/clinica-user/dc711ff9-5394-4e66-a951-0a4324417b7en%40googlegroups.com.