Metadata-Version: 2.1
Name: ctsimu
Version: 1.5.2
Summary: CTSimU Software Toolbox
Home-page: https://bamresearch.github.io/ctsimu-toolbox/
Author: David Plotzki
Author-email: davidplotzki@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# CTSimU Software Toolbox

The CTSimU Software Toolbox is a set of Python modules to run several image processing and analysis routines that are common in computed tomography (CT). It provides an interface to an image processing pipeline. Processing steps can be added to this pipeline, which will then run each step sequentially on all input images and save them as new output images. The toolbox also provides objects for manipulating a virtual CT scene.

Please refer to the **[documentation](https://bamresearch.github.io/ctsimu-toolbox/)** to get started.

