+ python -m profile_alignment --sonar --shape /working/shape.shp /working/47e40e09-9409-40c5-90c8-ff42161a2055/processing/data/profile.pdd.dat fit2bottom =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Profile-alignemnt Version -> %s 0.0.17 Input file: /working/47e40e09-9409-40c5-90c8-ff42161a2055/processing/data/profile.pdd.dat Add sonar points?: True Selected method: fit2bottom Shape to fit: /working/shape.shp Writing the selected reference shape: False The output alignment extension: json =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Reading PDD file in binary format... Completed! 2026-02-19T04:32:47 - INFO: Calculating the size for all frames 0%| | 0/200 [00:00", line 198, in _run_module_as_main File "", line 88, in _run_code File "/app/profile_alignment/__main__.py", line 143, in main() File "/app/profile_alignment/__main__.py", line 89, in main fit_to_bottom( File "/app/profile_alignment/reference_fit/ref_fit_to_bottom.py", line 137, in fit_to_bottom LaserTool.write_aligned_frames(aligned_frames, output_dir, project_info) File "/app/profile_alignment/sensors/laser.py", line 76, in write_aligned_frames PddTools.write_to_pdd(pdd_frames, project_info, file_path) File "/app/profile_alignment/read_write/read_write_pdd.py", line 102, in write_to_pdd pdd_file.to_file(path=str(file_path), form=cast(ValidFormat, in_format)) File "/usr/local/lib/python3.11/site-packages/formats/pdd.py", line 156, in to_file self.write_binary(file) File "/usr/local/lib/python3.11/site-packages/formats/pdd.py", line 191, in write_binary w.write(struct.pack("<2qB", point.x, point.y, int(point.t.value))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ struct.error: argument out of range