-
Notifications
You must be signed in to change notification settings - Fork 1
Generate new data
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](https://github.com/leohuet/MechaCellSounds/raw/main/Musique-echelle-nano/media/pics/wiki/mapping_guide.png)
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 :
- Select the python version of your computer. If you have several python versions installed in your computer, select the latest one.
- Clicking on the "OK" button will install the needed python libraries.
- Drag and drop the folder containing all the xlsx files you want to use.
- Click on "Process files". If an error appear while processing the files, it will be displayed in The Max console.