saving Info of fitted plane

Feel free to ask any question here
Post Reply
Ingsayyad
Posts: 97
Joined: Fri Oct 25, 2013 9:17 am

saving Info of fitted plane

Post by Ingsayyad »

I am trying to fit plane by using command line. The info I am getting updates per minute. So in loop it overwrites the file.
I am getting 13 Bin files per minute with my dataset.
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_20_779.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_25_798.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_30_705.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_36_009.bin
------

But Info files is only one per minute.
CropedAREA_CROPPED_BEST_FIT_PLANE_INFO_2024-05-21_12h32
CropedAREA_CROPPED_BEST_FIT_PLANE_INFO_2024-05-21_12h33

Another question , It saves automatically how can save these bin and info file by userdefined name. After fitting plane, I am doing other operations also. C2Mdist etc.
daniel
Site Admin
Posts: 7458
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: saving Info of fitted plane

Post by daniel »

So currently it's hardcoded and this behavior can't be changed by the user... What would be easy to do is to make the timestamp more detailed (with seconds or even microseconds).

And/or add an option to set the base output filename.

I'll add this to the TODO list.
Daniel, CloudCompare admin
daniel
Site Admin
Posts: 7458
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: saving Info of fitted plane

Post by daniel »

At minimum, I've increased the timestamp resolution of the output files in this version: https://www.cloudcompare.org/release/Cl ... up_x64.exe
Daniel, CloudCompare admin
Post Reply