New module for visualizing pipeline data in a table#594
Conversation
Support sorting and highlighting. Include basic graphing support.
Codecov Report
@@ Coverage Diff @@
## master #594 +/- ##
=========================================
- Coverage 8.30% 8.27% -0.03%
=========================================
Files 848 849 +1
Lines 97595 97911 +316
=========================================
+ Hits 8102 8105 +3
- Misses 89493 89806 +313
Continue to review full report at Codecov.
|
|
Thanks! In the medium term I'd be interested in either adapting this as a generic viewer for tabular data (both the VisGUI pipeline and, e.g., the output of measurements on pixel based images), or creating a new tabular viewer that is more or less a hybrid of this and the existing
(*) the reason why I might want to omit sort in a generic tabular viewer is that it would be nice if what you saw in the viewer was the same as what you got when you saved a .csv or similar when running a recipe automatically. I'm not yet decided on how important that is. |
|
Addresses issue #584.
Is this a bugfix or an enhancement?
enhancement
Proposed changes:
Module for viewing pipeline data in a table.
Start by calling
pipelineTable.Plug(MainWindow)in VisGUI shell.Support cell highlighting and sorting.
Support basic hist/scatter plots.
The pipeline is copied to a recarray for fast data access. Needs to be refreshed when the pipeline changes.
Checklist:
1.16.6 and 1.19.1
2.7 and 3.7
4.04
much simpler if this is kept separate from functional changes]
If an enhancement (or non-trivial bugfix):