Code Monkey home page Code Monkey logo

pyxscat's Introduction

PyXScat

Description of the project

PyXScat is a module that allows a quick, straightforward visualization and reduction of 2D scattering patterns. The main tool of PyXScat is its Graphical User Interface. The philosophy of PyXScat matches the following point:
- Abstraction of FabIO, pyFAI and pygix. Visualization of 2D patterns, 1D integrations, transform to reciprocal (Q) maps.
- Minimum learning curve for non-experienced users.
- Live, tunable and quick subtraction of reference data.
- Bridge between data collection and deep data analysis.


![alt text](https://gitlab.esrf.fr/xmas-bm28/data_analysis/pyxscat/-/raw/main/Tutorial/PyXScat_screenshot.png)

![alt text](https://gitlab.esrf.fr/xmas-bm28/data_analysis/pyxscat/-/raw/main/Tutorial/PyXScat_screenshot_4.png)

![alt text](https://gitlab.esrf.fr/xmas-bm28/data_analysis/pyxscat/-/raw/main/Tutorial/PyXScat_screenshot_3.png)

![alt text](https://gitlab.esrf.fr/xmas-bm28/data_analysis/pyxscat/-/raw/main/Tutorial/PyXScat_screenshot_2.png)

0) From scratch using conda environment

conda create --name my_env
conda activate my_env
conda install python=3.10

0) From scratch using virtual environment

cd /users/.../python
mkdir my_env
cd my_env
python -m venv .
cd Scripts
activate.bat

Install using clone

1) Clone the project into your directory (e.g. /user/Python/)

cd /user/Python
git clone https://gitlab.esrf.fr/xmas-bm28/data_analysis/pyxscat.git

2) Install locally the package, including all its sub-packages

cd pyxscat
pip install -e .

Install through requirements.txt

1) Download the requirements.txt file from the GitLab

2) Go to your python destinated directory and install the required packages (where the requirements.txt is stored)

cd /user/Python
pip install -r requirements.txt

Run pyxscat

1) Once the module is installed in the path of your environment, open the GUI:

pyxscat

2) Tutorial of the GUI. You have a .ppt file in the PyXScat folder, to learn a minimum set of steps to start handlind your data:

Tutorial/pyxscat_tutorial.ppt

pyxscat's People

Contributors

edgargf93 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.