Skip to content

surface density projection? #951

Answered by cyrush
BenWibking asked this question in Q&A
Discussion options

You must be logged in to vote

@BenWibking sorry for the delay with answering.

We don't have anything that does an integrated projection of rays.

We have volume rendering and an x-ray extract (which takes into consideration emission and absorption provided as mesh fields), but we don't have something that does straight forward integration or general field weighted integration along rays.

For similar use cases - we used Binning as a coarse way to collapse:

https://ascent.readthedocs.io/en/latest/Actions/Binning.html

If you are axis aligned, a 2D spatial binning with a sum collapse can give a volume or mass projection.

Our Binning Tutorial shows how to set these up:
https://ascent.readthedocs.io/en/latest/Tutorial_Intro_…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BenWibking
Comment options

Answer selected by BenWibking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants