Giter VIP home page Giter VIP logo

pyh5_gui's Introduction

pyH5_GUI

A GUI to visualize hierarchical h5 files. Primarily, the GUI is designed to show XPCS data generated by pyCHX developed at the CHX beamline.

Download the package

Under "Clone or download" tab
    git clone https://github.com/yugangzhang/pyH5_GUI.git  
    Or click "Download Zip"

How to install

On Linux

wget https://repo.anaconda.com/archive/Anaconda3-2019.03-Linux-x86_64.sh \
chmod +x Anaconda3-2019.03-Linux-x86_64.sh\
./Anaconda3-2019.03-Linux-x86_64.sh\
source ~/.bashrc\
conda create --name pyGUI python=3\
conda activate pyGUI\
pip install numpy   pyqt5 h5py  pyqtgraph  PyOpenGL  tables pandas logger\
conda install matplotlib

On Windows

Install Anaconda https://docs.anaconda.com/anaconda/install/windows/ (The follow predure is based on Anaconda 3.0 (64-bit)
Run Anaconda Navigator
Lauch a terminal by runing 'Enviroments/base(boot)/Open Terminal'
pip install PyOpenGL logger  pyqtgraph

How to use

On Linux

source activate pyGUI\
python XSH5View.py  (go to the pyH5_GUI folder)

On Windows

python XSH5View.py  (go to the pyH5_GUI folder, under the lauched terminal with Anaconda Navigator)

How to uncompress the tar.gz file

On Linux

tar -xvf test.tar.gz\
tar -xvf test.tar

On Windows

Download 7-zip https://www.7-zip.org/
Open 7-Zip file manager and find the test.tar.gz file
Uncompress three times (gz, tar, tar) and finally get a file with extension as .h5

Screenshot

![GUI] (https://raw.github.com/yugangzhang/pyH5_GUI/master/images/browser.png "a screenshot for the gui")
![GUI] (https://raw.github.com/yugangzhang/pyH5_GUI/master/images/compare_curves.png "compare curves")
![GUI] (https://raw.github.com/yugangzhang/pyH5_GUI/master/images/img1.png "two-D image")
![GUI] (https://raw.github.com/yugangzhang/pyH5_GUI/master/images/img2.png "two-D image")

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.