Quellcode durchsuchen

Update 'vibrometry/README.md'

jveith vor 7 Monaten
Ursprung
Commit
b704a732ee
1 geänderte Dateien mit 1 neuen und 23 gelöschten Zeilen
  1. 1 23
      vibrometry/README.md

+ 1 - 23
vibrometry/README.md

@@ -40,26 +40,4 @@ Data structure
 
 ## Code
 
-The code is available at https://github.com/danionella/veith_et_al_2024/tree/main/figure_3.  
-
-Two Matlab scripts are used to generate these figures: 
-
-1. motionDetect_Veith2024.m 
-   
-   * loads the data, 
-   
-   * reshapes the data set to reconstruct the movie of mechanical tissue deformation in response to acoustic stimulation,
-   
-   * sets particle image velocimetry (PIV) parameters including image pre-processing,
-   
-   * computes local displacement from one frame to the next along x and y directions, using the PIVlab Matlab library ([GitHub - Shrediquette/PIVlab: Particle Image Velocimetry for Matlab, official repository](https://github.com/Shrediquette/PIVlab), tested with version 2.31 - to use 3.0, a few new parameters must be defined, see code). 
-
-2. phaseMapping_Veith2024.m
-   
-   * loads the motion data (output from previous code)
-   
-   * computes the first Fourier component, and convert to proper unit (velocities in um/s and displacement amplitude in um)
-   
-   * plots the results
-   
-   * compute mean values of displacement amplitude and phase within region of interests
+The code is available at https://github.com/danionella/veith_et_al_2024/tree/main/figure_3.