You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this isn't a high priority since method='sum' is not usually the correct choice for analysis... but it would have been useful for some tests that I was writing.
The text was updated successfully, but these errors were encountered:
i did look very briefly at the reason -- and it's because the volume rendering sampling methods used for off-axis projections always integrate (multiply by path length in the intersected element), they're just not set up for simply summing. Which is fine, it's OK for this to not work I think since as I said it's probably only really useful for tests that aren't really physical (but we may want to mention it in the documentation).
sure, will do! i only looked at the standard gridded dataset (which end up using the KDTree volume sampler). definitely worth trying an octree ds too, will let you know how it goes when i get to it.
The off-axis projections don't really work with method='sum':
This should return the same as the axis-aligned version
Note that this isn't a high priority since method='sum' is not usually the correct choice for analysis... but it would have been useful for some tests that I was writing.
The text was updated successfully, but these errors were encountered: