-
Implement FFT of gridded image data in holography code. SciPy should be used to do this.
-
Hi! Thanks for this very useful tool!
I installed the following version:
```
pip install pdf-renamer==1.0rc9
```
and met the following three issues:
## Error occurs when twice renaming
I…
-
After the holography data has been extracted it would be useful to have a function that will extract the beam peaks (l=0,m=0) and do a couple of plots.
Data in holog_zarr is organized as follows:
…
-
As discussed in https://github.com/hyperspy/hyperspy/issues/1599, the plan is to make a separate IO-library which contains the functionality to read and write various data formats.
This library sho…
-
This is the particular case when given a set of OOF holography maps, another set is also recorded but at a different centred frequency, extra information that we may be able to use to constraint the f…
-
Allow user to export l m table with amplitude and phase in a txt file during extract_holog run.
- [ ] txt file should have the same layout as AIPS uses for holog input
- [ ] example at /lustre/a…
-
Hi,
I tried to execute the 'simulation' example but got an error message for the cell:
```
# Take a sample picture
img = cam.get_image(plot=False)
plt.imshow(img)
```
The error message is the…
-
Thank you for providing Python-based code about InSAR.
I am a beginner who has just started studying SAR/InSAR, and I would like to understand the principles behind each process (D-InSAR, SBAS) whil…
-
At the moment field phase and intensity are defined as properties. It's very helpful and common to have property setters but you only have getters.
The `replace` method requires you to reconstruct…
-
Hey,
### WGS Kim
When using `method="WGS-Kim"`, we have the following code snippet:
```
# line 658 in slmsuite.holography.algorithms
if (
"fixed_phase" in self.flags
and…