The EOS_EXISTS function determines whether the current HDF-EOS extensions are supported on the current platform.
Examples
IF (~ HDF_EOS_EXISTS) THEN PRINT,'HDF-EOS not available.'
Syntax
Result = EOS_EXISTS( )
Return Value
Returns success (1) if the HDF-EOS extensions are supported, and fail (0) if not.
Arguments
None
Keywords
None
Version History