]> Creatis software - gdcmData.git/commitdiff
These scripts use now gdcmTests
authorjpr <jpr>
Fri, 30 Apr 2004 09:01:33 +0000 (09:01 +0000)
committerjpr <jpr>
Fri, 30 Apr 2004 09:01:33 +0000 (09:01 +0000)
checkRead.sh
checkWriteExplicit.sh

index 8ab7f09d39f0fe3997b157ee9db01a1fec5d063c..895ab2676d7a88e3acb5114cddc8167631dc9c05 100644 (file)
-# Check READ
-#-----------
+# Check gdcmRead
+# ==============
 #
-# We just write RAW Files and AFFIM them
-# to be sure the reading was OK
+# This script :
+#
+#   - gdcmreads the images of gdcmData
+#   - fwrite the pixels (an nothing more), into a '.RAW' file
+#   - affim them (you may replace affim by any 'Raw File' viewer) 
+#
+#   just to verify the ability of gdcm to 'extract' the pixels 
+#                  out of a DICOM File
 #
-
 #No Swap Info
 #------------
-testWrite mr176621.dcm r;
+gdcmTests testWrite   mr176621.dcm r;
 affim filein=mr176621.dcm.RAW DIMX=512 DIMY=512 nbit=16
 
 # No Transfert Syntax
 #--------------------
 #Big Endian
-testWrite cr172241.dcm r;
+gdcmTests testWrite  cr172241.dcm r;
 affim filein=cr172241.dcm.RAW DIMX=1792 DIMY=2392 nbit=16 zoom=-4
 #0008,0200 (image location) wrongly stored 
 #0028,3006 (LUT Data) has a CTX VR
 
-testWrite cr_45031.dcm r;                                   
+gdcmTests testWrite  cr_45031.dcm r;                                   
 affim filein=cr_45031.dcm.RAW  DIMX=1670 DIMY=2010 nbit=16 zoom=-4
 
-testWrite CR-MONO1-10-chest.dcm r;
+gdcmTests testWrite  CR-MONO1-10-chest.dcm r;
 affim filein=CR-MONO1-10-chest.dcm.RAW  DIMX=440 DIMY=440 nbit=16
 
-testWrite CT-MONO2-12-lomb-an2.acr2 r;
+gdcmTests testWrite  CT-MONO2-12-lomb-an2.acr2 r;
 affim filein=CT-MONO2-12-lomb-an2.acr2.RAW DIM=512 nbit=16
 
-testWrite gdcm-MR-SIEMENS-16.acr1 r;
+gdcmTests testWrite  gdcm-MR-SIEMENS-16.acr1 r;
 affim filein=gdcm-MR-SIEMENS-16.acr1.RAW DIMX=256 DIMY=256 nbit=16
 
-testWrite gdcm-MR-SIEMENS-16.acr2 r;
+gdcmTests testWrite  gdcm-MR-SIEMENS-16.acr2 r;
 affim filein=gdcm-MR-SIEMENS-16.acr2.RAW  DIMX=512 DIMY=512 nbit=16
 
-testWrite MR-MONO2-12-an2.acr2 r;
+gdcmTests testWrite  MR-MONO2-12-an2.acr2 r;
 affim filein=MR-MONO2-12-an2.acr2.RAW DIMX=256 DIMY=256 nbit=16
 
-testWrite newACR1000.nema r;          # == gdcmMR-SIEMENS-16.acr2
+gdcmTests testWrite  newACR1000.nema r;          # == gdcmMR-SIEMENS-16.acr2
 affim filein=newACR1000.nema.RAW DIMX=512 DIMY=512 nbit=16
 
-testWrite oldACR00001.ima r;          # == gdcm-MR-SIEMENS.16.acr1
+gdcmTests testWrite  oldACR00001.ima r;          # == gdcm-MR-SIEMENS.16.acr1
 affim filein=oldACR00001.ima.RAW DIMX=256 DIMY=256 nbit=16
 
-testWrite OT-MONO2-8-a7.dcm r;
+gdcmTests testWrite  OT-MONO2-8-a7.dcm r;
 affim filein=OT-MONO2-8-a7.dcm.RAW  DIMX=512 DIMY=512
 
 #No Samples Per Pixel
 #--------------------
-testWrite gdcm-CR-DCMTK-16-NonSamplePerPix.dcm r;
+gdcmTests testWrite  gdcm-CR-DCMTK-16-NonSamplePerPix.dcm r;
 affim filein=gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.RAW dim=750 nbit=8
 
 #Unnormalized Rectangular LibIDO format image
 #--------------------------------------------
-testWrite gdcm-ACR-LibIDO.acr r;
+gdcmTests testWrite  gdcm-ACR-LibIDO.acr r;
 affim filein=gdcm-ACR-LibIDO.acr.RAW dimx=512 dimy=301
 
 #Bits Allocated =12, Bits Stored=12
 #----------------------------------
 #MR Philips (once upon a time in Lyon-Sud)
-testWrite MR-MONO2-12-angio-an1.acr1 r;
+gdcmTests testWrite   MR-MONO2-12-angio-an1.acr1 r;
 affim filein=MR-MONO2-12-angio-an1.acr1.RAW dim=256 nbit=16
 
 #RGB
 #---
-testWrite US.3405.1.dcm r;                    
+gdcmTests testWrite  US.3405.1.dcm r;                    
 echo "expected  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=0"
 echo "          PhotometricInterpretation=RGB"
 affim filein=US.3405.1.dcm.RAW DIMX=768 DIMY=576 nbit=24
 
-testWrite OT-PAL-8-face.dcm r;
+gdcmTests testWrite  OT-PAL-8-face.dcm r;
 echo "expected  pixelType=8U SamplesPerPixel=3 PlanarConfiguration=1"
 echo "          PhotometricInterpretation=PALETTE COLOR"
 affim filein=OT-PAL-8-face.dcm.RAW dimx=640 dimy=480 nbit=24
 
-testWrite 8BitsUncompressedColor.dcm r;
+gdcmTests testWrite  8BitsUncompressedColor.dcm r;
 affim filein=8BitsUncompressedColor.dcm.RAW dimx=800 dimy=535 nbit=24
 
 # Implicit VR - Little Endian
 #-----------------------------
 
-testWrite CT-MONO2-16-ankle.dcm r;
+gdcmTests testWrite  CT-MONO2-16-ankle.dcm r;
  affim filein=CT-MONO2-16-ankle.dcm.RAW DIMX=512 DIMY=512 nbit=16 signe=o
 
-testWrite CT-MONO2-16-ort.dcm r;
+gdcmTests testWrite  CT-MONO2-16-ort.dcm r;
 affim filein=CT-MONO2-16-ort.dcm.RAW DIMX=512 DIMY=512 nbit=16 signe=o
 
-testWrite CT-MONO2-8-abdo.dcm r;
+gdcmTests testWrite  CT-MONO2-8-abdo.dcm r;
 affim filein=CT-MONO2-8-abdo.dcm.RAW DIMX=512 DIMY=512
 
-testWrite gdcm-MR-PHILIPS-16.dcm r;
+gdcmTests testWrite  gdcm-MR-PHILIPS-16.dcm r;
 affim filein=gdcm-MR-PHILIPS-16.dcm.RAW  DIMX=256 DIMY=256 nbit=16
 
-testWrite MR-MONO2-16-head.dcm r;
+gdcmTests testWrite  MR-MONO2-16-head.dcm r;
 affim filein=MR-MONO2-16-head.dcm.RAW dim=256 nbit=16 signe=o
 
-testWrite multiframe1Integris.dcm r;
+gdcmTests testWrite  multiframe1Integris.dcm r;
 affim filein=multiframe1Integris.dcm.RAW dim=1024 nbit=16 zoom=-2
 affim filein=multiframe1Integris.dcm.RAW dim=1024 nbit=16 offset=31457280 zoom=-2
 
-testWrite multiframe2GE.dcm r;
+gdcmTests testWrite  multiframe2GE.dcm r;
 affim filein=multiframe2GE.dcm.RAW dim=512
 affim filein=multiframe2GE.dcm.RAW dim=512 offset=14417920
 
-testWrite irmPhlipsNew1.dcm r; # == gdcm-MR-PHILIPS-16.dcm
+gdcmTests testWrite  irmPhlipsNew1.dcm r; # == gdcm-MR-PHILIPS-16.dcm
 affim DIMX=256 DIMY=256 filein=irmPhlipsNew1.dcm.RAW nbit=16
 
 #avec imagette (icone)
 
-testWrite icone.dcm r;
+gdcmTests testWrite  icone.dcm r;
 affim filein=icone.dcm bypassacr=1 dim=512 nbit=16 offset=18240
 affim filein=icone.dcm dim=64 offset=13984 bypassacr=1
 affim filein=icone.dcm.RAW dim=512 nbit=16
@@ -120,40 +125,40 @@ affim filein=icone.dcm.RAW dim=512 nbit=16
 
 #Explicit VR - Little Endian
 #----------------------------
-testWrite CT-MONO2-16-brain.dcm r;
+gdcmTests testWrite  CT-MONO2-16-brain.dcm r;
 affim filein=CT-MONO2-16-brain.dcm.RAW  DIMX=512 DIMY=512 nbit=16 signe=o
 
 # 7 'first level' SeQuences , 140 'second level' SeQuences ?!?
-testWrite gdcm-MR-PHILIPS-16-Multi-Seq.dcm r;
+gdcmTests testWrite  gdcm-MR-PHILIPS-16-Multi-Seq.dcm r;
 affim filein=gdcm-MR-PHILIPS-16-Multi-Seq.dcm.RAW  DIMX=128 DIMY=128 nbit=16
 PrintHeader gdcm-MR-PHILIPS-16-Multi-Seq.dcm 2
 
-testWrite gdcm-MR-PHILIPS-16-NonRectPix.dcm r;
+gdcmTests testWrite  gdcm-MR-PHILIPS-16-NonRectPix.dcm r;
 affim filein=gdcm-MR-PHILIPS-16-NonRectPix.dcm.RAW DIMX=160 DIMY=64 nbit=16
 
-testWrite MR-MONO2-8-16x-heart.dcm r;
+gdcmTests testWrite  MR-MONO2-8-16x-heart.dcm r;
 affim filein=MR-MONO2-8-16x-heart.dcm.RAW DIMX=256 DIMY=256
 
-testWrite NM-MONO2-16-13x-heart.dcm r;
+gdcmTests testWrite  NM-MONO2-16-13x-heart.dcm r;
 affim filein=NM-MONO2-16-13x-heart.dcm.RAW  DIMX=64 DIMY=64 nbit=16
 affim filein=NM-MONO2-16-13x-heart.dcm.RAW  DIMX=64 DIMY=64 nbit=16 offset=98304
 
-testWrite sonataMonaco.dcm r;
+gdcmTests testWrite  sonataMonaco.dcm r;
 affim filein=sonataMonaco.dcm.RAW DIMX=256 DIMY=208 nbit=16
 
 #MultiFrame
-testWrite US-MONO2-8-8x-execho.dcm r;
+gdcmTests testWrite  US-MONO2-8-8x-execho.dcm r;
 affim filein=US-MONO2-8-8x-execho.dcm.RAW  DIMX=128 DIMY=120 
 affim filein=US-MONO2-8-8x-execho.dcm.RAW  DIMX=128 DIMY=120 offset=92160
 
 #RGB
 
-testWrite US-RGB-8-epicard.dcm r;
+gdcmTests testWrite  US-RGB-8-epicard.dcm r;
 echo "expected pixelType=8U SamplesPerPixel=3 PlanarConfiguration=1"
 echo "         PhotometricInterpretation=RGB"
 affim filein=US-RGB-8-epicard.dcm.RAW  dimx=640 dimy=480 nbit=24
 
-testWrite US-RGB-8-esopecho.dcm r;
+gdcmTests testWrite  US-RGB-8-esopecho.dcm r;
 echo "expected pixelType=8U SamplesPerPixel=3 PlanarConfiguration=0"
 echo "         PhotometricInterpretation=RGB"
 affim filein=US-RGB-8-esopecho.dcm.RAW dimx=256 dimy=120 nbit=24
@@ -162,57 +167,57 @@ affim filein=US-RGB-8-esopecho.dcm.RAW dimx=256 dimy=120 nbit=24
 #--------------------------------------------------------------------------
 # (JPEG Lossless)
 
-testWrite CT-MONO2-16-chest.dcm r;
+gdcmTests testWrite  CT-MONO2-16-chest.dcm r;
 affim filein=CT-MONO2-16-chest.dcm.RAW dimx=512 dimy=400 nbit=16 signe=o
 
-testWrite 012345.002.050.dcm r;
+gdcmTests testWrite  012345.002.050.dcm r;
 affim filein=012345.002.050.dcm.RAW dim=256 nbit=16
 
-testWrite gdcm-JPEG-LossLess3a.dcm r;
+gdcmTests testWrite  gdcm-JPEG-LossLess3a.dcm r;
 affim filein=gdcm-JPEG-LossLess3a.dcm.RAW dim=512 nbit=16
 
-testWrite XA-MONO2-8-12x-catheter.dcm r;
+gdcmTests testWrite  XA-MONO2-8-12x-catheter.dcm r;
 affim filein=XA-MONO2-8-12x-catheter.dcm.RAW dim=512;
 affim filein=XA-MONO2-8-12x-catheter.dcm.RAW dim=512 offset=262144
 affim filein=XA-MONO2-8-12x-catheter.dcm.RAW dim=512 offset=2883584
 
-testWrite xa_integris.dcm r;
+gdcmTests testWrite  xa_integris.dcm r;
 echo "a lot of fragments expected here"
 affim filein=xa_integris.dcm.RAW dim=512
 affim filein=xa_integris.dcm.RAW dim=512 offset=13107200
 affim filein=xa_integris.dcm.RAW dim=512 offset=19660800
 
-testWrite 16BitsJpegLosslessGrayScale.dcm r;
+gdcmTests testWrite  16BitsJpegLosslessGrayScale.dcm r;
 affim filein=16BitsJpegLosslessGrayScale.dcm.RAW DIMX=800 DIMY=535 nbit=16
 
 #comming from GE dlx via VTServer
-testWrite I9000001.dcm r;
+gdcmTests testWrite  I9000001.dcm r;
 affim filein=I9000001.dcm.RAW dim=512 
 affim filein=I9000001.dcm.RAW dim=512 offset=7864320
 
 #JPEG Extended (Process 2 & 4) // 16 bits
 #-----------------------------
-testWrite gdcm-JPEG-Extended.dcm r;
+gdcmTests testWrite  gdcm-JPEG-Extended.dcm r;
 affim filein=gdcm-JPEG-Extended.dcm.RAW  dim=512 nbit=16
 
-testWrite jpeglossy1.dcm r;
+gdcmTests testWrite  jpeglossy1.dcm r;
 affim filein=jpeglossy1.dcm.RAW dim=512 nbit=16
 
 #JPEG Baseline (Process 14)
 #--------------------------
-testWrite MR-MONO2-12-shoulder.dcm r;  
+gdcmTests testWrite  MR-MONO2-12-shoulder.dcm r;  
 affim filein=MR-MONO2-12-shoulder.dcm.RAW DIMX=1024 DIMY=1024 nbit=16
 
 
 #fichier format ecat.
-#testWrite imageEcat.ecat r
+#gdcmTests testWrite  imageEcat.ecat r
 
 #JPEG Lossy 8 bits 
 #=================
 #JPEG Baseline (Process 1)
 #-------------------------
 # Bracco Files
-testWrite US.1.2.dcm r;
+gdcmTests testWrite  US.1.2.dcm r;
 echo "expected : A lot of Fragments (40), nb Frames = 40 ;-)"
 echo "expected  pixelType=8U SamplesPerPixel=3 PlanarConfiguration=0"
 echo "          PhotometricInterpretation=YBR_FULL_422"
@@ -221,7 +226,7 @@ affim filein=US.1.2.dcm.RAW  DIMX=768 DIMY=576  nbit=24 offset=13271040
 affim filein=US.1.2.dcm.RAW  DIMX=768 DIMY=576  nbit=24 offset=39813120
 
 #Sequoia Acusson U11
-testWrite CLIP0001-Sequoia-U11.dcm r;
+gdcmTests testWrite  CLIP0001-Sequoia-U11.dcm r;
 echo "Troubles with 0018|6022[SL][Reference Pixel Y(0)] [4294967177] x(7fffffff)"
 
 affim filein=CLIP0001-Sequoia-U11.dcm.RAW  DIMX=768 DIMY=576  nbit=24
@@ -231,24 +236,24 @@ affim filein=CLIP0001-Sequoia-U11.dcm.RAW  DIMX=768 DIMY=576  nbit=24 offset=265
 
 #RLE Lossless
 #-------------
-testWrite canadaAloka.dcm r;
+gdcmTests testWrite  canadaAloka.dcm r;
 echo "expected pixelType=8U SamplesPerPixel=1"
 echo "         PlanarConfiguration=0 PhotometricInterpretation=MONOCHROME2"
 echo "         nb Frames (DIMZ) : 1"
 affim filein=canadaAloka.dcm.RAW DIMX=608 DIMY=420
 
-testWrite FMAG0001.dcm r; 
+gdcmTests testWrite  FMAG0001.dcm r; 
 echo "expected pixelType=8U SamplesPerPixel=3"
 echo "         PlanarConfiguration=1 PhotometricInterpretation=YBR_FULL"
 echo "         nb Frames (DIMZ) : 1"
 affim filein=FMAG0001.dcm.RAW DIMX=768 DIMY=576 nbit=24
 
-testWrite QMAG0001.dcm r; 
+gdcmTests testWrite  QMAG0001.dcm r; 
 echo "expected pixelType=8U SamplesPerPixel=3"
 echo "         PlanarConfiguration=1 PhotometricInterpretation=YBR_FULL"
 affim filein=QMAG0001.dcm.RAW DIMX=384 DIMY=288 nbit=24;
 
-testWrite US-PAL-8-10x-echo.dcm r;
+gdcmTests testWrite  US-PAL-8-10x-echo.dcm r;
 echo "expected pixelType=8U SamplesPerPixel=1 PlanarConfiguration=0"
 echo "         PhotometricInterpretation=PALETTE COLOR"
 echo "         nb Frames (DIMZ): 10"
@@ -259,11 +264,11 @@ affim filein=US-PAL-8-10x-echo.dcm.RAW DIMX=600 DIMY=430 nbit=24 offset=774000
 affim filein=US-PAL-8-10x-echo.dcm.RAW DIMX=600 DIMY=430 nbit=24 offset=1548000
 affim filein=US-PAL-8-10x-echo.dcm.RAW DIMX=600 DIMY=430 nbit=24 offset=6966000
 
-testWrite 8BitsRunLengthGrayScale.dcm r;
+gdcmTests testWrite  8BitsRunLengthGrayScale.dcm r;
 echo "expected : correct Gray image"
 affim filein=8BitsRunLengthGrayScale.dcm.RAW DIMX=800 DIMY=535
 
-testWrite 8BitsRunLengthColor.dcm r;
+gdcmTests testWrite  8BitsRunLengthColor.dcm r;
 echo "expected pixelType=8U SamplesPerPixel=1 PlanarConfiguration=2"
 echo "         PhotometricInterpretation=PALETTE COLOR"
 echo "expected correct color image"
@@ -271,7 +276,7 @@ affim filein=8BitsRunLengthColor.dcm.RAW DIMX=800 DIMY=535 nbit=24
 
 #RLE 16 bits --> Try to find some more images
 
-testWrite 16BitsRunLengthGrayScale.dcm r;
+gdcmTests testWrite  16BitsRunLengthGrayScale.dcm r;
 echo "expected pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0"
 echo "         PhotometricInterpretation=MONOCHROME2"
 affim filein=16BitsRunLengthGrayScale.dcm.RAW  DIMX=800 DIMY=535 nbit=16
@@ -280,44 +285,47 @@ affim filein=16BitsRunLengthGrayScale.dcm.RAW  DIMX=800 DIMY=535 nbit=16
 #--------------------------
 #(break xmedcon)
 
-testWrite 00191113.dcm r;
+gdcmTests testWrite  00191113.dcm r;
 affim filein=00191113.dcm.RAW DIMX=512 DIMY=512 
 affim filein=00191113.dcm.RAW DIMX=512 DIMY=512 offset=786432
 
-testWrite DermaColorLossLess.dcm r;
+gdcmTests testWrite  DermaColorLossLess.dcm r;
 affim filein=DermaColorLossLess.dcm.RAW DIMX=117 DIMY=181 nbit=24
 
-testWrite RadBWLossLess.dcm r;
+gdcmTests testWrite  RadBWLossLess.dcm r;
 affim filein=RadBWLossLess.dcm.RAW  DIMX=136 DIMY=92 nbit=16
 
+gdcmTests testWrite  Wrist.pap r
+affim filein=Wrist.pap.RAW nbit=16 dimx=720 dimy=360
+
 #Known as BUGGED !
 #----------------
 
 #Rectangular old 24 Bits image
-testWrite gdcm-RGB-LibIDORect.acr r;
+gdcmTests testWrite  gdcm-RGB-LibIDORect.acr r;
 affim filein=gdcm-RGB-LibIDORect.acr.RAW  DIMX=400 DIMY=100 nbit=24
 
 #MR GE GENESIS_SIGNA Palo Alto
-testWrite DicomSampleNastyGEImage.dcm r;
+gdcmTests testWrite  DicomSampleNastyGEImage.dcm r;
 echo "WAS expected : wrong lenth (13) for 0008|103e"
 affim filein=DicomSampleNastyGEImage.dcm.RAW DIMX=256 DIMY=256 nbit=16 
 
 #MR Philips NTSCAN Hop. Neuro Lyon
-testWrite philipsMR-lossy.ima r;
+gdcmTests testWrite  philipsMR-lossy.ima r;
 echo "WAS expected : 'Bogus Huffman table definition' on philipsMR-lossy.ima"
 echo "IS  expected : 'JERR_BAD_HUFF_TABLE sym 16 (>15') but the show goes on"
 echo "breaks xmedcon"
 affim filein=philipsMR-lossy.ima.RAW dim=512 nbit=16
 
 #CT Siemens Hop. Salengro Lille
-testWrite gdcm-JPEG-LossLess3a.dcm r;
+gdcmTests testWrite  gdcm-JPEG-LossLess3a.dcm r;
 echo "expected : wrong sequence delimiter (b00c,0eb6) at end of pixels";
 echo "xmedcon says 'error: Unexpected end of file'"
 affim filein=gdcm-JPEG-LossLess3a.dcm.RAW dim=512 nbit=16
 vtkgdcmViewer gdcm-JPEG-LossLess3a.dcm    
 
 #CR Philips Thoravision Hop Cardio Lyon
-testWrite gdcm-JPEG-LossLessThoravision.dcm r;
+gdcmTests testWrite  gdcm-JPEG-LossLessThoravision.dcm r;
 echo "expected : 147 fragments,length : 29860 + 145*32760 + 14416"
 echo "breaks xmedcom, breaks e-film"
 echo "WAS expected : hashed image -with jLBJpeg-"
@@ -325,12 +333,12 @@ echo "IS  expected : Seg Fault"
 affim filein=gdcm-JPEG-LossLessThoravision.dcm.RAW DIMX=1876 DIMY=2076 nbit=16
 
 #MR Picker ST. ANTHONY HOSPITAL
-testWrite MR.6799.1.dcm r;
+gdcmTests testWrite  MR.6799.1.dcm r;
 echo "OK; DICOM Image with NO Preamble"
 affim filein=MR.6799.1.dcm.RAW dim=512 nbit=16
 
 #Segmented Palette Color LUT Data
-testWrite gdcm-US-ALOKA-16.dcm r;                             
+gdcmTests testWrite  gdcm-US-ALOKA-16.dcm r;                             
 echo "expected  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0"
 echo "          PhotometricInterpretation=PALETTE COLOR"
 echo "expected : Gray image since 'Segmented xxx Palette Color LUT Data' not yet taken into account"
@@ -341,15 +349,15 @@ vtkgdcmViewer gdcm-US-ALOKA-16.dcm
 affim dimx=640 dimy=480 filein=gdcm-US-ALOKA-16.dcm.RAW nbit=16
 
 # bugged Siemens 'Leonardo' image
-testWrite 8078283Leonardo.dcm r;
+gdcmTests testWrite  8078283Leonardo.dcm r;
 affim filein=8078283Leonardo.dcm.RAW dim=512 nbit=16
 
 #CT McTwin Elscint C.H.R.U  LILLE  C.HURIEZ
-testWrite MxTwinLossLess.dcm r;
+gdcmTests testWrite  MxTwinLossLess.dcm r;
 affim filein=MxTwinLossLess.dcm.RAW DIMX=512 DIMY=512 nbit=16
 
 # MRI image from VPRO burned CD
-testWrite mriThruVPRO.dcm r;
+gdcmTests testWrite  mriThruVPRO.dcm r;
 affim filein=mriThruVPRO.dcm.RAW  DIMX=256 DIMY=256 nbit=16
 echo "expected : tasteless SHIT !"
 echo "breaks Siemens Leonardo viewer . JPEG encoding is bugged?"
@@ -357,5 +365,5 @@ echo "breaks Siemens Leonardo viewer . JPEG encoding is bugged?"
 # gdcm made Theralys image
 # due to H table, a SeQuence is tagged with 0 length
 # when using gdcmFile::WriteDcmXXX
-testWrite fromTheralys.dcm r;
+gdcmTests testWrite  fromTheralys.dcm r;
 affim filein=fromTheralys.dcm.RAW dim=256 nbit=16
index a2588fc62be26fb3eecdf65bb26a6091300b676d..502214630e4c3081cceda81076e4e06650013648 100644 (file)
@@ -1,12 +1,21 @@
 # Check READ
-#-----------
+# ==========
 #
-# We just write XDCM Files and AFFIM them
-# to be sure the writting was OK
+# This script :
+#   - gdcmreads the images of gdcmData
+#   - gdcmwrites the result, with Explicit Value Representation
+#                into a '.XDCM' file
+#   - tests the result
+#       - using creatis' LibIDO/affimdcm (you may drop it)
+#       - using mathieu malaterre's vtkgdcmViewer
+#       - using Eric Nolf's xmedcon
+#       - the full checking should be using e-film, 
+#                  but it doesn't work on Windoz
+# 
 #
 # Sebastien Barre's files have no interest here, since the header is
 # a *very clean* ACR-NEMA
-# Our pb come from DICOM V3, with SQ, shadow groups, etc.
+# Our problems come from DICOM V3, with SQ, shadow groups, etc.
 
 # --> EVERYWHERE, with XMEDCOM :
 # --> warning: Incorrect OB value representation (fixed)
 
 #No Swap Info
 #------------
-testWrite mr176621.dcm x;
-PrintHeader mr176621.dcm.XDCM 2;  . 
-v mr176621.dcm.XDCM; #  OK
+gdcmTests testWrite mr176621.dcm x;
+gdcmTests PrintHeader mr176621.dcm.XDCM 2;  . 
+vtkgdcmViewer mr176621.dcm.XDCM; #  OK
 xmedcon mr176621.dcm.XDCM; # warning: No transfer syntax found
                            # warning: Tag with uneven length
                            # 
-                          #breaks because 'DICM" without group 0000
-                          # Write DCM needs 'CheckFileHeaderConsistency' method
+                           #breaks because 'DICM" without group 0000
+                           # Write DCM needs 'CheckFileHeaderConsistency' method
 
 # No Transfert Syntax
 #--------------------
@@ -32,166 +41,171 @@ xmedcon mr176621.dcm.XDCM; # warning: No transfer syntax found
 affimdcm filein=cr172241.dcm zoom=-4;
 xmedcon cr172241.dcm;  # OK
 
-testWrite cr172241.dcm r;
+gdcmTests testWrite cr172241.dcm r;
 affim filein=cr172241.dcm.RAW nbit=16  DIMX=1792 DIMY=2392;
-PrintHeader cr172241.dcm 2;  #OK
+gdcmTests PrintHeader cr172241.dcm 2;  #OK
 # But ... :
-v cr172241.dcm;              # breaks (white image)   WHITE IMAGE ?!?
+vtkgdcmViewer cr172241.dcm;              # breaks (white image)   WHITE IMAGE ?!?
                              # Doesn't break DaVaW ... 
-testWrite cr172241.dcm x;
-PrintHeader cr172241.dcm.XDCM 2;   #OK
+gdcmTests testWrite cr172241.dcm x;
+gdcmTests gdcmTests PrintHeader cr172241.dcm.XDCM 2;   #OK
 xmedcon cr172241.dcm.XDCM;         # OK Incorrect OB value representation (fixed)
 affimdcm filein=cr172241.dcm.XDCM; # OK
-v cr172241.dcm.XDCM;               # breaks ?!? White image !
+vtkgdcmViewer cr172241.dcm.XDCM;               # breaks ?!? White image !
 
 
-testWrite cr_45031.dcm x;                                   
-v cr_45031.dcm.XDCM;          #OK
+vtkgdcmViewer Wrist.pap;                     # PAPYRUS 3.0 single frame image                      
+gdcmTests gdcmTests PrintHeader Wrist.pap 2; 
+gdcmTests testWrite Wrist.pap x;           # OK
+gdcmTests gdcmTests PrintHeader Wrist.pap.XDCM
+
+
+gdcmTests testWrite cr_45031.dcm x;                                   
+vtkgdcmViewer cr_45031.dcm.XDCM;          #OK
 xmedcon  cr_45031.dcm.XDCM;   #OK
  
-testWrite CR-MONO1-10-chest.dcm x;
-PrintHeader CR-MONO1-10-chest.dcm.XDCM 2; #OK
-v CR-MONO1-10-chest.dcm.XDCM;             #OK
+gdcmTests testWrite CR-MONO1-10-chest.dcm x;
+gdcmTests gdcmTests PrintHeader CR-MONO1-10-chest.dcm.XDCM 2; #OK
+vtkgdcmViewer CR-MONO1-10-chest.dcm.XDCM;             #OK
 xmedcon CR-MONO1-10-chest.dcm.XDCM;       #OK Incorrect OB value representation (fixed)
 
-testWrite CT-MONO2-12-lomb-an2.acr2 x;
-PrintHeader CT-MONO2-12-lomb-an2.acr2.XDCM 2; # OK
-v CT-MONO2-12-lomb-an2.acr2.XDCM; #OK
+gdcmTests testWrite CT-MONO2-12-lomb-an2.acr2 x;
+gdcmTests gdcmTests PrintHeader CT-MONO2-12-lomb-an2.acr2.XDCM 2; # OK
+vtkgdcmViewer CT-MONO2-12-lomb-an2.acr2.XDCM; #OK
 xmedcon CT-MONO2-12-lomb-an2.acr2.XDCM; #OK Incorrect OB value representation (fixed)
 
 xmedcon gdcm-MR-SIEMENS-16.acr1; # Original OK
-PrintHeader gdcm-MR-SIEMENS-16.acr1; #OK
-testWrite gdcm-MR-SIEMENS-16.acr1 x;
-PrintHeader gdcm-MR-SIEMENS-16.acr1.XDCM 2; 
-v  gdcm-MR-SIEMENS-16.acr1.XDCM; 
+gdcmTests gdcmTests PrintHeader gdcm-MR-SIEMENS-16.acr1; #OK
+gdcmTests testWrite gdcm-MR-SIEMENS-16.acr1 x;
+gdcmTests gdcmTests PrintHeader gdcm-MR-SIEMENS-16.acr1.XDCM 2; 
+vtkgdcmViewer  gdcm-MR-SIEMENS-16.acr1.XDCM; 
 xmedcon gdcm-MR-SIEMENS-16.acr1.XDCM; #breaks error: No images found
 
 xmedcon gdcm-MR-SIEMENS-16.acr2 #original OK
-testWrite gdcm-MR-SIEMENS-16.acr2 x;
-PrintHeader  gdcm-MR-SIEMENS-16.acr2.XDCM 2;
-v gdcm-MR-SIEMENS-16.acr2.XDCM; #OK
+gdcmTests testWrite gdcm-MR-SIEMENS-16.acr2 x;
+gdcmTests gdcmTests PrintHeader  gdcm-MR-SIEMENS-16.acr2.XDCM 2;
+vtkgdcmViewer gdcm-MR-SIEMENS-16.acr2.XDCM; #OK
 xmedcon gdcm-MR-SIEMENS-16.acr2.XDCM; #breaks  
-                                      # --> TODO fix group length for odd groups
-#Feb 03 18:50:24 log[4419]: warning: No transfer syntax found
+                                      # --> TODO fix group length for odd groups#Feb 03 18:50:24 log[4419]: warning: No transfer syntax found
 #Feb 03 18:50:24 log[4419]: warning: Tag with uneven length
 #Feb 03 18:50:24 log[4419]: error: No images found
  
-testWrite MR-MONO2-12-an2.acr2 x;
-PrintHeader newACR1000.nema.XDCM 2;
-v MR-MONO2-12-an2.acr2.XDCM;
+gdcmTests testWrite MR-MONO2-12-an2.acr2 x;
+gdcmTests gdcmTests PrintHeader newACR1000.nema.XDCM 2;
+vtkgdcmViewer MR-MONO2-12-an2.acr2.XDCM;
 xmedcon MR-MONO2-12-an2.acr2.XDCM; # OK warning: Incorrect OB value representation
 
-testWrite newACR1000.nema x;          # == gdcmMR-SIEMENS-16.acr2
-PrintHeader newACR1000.nema.XDCM; #OK
-v newACR1000.nema.XDCM; #OK
+gdcmTests testWrite newACR1000.nema x;          # == gdcmMR-SIEMENS-16.acr2
+gdcmTests gdcmTests PrintHeader newACR1000.nema.XDCM; #OK
+vtkgdcmViewer newACR1000.nema.XDCM; #OK
 xmedcon newACR1000.nema.XDCM; # breaks : no image found
 
-testWrite oldACR00001.ima x;          # == gdcm-MR-SIEMENS.16.acr1
-PrintHeader oldACR00001.ima.XDCM; # OK
-v oldACR00001.ima.XDCM; #OK
+gdcmTests testWrite oldACR00001.ima x;          # == gdcm-MR-SIEMENS.16.acr1
+gdcmTests gdcmTests PrintHeader oldACR00001.ima.XDCM; # OK
+vtkgdcmViewer oldACR00001.ima.XDCM; #OK
 xmedcon oldACR00001.ima.XDCM; # breaks : no image found
  
-testWrite OT-MONO2-8-a7.dcm x;
-v OT-MONO2-8-a7.dcm.XDCM;        #OK
+gdcmTests testWrite OT-MONO2-8-a7.dcm x;
+vtkgdcmViewer OT-MONO2-8-a7.dcm.XDCM;        #OK
 xmedcon OT-MONO2-8-a7.dcm.XDCM ; #OK
  
 #No Samples Per Pixel
 #--------------------
-testWrite gdcm-CR-DCMTK-16-NonSamplePerPix.dcm x;
+gdcmTests testWrite gdcm-CR-DCMTK-16-NonSamplePerPix.dcm x;
 affim filein=gdcm-CR-DCMTK-16-NonSamplePerPix.dcm;
-PrintHeader  gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.XDCM 2; # OK
-v gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.XDCM;              #OK
+gdcmTests gdcmTests PrintHeader  gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.XDCM 2; # OK
+vtkgdcmViewer gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.XDCM;              #OK
 xmedcon gdcm-CR-DCMTK-16-NonSamplePerPix.dcm.XDCM         #OK
 
 #Unnormalized Rectangular LibIDO format image
 #--------------------------------------------
-testWrite gdcm-ACR-LibIDO.acr x;
-v gdcm-ACR-LibIDO.acr.XDCM; # OK
+gdcmTests testWrite gdcm-ACR-LibIDO.acr x;
+vtkgdcmViewer gdcm-ACR-LibIDO.acr.XDCM; # OK
 xmedcon gdcm-ACR-LibIDO.acr.XDCM; #inverts x and y (of course)
 
 #Bits Allocated =12, Bits Stored=12
 #----------------------------------
 #MR Philips (once upon a time in Lyon-Sud)
-testWrite MR-MONO2-12-angio-an1.acr1 x;
-v MR-MONO2-12-angio-an1.acr1.XDCM;       # shitty image
+gdcmTests testWrite MR-MONO2-12-angio-an1.acr1 x;
+vtkgdcmViewer MR-MONO2-12-angio-an1.acr1.XDCM;       # shitty image
 xmedcon MR-MONO2-12-angio-an1.acr1.XDCM; #  pas mieux : warning: Incorrect PixelData length
 
 #RGB
 #---
-testWrite US.3405.1.dcm x;                    
+gdcmTests testWrite US.3405.1.dcm x;                    
 echo "expected  pixelType=8U SamplesPerPixel=1 PlanarConfiguration=0";
 echo "          PhotometricInterpretation=RGB";
-v US.3405.1.dcm.XDCM; #OK
+vtkgdcmViewer US.3405.1.dcm.XDCM; #OK
 xmedcon US.3405.1.dcm.XDCM; #OK
 
 #      -------------------------------------------  KING SIZE SOUCY !! 
 
-testWrite OT-PAL-8-face.dcm x;
+gdcmTests testWrite OT-PAL-8-face.dcm x;
 echo "expected  pixelType=8U SamplesPerPixel=3 PlanarConfiguration=1";
 echo "          PhotometricInterpretation=PALETTE COLOR";
-PrintHeaderOT-PAL-8-face.dcm.XDCM; OK
+gdcmTests gdcmTests PrintHeaderOT-PAL-8-face.dcm.XDCM; OK
 affimdcm filein=OT-PAL-8-face.dcm.XDCM; #OK
-v OT-PAL-8-face.dcm.XDCM;               #   seg fault .!?
+vtkgdcmViewer OT-PAL-8-face.dcm.XDCM;               #   seg fault .!?
 xmedcon OT-PAL-8-face.dcm.XDCM; #OK
 
-testWrite 8BitsUncompressedColor.dcm x;
-v 8BitsUncompressedColor.dcm.XDCM;        #   seg fault .!?
+gdcmTests testWrite 8BitsUncompressedColor.dcm x;
+vtkgdcmViewer 8BitsUncompressedColor.dcm.XDCM;        #   seg fault .!?
 xmedcon 8BitsUncompressedColor.dcm.XDCM ; #OK
 
 # Implicit VR - Little Endian
 #-----------------------------
 
-testWrite CT-MONO2-16-ankle.dcm x;
+gdcmTests testWrite CT-MONO2-16-ankle.dcm x;
  xmedcon CT-MONO2-16-ankle.dcm.XDCM; #ok
- v CT-MONO2-16-ankle.dcm.XDCM; #ok
- PrintHeader  CT-MONO2-16-ankle.dcm 2; #ok
+ vtkgdcmViewer CT-MONO2-16-ankle.dcm.XDCM; #ok
gdcmTests gdcmTests PrintHeader  CT-MONO2-16-ankle.dcm 2; #ok
 
-testWrite CT-MONO2-16-ort.dcm x;
-v CT-MONO2-16-ort.dcm.XDCM;  #OK
+gdcmTests testWrite CT-MONO2-16-ort.dcm x;
+vtkgdcmViewer CT-MONO2-16-ort.dcm.XDCM;  #OK
 xmedcon CT-MONO2-16-ort.dcm.XDCM;  #OK
 
 
-testWrite CT-MONO2-8-abdo.dcm x;
-v CT-MONO2-8-abdo.dcm.XDCM; #OK
+gdcmTests testWrite CT-MONO2-8-abdo.dcm x;
+vtkgdcmViewer CT-MONO2-8-abdo.dcm.XDCM; #OK
 xmedcon CT-MONO2-8-abdo.dcm.XDCM; #OK
 
-testWrite gdcm-MR-PHILIPS-16.dcm x;
-PrintHeader gdcm-MR-PHILIPS-16.dcm.XDCM 2; #OK
-v gdcm-MR-PHILIPS-16.dcm.XDCM; # OK
+gdcmTests testWrite gdcm-MR-PHILIPS-16.dcm x;
+gdcmTests gdcmTests PrintHeader gdcm-MR-PHILIPS-16.dcm.XDCM 2; #OK
+vtkgdcmViewer gdcm-MR-PHILIPS-16.dcm.XDCM; # OK
 xmedcon gdcm-MR-PHILIPS-16.dcm.XDCM; # error: No images found
 xmedcon gdcm-MR-PHILIPS-16.dcm; # OK with original image
 
-testWrite MR-MONO2-16-head.dcm x;
-v MR-MONO2-16-head.dcm.XDCM;  #OK
+gdcmTests testWrite MR-MONO2-16-head.dcm x;
+vtkgdcmViewer MR-MONO2-16-head.dcm.XDCM;  #OK
 xmedcon MR-MONO2-16-head.dcm.XDCM;  #OK
 
-testWrite multiframe1Integris.dcm x;
-PrintHeader CT-MONO2-8-abdo.dcm.XDCM 2; #OK
-v multiframe1Integris.dcm.XDCM; #OK
+gdcmTests testWrite multiframe1Integris.dcm x;
+gdcmTests gdcmTests PrintHeader CT-MONO2-8-abdo.dcm.XDCM 2; #OK
+vtkgdcmViewer multiframe1Integris.dcm.XDCM; #OK
 xmedcon multiframe1Integris.dcm.XDCM; #breaks No images found
 xmedcon multiframe1Integris.dcm;
  
-testWrite multiframe2GE.dcm x;
-v multiframe2GE.dcm.XDCM; #OK
+gdcmTests testWrite multiframe2GE.dcm x;
+vtkgdcmViewer multiframe2GE.dcm.XDCM; #OK
 #breaks xmedcon
 xmedcon multiframe2GE.dcm.XDCM; #breaks No images found
 
-v irmPhlipsNew1.dcm;
-testWrite irmPhlipsNew1.dcm x; # == gdcm-MR-PHILIPS-16.dcm
-v irmPhlipsNew1.dcm.XDCM;     #OK
+vtkgdcmViewer irmPhlipsNew1.dcm;
+gdcmTests testWrite irmPhlipsNew1.dcm x; # == gdcm-MR-PHILIPS-16.dcm
+vtkgdcmViewer irmPhlipsNew1.dcm.XDCM;     #OK
 xmedcon irmPhlipsNew1.dcm.XDCM; #breaks : No images found
 
 #avec imagette (icone)
 
-v icone.dcm;   #OK
-PrintHeader icone.dcm 2 | grep fffe;
+vtkgdcmViewer icone.dcm;   #OK
+gdcmTests gdcmTests PrintHeader icone.dcm 2 | grep fffe;
 echo "so many 0xfffe ! (274)"
 
-testWrite icone.dcm x;
+gdcmTests testWrite icone.dcm x;
 xmedcon icone.dcm; #original image OK
-PrintHeader icone.dcm.XDCM 2;
-#PrintHeader OK; v OK; breaks xmedcom  
-v icone.dcm.XDCM; #   shitty image        --> TODO : FIX (once again)icon pb
+gdcmTests gdcmTests PrintHeader icone.dcm.XDCM 2;
+#gdcmTests gdcmTests PrintHeader OK; vtkgdcmViewer OK; breaks xmedcom  
+vtkgdcmViewer icone.dcm.XDCM; #   shitty image        --> TODO : FIX (once again)icon pb
 xmedcon icone.dcm.XDCM; #breaks
 
 #Palette
@@ -202,51 +216,51 @@ xmedcon icone.dcm.XDCM; #breaks
 
 #Explicit VR - Little Endian
 #----------------------------
-testWrite CT-MONO2-16-brain.dcm x;
-v CT-MONO2-16-brain.dcm.XDCM;       #OK
+gdcmTests testWrite CT-MONO2-16-brain.dcm x;
+vtkgdcmViewer CT-MONO2-16-brain.dcm.XDCM;       #OK
 xmedcon CT-MONO2-16-brain.dcm.XDCM; #OK
 
-PrintHeader gdcm-MR-PHILIPS-16-Multi-Seq.dcm 2;
+gdcmTests gdcmTests PrintHeader gdcm-MR-PHILIPS-16-Multi-Seq.dcm 2;
 xmedcon gdcm-MR-PHILIPS-16-Multi-Seq.dcm #OK :Skip PHILIPS premature item bug
-v gdcm-MR-PHILIPS-16-Multi-Seq.dcm; #OK
-testWrite gdcm-MR-PHILIPS-16-Multi-Seq.dcm x;
-PrintHeader gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM 2; #pixel group missing??!?
-#v gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM;            #shitty image, ofcourse
+vtkgdcmViewer gdcm-MR-PHILIPS-16-Multi-Seq.dcm; #OK
+gdcmTests testWrite gdcm-MR-PHILIPS-16-Multi-Seq.dcm x;
+gdcmTests gdcmTests PrintHeader gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM 2; #pixel group missing??!?
+#vtkgdcmViewer gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM;            #shitty image, ofcourse
 xmedcon gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM;       #  works ?!?
-v gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM;
+vtkgdcmViewer gdcm-MR-PHILIPS-16-Multi-Seq.dcm.XDCM;
 
 
-testWrite gdcm-MR-PHILIPS-16-NonRectPix.dcm x;
-v gdcm-MR-PHILIPS-16-NonRectPix.dcm.XDCM; #OK
+gdcmTests testWrite gdcm-MR-PHILIPS-16-NonRectPix.dcm x;
+vtkgdcmViewer gdcm-MR-PHILIPS-16-NonRectPix.dcm.XDCM; #OK
 xmedcon gdcm-MR-PHILIPS-16-NonRectPix.dcm.XDCM; #OK warning: Incorrect sequence length
 
-testWrite MR-MONO2-8-16x-heart.dcm x;  #multiframe # equals to ???
-v MR-MONO2-8-16x-heart.dcm.XDCM;       #OK
+gdcmTests testWrite MR-MONO2-8-16x-heart.dcm x;  #multiframe # equals to ???
+vtkgdcmViewer MR-MONO2-8-16x-heart.dcm.XDCM;       #OK
 xmedcon MR-MONO2-8-16x-heart.dcm.XDCM; #OK
 
-testWrite NM-MONO2-16-13x-heart.dcm x;  #multiframe
-v NM-MONO2-16-13x-heart.dcm.XDCM;       #OK
+gdcmTests testWrite NM-MONO2-16-13x-heart.dcm x;  #multiframe
+vtkgdcmViewer NM-MONO2-16-13x-heart.dcm.XDCM;       #OK
 xmedcon NM-MONO2-16-13x-heart.dcm.XDCM; #OK
 
-testWrite sonataMonaco.dcm x;
-v sonataMonaco.dcm.XDCM;       #OK
+gdcmTests testWrite sonataMonaco.dcm x;
+vtkgdcmViewer sonataMonaco.dcm.XDCM;       #OK
 xmedcon sonataMonaco.dcm.XDCM; #OK
 
 #MultiFrame
-testWrite US-MONO2-8-8x-execho.dcm x;
-PrintHeader US-MONO2-8-8x-execho.dcm.XDCM;  
-v US-MONO2-8-8x-execho.dcm.XDCM;       # OK
+gdcmTests testWrite US-MONO2-8-8x-execho.dcm x;
+gdcmTests gdcmTests PrintHeader US-MONO2-8-8x-execho.dcm.XDCM;  
+vtkgdcmViewer US-MONO2-8-8x-execho.dcm.XDCM;       # OK
 xmedcon US-MONO2-8-8x-execho.dcm.XDCM; #OK
 
 #RGB
 
-testWrite US-RGB-8-epicard.dcm x;
+gdcmTests testWrite US-RGB-8-epicard.dcm x;
 echo "expected pixelType=8U SamplesPerPixel=3 PlanarConfiguration=1";
 echo "         PhotometricInterpretation=RGB";
-v US-RGB-8-epicard.dcm.XDCM; #OK
+vtkgdcmViewer US-RGB-8-epicard.dcm.XDCM; #OK
 xmedcon US-RGB-8-epicard.dcm.XDCM; #OK
 
-testWrite US-RGB-8-esopecho.dcm x;
+gdcmTests testWrite US-RGB-8-esopecho.dcm x;
 echo "expected pixelType=8U SamplesPerPixel=3 PlanarConfiguration=0";
 echo "         PhotometricInterpretation=RGB",
 xmedcon US-RGB-8-esopecho.dcm.XDCM; #OK
@@ -255,188 +269,188 @@ xmedcon US-RGB-8-esopecho.dcm.XDCM; #OK
 #--------------------------------------------------------------------------
 # (JPEG Lossless)
 
-testWrite CT-MONO2-16-chest.dcm x;
-v CT-MONO2-16-chest.dcm.XDCM; #OK
+gdcmTests testWrite CT-MONO2-16-chest.dcm x;
+vtkgdcmViewer CT-MONO2-16-chest.dcm.XDCM; #OK
 xmedcon CT-MONO2-16-chest.dcm.XDCM; #OK
 
-testWrite 012345.002.050.dcm x;
-v 012345.002.050.dcm.XDCM; #OK
+gdcmTests testWrite 012345.002.050.dcm x;
+vtkgdcmViewer 012345.002.050.dcm.XDCM; #OK
 xmedcon 012345.002.050.dcm.XDCM; #OK
 
-testWrite gdcm-JPEG-LossLess3a.dcm x;
-v gdcm-JPEG-LossLess3a.dcm.XDCM ; #OK
+gdcmTests testWrite gdcm-JPEG-LossLess3a.dcm x;
+vtkgdcmViewer gdcm-JPEG-LossLess3a.dcm.XDCM ; #OK
 xmedcon gdcm-JPEG-LossLess3a.dcm.XDCM;  #OK
 
-testWrite XA-MONO2-8-12x-catheter.dcm x;
-v XA-MONO2-8-12x-catheter.dcm.XDCM; #OK
-PrintHeader XA-MONO2-8-12x-catheter.dcm.XDCM 2;
+gdcmTests testWrite XA-MONO2-8-12x-catheter.dcm x;
+vtkgdcmViewer XA-MONO2-8-12x-catheter.dcm.XDCM; #OK
+gdcmTests gdcmTests PrintHeader XA-MONO2-8-12x-catheter.dcm.XDCM 2;
 xmedcon XA-MONO2-8-12x-catheter.dcm.XDCM; #OK
 
-testWrite xa_integris.dcm x;
+gdcmTests testWrite xa_integris.dcm x;
 echo "a lot of fragments expected here";
-v xa_integris.dcm.XDCM #OK
+vtkgdcmViewer xa_integris.dcm.XDCM #OK
 xmedcon xa_integris.dcm.XDCM #OK
 
-testWrite 16BitsJpegLosslessGrayScale.dcm x;
-v 16BitsJpegLosslessGrayScale.dcm.XDCM #OK
+gdcmTests testWrite 16BitsJpegLosslessGrayScale.dcm x;
+vtkgdcmViewer 16BitsJpegLosslessGrayScale.dcm.XDCM #OK
 xmedcon 16BitsJpegLosslessGrayScale.dcm.XDCM #OK
 
 #comming from GE dlx via VTServer
-v I9000001.dcm;
-testWrite I9000001.dcm x;
-PrintHeader I9000001.dcm.XDCM 2; # pixel group NOT FOUND ??!?? 
+vtkgdcmViewer I9000001.dcm;
+gdcmTests testWrite I9000001.dcm x;
+gdcmTests gdcmTests PrintHeader I9000001.dcm.XDCM 2; # pixel group NOT FOUND ??!?? 
 #black image 
-v I9000001.dcm.XDCM; 
+vtkgdcmViewer I9000001.dcm.XDCM; 
 #no image found
 xmedcon I9000001.dcm.XDCM;
 
 #JPEG Extended (Process 2 & 4) // 16 bits
 #-----------------------------
-testWrite gdcm-JPEG-Extended.dcm x;
-v gdcm-JPEG-Extended.dcm.XDCM; #OK
+gdcmTests testWrite gdcm-JPEG-Extended.dcm x;
+vtkgdcmViewer gdcm-JPEG-Extended.dcm.XDCM; #OK
 xmedcon gdcm-JPEG-Extended.dcm.XDCM; #OK
 
-testWrite jpeglossy1.dcm x;
-v jpeglossy1.dcm.XDCM #OK
+gdcmTests testWrite jpeglossy1.dcm x;
+vtkgdcmViewer jpeglossy1.dcm.XDCM #OK
 xmedcon jpeglossy1.dcm.XDCM #OK
 
 #JPEG Baseline (Process 14)
 #--------------------------
-testWrite MR-MONO2-12-shoulder.dcm x; 
-v  MR-MONO2-12-shoulder.dcm.XDCM; #OK
+gdcmTests testWrite MR-MONO2-12-shoulder.dcm x; 
+vtkgdcmViewer  MR-MONO2-12-shoulder.dcm.XDCM; #OK
 xmedcon MR-MONO2-12-shoulder.dcm.XDCM; #OK
 
 
 #fichier format ecat.
-#testWrite imageEcat.ecat r
+#gdcmTests testWrite imageEcat.ecat r
 
 #JPEG Lossy 8 bits 
 #=================
 #JPEG Baseline (Process 1)
 #-------------------------
 # Bracco Files
-testWrite US.1.2.dcm x;
+gdcmTests testWrite US.1.2.dcm x;
 echo "expected : A lot of Fragments (40), nb Frames = 40 ;-)";
 echo "expected  pixelType=8U SamplesPerPixel=3 PlanarConfiguration=0";
 echo "          PhotometricInterpretation=YBR_FULL_422";
-v US.1.2.dcm.XDCM;  #OK
+vtkgdcmViewer US.1.2.dcm.XDCM;  #OK
 xmedcon US.1.2.dcm.XDCM;  #OK
 
 #Sequoia Acusson U11
-testWrite CLIP0001-Sequoia-U11.dcm x;
-v CLIP0001-Sequoia-U11.dcm.XDCM; #OK
+gdcmTests testWrite CLIP0001-Sequoia-U11.dcm x;
+vtkgdcmViewer CLIP0001-Sequoia-U11.dcm.XDCM; #OK
 xmedcon CLIP0001-Sequoia-U11.dcm.XDCM; #OK
 
 #RLE Lossless
 #-------------
-testWrite canadaAloka.dcm x;
+gdcmTests testWrite canadaAloka.dcm x;
 echo "expected pixelType=8U SamplesPerPixel=1";
 echo "         PlanarConfiguration=0 PhotometricInterpretation=MONOCHROME2";
 echo "         nb Frames (DIMZ) : 1";
-v canadaAloka.dcm.XDCM; # OK
+vtkgdcmViewer canadaAloka.dcm.XDCM; # OK
 xmedcon canadaAloka.dcm.XDCM; #OK
 
-testWrite jpeglossy1.dcm x; # equal to ???
-v jpeglossy1.dcm.XDCM; #OK
+gdcmTests testWrite jpeglossy1.dcm x; # equal to ???
+vtkgdcmViewer jpeglossy1.dcm.XDCM; #OK
 xmedcon jpeglossy1.dcm.XDCM; #OK
 
-testWrite FMAG0001.dcm x; 
+gdcmTests testWrite FMAG0001.dcm x; 
 echo "expected pixelType=8U SamplesPerPixel=3";
 echo "         PlanarConfiguration=1 PhotometricInterpretation=YBR_FULL";
 echo "         nb Frames (DIMZ) : 1";
-v FMAG0001.dcm.XDCM; #OK
+vtkgdcmViewer FMAG0001.dcm.XDCM; #OK
 xmedcon FMAG0001.dcm.XDCM; #OK
 
-v QMAG0001.dcm; #OK
+vtkgdcmViewer QMAG0001.dcm; #OK
 xmedcon QMAG0001.dcm; #original breaks xmedcon
                       #warning: Unknown PhotometricInterpretation
-testWrite QMAG0001.dcm x; 
+gdcmTests testWrite QMAG0001.dcm x; 
 echo "expected pixelType=8U SamplesPerPixel=3";
 echo "         PlanarConfiguration=1 PhotometricInterpretation=YBR_FULL";
-v QMAG0001.dcm.XDCM; #OK
+vtkgdcmViewer QMAG0001.dcm.XDCM; #OK
 xmedcon QMAG0001.dcm.XDCM; #OK
 
-testWrite US-PAL-8-10x-echo.dcm x;
+gdcmTests testWrite US-PAL-8-10x-echo.dcm x;
 echo "expected pixelType=8U SamplesPerPixel=1 PlanarConfiguration=0";
 echo "         PhotometricInterpretation=PALETTE COLOR";
 echo "         nb Frames (DIMZ): 10";
 echo "expected : Parsing 10 'single fragment' Segments";
 echo "           Reading 10 'single fragment' Segments (ouf!)";
-v US-PAL-8-10x-echo.dcm.XDCM; #                       SEG FAULT
+vtkgdcmViewer US-PAL-8-10x-echo.dcm.XDCM; #                       SEG FAULT
 xmedcon US-PAL-8-10x-echo.dcm.XDCM; #OK
 
-testWrite 8BitsRunLengthGrayScale.dcm x;
+gdcmTests testWrite 8BitsRunLengthGrayScale.dcm x;
 echo "expected : correct Gray image";
-v 8BitsRunLengthGrayScale.dcm.XDCM; #OK
+vtkgdcmViewer 8BitsRunLengthGrayScale.dcm.XDCM; #OK
 xmedcon 8BitsRunLengthGrayScale.dcm.XDCM; #OK
 
-testWrite 8BitsRunLengthColor.dcm x;
+gdcmTests testWrite 8BitsRunLengthColor.dcm x;
 echo "expected pixelType=8U SamplesPerPixel=1 PlanarConfiguration=2";
 echo "         PhotometricInterpretation=PALETTE COLOR";
-v 8BitsRunLengthColor.dcm.XDCM;  #             SEG FAULT
+vtkgdcmViewer 8BitsRunLengthColor.dcm.XDCM;  #             SEG FAULT
 echo "WAS expected correct color image";
 xmedcon 8BitsRunLengthColor.dcm.XDCM;  #OK
 
 #RLE 16 bits --> Try to find some more images
 
-testWrite 16BitsRunLengthGrayScale.dcm x;
+gdcmTests testWrite 16BitsRunLengthGrayScale.dcm x;
 echo "expected pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0";
 echo "         PhotometricInterpretation=MONOCHROME2";
-v 16BitsRunLengthGrayScale.dcm.XDCM;
+vtkgdcmViewer 16BitsRunLengthGrayScale.dcm.XDCM;
 xmedcon 16BitsRunLengthGrayScale.dcm.XDCM; #OK
 
 #Were supposed to be bugged
 #--------------------------
 #(break xmedcon)
 xmedcon 00191113.dcm; #No images found
-testWrite 00191113.dcm x;
-v 00191113.dcm.XDCM; #OK
+gdcmTests testWrite 00191113.dcm x;
+vtkgdcmViewer 00191113.dcm.XDCM; #OK
 xmedcon 00191113.dcm.XDCM; #OK
 
 xmedcon DermaColorLossLess.dcm; #breaks xmedcon : No images found
-testWrite DermaColorLossLess.dcm x;
+gdcmTests testWrite DermaColorLossLess.dcm x;
 xmedcon DermaColorLossLess.dcm.XDCM; #breaks xmedcon 
 #Feb 02 19:33:16 log[2619]: warning: Tag with uneven length
 #Feb 02 19:33:16 log[2619]: warning: No transfer syntax found
 #Feb 02 19:33:16 log[2619]: error: No images found
-v DermaColorLossLess.dcm.XDCM #OK
+vtkgdcmViewer DermaColorLossLess.dcm.XDCM #OK
 
 #Original breaks xmedcon, affimdcm complian ?!
 affimdcm filein=RadBWLossLess.dcm; #OK
-v RadBWLossLess.dcm; #OK
+vtkgdcmViewer RadBWLossLess.dcm; #OK
 xmedcon RadBWLossLess.dcm; # breaks :error: No images found
-testWrite RadBWLossLess.dcm x;
-v RadBWLossLess.dcm.XDCM; #OK
+gdcmTests testWrite RadBWLossLess.dcm x;
+vtkgdcmViewer RadBWLossLess.dcm.XDCM; #OK
 xmedcon RadBWLossLess.dcm.XDCM; #error: No images found
 
 #Known as BUGGED !
 #----------------
 
 #Rectangular old 24 Bits image
-v gdcm-RGB-LibIDORect.acr; # OK
-testWrite gdcm-RGB-LibIDORect.acr x;
-v gdcm-RGB-LibIDORect.acr.XDCM;
+vtkgdcmViewer gdcm-RGB-LibIDORect.acr; # OK
+gdcmTests testWrite gdcm-RGB-LibIDORect.acr x;
+vtkgdcmViewer gdcm-RGB-LibIDORect.acr.XDCM;
 xmedcon gdcm-RGB-LibIDORect.acr.XDCM; # breaks : large Bit Allocated (24)
 #TODO transform '24 bit images' into 8 bits + samples per pixel = 3
 
 #MR GE GENESIS_SIGNA Palo Alto
-testWrite DicomSampleNastyGEImage.dcm x;
+gdcmTests testWrite DicomSampleNastyGEImage.dcm x;
 echo " expected : warning uneven length (13) for 0008|103e";
-v DicomSampleNastyGEImage.dcm.XDCM; #OK
+vtkgdcmViewer DicomSampleNastyGEImage.dcm.XDCM; #OK
 xmedcon DicomSampleNastyGEImage.dcm.XDCM; #OK
 
 #MR Philips NTSCAN Hop. Neuro Lyon
-PrintHeader philipsMR-lossy.ima #OK
+gdcmTests gdcmTests PrintHeader philipsMR-lossy.ima #OK
 xmedcon philipsMR-lossy.ima;    #original breaks xmedcon
-v philipsMR-lossy.ima;          #Original OK
-testWrite philipsMR-lossy.ima x; 
+vtkgdcmViewer philipsMR-lossy.ima;          #Original OK
+gdcmTests testWrite philipsMR-lossy.ima x; 
 echo "WAS expected : 'Bogus Huffman table definition' on philipsMR-lossy.ima";
 echo "IS  expected : 'JERR_BAD_HUFF_TABLE sym 16 (>15)' but the show goes on";
-v philipsMR-lossy.ima.XDCM;  #      BLACK IMAGE
+vtkgdcmViewer philipsMR-lossy.ima.XDCM;  #      BLACK IMAGE
 xmedcon philipsMR-lossy.ima.XDCM; #OK
 
 #CT Siemens Hop. Salengro Lille
-testWrite gdcm-JPEG-LossLess3a.dcm x;
+gdcmTests testWrite gdcm-JPEG-LossLess3a.dcm x;
 echo "expected : wrong sequence delimiter (b00c,0eb6) at end of pixels";
 echo "xmedcon says 'error: Unexpected end of file'";
 vtkgdcmViewer gdcm-JPEG-LossLess3a.dcm.XDCM;  #OK; needs 'R' for display   
@@ -445,7 +459,7 @@ xmedcon gdcm-JPEG-LossLess3a.dcm.XDCM; #OK
 #CR Philips Thoravision Hop Cardio Lyon
 affimdcm filein=gdcm-JPEG-LossLessThoravision.dcm; # OK, wrong image as usual
 xmedcon gdcm-JPEG-LossLessThoravision.dcm;        #original seg faults xmedcon
-testWrite gdcm-JPEG-LossLessThoravision.dcm x; #breaks ; 
+gdcmTests testWrite gdcm-JPEG-LossLessThoravision.dcm x; #breaks ; 
 echo "expected : 147 fragments,length : 29860 + 145*32760 + 14416";
 echo "breaks xmedcom, breaks e-film";
 echo "WAS expected : hashed image -with jLBJpeg-";
@@ -453,15 +467,15 @@ echo "IS  expected : Seg Fault";
 xmedcon gdcm-JPEG-LossLessThoravision.dcm.XDCM; # NOT CHECKED
 
 #MR Picker ST. ANTHONY HOSPITAL
-testWrite MR.6799.1.dcm x;  #equal to ???
+gdcmTests testWrite MR.6799.1.dcm x;  #equal to ???
 echo "OK; DICOM Image with NO Preamble";
-v MR.6799.1.dcm.XDCM; #OK
+vtkgdcmViewer MR.6799.1.dcm.XDCM; #OK
 xmedcon MR.6799.1.dcm.XDCM; #OK
 
 #Segmented Palette Color LUT Data
 xmedcon gdcm-US-ALOKA-16.dcm; #breaks # Missing CLUT
 vtkgdcmViewer gdcm-US-ALOKA-16.dcm3; #OK
-testWrite gdcm-US-ALOKA-16.dcm x;                             
+gdcmTests testWrite gdcm-US-ALOKA-16.dcm x;                             
 echo "expected  pixelType=16U SamplesPerPixel=1 PlanarConfiguration=0";
 echo "          PhotometricInterpretation=PALETTE COLOR";
 echo "expected : Gray image since 'Segmented xxx Palette Color LUT Data' not yet taken into account";
@@ -474,21 +488,21 @@ xmedcon gdcm-US-ALOKA-16.dcm.XDCM; #breaks
 #Feb 03 13:40:19 log[26999]: error: No images found
 
 # bugged Siemens 'Leonardo' image
-testWrite 8078283Leonardo.dcm x;
+gdcmTests testWrite 8078283Leonardo.dcm x;
 xmedcon 8078283Leonardo.dcm.XDCM; #OK
 
 #CT McTwin Elscint C.H.R.U  LILLE  C.HURIEZ
  xmedcon MxTwinLossLess.dcm; #breaks No images found
- v MxTwinLossLess.dcm; #OK
- testWrite MxTwinLossLess.dcm x;
- v MxTwinLossLess.dcm.XDCM;  #OK
+ vtkgdcmViewer MxTwinLossLess.dcm; #OK
gdcmTests testWrite MxTwinLossLess.dcm x;
+ vtkgdcmViewer MxTwinLossLess.dcm.XDCM;  #OK
  xmedcon MxTwinLossLess.dcm.XDCM #breaks
 
 # MRI image from VPRO burned CD
-v mriThruVPRO.dcm;                               # Tasteless SHIT
+vtkgdcmViewer mriThruVPRO.dcm;                               # Tasteless SHIT
 xmedcon mriThruVPRO.dcm;                         # pas mieux
-testWrite mriThruVPRO.dcm x;
-v mriThruVPRO.dcm.XDCM; 
+gdcmTests testWrite mriThruVPRO.dcm x;
+vtkgdcmViewer mriThruVPRO.dcm.XDCM; 
 echo "expected : tasteless SHIT !"
 echo "breaks Siemens Leonardo viewer . JPEG encoding is bugged?"
 
@@ -496,6 +510,6 @@ echo "breaks Siemens Leonardo viewer . JPEG encoding is bugged?"
 # due to H table, a SeQuence is tagged with 0 length
 # when using gdcmFile::WriteDcmXXX
 xmedcon fromTheralys.dcm; # Original breaks xmedcon
-testWrite fromTheralys.dcm x;
-v fromTheralys.dcm.XDCM; # OK 
+gdcmTests testWrite fromTheralys.dcm x;
+vtkgdcmViewer fromTheralys.dcm.XDCM; # OK 
 xmedcon fromTheralys.dcm.XDCM; # OK