Re: Old NEMA compression?
Yves Martel wrote:
[color=blue]
> The data is (as expected) compressed and placed in groups 7F0x (as in
> other SPI compressions) .
> Now, since all these compression tags have be retired, one has to
> assume that at some point they where documented?[/color]
The ACR/NEMA compression supplement is available from
[url]ftp://medical.nema.org/MEDICAL/Dicom/1989/PS2_1989.pdf[/url]
Regards,
Marco Eichelberg
Re: Old NEMA compression?
On Oct 23, 4:01*pm, Marco Eichelberg <eichelberg_nos...@offis.de>
wrote:[color=blue]
> Yves Martel wrote:[color=green]
> > The data is (as expected) compressed and placed in groups 7F0x (as in
> > other SPI compressions) .
> > Now, since all these compression tags have be retired, one has to
> > assume that at some point they where documented?[/color]
>
> The ACR/NEMA compression supplement is available fromftp://medical.nema.org/MEDICAL/Dicom/1989/PS2_1989.pdf
>
> Regards,
> Marco Eichelberg[/color]
Yves,
Don't forget to read this post too:
[url]http://groups.google.fr/group/comp.protocols.dicom/browse_thread/thread/2c46923a89fc0bdb[/url]
I think you'll find some help in D. Clunie tools (I admit I was not
able to get anything out of the files though)
2cts
Re: Old NEMA compression?
On Thu, 23 Oct 2008 08:58:58 -0700 (PDT), Mathieu Malaterre
<mathieu.malaterre@gmail.com> wrote:
[color=blue]
>On Oct 23, 4:01*pm, Marco Eichelberg <eichelberg_nos...@offis.de>
>wrote:[color=green]
>> Yves Martel wrote:[color=darkred]
>> > The data is (as expected) compressed and placed in groups 7F0x (as in
>> > other SPI compressions) .
>> > Now, since all these compression tags have be retired, one has to
>> > assume that at some point they where documented?[/color]
>>
>> The ACR/NEMA compression supplement is available fromftp://medical.nema.org/MEDICAL/Dicom/1989/PS2_1989.pdf
>>
>> Regards,
>> Marco Eichelberg[/color]
>
>Yves,
>
> Don't forget to read this post too:
>
>[url]http://groups.google.fr/group/comp.protocols.dicom/browse_thread/thread/2c46923a89fc0bdb[/url]
>
> I think you'll find some help in D. Clunie tools (I admit I was not
>able to get anything out of the files though)
>
>2cts[/color]
Thanks Marco and Merci Mathieu :)
That was exactly what I needed!
Though you seem to mention that David's tool support the old NEMA
compression? I must admut I didn't find any referenec to that in his
code (but I didn't search that much...). Do you support it David?
Anyway, I have now added the support for the SIENET Lempel-Ziv images
to my programs.
However, I noticed from the doc that a LOT of compressions are
possible.
Up to now, I have seen "HUFFMAN" from Siemens CT, and "LEMPEL-ZIV"
from SIENET stations, but does anybody have sample images using the
old NEMA compression that is not one of these?
Yves
Re: Old NEMA compression?
On Oct 27, 2:53 pm, Yves Martel <Martel(at)TomoVision.com> wrote:[color=blue]
> On Thu, 23 Oct 2008 08:58:58 -0700 (PDT), Mathieu Malaterre
>
>
>
> <mathieu.malate...@gmail.com> wrote:[color=green]
> >On Oct 23, 4:01 pm, Marco Eichelberg <eichelberg_nos...@offis.de>
> >wrote:[color=darkred]
> >> Yves Martel wrote:
> >> > The data is (as expected) compressed and placed in groups 7F0x (as in
> >> > other SPI compressions) .
> >> > Now, since all these compression tags have be retired, one has to
> >> > assume that at some point they where documented?[/color][/color]
>[color=green][color=darkred]
> >> The ACR/NEMA compression supplement is available fromftp://medical.nema.org/MEDICAL/Dicom/1989/PS2_1989.pdf[/color][/color]
>[color=green][color=darkred]
> >> Regards,
> >> Marco Eichelberg[/color][/color]
>[color=green]
> >Yves,[/color]
>[color=green]
> > Don't forget to read this post too:[/color]
>[color=green]
> >[url]http://groups.google.fr/group/comp.protocols.dicom/browse_thread/thre[/url]...[/color]
>[color=green]
> > I think you'll find some help in D. Clunie tools (I admit I was not
> >able to get anything out of the files though)[/color]
>[color=green]
> >2cts[/color]
>
> Thanks Marco and Merci Mathieu :)
>
> That was exactly what I needed!
>
> Though you seem to mention that David's tool support the old NEMA
> compression? I must admut I didn't find any referenec to that in his
> code (but I didn't search that much...). Do you support it David?[/color]
As said in my post, the only place referencing the Variable Pixel Date
was in:
../appsrc/dcfile/dcdecmpr.cc
I do not know more than that.
[color=blue]
> Anyway, I have now added the support for the SIENET Lempel-Ziv images
> to my programs.[/color]
Congrats !
BTW Your public dict is missing attribute "0020,31xx"
-Mathieu