Dear all, I have a .sav file with the variables described here that I have imported from IDL into ENVI Classic: ALTI - FLOAT = Array[640, 420] : altitude FLAT3 - FLOAT = Array[640, 420, 438] : hyperspectral cube with 438 channels CUBE3 - FLOAT = Array[640, 420, 15] : spectral parameters calculated on FLAT3 to highlight different surface materials LATI - FLOAT = Array[640, 420] : latitude LONGI - FLOAT = Array[640, 420] : longitude I would like to know if it would be possible to do a georeferenced projection of "FLAT3" and" CUBE3" using the "LATI" and "LONGI" variables. and if so, what can I do about it? Thank you all in advance!
|