Skip to content

__main__

main() #

Launch COGIP Obstacle Detector.

During installation of cogip-tools, setuptools is configured to create the cogip-detector script using this function as entrypoint.

Source code in cogip/tools/detector/__main__.py
133
134
135
136
137
138
139
140
def main():
    """
    Launch COGIP Obstacle Detector.

    During installation of cogip-tools, `setuptools` is configured
    to create the `cogip-detector` script using this function as entrypoint.
    """
    typer.run(main_opt)