I'd like to be able to derive and export to a text file, a statistical test (Gauss) from the command line.
In this threadviewtopic.php?t=2363, Daniel said: You just wanted to extract the mean and standard deviation from a (cloud with) scalar field? If yes, then it's not possible at the moment (this function has not been exposed in command line mode).
1. Is it possible now?
2. If it is, what do I put in for the curly brackets (which are unknow before this test) then?
-STAT_TEST GAUSS {distrib parameters} {p-value} {neighbors count}
EDIT: In case someone else comes across this, a work around is to:
Code: Select all
cloudcompare -o “extracted clouds1.bin” -C_EXPORT_FMT ASC -ADD_HEADER
OUTSTANDING QUESTION:
3. While I've got someone's attention, can someone please guide me in: how can I tell (from the command line) CC to go to another directory to look for and open a file? Putting my working files in the Program files\CC seems like a bad practice.