Differences between revisions 4 and 5
Revision 4 as of 2010-07-22 21:33:32
Size: 261
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 == = e2helixboxer.py: Overview =
Line 4: Line 4:
== 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
}}}
Line 6: Line 17:
== GUI 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)