;
; ; resizevol.bat ; ; PURPOSE: Resize a reference volume to the current window size. ; This batch file is run in the top-level project directory. ; ; ; MASTER COPY: /net/bali/usr1/spider/docs/techs/recon/newprogs/ ; ; I/O PARAMETERS AND FILES ARE SET HERE: ; ; -------------- Parameters ------------------------------------- ; ------------------ Input files ------------------------------------- FR G [params]params ; Parameter file - window size (key #17) must be nonzero! FR G [input]orig_reference_volume ; Input reference volume ; --------------- Output file ------------------------------------- FR G [output]reference_volume ; resized reference volume ; -------------- END BATCH HEADER ------------------------------ ; Get window size from parameter file. UD 17,x92 ; Retrieve window size from parameter file [params] IP ; Resize image [input] [output] x92,x92,x92 EN ;