Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-07-22 21:20:06
Size: 150
Editor: RossColeman
Comment:
Revision 5 as of 2010-07-22 21:42:38
Size: 622
Editor: RossColeman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= e2helixboxer.py: Overview =
Line 2: Line 3:

== GUI mode ==
To start the program's graphic user interface, use the "--gui" option. You can follow this with a micrograph filename, a list of micrograph filenames, or nothing.

{{{
$ e2helixboxer.py --gui <micrograph1> <micrograph2> <...>
}}}
{{{
$ e2helixboxer.py --gui
$ e2helixboxer.py --gui 101.mrc
$ e2helixboxer.py --gui *.mrc micrograph.hdf *.img abc.dm3
}}}
{{attachment:e2helixboxer.png}}

== Command-line mode ==

e2helixboxer.py: Overview

e2helixboxer.py is used to select rectangular 2D projections of helices from a micrograph, and extract overlapping particles from the boxed helices.

GUI mode

To start the program's graphic user interface, use the "--gui" option. You can follow this with a micrograph filename, a list of micrograph filenames, or nothing.

$ e2helixboxer.py --gui <micrograph1> <micrograph2> <...>

$ e2helixboxer.py --gui
$ e2helixboxer.py --gui 101.mrc
$ e2helixboxer.py --gui *.mrc micrograph.hdf *.img abc.dm3

e2helixboxer.png

Command-line mode

EMAN2/Programs/e2helixboxer (last edited 2011-10-13 22:12:20 by RossColeman)