create_new_project¶
- HSTB.kluster.fqpr_project.create_new_project(output_folder=None)¶
Create a new FqprProject by taking in multibeam files, converting them, making a new Fqpr instance and loading that Fqpr into a new FqprProject.
- Parameters
output_folder (
Optional[str]) – optional, a path to an output folder, otherwise will convert right next to mbes_files- Returns
project instance, with one new Fqpr instance loaded in
- Return type