[chronojump] Neuromuscular profile final improvements
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Neuromuscular profile final improvements
- Date: Mon, 31 Mar 2014 16:44:23 +0000 (UTC)
commit 586cea24e7c66616626da38d4bbb37ae0608490a
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Mar 31 18:40:22 2014 +0200
Neuromuscular profile final improvements
src/gui/encoder.cs | 6 +++---
src/gui/encoderTreeviews.cs | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 700c219..20afcec 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2646,9 +2646,9 @@ Log.WriteLine(str);
string str =
Catalog.GetString("About Neuromucular Profile") + "\n\n" +
- Catalog.GetString("Load = Average eccentric RFD (Ratio of Force Development) (N/s)")
+ "\n" +
- Catalog.GetString("Explode = Average relative concentric RFD (N/kg/s)") + "\n" +
- Catalog.GetString("Drive = Average relative concentric Impulse (N/kg*s)") + "\n\n" +
+ Catalog.GetString("Load = Average eccentric RFD (Ratio of Force Development)") + "
(N/s)\n" +
+ Catalog.GetString("Explode = Average relative concentric RFD") + " (N/s/kg)\n" +
+ Catalog.GetString("Drive = Average relative concentric Impulse") + " (N*s/kg)\n\n" +
Catalog.GetString("General trends to try to develop an 'equilibrated' neuromuscular
profile (always add individual considerations as previous or actual injuries, sport specificity, muscular
chains, etc.).") + "\n" +
Catalog.GetString("If one of the metrics is under developed (weak) compared with the
other two, prescribe exercises that emphasize its development.") + "\n" +
Catalog.GetString("If one of the metrics is over developed (extreme) compared with
the other two, prescribe exercises to emphasize those, but paying attention to flexibility and relaxation of
over working muscles.") + "\n\n" +
diff --git a/src/gui/encoderTreeviews.cs b/src/gui/encoderTreeviews.cs
index 7f27f91..cb20156 100644
--- a/src/gui/encoderTreeviews.cs
+++ b/src/gui/encoderTreeviews.cs
@@ -313,14 +313,14 @@ public partial class ChronoJumpWindow
"e1 range" + "\n (cm)",
"e1 t" + "\n (ms)",
"e1 fmax" + "\n (N)",
- "e1 rfd avg" + "\n ()",
- "e1 i" + "\n ()",
+ "e1 rfd avg" + "\n (N/s)",
+ "e1 i" + "\n (N*s/Kg)",
"ca range" + "\n (cm)",
"cl t" + "\n (ms)",
- "cl rfd avg" + "\n ()",
- "cl i" + "\n ()",
+ "cl rfd avg" + "\n (N/s/Kg)",
+ "cl i" + "\n (N*s/Kg)",
"cl f avg" + "\n (N)",
- "cl vf" + "\n ()",
+ "cl vf" + "\n (N)",
"cl f max" + "\n (N)",
"cl s avg" + "\n (m/s)",
"cl s max" + "\n (m/s)",
@@ -329,7 +329,7 @@ public partial class ChronoJumpWindow
"e2f t" + "\n (ms)",
"e2f f fmax" + "\n (N)",
"e2f f fmax t" + "\n (ms)",
- "e2f rfd max" + "\n ()"
+ "e2f rfd max" + "\n (N/s)"
};
private int createTreeViewEncoderAnalyzeNeuromuscular(string contents) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]