Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
auto3dem:extra_tools [2015/12/22 19:06]
gcardone
auto3dem:extra_tools [2019/06/19 16:22] (current)
Line 32: Line 32:
 === a3dm_icosrotate === === a3dm_icosrotate ===
 Rotate an icosahedral map from standard orientation to one with a pair of vertices positioned along the z axis. The opposite rotation can be applied using the option ''​--inverse''​. Rotate an icosahedral map from standard orientation to one with a pair of vertices positioned along the z axis. The opposite rotation can be applied using the option ''​--inverse''​.
-The program can be used on a map, a single .dat file or on a master/​continue file. In the last case it reads the configuration and applies the rotation to the particles parameters of all the .dat files listed and to the reference map(s). The program automatically identifies which input type is given. Currently, the main limitation is that it is not possible to specify which vertex to place along the z-axis. [[http://cryoem.ucsd.edu/​programs/​code/​emd_5946b6.pif|Here]] is provided a virus map with a connector in the assumed vertex, that can be used to familiarize with the convention used by the program.+The program can be used on a map, a single .dat file or on a master/​continue file. In the last case it reads the configuration and applies the rotation to the particles parameters of all the .dat files listed and to the reference map(s). The program automatically identifies which input type is given. Currently, the main limitation is that it is not possible to specify which vertex to place along the z-axis. [[http://bakerlab.ucsd.edu/​programs/​code/​emd_5946b6.pif|Here]] is provided a virus map with a connector in the assumed vertex, that can be used to familiarize with the convention used by the program.
    
 === a3dm_mg_inspect_prepare === === a3dm_mg_inspect_prepare ===
-Generate auxiliary info and images for screening micrographs using //​a3dm_mg_inspect//​.+Generate auxiliary info and images for screening micrographs using //​a3dm_mg_inspect//​. It requires //bsoft// installed.
  
 === a3dm_mg_inspect === === a3dm_mg_inspect ===
 Quickly inspect and screen micrographs by means of a graphical interface. Quickly inspect and screen micrographs by means of a graphical interface.
  
 +== How to use a3dm_mg_inspect_prepare and a3dm_mg_inspect ==
 +  - place all the micrographs,​ either .mrc or .pif format, in a separate directory.
 +  - estimate the defocus using CTFFIND. If you use autopp option 3, which is recommended,​ you should give 1 (which means yes) to the last question about keeping the pow files. The results should be generated in a separate directory e.g. ctf/). If you already estimated the CTF and you don't have these .pow files (and you don't want to run it again), you can still use the programs, but you will be slightly limited in the visual tools available to evaluate the micrographs. By using CTFFIND4 (option 3X), the program will also gather information about the information limit of each micrograph.
 +  - run the program //​a3dm_mg_inspect_prepare//,​ pointing to the two directories containing the micrographs and the ctf estimates, and giving an output directory (launch the program without arguments to know how to specify the directories). This can take a while, depending on the size of the dataset, and will generate a set of '​thumbnails'​ in the output directory specified. If you have new micrographs/​ctf estimates, you can run again the program, and it will only process the new images.
 +  - run the program //​a3dm_mg_inspect//,​ giving as only input argument the directory generated at the previous step. It will open a graphical interface that allows to go through the micrographs and to inspect their spectrum. The interface is quite intuitive, and there are few shortcuts with the keyboard:
 +    * arrow right <-> Next
 +    * arrow left <-> Prev
 +    * delete <-> Ignore
 +  - decide which images to keep, and which to ignore, and eventually press the button ''​Screen'':​ it will move the micrographs and the ctf estimates to ignore in a separate directory (parallel to the original one, ending with _ignore). In this way, when you have to generate the .dat files and to pick particles, in the original directories there will be only the data related to the micrographs you want to use. You can do the screening in several instances, since the program will remember your decisions when you reopen it, and every time you press the '​Screen'​ button it will move the data accordingly to your last decisions.