[chronojump] Added license to sprint.R
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Added license to sprint.R
- Date: Thu, 16 Mar 2017 19:07:07 +0000 (UTC)
commit 94b6124e69830813799f804f8f4678d80c9f5e48
Author: Xavier Padullés <x padulles gmail com>
Date: Thu Mar 16 20:05:35 2017 +0100
Added license to sprint.R
r-scripts/sprint.R | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/r-scripts/sprint.R b/r-scripts/sprint.R
index a23c83e..c672434 100644
--- a/r-scripts/sprint.R
+++ b/r-scripts/sprint.R
@@ -1,4 +1,24 @@
-#Returns the K and Vmax parameters of the sprint using a number of pairs (time, position)
+#
+# This file is part of ChronoJump
+#
+# ChronoJump is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# ChronoJump is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# Copyright (C) 2017 Xavier Padullés <x padulles gmail com>
+
+
+# #Returns the K and Vmax parameters of the sprint using a number of pairs (time, position)
getSprintFromPhotocell <- function(positions, lapTimes, noise=0){ #noise is for testing purpouses.
# Checking that time and positions have the same lenght
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]