enthought / enthought/mayavi

mayavi smart downsampling for volumetric rendering

Open
#225 8 comments 0 reactions 0 assignees View on GitHub
support
Dominant language
Python
Stars
1.4k
Forks
316
Avg merge
7h 44m
Merged PRs (30d)
5

Description

Good afternoon,

I am accustomed to calling:
ix,iy,iz=np.indicies(src)
mlab.pipeline.volume(mlab.pipeline.scalar_field(ix,iy,iz,src))

My new problem is that src is too large. Specifically the np.indicies call runs out of memory, but I suspect the second line would have problems as well.

The obvious solution is to try downsample when the user is zoomed out and show full resolution when the user is zoomed closer in. I'm sure someone has tried to write this before. It might even be literally built into mayavi but I don't know it.

What are my best options for doing this?

Thanks,
Chris

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.