update_kwargs_for_multibeam

HSTB.kluster.fqpr_actions.update_kwargs_for_multibeam(destination, line_list, client=None, settings=None, skip_dask=False)

Build a dictionary of updated settings for an existing multibeam action, use this with FqprActionContainer to update the action.

Parameters
  • destination (str) – path to the output folder that the converted data will be saved to

  • line_list (list) – list of multibeam file paths

  • client (Optional[Client]) – optional, dask distributed client if using dask

  • settings (Optional[dict]) – optional settings dictionary used to override kwargs (default processing options)

  • skip_dask (bool) – skip starting the dask client

Returns

updated args and kwargs for the multibeam action

Return type

dict