Hello, Small heads up in the following line: https://github.com/avigan/Python-utils/blob/5e45c4cdcf4a1dc1763ac4d2775e70cd95efa72c/vigan/optics/hexa.py#L586 The function `plot` of hexa.py tries to use `sys` which is not defined in the function. I suspect this should be `system` instead. Cheers, Anne-Laure
Hello,
Small heads up in the following line:
Python-utils/vigan/optics/hexa.py
Line 586 in 5e45c4c
The function
plotof hexa.py tries to usesyswhich is not defined in the function. I suspect this should besysteminstead.Cheers,
Anne-Laure