-
@wen-hu needs the flatfield support to process some ptychography datasets, but I found an error with the latest csxtools (0.1.15):
```python
>>> from csxtools.utils import get_fastccd_flatfield, get…
-
Dear Toma and Jacob,
I am trying to simulate a vacuum scan following the scripts shown in the ptychography_00.ipynb in py4DSTEM_tutorials:
```
position_scan = PositionScan([[0,0]])
empty_potenti…
-
Discussion with @sk1p:
Now that we are starting to integrate application modules, we should make sure these are properly packaged and can be installed separately from each other to preempt https://…
-
First, the `pink` subcommand should not exist. Instead of `energy pink`, user's should be typing `energy set pink` because `pink` is just a label for a stage setting, so it should be treated like ever…
-
Support for mib files (quantum detector) has been added in #174 and this is a list of features that would be adding:
- [x] infer navigation shape from flyback - reading exposure time is implemented…
-
I seem to frequently encounter a situation where I am implementing a UDF which could quite easily be vectorized along a stack of whole frames. For example applying an FFT or some kind of filter always…
-
Hi, I got a error when I trying to using the MultislicePtychographicOperator. The code are list below:
ptycho_operator=MultislicePtychographicOperator(measurements,energy=300e3,num_slices=3,slice_t…
-
Data can be binned unevenly on the x and y dimensions, which means we basically have non-square pixels. For a 4-times binning on y direction, our pixels would be 4px tall and 1px wide. As an example, …
-
I am interested in seeing if I can get some of our custom hardware/ software working with Libertem to do some live processing.
Because there are many possible configurations/ scan systems and pote…
-
We need to add a step by step guide, how a .ptyd could be created using h5py.File or h5write. This should extend the tutorial on subclassing PtyScan