Skip to content

Commit

Permalink
hiddenSegments no longer supported
Browse files Browse the repository at this point in the history
We could add ! in front of segment ids to hide it, but with the new
multires mesh it is possible to show them all
  • Loading branch information
ranlu committed Jul 1, 2024
1 parent 368844a commit 330f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/segmentation_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def generate_link(param, broadcast):
if not param.get("SKIP_AGG", False):
seglist = Variable.get("topsegs", default_var=None)
if seglist:
payload["layers"]["seg"]["hiddenSegments"] = seglist.split(' ')
payload["layers"]["seg"]["segments"] = seglist.split(' ')

url = "<https://{host}/#!{payload}|*view the results in neuroglancer*>".format(
host=ng_host,
Expand Down

0 comments on commit 330f8fd

Please sign in to comment.