>>=
>>=
I should clarify, I don't mean this setting, this is applied to DSOs of all types ``` dso_mag_min=10 ``` I was hoping for something that applies to each kind of...
related to #2534
Yeah I can make a standalone example for sure, using one of my fits test files. I'll paste it here later today, and I'll show you where to grab a...
I must have measured something wrong yesterday, I was probably measuring the impact on the **other thread** rather than the direct CPU performance, but certainly fitsio is faster at straight...
One could argue that it's on the python dev to ensure they aren't doing multiple concurrent calls, but your suggestion is definitely backwards compatible. I tried to see if Debian...
FYI after lunch I had the energy to look again at debian, https://packages.debian.org/trixie/libcfitsio-dev Downloading and expanding the .tar.xz file, then looking in the `rules` file, we can see ``` override_dh_auto_configure-arch:...
I'm happy to test it out but I'll need some help with that, I'm not strong in python. I'm using the system installed `python3-fitsio` on Debian 13, how can I...
that's a shame @alteholz , I will have to bundle it with my app. I have noticed @touptek themselves pushing the files to this repo. It would be good if...
I noticed that ``` EFW_ERROR_INVALID_LENGTH, ``` This is actually value 9 now! was added in a non-backwards compatible way to `_EFW_ERROR_CODE` in the latest header. However, even after updating that...
I have this in my udev rules ``` # access EFWmini through a system libusb KERNEL=="hidraw*", ATTRS{idVendor}=="03c3", MODE="0666", TAG+="uaccess" # from efw/lib/efw.rules ACTION=="add", ATTRS{idVendor}=="03c3", ATTRS{idProduct}=="1f01", GROUP="users", MODE="0666" ``` but I'm...