fqpr_actions module

HSTB.kluster.fqpr_actions Module

Functions

build_multibeam_action(destination, line_list)

Construct a convert multibeam action using the provided data

build_nav_action(destination, fqpr_instance, ...)

Generate a new import navigation (from POSPac SBET) action

build_processing_action(destination, args, ...)

Generate a new processing action, using the return from fqpr_generation.Fqpr.return_next_action.

build_surface_action(destination, ...[, ...])

Generate a new update surface action, adding multibeam files (or removing multibeam files) and regridding

build_svp_action(destination, fqpr_instance, ...)

Generate a new sound velocity import action, supports caris svp files

update_kwargs_for_multibeam(destination, ...)

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

update_kwargs_for_navigation(destination, ...)

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

update_kwargs_for_processing(destination, ...)

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

update_kwargs_for_surface(destination, ...)

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

update_kwargs_for_svp(destination, ...)

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

Classes

FqprAction([priority, action_type, text, ...])

Action class holds the function you are going to run and the arguments, as well as some helpful attributes to describe the action.

FqprActionContainer([parent])

ActionContainer attached to the fqpr_intelligence.FqprIntel object.