fqpr_project module

HSTB.kluster.fqpr_project Module

Functions

create_new_project([output_folder])

Create a new FqprProject by taking in multibeam files, converting them, making a new Fqpr instance and loading that Fqpr into a new FqprProject.

open_project(project_path)

Load from a saved fqpr_project file

reprocess_fqprs(fqprs, newvalues, headindex, ...)

Convenience function for reprocessing a list of Fqpr objects according to the new arguments given here.

return_project_data(project_path)

Return the data contained in the provided project file

Classes

FqprProject([project_path])

The FqprProject class contains all the fqpr_generated.Fqpr objects and has methods for interacting with multiple of these objects as one big project.