File: __init__.py

package info (click to toggle)
python-pyqtgraph 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,684 kB
  • sloc: python: 45,678; makefile: 115; ansic: 40
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
"""
Widget used for display and analysis of 2D and 3D image data.
Includes ROI plotting over time and image normalization.
"""

from .ImageView import ImageView