Gwyddion is used to view and analyze data collected from the AFM Veeco Icon .
Primarily, Gwyddion is intended for the analysis of height fields. However, it can be used for general height field and (greyscale) image processing, for instance for the analysis of profilometry data or thickness maps from imaging spectrophotometry. Gwyddion provides a large number of data processing functions, including all the standardd statistical characterization, levelling and data correction, filtering or grain marking functions.
Gwyddion is Free and Open Source software, covered by GNU General Public License. It aims to provide a modular program for 2D data processing and analysis that can be easily extended by third-party modules and scripts. Moreover, thanks to being free software, it provides the source code to developers and users, which makes easier both verification of its data processing algorithms and further program improvements.
The latest version will usually be installed via flatpak on the CNF conversion computers.
Run Gwyddion with the following command for access to files in your AFS home folder only:
flatpak run --filesystem=home --share=network net.gwyddion.Gwyddion |
For access to files in the lab transfer share or the local /scratch folder, run Gwyddion with the following command:
flatpak run --filesystem=/cnflab --filesystem=/scratch --filesystem=home --share=network net.gwyddion.Gwyddion |