Convert Veeco Wyko NT9100 ASC format
Description
Python code for converting profilometry data from a Veeco Wyko NT9100 into another format for further processing. In the Veeco software, the file should be saved in ASC format.
Usage
- Copy the python file in the directory where the ASC file is stored.
-
Edit the input and output file names in the
main()
function. - Run the code.
Functions
extract_Wyko_ASCII_data
removePeaks
fill_novals
Saving functions
save_PNG
save_Avizo_ASCII
Notes
-
There are several options in the Veeco software for saving in the ASC format. I think all should work except for the
XYZ Triplet, Pixel
option. -
The code useful for the user is contained in a
main()
so I can put that at the top, and all the internal stuff you don't care for at the end, and keep everything in one file.