Skip to content
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

Closed
wants to merge 7 commits into from

Conversation

PennyQ
Copy link
Contributor

@PennyQ PennyQ commented Aug 3, 2016

similir to 2D image viewer

for each_data in self._vispy_widget.client.data:
if each_data.label == 'Dendrogram':
d = each_data

Copy link
Contributor Author

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?

Copy link
Member

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?

@PennyQ
Copy link
Contributor Author

PennyQ commented Sep 11, 2016

@astrofrog Do you know any solutions to get self._vispy_widget.client.data here, so I could implement 3d selection based on dendrogram structure? Thanks!

@PennyQ PennyQ force-pushed the dendro_3dselection branch from 9a74ccb to b569329 Compare October 31, 2016 16:29
@PennyQ
Copy link
Contributor Author

PennyQ commented Oct 31, 2016

@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 ;)

@PennyQ
Copy link
Contributor Author

PennyQ commented Nov 30, 2016

new in #233

@PennyQ PennyQ closed this Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants