Versions Compared

Key

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

...

Your reconstruction should already be in the MRC format if it was calculated using IMOD or TxBR. If your reconstruction is from a 4k x 4k camera, you should be able to load the full volume into memory on jane without any performance issues. However, if it is from the 8k x 8k camera or is a montage, you may will need to bin it so it will fit into memory. Amira's performance will not suffer.

Note

All files MUST have a .mrc extension. If they do not, they will not be read into Amira properly once you exit and restart the program!

1.  If your volume needs to be binned, use the following command to bin by a factor of 2:

Code Block
$ newstack -bin 2 basename.recmrc basename_2Dbin2.recmrc

2. To When you perform the maximum intensity projection (MIP) calculations, you need to make sure your volume is devoid of all gold particles, as they will dramatically skew the calculation and result in unwanted artifacts. Open your original reconstruction file in imod. Find the minimum and maximum Z-slices at which the volume is free of gold particles. Make note of these two values, and subtract one from each of them (we'll call the final values Zmin and Zmax). We will create a second MRC file in which these Z-slices are trimmed out in the next step.

3. To perform the MIP calculations, you also need to have a volume with the contrast inverted such that electron dense regions appear white. This is opposite from what we are used to. Since the MIP calculations take a long time and the MIP rendering really slows down Amira, it is helpful to perform the calculations on a binned volume.

We can combine the binning, contrast inversion, and trimming all in one command.

If you have already binned your volume in the above stepStep 1, run the following command to invert the contrast:

Code Block
$ newstack -scale 255,0 -secs Zmin-Zmax basename_2Dbin2.recmrc basename_2Dbin2_inverted_trimZ.recmrc

If you haven't already binned your volume because it is from a 4k x 4k camera, run the following command to perform the binning and contrast inversion operations simultaneously:

Code Block
$ newstack -bin 2 -scale 255,0 -secs Zmin-Zmax basename.recmrc basename_2Dbin2_inverted_trimZ.recmrc

 

(C) Loading the Volumes into Amira


The Amira GUI is divided into four main frames. In the image below, I've given them names that I'll refer to for the rest of this tutorial:

Center

Image Modified

 

 

1. In the Pool frame, click the green 'Open Data' button. Select your current directory from the upper pull-down menu (it should be the top choice), and select the first volume (basename.rec mrc OR basename_2Dbin2.recmrc). Click the 'Load' button and select 'MRC Volume' in the 'Dialog' pop-up window. Click the 'OK' button.

 

2. After a small delay, you should see a new green button with your reconstruction name appear in the Pool frame.

3. Repeat step 1 for your volume with inverted contrast (basename_2Dbin2_inverted.rec)mrc. You should see a second green button appear in the Pool frame.

 

1. In the Pool frame, click the green 'Open Data' button. In the 'Look in' prompt, type the following: /home/aperez/amira/NCMIR_logo_IV

2. You will have three options. Each of the three options are different sizes, but all three will load in the lower left corner of the Viewer frame.

3. Choose which size you prefer, then click 'Load'.

4. Right-click on the new green button for the logo, and select IvDisplay. This will cause the logo to appear. If you do not like the size and would like to try another size, simply left-click on the green button for the logo and press the delete button, then load a new one.

 

(E) Displaying the Original Reconstruction

1. First, set the background color to solid black. In the upper menu, select View --> Background. Select the 'uniform' mode, then click on the color 1 button and select black. Click 'OK'.

2. Right-click on the green button for the original reconstruction in the Pool frame, and select OrthoSlice. You will see an orange OrthoSlice button appear connected to the green button.

3. Left-click on the OrthoSlice button. Set the Transparency to 'Binary' to eliminate the orange border from around the volume.

4. Move the Slice Number slider back and forth to scroll through the Z-slices of your volume. Notice how the slices appear to get smaller and bigger as you go up and down? This is because the camera is set to Perspective mode by default. To make the slice dimensions remain constant as you scroll through Z-slices, you need to change the camera mode to Orthographic. In the menu of icons above the Viewer frame, find the icon that looks like an eye with rays emanating from it. Click it once to switch to Orthographic mode:

Center

Image Added

5. Left-click on the OrthoSlice button. Click on the 'Edit' button under Colormap, and select 'Adjust to Histogram'. This will auto-contrast the tomogram.

6. If you are not satisfied with the auto-contrast, you can tweak it by clicking and dragging on the two indicators in the Colormap.

 

 

 

Pool --> Open Data --> Select Data --> MRC Volume

...