unable to filter by non numberical SF value in Command Line
Posted: Fri May 12, 2023 5:15 pm
Hi
I get
"[FILTER BY VALUE]
Failed to read a numerical parameter: max value (after min value). Got 'FILTER_SF' instead."
For this .bat
for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\MMS\02_Ground_Clean\*.las) DO (
"C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO "%%f" -AUTO_SAVE OFF -C_EXPORT_FMT PLY -SET_ACTIVE_SF 9 -FILTER_SF MIN N_SIGMA_MIN 0 -SET_ACTIVE_SF 7 -FILTER_SF 0 1 -SET_ACTIVE_SF 0 -SF_COLOR_SCALE ColorScale_Intensity_Fixed.xml -SF_CONVERT_TO_RGB FALSE -REMOVE_ALL_SFS -PLY_EXPORT_FMT BINARY_LE -SAVE_CLOUDS
)
The error is for sure here "-FILTER_SF MIN N_SIGMA_MIN 0 ", I whant to filet from the minimum value to the median value. I'm trying to split a road scan based on the GPS time. Since the dataset is manually cut in half and each half has GPS time values extreme one another.
According to the command details
"You can use special words in place of numbers that CC will replace by the actual SF values:
'MIN' = min value
'DISP_MIN' = min displayed value
'SAT_MIN' = min saturation value
'MAX' = max value
'DISP_MAX' = max displayed value
'SAT_MAX' = max saturation value
'N_SIGMA_MIN {N}' = mean - N * standard deviation
'N_SIGMA_MAX {N}' = mean + N * standard deviation"
cc 2.13 alpha 01/07/2023 (I'm downloading april beta just in case)
same issue with april version :|
I get
"[FILTER BY VALUE]
Failed to read a numerical parameter: max value (after min value). Got 'FILTER_SF' instead."
For this .bat
for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\MMS\02_Ground_Clean\*.las) DO (
"C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO "%%f" -AUTO_SAVE OFF -C_EXPORT_FMT PLY -SET_ACTIVE_SF 9 -FILTER_SF MIN N_SIGMA_MIN 0 -SET_ACTIVE_SF 7 -FILTER_SF 0 1 -SET_ACTIVE_SF 0 -SF_COLOR_SCALE ColorScale_Intensity_Fixed.xml -SF_CONVERT_TO_RGB FALSE -REMOVE_ALL_SFS -PLY_EXPORT_FMT BINARY_LE -SAVE_CLOUDS
)
The error is for sure here "-FILTER_SF MIN N_SIGMA_MIN 0 ", I whant to filet from the minimum value to the median value. I'm trying to split a road scan based on the GPS time. Since the dataset is manually cut in half and each half has GPS time values extreme one another.
According to the command details
"You can use special words in place of numbers that CC will replace by the actual SF values:
'MIN' = min value
'DISP_MIN' = min displayed value
'SAT_MIN' = min saturation value
'MAX' = max value
'DISP_MAX' = max displayed value
'SAT_MAX' = max saturation value
'N_SIGMA_MIN {N}' = mean - N * standard deviation
'N_SIGMA_MAX {N}' = mean + N * standard deviation"
cc 2.13 alpha 01/07/2023 (I'm downloading april beta just in case)
same issue with april version :|