Differences between revisions 1 and 2
Revision 1 as of 2010-01-06 21:09:10
Size: 727
Editor: SteveLudtke
Comment:
Revision 2 as of 2010-01-06 21:13:07
Size: 1040
Editor: SteveLudtke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
'''Fig. 1. Overview of data inputs and outputs in the EMAN2 refinement pipeline. Pink objects are data supplied by the user, blue objects are programs, and green objects are data output by EMAN2 programs.'''

Line 19: Line 16:
e2simmx2stage.py [options] <c input> <r input> <output> <ref simmx> <stg1 refs> <stg1 simmx>
Line 20: Line 19:

<c input> <r input> <output> are the same as in e2simmx.py
<ref simmx> - Similarity between the various reference images used to generate the stage 1 references and classification tree
<stg1 refs> - References used for the coarse stage 1 similarity search
<stg1 simmx> - Similarity matrix for all particles vs the stage 1 references

Anticipated speedups for this prorgram vs. e2simmx.py when no stage1 shrinking is used:

| Command line arguments | Check functionality | e2simmx2stage FAQ |

e2simmx2stage

This program computes a similarity matrix similar to e2simmx, but in this case, the matrix is sparse to make the computation faster. The populated regions will correspond to the best similarity values.

Command Line Arguments

e2simmx2stage.py [options] <c input> <r input> <output> <ref simmx> <stg1 refs> <stg1 simmx>

For command line options, see e2simmx.py

<c input> <r input> <output> are the same as in e2simmx.py <ref simmx> - Similarity between the various reference images used to generate the stage 1 references and classification tree <stg1 refs> - References used for the coarse stage 1 similarity search <stg1 simmx> - Similarity matrix for all particles vs the stage 1 references

Anticipated speedups for this prorgram vs. e2simmx.py when no stage1 shrinking is used:

EMAN2/Programs/e2simmx2stage (last edited 2010-01-06 21:13:50 by SteveLudtke)