ParaView 3 Telecon 12-18-2008: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
(New page: {| cellpadding="2" cellspacing="4" |- ! style="background:#abcdef" | Item ! style="background:#abcdef" | People ! style="background:#abcdef" | Description |- | 1 || Ice || MARS/V&V Milesto...) |
No edit summary |
||
Line 16: | Line 16: | ||
=== Tables (Utkarsh) === | === Tables (Utkarsh) === | ||
* | * Make vtkTables a supported pipeline object type. | ||
*: Done. | |||
** It should have its own icon in the pipeline browser. | |||
**: Not yet. Should be straightforward. | |||
** The default view should probably be spreadsheet. | |||
**: Done. | |||
* Charting components (XY plot, histogram, stacked chart, etc.) should support tables as an input (other input types like rectilinear grid may be unnecessary). | * Charting components (XY plot, histogram, stacked chart, etc.) should support tables as an input (other input types like rectilinear grid may be unnecessary). | ||
* Plotting filters (plot over | *: Done. | ||
* Plotting filters (plot over line, plot over time, histogram) should output tables. | |||
*: Histogram outputs tables. Plot over time should be doing multiblock of tables. Need to check the rest of the data analysis plotting filters. | |||
* csv readers/writers should work principally (perhaps exclusively) with tables. | * csv readers/writers should work principally (perhaps exclusively) with tables. | ||
*: Readers read in data into tables. Writers can write out tables. | |||
*: Want to support writing out any data set as a csv by selecting what to write. | |||
* Support reading other delimited text files. | * Support reading other delimited text files. | ||
*: CSV dialog has ability to change delimiters. | |||
* Simple conversion from tables to other data (such as collection of points). | * Simple conversion from tables to other data (such as collection of points). | ||
*: Working on next. | |||
Can open csv file. It will load in as a table and show in a spreadsheet view. | |||
=== ParaView/Titan Chart Merger (Pat/Utkarsh) === | === ParaView/Titan Chart Merger (Pat/Utkarsh) === | ||
Line 29: | Line 42: | ||
=== Temporal Cleanup (Berk) === | === Temporal Cleanup (Berk) === | ||
* | * Show temporal bounds of all datasets in statistics view (or elsewhere) | ||
* Show continuous data set temporal bounds in info page | * Show continuous data set temporal bounds in info page | ||
* Plot/Probe over time, results should very in Sequence, Snap, and Real Time modes | * Plot/Probe over time, results should very in Sequence, Snap, and Real Time modes |
Revision as of 13:37, 18 December 2008
Item | People | Description |
---|---|---|
1 | Ice | MARS/V&V Milestone issues |
2 | Moreland | ParaView 3.6 Deliverables |
MARS
Deliverables
Tables (Utkarsh)
- Make vtkTables a supported pipeline object type.
- Done.
- It should have its own icon in the pipeline browser.
- Not yet. Should be straightforward.
- The default view should probably be spreadsheet.
- Done.
- Charting components (XY plot, histogram, stacked chart, etc.) should support tables as an input (other input types like rectilinear grid may be unnecessary).
- Done.
- Plotting filters (plot over line, plot over time, histogram) should output tables.
- Histogram outputs tables. Plot over time should be doing multiblock of tables. Need to check the rest of the data analysis plotting filters.
- csv readers/writers should work principally (perhaps exclusively) with tables.
- Readers read in data into tables. Writers can write out tables.
- Want to support writing out any data set as a csv by selecting what to write.
- Support reading other delimited text files.
- CSV dialog has ability to change delimiters.
- Simple conversion from tables to other data (such as collection of points).
- Working on next.
Can open csv file. It will load in as a table and show in a spreadsheet view.
ParaView/Titan Chart Merger (Pat/Utkarsh)
Simplified Scripting (Berk/Utkarsh)
Temporal Cleanup (Berk)
- Show temporal bounds of all datasets in statistics view (or elsewhere)
- Show continuous data set temporal bounds in info page
- Plot/Probe over time, results should very in Sequence, Snap, and Real Time modes
Plots Along Curves (Berk)
VisIt AVT Integration (Burlen)
Statistics (Phillipe)
Particle Support (Zhanping/John Biddiscombe)
- Provide a particle representation that renders points more intelligently
- Spheres with size vs. squares of pixel width
- Optional sizing based on a scalar
- Appropriate alpha blending (at least when particles are small)
- Splatting?
- Filters for meshless data? (Need to get customer requirements.)
- Sampling point cloud?
- Surface extraction?