vampire.analysis.get_cluster_order# vampire.analysis.get_cluster_order(branches)[source]# Get the cluster id of contours in order of dendrogram. Parameters: branchesdictOutput of scipy.cluster.hierarchy.dendrogram. Returns: object_indexThe cluster id of contours in order of dendrogram. See also scipy.cluster.hierarchy.dendrogram