Project

General

Profile

Upload Refinement » History » Version 5

Dmitry Lyumkis, 08/02/2011 12:53 PM

1 1 Dmitry Lyumkis
h1. Upload Refinement
2
3
h2. How to upload a refinement that has been carried out in an external package, i.e. outside of Appion
4
5
# create a directory tree in the "recon" folder titled "Your_Refinement_Procedure/external_refinement_results", as for example: /ami/data17/appion/11jan11a/recon/external_package_test/external_package_results
6
# define a timestamp, e.g. "11jun03a" or "my_favorite_refinement_procedure_june03" or whatever you want.
7
# AT LEAST 2 files are needed per iteration per reference number for the refinement (the latter being the number of output models / references produced)
8
## 3D mrc file titled "recon_'timestamp'_it#_vol#.mrc (it# and vol# have 3 integers), as for example "recon_11jul18z_it001_vol001.mrc"
9 4 Dmitry Lyumkis
## particle data file titled "particle_data_'timestamp'_it#_vol#.txt" (it# and vol# have 3 integers), as for example "particle_data_11jul18z_it001_vol001.txt". An "example file":http://emg.nysbc.org/attachments/963/particle_data_11jul18z_it001_vol001.txt is attached. This file *MUST* contain the following columns:
10 2 Dmitry Lyumkis
### particle number - *!!! PARTICLE NUMBERING STARTS WITH 1 !!!*
11 1 Dmitry Lyumkis
### phi Euler angle - rotation Euler angle around Z, in degrees
12
### theta Euler angle - rotation Euler angle around new Y, in degrees
13
### omega Euler angle - rotation Euler angle around new Z (in-plane rotation), in degrees
14
### shiftx - in pixels
15
### shifty - in pixels
16
### mirror - specify 1 if particle is mirrored, 0 otherwise. If mirrors are NOT handled in the package, and are represented by different Euler angles, leave as 0
17
### 3D reference # - 1, 2, 3, etc. Use 1 for single-model refinement case
18
### 2D class # - the number of the class to which the particle belongs. Leave as 0 if these are not defined
19
### quality factor - leave as 0 if not defined 
20
### kept particle - specifies whether or not the particle was discarded during the reconstruction routine. If it was KEPT, specify 1, if it was DISCARDED, specify 0. If all particles are kept, all should have a 1. 
21
### post Refine kept particle (optional) - in most cases just leave as 1 for all particles
22 5 Dmitry Lyumkis
# the optional additional files are: 
23
## An "FSC file":http://emg.nysbc.org/attachments/964/recon_11jul18z_it001_vol001.fsc titled "recon_'timestamp'_it#_vol#.fsc (it# and vol# have 3 integers), as for example "recon_11jul18z_it001_vol001.fsc" Lines that are not read should begin with a "#". Otherwise, the first column must have values in inverse pixels. The second column must have the Fourier shell correlation for that spatial frequency. You can have as many additional columns as you would like, but they will be skipped.
24
## .img/.hed files describing projections from the model and class averages belonging to those Euler angles. The suggested format is as follows: image 1 - projection 1, image 2 - class average 1, image 3 - projection 2, image 4 - class average 2, etc., but you can have any format you like. see below !projections_and_averages.png!