I need to execute cc in a complete silent mode without having to view the confirmation message and click APPLY button when importing PTS files.
Here's what I'm doing
Code: Select all
CloudCompare -C_EXPORT_FMT ASC -PREC 6 -O -SKIP 1 e02-40cm.pts -CROP -5.8:-2.8:206.65:-1.2:-1.6:207.05
My first few lines of PTS file are the following (the format stays the same within a file):
Code: Select all
1849796
19.57710000 -3.35540000 207.03960000 -2047 0 0 0
19.57250000 -3.36630000 207.03950000 -2047 0 0 0
19.57760000 -3.37920000 207.03910000 -2047 0 0 0
19.57620000 -3.40450000 207.03860000 -1967 5 5 5
19.60490000 -3.43450000 207.03710000 -2047 0 0 0
19.45980000 -3.68110000 207.03650000 -1663 24 24 24
Thanks in advance for any hints :)
Just an observation
comparing the layout of INPUT PTS and OUTPUT PTS files I can see the difference in the order:
INPUT: X Y Z S R G B (S=scalar)
OUTPUT: X Y Z R G B S (S=scalar)
Maybe this is the reason why (and I have no idea which one is THE correct one...)...
Q: is there a way to specify the order of the fields in either the input or output file?