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

test_map.py

Blame
  • Forked from finesse / pykat
    245 commits behind the upstream repository.
    test_map.py 81 B
    from pykat.utilities.maps import *
    
    smap = read_map('lens_map.txt')
    
    smap.plot()