https://github.com/klauer/pympx
Python wrapper for Timepix raw file format conversion
https://github.com/klauer/pympx
Last synced: 11 days ago
JSON representation
Python wrapper for Timepix raw file format conversion
- Host: GitHub
- URL: https://github.com/klauer/pympx
- Owner: klauer
- Created: 2015-04-23T14:00:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T18:13:22.000Z (about 11 years ago)
- Last Synced: 2025-12-19T14:40:18.636Z (6 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TimePix raw file loading in Python
Requires:
* Boost 1.52
* SoPhy (from Amsterdam Scientific) copied in this directory (or modify sophy_include in setup.py)
This path should have a subdirectory sophy/lib/common with common.h, asitypes.h, etc. in it.
* libmpxhwrelaxd.a (linux-x86_64) from Amsterdam Scientific in this directory (I don't have the rights to distribute it)
* Cython
* libtiff-dev