Changes between Version 10 and Version 11 of GuideParameters


Ignore:
Timestamp:
Jul 20, 2012 6:18:56 AM (12 years ago)
Author:
tshalif
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuideParameters

    v10 v11  
    88<table class='robostroke-param-table' border='1'> 
    99<tr><th>Category</th><th>Name</th><th>Level</th><th>Default Value</th><th>Description</th></tr> 
    10 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.stopTimeout'> 
    11 <td class='robostroke-param-category' rowspan='5'>Autorow</td> 
    12 <td class='robostroke-param-name'>stop timeout</td> 
    13 <td class='robostroke-param-level'>BASIC</td> 
    14 <td class='robostroke-param-default'>5</td> 
    15 <td class='robostroke-param-description'>How many seconds since end of last stroke before finishing a rowing lap when in 'Autorow' mode</td> 
    16 </tr> 
    17 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.restartWaitTime'> 
    18 <td class='robostroke-param-name'>Auto Restart Wait Time</td> 
    19 <td class='robostroke-param-level'>BASIC</td> 
    20 <td class='robostroke-param-default'>5</td> 
    21 <td class='robostroke-param-description'>Number of seconds application must wait before allowed to auto start another rowing lap when in 'Autorow' mode</td> 
    22 </tr> 
    23 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.minAmplitude'> 
    24 <td class='robostroke-param-name'>min amplitude</td> 
    25 <td class='robostroke-param-level'>BASIC</td> 
    26 <td class='robostroke-param-default'>1.0</td> 
    27 <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> 
    28 </tr> 
    29 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.startMode'> 
    30 <td class='robostroke-param-name'>Split rowing start/stop mode</td> 
    31 <td class='robostroke-param-level'>BASIC</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 class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.straightLineMode'> 
    36 <td class='robostroke-param-name'>Rowing Straight Line Mode</td> 
    37 <td class='robostroke-param-level'>BASIC</td> 
    38 <td class='robostroke-param-default'>false</td> 
    39 <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> 
    40 </tr> 
    41 <tr class='robostroke-param' id='org.nargila.talos.rowing.sensor.reverseDeviceOrientation'> 
    42 <td class='robostroke-param-category' rowspan='2'>Sensors</td> 
    43 <td class='robostroke-param-name'>coax mode</td> 
    44 <td class='robostroke-param-level'>BASIC</td> 
    45 <td class='robostroke-param-default'>false</td> 
    46 <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> 
    47 </tr> 
    48 <tr class='robostroke-param' id='org.nargila.talos.rowing.sensor.orientationDampFactor'> 
    49 <td class='robostroke-param-name'>orientation damper</td> 
    50 <td class='robostroke-param-level'>ADVANCED</td> 
    51 <td class='robostroke-param-default'>0.01</td> 
    52 <td class='robostroke-param-description'>Lowpass filter used as stabalizer for the 'down' notion of the application</td> 
    53 </tr> 
    5410<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.power.amplitudeFilterFactor'> 
    5511<td class='robostroke-param-category' rowspan='2'>Stroke Power</td> 
     
    6521<td class='robostroke-param-description'>Minimum power (sum of acceleration points) required during a rowing cycle in order for it to register</td> 
    6622</tr> 
    67 <tr class='robostroke-param' id='org.nargila.talos.rowing.android.session.remote.host'> 
    68 <td class='robostroke-param-category' rowspan='4'>Session</td> 
    69 <td class='robostroke-param-name'>session broadcast host</td> 
     23<tr class='robostroke-param' id='org.nargila.talos.rowing.sensor.orientationDampFactor'> 
     24<td class='robostroke-param-category' rowspan='2'>Sensors</td> 
     25<td class='robostroke-param-name'>orientation damper</td> 
     26<td class='robostroke-param-level'>ADVANCED</td> 
     27<td class='robostroke-param-default'>0.01</td> 
     28<td class='robostroke-param-description'>Lowpass filter used as stabalizer for the 'down' notion of the application</td> 
     29</tr> 
     30<tr class='robostroke-param' id='org.nargila.talos.rowing.sensor.reverseDeviceOrientation'> 
     31<td class='robostroke-param-name'>coax mode</td> 
    7032<td class='robostroke-param-level'>BASIC</td> 
    71 <td class='robostroke-param-default'>192.168.43.1</td> 
    72 <td class='robostroke-param-description'>Remote device to receive real-time session data from</td> 
     33<td class='robostroke-param-default'>false</td> 
     34<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> 
     35</tr> 
     36<tr class='robostroke-param' id='org.nargila.talos.rowing.android.record.leader.enable'> 
     37<td class='robostroke-param-category' rowspan='3'>Session</td> 
     38<td class='robostroke-param-name'>session recording sync mark</td> 
     39<td class='robostroke-param-level'>BASIC</td> 
     40<td class='robostroke-param-default'>false</td> 
     41<td class='robostroke-param-description'>Display a 'film leader' countdown dialog to assist synchronizing session recording with external audio/video media</td> 
    7342</tr> 
    7443<tr class='robostroke-param' id='org.nargila.talos.rowing.session.broadcast.port'> 
     
    7847<td class='robostroke-param-description'>Port number on which to braodcast/receive real-time device sensor data</td> 
    7948</tr> 
    80 <tr class='robostroke-param' id='org.nargila.talos.rowing.android.record.leader.enable'> 
    81 <td class='robostroke-param-name'>session recording sync mark</td> 
     49<tr class='robostroke-param' id='org.nargila.talos.rowing.android.session.remote.host'> 
     50<td class='robostroke-param-name'>session broadcast host</td> 
    8251<td class='robostroke-param-level'>BASIC</td> 
    83 <td class='robostroke-param-default'>false</td> 
    84 <td class='robostroke-param-description'>Display a 'film leader' countdown dialog to assist synchronizing session recording with external audio/video media</td> 
    85 </tr> 
    86 <tr class='robostroke-param' id='org.nargila.talos.rowing.android.sessionRecordingOn'> 
    87 <td class='robostroke-param-name'>session recording on</td> 
    88 <td class='robostroke-param-level'>PRIVATE</td> 
    89 <td class='robostroke-param-default'>false</td> 
    90 <td class='robostroke-param-description'></td> 
     52<td class='robostroke-param-default'>192.168.43.1</td> 
     53<td class='robostroke-param-description'>Remote device to receive real-time session data from</td> 
    9154</tr> 
    9255<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeFilterFactor'> 
     
    9457<td class='robostroke-param-name'>stroke amplitude filter</td> 
    9558<td class='robostroke-param-level'>ADVANCED</td> 
    96 <td class='robostroke-param-default'>0.05</td> 
     59<td class='robostroke-param-default'>0.025</td> 
    9760<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> 
     61</tr> 
     62<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.minAmplitude'> 
     63<td class='robostroke-param-name'>stroke min amplitude</td> 
     64<td class='robostroke-param-level'>ADVANCED</td> 
     65<td class='robostroke-param-default'>0.02</td> 
     66<td class='robostroke-param-description'>Minimum acceleration amplitude required during a rowing cycle in order for it to register</td> 
    9867</tr> 
    9968<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeChangeDamperFactor'> 
     
    10978<td class='robostroke-param-description'>*FIXME*</td> 
    11079</tr> 
    111 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.minAmplitude'> 
    112 <td class='robostroke-param-name'>stroke min amplitude</td> 
    113 <td class='robostroke-param-level'>ADVANCED</td> 
    114 <td class='robostroke-param-default'>0.02</td> 
    115 <td class='robostroke-param-description'>Minimum acceleration amplitude required during a rowing cycle in order for it to register</td> 
     80<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.stopTimeout'> 
     81<td class='robostroke-param-category' rowspan='5'>Autorow</td> 
     82<td class='robostroke-param-name'>stop timeout</td> 
     83<td class='robostroke-param-level'>BASIC</td> 
     84<td class='robostroke-param-default'>5</td> 
     85<td class='robostroke-param-description'>How many seconds since end of last stroke before finishing a rowing lap when in 'Autorow' mode</td> 
     86</tr> 
     87<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.minAmplitude'> 
     88<td class='robostroke-param-name'>min amplitude</td> 
     89<td class='robostroke-param-level'>BASIC</td> 
     90<td class='robostroke-param-default'>1.0</td> 
     91<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> 
     92</tr> 
     93<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.restartWaitTime'> 
     94<td class='robostroke-param-name'>Auto Restart Wait Time</td> 
     95<td class='robostroke-param-level'>BASIC</td> 
     96<td class='robostroke-param-default'>5</td> 
     97<td class='robostroke-param-description'>Number of seconds application must wait before allowed to auto start another rowing lap when in 'Autorow' mode</td> 
     98</tr> 
     99<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.startMode'> 
     100<td class='robostroke-param-name'>Split rowing start/stop mode</td> 
     101<td class='robostroke-param-level'>BASIC</td> 
     102<td class='robostroke-param-default'>MANUAL</td> 
     103<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> 
     104</tr> 
     105<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.straightLineMode'> 
     106<td class='robostroke-param-name'>Rowing Straight Line Mode</td> 
     107<td class='robostroke-param-level'>BASIC</td> 
     108<td class='robostroke-param-default'>false</td> 
     109<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> 
    116110</tr> 
    117111<tr class='robostroke-param' id='org.nargila.talos.rowing.gps.speedChangeDamper'> 
     
    134128<td class='robostroke-param-description'>Maximum permited boat speed - useful for catching and throwing away erratic GPS readings</td> 
    135129</tr> 
     130<tr class='robostroke-param' id='org.nargila.talos.rowing.android.sessionRecordingOn'> 
     131<td class='robostroke-param-category' rowspan='1'>{internal}</td> 
     132<td class='robostroke-param-name'>session recording on</td> 
     133<td class='robostroke-param-level'>PRIVATE</td> 
     134<td class='robostroke-param-default'>false</td> 
     135<td class='robostroke-param-description'></td> 
     136</tr> 
    136137</table></div> 
    137138}}}