Alexander Clausen
Alexander Clausen
Test failure looks spurious, something to fix after the 0.14 release probably: ``` tests/executor/test_delayed.py:432: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...
It is possible to use a `memoryview` for sending - currently, you need to pierce through the abstraction and use the `ffi` instance from `pynng` in your user code, to...
For the last point, we have (MIT-licensed) decoders for most raw MIB formats, which should be re-usable, for example [in the LiberTEM-live project](https://github.com/LiberTEM/LiberTEM-live/blob/fbf6732a2e86f969acf178cb5a8f4be82b501652/src/libertem_live/detectors/merlin/decoders.py). That includes decoding files taken with quad...
Thank you for bringing this up. In addition to what @uellue mentioned about using CSR/GCXS for storing STEM data, I have a few other comments: >It would be nice to...
> > On sorted data, you can do better than `O(n)`, using binary search (average `O(log n)`) or interpolation search (average `O(log(log(n)))` with some caveats on distribution). > > Ahh,...
> I know we have talked about adding support for the DE Celeritas camera to liberTEM and hyperspy. If you have the chance can you look over this PR? The...
> Can we potentially have a meeting about this? > > I think that this has come up in a couple of places and it would be good formalize. Thanks...
Nice-to-have for this one: #628
> Probably this will continue in https://github.com/LiberTEM/LiberTEM-live-server ? There are some considerations that will impact the UDF interface itself (example: #1484 - and keeping all parameters serializable (example: SSB: can't...
> It turns out to be a sdist issue, so for the time being to actually "build from source" you should clone from GitHub; `pip install cupy` is currently not...