([iter],[sph]) ; ;
; ; SOURCE: spider/docs/techs/recon1/Procs/sphdecon.spi ; New ArDean Leith Jan 2016 ; ; PURPOSE: Run spherical deconvolution on volume subset ; ; CALLED FROM: merge-fsc-filt merge-fsc-filt.spi ; ; INPUT REGISTERS: ; [iter] Refinement step iteration counter ; [sph] Spherical deconvolution angle (0 == no deconvolution) ; ; '##' denotes next iteration, '@' denotes subset ; INPUT FILES: ; [next_vol]@_raw final/vol_##@_raw Raw unfiltered volume (one) ; ; OUTPUT FILES: ; [next_vol]@_sph final/vol_##@_sph Deconvolved volume (one) ; ;-------------------------- END BATCH HEADER ------------------------------------------------ [next-iter] = [iter] + 1 SYS echo ; echo " Starting spherical deconvolution on: [next_vol_s]_raw" MY FL SPH DECON ; Spherical deconvolution [next_vol] ; Next volume (input) [sph] ; Sigma [next_vol]_sph ; Deconvolved volume (output) RE ;