lwpiotr
lwpiotr
Hello, I second this issue, especially since it does not seem to have been fixed for nearly 2 years. In my case: ``` @dataclass class DataTree(): ## File handle _file:...
It is quite a different case. A camera with only ~2000 pixels, based on photomultipliers, and a huge field of view. The detector is segmented and in addition, the characteristics...
Sorry for the late reply. I use flatten(). I must say that the looping overhead is much smaller than what I initially benchmarked a few months ago, but still non-negligible....
I am working with time series data, separate for each pixel. I need to do what Wotan does - flatten a curve for each pixel. That's what is happening in...
I could, this is not a problem. However, it is easier to just get the trend and subtract from the data. I just thought that perhaps the original lightcurve -...
It would be really great if autoapi would support this Sphinx feature...
1. Regarding iteration, I mean, in the best case something like for(object : group), recursive and not recursive. It seems that https://github.com/ess-dmsc/h5cpp has it for the non-recursive case. The worst...
I have an HDF5 with "Events", where events have potentially unknown structure - some groups/datasets will be added to some events, but not to the others. My intention was to...
I always promise to contribute some code, then end up with no time to fulfil :/ Anyway, I understand that the result can't be as dynamic as with h5py, as...