demisjohn / pyFIMM

Python Interface to PhotonDesign's FimmWave/FimmProp software.
15 stars 4 forks source link

Cavity.calc(): linearly interpolate to find φ=0° #79

Open demisjohn opened 8 years ago

demisjohn commented 8 years ago

Linearly interpolate between λ points to find wavelength where phase, φ = 0°, and then linearly interpolate to find real part at that wavelength.

Eg.: cavity cal - linear interp

demisjohn commented 8 years ago

Might be faster way (calculation-wise) to obviate #43