BenMoon

Results 6 issues of BenMoon

If quasi empty files get converted to hdf5, the centroiding process crashes: ``` Exception in thread Thread-10: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File...

bug

Solve the issues, that the camera cannot be run with the full bandwidth. Maybe ask ASI again or reverse engineer with the help of SoPhy.

enhancement

For the edge case that the `packetprocessor.py` receives not enough triggers, `basepipeline.py:run` terminate the `while` loop in line 200 with this stack trace: ```python Traceback (most recent call last): File...

bug

```--- Logging error --- Traceback (most recent call last): File "/home/bl1user/.conda/envs/TPXOct20-ion/lib/python3.7/logging/__init__.py", line 1025, in emit msg = self.format(record) File "/home/bl1user/.conda/envs/TPXOct20-ion/lib/python3.7/logging/__init__.py", line 869, in format return fmt.format(record) File "/home/bl1user/.conda/envs/TPXOct20-ion/lib/python3.7/logging/__init__.py", line 608,...

bug

According to the documentation, this library should be available on PyPI. Add the master branch as a package to PyPI.

It would be good to have a config file where the camera IP and possibly some other parameters could be defined. Here's a proposal: # `pymepix/etc/default.yaml` This file should keep...

enhancement