Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

test_map.py

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