X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fbbs%2Fappli%2FImageInfo.bbs;h=da1f3e821a65ef30575c804fe3da75ba6cc3ea1a;hb=91f214593c6a8eebd5badb68e772b383c38435d4;hp=335178d650ae1a1f5171b7bb2f11da872022aba1;hpb=c51a7b29f18c7a554592c4ee8057f8545bfb20a7;p=bbtk.git diff --git a/packages/itk/bbs/appli/ImageInfo.bbs b/packages/itk/bbs/appli/ImageInfo.bbs index 335178d..da1f3e8 100644 --- a/packages/itk/bbs/appli/ImageInfo.bbs +++ b/packages/itk/bbs/appli/ImageInfo.bbs @@ -13,12 +13,12 @@ new ImageReader reader include std/boxes/bbPrependDataPath new PrependDataPath pdp set pdp.In "thorax.hdr" -#connect pdp.Out reader.Filename +#connect pdp.Out reader.In # Allow user to specify his own image, in GUI mode (-g option) #--------------------------------------------------------------- -set reader.Filename "hola.mhd" -input I reader.Filename "Input image file" +set reader.In "hola.mhd" +input I reader.In "Input image file" new ImageProperties P connect reader.Out P.In