-
Notifications
You must be signed in to change notification settings - Fork 4
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: Data Insight Tool #87
Closed
Closed
+127
−88
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FIX: Small Bug Fixes for File IO
…hem, we DFS to find if there is ever a looping dependency and fail only if that happens
…lways append to the end of the table
…rop. Also, double clicking a PV name will add that PV (only one) to the table
ENH: UI Footer
ENH: Style column in traces_table sets curve's stepMode
FIX: Restructure Item Delegates
zdomke
force-pushed
the
dev_data_viewer
branch
from
December 17, 2024 17:44
e5e8be1
to
e3917a2
Compare
Tried to prompt a reload on a new branch. Instead Github decided to close the PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created a tool to view and export all data points shown on the plot. As of right now, the method of opening the tool is just a button on the top left of the main display labeled "Data Insight Tool". This should probably be moved somewhere else, but I'm not sure where.
The widget consists of 4 main widgets:
a. Only shows PVs for ArchiverPlotCurveItems (does not work for FormulaCurveItems yet)
a. Useful for if the range on the plot's x-axis changes. Prompt's data fetching as needed.
a. Prompts user to select a file and format to write the data to.
b. Allows for
.csv
,.mat
, &.json
as of right nowa. Shows all the data as well as its source (live or archive)
b. The leftmost column is the datetime in ISO 8601 format. This column is frozen so that it is always shown, regardless of how far right the user scrolls
The widget only shows data for one curve at a time, but users can open multiple instances of this tool to see data for multiple curves in separate windows.
Tests are a work in progress as of writing this. They are nearly done.
Future development: