From 020da067d064e684d79943752ab72b2a48572423 Mon Sep 17 00:00:00 2001 From: Sylvia Whittle <86117496+SylviaWhittle@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:23:55 +0100 Subject: [PATCH] Fix copy paste error, thanks @ns-rse Co-authored-by: Neil Shephard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e736369..1f090dd 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ frames, pixel_to_nanometre_scaling_factor, metadata = load_asd(file_path="./my_a ### .ibw -You can open `.spm` files using the `load_spm` function. Just pass in the path to the file +You can open `.ibw` files using the `load_ibw` function. Just pass in the path to the file and the channel name that you want to use. (If in doubt, use `HeightTracee` (yes, with the exta 'e'), `ZSensorTrace`, or `ZSensor`).