Skip to content

Commit

Permalink
Merge branch 'SylviaWhittle/file-type-spm' of github.com:AFM-SPM/topo…
Browse files Browse the repository at this point in the history
…fileformats into SylviaWhittle/file-type-spm
  • Loading branch information
SylviaWhittle committed Apr 30, 2024
2 parents 64ca069 + 48391b2 commit 4deba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Other channels: `"ER"` - Error, `"PH"` - Phase
```python
from topofileformats.asd import load_asd

frames, pixel_to_nanometre_scaling_factor, metadata = load_asd(file_path="./my_asd_file.asd", channel="TP)
frames, pixel_to_nanometre_scaling_factor, metadata = load_asd(file_path="./my_asd_file.asd", channel="TP")
```

## Contributing
Expand Down

0 comments on commit 4deba60

Please sign in to comment.