https://github.com/tomopy/tomopy
Tomographic Reconstruction in Python
https://github.com/tomopy/tomopy
python reconstruction tomography toolbox
Last synced: 3 months ago
JSON representation
Tomographic Reconstruction in Python
- Host: GitHub
- URL: https://github.com/tomopy/tomopy
- Owner: tomopy
- License: other
- Created: 2013-11-07T01:29:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T01:55:07.000Z (10 months ago)
- Last Synced: 2024-12-22T02:30:25.814Z (10 months ago)
- Topics: python, reconstruction, tomography, toolbox
- Language: Python
- Homepage: http://tomopy.readthedocs.org
- Size: 55.6 MB
- Stars: 330
- Watchers: 54
- Forks: 277
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome-synchrotron - Tomopy
- awesome-synchrotron - Tomopy
README
**TomoPy** is an open-source
Python package for tomographic data processing and image reconstruction... image:: https://readthedocs.org/projects/tomopy/badge/?version=latest
:target: https://readthedocs.org/projects/tomopy/?badge=latest
:alt: Read the Docs.. image:: https://dev.azure.com/tomopy/tomopy/_apis/build/status/tomopy.tomopy?branchName=master
:target: https://dev.azure.com/tomopy/tomopy
:alt: Azure Pipelines.. image:: https://coveralls.io/repos/tomopy/tomopy/badge.svg?branch=master
:target: https://coveralls.io/r/tomopy/tomopy?branch=master
:alt: Coveralls.. image:: https://codeclimate.com/github/tomopy/tomopy/badges/gpa.svg
:target: https://codeclimate.com/github/tomopy/tomopy
:alt: Code Climate.. image:: https://anaconda.org/conda-forge/tomopy/badges/downloads.svg
:target: https://anaconda.org/conda-forge/tomopy
:alt: Anaconda downloads.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/tomopy/tomopy/master
:alt: Use on Binder|
Features
========* Image reconstruction algorithms for tomography.
* Various filters, ring removal algorithms, phase retrieval algorithms.
* Forward projection operator for absorption and wave propagation.Installation
============Have `Conda `_ installed first,
then open a terminal or a command prompt window and run:.. code-block::
conda install -c conda-forge tomopy
.. warning:: TomoPy will drop support for Python 2 before 1 January 2020. For more information, visit https://python3statement.org/.
Try Now
=======Some `Example Jupyter notebooks `_ will run in your
browser using `binder `_.Contribute
==========* Bugs Tracker: https://github.com/tomopy/tomopy/projects/1
* Issue Tracker: https://github.com/tomopy/tomopy/issues
* Documentation: https://github.com/tomopy/tomopy/tree/master/doc
* Source Code: https://github.com/tomopy/tomopy/tree/master/tomopy
* Tests: https://github.com/tomopy/tomopy/tree/master/testLicense
=======The project is licensed under the
`BSD-3 `_ license.