System Design
There are 3 main parts of your system design:
Data Visualization
For each possible kind/format of input data you will have to
create a scheme to visualize it. This may be simple if the data
is spatial. Pseudo-coloring can be a simple technique for non-visual
non-spatial data.
Uncertainty Visualization
You will first have to decide what are the possible kinds of
uncertainties that will be presented to your system.
For each kind of uncertainty you will want to design a method
to visualize it using the techniques previously described or using
ideas of your own. The goal is to illustrate the "magnitude",
"location", and if possible the "meaning"
of the uncertainty.
How you display the uncertainties should be something that the
user can through the user-interface have some kind of control
over.
Interface Design
Here you must decide what controls the user will have in viewing
and manipulating the display of the data and uncertainties. See
the project section "System Interface Functionality"
|