File: example_2D.py

package info (click to toggle)
pyimagetool 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,016 kB
  • sloc: python: 3,183; xml: 51; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
from pyimagetool import imagetool
from pyimagetool.data import arpes_data_2d

# load in data, here I use example data from pyimagetool
data = arpes_data_2d()
# create and show the image tool (blocks until window is closed)
imagetool(data)