Differences between revisions 3 and 4
Revision 3 as of 2008-06-20 19:19:52
Size: 1060
Comment:
Revision 4 as of 2008-06-20 19:27:23
Size: 2222
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Q:''' How do I use e2boxer to automatically box many images (potentially hundreds) from the command line?
 
'''A:''' As of June 20th 2008 the answer is

First load up 3-10 images in the interface and use the tools to do autoboxing. Once everything looks fine and the automated boxing is behaving nicely in the interface click 'done' - this will save the autoboxing parameters to a local database.

Then quit to the command line and run something like this (make sure you specify the output you want)

{{{
e2boxer.py *.mrc --auto=db --writedb --writeimages
}}}
What's really happening is the contents of the database are being examined to autobox all of the images.

'''Q:''' What are Dynapix and Anchor for ?

'''A:''' As of June 20th 2008 the answer is

 * Dynapix is a mode of operation where e2boxer does automatic picking in real time based on what 'references' the user adds (or deletes, or moves).
 * The presence of the anchoring options is debated - it means that a reference added is not used to refresh the correlation image - instead it is only used to refresh the automatic picking parameters. That may sound confusing - for the time being you could probably ignore it, or you could try and see what happens.

'''Q:''' Is there an iterative centration option like in boxer ?

'''A:''' As of June 20th 2008 the answer is

e2boxer does its own centering by default. Currently the user has no control over it. This could change if people demand it. So far most people are happy with the centering... The details are e2boxer does autoboxing in shrunken images but then automatically recenters the boxed particle in the big (original) image using translational (integer only) alignment.
Line 9: Line 35:

'''Q:''' What are Dynapix and Anchor for ?

'''A:''' As of June 20th 2008 the answer is

 * Dynapix is a mode of operation where e2boxer does automatic picking in real time based on what 'references' the user adds (or deletes, or moves).
 * The presence of the anchoring options is debated - it means that a reference added is not used to refresh the correlation image - instead it is only used to refresh the automatic picking parameters. That may sound confusing - for the time being you could probably ignore it, or you could try and see what happens.

Q: How do I use e2boxer to automatically box many images (potentially hundreds) from the command line?

A: As of June 20th 2008 the answer is

First load up 3-10 images in the interface and use the tools to do autoboxing. Once everything looks fine and the automated boxing is behaving nicely in the interface click 'done' - this will save the autoboxing parameters to a local database.

Then quit to the command line and run something like this (make sure you specify the output you want)

e2boxer.py *.mrc --auto=db --writedb --writeimages

What's really happening is the contents of the database are being examined to autobox all of the images.

Q: What are Dynapix and Anchor for ?

A: As of June 20th 2008 the answer is

  • Dynapix is a mode of operation where e2boxer does automatic picking in real time based on what 'references' the user adds (or deletes, or moves).
  • The presence of the anchoring options is debated - it means that a reference added is not used to refresh the correlation image - instead it is only used to refresh the automatic picking parameters. That may sound confusing - for the time being you could probably ignore it, or you could try and see what happens.

Q: Is there an iterative centration option like in boxer ?

A: As of June 20th 2008 the answer is

e2boxer does its own centering by default. Currently the user has no control over it. This could change if people demand it. So far most people are happy with the centering... The details are e2boxer does autoboxing in shrunken images but then automatically recenters the boxed particle in the big (original) image using translational (integer only) alignment.

Q: The boxes around the particles can be quite colorful white, green, yellow, black; can you give me a translation to this color coding ?

A: As of June 20th 2008 the answer is

  • green - an automatically selected box
  • white - a manually specified box
  • black - a manually specified box that is being used as a reference for autoboxing
  • yellow - the currently selected box, for visual reference only, there are some bugs associated with this color which need fixing

EMAN2/boxerFAQ (last edited 2009-03-13 02:56:14 by DavidWoolford)