AVHRR Calibration and Georeferencing [message #44248] |
Fri, 03 June 2005 07:13  |
vinit11
Messages: 1 Registered: June 2005
|
Junior Member |
|
|
June 3, 2005
Hi,
I have an AVHRR file that I want to first calibrate and then georeference
using IDL (and ENVI).
Thanks to the 'envi_avhrr_calibrate_doit' I can input an AVHRR file and
get it calibrated. The output of this function is a file of type ENVI.
Now, there is also an 'envi_avhrr_geometry_doit' function that does what
georeferencing is needed, however, the input file to that function must be
of type AVHRR.
The problem I'm facing is that I cannot input the file that I calibrate
using the 'envi_avhrr_calibrate_doit' function (since it is of type ENVI
and needs to be of type AVHRR).
I'd be grateful if someone could help me come up with a solution to this
problem.
Thanks very much,
Vinit
|
|
|
Re: AVHRR Calibration and Georeferencing [message #44345 is a reply to message #44248] |
Fri, 03 June 2005 12:12   |
Jeff N.
Messages: 120 Registered: April 2005
|
Senior Member |
|
|
I don't know anything about AVHRR processing, but couldn't you
georeference before you calibrate? I took a quick look at the geometry
doit, and it seems like it just computes some output bands that you'd
use to do the georeferencing with, without actually changing the
original level 1b image file. So it seems to me you could call the
georeferencing doit, then calibrate the input file, then georeference
the resulting calibrated image with the output bands of the
georeferencing routine.
Jeff
vinit11 wrote:
> June 3, 2005
>
> Hi,
>
> I have an AVHRR file that I want to first calibrate and then georeference
> using IDL (and ENVI).
>
> Thanks to the 'envi_avhrr_calibrate_doit' I can input an AVHRR file and
> get it calibrated. The output of this function is a file of type ENVI.
>
> Now, there is also an 'envi_avhrr_geometry_doit' function that does what
> georeferencing is needed, however, the input file to that function must be
> of type AVHRR.
>
> The problem I'm facing is that I cannot input the file that I calibrate
> using the 'envi_avhrr_calibrate_doit' function (since it is of type ENVI
> and needs to be of type AVHRR).
>
> I'd be grateful if someone could help me come up with a solution to this
> problem.
>
> Thanks very much,
>
> Vinit
|
|
|
|
|
|
|
Re: AVHRR Calibration and Georeferencing [message #69172 is a reply to message #44248] |
Sat, 19 December 2009 12:10  |
Robert Moss, PhD
Messages: 29 Registered: November 2006
|
Junior Member |
|
|
On Dec 19, 5:20 am, Susanne Adams <adams.susa...@googlemail.com>
wrote:
> Hi,
>
> I have an AVHRR file that I want to first calibrate and then
> georeference
> using IDL (and ENVI).
>
> Thanks to the 'envi_avhrr_calibrate_doit' I can input an AVHRR file
> and
> get it calibrated. The output of this function is a file of type ENVI.
>
> Now, there is also an 'envi_avhrr_geometry_doit' function that does
> what
> georeferencing is needed, however, the input file to that function
> must be
> of type AVHRR.
>
> The problem I'm facing is that I cannot input the file that I
> calibrate
> using the 'envi_avhrr_calibrate_doit' function (since it is of type
> ENVI
> and needs to be of type AVHRR).
>
> I'd be grateful if someone could help me come up with a solution to
> this
> problem.
>
> Susi
envi_avhrr_geometry_doit does not actually georeference the input
file. You would use envi_avhrr_warp_doit for that purpose. You should
probably read the documentation more carefully. Put ENVI_AVHRR* in the
search and read about the routines that pop up
r
|
|
|