-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dendrogram selection in 3D volume viewer #172
Conversation
for each_data in self._vispy_widget.client.data: | ||
if each_data.label == 'Dendrogram': | ||
d = each_data | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@astrofrog # TODO: vispy_widget doesn't have a client, how to get dendrogram data here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can try self.parent().session.data_collection
- any luck?
@astrofrog Do you know any solutions to get |
aa73a5d
to
9a74ccb
Compare
9a74ccb
to
b569329
Compare
@astrofrog So I fix this pr which allows you to select a dendrogram structure from 3D volume viewer, one question is this requires 'astrodendro' package and better with dendrogram viewer available, shall we add them to glue-depts? Thanks ;) |
new in #233 |
similir to 2D image viewer