SetDescription("Perform SAR calibration on input complex images. The following product types are supported. TerraSARX, Sentinel1 L1, Radarsat2");
SetDescription("Perform radiometric calibration of SAR images. Since OTB 5.2, following product types are supported. TerraSARX, Sentinel1 L1, Radarsat2.\n The application allow s one to read complex and non-complex(intensity) band images.");
// Documentation
SetDocName("SAR Radiometric calibration");
SetDocLongDescription("This application performs SAR calibration on input complex images.");
SetDocLongDescription("This application performs radiometric calibration of SAR images. Since OTB 5.2, following product types are supported. TerraSARX, Sentinel1 L1, Radarsat2.\n The application allows one to read images with complex and non-complex pixel types(intensity band). For non-complex type, the application reads it as std::complex() with imaginary part set to zero. ");
SetParameterDescription("noise","Flag to disable noise");
SetParameterDescription("noise","Flag to disable noise. For 5.2.0 release, the noise values are only read by TerraSARX product. Hence for other sensors this flag has no effect.");