Eric Prestat
Eric Prestat
I added the getters which return the same as what is given to the setters and rebased. The CI failures shouldn't be related to the changes of this PR.
Thanks @QuLogic, yes it would be good to finish this PR. @timhoffm, does it sound good to overwrite the `set` method? In the example added in this PR, `set` is...
I added a `_check_length` method to check the length of the input parameter using `offsets` as reference for the number of items in the collection.
Similarly as in #26410, I remove checking the length of the parameters to leave for another PR.
For the record, on conda-forge, there is the following failures (`test_heif_remote - OSError: "pillow" can not handle the given uri.`) starting from imageio 2.32.0: Test suite failure ``` 2023-12-14T12:52:59.2258316Z ===================================...
@jlaehne may be more interested than me actually. In https://github.com/LumiSpy/lumispy/issues/130, there is some discussion about being able to read renishaw files in `lumispy`. Maybe this could be a good candidate...
To read files containing `"dpc"` signal type, the conversion can also be done in rosettasciio - in a similar way as markers are converted from hyperspy 1.x to 2.x for...
There should be enough metadata (see for example https://github.com/hyperspy/rosettasciio/blob/31bd677cc4c02c5787ae9b61250bc1431f352cba/rsciio/_hierarchical.py#L309 and https://github.com/hyperspy/rosettasciio/blob/31bd677cc4c02c5787ae9b61250bc1431f352cba/rsciio/utils/tools.py#L466) that is saved in the file to figure out when it needs to be converted and not interfere with...
The changes in rosettasciio should be trivial (change signal type `dpc` to `beam_shift` when the conditions are met) and then release 0.5, so that you can use set the minimum...
The difficult part may be with updating to the markers API. In addition to @CSSFrancis's offer help, I would happy to help too, because it would be good to make...