aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test
diff options
context:
space:
mode:
authorThéo de la Hogue2024-03-12 15:38:33 +0100
committerThéo de la Hogue2024-03-12 15:38:33 +0100
commitb5c71523c15e168d1417c25aaeee0622dfe4940c (patch)
tree4ab63177fbb9eab1f96f43bda8956938afe3c643 /src/argaze.test
parent182844cfbc1462c266245186f97f05986f0170ce (diff)
downloadargaze-b5c71523c15e168d1417c25aaeee0622dfe4940c.zip
argaze-b5c71523c15e168d1417c25aaeee0622dfe4940c.tar.gz
argaze-b5c71523c15e168d1417c25aaeee0622dfe4940c.tar.bz2
argaze-b5c71523c15e168d1417c25aaeee0622dfe4940c.tar.xz
Removing /usr/bin/env python from all sources except from utils scripts.
Diffstat (limited to 'src/argaze.test')
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoBoard.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoCamera.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoDetector.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoMarker.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoMarkersDictionary.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoOpticCalibrator.py2
-rw-r--r--src/argaze.test/ArUcoMarkers/ArUcoScene.py2
-rw-r--r--src/argaze.test/AreaOfInterest/AOI2DScene.py2
-rw-r--r--src/argaze.test/AreaOfInterest/AOI3DScene.py2
-rw-r--r--src/argaze.test/AreaOfInterest/AOIFeatures.py2
-rw-r--r--src/argaze.test/DataFeatures.py2
-rw-r--r--src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py2
-rw-r--r--src/argaze.test/GazeAnalysis/Entropy.py2
-rw-r--r--src/argaze.test/GazeAnalysis/ExploreExploitRatio.py2
-rw-r--r--src/argaze.test/GazeAnalysis/KCoefficient.py2
-rw-r--r--src/argaze.test/GazeAnalysis/LempelZivComplexity.py2
-rw-r--r--src/argaze.test/GazeAnalysis/NGram.py2
-rw-r--r--src/argaze.test/GazeAnalysis/NearestNeighborIndex.py2
-rw-r--r--src/argaze.test/GazeAnalysis/TransitionMatrix.py2
-rw-r--r--src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py2
-rw-r--r--src/argaze.test/GazeFeatures.py2
-rw-r--r--src/argaze.test/OpenCVCuda.py2
-rw-r--r--src/argaze.test/PupillAnalysis/WorkloadIndex.py2
-rw-r--r--src/argaze.test/PupillFeatures.py2
24 files changed, 0 insertions, 48 deletions
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoBoard.py b/src/argaze.test/ArUcoMarkers/ArUcoBoard.py
index dce5dc3..558852c 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoBoard.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoBoard.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoCamera.py b/src/argaze.test/ArUcoMarkers/ArUcoCamera.py
index a3c5943..9c33700 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoCamera.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoCamera.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoDetector.py b/src/argaze.test/ArUcoMarkers/ArUcoDetector.py
index 06c56f5..1f959af 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoDetector.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoDetector.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoMarker.py b/src/argaze.test/ArUcoMarkers/ArUcoMarker.py
index 4ac1972..8981580 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoMarker.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoMarker.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoMarkersDictionary.py b/src/argaze.test/ArUcoMarkers/ArUcoMarkersDictionary.py
index bf204df..15935a7 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoMarkersDictionary.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoMarkersDictionary.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoOpticCalibrator.py b/src/argaze.test/ArUcoMarkers/ArUcoOpticCalibrator.py
index 45b7669..619ffd2 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoOpticCalibrator.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoOpticCalibrator.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/ArUcoMarkers/ArUcoScene.py b/src/argaze.test/ArUcoMarkers/ArUcoScene.py
index 0d7b601..63e9fca 100644
--- a/src/argaze.test/ArUcoMarkers/ArUcoScene.py
+++ b/src/argaze.test/ArUcoMarkers/ArUcoScene.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/AreaOfInterest/AOI2DScene.py b/src/argaze.test/AreaOfInterest/AOI2DScene.py
index 1649e54..bdd72bb 100644
--- a/src/argaze.test/AreaOfInterest/AOI2DScene.py
+++ b/src/argaze.test/AreaOfInterest/AOI2DScene.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/AreaOfInterest/AOI3DScene.py b/src/argaze.test/AreaOfInterest/AOI3DScene.py
index 152f545..62709ca 100644
--- a/src/argaze.test/AreaOfInterest/AOI3DScene.py
+++ b/src/argaze.test/AreaOfInterest/AOI3DScene.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/AreaOfInterest/AOIFeatures.py b/src/argaze.test/AreaOfInterest/AOIFeatures.py
index baebadf..4c3dca6 100644
--- a/src/argaze.test/AreaOfInterest/AOIFeatures.py
+++ b/src/argaze.test/AreaOfInterest/AOIFeatures.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/DataFeatures.py b/src/argaze.test/DataFeatures.py
index c64ad4c..b7a0949 100644
--- a/src/argaze.test/DataFeatures.py
+++ b/src/argaze.test/DataFeatures.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
index 95453d2..752291a 100644
--- a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/Entropy.py b/src/argaze.test/GazeAnalysis/Entropy.py
index ee634d4..b1836ad 100644
--- a/src/argaze.test/GazeAnalysis/Entropy.py
+++ b/src/argaze.test/GazeAnalysis/Entropy.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
index 7b323d4..1137add 100644
--- a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
+++ b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/KCoefficient.py b/src/argaze.test/GazeAnalysis/KCoefficient.py
index beaeac3..108cb2d 100644
--- a/src/argaze.test/GazeAnalysis/KCoefficient.py
+++ b/src/argaze.test/GazeAnalysis/KCoefficient.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
index 1fdc581..4206eb4 100644
--- a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
+++ b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/NGram.py b/src/argaze.test/GazeAnalysis/NGram.py
index a60cd64..665034a 100644
--- a/src/argaze.test/GazeAnalysis/NGram.py
+++ b/src/argaze.test/GazeAnalysis/NGram.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
index b682f29..fd1a4bc 100644
--- a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
+++ b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/TransitionMatrix.py b/src/argaze.test/GazeAnalysis/TransitionMatrix.py
index 80fbd00..c03f79a 100644
--- a/src/argaze.test/GazeAnalysis/TransitionMatrix.py
+++ b/src/argaze.test/GazeAnalysis/TransitionMatrix.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
index 5dce9b2..f217ed9 100644
--- a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/GazeFeatures.py b/src/argaze.test/GazeFeatures.py
index 11e7c24..a74b899 100644
--- a/src/argaze.test/GazeFeatures.py
+++ b/src/argaze.test/GazeFeatures.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/OpenCVCuda.py b/src/argaze.test/OpenCVCuda.py
index 65b7084..477f945 100644
--- a/src/argaze.test/OpenCVCuda.py
+++ b/src/argaze.test/OpenCVCuda.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/PupillAnalysis/WorkloadIndex.py b/src/argaze.test/PupillAnalysis/WorkloadIndex.py
index d60b6ae..dddcdf5 100644
--- a/src/argaze.test/PupillAnalysis/WorkloadIndex.py
+++ b/src/argaze.test/PupillAnalysis/WorkloadIndex.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"
diff --git a/src/argaze.test/PupillFeatures.py b/src/argaze.test/PupillFeatures.py
index 9cf26eb..099a0fc 100644
--- a/src/argaze.test/PupillFeatures.py
+++ b/src/argaze.test/PupillFeatures.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
""" """
__author__ = "Théo de la Hogue"