]> Creatis software - creaCLI.git/blobdiff - bbtk_Slicer_PKG/src/bbSlicerMaskImage.h
All Slicer modules succesfully compiled into BBTK boxes :P
[creaCLI.git] / bbtk_Slicer_PKG / src / bbSlicerMaskImage.h
index 1dbe285fe64d180bc49eddef492afcc4fc50f0ee..73f9b29a3bd5b96d020b88a8478ae1cc2f6537f7 100644 (file)
@@ -44,7 +44,7 @@ BBTK_DECLARE_INPUT ( Replace , int );
 
     BBTK_BEGIN_DESCRIBE_BLACK_BOX ( MaskImage , bbtk::AtomicBlackBox ) ;
     BBTK_NAME ( "MaskImage" ) ;
-    BBTK_AUTHOR ( "Nicole Aucoin, BWH (Ron Kikinis, BWH)" ) ;
+    BBTK_AUTHOR ( "Nicole Aucoin, BWH Ron Kikinis, BWH" ) ;
     BBTK_DESCRIPTION ( "Masks two images. The output image is set to 0 everywhere except where the chosen label from the mask volume is present, at which point it will retain it's original values. Although all image types are supported on input, only signed types are produced. The two images do not have to have the same dimensions." ) ;
     BBTK_CATEGORY ( "Filtering.Arithmetic" ) ;