Skip to content

__main__

main() #

Launch COGIP PAMI Obstacle Detector.

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

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

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