-
Follow-up to #1111: Integrate guess to GUI, for example with an "auto" button.
It turns out that finding the correct alignment between scan and detector is critical for correct results, in particul…
-
Using the class ESP32Client from ESP32RestSerialAPI to control the stepper motor, one should add at least 3 seconds delay when switching the movement axis (x to y or y to x) otherwise the motor won't…
-
Hello!
My name Is Konstantin and I am a PD student at DESY FLASH working on automatic-differentiation-powered Ptychography.
I've read your paper and wanted to try to utilize the spectral initial…
-
Can we use real probes from a ptychography experiment to model data in Jupiter notebook examples? Flat-top gaussian is not a good approximation of real probes. So we cannot correctly test the develope…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
Add a parser to ptychography data problems
-
In #921 it became evident that multiple Dask clusters and clients are easily created, but can lead to significant side effects and are cumbersome to manage. The default use pattern relies on registeri…
-
Cupy allows easy mathematics operations with arrays. For example:
```python
import cupy as cp
a = cp.array([1,6,9])
b = cp.array([4,12,16])
print(a * b)
# [ 4 72 144]
```
This should be a…
-
Just to remember: Link to these new datasets:
https://zenodo.org/record/5113235
https://zenodo.org/record/5113449
- [x] LiberTEM: https://github.com/LiberTEM/LiberTEM/pull/1073
- [x] LiberTE…
-
Since the code for SSB and for stitching is pretty mature and we are about to publish a paper regarding live ptychography based on this SSB implementation, it is now time for the first release.
- […