usage:tracking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
usage:tracking [2020/06/06 02:56] – [The normalised displacement space viewport] pseudomoanerusage:tracking [2021/03/06 15:44] (current) pseudomoaner
Line 172: Line 172:
  
   * **x** and **y:** The instantaneous coordinates of the object over time. Each is a $t \times 1$ vector.   * **x** and **y:** The instantaneous coordinates of the object over time. Each is a $t \times 1$ vector.
-  * **smoothx** and **smoothy:** The instantaneous coordinates of the object over time, smoothed using the [[https://uk.mathworks.com/help/curvefit/smooth.html#mw_ad6b65fd-4dac-46c4-a649-a7a0b301eb80|loess method]] with a span of 1% of the total track length. Each is a $t \times 1$ vector. 
   * **theta** and **vmag:** The instantaneous direction of motion (in degrees) and speed of the object. Each is a $(t-1) \times 1$ vector.   * **theta** and **vmag:** The instantaneous direction of motion (in degrees) and speed of the object. Each is a $(t-1) \times 1$ vector.
-  * **smoothTheta** and **smoothVmag:** The instantaneous direction of motion (in degrees) and speed of the object, calculated from **smoothx** and **smoothy**. Each is a $(t-1) \times 1$ vector. 
   * **times:** The timepoints the object's position was sampled at. As gaps in tracks can be bridged, this list of timepoints is not necessarily contiguous. A $t \times 1$ vector.   * **times:** The timepoints the object's position was sampled at. As gaps in tracks can be bridged, this list of timepoints is not necessarily contiguous. A $t \times 1$ vector.
   * **length:** Total length (in timepoints) of the track.   * **length:** Total length (in timepoints) of the track.
   * **start** and **end:** Start and end timepoints of the track.   * **start** and **end:** Start and end timepoints of the track.
   * **age:** The age of the object relative to the start of the track at each timepoint. Equivalent to **times** - **start**.   * **age:** The age of the object relative to the start of the track at each timepoint. Equivalent to **times** - **start**.
 +  * **interpolated:** $(t-1) \times 1$ logical vector indicating whether there was a gap in the track at this timepoint. If so, values in all other fields for this timepoint have been linearly interpolated from surrounding values.
  
 Depending on the options selected in the [[usage:feature_extraction|feature extraction module]], additional fields may also be available: Depending on the options selected in the [[usage:feature_extraction|feature extraction module]], additional fields may also be available:
  • usage/tracking.1591408586.txt.gz
  • Last modified: 2020/06/06 02:56
  • by pseudomoaner