update_kwargs_for_navigation

HSTB.kluster.fqpr_actions.update_kwargs_for_navigation(destination, fqpr_instance, navfiles, error_files, log_files)

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

Parameters
  • destination (str) – file path to the converted Fqpr instance

  • fqpr_instance (Fqpr) – Fqpr object that we are importing the nav into

  • navfiles (list) – list of post processed navigation files (.sbet)

  • error_files (list) – list of post processed navigation error files (.smrmsg)

  • log_files (list) – list of post processed navigation export files (.log)

Returns

updated args and kwargs for the navigation action

Return type

dict