You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -163,3 +163,7 @@ A flight is defined to be a longest straight-line trip of a particle from one lo
- Definition of a place
A place is defined as a location where a person has paused for at least 15 minutes.
### Common Errors
- "GPS data are not collected or the data quality is too low"
This error gets triggered when the subject either has no data, or when less than a given proportion of their generated data files have at least 60 seconds of data. The default proportion of files required to avoid this error is 5%, but this can be toggled using the `parameters` argument in `jasmine.traj2stats.gps_stats_main`.