update_kwargs_for_svp¶
- HSTB.kluster.fqpr_actions.update_kwargs_for_svp(destination, fqpr_instance, svfiles)¶
Build a dictionary of updated settings for an existing import sound velocity action, use this with FqprActionContainer to update the action.
- Parameters
destination (
str) – file path to the converted Fqpr instancefqpr_instance (
Fqpr) – Fqpr object that we are importing the nav intosvfiles (
list) – list of sound velocity profile files (.svp)
- Returns
updated args for the svp action
- Return type
dict