= Name =
sxfilterlocal - 3D Local Filter: Locally filter maps according to the local resolution determined by [[sxlocres.py]].

= Usage =


''Usage in command lines'':

sxfilterlocal.py  input_volume  locres_volume  maskfile  outputfile  --radius=radius  --falloff=falloff  --MPI


=== Typical usage ===

sxlocres exists in for both MPI and non-MPI versions.

''' mpirun -np 32 sxfilterlocal.py refinementdir/main002/vol0.hdf locres.hdf locfilt.hdf --radius=28 --MPI '''


== Input ==
    input_volume:: Input volume: (default required string)
    locres_volume:: Local resolution file: Volume file containing the local resolution estimate produced by [[sxlocres]]. (default required string)
    maskfile:: 3D mask: Defines the region where the local filtering should be applied. (default none)
     
    radius:: Mask radius [Pixels]: In case no mask is provided, a hard sphere of this radius will be used. (default -1)
    falloff:: Low-pass filter fall-off: The program uses a [[filt_tanl|tangent low-pass filter]]. (default 0.1)
    
    * The remaining parameters are optional.
    MPI:: Use MPI: (default False)


== Output ==
    outputfile:: Output volume: (default required string)


= Description =

= Method =

= Reference =

= Author / Maintainer =
Pawel Penczek

= Keywords =
    category 1:: APPLICATIONS

= Files =
sxfilterlocal.py

= See also =

= Maturity =


    stable:: works for most people, has been tested; test cases/examples available.

= Bugs =
None.  It is perfect.
