comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Reading ERDAS IMAGINE
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Reading ERDAS IMAGINE [message #11904] Wed, 03 June 1998 00:00 Go to next message
Hein is currently offline  Hein
Messages: 2
Registered: April 1998
Junior Member
What is the simplest way to read ERDAS IMAGINE format in IDL?
Any Experiences?

Thanks

Achim Hein

Please answer also per mail
Re: Reading ERDAS IMAGINE [message #86823 is a reply to message #11904] Thu, 05 December 2013 10:10 Go to previous message
Leonardo R. Sbaraini is currently offline  Leonardo R. Sbaraini
Messages: 26
Registered: October 2007
Junior Member
ENVI_OPEN_DATA_FILE, erdasFile, /IMAGINE, R_FID=fid
stcGeo = ENVI_GET_MAP_INFO(FID=fid)
projName = stcGeo.proj.name
utmZone = fix(stcGeo.proj.params[0])
datum = stcGeo.proj.datum
ENVI_FILE_QUERY, fid, DIMS=dims, NL=height, NS=width
data = ENVI_GET_DATA(DIMS=dims, FID=fid, pos=[0])
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: PS fonts
Next Topic: structure references

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:01:08 PDT 2025

Total time taken to generate the page: 0.00615 seconds