-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add option to change x plot Axis while maintaining time conductor query #2380
Comments
So we'd do something like this?
Is this doable with real-time data? For extra credit, allow a gesture to push a given view's time bounds and time system back onto the Time Conductor. |
nooooooooooooooo |
That would be bad |
Basic idea is this - you have a dataset that you want to see in SCET. Let's say this represents a maneuver. Your dataset took 5s to process on tuesday at 1:05 pm. So you make a query in ERT from 1:04 to 1:05. However, in SCET, the data was actually 4 hours of data, on a completely different day, say wednesday between 1pm and 4pm. You have processed this dataset with 10 different DN/EU conversions about 50x. You don't want to see this data in ERT, where your 4 hours will be squashed into 5s of plot. If you re-query in SCET like you say above, you will get the 49 other times you didn't want. Basically you'd need to stop dropping data that isn't within the bounds of the original query, then plot with the x-axis that the user selected. For what it's worth, this is what session filtering is sort of meant to accomplish. |
@mudinthewater Thanks for the details |
Will verify in next testathon |
Testathon 8-26-21: need testing notes, have no idea how to verify in Open. |
@davetsay Can we call this verified yet? |
Verified to the best of our ability. Will re-open if this issue is found during VISTA regression testing |
Would work the same way that the Y-axis drop down does in overlay plots.
Have a use-case where a user would like to query by ERT but plot by SCET range returned. Mostly good for testbed work where scets are pretty useless (they overlap) except in the context of ERT.
Not sure if this is doable in the current version of plotting where data outside the query range is ignored. In the very old version of OpenMCT from a few years ago, it would plot everything you sent it, which I used as a cheat to accomplish this (I'm terrible).
The text was updated successfully, but these errors were encountered: