You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, the state has a large number of segmentation layers that have been archived. In the following example, the second layer is archived, but the first is not.
It'd be nice if nglui.parser.segmentation_layers(state) had an optional parameter to specify whether to exclude these archived layers. (And similar for any other layer types.)
The text was updated successfully, but these errors were encountered:
In my use case, the state has a large number of segmentation layers that have been archived. In the following example, the second layer is archived, but the first is not.
It'd be nice if
nglui.parser.segmentation_layers(state)
had an optional parameter to specify whether to exclude these archived layers. (And similar for any other layer types.)The text was updated successfully, but these errors were encountered: