Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
typeflat

Loading data

  1. Click on the Analyze tab.
  2. If you have just acquired a dataset it will already be listed in the Image Files: list in the top left of the UI..
  3. To load a new dataset, click Load Data...
  4. By default NimOS will localise molecules in real time during the acquisition, in which case the Result Files: list will already have a locb and nimb file in it.

    Note

    If Disable real-time localization was ticked prior to the acquisition then the Result Files list will be empty.

...

Viewing images

There are two views of the data: The small image on the left is a thumbnail of the entire field of view; the larger image on the right can be zoomed on and examined up close. When you zoom on the image an ROI appears in the thumbnail, showing you the area you've zoomed on. You can zoom on the image by either using the track-wheel of a mouse (if you have one), or pinching two fingers together or apart on the laptop touchpad. You can reset the zoom by right-clicking and selecting Reset zoom.

...

  1. In the Viewing Options area in the lower right of the user interface you can tick or untick the Raw or Localizations columns to display the raw image data and/or localisation image (or both superimposed on one another).
  2. Double-clicking the block of colour in the Colour column opens a dialogue box that will allow you to change the colour and rendering for each channel..
  3. If the Raw column is ticked you can scroll through the Frame index of the acquisition sequence.

Calculate Drift Correction

There is a Calculate Drift Correction button amongst the Tools in the bottom left of the UI.

...

  1. In the main menu, click Advanced
  2. Select Python Console
  3. Go to the File/Open... menu of the Python Console and open the following script: drift_ChangeLocs_Region (2).py. The script file is on the desktop of the Nanoimager PC.

    Info

    If you want to use it on your own copy of NimOS then email lmcb-lm-help@ucl.ac.uk and we will send you a copy.

  4. User editable values in the script are highlighted in cyan.

  5. The most important value to adjust is dc.MinPointsPerSubsample. The default value for this when you use the Calculate Drift Correction button is 400000. The text in the script recommends setting this to 5000 or less. I have had more luck with around 10000 with my specimens, but it depends on how many localisations you have.
  6. You can also restrict calculation of drift to an ROI (if most of your image has no localisations, for example). This is done by changing the dc.CustomRegionLeft, dc.CustomRegionRight, dc.CustomRegionTop and dc.CustomRegionBottom values. The values have to be typed in, so you will have to hover your cursor over the image to get the coordinates.
  7. I'm not recommending that the dc.MaxSubsampleImageDimension is edited at this time.
  8. Once you've changed the values to the ones you want, click Run code.
  9. The image below shows a zoomed up image of two fluorescent labels about 100 nm apart in a DNA origami structure. The image on the left has drift and the image on the right is corrected.

  10. If the drift correction hasn't worked well, try decreasing or increasing the dc.MinPointsPerSubsample.
  11. You can use the Apply correction tick-box in the main GUI to toggle the correction on and off.

...