bdilday / pychadwick

Python package to interface with chadwick library
GNU General Public License v2.0
9 stars 4 forks source link

Replacement for `chadwick` CLI tool #11

Closed bdilday closed 4 years ago

bdilday commented 4 years ago

The implementation of reading the whole event database is slower than the compiled version (on the order of 1-minute for the c version, compared to 10 for the hybrid python - c version). There should be a way to directly call the same function that cwevent does and make it a python-driven replacement that is just as fast.