Andrei Isichenko

Results 4 comments of Andrei Isichenko

I'd like to take the mode overlap of two `FieldData` instances that have a different grid, using the `outer_dot` method. One field is type `FieldData` from a monitor. The other...

For sure, see this example: `field1.outer_dot(field1)` where `field1` is type `FieldData`. This throws a KeyError: 'mode_index'. for `field2` of type `ModeSolverData`, this works as expected: `field2.outer_dot(field2)`

I have a similar problem, I am trying to monitor an error signal on in1 and a photodetector signal on in2 and also plot the control signal in real time....

Hello, just wanted to follow up that this would be very useful in my group, where we work on laser locking to high-Q resonators. Could you please point me to...