Dieter Weber
Dieter Weber
https://github.com/LiberTEM/LiberTEM/blob/1b823125adc681263cbbf828ef55a999ad513bdf/src/libertem/common/sparse.py#L19-L43 Currently this function is responsible for interpreting the ROI argument, but its behavior may also bleed into other parts of LiberTEM like the MaskContainer. Maybe the ROI argument interpretation...
There are three possible ways to understand `sync_offset` or other invalid/missing parts of a dataset: 1. Generate frames filled with zeros for the missing parts and process them completely. 2....
Hi @mdw771, first of all congratulations for this project and many thanks for releasing it as Open Source! Using automatic differentiation for inverse problem solving is something we discussed at...
Watching a tree containing a symlink to '/' adds a watch to the whole file system, which is probably unwanted. To avoid such behavior by default, following symlinks has to...
First off, rstfmt looks great and we'd like to use it in our project! CC @sk1p In a first test, handling the formatting for Sphinx extensions like https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html was a...
When profiling the performance of diffraction pattern simulation, most time was spent in this function. This implementation runs more than three times faster since it reduces the calculation effort through...
Current status: libertem-server starts up, but doesn't find the static files where they are expected Fixes #39 ## Contributor Checklist: * [ ] I have added or updated my entry...
When matching a larger dataset following example 11 but using lazy arrays, running this as the very first cell before any numerical library is loaded speeds up the calculation on...
Discussion with JK Weiss, TESCAN: If LiberTEM was under a permissive license like MIT, it would allow integration in TESCAN's software. That would be of concrete interest for TESCAN. Since...
Since recently the script cannot update an existing draft anymore, instead it triggers a "404". We should figure out what is going on and fix the script. As a work-around...