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

Home » Public Forums » archive » Problem with compiling ENVI-BATCH routine
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Problem with compiling ENVI-BATCH routine [message #51189] Wed, 08 November 2006 03:26 Go to previous message
Josip Krizan is currently offline  Josip Krizan
Messages: 5
Registered: November 2006
Junior Member
Hi!

I have write some procedure :

PRO, Something

compile_opt IDL2
envi, /restore_base_save_files
envi_batch_init, log_file='batch_log.txt'

;open some file
ENVI_OPEN_FILE, inImage, R_FID=fidImg

;get map info
mapImg = ENVI_GET_MAP_INFO(FID=fidImg)

; get data
mask = ENVI_GET_DATA(FID=fidImg, DIMS=dimsImg, POS=0)

....
envi_batch_exit
END

Compiling of this procedure throws syntax error on all lines with
ENVI_GETMAP_INFO and ENVI_GET_DATA.
Solution is to run command: 'envi, /restore_base_save_files' first, and
then compiling is done without errors.

Does anybody has any idea about this?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Plot 3-D markers in iPlot
Next Topic: Re: Keystrokes While IN a Graphics Window?

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

Current Time: Wed Oct 08 18:57:21 PDT 2025

Total time taken to generate the page: 0.00462 seconds