Page 1 of 1

saving Info of fitted plane

Posted: Tue May 21, 2024 11:41 am
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.

Re: saving Info of fitted plane

Posted: Fri May 24, 2024 6:17 am
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.

Re: saving Info of fitted plane

Posted: Sun May 26, 2024 10:07 am
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