@@ -299,12 +299,14 @@ Example usage:
299299 $ cryodrgn backproject_voxel projections.128.mrcs \
300300 --poses pose.pkl \
301301 --ctf ctf.pkl \
302- -o backproject.128.mrc
302+ -o backproject.128 \
303+ --first 10000
303304
304- The output structure ` backproject.128.mrc ` will not match the consensus reconstruction exactly
305- as the ` backproject_voxel ` command backprojects phase-flipped particles onto the voxel grid,
306- and by default only uses the first 10k images.
307- If the structure is too noisy, you can increase the number of images that are used with the ` --first ` argument.
305+ The output structure ` backproject.128/backproject.mrc ` will not match the consensus reconstruction exactly
306+ as the ` backproject_voxel ` command backprojects phase-flipped particles onto the voxel grid, and because here we
307+ performed backprojection using only the first 10k images in the stack for quicker results.
308+ If the structure is too noisy, we can try using more images with ` --first ` or the
309+ entire stack instead (without ` --first ` ).
308310
309311** Note:** If the volume does not resemble your structure, you may need to use the flag ` --uninvert-data ` .
310312This flips the data sign (e.g. light-on-dark or dark-on-light), which may be needed depending on the
@@ -581,6 +583,9 @@ These scripts are located in the `analysis_scripts` directory within the source
581583[ 3] In particular, you may find it useful to perform filtering of particles separately from other analyses. This can
582584done using our interactive interface available from the command line: ` cryodrgn filter 01_cryodrgn256 ` .
583585
586+ [ 4] ` --Apix ` only needs to be given if it is not present (or not accurate) in the CTF file that was used in training.
587+
588+
584589### Generating additional volumes
585590
586591A simple way of generating additional volumes is to increase the number of k-means samples in ` cryodrgn analyze `
0 commit comments