Hi, I am experiencing quite a strange problem. I have a set of DICOMs that when I run the following on a 32bit machine, it works fine: mri_convert 031G0110.101.dcm 001.mgz
When I run the exact same command (from within the same directory) on the 64 bit machine, I get the following error: "Currently non-Siemens mosaic image cannot be handled. Exit"
(I should note that these are not actually mosaic images, they are individual)
mri_convert --all-info on the 32 bit machine yields the following: mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:37:40-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: freya.bnac Platform: Linux PlatformVersion: 2.6.9-42.0.2.ELsmp CompilerName: GCC CompilerVersion: 30400
and on the 64 bit machine:
mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:38:29-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: giza Platform: Linux PlatformVersion: 2.6.9-22.ELsmp CompilerName: GCC CompilerVersion: 30400
We have used the 64 bit install extensively before and never run into this issue. Any insight? Thanks! Regards, Niels Bergsland
Niels,
Are they Siemens Dicom files? If so, try adding the flag -siemens_dicom to mri_convert.
This wouldn't explain the difference in behavior between the 32bit and 64bit builds though. I have not personally encountered the message you are seeing.
Nick
On Thu, 2006-10-12 at 16:40 -0400, Niels Bergsland wrote:
Hi, I am experiencing quite a strange problem. I have a set of DICOMs that when I run the following on a 32bit machine, it works fine: mri_convert 031G0110.101.dcm 001.mgz
When I run the exact same command (from within the same directory) on the 64 bit machine, I get the following error: "Currently non-Siemens mosaic image cannot be handled. Exit"
(I should note that these are not actually mosaic images, they are individual)
mri_convert --all-info on the 32 bit machine yields the following: mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:37:40-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: freya.bnac Platform: Linux PlatformVersion: 2.6.9-42.0.2.ELsmp CompilerName: GCC CompilerVersion: 30400
and on the 64 bit machine:
mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:38:29-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: giza Platform: Linux PlatformVersion: 2.6.9-22.ELsmp CompilerName: GCC CompilerVersion: 30400
We have used the 64 bit install extensively before and never run into this issue. Any insight? Thanks! Regards, Niels Bergsland _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Hi Nick, Thanks for the response. They are from a Philips machine though... Niels
On 10/12/06, Nick Schmansky nicks@nmr.mgh.harvard.edu wrote:
Niels,
Are they Siemens Dicom files? If so, try adding the flag -siemens_dicom to mri_convert.
This wouldn't explain the difference in behavior between the 32bit and 64bit builds though. I have not personally encountered the message you are seeing.
Nick
On Thu, 2006-10-12 at 16:40 -0400, Niels Bergsland wrote:
Hi, I am experiencing quite a strange problem. I have a set of DICOMs that when I run the following on a 32bit machine, it works fine: mri_convert 031G0110.101.dcm 001.mgz
When I run the exact same command (from within the same directory) on the 64 bit machine, I get the following error: "Currently non-Siemens mosaic image cannot be handled. Exit"
(I should note that these are not actually mosaic images, they are individual)
mri_convert --all-info on the 32 bit machine yields the following: mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:37:40-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: freya.bnac Platform: Linux PlatformVersion: 2.6.9-42.0.2.ELsmp CompilerName: GCC CompilerVersion: 30400
and on the 64 bit machine:
mri_convert --all-info ProgramName: mri_convert ProgramArguments: --all-info ProgramVersion: $Name: stable3 $ TimeStamp: 06/10/12-20:38:29-GMT CVS: $Id: mri_convert.c,v 1.121 2006/02/22 05:39:36 greve Exp $ User: niels Machine: giza Platform: Linux PlatformVersion: 2.6.9-22.ELsmp CompilerName: GCC CompilerVersion: 30400
We have used the 64 bit install extensively before and never run into this issue. Any insight? Thanks! Regards, Niels Bergsland _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu