Hi,
I am trying to use the /invisble option of the envi_open_file function in ENVI 5.0, but it does not work -> the image is visible in the available band list. When I use the option in th ENVI_Doit function it is ok, but with envi_open_file it does not work:
This is ok:
ENVI_Doit,'Morph_Doit', FID = fid, DIMS = dims, POS = Lindgen(nb), METHOD = 1, GRAY = 1, KERNEL = Fltarr(win1,win1) + 1, VALUE = Fltarr(win1,win1) + 1, OUT_NAME = temp, R_FID = fid0,/INVISIBLE , /NO_REALIZE
This is not ok:
envi_open_file, temp, r_fid=fid0, /NO_REALIZE, /NO_INTERACTIVE_QUERY, /INVISIBLE
Is it a bug or did I use the option in a wrong way ?
Best regards,
|