XREAD_MYCDF

This function provides a X-windows based interface to the function READ_MYCDF. This X-windows interface consists of three different windows, a path selector window, a CDF file selector window, and a variable selector window. It returns a structure identical to READ_MYCDF.

Calling Sequence

Result = XREAD_MYCDF()

Arguments

This function accepts no arguments at this time.

Keywords

NODATASTRUCT

If this keyword is set, then the .DAT field will be replaced with a field called .HANDLE. The value of this field is a handle_id where the data is located. Using this keyword can result in a performance improvement.

DEBUG

Set this keyword to turn on some progress messages.

Example

a=xread_mycdf()

Return to CDFplot