File size: 512 Bytes
465506f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Show1D ducky tutorial data

This folder stores a compact real joint-time ptychography lambda sweep for `quantem.widget.Show1D`. Load it with:

```python
from quantem.widget import Show1D
from quantem.widget.datasets import show1d_ducky

run = show1d_ducky(size="small")
widget = Show1D.from_monitor_file(run / "show1d_monitor.jsonl", x_label="frame", y_label="final loss")
```

Files are kept under `widget-tutorials/show1d/ducky/small` so the shared Hugging Face dataset remains organized by widget tutorial.