ktch.datasets
.convert_coords_df_to_list#
- ktch.datasets.convert_coords_df_to_list(df_coords)[source]#
Convert a dataframe of coordinates to a list of numpy arrays.
- Parameters:
- df_coords: pandas.DataFrame of index (specimen_id, coord_id), columns (axis (x, y (, z)))
The dataframe of coordinates.
- Returns:
- list_coords: list
The list of numpy arrays.