[Dcmlib] Re: CREATIS CVS: gdcm jpr
Jean-Pierre ROUX
jean-pierre.roux at creatis.insa-lyon.fr
Sat Oct 22 01:05:46 CEST 2005
At 14:45 -0400 21/10/05, Mathieu Malaterre wrote:
>Ok could someone tells me why I am getting this result:
>
>
>$ ./bin/gdcmTests TestALLVM SIEMENS_GBS_III-16-ACR_NEMA_1.acr
>Testing file : SIEMENS_GBS_III-16-ACR_NEMA_1.acr
>Element: 0009|0000 (gdcm::Unknown) Contains a wrong VM: 1 should be:
>gdcm::Unknown
>Element: 0009|0011 (gdcm::Unknown) Contains a wrong VM: 1 should be:
>gdcm::Unknown
[...]
>I said in the code: LD_NOSHADOW !
The mnemonic should be LD_NOSHADOW_IF_YOU_CAN.
The option only work if the Shadow group *has* his owm 0x0000 element.
(that contains le group length; gdcm is able to skip the whole group,
and save parsing time.
If the 0x0000 element doesn't exist, gdcm has to parse each element,
and it would take more time to erase them.
--> Same behaviour with LD_NOSEQ (works only with 'true length
sequences', doesn't work with 'no length Sequences')
JPRx
>
>Mathieu
>Creatis CVS User wrote:
>>CVSROOT: /cvs/public
>>Module name: gdcm
>>Changes by: jpr 05/10/21 18:32:10
>>
>>Modified files:
>> Testing : TestAllVM.cxx
>>Log message:
>>Speed up -a little bit- the Loading, avoiding to parse any Sequence, not only
>>shadow ones.
>>(any way *all* the sequences are skipped a prpcessing time.)
Jean-Pierre ROUX
CREATIS - CNRS UMR 5515, INSERM U 630
Laboratoire de Radiologie Experimentale
Hopital Cardiologique
28 Avenue du Doyen LEPINE
B.P. Lyon-Montchat
69394 Lyon Cedex 03
Tel : (+33) 04 72 35 74 12
Fax : (+33) 04 72 68 49 16
URL : http://www.creatis.univ-lyon1.fr
e-mail : jpr at creatis.univ-lyon1.fr
More information about the Dcmlib
mailing list