Skip to content

marcel-goldschen-ohm/pyDISC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyDISC

Time series jumps idealization with DISC

Install

As of Dec 18, 2024, requires a slightly older Python version.

conda create -n pyDISC-env "python<3.12"
conda activate pyDISC-env

Requires a PyQt package. Should work with PySide6, PyQt6, or PyQt5.

pip install PySide6

Install latest development version:

pip install pyDISC@git+https://github.com/marcel-goldschen-ohm/pyDISC

Use

from qtpy.QtWidgets import QApplication
from pydisc import DISCO
app = QApplication()
widget = DISCO()

# input list of numpy arrays or DISC_Sequence objects
widget.data = ...

widget.show()
app.exec()

About

Time series jumps idealization with DISC

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages