Changes between Version 12 and Version 13 of GuideParameters


Ignore:
Timestamp:
Apr 7, 2013 1:02:57 PM (11 years ago)
Author:
tshalif
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuideParameters

    v12 v13  
    3535</tr> 
    3636<tr class='robostroke-param' id='org.nargila.talos.rowing.android.record.leader.enable'> 
    37 <td class='robostroke-param-category' rowspan='3'>Session</td> 
     37<td class='robostroke-param-category' rowspan='4'>Session</td> 
    3838<td class='robostroke-param-name'>session recording sync mark</td> 
    3939<td class='robostroke-param-level'>BASIC</td> 
    4040<td class='robostroke-param-default'>false</td> 
    4141<td class='robostroke-param-description'>Display a 'film leader' countdown dialog to assist synchronizing session recording with external audio/video media</td> 
     42</tr> 
     43<tr class='robostroke-param' id='org.nargila.talos.rowing.session.broadcast.on'> 
     44<td class='robostroke-param-name'>session broadcast on</td> 
     45<td class='robostroke-param-level'>BASIC</td> 
     46<td class='robostroke-param-default'>false</td> 
     47<td class='robostroke-param-description'>Activate broadcasting Talos sensor data, events to a remote Talos device</td> 
    4248</tr> 
    4349<tr class='robostroke-param' id='org.nargila.talos.rowing.session.broadcast.port'> 
     
    5460</tr> 
    5561<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeFilterFactor'> 
    56 <td class='robostroke-param-category' rowspan='4'>Stroke</td> 
     62<td class='robostroke-param-category' rowspan='5'>Stroke</td> 
    5763<td class='robostroke-param-name'>stroke amplitude filter</td> 
    5864<td class='robostroke-param-level'>ADVANCED</td> 
    59 <td class='robostroke-param-default'>0.025</td> 
     65<td class='robostroke-param-default'>0.05</td> 
    6066<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> 
     67</tr> 
     68<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeChangeDamperFactor'> 
     69<td class='robostroke-param-name'>stroke amplitude change filter</td> 
     70<td class='robostroke-param-level'>ADVANCED</td> 
     71<td class='robostroke-param-default'>0.5</td> 
     72<td class='robostroke-param-description'>Lowpass filter to stabalize stroke rate and protect against displaying erratic changes</td> 
    6173</tr> 
    6274<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.minAmplitude'> 
     
    6678<td class='robostroke-param-description'>Minimum acceleration amplitude required during a rowing cycle in order for it to register</td> 
    6779</tr> 
    68 <tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeChangeDamperFactor'> 
    69 <td class='robostroke-param-name'>stroke amplitude change filter</td> 
    70 <td class='robostroke-param-level'>ADVANCED</td> 
    71 <td class='robostroke-param-default'>0.5</td> 
    72 <td class='robostroke-param-description'>Lowpass filter to stabalize stroke rate and protect against displaying erratic changes</td> 
    73 </tr> 
    7480<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.amplitudeChangeAcceptFactor'> 
    7581<td class='robostroke-param-name'>stroke amplitude change accept filter</td> 
    7682<td class='robostroke-param-level'>ADVANCED</td> 
    7783<td class='robostroke-param-default'>0.5</td> 
    78 <td class='robostroke-param-description'>*FIXME*</td> 
     84<td class='robostroke-param-description'>Rowing events are accepted based on exit amplitude - as long as it is - e.g. half the current avg/smoothed value</td> 
     85</tr> 
     86<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.rate.rateChangeAcceptFactor'> 
     87<td class='robostroke-param-name'>stroke rate change accept filter</td> 
     88<td class='robostroke-param-level'>ADVANCED</td> 
     89<td class='robostroke-param-default'>0.5</td> 
     90<td class='robostroke-param-description'>Filters out rowing events apearing too close to a previous one - e.g. to prevent a rowing event detected during recovery</td> 
    7991</tr> 
    8092<tr class='robostroke-param' id='org.nargila.talos.rowing.stroke.detector.stopTimeout'> 
     
    100112<td class='robostroke-param-name'>Split rowing start/stop mode</td> 
    101113<td class='robostroke-param-level'>BASIC</td> 
    102 <td class='robostroke-param-default'>MANUAL</td> 
     114<td class='robostroke-param-default'>AUTO</td> 
    103115<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> 
    104116</tr> 
     
    128140<td class='robostroke-param-description'>Maximum permited boat speed - useful for catching and throwing away erratic GPS readings</td> 
    129141</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> 
    137142</table></div> 
    138143}}}