/
findTail
findTail
Description
Finds data "tails" near data gaps and selects keys that are members of the tail so you can delete or filter them.
Often gaps are preceded or followed by erratic data segments. As an optical capture system is losing track or re-acquiring a marker, there can be noisy elements on the edges of gaps called tails. The findTails command is designed to identify these unwanted bits of data so that you may remove them.
The threshold
setting is used to adjust the number of keys selected. The useful range for threshold values is approximately 1-5; 1 selects a lot, and 5 selects very little. After finding tails, the most likely operation is to either filter or cut the select keys.
Functional area
Data retrieval
Command syntax
Syntax
findTail threshold |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
threshold | float | yes | Threshold setting is a floating point number greater than 1.0 |
Flags
None
Return value
void
Examples
// This example uses a threshold of 2, which is a common threshold value. findTail 2;
Additional information
Related commands
, multiple selections available,