Re: ENVI_OUTPUT_TO_EXTERNAL_FORMAT [message #48705] |
Wed, 17 May 2006 07:57 |
DMac
Messages: 6 Registered: May 2006
|
Junior Member |
|
|
I figured it out. I had the IMAGINE keyword set to ERDAS instead of
IMAGINE and it seemed to output to an older ERDAS format, which you are
probably right did not read floating point, current versions do.
Thanks for the response.
|
|
|
Re: ENVI_OUTPUT_TO_EXTERNAL_FORMAT [message #48716 is a reply to message #48705] |
Tue, 16 May 2006 20:58  |
Jeff N.
Messages: 120 Registered: April 2005
|
Senior Member |
|
|
DMac wrote:
> I wrote a batch script to convert ENVI formatted images to ERDAS
> Images. It works fine but it outputs the data as integer instead of
> floating point. The ENVI input files are floating point. Below is the
> script:
>
It's been a long time since I've used ERDAS - are you sure it can read
floating point images? My guess is either that it can't, or that the
ENVI_OUTPUT_TO_EXTERNAL_FORMAT routine is written to only work on
certain data types and converts any input data into one of those
formats if it isn't already in one.
|
|
|