I am new to gdal and it looks very promising ...but I am trying to make a geotiff with four bands from an RSat-2 SLC image but I don't need or want the imaginary part of the CFloat32 for now.

So far I have been able to extract the data and warp it to my favourite projection. Can gdal separate the CFloat32 and save the just real part?

gdal_translate.exe "RADARSAT_2_CALIB:SIGMA0:product.xml" out.tif
gdalwarp -s_srs wgs84.prf -t_srs aeaIS.prf -r bilinear out.tif image.tif

Thanks,
Derek
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to