[GRASS-user] SPOT 5 hrv atmospheric and geometric correction - how to?

Hi all, my first post,
How do I apply atmospheric and terrain correction to SPOT 5 HRV?

I am using SPOT 5 HRV I have a dem and details of sun zenith and azimuth,
I have tried using i.topo.corr but I see the code is setup for landsat bands,
I get data not DCELL, I believe this to be floating point.

I have a floating point dem in the same coordinate system and resolution.

The values for gain and bias in the header are for
gain number for each band eg 5 5 5 3
absolute calibration gains 1.189124 1.612545 1.713030 6.289000

I assume to use these I need to re-write scripts? Advice?

The terrain differences are great across image 0- 2000m,
Approx 10S of equator, so I have a few clouds too.

Anyone provide assistance?
Cheers
Dave

      Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://us.lrd.yahoo.com/_ylc=X3oDMTJxN2x2ZmNpBF9zAzIwMjM2MTY2MTMEdG1fZG1lY2gDVGV4dCBMaW5rBHRtX2xuawNVMTEwMzk3NwR0bV9uZXQDWWFob28hBHRtX3BvcwN0YWdsaW5lBHRtX3BwdHkDYXVueg--/SIG=14600t3ni/**http%3A//au.rd.yahoo.com/mail/tagline/creativeholidays/*http%3A//au.docs.yahoo.com/homepageset/%3Fp1=other%26p2=au%26p3=mailtagline

On Sat, Jun 13, 2009 at 6:31 AM, dave adams<daveadamsau@yahoo.com.au> wrote:

Hi all, my first post,
How do I apply atmospheric and terrain correction to SPOT 5 HRV?

I am using SPOT 5 HRV I have a dem and details of sun zenith and azimuth,

We have i.atcorr:
http://grass.itc.it/grass64/manuals/html64_user/i.atcorr.html

but it apparently lacks SPOT 5 HRV. If you could find the filter functions
for us, we can rather easily implement support.

For terrain correction, see
http://josef.fsv.cvut.cz/WIKI/grass-osgeo/index.php/Image_processing#Correction_for_topographic.2Fterrain_effects

The cosine correction can be implemented with r.mapcalc.

Markus