| AP C | [Rotation Alignment - classification, unknown references ||] |
| AP RA | [Alignment - Reference free, Rotation ||] |
| AP SA | [Alignment - reference free, Shift ||] |
| AP SR | [Alignment - reference free, Shift & Rotation ||] |
| PJ 3Q | [Project - 3D volume using Eulerian angles, trilinear interpolation ||] |
.FILE NUMBERS OR SELECTION DOC. FILE NAME: SELECTREF
[Enter numbers of reference files. The file numbers can also
be read from a selection document file where file numbers
are contained in the first register (not the keys).]
.TRANSLATION SEARCH RANGE X and Y: 6,2
[The search for translation parameters will be restricted to
+/- search range.
.TEMPLATE FOR IMAGE SERIES TO BE ALIGNED: DAT***
[Give the template name of the existing file series of
experimental images. These images will be checked for
alignment versus the reference images.]
.FILE NUMBERS OR SELECTION DOC. FILE NAME: 1-21
[Enter numbers of experimental images. The file numbers can also
be read from a selection document file where file numbers are contained in the
first register (not the keys).]
.OUTPUT DOCUMENT FILE NAME: PARM101
[This is the only output produced by this program.
It contains 5 columns for each aligned image:
| Register | Contents |
| 1 | Most similar reference file number |
| 3 | Normalized correlation coefficient (similarity measure) |
| 2 | Rotation angle (Either 0 or 180 degrees) |
| 4 | X shift |
| 3 | Y Shift |
| 5 | Classification group number |
| 6 | Experimental image number |
NOTES
Example of SPIDER procedure implementing alignment of
projections following use of 'AP MS'
;Rotate/ shift images according to the parameters from 'AP MS' alignment
DO [i]=1,200
UD IC [i],[n],[cc],[ang],[x],[y]
docapmq
RT SF
win/ser{****[i]}
ali/ser{****[i]}
[ang]
[x],[y]
ENDDO
EN