[MINC-users] MINC-users Digest, Vol 145, Issue 1

Gavin Elias gavin.elias at mail.utoronto.ca
Mon Oct 16 14:18:58 EDT 2017


Thanks for your responses!

I found that the command '$ dcmodify -ea "(0010,1010)" <DICOM-FILES>’ did the trick and allowed me to subsequently run dcm2mnc.

Gavin



On 2017-10-12, 12:00 PM, "minc-users-bounces at bic.mni.mcgill.ca on behalf of minc-users-request at bic.mni.mcgill.ca" <minc-users-bounces at bic.mni.mcgill.ca on behalf of minc-users-request at bic.mni.mcgill.ca> wrote:

>Send MINC-users mailing list submissions to
>	minc-users at bic.mni.mcgill.ca
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>or, via email, send a message with subject or body 'help' to
>	minc-users-request at bic.mni.mcgill.ca
>
>You can reach the person managing the list at
>	minc-users-owner at bic.mni.mcgill.ca
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of MINC-users digest..."
>
>
>Today's Topics:
>
>   1. DICOM to MINC conversion error (Gavin Elias)
>   2. Re: DICOM to MINC conversion error (Andrew Janke)
>   3. Re: DICOM to MINC conversion error (Robert D. Vincent)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 11 Oct 2017 23:29:10 +0000
>From: Gavin Elias <gavin.elias at mail.utoronto.ca>
>To: "minc-users at bic.mni.mcgill.ca" <minc-users at bic.mni.mcgill.ca>
>Subject: [MINC-users] DICOM to MINC conversion error
>Message-ID: <C572C5CC-E6FC-4FEB-B4D9-40B0D6D5981E at mail.utoronto.ca>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi,
>
>I have been converting dicom files to minc using the dcm2mnc command.  I preprocessed these dicom files in Horos on my laptop, where I decompressed, anonymized, and then exported them.  For certain files, however, the dcm2mnc command is failing and I am receiving the following error when I run it:  'ERROR: Age units (048Y) unknown.' 
>
>I am able to convert these dicom files to nifti format with no issue and convert from nifti to dicom fine.  I have tried processing the same dicom files in other versions of Horos and have encountered the same error during dcm2mnc.  A colleague of mine has been able to preprocess the same dicom files in Horos on his own laptop and was able to subsequently convert them to minc with no problem.  I am not sure what is causing the dcm2mnc conversion to fail.
>
>Any help would be much appreciated.
>
>Thanks,
>
>Gavin
>
>------------------------------
>
>Message: 2
>Date: Thu, 12 Oct 2017 09:44:04 +1000
>From: Andrew Janke <a.janke at gmail.com>
>To: MINC users mailing list <minc-users at bic.mni.mcgill.ca>
>Subject: Re: [MINC-users] DICOM to MINC conversion error
>Message-ID:
>	<CAG0CB20fpEG2xq6P75FML-nj2+uoG0H4X8Vz=eyrJnCGt34qDw at mail.gmail.com>
>Content-Type: text/plain; charset="UTF-8"
>
>Hi Gavin,
>
>This looks like a bug in dcm2mnc in which it fails to recognise the Y
>as years on the end of the age.  There will need to be a patch for
>this but in the meantime if age isn't that important to you, you could
>delete the element in the input DICOM files?
>
>  $ dcmodify -ea "(0010,1010)" <DICOM-FILES>
>
>I recall that 0010,1010 is the tag for age. (if not, use dcmdump to find it).
>
>And then run the conversion again?
>
>
>a
>
>
>On 12 October 2017 at 09:29, Gavin Elias <gavin.elias at mail.utoronto.ca> wrote:
>> Hi,
>>
>> I have been converting dicom files to minc using the dcm2mnc command.  I preprocessed these dicom files in Horos on my laptop, where I decompressed, anonymized, and then exported them.  For certain files, however, the dcm2mnc command is failing and I am receiving the following error when I run it:  'ERROR: Age units (048Y) unknown.'
>>
>> I am able to convert these dicom files to nifti format with no issue and convert from nifti to dicom fine.  I have tried processing the same dicom files in other versions of Horos and have encountered the same error during dcm2mnc.  A colleague of mine has been able to preprocess the same dicom files in Horos on his own laptop and was able to subsequently convert them to minc with no problem.  I am not sure what is causing the dcm2mnc conversion to fail.
>>
>> Any help would be much appreciated.
>>
>> Thanks,
>>
>> Gavin
>> _______________________________________________
>> MINC-users at bic.mni.mcgill.ca
>> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>
>
>------------------------------
>
>Message: 3
>Date: Wed, 11 Oct 2017 19:51:21 -0400
>From: "Robert D. Vincent" <bert at phalarope.com>
>To: MINC users mailing list <minc-users at bic.mni.mcgill.ca>
>Subject: Re: [MINC-users] DICOM to MINC conversion error
>Message-ID:
>	<CAAd5DeRKUHDMG6Q4wyM_=cSi2hop0mKEdxnTGGWJ_JifTaiGHw at mail.gmail.com>
>Content-Type: text/plain; charset="UTF-8"
>
>Hi Gavin,
>
>That's an old bug in dcm2mnc, it was fixed quite a while back. You can get
>the updated version as part of the latest minc toolkit distribution:
>https://bic-mni.github.io/
>
>    -bert
>
>On Wed, Oct 11, 2017 at 7:29 PM, Gavin Elias <gavin.elias at mail.utoronto.ca>
>wrote:
>
>> Hi,
>>
>> I have been converting dicom files to minc using the dcm2mnc command.  I
>> preprocessed these dicom files in Horos on my laptop, where I decompressed,
>> anonymized, and then exported them.  For certain files, however, the
>> dcm2mnc command is failing and I am receiving the following error when I
>> run it:  'ERROR: Age units (048Y) unknown.'
>>
>> I am able to convert these dicom files to nifti format with no issue and
>> convert from nifti to dicom fine.  I have tried processing the same dicom
>> files in other versions of Horos and have encountered the same error during
>> dcm2mnc.  A colleague of mine has been able to preprocess the same dicom
>> files in Horos on his own laptop and was able to subsequently convert them
>> to minc with no problem.  I am not sure what is causing the dcm2mnc
>> conversion to fail.
>>
>> Any help would be much appreciated.
>>
>> Thanks,
>>
>> Gavin
>> _______________________________________________
>> MINC-users at bic.mni.mcgill.ca
>> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>>
>
>
>------------------------------
>
>_______________________________________________
>MINC-users mailing list
>MINC-users at bic.mni.mcgill.ca
>http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>
>
>End of MINC-users Digest, Vol 145, Issue 1
>******************************************


More information about the MINC-users mailing list