Horst Obenhaus

Results 20 issues of Horst Obenhaus

Hi, for a project I need to enable the acquisition in response to external triggers and I have Pylon5. Are there any recommendations for this? Does the driver work with...

When calculating the mean (in FOS) ... https://github.com/giakou4/pyfeats/blob/dc0e2d1b3623aeb7f26c9777dafb491ecd961b9c/pyfeats/textural/fos.py#L47 I noticed divergence between a simple `np.mean` and your version. ```python f = f.astype(np.uint8) mask = mask.astype(np.uint8) level_min = 0 level_max =...

I am using https://learn.adafruit.com/gamepad-qt with https://learn.adafruit.com/esp32-s3-reverse-tft-feather. My goal is to let the gamepad be recognized as gamecontroller input on my Mac to play a game with it. I have looked...

In Jupyterlab table previews are suddenly unreadable in dark and dark-high-contrast themes. I am not sure what happened here, but I seem not to be able to revert it to...

enhancement
stale

## Description Fresh install of Napari and `napari-aicsimageio`. Opening Tif or CZI files results in proper opening, but the application closes upon "playing" with the image / time sliders. Every...

Thank you for creating this package! Works great! Could you help me with hyper parameter selection for annotation candidates: What's the intuition here? And what do the two parameters change?...

Hey, I thought you might know the answer: Is it possible to feed in non-square images into prediction? If you have videos that are non-square, what is the best way...

When calling the bin file constructor in https://github.com/MouseLand/suite2p/blob/fd752759914b90a6c6d59d9447aa6c28294579bc/suite2p/extraction/extract.py#L137 , `n_frames` is not provided, running into an error.

### Search before asking - [x] I have searched the BoxMOT [issues](https://github.com/mikel-brostrom/boxmot/issues) and found no similar bug report. ### Question I would like to cite your excellent library in a...

question
triage
tracking

I feel like this is related to some work in progress: https://github.com/jni/skan/pull/214 I have these kind of images: ![Image](https://github.com/user-attachments/assets/14430835-aabf-4ffc-880e-65cd6932cfbb) I want to prune the skeleton and maintain the longest axis...

bug