core.scripts.fit_references

core.scripts.fit_references#

Copyright (c) Meta, Inc. and its affiliates.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Attributes#

Functions#

fit_linref(→ None)

Fit linear references using the standard config

Module Contents#

core.scripts.fit_references.fit_linref(config: dict, output_path: str | pathlib.Path) None#

Fit linear references using the standard config

Parameters:
  • config – config

  • output_path – output path

core.scripts.fit_references.parser#