Coder Social home page Coder Social logo

pymca's Introduction

This is the MIT version of the PyMca XRF Toolkit.
Please read the LICENSE file for details.

INSTALLATION

Ready-to-use packages are available for the most common platforms.

PyMca frozen binaries for MacOS and windows can be obtained from sourceforge:

https://sourceforge.net/projects/pymca/files/pymca/

Unofficial debian packages are also available, but you should check if official pacakges are available for your distribution.

Please keep going if you want to use PyMca with your existing Python installation.

The simplest solution is to use pip:

pip install PyMca5

You can add the usual --user qualifier to install only for you:

pip install PyMca5 --user

If you want to build from source distribution or from a github checkout, you may want to have
cython installed on your system.

Examples of installation from the sources.

1 - In your default python installation:

python setup.py install

or (better)

pip install .

2 - In your user account:

python setup.py install --user

or

pip install

You will need:

- Python (one of 2.7, 3.5 or higher recommended)

- Numpy

- fisx

If you want to use the graphical interfaces provided, you will need a running
python installation with one of:

- PyQt4 + matplotlib (PyMca license will be GPL unless you have a commercial PyQt4 license)
- PyQt5 + matplotlib (PyMca license will be GPL unless you have a commercial PyQt5 license)
- PySide + matplotlib (PyMca license will be MIT because PySide is LGPL)

If you want to embed PyMca in your own graphical applications, I recommend you to use
the McaAdvancedFit.py module. It is very easy to embed.

DEVELOPMENT PLANS

- Use the fisx library for all Physics calculations and not just for corrections.

- Compound fitting.

If you have any questions or comments (or contributions!), please feel free to
contact me.

Enjoy,

V. Armando Sole

pymca's People

Contributors

vasole avatar t20100 avatar ddale avatar sebastien-petitdemange avatar tacaswell avatar alemirone avatar woutdenolf 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.