id summary reporter owner description type status priority milestone component version severity resolution keywords cc 7222 Incorrect calculation of C23 in AirSAR Reader (gdal/frmts/airsar/airsardataset.cpp) chgHou warmerdam "According to AIRSAR data format (https://airsar.jpl.nasa.gov/documents/genairsar/chapter4.pdf, page 7), the correct way to calculate the imaginary part of C23 (Band 5) is using M24 and M14, rather than M23 which only contains real parts. {{{ #!c - pafLine[iPixel*2 + 1] = (float)(SQRT_2 * (m[M23] - m[M14])); + pafLine[iPixel*2 + 1] = (float)(SQRT_2 * (m[M24] - m[M14])); }}}" defect closed normal GDAL_Raster unspecified critical fixed