All Projects → Dioptas → Dioptas

Dioptas / Dioptas

Licence: GPL-3.0 license
Python based GUI-Program for integration and exploration of 2D x-ray diffraction images.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Dioptas

diffcalc
Diffcalc: a diffraction condition calculator for X-ray or neutron diffractometer control
Stars: ✭ 17 (-61.36%)
Mutual labels:  synchrotron, diffraction
pyxem
An open-source Python library for multi-dimensional diffraction microscopy.
Stars: ✭ 114 (+159.09%)
Mutual labels:  diffraction, diffraction-analysis
pyxem-demos
Examples and tutorials of multi-dimensional diffraction microscopy workflows using pyxem.
Stars: ✭ 20 (-54.55%)
Mutual labels:  diffraction, diffraction-analysis
MultipleScattering.jl
A Julia library for simulating, processing, and plotting multiple scattering of waves.
Stars: ✭ 35 (-20.45%)
Mutual labels:  diffraction
Keras MedicalImgAI
No description or website provided.
Stars: ✭ 23 (-47.73%)
Mutual labels:  x-ray
NICERsoft
Analysis software for the NICER mission
Stars: ✭ 12 (-72.73%)
Mutual labels:  x-ray
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-4.55%)
Mutual labels:  x-ray
refnx
Neutron and X-ray reflectometry analysis in Python
Stars: ✭ 25 (-43.18%)
Mutual labels:  x-ray
impurityModel
Calculate many-body states of an impurity Anderson model and spectra (e.g. XPS, XAS, RIXS, NIXS)
Stars: ✭ 15 (-65.91%)
Mutual labels:  x-ray
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+200%)
Mutual labels:  x-ray
metalens
Design, optimize, & simulate metasurface lenses (aka diffractive lenses), beam deflectors, gratings etc
Stars: ✭ 52 (+18.18%)
Mutual labels:  diffraction
diffractsim
✨ A diffraction simulator for exploring and visualizing physical optics.
Stars: ✭ 239 (+443.18%)
Mutual labels:  diffraction

Dioptas

A GUI program for fast analysis of powder X-ray diffraction Images. It provides the capability of calibrating, creating masks, having pattern overlays and showing phase lines.

Maintainer

Clemens Prescher ([email protected])

Requirements

* python 3.7+

It is known to run on Windows, Mac and Linux. For optimal usage on a Windows machine it should be run with 64 bit python. When used with 32 bit Dioptas occasionally crashes because of limited memory allocation possibilities.

Installation

Executables

Executable versions for Windows, Mac OsX and Linux (all 64bit) can be downloaded from:

https://github.com/Dioptas/Dioptas/releases

The executable versions are self-contained folders, which do not need any python installation. Under Windows and Linux the program can be started by running the executable (e.g. Dioptas.exe or Dioptas). Under MacOS X the folder will contain an app folder which can be double-clicked for starting. Please accept the security prompts.

Code

In order to make changes to the source code yourself or always get the latest development versions you need to install the required python packages on your machine.

The easiest way to install the all the dependencies for Dioptas is to use the pip package manager with python version newer than 3.7.

pip install dioptas

and then run Dioptas by typing:

dioptas

in the commandline.

Running the Program from source

You can start the program by running the Dioptas.py script in the dioptas folder:

python Dioptas.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].