Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Help Proxima understand loss of precision in box-select in bokeh #7

Open
ProximaDas opened this issue Nov 11, 2015 · 1 comment
Open
Assignees

Comments

@ProximaDas
Copy link
Contributor

This is helping me understand how we are losing precision on the earthquake data with the javascript callback. Can you give me some pointers on where I can read up about this?

@davclark
Copy link
Member

The entire issue is just because some points in the time-series are outside of the y-bounds of the box. So, those points aren't included in the timeseries. Unmodified, then, an FFT won't even work (it relies on regularly sampled data). And, if you interpolate, you will interpolate a different point than the one that's outside the y-bounds, as you'll be interpolating between two points that are inside the y-bounds.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants