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

depth test to allow VR < 0 #34

Open
carltape opened this issue Aug 15, 2017 · 0 comments
Open

depth test to allow VR < 0 #34

carltape opened this issue Aug 15, 2017 · 0 comments

Comments

@carltape
Copy link
Member

At present we are plotting ln(VRmax / VR) for the depth test. This doesn't work if VR is negative.
VR = 100(1 - E) = 100(1 - int(d-s) / int(d))
Let's instead plot ln(E/Emin) -- I think this will solve the problem, since E is always positive.

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

1 participant