Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ref:muscle_measure [2019/12/10 13:44] tgeijten |
ref:muscle_measure [2020/06/19 15:47] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
^ Parameter ^ Type ^ Description ^ | ^ Parameter ^ Type ^ Description ^ | ||
^ muscle | Muscle & | Muscle to which to apply the penalty to. | | ^ muscle | Muscle & | Muscle to which to apply the penalty to. | | ||
- | ^ activation | [[range_penalty|RangePenalty]]<Real> | Penalty for when the normalized muscle activation [0..1] is out of range. | | + | ^ activation | [[range_penalty|RangePenalty]]< Real > | Penalty for when the normalized muscle activation [0..1] is out of range. | |
^ length | [[range_penalty|RangePenalty]]< Real > | Penalty for when the normalized muscle length [L_opt] is out of range. | | ^ length | [[range_penalty|RangePenalty]]< Real > | Penalty for when the normalized muscle length [L_opt] is out of range. | | ||
^ velocity | [[range_penalty|RangePenalty]]< Real > | Penalty for when the normalized muscle contraction velocity [L_opt/s] is out of range. | | ^ velocity | [[range_penalty|RangePenalty]]< Real > | Penalty for when the normalized muscle contraction velocity [L_opt/s] is out of range. | | ||
Line 20: | Line 20: | ||
^ weight | Real | Weighting factor applied to the result of the measure; default = 1. | | ^ weight | Real | Weighting factor applied to the result of the measure; default = 1. | | ||
^ threshold | Real | Threshold above / below which the measure becomes zero; default = 0. | | ^ threshold | Real | Threshold above / below which the measure becomes zero; default = 0. | | ||
+ | ^ threshold_transition | Real | Transition range above ''threshold'' between which the measure linearly decreases to zero; default = 0. | | ||
^ result_offset | Real | Offset added to measure result; default = 0. | | ^ result_offset | Real | Offset added to measure result; default = 0. | | ||
^ minimize | bool | Indicate whether this measure should be minimized; default value depends on the measure type (usually true). | | ^ minimize | bool | Indicate whether this measure should be minimized; default value depends on the measure type (usually true). | |