GithubHelp home page GithubHelp logo

elfabx / pxv Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 292 KB

viewer for powder diffraction data

License: GNU General Public License v3.0

C++ 95.34% QMake 2.87% C 1.80%
data-viewer diffraction-pattern phase-identification

pxv's Introduction

pxv - Powder X-ray Viewer

This is a very simple program to view 2θ - intensity data sets saved in text formats (such as .xy, .xye, .csv, .tsv). It was written to make comparisons, phase identification and recognition of multi-phase mixtures easier. Multiple data sets can be loaded, moved around, scaled and their visibility switched on/off. The plots can be exported as pdf, svg, png files and in other image formats.

Mouse buttons:

  • Left: show coordinates & zoom in (drag area)
  • Middle: pan
  • Right: step back in zoom history

Clicking on the legend toggles the visibility of the corresponding pattern.

Compilation

You need Qt5 (>=5.12) or Qt6 and Qwt (>=6.1.4) installed and configured to compile the code.

mkdir build && cd build

qmake .. (or "qmake-qt5 .." or "qmake-qt6 ..")

make

and (optionally) make install

should work on recent linux distributions with Qwt installed. If you compile Qwt manually, qmake may be unable to find your qwt installation. This can often be fixed by replacing the

CONFIG += qwt

line in the pxv.pro file by

include ( /full/path/to/qwt.pri )

pxv's People

Contributors

elfabx avatar

Watchers

 avatar

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.