Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.adass.org/adass/proceedings/adass99/P2-48/
Дата изменения: Wed Oct 11 04:21:26 2000 Дата индексирования: Tue Oct 2 05:10:20 2012 Кодировка: |
The primary vehicle for general data interpretation is through various techniques of data visualization. The M&TA project (Wolk et al. 2000) for the CXO is tasked with characterizing system changes to maximize scientific return. As a result of this requirement we determined that a multipurpose, flexible data visualization package was needed.
To facilitate M&TA analysis we mandated the following requirements for the design of our visualization tool. The tools should accept all Chandra X-Ray Center Data System (CXCDS) data products in the form of Flexible Image Transport System (FITS) files as input and utilize standard FITS keywords and those keywords specified within the CXCDS system. To aid analysis efforts during an anomaly resolution events, all plots will have abscissa (generally time) aligned axes with limit violation codes drawn in the background. The capability shall be provided to save analysis plots in hardcopy version for use in spacecraft and SI reports. The final primary requirement was the provision of an interface for manipulation of plot styles to provide flexibility for report generation.
The current version, written under Solaris 2.6, provides the following functionality; strip plot generation, 3-D visualizations, data analysis, and hardcopy generation. The DI performs many tasks which can be subdivided into four general categories; File I/O, Storage, Visualization, and Analysis.
Although the DI is best suited to handle scalar columns this is not necessary. The DI is capable of producing three basic output formats; GIF or JPEG formats images, encapsulated and non-encapsulated postscript, and ASCII text files.
The data element objects are stored within an object container and are accessible through method functions within a controller class; the file manager class. The file manager class design is described in Figure 1.
The strip chart plotting allows users to generate abscissa aligned plots. The plot driver class, described in Figure 1, provides controls for layout handling. These controls consist of the number of plot columns and rows, scale factors for the image window size, and abscissa axis selection. Also, a plot style editor is provided by the plot driver to adjust the plot styles (i.e. line style, color, symbol, titles, etc.). For efficiency reasons, the strip plotting is executed via the DD methods. The M&TA limit violation codes that are drawn in plot background are defined within an ASCII file that contains the red and yellow (both upper and lower) violation limits. This file can hold multiple entries for each data set in order to describe limits that vary according to spacecraft state.
The 3-D visualizer provided the capability to plot three data sets within a Cartesian (xyz) coordinate system. The 3-D viewer was designed to utilize the OD graphics capability provided by IDL. The track ball object is employed to apply mouse driven events to change the viewing perspective.
A human readable table of data values can be created from a user selectable subset of the loaded data sets using the table viewers. This tool allows users to inspect the numeric values more clearly than is possible through the plotting tools.
The DI provides two primary data analysis tools; the data modeling class, and the expression generation class. The primary analysis tool is the data modeling class which wraps the IDL fitting routines into a Graphical User Interface (GUI) for fitting datasets loaded within the strip plot windows. This class is capable of producing linear, linear with outliers, gaussian + quadratic, polynomial, exponential and many other fitting models.
The secondary analysis tool is the Expression Generation Gadget (EGG). This class provides an interface between the user and file manager object to generate new datasets using expressions formated in a similar fashion to those used on the IDL command line. Operations are not limited to *+-/, but any IDL function can also be used as long as the expression is properly generated.
The DI provides the functionality to calculate the derivative between any pair of datasets via a 3-point Lagrangian interpolation method. In a similar fashion, the DI can be used to calculate correlation coefficients between any pair of datasets. The statistical summary task produces a table reporting the the minimum, maximum, mean, and standard deviation of all the loaded datasets. There are also specified procedures to visualize the focal plane instruments and the thermal environment of the mirrors.
The DI has already been field tested and has been proven to be a useful tool for data visualization during both calibration of the CXO and flight operations. All of the tasks we described are currently performed in an interactive mode through GUI interfaces. However, the initial design will allow these classes to be used to generate scripts for use generating trend analysis reports, and SI reports.
IDL provides many useful aspects for developing software. The IDL language provides rapid prototyping and development times, a flexible software interface design. Another benefit is the potential for cross platform application development. More information regarding the DI can be found at the Data Inspector homepage.
Landsman, W. B. 1994, in ASP Conf. Ser., Vol. 77, Astronomical Data Analysis Software and Systems IV, ed. R. A. Shaw, H. E. Payne, & J. J. E. Hayes (San Francisco: ASP), 437
Wolk, S. J. et al. 2000, this volume, 28