Willi L Stepp
Willi L Stepp
Sure, why not. I'm also happy to just have it in my fork for the moment. Seems to be working pretty ok.
I discussed this a little bit with the facility staff. Company softwares also seem to handle this in various ways, including several files. I get the thought and the user...
I have thought about #376 a little more. If I understood the discussion there correctly, the logic should be limited to the writer. The problem there is, that I have...
Thanks for those thoughts. Helps a lot in seeing things clearer. I get the separation between MDAEvent as 'command' for the microscope and a separate description of the resulting data....
This is what I can come up with ```python index = dict(event.index) while frozenset(index.items()) in self._frame_indices.keys(): if index['c'] in self._index_jump_map.keys(): index['c'] = self._index_jump_map[index['c']] continue self._index_jump_map[index['c']] = self._axis_max.get('c', 0) + 1...
So far pretty simple to pull out into a subclass: https://github.com/LEB-EPFL/pymmcore-eda/pull/4
Yes, locally we have something working decently. I think those are all points that come into play here and a more general approach to the matter would be great, feel...