I don't really get the problem, but in general GeoTransform works like that: <GeoTransform> X_COORDINATE_OF_TOP_LEFT_CORNER, (X_SIZE_IN_MAP/X_PIXEL_OF_IMAGE),-0.0000000000000000e+000, Y_COORDINATE_OF_TOP_LEFT_CORNER, 0.0000000000000000e+000,-(Z_SIZE_IN_MAP/Z_PIXEL_OF_IMAGE)</GeoTransform>
So if you have any problem with the import you can check the values an see what's going wrong... or if you want to write the header file manually.My sample header file looks like that:<PAMDataset>
<SRS>PROJCS["DHDN_3_Degree_Gauss_Zone_3",GEOGCS["GCS_Deutsches_Hauptdreiecksnetz",DATUM["Deutsches_Hauptdreiecksnetz",SPHEROID["Bessel_1841",6377397.155,299.1528128]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",3500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",9.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]</SRS>
<GeoTransform> 3475000e+000, 8.8183421516755e+000,-0.0000000000000000e+000, 5480000e+000, 0.0000000000000000e+000,-8.8183421516755e+000</GeoTransform>
<Metadata domain="IMAGE_STRUCTURE">
<MDI key="INTERLEAVE">PIXEL</MDI>
</Metadata>
<Metadata domain="ESRI">
<MDI key="PyramidResamplingType">NEAREST</MDI>
</Metadata>
</PAMDataset>
Regards Valentin