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

test_map.py

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