Skip to content

Generate new data

leohuet edited this page Feb 14, 2024 · 4 revisions

In order to generate the csv files and heat maps from your xslx files, you need first to know how I process the files. The xlsx files I worked with are Atomic Force Microscopy mapping files, in which each line represent a measure at a xy coordinates. In this files, I retrieve 3 types of data : "Zc", "E0Tn" and "betaTn". Make sure you have the data corresponding to the Ting model (Tn) in your files. As I said, each line represent an xy coordinate. To simplify the work afterwards, I rearrange the data into arrays. To be sure your files will work with the system, they have to follow this rule :

mapping

Each number corresponding to the number of the line in the xlsx file.

When all of this is good, you just need to follow this steps to generate the data :

  1. Select the python version of your computer. If you have several python versions installed in your computer, select the latest one.
  2. Clicking on the "OK" button will install the needed python libraries.
  3. Drag and drop the folder containing all the xlsx files you want to use.
  4. Click on "Process files". If an error appear while processing the files, it will be displayed in The Max console.
Clone this wiki locally