Re: AVHRR Calibration and Georeferencing [message #75509 is a reply to message #69180] |
Thu, 24 March 2011 10:11  |
Giuseppe Papa
Messages: 27 Registered: February 2010
|
Junior Member |
|
|
Hi Susi,
I had this exact same problem - And I'm sure you've probably already solved it by now but in case anyone else has the same problem here's how to solve it:
To both calibrate and navigate an AVHRR image in ENVI you have to first perform the calibration and save the result as an ENVI image (or to a file in ENVI's memory which is usually the handiest). Then you can georeference this calibrated ENVI image BUT you must give ENVI the original AVHRR image too.
In the dropdown menu to georeference (or warp) the calibrated image, select this image in memory first - the screen will refresh itself and you will be allowed to select the original AVHRR image secondly. ENVI will use the information from the original AVHRR image to further process your calibrated image.
I literally discovered this solution totally by accidentally, clicking on the wrong image when tired and sleepy. All the googling in the world couldn't give me this very simple solution - probably because it was too simple; but I'm self-taught in ENVI so it was anything but obvious to me :)
The procedure is the same if using ENVI in batch mode through IDL - calibrate first using envi_avhrr_calibrate_doit, then follow this up with:
"envi_doit, 'envi_avhrr_warp_doit', fid = (insert calibrated file fid), avhrr_fid = (orginial AVHRR fid), dims=dims, pos=pos" etc..
Hope this helps the next person who has this problem :)
Cheers,
Gillian
|
|
|