Unblur cisTEM: Align frames of micrograph movies with Unblur.
Usage in command line
sp_unblur.py unblur_path input_micrograph_pattern output_directory --selection_file=SELECTION_FILE --pixel_size=PIXEL_SIZE --bin_factor=BIN_FACTOR --skip_dose_adjustment --additional_dose_unadjusted --voltage=VOLTAGE --exposure_per_frame=EXPOSURE --pre_exposure=EXPOSURE --min_shift_initial=MIN_SHIFT_INITIAL --outer_radius=OUTER_RADIUS --b_factor=B_FACTOR --half_width_vert=HALF_WIDTH_VERT --half_width_hor=HALF_WIDTH_HOR --termination=TERMINATION --max_iterations=MAX_ITERATIONS --dont_restore_noise_power --gain_file=GAIN_FILE --first_frame=FIRST_FRAME --last_frame=LAST_FRAME --distortion_angle=DISTORTION_ANGLE --major_scale=MAJOR_SCALE --minor_scale=MINOR_SCALE
sp_unblur exists in both MPI and non-MPI versions (Running MPI version does not require –MPI flag).
Run unblur with dose adjustment
mpirun -np 12 sp_unblur.py path/to/unblur 'Movies/*' unblur_out_dir –pixel_size=1.14 –voltage=300 –exposure_per_frame=1.3
Run unblur with dose adjustment and gain reference file
mpirun -np 12 sp_unblur.py path/to/unblur 'Movies/*' unblur_out_dir –pixel_size=1.14 –voltage=300 –exposure_per_frame=1.3 –gain_file=/path/to/gain.mrc
Run unblur without dose adjustment
mpirun -np 12 sp_unblur.py path/to/unblur 'Movies/*' unblur_out_dir –pixel_size=1.14 –skip_dose_adjustment
Run unblur without dose adjustment and in addition with dose adjustment
mpirun -np 12 sp_unblur.py path/to/unblur 'Movies/*' unblur_out_dir –pixel_size=1.14 –voltage=300 –exposure_per_frame=1.3 –additional_dose_unadjusted
The program automatically creates the following subdirectories in the specified output directory.
Run without dose-filtering:
corrsum
directory.logfiles
directory.corrsum
directory.shift
directory.frc
directory.
Run with dose-filtering (as without dose-filtering plus):
corrsum_dose_filtered
directory.logfiles
directory.corrsum_dose_filtered
directory.shift
directory.frc
directory.
Markus Stabrin
Category 1:: APPLICATIONS
sparx/bin/sp_unblur.py
Beta:: Under evaluation and testing. Please let us know if there are any bugs.
There are no known bugs so far.