+ python -m profile_alignment --sonar --shape /working/shape.shp --write-shape /working/shape.json /working/b798ca1e-33b0-40cb-bf8d-82ddeb8cdcf5/processing/data/laser.ptd.dat fit =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Profile-alignemnt Version -> %s 0.0.26 Input file: /working/b798ca1e-33b0-40cb-bf8d-82ddeb8cdcf5/processing/data/laser.ptd.dat Add sonar points?: True Selected method: fit Shape to fit: /working/shape.shp Writing the selected reference shape: True The output alignment extension: json =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/app/profile_alignment/__main__.py", line 145, in main() File "/app/profile_alignment/__main__.py", line 105, in main laser_frames, project_info = LaserTool.load_digitized_points(input_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/profile_alignment/sensors/laser.py", line 38, in load_digitized_points laser_frames, project_info = PtdTools.read_ptd( ^^^^^^^^^^^^^^^^^^ File "/app/profile_alignment/read_write/read_write_ptd.py", line 151, in read_ptd raise FileNotFoundError(f"The file {input_file_path} does not exist.") FileNotFoundError: The file /working/b798ca1e-33b0-40cb-bf8d-82ddeb8cdcf5/processing/data/laser.ptd.dat does not exist.