Python functions for reading TOPAS result files
Project description
topas2numpy
Reading TOPAS results into NumPy arrays.
Features
TOPAS is a Monte Carlo tool for particle simulation, designed for medical physics research. It can output two data types:
- binned: a quantity (e.g. dose) is accumulated within a binned geometry component
- ntuple: multiple data columns are recorded per particle history
This package is able to read both data types, enabling analysis within Python.
Basic Usage
from topas2numpy import BinnedResult x = BinnedResult('Dose.csv') from topas2numpy import read_ntuple y = read_ntuple('Beam.phsp')
History
0.1.0 (2016-2-19)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size topas2numpy-0.1.0-py2.py3-none-any.whl (6.8 kB) | File type Wheel | Python version 2.7 | Upload date | Hashes View |
Filename, size topas2numpy-0.1.0.tar.gz (21.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for topas2numpy-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ec609638b101ca325dd598068b517bd995a32f29e032a3e8c40291a215b0e2 |
|
MD5 | 2ae5015a62e0d1c6ece8cb432c16b618 |
|
BLAKE2-256 | ac925af33ae595845b47c8b3c730901585c6d1bc4aeefe72d5e574c67dc37494 |