Alexander Clausen

Results 232 comments of Alexander Clausen

> Actually, this brings questions about the relation between the components and potential users of them. Some parts in the current code base are rather general and mathematical, such as...

Initial version of template repository is done: https://github.com/LiberTEM/template can be tested via: ``` $ pip install cookiecutter $ cookiecutter https://github.com/LiberTEM/template ``` and giving some values for variables.

Current progress of `libertem_blobfinder` extraction: https://github.com/LiberTEM/LiberTEM-blobfinder/milestone/1

https://pypi.org/project/libertem-blobfinder/ v0.4.0 is now released

> The test case fails, actually: Despite using `process_partition()`, the tile has the shape specified when creating the memory data set. > > What is the correct behavior here? Feeding...

> Ok, that's a good point. Probably a "partition ROI". Feels similar to #764, actually! Indeed that's very similar :)

Sadly not as easy as I first thought: adding a check in `get_results` doesn't work in a straight-forward way, as we don't know if we have the final result in...

> I've been examining the architecture and think I have a reasonable idea of how it all fits together - I've been adding to sort of (simplified!) diagram here: [...]...

> I'm continuing to update the diagram (at the same link) and will carry on doing so for now. Things like Corrset, IOBackend etc. Ok, let me know if you...

> what's the opinion/thoughts on 'missing' data from a streaming source (especially via UDP streams like the K2). I appreciate that data might come out-of-order and that's handle-able, but if...