[Insight-users] Help with fixing the error message: "GDCMSeriesFileNames (0xa14300): No Series were found" with ITK 3.10.2
Desikachari Nadadur
dnadadur at intio.us
Mon Mar 2 18:46:02 EST 2009
Hi,
I think I figured this out. It seems to be the DICOM tags in my series.
The inconsistency of following two tags is causing the problem:
-----------
(0021,1003) SS 25 # 2, 1
SeriesFromWhichPrescribed
(0021,1035) SS 23 # 2, 1
SeriesFromWhichPrescribed
-----------
The Series I was using has a SeriesNumber of 25. My program can load the
series, if I (1) delete the above two tags, (2) Delete the second tag
only that has wrong SeriesNumber or (3) Set the second tag value to the
same value as the first tag (=25).
I do not know how itkGDCM handles the above two tags. Could there be a
long term solution for this problem within (itk)GDCM rather than
changing my program to fiddle with tags in the DICOM files, so they can
be read?
Thanks,
Desika
Desikachari Nadadur wrote:
> Hi All,
>
> I am having problems reading a few DICOM series using ITK 3.10.2. The
> same DICOM files have been working fine with ITK 3.6.0 .
>
> Some series work fine and some series don't. I am baffled!
>
> I am getting the following message, with ITK 3.10.2:
>
> *****************
> WARNING: In
> <pathEdited>/Itk/Itk-3.10.2/InsightToolkit-3.10.2/Code/IO/itkGDCMSeriesFileNames.cxx,
> line 106
> GDCMSeriesFileNames (0xa14300): No Series were found
> *****************
>
> Note that <pathEdited> is my edit. :-)
>
> Here is my system information (There is no change in this from ITK 3.6.0)
>
> ------------------
> *Platform:* FreeBSD 6.3 on AMD64
> *Compiler:* GCC/G++ 4.2
> *Compiler Flags:* -O3 -fPIC -ffast-math -funroll-all-loops
> -fpeel-loops -ftracer -funswitch-loops -ftree-vectorize
> *CMake:* Version 2.4-patch 7
> *Make: *GNU Make 3.81
> ------------------
>
> I appreciate any guidance you can provide me.
>
> Thanks,
> Desika
>
>
> ----------
> Desikachari Nadadur, PhD
> INTIO, Inc., (formerly, Abla-Tx, Inc).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090302/a4aed245/attachment-0001.htm>
More information about the Insight-users
mailing list