-
Notifications
You must be signed in to change notification settings - Fork 0
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
issues with scan next/prev #39
Comments
scanning to the next frame recenters now. |
How do you decide how far to scan? |
It must have the data in memory, which is a place where things could be improved. So it uses the paradigm that the scientist loads all the data, then zooms in to the first interval, and scans from there. I'm not sure how it would be improved to load more data, since it would have to be aware of the source of the data, which it is not. |
Actually, it's Autoplot which adds the "scan" action, I was letting Netbeans find things for me and didn't notice this is actually not a Das2 thing. So it could probably be much smarter, allowing scans outside of the loaded data. |
See also https://sourceforge.net/p/autoplot/bugs/1209/ a related bug in the Autoplot bug tracker. |
and getNextInterval logic would miss the first interval when the range was slightly outside of the dataset range.
scanNext and scanPrevious buttons stepNext and stepPrevious, since these were relabelled and Autoplot registers a "scan" action.
recentering, which should not be done when it's not terribly productive.
recentering, which should not be done when it's not terribly productive.
I found a nice case to study this, but since it's an Autoplot bug, I'll describe the case there and close this ticket. (https://sourceforge.net/p/autoplot/bugs/1209/) |
Actually this is the Autoplot ticket: https://sourceforge.net/p/autoplot/bugs/1359/ |
The DasAxis should provide a "scan next" button when the "step next" action would advance to a frame with no data. This feature has a few problems:
The text was updated successfully, but these errors were encountered: