by Jean H <jghasban@[EMAIL PROTECTED]
>
Feb 26, 2008 at 02:26 PM
frankosuna wrote:
> Hello,
>
> I need to create an envi img from IDL and do not know if this is even
> possible. I initially was creating a .bmp image but realized that
> this image format would not work with what I am trying to do. I was
> plotting x and y values and creating the bmp image from the plot.
> Does IDL provide any functionality to do this?
>
> Thanks in advance,
>
> Frank
You can call ENVI's functions in IDL!
Have a look at
ENVI_WRITE_ENVI_FILE
Jean