distrib_run_process_backscatter¶
- HSTB.kluster.modules.backscatter.distrib_run_process_backscatter(worker_dat)¶
Convenience function for mapping process across cluster. Assumes that you are mapping this function with a list of data.
- Parameters
worker_dat (
list) – depending on sonar manufacturer, will at least include [raw_intensity, slant_range, surface_sound_speed, beam_angle] as the first entries. See the init for the different backscatter classes.- Returns
xarray Dataarray of the processed backscattering strength
- Return type
xr.Dataarray