]> Creatis software - creaBruker.git/blobdiff - appli/testBruker2Dicom/testBruker2Dicom.cxx
Perform a desperate try when incomplete exam is supplied
[creaBruker.git] / appli / testBruker2Dicom / testBruker2Dicom.cxx
index ba0403630d122d634d8551d97cab0812136f73e9..b81541029e6a5ffd421633b0ae322f73fca95c6f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: testBruker2Dicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/06/19 15:51:44 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2009/12/14 14:08:08 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
 {
    START_USAGE(usage)
    " \n testBruker2Dicom : \n                                                 ",
-   " - explores the given directory, at the 3 levels,                         ",
+   " - explores the given directory (holding a FULL Bruker exam), at the 3 levels,",
    " - fills an equivalent Directory with the MHD files or the DICOM files    ",
    " usage: testBruker2Dicom dirin=rootDirectoryName                          ",
    "                         dirout=outputDirectoryName                       ",
@@ -99,6 +99,11 @@ int main(int argc, char *argv[])
    "   D         : user wants to export as DICOM                              ",
    "   M         : user wants to export as MHD                                ",   
    "  debug      : developper wants to run the program in 'debug mode'        ",
+   "                                                                          ",   
+   "  REMARK :                                                                ",   
+   "         If you were supplied  an *incomplete* Bruker exam                ",
+   "        (e.g. only the '2' serie) put it a 'root' directory,              ",
+   "         and run this test using this 'root' directory as 'dirin'         ",   
    FINISH_USAGE
    
    // ------------ Initialize Arguments Manager ----------------