]> Creatis software - creaBruker.git/commitdiff
Remove deprecated
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Jan 2010 18:00:14 +0000 (18:00 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Jan 2010 18:00:14 +0000 (18:00 +0000)
appli/CMakeLists.txt
appli/testBruker2Dicom/testBruker2Dicom.cxx

index 5c68369ef147dbb27e5007b9325cc3ffe9bc8ed8..f7deab7c21fbc6e04ecc4a38e8c07e0bbe198f02 100644 (file)
@@ -10,8 +10,7 @@ SUBDIRS(
 # ==> Depending on the use or not of Wx,
 # ==> You will dupplicate WithWx or WithoutWx
 #
-   #essaiDenis
-   #SimpleBrukerToMhdDcm      
+   #essaiDenis 
    PrintParameterFile
    #exObjectVaryingProperties
    testBruker2Dicom
index b81541029e6a5ffd421633b0ae322f73fca95c6f..b8d78eab5dfb131afa47ab7a156a5293bd584afe 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: testBruker2Dicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/12/14 14:08:08 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2010/01/11 18:00:17 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -35,7 +35,7 @@
 
 // ===================================================================================================
 /**
-  * \brief   
+  * \brief
   *          - explores  the given root directory e.g. :
   *            B67d1.Bp1
   *              subject
@@ -63,7 +63,7 @@
   *                       isa  <--
   *                       meta
   *                       procs
-  *                       roi                      ...                   
+  *                       roi                      ...
   *                       roi
   *                    3               // post processed images (if any)
   *                       2dseq
   *                       meta
   *                       procs
   *                       roi
-  *                    ...        
+  *                    ...
   *              2
   *                 acqp
   *                 fid
   *                 ...
   *                 pdata
-  *              3         
+  *              3
   *                ...
   *          - fills a single level Directory with the MHD files,
-  */  
-  
+  */
+
 
 int main(int argc, char *argv[])
 {
    START_USAGE(usage)
    " \n testBruker2Dicom : \n                                                 ",
    " - 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    ",
+   " - fills an equivalent Directory with the MHD files and/or the DICOM files",
    " usage: testBruker2Dicom dirin=rootDirectoryName                          ",
    "                         dirout=outputDirectoryName                       ",
    "                   [D] [M]                                                ",
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
       b2d.SetConvertModeToDicom();
    if (mhd)
       b2d.SetConvertModeToMhd();
-             
+
    /* if unused Param we give up */
    if ( am->ArgMgrPrintUnusedLabels() )
    {
@@ -157,8 +157,8 @@ int main(int argc, char *argv[])
 
 // b2d.day : unused  ...
    b2d.day          = am->ArgMgrGetString("day", "You_forget_the_Day");
-      
- delete am;  // we don't need Argument Manager any longer  
+
+ delete am;  // we don't need Argument Manager any longer
 
    // ----------- End Arguments Manager ---------
    
@@ -169,7 +169,7 @@ int main(int argc, char *argv[])
    b2d.SetOutputDirectory(dirNameout);
 
    /// \TODO : *do* use exceptions in the methods!
-      
+
    try {
       b2d.Execute();
    }
@@ -190,6 +190,6 @@ int main(int argc, char *argv[])
    }
 
 
-} 
+}