Mouse Imaging Centre OPT device:
Our system was custom built at MICe by Michael Wong and Jun Dazai. Design and implementation details can be found in their 2013 Plos ONE paper.
OPT Sample Preparation
- Please see preparation instructions here: OPT sample preparation
OPT Sample Imaging
- General imaging instructions are as follows:
- Please see above OPT Sample Preparation section for instructions on how to prepare your sample for imaging
- Once your sample is embedded in agar and has been sufficiently cleared in BABB (ie. agar and sample are transparent), it is ready for imaging
- Remove the agar-embedded sample from the vial and place it on a piece of clean gauze - pat the agar with gauze to remove excess BABB
- wrap the agar in the gauze and allow to sit for at least 30 minutes
- Take a clean metal chuck (wipe surface with methanol) and apply a small amount of gel super glue (blue container) - enough for a thin layer - over the top of the chuck. Allow to sit for 5 minutes so the glue becomes tacky.
- Place agar-embedded sample on to the top of the metal chuck - allow to set for at least an hour
- you can prepare mutliple samples/chucks at one time
- While you wait, turn on the following OPT components
- UV light source (this will take several minutes to warm up)
- microscope controller
- CCD camera
- white light source
- On OPT computer, double click the OPT Scanner 3.0 with shutter.vi icon to open the imaging software
- Open the door to the OPT system
- make sure that the glass cuvette is 80% filled with BABB. If not, it may be time to clean the cuvette and replace with fresh BABB
- On the imaging software interface, press the white arrow on the top right of the screen - you will notice that the stage will begin to move
- Set Exposure value at 25 and press the Update button
- Place the sample and chuck upside down onto the steel disk mount for the rotation stage - the metal chuck has a magnet in it and will remain secure
- Lower the sample into the BABB cuvette by adjusting the vertical position value on the OPT software (try 5 to start). Press enter.
- Once you are happy with the vertical position of your sample, adjust the zoom so that your sample takes up most of the viewing window (try 7000 to start). Press the GO box after making any changes.
- Centre your sample (using forceps - touch only the metal chuck) on the green visualization line in the middle of the viewing window.
- Change rotation value incrementally and adjust sample as needed to make sure it is centred at every angle
- Turn off white light source
- Close door to OPT system
- Change Exposure value to 500
- Adjust UV light source gain value to 100% (by pressing the 'UP' botton on the box)
- On the OPT software interface, make any necessary adjustments to the Focus (start at 18 - focus is changed automatically when this value is edited)
- Standard scanning parameters set already are:
- Step Size: 0.3
- Avg: 1
- # of views: 1200
- Enter the name of your sample in the File Name field (it is recommended you add an underscore after the name ex. filename_)
- When ready to scan:
- press the Acquire Dark Field button
- press the Update button
- wait for the machine to acquire 10 dark field images (the sample will be raised and then returned back to its original position)
- press Scan and then Update
- Each scan takes approximately 25 minutes
OPT Reconstruction
Step 1 - Converting binary files to tif files
- Before your image can be reconstructed, the binary files produced by the OPT scan must be converted to tif files.
- On the same computer you used to image your samples, open the MATLAB (R2009b) icon
- When MATLAB is open, make sure to set the current folder as C:\Documents and Settings\Jun\Desktop\Matlab\OPT Script
- In the command window type postOPTnew
- The script will prompt you to enter the number of data sets to be processed - enter that value
- Then enter the File names of each of your samples as you named them during the scan
- Press enter after each File name
- The tif files will then transfer to the reconstruction computer (across from the micro CT)
- Record the pixel size (microns) of the image (you will need this for Step 3)
Step 2 - Producing reconstructed tif files
- On the OPT reconstruction computer, open the Nrecon folder on the Desktop
- Double click the GPUReconServer icon and then the Nrecon application icon
- Press the open folder icon at the top left of the Nrecon page
- Find the folder with your files, double click any of the 1199 tif files
- Adjust the position of the green line across the sample (for embryos, this would be across the heart)
- In the Reconstruction tab on the top right of the screen, select the Settings tab
- adjust the misalignment compensation value until the sample in the viewing window appears in focus
- adjust the Ring artifact reduction value to 4
- Back at the Start tab, press the Fine tuning box
- select Post-alignment option and select the following parameters:
- Number of trials: 5
- Parameter step: 1
- Press Start button
- Use the up and down arrows at the top of the screen to select the best image (this should be the one that looks most focused)
- select Post-alignment option and select the following parameters:
- Repeat step 7 above but change the Parameter step size to 0.5
- Again, use the up and down arrows to select the best focused image
- Note: If you are unable to find a focused image it may be that your sample moved during the scan. In this case, you will have to rescan your sample
- Once you are satisfied with your misalignment compensation setting, press the Add to batch button
- Repeat for each of your samples
- Once all your samples have been added to the batch, press Start batch on the bottom left of the screen
- Once the batch is completed, you will find the reconstructed tif files in your sample folder
- These will have to be transferred to your hpf directory (the OPT reconstruction computer has very little available memory to store images)
Step 3 - Producing a 3D mnc file
- Step 1-9 of the reconstruction process will output a pixel size in microns to be used in the below script
- In a terminal, in the directory with the reconstructed tif files, run
for i in filename__rec*.tif; do convert $i GRAY:-; done | rawtominc -transverse -short -unsigned -xstep pixel_size/1000 -ystep pixel_size/1000 -zstep pixel_size/1000 -xstart 0 -ystart 0 -zstart 0 -2 -clobber /path/to/output/dir/filename.mnc 1023 1024 1024 |
---|
3. Open the reconstructed mnc file in OCCIViewer to view your 3D image