return_backscatter_settings

HSTB.kluster.modules.backscatter.return_backscatter_settings(multibeam_extension, fixed_gain_corrected=True, tvg_corrected=True, transmission_loss_corrected=True, area_corrected=True)

Return the basic formula/descriptions for each corrector enabled and this given sonar file extension.

Parameters
  • multibeam_extension (str) – one of [.all, .s7k, .kmall]

  • fixed_gain_corrected (bool) – if True, will return descriptor for removing fixed_gain from raw reflectivity

  • tvg_corrected (bool) – if True, will return descriptor for removing tvg from raw reflectivity

  • transmission_loss_corrected (bool) – if True, will return descriptor for adding on the transmission loss corrector

  • area_corrected (bool) – if True, will return descriptor for adding on the area correction

Returns

dict of processing settings for the given inputs

Return type

dict