EOS_QUERY
Syntax | Return Value | Arguments | Version History
The EOS_QUERY function returns information about the makeup of an HDF-EOS file.
Syntax
Result = EOS_QUERY( Filename, [Info] )
Return Value
This function returns integer value of 1 if the file is an HDF file with EOS extensions, and 0 otherwise.
Arguments
Filename
A scalar string containing the name of the file to query.
Info
Returns an anonymous structure containing information about the contents of the file. The returned structure contains the following fields:
Version History