Blame view
README.md
1.31 KB
8cb3d71c1 Update README.md |
1 2 3 |
# PM100_waist Make your waist measurment easy with a Thorlabs PM100D. |
b7e9005e0 improve README ! |
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
## Setup ``` ============================== Prepare the setup ============================== laser PM100D -->------------------] in W | | | knife at z and x=0mm ============================== move the knife and press enter ============================== laser PM100D -->-----|------------] in W | | knife at z and x+=0.05mm ============================== ``` ## Acquisition `pm100d_waist.py` acquire the optical power along transverse section at *z* mm. Create your measurement folder `mkdir -p my/best/measurement && cd my/best/measurement` Run the acquisition program with the `-o` option to set z=123mm as terminaison of the filename. All the files will be saved in the current folder `path/to/the/program/location/pm100d_waist.py -o 123` Press *enter* to get a power value, and move the knife of 0.05 mm, repress enter and again and again and again and again and again and again... When the section is done, enter the new z value in the prompt, the program will inform you that a new file is created. At the end, press `CTRL + C` and enter to quit *properly*. ## Post-processing `fit_waist.py` fit each waist of each section and compute the *w0* and the *z0* of the beam. `./fit_waist.py` |