X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 16 Dec 2009 03:19 AM by  anon
AVHRR Calibration and Georeferencing
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
16 Dec 2009 03:19 AM
    Hello, 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.   Susanne

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    29 Dec 2009 10:40 AM
    ENVI_AVHRR_WARP_DOIT should allow you to georeference the calibrated data directly.  ENVI_AVHRR_GEOMETRY_DOIT does not georeference the data but calculates the latitude/longitude bands from the original dataset.  These in turn can be used in ENVI_GLT_DOIT and then ENVI_GEOREF_FROM_GLT_DOIT which can take the calibrated data, the GLT and perform the georeferencing.
    You are not authorized to post a reply.