Beautifier: Perform local 2D alignment of ISAC2 2D clustering results using the original pixel size and full CTF correction.
Usage in command line
sp_compute_isac_avg.py --stack=FILE_PATH --isac_dir=DIRECTORY_PATH --output_dir=DIRECTORY_PATH --pixel_size=PIXEL_SIZE --radius=PARTICLE_PIXEL_RADIUS --pw_adjustment=METHOD_OR_FILE_PATH --fl=CUTOFF_FREQ_METHOD --noctf --local_alignment --B_start=LOWER_RESOLUTION_BOUND --Bfactor=B_FACTOR --xr=PIXEL_RANGE --ts=PIXEL_STEP --fh=HIGH_FREQ_SERACH_LIMIT --maxit=MAX_ITERS --navg=NUM_OF_AVERAGES
sp_compute_isac_avg.py exists only in MPI version.
There are four methods to adjust the power spectrum of resultant average images, as specified by option pw_adjustment.
1. Adjust to analytical model (default method):
mpirun -np 48 sp_compute_isac_avg.py --stack=bdb:data --isac_dir=outdir_isac --output_dir=outdir_beautify2d --radius=120
2. Adjust to B-factor:
mpirun -np 48 sp_compute_isac_avg.py --stack=bdb:data --isac_dir=outdir_isac --output_dir=outdir_beautify2d --radius=120 --pw_adjustment=bfactor --Bfactor=40.0 --fl=0.2
2. Adjust to rotational average:
mpirun -np 48 sp_compute_isac_avg.py --stack=bdb:data --isac_dir=outdir_isac --output_dir=outdir_beautify2d --radius=120 --pw_adjustment=rot_avg_1d_pw_spectrum.txt
4. No adjustment:
mpirun -np 48 sp_compute_isac_avg.py --stack=bdb:data --isac_dir=outdir_isac --output_dir=outdir_beautify2d --radius=120 --pw_adjustment=no_adjustment
File Name | Discription | ||
class_averages.hdf | Computed averages in original image size. Each average has attributes “members” and “n_objects” in the image header. | ||
ordered_class_averages.hdf | Sorted version of class_averages.hdf. Averaged images are sorted by their similarity and re-arranged in a cyclic manner. | ||
params_avg_*.txt | 2D alignment parameters computed by ISAC2. | ||
init_isac_params.txt | 2D alignment parameters of all particles computed by ISAC2. | ||
ali2d_local_params_avg_*.txt | 2D alignment parameters computed by local alignment of this program. | ||
ali2d_local_params*.txt | 2D alignment parameters of all particles computed by local alignment of this program. | ||
FH_list.txt | Initial ISAC2 resolution and resolution after local alignment. |
Not published yet.
Reflected the interface changes.
- Added Options
- Removed Options
Zhong Huang
Category 1:: APPLICATIONS
sparx/bin/sp_compute_isac_avg.py
Beta:: Under evaluation and testing. Please let us know if there are any bugs.
There are no known bugs so far.