
Import Tutorial
The input module is the main way that all data is inputted into
DX. Input files can be in one of the following formats,
DX Native Format, General Array,
netCDF, CDF, HDF, Colormap, or Binary.

Inputs :
NAME - Name of the file to be read.
VARIABLE - Variable to be read from the file.
FORMAT - One of the valid file formats. (dx, general, netcdf, netcdf,
CDF,
hdm, cm, or bin)
START - First data frame to be imported
END - Last data frame to be imported.
DELTA - increment between the frames.
Outputs :
DATA - An object composed of the requested variables.
Configuration Screen:

Notes:
The import module is used in almost every DX network, and is the main way
to get data into DX. It is also one of the simplest, for most purposes
all you need to set is the name of the file, and if it has a standard
extension, DX will guess the format and import the data. The output tab
of the import can then be connected to more complex modules to manipulate
the data.
Other Sources:
[UP]