Skip to main content

X-ray imaging simulation

Project description

https://img.shields.io/badge/Python-3.6+-blue https://github.com/ufo-kit/syris/actions/workflows/tests.yml/badge.svg?branch=master Documentation Status https://codecov.io/gh/ufo-kit/syris/branch/master/graph/badge.svg

Syris (synchrotron radiation imaging simulation) is a framework for simulations of X-ray absorption and phase contrast dynamic imaging experiments, like time-resolved radiography, tomography or laminography. It includes X-ray sources, various sample shape creation possibilities, complex refractive index lookup options, motion model and indirect detection model (scintillator combined with a conventional camera). Phase contrast is simulated by the Angular spectrum method, which enables one to include various optical elements in the simulation, e.g. gratings and X-ray lenses.

Compute-intensive algorithms like Fourier transforms, sample shape creation and free-space propagation are implemented by using OpenCL, which enables one to execute the code on graphic cards.

There are numerous examples of how to use syris described below which ship directly with the code. Enjoy!

Usage

The first thing you have to do is to initialize syris by the syris.init() function. After that you only need to do whatever is necessary for your program. A simple white beam propagation example looks like this:

import matplotlib.pyplot as plt
import numpy as np
import quantities as q
import syris
from syris.physics import propagate
from syris.bodies.simple import make_sphere
from syris.materials import make_henke

syris.init()
energies = np.arange(10, 30) * q.keV
n = 1024
pixel_size = 0.4 * q.um
distance = 2 * q.m
material = make_henke('PMMA', energies)

sample = make_sphere(n, n / 4 * pixel_size, pixel_size, material=material)
image = propagate([sample], (n, n), energies, distance, pixel_size).get()
plt.imshow(image)
plt.show()

For more detailed information please see the reference.

Examples

Are stored in the examples directory. Make sure you install their dependencies by pip install -r requirements-examples.txt and then you can run them from the top-level directory of syris repository by e.g. python -m examples.simple.

Citation

If you use this software for publishing your data, we kindly ask to cite the article below.

Faragó, T., Mikulík, P., Ershov, A., Vogelgesang, M., Hänschke, D. & Baumbach, T. (2017). J. Synchrotron Rad. 24, https://doi.org/10.1107/S1600577517012255

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syris-0.3.tar.gz (109.1 kB view details)

Uploaded Source

Built Distribution

syris-0.3-py3-none-any.whl (133.5 kB view details)

Uploaded Python 3

File details

Details for the file syris-0.3.tar.gz.

File metadata

  • Download URL: syris-0.3.tar.gz
  • Upload date:
  • Size: 109.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for syris-0.3.tar.gz
Algorithm Hash digest
SHA256 1a72102ba6122ad1a1747eb1cdc2a0bef7dbd99fc8c27cc6ae84b7e5c76375de
MD5 737a7f37973ec0489c25153921a8a2e5
BLAKE2b-256 143fc41220a8c2e65b7292f1b984088c0741f9674a79aa73f874c53a2cab3f82

See more details on using hashes here.

File details

Details for the file syris-0.3-py3-none-any.whl.

File metadata

  • Download URL: syris-0.3-py3-none-any.whl
  • Upload date:
  • Size: 133.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for syris-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c09a99cd81341526bf22a091e6966696f60c1329832bc22f96c2ad835595b620
MD5 fff7d55c7e9636c5e7e318a3a74fa3a7
BLAKE2b-256 d8e67170643ac2f6376bb22ebbf2c7fe9a3e54449770fcae6290e12b1c0b70e1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page