Commit f893fd827fb878c587092e29eb6eb0deb511c0b7
1 parent
8c80bb9ce3
Exists in
master
mode-matching: add mode matching script
Showing 1 changed file with 11 additions and 0 deletions Inline Diff
mode-matching/mode-matching.py
File was created | 1 | from numpy import pi | ||
2 | ||||
3 | L = 140.#mm | |||
4 | R = 900.#mm | |||
5 | lambd = 1542.#nm | |||
6 | ||||
7 | g = 1-L/R | |||
8 | print('g = %f'%g) |