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

Home » Public Forums » archive » (Beginner) issue setting variables using ENVI_FILE_QUERY
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: (Beginner) issue setting variables using ENVI_FILE_QUERY [message #86312 is a reply to message #86286] Fri, 25 October 2013 05:04 Go to previous message
Josh Sixsmith is currently offline  Josh Sixsmith
Messages: 13
Registered: December 2012
Junior Member
Seeing as you are still trying to use ENVI_FILE_QUERY, i suggest you ditch the call to openr, which is meant for access to a file on disk. ENVI_FILE_QUERY uses an fid to track files, and this is what you need to pass to ENVI_FILE_QUERY, not the file allocation unit.

If you want ENVI to open the file and then you can pass around the fid to all sorts of ENVI_DO_IT routines, then use ENVI_OPEN_DATA_FILE with the /TIFF keyword set for ENVI to automatically open the TIFF file. ENVI will internally keep track of the fid and you just pass around the fid to all sorts of ENVI related functions and procedures.

Cheers
Josh
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: xtickformat type conversion
Next Topic: Using POLYGON to plot unstructred mesh

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

Current Time: Fri Oct 10 17:44:09 PDT 2025

Total time taken to generate the page: 0.32093 seconds