Thank you for your reply.
I can of course tell you the contents of header file .
ENVI
description = {
ENVI File, Created [Sun Nov 30 17:24:31 2008] [Sun Nov 30 17:24:45 2008]}
samples = 2970
lines = 2116
bands = 44
header offset = 0
file type = ENVI Standard
data type = 2
interleave = bsq
sensor type = Unknown
byte order = 0
map info = {aea, 1.0000, 1.0000, 5444777.0000, 9081015.0000, 1.0000000000e+003, 1.0000000000e+003, WGS-84, units=Meters}
projection info = {9, 6378137.0, 6356752.3, 36.000000, 105.000000, 5000000.0, 5000000.0, 25.000000, 47.000000, WGS-84, aea, units=Meters}
wavelength units = Unknown
If you will I can email the file I used to you. ^o^
now I process the problem in two steps , firstly I use ENVI_OUTPUT_EXTERNAL_FORMAT to transform the
file format , then I use Visual C++ 6.0 with the support of GDAL software package to reset the projection parameters.
after that the result is OK.
|