Skip to content

Commit

Permalink
clarify supervoxel ids
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Nov 22, 2023
1 parent 36086dd commit b66c6b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions caveclient/chunkedgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,10 @@ def get_operation_details(self, operation_ids: Iterable[int]):
values are a dictionary of operation info for the operation. These
dictionaries contain the following keys:
"added_edges": list of list of int
List of edges added by this operation. Each edge is a list of two node
IDs (source and target).
"added_edges"/"removed_edges": list of list of int
List of edges added (if a merge) or removed (if a split) by this
operation. Each edge is a list of two supervoxel IDs (source and
target).
"roots": list of int
List of root IDs that were created by this operation.
"sink_coords": list of list of int
Expand Down

0 comments on commit b66c6b3

Please sign in to comment.