| Installation | Usage | Licence | Citation |
A Napari plugin to read in Atomic Force Microscopy (AFM) files using AFMReader.
You can drag and drop your favourite AFM image files directly into the Napari viewer to use the awesome tools the image analysis community have developed over at the Napari Hub to analyse your images using open-source software and a GUI!
File Extension | Supported by AFMReader | Description |
---|---|---|
.asd |
✅ | High-speed AFM format. |
.gwy |
✅ | Gwyddion saved format. |
.ibw |
✅ | Igor binary-wave format. |
.jpk |
✅ | JPK instruments format. |
.spm |
✅ | Bruker spm format. |
.stp |
✅ | Homemade stp format. |
.top |
✅ | Homemade top format. |
.topostats |
✅ | topostats output format. |
This software should be installable directly from Napari!
All you need to do is:
-
Install Napari into an environment.
-
Open Napari by typing
napari
into your command line with your Napari environment activated.napari
-
Go to
Plugins
>Install/Uninstall Plugins
, and search fornapari-afmreader
.
Occasionally the Napari-Hub version of napari-AFMReader
may not be the most up-to-date. This is when you might want
to install both the most up-to-date AFMReader
and napari-AFMReader
versions via Git.
napari-AFMReader
has been designed to need minimal maintenance, with most of the new file type additions being solely
added to AFMReader.
-
With Git installed on your machine, clone both the
AFMReader
andnapari-AFMReader
repositories:git clone https://github.com/AFM-SPM/AFMReader.git
git clone https://github.com/AFM-SPM/napari-AFMReader.git
-
Activate your Python environment (e.g. Conda) and install the dependencies for each - make sure that the
AFMReader
dependency is installed second to overwrite the possibly outdatedafmreader
package!cd napari-AFMReader pip install . cd ..
cd AFMReader pip install .
-
Now when you open Napari via the
napari
command, it should use the latest version ofAFMReader
, andnapari-AFMReader
.napari
This package should be fairly straight-forward and intuitive to use, requiring you to:
-
Drag and drop your supported AFM file into the Napari Viewer.
-
Type in the name of the channel you would like to use. You may not need to specify a channel for e.g.
.stp
, or the channel may refer to image key in the.napari-afmreader
file.*.*Possible channel names will not appear at first due to the order in which AFMReader processes an image. Thus, when provided with an non-existent channel name, the dialogue box will then return a list of possible channels to choose from.
This software is licensed as specified by the GPL License and LGPL License.
Please use the Citation File Format which is available in this repository.