-
Notifications
You must be signed in to change notification settings - Fork 5
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
ENH: Add setting to switch between viewport logic #211
ENH: Add setting to switch between viewport logic #211
Conversation
7519cd7
to
52e05e5
Compare
Before we integrate this one, could you create independent PRs for:
|
* Switch back to the original conversion from viewport to pixel. * The method integrated in PR BrownBiomechanics#204 causes a performace slow down because of the larger images generated. * A follow-up PR, BrownBiomechanics#211 will be integrated to allow for the option of using the newer method
See:
Once the above two PRs are integrated we can rebase this branch |
I need to test the proposed alternate more .. a modified aspect ratio still doesn't sit right with me. Reverting back to pre 204 is a good move. - SLow down still not fully attributed to this issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See:
For reference: |
For convenience, I re-based against the latest |
toggleViewportConversionMethod
takes a 0 or 1 for the old and new methods respectively.