I'm trying to output the ROI of an image with the following code:
ENVI_OUTPUT_TO_EXTERNAL_FORMAT, dims=dims, fid=fid, OUT_NAME=noext+type+time+'.bin', /ENVI, pos=pos
Now the code works, the file is created, all is well and good BUT the new file is automatically loaded into my 'Available Bands' list. Does anyone know how to prevent this from happening?
|