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

test_map.py

Blame
  • test_map.py 81 B
    from pykat.utilities.maps import *
    
    smap = read_map('lens_map.txt')
    
    smap.plot()