]> Creatis software - bbtk.git/blobdiff - packages/itk/bbs/appli/ImageInfo.bbs
*** empty log message ***
[bbtk.git] / packages / itk / bbs / appli / ImageInfo.bbs
index 6e24f9dbb77881e481ceb350a5ef844a21fe8583..335178d650ae1a1f5171b7bb2f11da872022aba1 100644 (file)
@@ -17,15 +17,15 @@ set pdp.In "thorax.hdr"
 
 # Allow user to specify his own image, in GUI mode (-g option)
 #---------------------------------------------------------------
-set reader.Filename "thorax.hdr"
-input In reader.Filename "Input file"
+set reader.Filename "hola.mhd"
+input I reader.Filename "Input image file"
 
 new ImageProperties P
 connect reader.Out P.In
 
-print "Type      = $P.TypeName$\n"
-print "Dimension = $P.Dimension$\n"
-print "Size      = $P.Size$\n"
-print "Spacing   = $P.Spacing$\n"
+print "Type      = $P.TypeName$"
+print "Dimension = $P.Dimension$"
+print "Size      = $P.Size$"
+print "Spacing   = $P.Spacing$"
 
 #graph