Hi,
I use ENVI's EOS tools such as EOS_SW_OPEN() to deal with ASTER data. All went perfectly. I got the Swath and Fields and then the data array. Well, but I still need the geolocation information to export as Geotiff. However I canonly find lat and lon using the LonResult = EOS_SW_ReadField( SwathID, GeoArr(0), LonBuf ) function. I cannot find the projection,earth model, or resolution information!
But if I use the envi_file_open routine to use the GUI to do the same thing, it comes with geolocation.
So what is the thing that ENVI routine does to fetch the geoinfo that I cannot find out through EOS functions in IDL?
Thanks a hundred times.
|