<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I am using gdal_translate to create RADARSAT2 calibrated image data
(i.e, BETA0, etc.).&nbsp; It works fine with UNCALIB data:<br>
<blockquote>$gdal_translate.exe RADARSAT_2_CALIB:UNCALIB:product.xml
out.tif<br>
</blockquote>
However, it fails with the calibrated data (BETA0, SIGMA0, GAMMA0):<br>
<blockquote>$ gdal_translate.exe "RADARSAT_2_CALIB:BETA0:product.xml"
out.tif<br>
Input file size is 17610, 21191<br>
0ERROR 5: Access window out of range in RasterIO().&nbsp; Requested<br>
(17408,0) of size 1024x1024 on raster of 17610x21191.<br>
ERROR 1: IReadBlock failed at X offset 17, Y offset 0<br>
ERROR 1: GetBlockRef failed at X block offset 17, Y block offset 0<br>
</blockquote>
The version I am using is: GDAL 1.7.0dev, FWTools 2.3.1, released
2009/02/18<br>
<br>
<br>
<br>
</body>
</html>