aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-22 23:10:18 +0200
committerThéo de la Hogue2024-04-22 23:10:18 +0200
commit95857cf4f31bf529bfdd3921150262b12b444888 (patch)
tree20d5c1ded401e72e25a47cbd68cb47b485cd4e1f /src/argaze.test
parentf3cd97d11679892eb05b52944a306f5ce49283e3 (diff)
downloadargaze-95857cf4f31bf529bfdd3921150262b12b444888.zip
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.gz
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.bz2
argaze-95857cf4f31bf529bfdd3921150262b12b444888.tar.xz
Moving licence string outside of doc string.
Diffstat (limited to 'src/argaze.test')
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoBoard.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoCamera.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoDetector.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoMarker.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py3
-rw-r--r--src/argaze.test/ArUcoMarker/ArUcoScene.py3
-rw-r--r--src/argaze.test/AreaOfInterest/AOI2DScene.py3
-rw-r--r--src/argaze.test/AreaOfInterest/AOI3DScene.py3
-rw-r--r--src/argaze.test/AreaOfInterest/AOIFeatures.py3
-rw-r--r--src/argaze.test/DataFeatures.py3
-rw-r--r--src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py3
-rw-r--r--src/argaze.test/GazeAnalysis/Entropy.py3
-rw-r--r--src/argaze.test/GazeAnalysis/ExploreExploitRatio.py3
-rw-r--r--src/argaze.test/GazeAnalysis/KCoefficient.py3
-rw-r--r--src/argaze.test/GazeAnalysis/LempelZivComplexity.py3
-rw-r--r--src/argaze.test/GazeAnalysis/NGram.py3
-rw-r--r--src/argaze.test/GazeAnalysis/NearestNeighborIndex.py3
-rw-r--r--src/argaze.test/GazeAnalysis/TransitionMatrix.py3
-rw-r--r--src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py3
-rw-r--r--src/argaze.test/GazeFeatures.py3
-rw-r--r--src/argaze.test/OpenCVCuda.py3
-rw-r--r--src/argaze.test/PupillAnalysis/WorkloadIndex.py3
-rw-r--r--src/argaze.test/PupillFeatures.py3
24 files changed, 48 insertions, 24 deletions
diff --git a/src/argaze.test/ArUcoMarker/ArUcoBoard.py b/src/argaze.test/ArUcoMarker/ArUcoBoard.py
index b20be13..1f47985 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoBoard.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoBoard.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoCamera.py b/src/argaze.test/ArUcoMarker/ArUcoCamera.py
index eb930ab..76b567e 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoCamera.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoCamera.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoDetector.py b/src/argaze.test/ArUcoMarker/ArUcoDetector.py
index 40b7d00..9e52886 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoDetector.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoDetector.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoMarker.py b/src/argaze.test/ArUcoMarker/ArUcoMarker.py
index 6518c8c..2a7464f 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoMarker.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoMarker.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py b/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py
index 2f80a67..12b841c 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoMarkerDictionary.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py b/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py
index d019a5d..5af732b 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoOpticCalibrator.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/ArUcoMarker/ArUcoScene.py b/src/argaze.test/ArUcoMarker/ArUcoScene.py
index 67cb668..fb3fd89 100644
--- a/src/argaze.test/ArUcoMarker/ArUcoScene.py
+++ b/src/argaze.test/ArUcoMarker/ArUcoScene.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/AreaOfInterest/AOI2DScene.py b/src/argaze.test/AreaOfInterest/AOI2DScene.py
index ae9e6b2..acb20b0 100644
--- a/src/argaze.test/AreaOfInterest/AOI2DScene.py
+++ b/src/argaze.test/AreaOfInterest/AOI2DScene.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/AreaOfInterest/AOI3DScene.py b/src/argaze.test/AreaOfInterest/AOI3DScene.py
index 591b5df..f8b7356 100644
--- a/src/argaze.test/AreaOfInterest/AOI3DScene.py
+++ b/src/argaze.test/AreaOfInterest/AOI3DScene.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/AreaOfInterest/AOIFeatures.py b/src/argaze.test/AreaOfInterest/AOIFeatures.py
index 25fdca9..ba4541c 100644
--- a/src/argaze.test/AreaOfInterest/AOIFeatures.py
+++ b/src/argaze.test/AreaOfInterest/AOIFeatures.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/DataFeatures.py b/src/argaze.test/DataFeatures.py
index a0031bc..04dfe9a 100644
--- a/src/argaze.test/DataFeatures.py
+++ b/src/argaze.test/DataFeatures.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
index 9326060..c141c81 100644
--- a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/Entropy.py b/src/argaze.test/GazeAnalysis/Entropy.py
index 0bfd7b8..4b81130 100644
--- a/src/argaze.test/GazeAnalysis/Entropy.py
+++ b/src/argaze.test/GazeAnalysis/Entropy.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
index 0c2eb96..8247242 100644
--- a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
+++ b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/KCoefficient.py b/src/argaze.test/GazeAnalysis/KCoefficient.py
index 3c79cc3..e2e4e05 100644
--- a/src/argaze.test/GazeAnalysis/KCoefficient.py
+++ b/src/argaze.test/GazeAnalysis/KCoefficient.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
index 91d7df1..715c724 100644
--- a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
+++ b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/NGram.py b/src/argaze.test/GazeAnalysis/NGram.py
index 69c06cd..b36a7da 100644
--- a/src/argaze.test/GazeAnalysis/NGram.py
+++ b/src/argaze.test/GazeAnalysis/NGram.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
index 3325a2a..1a9d823 100644
--- a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
+++ b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/TransitionMatrix.py b/src/argaze.test/GazeAnalysis/TransitionMatrix.py
index 5aeef94..b11faba 100644
--- a/src/argaze.test/GazeAnalysis/TransitionMatrix.py
+++ b/src/argaze.test/GazeAnalysis/TransitionMatrix.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
index 39a8834..e7431b5 100644
--- a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/GazeFeatures.py b/src/argaze.test/GazeFeatures.py
index 74cbc12..2740fe5 100644
--- a/src/argaze.test/GazeFeatures.py
+++ b/src/argaze.test/GazeFeatures.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/OpenCVCuda.py b/src/argaze.test/OpenCVCuda.py
index e552436..5419b33 100644
--- a/src/argaze.test/OpenCVCuda.py
+++ b/src/argaze.test/OpenCVCuda.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/PupillAnalysis/WorkloadIndex.py b/src/argaze.test/PupillAnalysis/WorkloadIndex.py
index ebb043a..36cb1e1 100644
--- a/src/argaze.test/PupillAnalysis/WorkloadIndex.py
+++ b/src/argaze.test/PupillAnalysis/WorkloadIndex.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later
diff --git a/src/argaze.test/PupillFeatures.py b/src/argaze.test/PupillFeatures.py
index 085973b..391326c 100644
--- a/src/argaze.test/PupillFeatures.py
+++ b/src/argaze.test/PupillFeatures.py
@@ -1,5 +1,6 @@
-"""
+""" """
+"""
This program 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 3 of the License, or (at your option) any later