From ec632411c4b543ed0391da458068e9a2526a83a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 28 Aug 2006 11:30:09 +0000 Subject: [PATCH] required env. setting --- org.glite.jp/examples/pch06/slicer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.jp/examples/pch06/slicer.sh b/org.glite.jp/examples/pch06/slicer.sh index 8232b2e..55eed1e 100644 --- a/org.glite.jp/examples/pch06/slicer.sh +++ b/org.glite.jp/examples/pch06/slicer.sh @@ -10,6 +10,8 @@ globus-url-copy $1.hdr file://$PWD/atlas.hdr globus-url-copy $1.img file://$PWD/atlas.img chmod +x slicer +FSLOUTPUTTYPE=ANALYZE +export FSLOUTPUTTYPE ./slicer atlas.hdr -$2 .5 atlas-$2.pgm globus-url-copy file://$PWD/atlas-$2.pgm $1-$2.pgm -- 1.8.2.3