Metadata-Version: 2.1
Name: xicsrt
Version: 0.3.6
Summary: A photon based raytracing application written in Python.
Home-page: http://amicitas.bitbucket.org/xicsrt
Author: Novimir Antoniuk Pablant
Author-email: npablant@pppl.gov
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pillow

XICSRT: Photon based raytracing in Python
=========================================

Documentation: https://xicsrt.readthedocs.org  
Git Repository: https://bitbucket.org/amicitas/xicsrt

Purpose
-------
XICSRT is a general purpose, photon based, raytracing code intended
for both optical and x-ray raytracing.

Installation
------------

XICSRT can be simply installed using `pip`

    pip install xicsrt

Alternatively it is possible to install from source using `setuptools`

    python setup.py install


[![Image][idocs] ][docs]

[docs]: https://xicsrt.readthedocs.io/en/latest/?badge=latest
[idocs]: https://readthedocs.org/projects/docs/badge/?version=latest

