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

Faults on different planes achieve different colors #12

Open
suporange opened this issue May 27, 2024 · 4 comments
Open

Faults on different planes achieve different colors #12

suporange opened this issue May 27, 2024 · 4 comments

Comments

@suporange
Copy link

Hello Jintao Li,

I have a question I would like you to answer. When I superimpose faults on a three-dimensional seismic data volume slice, how can I make the faults on three different dimensional planes appear in different colors? Looking forward to your reply.

@JintaoLee-Roger

@JintaoLee-Roger
Copy link
Owner

Thank you for your interest! Unfortunately, implementing this feature would require a significant amount of work and isn’t feasible at the moment.

@suporange
Copy link
Author

Thank you for your interest! Unfortunately, implementing this feature would require a significant amount of work and isn’t feasible at the moment.

Thank you for your reply. I have another question. Can I visualize and drag the mouse to rotate the entire three-dimensional data? How should I do it?

@JintaoLee-Roger
Copy link
Owner

Demo 02-overlay_fault can be only run in desktop environment (i.e., run py file instead of .ipynb). See: #2 (comment)

Besides, cigvis can also be run in Jupyter, although the API will be a little different. You can see:
https://github.com/JintaoLee-Roger/cigvis/blob/main/examples/3Djupyter/f3.ipynb for an overview. For your case,

# remove this
nodes = cigvis.create_slices(xxx)
nodes = cigvis.add_mask(nodes, xxx) 

# chage to
nodes = cigvis.create_overlay(seis, fault, pos=xxxxx)
# this code can be also run in desktop environment with a warning

@JintaoLee-Roger
Copy link
Owner

Thank you for your interest! Unfortunately, implementing this feature would require a significant amount of work and isn’t feasible at the moment.

Thank you for your reply. I have another question. Can I visualize and drag the mouse to rotate the entire three-dimensional data? How should I do it?

See this: https://github.com/JintaoLee-Roger/cigvis?tab=readme-ov-file#camera-and-dragging

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

No branches or pull requests

2 participants