Optical Tweezers: Difference between revisions

From APL_wiki
Jump to navigation Jump to search
Wikiuser (talk | contribs)
No edit summary
Wikiuser (talk | contribs)
Line 24: Line 24:
     <li>
     <li>
         [http://www.instructables.com/id/Tracking-Motion-in-NI-Vison-Assistant/] How to track the microspheres in NI Vision Assistant using pattern matching.
         [http://www.instructables.com/id/Tracking-Motion-in-NI-Vison-Assistant/] How to track the microspheres in NI Vision Assistant using pattern matching.
    <ul>
        <li>
            We recommend not doing it using pattern matching and either brute force point and click track the spheres, or use the QPD to record position.  The pattern matching gave variable results.
        </li>
    </ul>
     </li>
     </li>
</ul>
</ul>

Revision as of 02:12, 29 May 2014

Optical Tweezers

Resources

  • [1] Directions on how to use a QPD in an optical tweezer setup.
  • [2] Here are some slide prepping instructions from Berkeley.

Our own setup

Using NI Vision Assistant

  • [3] Image Acquisition/Saving Images
  • [4] How to track the microspheres in NI Vision Assistant using pattern matching.
    • We recommend not doing it using pattern matching and either brute force point and click track the spheres, or use the QPD to record position. The pattern matching gave variable results.

Our calculations using Brownian Motion

  • 2.56 micrometer spheres
    • 4.6 mW Beam [5]

Calculating Trap Forces Using Stokes' Drag Force

  • Beam Power (mW) Escape Velocity (microns/second) Trap Force (pN)
    5.5 20.57 0.88
    8.5 33.49 1.44
    11.7 40.00 1.72
    15.3 62.60 2.69
    19.0 84.71 3.64
    23.0 110.77 4.76
  • [6] Link to iPython Calculations