| 5 | {{{ |
| 6 | #!html |
| 7 | <style type='text/css'>table.robostroke-param-table th { font-weight: bold; font-size: 1.2em; background: lightgray;} |
| 8 | .robostroke-param-category { background: orange;} |
| 9 | .robostroke-param-name { background: lightblue; white-space: nowrap; } |
| 10 | .robostroke-param-description { color: blue; } |
| 11 | </style><div class='robostroke-params'> |
| 12 | <table class='robostroke-param-table' border='1'> |
| 13 | <tr><th>Category</th><th>Name</th><th>Default Value</th><th>Description</th></tr> |
| 14 | <tr> |
| 15 | <td class='robostroke-param-category' rowspan='5'>Autorow</td> |
| 16 | <td class='robostroke-param-name'>stop timeout</td> |
| 17 | <td class='robostroke-param-default'>5</td> |
| 18 | <td class='robostroke-param-description'>How many seconds since end of last stroke before finishing a rowing lap when in 'Autorow' mode</td> |
| 19 | </tr> |
| 20 | <tr> |
| 21 | <td class='robostroke-param-name'>Auto Restart Wait Time</td> |
| 22 | <td class='robostroke-param-default'>5</td> |
| 23 | <td class='robostroke-param-description'>Number of seconds application must wait before allowed to auto start another rowing lap when in 'Autorow' mode</td> |
| 24 | </tr> |
| 25 | <tr> |
| 26 | <td class='robostroke-param-name'>min amplitude</td> |
| 27 | <td class='robostroke-param-default'>1.0</td> |
| 28 | <td class='robostroke-param-description'>Arbitrary min acceleration/deceleration amplitude value must be detected in order for the application to consider it the beginning of a starting stroke when in 'Autorow' mode</td> |
| 29 | </tr> |
| 30 | <tr> |
| 31 | <td class='robostroke-param-name'>Split rowing start/stop mode</td> |
| 32 | <td class='robostroke-param-default'>MANUAL</td> |
| 33 | <td class='robostroke-param-description'>Rowing lap display start mode - in AUTO mode application will automatically start and stop a split rowing session. In SEMI_AUTO mode the rower needs to press the device once to enable each auto-start. In MANUAL mode the rower must press to start and stop split rowing mode. In CONTINUOUS mode the application will immediately enter split mode like as if 'start' was pressed</td> |
| 34 | </tr> |
| 35 | <tr> |
| 36 | <td class='robostroke-param-name'>Rowing Straight Line Mode</td> |
| 37 | <td class='robostroke-param-default'>false</td> |
| 38 | <td class='robostroke-param-description'>Only calculate GPS distance between original start point and current location - if usefull at all, only to be used when the rowing course is completely streight</td> |
| 39 | </tr> |
| 40 | <tr> |
| 41 | <td class='robostroke-param-category' rowspan='2'>Sensors</td> |
| 42 | <td class='robostroke-param-name'>coax mode</td> |
| 43 | <td class='robostroke-param-default'>false</td> |
| 44 | <td class='robostroke-param-description'>indicates the device user is forward facing - such as a coax or trainer. Normally the rower sits with her back to the front of the boat</td> |
| 45 | </tr> |
| 46 | <tr> |
| 47 | <td class='robostroke-param-name'>orientation damper</td> |
| 48 | <td class='robostroke-param-default'>0.01</td> |
| 49 | <td class='robostroke-param-description'>Lowpass filter used as stabalizer for the 'down' notion of the application</td> |
| 50 | </tr> |
| 51 | <tr> |
| 52 | <td class='robostroke-param-category' rowspan='2'>Stroke</td> |
| 53 | <td class='robostroke-param-name'>power filter</td> |
| 54 | <td class='robostroke-param-default'>0.5</td> |
| 55 | <td class='robostroke-param-description'>*FIXME*</td> |
| 56 | </tr> |
| 57 | <tr> |
| 58 | <td class='robostroke-param-name'>power filter</td> |
| 59 | <td class='robostroke-param-default'>5.0</td> |
| 60 | <td class='robostroke-param-description'>Minimum power (sum of acceleration points) required during a rowing cycle in order for it to register</td> |
| 61 | </tr> |
| 62 | <tr> |
| 63 | <td class='robostroke-param-category' rowspan='1'></td> |
| 64 | <td class='robostroke-param-name'><internal></td> |
| 65 | <td class='robostroke-param-default'>false</td> |
| 66 | <td class='robostroke-param-description'>session recording on</td> |
| 67 | </tr> |
| 68 | <tr> |
| 69 | <td class='robostroke-param-category' rowspan='4'>Stroke</td> |
| 70 | <td class='robostroke-param-name'>stroke amplitude filter</td> |
| 71 | <td class='robostroke-param-default'>0.05</td> |
| 72 | <td class='robostroke-param-description'>Lowpass filter to 'smooth' the rowing sinusoids and establish single rise-above/drop-below zero points in each rowing cycle</td> |
| 73 | </tr> |
| 74 | <tr> |
| 75 | <td class='robostroke-param-name'>stroke amplitude change filter</td> |
| 76 | <td class='robostroke-param-default'>0.5</td> |
| 77 | <td class='robostroke-param-description'>Lowpass filter to stabalize stroke rate and protect against displaying erratic changes</td> |
| 78 | </tr> |
| 79 | <tr> |
| 80 | <td class='robostroke-param-name'>stroke amplitude change accept filter</td> |
| 81 | <td class='robostroke-param-default'>0.5</td> |
| 82 | <td class='robostroke-param-description'>*FIXME*</td> |
| 83 | </tr> |
| 84 | <tr> |
| 85 | <td class='robostroke-param-name'>stroke min amplitude</td> |
| 86 | <td class='robostroke-param-default'>0.02</td> |
| 87 | <td class='robostroke-param-description'>Minimum acceleration amplitude required during a rowing cycle in order for it to register</td> |
| 88 | </tr> |
| 89 | <tr> |
| 90 | <td class='robostroke-param-category' rowspan='3'>GPS</td> |
| 91 | <td class='robostroke-param-name'>Speed change damper</td> |
| 92 | <td class='robostroke-param-default'>1.0</td> |
| 93 | <td class='robostroke-param-description'>Boat speed lowpass filter: any value lower then 1.0 will cause delayed updates of boat speed value</td> |
| 94 | </tr> |
| 95 | <tr> |
| 96 | <td class='robostroke-param-name'>min distance</td> |
| 97 | <td class='robostroke-param-default'>20</td> |
| 98 | <td class='robostroke-param-description'>Minimum distance boat must travel between each distance/speed calculation</td> |
| 99 | </tr> |
| 100 | <tr> |
| 101 | <td class='robostroke-param-name'>max speed</td> |
| 102 | <td class='robostroke-param-default'>6.5</td> |
| 103 | <td class='robostroke-param-description'>Maximum permited boat speed - useful for catching and throwing away erratic GPS readings</td> |
| 104 | </tr> |
| 105 | </table></div> |
| 106 | }}} |