Impact Dynamics of Liquid Drop
The Structure of Files and Directories
The root directory is divided into three sub-directories:
- codes containing (almost) all the code related files.
- data containing all the input as well as output data
- presentations containing codes and other assets for the presentation and the article
The code
Directory
The root of the code
directory has some jupyter notebooks which we wrote while working on implementing methods to track the trajectory of the drop. Apart from these, the directory has two folders
- extraction has a single notebooks for each video sequence and describes everything we have done to extract the useful information from the video. The name of the file corresponds to the title of the tiff file.
- html has HTML version of some of the notebooks which are hosted online and can be accessed using the url.
The data
Directory
At the root of the directory are notebooks containing some helper code. The folder has following sub-directories:
- animation contains the animation of the drop moving through the thin film with the center of the drop detected by our method. The name of the file corresponds to the title of the tiff file.
- extracted_images has the images extracted from the tiff file. The name of the folder corresponds to the title of the tiff file.
- final_df contains the final CSV file which has every extracted information
- Images1 has images from the first video
- plots has some graphs of the fitted curves. The name of the folder corresponds to the title of the tiff file. Each folder has plot for X and Y with time as well as X with Y using the parametric curve fitting and the parabola fitting.
- results contains everything we have extracted. The folder is organized in many categories with the folder name corresponding to the title of the tiff file. The files inside each subfolders has the same structure. Also, at the root of the directory, we have some CSV files containing the overall information from all the video. See the Info About Columns file to get an idea of what the various columns of the dataframes means.
-
tiff_files has the tiff files for each videos organized in two directories
- Varying Height
- Varying Angle
The folder is large hence been added to the .gitignore
file and won't be availbale on Github.
The presentations
Directory
This directory contains two sub directories:
- first containing files related to the presentations
- second containing files related to the article