update library readme
This commit is contained in:
@@ -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]`
|
||||||
|
|||||||
Reference in New Issue
Block a user