-
Notifications
You must be signed in to change notification settings - Fork 27
Description
As you know, I am making some additions to the TID1500 plugin to display planar annotations in this PR.
There are some cases where the referenced series consists of multiple volumes, like this example. We have a couple of options for how the data can be loaded, which I would like to get your opinion on:
-
Separate scalar volumes - The user would have the option of loading a single or multiple scalar volumes. They could then toggle the visibility of the referenced scalar volume, and the associated bounding boxes would be displayed accordingly.
-
MultiVolume - SequenceBrowser - The user would scroll through the sequence, and the bounding box visibility would change accordingly from volume to volume.
I personally like the idea of using the Sequence Browser. For instance, if the volumes are over time, then the user can quickly see how the annotations change just by scrolling. Happy to discuss other ideas about how the annotations should be viewed!