sift:command_line
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sift:command_line [2025/09/12 17:57] – sgranger | sift:command_line [2026/08/21 16:02] (current) – wikisysop | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Sift Command Line ===== | + | ====== Sift Command Line ====== |
| - | It is possible to run sift from the command line, this offers several advantages: | + | Running Sift from the command line offers several advantages: |
| - | * With no need to update a GUI or plots the application will run much faster | + | * With no need to update a GUI or plots, the application will run much faster |
| - | * With experience it makes it possible to quickly execute commands | + | * With experience, it makes it possible to quickly execute commands |
| - | * Creating a bat file or python script it is possible to completely automate processing | + | * Creating a bat file or python script |
| Line 38: | Line 38: | ||
| + | ---- | ||
| ===== Command Reference ===== | ===== Command Reference ===== | ||
| ---- | ---- | ||
| ==== -LoadLib / -l ==== | ==== -LoadLib / -l ==== | ||
| ---- | ---- | ||
| - | Search the provided directory and all sub directories for .cmz files and load them | + | Search the provided directory and all sub directories for .cmz files and load them into the library |
| === Parameters === | === Parameters === | ||
| __**directory (DEFAULT) (REQUIRED) **__ \\ | __**directory (DEFAULT) (REQUIRED) **__ \\ | ||
| Line 49: | Line 50: | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| __**libQuery **__ \\ | __**libQuery **__ \\ | ||
| - | A query to refine the files loaded into the library. | + | The query used to refine the files loaded into the library |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** NULL | * **Default Value:** NULL | ||
| __**libSubjTags **__ \\ | __**libSubjTags **__ \\ | ||
| - | A list of subject tags. | + | A list of subject tags that must be included within the .cmzs |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** NULL | * **Default Value:** NULL | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -LoadLib / -l ==== | ||
| + | ---- | ||
| + | Search the provided directory and all sub directories for .cmz files and load them into the library | ||
| + | === Parameters === | ||
| + | __**directory (DEFAULT) (REQUIRED) **__ \\ | ||
| + | A path to the root directory to be searched recursively for .cmzs | ||
| + | * **Data Type:** String (Directory) | ||
| + | * **Default Value:** N/A | ||
| + | __**libQuery **__ \\ | ||
| + | The query used to refine the files loaded into the library | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**libSubjTags **__ \\ | ||
| + | A list of subject tags that must be included within the .cmzs | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -LoadND / -lnd ==== | ||
| + | ---- | ||
| + | Takes in the filepath for a Sift Normal Database .Sift file and loads it into the current project. | ||
| + | === Parameters === | ||
| + | __**File (DEFAULT) (REQUIRED) **__ \\ | ||
| + | A filepath with the Normal Database .sift file to be loaded into the workspace | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| ---- | ---- | ||
| Line 68: | Line 99: | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -LoadProject / -ld ==== | ||
| + | ---- | ||
| + | Load a previously saved project | ||
| + | === Parameters === | ||
| + | __**file (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The path and name of the project | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**loadLib **__ \\ | ||
| + | If passed Sift will attempt to load the library associated with the project | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -LoadNDQuery / -ndq ==== | ||
| + | ---- | ||
| + | Load and calculate a predifined Normal Database query | ||
| + | === Parameters === | ||
| + | __**file (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Path to the .q3d containing query definitions | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SaveProject / -sv ==== | ||
| + | ---- | ||
| + | Save the current project | ||
| + | === Parameters === | ||
| + | __**file (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The path and name of the file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -ClearProject / -clr ==== | ||
| + | ---- | ||
| + | Clear and create a new project workspace (All unsaved progress will be lost) | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SelectSignals / -sig ==== | ||
| + | ---- | ||
| + | Select queried signals (if no parameters are passed all signals are selected) | ||
| + | === Parameters === | ||
| + | __**group **__ \\ | ||
| + | The name of a group to be selected (pass multiple times to select more than one) | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | __**workspace **__ \\ | ||
| + | The name of a workspace to be selcted (pass multiple time to select more than one) | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SelectMetrics / -met ==== | ||
| + | ---- | ||
| + | Select queried metrics (if no parameters are passed all metrics are selected) | ||
| + | === Parameters === | ||
| + | __**group **__ \\ | ||
| + | The name of the group to be selected (pass multiple times to select more than one) | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | __**workspace **__ \\ | ||
| + | The name of the workspace to be selected (pass multiple times to select more than one) | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -RunTheiaBatch / -RunTheia / -RTB ==== | ||
| + | ---- | ||
| + | Make a call to Theia3D.exe and pass an instruction file | ||
| + | === Parameters === | ||
| + | __**settingsFile (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The instruction set for Theia3D | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**theiaLocation **__ \\ | ||
| + | The location of Theia3D.exe, | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -BuildNormalDatabase / -BuildND ==== | ||
| + | ---- | ||
| + | Build a normal database using currently queried data | ||
| + | === Parameters === | ||
| + | __**excludedData **__ \\ | ||
| + | Pass to use excluded data when creating normal database | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**filePath (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Location to save the ND | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**group **__ \\ | ||
| + | Group to build normal database with, pass multiple time to select more than one, do not pass to select all | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | __**librarySummary **__ \\ | ||
| + | Pass to include a library summary in the normal database, if no other summaries are passed this is the default | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**summaryStats **__ \\ | ||
| + | What statistics to build the normal database with, pass multiple times to select more than one, do not pass to select all | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | * **Options: | ||
| + | __**trialSummary **__ \\ | ||
| + | Pass to include a trial summary in the normal database, if no other summaries are passed librarySummbary is the default | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**workspaceSummary **__ \\ | ||
| + | Pass to include a workspace summary in the normal database, if no other summaries are passed librarySummary is the default | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -MakeHybridModel ==== | ||
| + | ---- | ||
| + | Adds the MakeHybridModel module to the build CMZ function. | ||
| + | === Parameters === | ||
| + | __**currentFileDirectory (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Path to library directory | ||
| + | * **Data Type:** String (Directory) | ||
| + | * **Default Value:** N/A | ||
| + | __**modelTemplateFile (REQUIRED) **__ \\ | ||
| + | Path to MDH settings file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -MergeData / -Merge ==== | ||
| + | ---- | ||
| + | Adds the MergeData module to the build CMZ function. | ||
| + | === Parameters === | ||
| + | __**mergeScriptFile (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Path to V3S script file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -AddMetaData / -Merge ==== | ||
| + | ---- | ||
| + | Adds the AddMetaData module to the build CMZ function. | ||
| + | === Parameters === | ||
| + | __**metaFile (REQUIRED) **__ \\ | ||
| + | Path to CSV metadata file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**settingsFile (DEFAULT) **__ \\ | ||
| + | Path to XML settings file for metaData selections | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -TagByFile ==== | ||
| + | ---- | ||
| + | Adds the TagByFile module to the build CMZ function. | ||
| + | === Parameters === | ||
| + | __**MaskAndTag (DEFAULT) (REQUIRED) **__ \\ | ||
| + | String containing the file mask followed by the tag to assign the file. These should be separated with a colon ':' | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -AddV3DScript ==== | ||
| + | ---- | ||
| + | Adds the V3D Script module to the build CMZ function. | ||
| + | === Parameters === | ||
| + | __**scriptFile (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Path to script file | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -BuildCMZ ==== | ||
| + | ---- | ||
| + | Main function for building CMZ workspaces. Calls sub functions | ||
| + | ~ directory | ||
| + | ~ settingsFile | ||
| + | ~ preview | ||
| + | === Parameters === | ||
| + | __**directory (DEFAULT) (REQUIRED) **__ \\ | ||
| + | A path to the root directory to be searched recursively for .c3ds | ||
| + | * **Data Type:** String (Directory) | ||
| + | * **Default Value:** N/A | ||
| + | __**settingsFile**__ \\ | ||
| + | A .xml file containing buildCMZ dialog settings saved from the GUI | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**preview**__ \\ | ||
| + | If passed Sift will provide a preview of the build it will run and ask the user if they wish to continue. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | < | ||
| ---- | ---- | ||
| ==== -RunPCA / -pca ==== | ==== -RunPCA / -pca ==== | ||
| ---- | ---- | ||
| - | Run Principal Compnent Analysis | + | Run Principal Compnent Analysis |
| === Parameters === | === Parameters === | ||
| __**name (DEFAULT) (REQUIRED) **__ \\ | __**name (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The name of the new PCA being computed | + | The name of the PCA |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| __**numPCs **__ \\ | __**numPCs **__ \\ | ||
| - | The number of dimensions to reduce to | + | The number of principal components calculated |
| * **Data Type:** Integer | * **Data Type:** Integer | ||
| * **Default Value:** 4 | * **Default Value:** 4 | ||
| __**workspaceMean **__ \\ | __**workspaceMean **__ \\ | ||
| - | If passed | + | If passed run PCA on workspace |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| Line 91: | Line 331: | ||
| ==== -RunLOF / -lof ==== | ==== -RunLOF / -lof ==== | ||
| ---- | ---- | ||
| - | Run Local Outlier Factor | + | Run Local Outlier Factor |
| === Parameters === | === Parameters === | ||
| __**autoExclude **__ \\ | __**autoExclude **__ \\ | ||
| Line 98: | Line 338: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**grouping **__ \\ | __**grouping **__ \\ | ||
| - | How should data be grouped before | + | How should data be grouped before |
| - | Combined Groups: All data points will be compared | + | |
| - | Groups: Data will be compared within groups | + | |
| - | Workspace: Data will be compared within workspaces | + | |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** combined group | * **Default Value:** combined group | ||
| Line 134: | Line 371: | ||
| ==== -RunKMeans / -kmeans ==== | ==== -RunKMeans / -kmeans ==== | ||
| ---- | ---- | ||
| - | Run K-Means | + | Run K-Means |
| === Parameters === | === Parameters === | ||
| __**clusters **__ \\ | __**clusters **__ \\ | ||
| - | How many clusters | + | How many clusters |
| * **Data Type:** Integer | * **Data Type:** Integer | ||
| * **Default Value:** 2 | * **Default Value:** 2 | ||
| Line 145: | Line 382: | ||
| * **Default Value:** 0 | * **Default Value:** 0 | ||
| __**grouping **__ \\ | __**grouping **__ \\ | ||
| - | How should data be grouped before | + | How should data be grouped before |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** combined group | * **Default Value:** combined group | ||
| Line 162: | Line 399: | ||
| * **Default Value:** 95 | * **Default Value:** 95 | ||
| __**scaleToVariability **__ \\ | __**scaleToVariability **__ \\ | ||
| - | Scale all calculated values to the variavility | + | Scale all calculated values to the variability |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| Line 170: | Line 407: | ||
| ==== -RunSPE / -spe ==== | ==== -RunSPE / -spe ==== | ||
| ---- | ---- | ||
| - | Run Squared Prediction Error | + | Run Squared Prediction Error on the currently active PCA |
| === Parameters === | === Parameters === | ||
| __**alphaValue **__ \\ | __**alphaValue **__ \\ | ||
| - | The alpha threshold used to determine outliers: 0.1, 0.05, 0.025, 0.01, 0.005 | + | The alpha threshold used to determine outliers |
| * **Data Type:** Decimal | * **Data Type:** Decimal | ||
| * **Default Value:** 0.1 | * **Default Value:** 0.1 | ||
| Line 194: | Line 431: | ||
| ==== -RunMah / -mah ==== | ==== -RunMah / -mah ==== | ||
| ---- | ---- | ||
| - | Run Mahalanobis Distance test | + | Run Mahalanobis Distance test on the currently active PCA |
| === Parameters === | === Parameters === | ||
| __**alphaValue **__ \\ | __**alphaValue **__ \\ | ||
| - | The alpha threshold used to determine outliers: 0.1, 0.05, 0.025, 0.01, 0.005 | + | The alpha threshold used to determine outliers |
| * **Data Type:** Decimal | * **Data Type:** Decimal | ||
| * **Default Value:** 0.1 | * **Default Value:** 0.1 | ||
| Line 206: | Line 443: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**grouping **__ \\ | __**grouping **__ \\ | ||
| - | How should data be grouped before running: Combined Groups: All data points will be compared Groups: Data will be compared within groups Workspace: Data will be compared within workspaces | + | How should data be grouped before running |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** combined group | * **Default Value:** combined group | ||
| Line 227: | Line 464: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -RunGDI ==== | ||
| + | ---- | ||
| + | Calculate Gait Deviation Index (GDI) | ||
| + | === Parameters === | ||
| + | __**computeComponents **__ \\ | ||
| + | If passed compute all component queries | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**computeQueries **__ \\ | ||
| + | If passed compute generated queries after running | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**leftEvent **__ \\ | ||
| + | The left gait event used | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**normalDatabase (REQUIRED) **__ \\ | ||
| + | The normal database used to run GDI | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**normalizedPoints **__ \\ | ||
| + | The number of points to normalize to | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**rightEvent **__ \\ | ||
| + | The right gait event used | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**settingsFile (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The settings XML file containing the calculate instructions, | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**signalFolder **__ \\ | ||
| + | What folder to search for signals | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| ---- | ---- | ||
| ==== -RunV3D / -s / -plpath ==== | ==== -RunV3D / -s / -plpath ==== | ||
| ---- | ---- | ||
| - | Run pipelines via the V3D engine | + | Run pipelines via the Visual3D |
| === Parameters === | === Parameters === | ||
| __**exportLog **__ \\ | __**exportLog **__ \\ | ||
| - | If passed | + | If passed |
| * **Data Type:** String (File Path) | * **Data Type:** String (File Path) | ||
| * **Default Value:** NULL | * **Default Value:** NULL | ||
| __**onLib **__ \\ | __**onLib **__ \\ | ||
| - | If passed the the loaded library | + | If passed the scripts will be run on the loaded library |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**script (DEFAULT) (REQUIRED) **__ \\ | __**script (DEFAULT) (REQUIRED) **__ \\ | ||
| - | A path to the script file to be run, multiple scripts can be passed by repeating the parameter | + | A path to the script file, multiple scripts can be passed by repeating the parameter |
| * **Data Type:** List | * **Data Type:** List | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| Line 253: | Line 529: | ||
| === Parameters === | === Parameters === | ||
| __**command (DEFAULT) (REQUIRED) **__ \\ | __**command (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The pipeline command | + | The pipeline command executed |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| Line 259: | Line 535: | ||
| ---- | ---- | ||
| - | ==== -dirpath | + | ==== -DirPath |
| ---- | ---- | ||
| - | Set a global variable to the passed path | + | Set a global variable |
| === Parameters === | === Parameters === | ||
| __**path (DEFAULT) (REQUIRED) **__ \\ | __**path (DEFAULT) (REQUIRED) **__ \\ | ||
| Line 268: | Line 544: | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SetEnginePluginsFolder / -SEPF ==== | ||
| + | ---- | ||
| + | Set the location the engine will look for plugins e.g Meta-Commands | ||
| + | === Parameters === | ||
| + | __**folderPath (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The path to the engine plugins folder | ||
| + | * **Data Type:** String (Directory) | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| ---- | ---- | ||
| ==== -RegisterCurves / -rc ==== | ==== -RegisterCurves / -rc ==== | ||
| ---- | ---- | ||
| - | Register | + | Register |
| === Parameters === | === Parameters === | ||
| __**eventSequence **__ \\ | __**eventSequence **__ \\ | ||
| Line 279: | Line 566: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**localMax **__ \\ | __**localMax **__ \\ | ||
| - | Use local maximum | + | Register by local maximum |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| Line 291: | Line 578: | ||
| * **Default Value:** -1 | * **Default Value:** -1 | ||
| __**localMin **__ \\ | __**localMin **__ \\ | ||
| - | use local minimum | + | Register by local minimum |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| Line 311: | Line 598: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**name (DEFAULT) (REQUIRED) **__ \\ | __**name (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The name for the group after curve registration | + | The name for the new group created |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| Line 319: | Line 606: | ||
| ==== -CreateGLM / -glm ==== | ==== -CreateGLM / -glm ==== | ||
| ---- | ---- | ||
| - | Create a General Linear Model | + | Create a General Linear Model using the selected groups / workspaces |
| === Parameters === | === Parameters === | ||
| __**grouping **__ \\ | __**grouping **__ \\ | ||
| Line 327: | Line 614: | ||
| * **Options: | * **Options: | ||
| __**name (DEFAULT) (REQUIRED) **__ \\ | __**name (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The name of the GLM created | + | The name of the GLM |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| Line 433: | Line 720: | ||
| ==== -RunSPMOneWayAnova ==== | ==== -RunSPMOneWayAnova ==== | ||
| ---- | ---- | ||
| - | Run Statistical Parameteric Mapping | + | Run Statistical Parameteric Mapping |
| === Parameters === | === Parameters === | ||
| __**alpha (REQUIRED) **__ \\ | __**alpha (REQUIRED) **__ \\ | ||
| Line 458: | Line 745: | ||
| Run Dynamic Time Warping | Run Dynamic Time Warping | ||
| === Parameters === | === Parameters === | ||
| - | __**name (REQUIRED) | + | __**DTWType |
| - | The name of the DTW test being run | + | The type of DTW test to run. |
| * **Data Type:** String | * **Data Type:** String | ||
| + | * **Default Value:** FindOutliers | ||
| + | * **Options: | ||
| + | __**exclude **__ \\ | ||
| + | Do you want to exclude the found traces? | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**framesOfTrace **__ \\ | ||
| + | The frames of the trace you want to compare the dataset to. Example input frames: [1,100] | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**groupOfTrace **__ \\ | ||
| + | The group of the trace you want to compare the dataset to. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**groups (REQUIRED) **__ \\ | ||
| + | Groups to run DTW on | ||
| + | * **Data Type:** List | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| __**standardDeviations **__ \\ | __**standardDeviations **__ \\ | ||
| Line 467: | Line 771: | ||
| * **Default Value:** 1 | * **Default Value:** 1 | ||
| * **Options: | * **Options: | ||
| + | __**testName (REQUIRED) **__ \\ | ||
| + | The name of the DTW test being run. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | __**trialOfTrace **__ \\ | ||
| + | The trial of the trace you want to compare the dataset to. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**workspaceOfTrace **__ \\ | ||
| + | The workspace of the trace you want to compare the dataset to. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**workspaces **__ \\ | ||
| + | Workspaces to run DTW on, if left blank all workspaces will be used. | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -DeleteGLM / -DGLM ==== | ||
| + | ---- | ||
| + | Delete an existing GLM and all of its associated SPMs | ||
| + | === Parameters === | ||
| + | __**name (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The name of the GLM to delete | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -DeleteSPM / -DSPM ==== | ||
| + | ---- | ||
| + | Delete an existing SPM from the passed GLM | ||
| + | === Parameters === | ||
| + | __**glm (REQUIRED) **__ \\ | ||
| + | The name of the GLM that contains the SPM to delete | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | __**spm (REQUIRED) **__ \\ | ||
| + | The name of the SPM to delete | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SelectGLM / -SGLM ==== | ||
| + | ---- | ||
| + | Select an existing GLM | ||
| + | === Parameters === | ||
| + | __**name (DEFAULT) (REQUIRED) **__ \\ | ||
| + | The name to the GLM to select | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -SelectSPM / -SSPM ==== | ||
| + | ---- | ||
| + | Select and existing SPM from the active GLM | ||
| + | === Parameters === | ||
| + | __**glm (REQUIRED) **__ \\ | ||
| + | The name of the GLM containing the SPM to select | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | __**spm (REQUIRED) **__ \\ | ||
| + | The name of the SPM to select | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -RunGPS / -GPS ==== | ||
| + | ---- | ||
| + | Calulates GPS metrics for the loaded data. | ||
| + | === Parameters === | ||
| + | __**computeComponentQueries **__ \\ | ||
| + | If passed calculate individual component queries generated by results | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**computeQueries **__ \\ | ||
| + | If passed calculate all queries generated by results | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**leftEvent **__ \\ | ||
| + | The left cycle event to use for gait | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**normalDatabase (REQUIRED) **__ \\ | ||
| + | Path to normal database file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**normalizedPoints **__ \\ | ||
| + | How many points to normalize to | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**p2dFolder **__ \\ | ||
| + | The normal database folder (only used for .vnd files) | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**rightEvent **__ \\ | ||
| + | The right cycle event to use for gait | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**settingsFile (DEFAULT) (REQUIRED) **__ \\ | ||
| + | Path to XML settings file, to overwrite any settings within the file pass the associated parameter | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**signalFolder **__ \\ | ||
| + | The folder the singal can be found in | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**signalType **__ \\ | ||
| + | The signal type the signal can be found in | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -RunGGA / -GGA ==== | ||
| + | ---- | ||
| + | Execute the GGA process on all loaded .cmz files in the library using the configured parameters and settings. | ||
| + | === Parameters === | ||
| + | __**computeQuery **__ \\ | ||
| + | Compute query after calculation | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**leftCycleEvent **__ \\ | ||
| + | The left cycle event to be evaluated | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**leftSelects **__ \\ | ||
| + | Select the left side signals for GGA processing | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | __**pelvis **__ \\ | ||
| + | Select pelvis signal to use for GGA computation | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**settingsFile **__ \\ | ||
| + | A path to a LGGA settings file | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** NULL | ||
| + | __**signalFolder **__ \\ | ||
| + | The folder of signals you would like to process for LGGA | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** ORIGINAL | ||
| + | * **Options: | ||
| + | __**signalMagnitude **__ \\ | ||
| + | Use signal magnitude for LGGA | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**trunk **__ \\ | ||
| + | Select trunk signal to use for GGA computation | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| ---- | ---- | ||
| Line 491: | Line 950: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 535: | Line 994: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 589: | Line 1048: | ||
| * **Options: | * **Options: | ||
| < | < | ||
| + | |||
| + | ---- | ||
| + | ==== -ExportStatsTestResults ==== | ||
| + | ---- | ||
| + | Export results from statistical tests | ||
| + | === Parameters === | ||
| + | __**exportFormat **__ \\ | ||
| + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** standard | ||
| + | * **Options: | ||
| + | __**file (REQUIRED) **__ \\ | ||
| + | Desired path for the text export to be saved | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**groupResults **__ \\ | ||
| + | Export group results: Mean, Standard Deviation, Standard Error, N | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**precision **__ \\ | ||
| + | How many decimal places should values be displayed to | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** 4 | ||
| + | __**testInfo **__ \\ | ||
| + | Export test information: | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**testResults **__ \\ | ||
| + | Export test results: | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | < | ||
| ---- | ---- | ||
| Line 596: | Line 1087: | ||
| === Parameters === | === Parameters === | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 636: | Line 1127: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 664: | Line 1155: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 696: | Line 1187: | ||
| * **Default Value:** false | * **Default Value:** false | ||
| __**exportFormat **__ \\ | __**exportFormat **__ \\ | ||
| - | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D | + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV |
| * **Data Type:** String | * **Data Type:** String | ||
| * **Default Value:** standard | * **Default Value:** standard | ||
| - | * **Options: | + | * **Options: |
| __**file (REQUIRED) **__ \\ | __**file (REQUIRED) **__ \\ | ||
| Desired path for the text export to be saved | Desired path for the text export to be saved | ||
| Line 763: | Line 1254: | ||
| ---- | ---- | ||
| - | ==== -ExportPlotSignalTime / -ExportPlotST / -EPST ==== | + | ==== -ExportND |
| ---- | ---- | ||
| + | Export Principal Component Analysis results | ||
| + | === Parameters === | ||
| + | __**exportFormat **__ \\ | ||
| + | What format should be exported: Standard ASCII, Transposed ASCII, SPSS ASCII, P2D, CSV | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** standard | ||
| + | * **Options: | ||
| + | __**file (REQUIRED) **__ \\ | ||
| + | Desired path for the text export to be saved | ||
| + | * **Data Type:** String (File Path) | ||
| + | * **Default Value:** N/A | ||
| + | __**ndSignals **__ \\ | ||
| + | Export Normal Database Signals | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**precision **__ \\ | ||
| + | How many decimal places should values be displayed to | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** 4 | ||
| + | < | ||
| + | ---- | ||
| + | ==== -ExportPlotSignalTime / -ExportPlotST / -EPST ==== | ||
| + | ---- | ||
| + | Export a signal time plot using the currently selected groups / workspaces | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 844: | Line 1359: | ||
| ==== -ExportPlotMetric / -ExportPlotM / -EPM ==== | ==== -ExportPlotMetric / -ExportPlotM / -EPM ==== | ||
| ---- | ---- | ||
| + | Export a metric plot using the currently selected groups / workspaces | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 933: | Line 1448: | ||
| ==== -ExportPlotPairSignal / -ExportPlotPS / -EPPS ==== | ==== -ExportPlotPairSignal / -ExportPlotPS / -EPPS ==== | ||
| ---- | ---- | ||
| + | Export a Signal Signal plot using the currently selected groups / workspaces | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1016: | Line 1531: | ||
| ==== -ExportPlotPairMetric / -ExportPlotPM / -EPPM ==== | ==== -ExportPlotPairMetric / -ExportPlotPM / -EPPM ==== | ||
| ---- | ---- | ||
| + | Export a Metric Metric plot using the currently selected groups / workspaces | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1107: | Line 1622: | ||
| ==== -ExportPlotSPM / -EPSPM ==== | ==== -ExportPlotSPM / -EPSPM ==== | ||
| ---- | ---- | ||
| + | Export the current SPM plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1156: | Line 1671: | ||
| ==== -ExportPlotResiduals / -ExportPlotR / -EPR ==== | ==== -ExportPlotResiduals / -ExportPlotR / -EPR ==== | ||
| ---- | ---- | ||
| + | Export the current GLMs residuals plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1254: | Line 1769: | ||
| ==== -ExportPlotVarianceExplained / -ExportPlotVE / -EPVE ==== | ==== -ExportPlotVarianceExplained / -ExportPlotVE / -EPVE ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs variance explained plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1303: | Line 1818: | ||
| ==== -ExportPlotLoadingVector / -ExportPlotLV / -EPLV ==== | ==== -ExportPlotLoadingVector / -ExportPlotLV / -EPLV ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs loading vectors plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1360: | Line 1875: | ||
| ==== -ExportPlotWorkspaceScores / -ExportPlotWS / -EPWS ==== | ==== -ExportPlotWorkspaceScores / -ExportPlotWS / -EPWS ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs workspace scores plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1421: | Line 1936: | ||
| ==== -ExportPlotGroupScores / -ExportPlotGS / -EPGS ==== | ==== -ExportPlotGroupScores / -ExportPlotGS / -EPGS ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs groups scores plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1470: | Line 1985: | ||
| ==== -ExportPlotReconstruction / -ExportPlotR / -EPR ==== | ==== -ExportPlotReconstruction / -ExportPlotR / -EPR ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs reconstruction plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1535: | Line 2050: | ||
| ==== -ExportPlotExtreme / -ExportPlotE / -EPE ==== | ==== -ExportPlotExtreme / -ExportPlotE / -EPE ==== | ||
| ---- | ---- | ||
| + | Export the current PCAs extreme plot | ||
| === Parameters === | === Parameters === | ||
| __**dataStyle **__ \\ | __**dataStyle **__ \\ | ||
| Line 1589: | Line 2104: | ||
| * **Default Value:** ### | * **Default Value:** ### | ||
| < | < | ||
| - | |||
| - | ---- | ||
| - | ==== -SelectSignals / -sig ==== | ||
| - | ---- | ||
| - | Select queried signals (if no parameters are passed all signals are selected) | ||
| - | === Parameters === | ||
| - | __**group **__ \\ | ||
| - | The name of a group to be selected (pass multiple times to select more than one) | ||
| - | * **Data Type:** List | ||
| - | * **Default Value:** NULL | ||
| - | __**workspace **__ \\ | ||
| - | The name of a workspace to be selcted (pass multiple time to select more than one) | ||
| - | * **Data Type:** List | ||
| - | * **Default Value:** NULL | ||
| - | < | ||
| - | |||
| - | ---- | ||
| - | ==== -SelectMetrics / -met ==== | ||
| - | ---- | ||
| - | Select queried metrics (if no parameters are passed all metrics are selected) | ||
| - | === Parameters === | ||
| - | __**group **__ \\ | ||
| - | The name of the group to be selected (pass multiple times to select more than one) | ||
| - | * **Data Type:** List | ||
| - | * **Default Value:** NULL | ||
| - | __**workspace **__ \\ | ||
| - | The name of the workspace to be selected (pass multiple times to select more than one) | ||
| - | * **Data Type:** List | ||
| - | * **Default Value:** NULL | ||
| - | < | ||
| - | |||
| - | ---- | ||
| - | ==== -SaveProject / -sv ==== | ||
| - | ---- | ||
| - | Save the current project | ||
| - | === Parameters === | ||
| - | __**file (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The path and name of the file | ||
| - | * **Data Type:** String (File Path) | ||
| - | * **Default Value:** N/A | ||
| - | < | ||
| - | |||
| - | ---- | ||
| - | ==== -LoadProject / -ld ==== | ||
| - | ---- | ||
| - | Load a previously saved project | ||
| - | === Parameters === | ||
| - | __**file (DEFAULT) (REQUIRED) **__ \\ | ||
| - | The path and name of project to be loaded | ||
| - | * **Data Type:** String (File Path) | ||
| - | * **Default Value:** N/A | ||
| - | __**loadLib **__ \\ | ||
| - | If passed the library associated with the file will be loaded | ||
| - | * **Data Type:** Boolean (True / False) | ||
| - | * **Default Value:** false | ||
| - | < | ||
| - | |||
| - | ---- | ||
| - | ==== -ClearProject / -clr ==== | ||
| - | ---- | ||
| - | Clear and create a new project workspace (All unsaved progress will be lost) | ||
| - | < | ||
| ---- | ---- | ||
| ==== -CreateWatcher / -cw ==== | ==== -CreateWatcher / -cw ==== | ||
| ---- | ---- | ||
| - | Creates a directory watcher | + | Creates a new directory watcher |
| === Parameters === | === Parameters === | ||
| __**delay **__ \\ | __**delay **__ \\ | ||
| Line 1682: | Line 2135: | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| __**triggerOnDelete **__ \\ | __**triggerOnDelete **__ \\ | ||
| - | If passed watcher will be triggered when a file is deleted | + | If passed watcher will be triggered when a file is deleted |
| * **Data Type:** Boolean (True / False) | * **Data Type:** Boolean (True / False) | ||
| * **Default Value:** false | * **Default Value:** false | ||
| Line 1743: | Line 2196: | ||
| Immediatly launch a background instance of Sift in the system tray. | Immediatly launch a background instance of Sift in the system tray. | ||
| < | < | ||
| - | |||
| - | ---- | ||
| - | ==== -Exit / -x ==== | ||
| - | ---- | ||
| - | Exit Sift | ||
| - | < | ||
| ---- | ---- | ||
| Line 1761: | Line 2208: | ||
| < | < | ||
| + | ---- | ||
| + | ==== -RunSummaryMetrics / -ComputeSummaryMetrics / -SummaryMetrics ==== | ||
| + | ---- | ||
| + | Compute Summary Metrics | ||
| + | === Parameters === | ||
| + | __**EventIndex **__ \\ | ||
| + | Index Event to compute Metrics at. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**GlobalMax **__ \\ | ||
| + | Compute Global Max. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**GlobalMin **__ \\ | ||
| + | Compute Global Min. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**Group (REQUIRED) **__ \\ | ||
| + | The group you will calculate metrics for. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | __**LocalMax **__ \\ | ||
| + | Compute Local Max. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**LocalMaxEnd **__ \\ | ||
| + | Local Max End Range. | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**LocalMaxStart **__ \\ | ||
| + | Local Max Start Range. | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**LocalMin **__ \\ | ||
| + | Compute Local Min. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**LocalMinEnd **__ \\ | ||
| + | Local Min End Range. | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**LocalMinStart **__ \\ | ||
| + | Local Min Start Range. | ||
| + | * **Data Type:** Integer | ||
| + | * **Default Value:** 0 | ||
| + | __**MaxBetweenEvents **__ \\ | ||
| + | Compute Maximum Between Events. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**MaxEventEndIndex **__ \\ | ||
| + | Index of End Event for Maximum Between Events. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**MaxEventStartIndex **__ \\ | ||
| + | Index of Start Event for Maximum Between Events. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**Mean **__ \\ | ||
| + | Compute Mean. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**MetricAtEvent **__ \\ | ||
| + | Compute Metric at Event. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**MinBetweenEvents **__ \\ | ||
| + | Compute Minimum Between Events. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**MinEventEndIndex **__ \\ | ||
| + | Index of End Event for Minimum Between Events. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**MinEventStartIndex **__ \\ | ||
| + | Index of Start Event for Minimum Between Events. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** NULL | ||
| + | __**StandardDeviation **__ \\ | ||
| + | Compute Standard Deviation. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**StandardError **__ \\ | ||
| + | Compute Standard Error. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**UseExcludedData **__ \\ | ||
| + | Use Excluded Data to compute metrics. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**Workspaces **__ \\ | ||
| + | Workspaces you will calculate metrics for. If left blank all workspaces will be used. | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| - | | + | ---- |
| + | ==== -RunSummaryStatistics / -ComputeSummaryStatistics / -SummaryStatistics / -RunSumStats ==== | ||
| + | ---- | ||
| + | Compute Summary Statistics on selected groups / workspaces | ||
| + | === Parameters === | ||
| + | __**group (REQUIRED) **__ \\ | ||
| + | The group you will calculate summary statistics for. | ||
| + | | ||
| * **Default Value:** N/A | * **Default Value:** N/A | ||
| - | < | + | __**popMean **__ \\ |
| + | Mean of the population you are comparing against for your summary statistical test. | ||
| + | * **Data Type:** Decimal | ||
| + | * **Default Value:** -9999 | ||
| + | __**sigLevel **__ \\ | ||
| + | The is the signifigance level used for the chosen statistical test. | ||
| + | * **Data Type:** Decimal | ||
| + | * **Default Value:** 0.05 | ||
| + | * **Options: | ||
| + | __**statTest (REQUIRED) **__ \\ | ||
| + | The is the type of statistcal test that will be performed. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | * **Options: | ||
| + | __**testName (REQUIRED) **__ \\ | ||
| + | The result name for your summary statistical test. | ||
| + | * **Data Type:** String | ||
| + | * **Default Value:** N/A | ||
| + | __**useExcludedData **__ \\ | ||
| + | Use Excluded Data to compute summary statistics. | ||
| + | * **Data Type:** Boolean (True / False) | ||
| + | * **Default Value:** false | ||
| + | __**workspace **__ \\ | ||
| + | Workspaces you will calculate summary statistics for. If left blank all workspaces will be used. Workspaces need to be written as group: | ||
| + | * **Data Type:** List | ||
| + | * **Default Value:** NULL | ||
| + | < | ||
| + | |||
| + | ---- | ||
| + | ==== -Exit / -x ==== | ||
| + | ---- | ||
| + | Exit Sift | ||
| + | < | ||
sift/command_line.1757699829.txt.gz · Last modified: by sgranger
