Giter VIP home page Giter VIP logo

hussarix's Introduction

Icon HussariX

(formely QSEM-viewer)

Work in progress...

This is going to be universal graphical program for openning and exploring the SEM projects and EPMA files (single spectra from Bruker, mappings, Esprit projects, Cameca Peaksight files) with some datetime tracking functionality.

Dependencies:

  • PyQt5 - for GUI (currently)
  • pyqtgraph (at least 0.11.0rc, not 0.12.2) - for plotting and advanced GUI
  • numpy - for everything array,
  • scipy - ?, (trying to make sure it is not a hard dependancy, however pyqtgraph can be boosted with it in imaging.)
  • kaitaistruct runtime (0.9) - for using cameca peaksight binary parser.

All these dependencies can be installed as pip or conda packages.

Some code included here is developed in other repositorie-:

Maybe in the far/near future this will have a bundled version (with everything included), but currently it needs working python package environment (pip or conda).

WIP. Major redesign (moving from manual python-written experimental parser for Cameca files to kaitai_stuct based parser with semi-stable API)

Current state of (working) implementations:

  • Cameca WDS scan (wdsDat) loading and plotting.

Some introduction video

Hussarix Introduction on Youtube

Licenses:

  • the license of this repository is GPL-3
  • licenses of included third part code:
    • the qpet is under GPL-3
    • the peaksight-binary-parser is under LGPL-2.1
    • color assets in lib/misc/glasbey_assets are distributed with CC-BY license, assets are taken from colorcet project.

hussarix's People

Contributors

sem-geologist avatar

Stargazers

Zhou Xu avatar wangjx avatar yuruotao avatar Sergey Kolosov avatar  avatar Ricky Nelson Burgos Gavelan avatar Eric Leroy avatar Mia avatar

Watchers

Eric Leroy avatar  avatar

hussarix's Issues

module 'PyQt5.QtGui' has no attribute 'QGraphicsPolygonItem'

When I try to execute HussariX.py I have the following error:
Traceback (most recent call last):
File "D:\OneDrive - UPEC\QSEM-viewer\HussariX.py", line 12, in
from lib.ui import SpectrumWidgets as sw
File "D:\OneDrive - UPEC\QSEM-viewer\lib\ui\SpectrumWidgets.py", line 50, in
from .CustomPGWidgets import CustomViewBox, CustomAxisItem
File "D:\OneDrive - UPEC\QSEM-viewer\lib\ui\CustomPGWidgets.py", line 181, in
class selectablePolygon(selectableMarker, QtGui.QGraphicsPolygonItem):
AttributeError: module 'PyQt5.QtGui' has no attribute 'QGraphicsPolygonItem'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.