Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

Gwyddion is used to view and analyze data collected from the AFM Veeco Icon .

...

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.

Version 2.40 is installed on the CNF conversion computers. Keep in mind this is not the latest version of the software and is the latest version of the software that will run under the current operating system.

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:

Code Block
languagebash
flatpak run --filesystem=home --share=network net.gwyddion.Gwyddion


For access to files in the lab transfer share or the local /scratch folder, run Run Gwyddion with the following command:

Code Block
languagebash
gwyddion

...

shell
flatpak run --filesystem=/cnflab --filesystem=/scratch --filesystem=home --share=network net.gwyddion.Gwyddion


Additional Resources