Differences between revisions 8 and 9
Revision 8 as of 2008-06-26 00:47:56
Size: 3503
Comment:
Revision 9 as of 2008-06-26 00:48:17
Size: 3502
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
NOTE that this is a wiki and if youre question is not here then simply add it. An email will be sent to all people who are subscribed to this page letting them know that the page has been changed and your question will be answered. NOTE that this is a wiki and if your question is not here then simply add it. An email will be sent to all people who are subscribed to this page letting them know that the page has been changed and your question will be answered.

NOTE that this is a wiki and if your question is not here then simply add it. An email will be sent to all people who are subscribed to this page letting them know that the page has been changed and your question will be answered.

  • [#q1 How do I use e2boxer to automatically box many images (potentially hundreds) from the command line?]
  • [#q2 What are Dynapix and Anchor for?]
  • [#q3 Is there an iterative centration option like in boxer?]
  • [#q4 The boxes around the particles can be quite colorful white, green, yellow, black; can you give me a translation to this color coding?]
  • [#q5 Why is it creating all those *.box.bak files ? Are they important?]

Anchor(q1) 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.

Anchor(q2) 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.

Anchor(q3) 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.

Anchor(q4) 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

Anchor(q5) Q: Why is it creating all those *.box.bak files ? Are they important?

A: The '.bak' stands for backup - when you tell e2boxer to write a .box coordinate file it will automatically create the name of the output file based on the image name, and sometimes this file already exists. If it does exist it's copied and written as the '.box.bak' file, also a time stamp is included in the new file name. You can get around this by ticking the 'force' tick box in the 'Output' section in the main controller.

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