You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### This script was used to combine all *csv files into the final output csv file for procrustes distance ###
import os
import glob
import pandas as pd
path = "path to the location of output folder for procrustes distance i.e. csv file with the procrustes distance for each 'hooked' hair contour in the dataset"
path1 = "path to the location of output combined csv file with procrustes distance for the dataset"