Skip to content

llinfrance/visu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visu

Visu is an user interface library based on pyqtgraph to open and process data image .

It can open .spe .SPE, .sif and .TIFF files

It can make plot profile and data measurements analysis

https://github.com/julienGautier77/visu

Requirements

Installation

  • from PyPi
    • pip install visu

Usage

from PyQt5.QtWidgets import QApplication
import sys
import qdarkstyle
import visu

appli = QApplication(sys.argv)   
appli.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
e = visu.visual.SEE()
e.show()
appli.exec_() 


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%