SkeletonTemplate Objects
required_vertices
Set[str]- A set containing the names of the required vertices.
create_instance
provided_coordinatesList[SkeletonCoordinate] - A list of SkeletonCoordinate objects to align.
SkeletonCoordinates- An instance of SkeletonCoordinates with aligned coordinates.
ValueError- If the provided vertices do not match the required vertices.

