Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Contents

Table of Contents
minLevel3
outlinetrue
styledecimal
excludeOverview

Using IMOD

...

  • A tilt series aka your dataset acquired on an EM
  • A .rawtlt file or knowledge of the tilt angles that were acquired
  • A computer that has IMOD installed (NCMIR personnel click here for list of machines to log into)

Things that are helpful:

  • Size of gold fiducial markers
  • Magnification

The Boulder Laboratory has an easy to follow tutorial found here and thus, no step-by-step instruction will be provided on these pages.

NCMIR STAFF: Please remember not to download the tutorial dataset to your home directory but instead to one of the network drives. See a network admin or your supervisor where data should be saved.

Useful IMOD hotkeys

Hotkey information can be retrieved at any point by pushing the "Help" button found at the top of the 3dmod Zap Window.

Image Viewing

Action

Hotkey

Zooming In / Out

Plus / Minus keys

Moving through the image stack

Page Up / Page Down

Automatically animate through stack slices

Middle or Right Mouse buttons (while in "Movie" mode on 3dmod Controller Window)

Image translation

Hold down left mouse button and move mouse

Conceptual steps of IMOD backprojection

  • Making the .rawtlt file
  • Pre-processing
  1. Coarse Alignment
  2. Fiducial Model Generation
  3. Fine Alignment
  4. Tomogram Positioning
  5. Final Aligned Stack
  6. Tomogram Generation
    If reconstructing a double-tilt dataset, the next few steps apply:
  7. Tomogram Combination
  8. Post-processing
  9. Clean Up

IMOD files: what they all mean

...

Gliffy Diagram
borderfalse
nameIMOD files flow

FAQ

  • How do I learn to use IMOD?
  • I type etomo in a terminal window but it won't start up!
    • If you're on a Linux machine, did you remember to type imod_setup before typing etomo?  You can avoid typing this each time by adding these lines to your .cshrc file:
      Code Block
       setenv IMOD_DIR [directory path to imod/imod_[version number]]
       source /[directory path to imod]/IMOD-linux.csh\
      
  • Can I use IMOD on my home computer?
    • Yes.  Download and install IMOD from the IMOD homepage, or remotely login to your lab machine using ssh or nxclient.  Note: depending on the size and location of your dataset, along with the speed of your home machine, it may be faster to use IMOD from your work / lab.
  • The contrast on my .preali file looks strange or blown out!

    Image Added

    An example of a "blown-out" preali view

    • This is sometimes just a display error and nothing wrong with your dataset per se.  Often times occurs if the dynamic range is narrow.  If this is bothersome, try reloading your dataset by:
      •  go to Edit – > Image – > Reload... in 3dmod Control Window
      • Typically the given limits are fine and clicking on "Apply" will reload the display with new limits.
      • If the reloaded display is undesirable, you can close the 3dmod window and re-open the file.  Reloaded changes are not saved.
  • My tilt series stack looks smeared across the screen along one axis.  Why is that?

    Image Added

    An example of a smeared image. 
    Click the image for an enlarged view

    • If the image looks smeared throughout the tilt series, then it is astigmatism - in other words, an improperly aligned beam on the EM.  If the smearing occurs periodically, then it is caused by drift.
  • How many gold fiducials should I try to track?
    • The complicated answer is "depends".  Shoot for somewhere between 10 - 100.  Keep in mind that the more fiducials you choose that are distributed across the xy and on both sides of the sample, you will generally get a better alignment.  Anything more than 100 will see a giant leap in the cost vs benefit ratio of time to alignment (read: takes too long to track). 
  • The fiducials aren't tracking from the .seed file! Why?!
    • Possible causes:
      1. Correlation errors between the .rawtlt file (or tilt header) and the images
      2. Image rotation number was incorrect when setting up your .edf file.  Double check this value by looking in the .edf file .
      3. Change tracking parameter values.   Perhaps the entered diameter of gold is wrong?  Note: when in doubt, choose a smaller diameter value than a larger one.  This is particularly useful to know if there are more than one sized gold fiducial marker.
  • Help! I can't get my residual error to the levels the tutorial had! What's an "acceptable" residual error level?
    • Depends on several factors.  Don't be surprised if your "acceptable" residual error level goes up with the xy size of dataset, etc.
  • What can I do to lower my residual error?
    1. Add more fiducials
    2. Remove troublesome fiducials / ambiguous fiducials with unusually high residual errors
    3. Run through the Fiducial Alignment step several times with lower thresholds for reporting
    4. Double check that you have the correct number of surfaces for analysis in fine alignment.  Do you really have gold on both sides if the "2 surfaces for analysis" radio button is depressed?
  • How can I produce  a better tomo?
    • Try the following:
      1. Increase the number of tilt series e.g. single vs multiple. 
      2. Increase the number of angular increments in each tilt series and/or expand the tilt range from the typical +/- 60 degrees e.g. +/- 70 degrees
      3. Make sure that the raw data is in focus.  Check for blurriness, drift, poor signal:noise and throw out any tilt that are deemed unuseable. 
      4. Try different filter settings
      5. Place more / fewer fiducials
      6. Double check the accuracy of your tomopitch
  • Is there a way to see the tilt, magnification, etc of the raw data?
    • Yes. Use the imod command extracttilts on the original data. Use extracttilts -h for a full list of all the flags that are associated with this command.

Common Error Messages

  • ERROR: GET_TILT_ANGLES - error reading tilt angles
    • Try running dos2unix on the .rawtlt files received from the JEOL 4000 #2. 
    • Otherwise, try looking at your .rawtlt file using the unix commands more or less and confirm that they are readable with all tilt angle information available.