https://github.com/cdeil/ringtophat
Fast C library for image ring- and tophat-correlation with python bindings
https://github.com/cdeil/ringtophat
Last synced: 4 months ago
JSON representation
Fast C library for image ring- and tophat-correlation with python bindings
- Host: GitHub
- URL: https://github.com/cdeil/ringtophat
- Owner: cdeil
- License: bsd-3-clause
- Created: 2012-02-24T13:30:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T17:34:21.000Z (over 14 years ago)
- Last Synced: 2025-02-14T02:47:39.191Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
ringtophat
==========
Fast C library for image ring- and tophat-correlation with python bindings
Please give us feedback by filing bug reports and feature requests on github.
Code: https://github.com/gammapy/ringtophat
Issues: https://github.com/gammapy/ringtophat/issues
Documentation: http://ringtophat.readthedocs.org/
Speed: TODO
License: BSD-3-Clause, see LICENSE.txt
Requirements
------------
The C library is C99 without any dependencies.
- It would be nice have utility functions that
accept ROOT TH2s as input / output.
Certainly this should be optional!
The python bindings require:
- To be decided: SWIG / Cython?
- To be decided: numpy / scipy?