AutoMichelson

Update of "AutoMichelson"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 951b14e4dfd5f7983e07ded088f0957e53a0f148
Page Name:AutoMichelson
Date: 2013-07-01 22:49:26
Original User: ivan
Parent: ad14cb587892ce706ffd6894394d8cc0b4465c6c (diff)
Content

AUTOMICHELSON


This project originated while trying to automate the measurement of the wavelength of a lightsource and its coherence length using motorized linear stages (in specific this one) in a Michelson interferometer. The detection is done with a Thorlabs camera/CCD (google it) via the ueye program from IDS imaging.

The main objective is generating a code repository with the code used to make the measurements and their respective analysis using python and ipython (with the notebook interface).

The project is divided into the "notebook" directory which contains the ipython notebooks used to make the measurements (obtain the data) and make the analysis. There is also a "codes" directory which contains the raw python code that may be useful for preparing your experiment (for moving the linear stage and such).

What's needed

To be able to use the code in this project you need a python environment with scientific tools available (scipy, numpy, matplotlib), you also need python-pyserial module and the pyueye module (you can grab it from here) to be able to communicate with the camera).