https://github.com/waveform-computing/ctutils
A set of simple tools for analyzing data in CT scans
https://github.com/waveform-computing/ctutils
Last synced: about 1 month ago
JSON representation
A set of simple tools for analyzing data in CT scans
- Host: GitHub
- URL: https://github.com/waveform-computing/ctutils
- Owner: waveform-computing
- License: gpl-3.0
- Created: 2014-04-22T23:38:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T13:05:57.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T18:11:16.489Z (10 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. -*- rst -*-
========
CT Utils
========
This project provides a set of small utilities for processing data from CT
scanners in a variety of formats. Currently, the supported formats are:
* Xradia's TXM format
* Volume Graphics VGI+VOL format
* Grayscale TIFF stacks (8-bit, 16-bit)
At the moment, the project's goal is to produce a set of simple command line
tools for batch processing of CT scans, and an API to permit easy access to
scan data from Python.
.. note::
Please note that our understanding of several of the formats above is
limited (in particular TXM and VGI+VOL), specifically in terms of the data
types supported within these files.
If you encounter a file which does not work with CT Utils, please file a
`bug report `_ so that we can enhance the suite. Obviously
example files make debugging easier, but we understand there may be
confidentiality issues with certain scans (publication embargoes, medical
privacy, etc.). If this applies to your scans, please do not attach them to
the bug report!
Links
=====
* The project is licensed under the `GPL v3`_ or above
* Project `source code`_ is hosted by GitHub which also hosts the `bug tracker`_
* The `documentation`_ is hosted by ReadTheDocs
.. _documentation: http://ctutils.readthedocs.org/
.. _source code: https://github.com/waveform-computing/ctutils
.. _bug tracker: https://github.com/waveform-computing/ctutils/issues
.. _GPL v3: https://www.gnu.org/licenses/gpl-3.0.html