You can import data from several types of files into the iTool Data Manager. The following sections describe the process of importing different types of data.
You can visualize image data stored in many common file formats. Common image file formats accepted are:
| Note |
| Note |
When you open a file containing ASCII data, you must specify the format of the file before the iTool can read the data and place it into the Data Manager. The iTool opens the ASCII Template dialog to allow you to specify the format of the ASCII data.
| Note |
The following example opens an ASCII file using the ASCII Template:
sine_waves.txt from the examples\data subdirectory of your IDL distribution. You can open the file either by selecting File ® Open or by clicking the Import File button in the Data Manager or Insert Visualization dialog.The first step of the ASCII Template contains the following items:
The second step of the ASCII Template contains the following items:
The third step of the ASCII Template contains the following items:
| Note |
For more information on using the ASCII file reader, see ASCII_TEMPLATE.
When you open a file containing binary data that is not of a format recognized by any other file reader available to your iTool, you must specify the format of the file before the iTool can read the data and place it into the Data Manager. The iTool opens the Binary Template dialog to allow you to specify the format of the binary data.
| Note |
| Note |
The following example opens a binary file using the Binary Template:
damp_sn.dat from the examples\data subdirectory of your IDL distribution. You can open the file either by selecting File ® Open or by clicking the Import File button in the Data Manager or Insert Visualization dialog. This is a data file containing a damped sine wave with severe high frequency noise.The Template Name is optional, and can be any string.
The byte order in the file is selected using the using the File's byte ordering: pull-down menu. The choices are:
The New Field dialog contains the following items:
Click OK to create the new field definition, and repeat to define all necessary fields.
| Note |
| Note |
For more information on the binary file reader, see BINARY_TEMPLATE.
For more information on plotting and plot functions, see Working with Plots.
For more information on shapefiles and inserting them into an iTool, see Inserting an IDL Shapefile.
| Note |