FAQs: Difference between revisions

From Relion
Jump to navigation Jump to search
Line 1: Line 1:
== Preprocessing ==
== Preprocessing ==


* Do I need to downsize my images?
=== Do I need to downsize my images? ===
** RELION will estimate the resolution of your model and downsize the images internally. Therefore, using downsized images will NOT be much faster than using large images. The only reason why one would want to downsize images if they are very big (e.g. 800x800 pixels) and the reconstruction(s) would not fit into memory.
RELION will estimate the resolution of your model and downsize the images internally. Therefore, using downsized images will NOT be (much) faster than using large images. In general it is therefore NOT recommended to use downsized images: it could limit your resolution. The only reason why one would want to downsize images if they are too big (e.g. 800x800 pixels) for the reconstruction(s) to fit into memory. The program will complain about that.


== Classification ==
== Classification ==

Revision as of 13:23, 29 October 2011

Preprocessing

Do I need to downsize my images?

RELION will estimate the resolution of your model and downsize the images internally. Therefore, using downsized images will NOT be (much) faster than using large images. In general it is therefore NOT recommended to use downsized images: it could limit your resolution. The only reason why one would want to downsize images if they are too big (e.g. 800x800 pixels) for the reconstruction(s) to fit into memory. The program will complain about that.

Classification

  • Should I refine my 3D classes in a different program to reach higher resolution?
    • This is not necessary: you may do so in RELION. Higher resolution often means using fine orientational and translational samplings, which may be prohibitive (speed and memory-wise) inside classification runs. One can however write out a new STAR file that contains only the images belonging to a certain class. That STAR file could then be used for a single-reference refinement with fine samplings in RELION. The following awk command may be used to select class number 3 (assuming rlnClassNumber is the 13th column:
awk '{if (NF==1) {print} else {if ($13==3) print }}' < classify_it000025_mlmodel.dat > class3_only_input.star