From: jpr Date: Tue, 20 Jan 2004 09:59:29 +0000 (+0000) Subject: cvs add -ko X-Git-Tag: Version0.4~3 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=330501df7b3f845cf19816dac8e55b81f1745824;p=gdcmData.git cvs add -ko to be sure they were uploaded in 'binary' mode --- diff --git a/README b/README new file mode 100644 index 0000000..d4e6fa2 --- /dev/null +++ b/README @@ -0,0 +1,140 @@ +multiframe1.dcm +multiframe2.dcm + Cardiovasculaire multiframe + True Dicom + Explicit VR + les champs prives ne *sont pas* Explicit VR + tous les Groupes comportent un element 0000 + Pixels codes sur 10 bits + +acusson.dcm + Echographie single Frame + True Dicom + Explicit VR + 3 LUT (R, G, B) + +irmPhlipsNew1.dcm + Irm Philips LyonSud + True Dicom + Explicit VR + SQ curieuse en (0008,1140) + +pixelNonRect.dcm + Irm Philips Marseille + True Dicom + Explicit VR + les champs prives *sont* Explicit VR + les champs prives contiennent des caract non imprimables + Pixels non Rectangulaires + +esrf1.dcm + Vg Studio Max + True Dicom + Explicit VR + Manque 'Samples Per Pixel' pour etre lue par e-film + +jpeg16Bits.dcm + CT Siemens HEH + True Dicom + jpeg 16 Bits Lossy + (fait casser DcmRead 8/11/2002 :-( + repare 27/11 + +jpeglossles1.dcm + Jpeg LossLess + True Dicom + Explicit VR + SQ en (0008,2112) + contient peut etre (?!) des curiosités apres les Pixels + +jpeglossless2.dcm + CR Thoravision Philips Cardio + Jpeg LossLess + True Dicom + Explicit VR + Jpeg mal decodé par les fonctions utilisees + +jpeglossy1.dcm +jpeglossy2.dcm +jpeglossy3.dcm + Jpeg Lossy + Decodage non traite par mes fonctions + +oldACR00001.ima + ACRNEMA V1 'ancien' + Groupe 20 NE contient PAS Study et Serie Instance UID + ET Study ID et Series Number sont VIDES + +newACR1000.nema + ACRNEMA V2 'moderne' + Groupe 20 contient Study et Serie Instance UID + ET Study ID et Series Number + +imageEcat.ecat + Image au format ECAT (Medecine Nucleaire) + On n'y echapera pas encore tres longtemps, a celles la :-( + +---------------- Ajouts 20 Nov 2002 + +mr176621 + MR Toshiba + ACRNEMA-V2 + abscence de l'element 0000 (group length) pour tous les groupes + +cr_45031 + CR Fuji + ACRNEMA V2 + 1670x2010 + +MR.6799.1 + MR Pickert + DICOM V3 like + manque le 'file preamble' de 200 octets + +cr172241 + CR Kodak + ACRNEMA V2 + (0028 3000): SQ + (fffe, e00d), (fffe,e0dd), apres (0028, 3006) !!! + +US.1.2.dcm +US.1.3.dcm + US ACUSON + DICOM 3 Multiframe + JPEG 8 bits Lossy + (0028,0002) Samples Per Pixel = 3 + (0018, 6011) : SQ + les champs à l'interieur de cette 'Sequence' + contiennent des caract non imprimables qui déconfigurent l'ecran :-( + + Ces deux examens, correspondant a 2 patients differents ont le meme Study ID + +---------------- Ajouts 27/11/2002 + +sonata.dcm + IRM Siemens Sonata (images taggees) + SQ en (0008,1140),contenant (0008,1150), (0008,1155) 3 fois + + +---------------- Ajouts 16/12/2002 +icone.dcm + CT Picker + image 512x512 + (28 200 )contient une icone de 64x64 + --> DEUX groupes 7FE0 dans la même image + +----------------- Ajouts 13/02/2003 + +sonata.nema + MR Siemens sonata + True DICOM + (18,1310) est un champ de Value Multiplicity > 1 + vr : US mais longueur = 8 + +--------------Ajouts 21/03/2003 + +philipsMR-lossy.ima + MR Philips (Neuro) + True Dicom + indiquée comme ACR-NEMA V1 dans l'entete + JPEG Lossy (Transfer Syntax UID : [1.2.840.10008.1.2.4.51]) diff --git a/checkWrite.sh b/checkWrite.sh index f081257..cb1f380 100644 --- a/checkWrite.sh +++ b/checkWrite.sh @@ -10,6 +10,10 @@ #No Swap Info #------------ +affim filein=mr176621.dcm +affimdcm filein=mr176621.dcm +testWrite mr176621.dcm r +affimdcm filein=mr176621.raw dim=512 nbit=16 testWrite mr176621.dcm d affimdcm filein=mr176621.dcm.DCM # xmedcon OK diff --git a/mr176621.dcm.acr b/mr176621.dcm.acr new file mode 100644 index 0000000..0ac91a3 Binary files /dev/null and b/mr176621.dcm.acr differ