# installation of programs in raysum.taz wget http://www-bl20.spring8.or.jp/\~sp8ct/tmp/raysum.taz tar xzf raysum.taz cd raysum make cd .. rm raysum.taz # installation of program "sg2tg" for lenna.txt wget http://www-bl20.spring8.or.jp/\~sp8ct/tmp/sp8ct.taz tar xzf sp8ct.taz cd sp8ct/src make sg2tg cd ../.. mv sp8ct/src/sg2tg raysum rm -r sp8ct sp8ct.taz # installation of programs "hp_cbp" and "hp_fdk" for pb_hp.csh and cb_hp.csh wget http://www-bl20.spring8.or.jp/\~sp8ct/tmp/rhp.taz tar xzf rhp.taz cd rhp make hp_cbp hp_fdk cd .. mv rhp/hp_cbp rhp/hp_fdk raysum rm -r rhp rhp.taz # installation of image "lenna.tif" for lenna.txt wget http://www-bl20.spring8.or.jp/\~sp8ct/tmp/lenna.taz tar xzf lenna.taz lenna/lenna.tif mv lenna/lenna.tif raysum rm -r lenna lenna.taz # installation of image "040711j/byte/*.tif" for 040711j.txt and cb_test.txt wget http://www-bl20.spring8.or.jp/\~sp8ct/tmp/040711j_byte.taz tar xzf 040711j_byte.taz mkdir raysum/040711j mv 040711j_byte raysum/040711j/byte rm 040711j_byte.taz