Skip to content
Snippets Groups Projects
Select Git revision
  • 37d6fe8254e3d5087e6f5c72af7625b0ef30db0a
  • master default
2 results

test_map.py

Blame
  • Forked from finesse / pykat
    Source project has a limited visibility.
    test_map.py 81 B
    from pykat.utilities.maps import *
    
    smap = read_map('lens_map.txt')
    
    smap.plot()