User Tools

Site Tools


pipeline:sort3d:sxfilterlocal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pipeline:sort3d:sxfilterlocal [2016/12/14 15:17]
fmerino created
pipeline:sort3d:sxfilterlocal [2018/06/20 13:12]
Line 1: Line 1:
-~~NOTOC~~ 
- 
-===== sx3dvariability =====  
-3D Variablity Estimation: Calculate 3D variability using a set of aligned projection images as an input. 
- 
-===== Usage ===== 
- 
-Usage in command line: 
- 
-  sx3dvariability.py  prj_stack  --ave2D=ave2D  --var2D=var2D  --ave3D=ave3D  --var3D=var3D  --img_per_grp=img_per_grp  --no_norm  --radius=radius  --npad=npad  --sym=symmetry  --fl=fl  --aa=aa  --CTF  --VERBOSE  --VAR  --SND  --symmetrize 
- 
-===== Typical usage ===== 
- 
-sx3dvariability exists only in MPI version. 
- 
-  - For asymmetric structures: <code> 
-mpirun -np 472 sx3dvariability.py stack --CTF --img_per_grp=100 --fl=0.25 --aa=0.1 --ave3D=vol.hdf --var3D=var_vol.hdf ''' 
-</code> 
- 
-  - For symmetric structures (e.g. c2):<code> 
- 
-sx3dvariability.py stack --symmetrize --sym=c2  
-mpirun -np 472 sx3dvariability.py bdb:sdata --CTF --img_per_grp=100 --fl=0.25 --aaf=0.1 --ave3D=vol.hdf --var3D=var_vol.hdf --sym=c2 
-</code> 
- 
-===== Input ===== 
- 
-=== Main Parameters === 
-  ; prj_stack : Input image stack: The images must containt the 3D orientation parameters in the header and optionally CTF information. (default required string) 
-  ; fl : Low-pass filter frequency [1/Pixel]: Filter to be applied to the images prior to variability calculation. By default, no filtering. (default 0.0) 
-  ; aa : Low-pass filter fall-off: Filter to be applied to the images prior to variability calculation. By default, no filtering. (default 0.0)  
-  ; CTF : Use CTF: If set to true, the a CTF correction will be applied using the parameters found in the image headers. (default False)  
-  ; img_per_grp : Number of projections: Images from the angular neighbourhood that will be used to estimate 2D variance for each projection data. The larger the number the less noisy the estimate, but the lower the resolution. Usage of large number also results in rotational artifacts in variances that will be visible in 3D variability volume. (default 10) 
-  ; symmetrize : Symmetrise input stack: Please skip this preparation step if the structure is asymmetrical (i.e. c1), since it is required only when the structure has internal symmetry. (default False) 
-  ; sym : Point-group symmetry: Only required if the structure has symmetry higher than c1. Notice this step can be run with only one CPU and there is no MPI version for it. (default c1) 
- 
-=== Advanced Parameters === 
- 
-  ; no_norm : Skip normalization: (default False) 
-  ; radius : Radius for 3D variability [Pixels]: Normally, use the particle radius. (default -1) 
-  ; npad : Image padding factor: The images are padded to achieve the original size times this option. (default 2) 
-  ; VAR : Stack on input consists of 2D variances: (default False) 
-  ; SND : Squared normalized differences: If set to true, it computes the squared normalised differences. (default False) 
-  ; VERBOSE : Verbose: Useful for debugging. (default False)  
- 
-===== Output ===== 
-  ; ave2D : Output 2D averages: (default none) 
-  ; var2D : Output 2D variances: (default none) 
-  ; ave3D : Output 3D average: 3D reconstruction computed from projections averaged within respective angular neighbourhood. It should be used to assess the resolvability and possible artifacts of the variability map. (default none) 
-  ; var3D : Output 3D variability: It creates a volume containing, for each voxel, a measure of the variability in the dataset. Careful, time consuming! (default none) 
- 
-===== Description ===== 
-The program calculates the variability observed in a collection of image projections. Structures with symmetry require preparing data before calculating the variability. The data preparation step would symmetrise the data and output a bdb:sdata for variability calculation. sx3dvariability.py can be slow. 
- 
-==== Author / Maintainer ==== 
-Pawel Penczek 
- 
-==== Keywords ==== 
-Category 1:: APPLICATIONS 
- 
-==== Files ==== 
-sx3dvariability.py 
- 
-==== Maturity ==== 
-alpha:: it works. 
- 
-==== Known Bugs ==== 
-None. 
  
pipeline/sort3d/sxfilterlocal.txt ยท Last modified: 2018/06/20 13:12 (external edit)