update library readme

This commit is contained in:
2026-04-04 13:38:44 -07:00
parent d9218bf28c
commit af5f1f21ec

View File

@@ -37,11 +37,7 @@ print(filtered.data.mean()) # height in metres
Load an SPM data file. Returns one `DataField` per channel. Load an SPM data file. Returns one `DataField` per channel.
```python ```python
fields = tono.load("scan.gwy") # Gwyddion fields = tono.load("scan.hdf5")
fields = tono.load("image.sxm") # Nanonis
fields = tono.load("data.ibw") # Igor Binary Wave
fields = tono.load("scan.hdf5") # HDF5
fields = tono.load("photo.png") # Standard images
``` ```
#### `tono.channel_names(path) -> list[str]` #### `tono.channel_names(path) -> list[str]`