The command Remove Metrics by Threshold removes metrics above or below a threshold, allowing you to keep those within the range, or outside the range. This can be useful when trying to isolate data within a certain signal range, or when trying to isolate outliers. If a component is removed, all components at that frame are removed. The command can be found within the Pipeline Workshop under Metric.
The syntax for the function is as follows:
Remove_Metrics_By_Threshold ! /METRIC_FOLDERS= /METRIC_NAMES= /METRIC_COMPONENTS= ! /REMOVE_METRICS_ABOVE= ! /REMOVE_METRICS_BELOW= ;
The following table shows the command parameters seen above and their descriptions:
Remove_Metrics_By_Threshold | |
/Metric_Names= | The names of the metrics |
/Metric_Folders= | The folders of the metrics |
/Metric_Components= | The components of the metrics to be tested |
/Remove_Metrics_Above= | An Expression |
/Remove_Metrics_Below= | An Expression) |