Commit 3131efc 1 parent 25041a2 commit 3131efc Copy full SHA for 3131efc
File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Supported file formats
25
25
| ` .ibw ` | [ WaveMetrics] ( https://www.wavemetrics.com/ ) |
26
26
| ` .spm ` | [ Bruker's Format] ( https://www.bruker.com/ ) |
27
27
| ` .jpk ` | [ Bruker] ( https://www.bruker.com/ ) |
28
+ | ` .topostats ` | [ TopoStats] ( https://github.com/AFM-SPM/TopoStats ) |
28
29
29
30
Support for the following additional formats is planned. Some of these are already supported in TopoStats and are
30
31
awaiting refactoring to move their functionality into AFMReader these are denoted in bold below.
@@ -41,6 +42,16 @@ awaiting refactoring to move their functionality into AFMReader these are denote
41
42
If you wish to process AFM images supported by ` AFMReader ` it is recommend you use
42
43
[ TopoStats] ( https://github.com/AFM-SPM/TopoStats ) to do so, however the library can be used on its own.
43
44
45
+ ### .topostats
46
+
47
+ You can open ` .topostats ` files using the ` load_topostats ` function. Just pass in the path to the file.
48
+
49
+ ``` python
50
+ from AFMReader.topostats import load_topostats
51
+
52
+ image, pixel_to_nanometre_scaling_factor, metadata = load_topostats(file_path = " ./my_topostats_file.topostats" )
53
+ ```
54
+
44
55
### .spm
45
56
46
57
You can open ` .spm ` files using the ` load_spm ` function. Just pass in the path to the file and the
You can’t perform that action at this time.
0 commit comments