From 66e9491d9c4fb8d583a137d793f9715908ba35b7 Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Thu, 6 Jun 2024 17:24:02 -0300 Subject: [PATCH 1/8] feat: add coordinates and sensor layout XML files for 10-20 layout --- .../coordinates/Standard 10-20 (19 ch).xml | 164 ++++++++++++++++++ .../sensorLayout/Standard 10-20 (19 ch).xml | 159 +++++++++++++++++ 2 files changed, 323 insertions(+) create mode 100644 mffpy/resources/coordinates/Standard 10-20 (19 ch).xml create mode 100644 mffpy/resources/sensorLayout/Standard 10-20 (19 ch).xml diff --git a/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml new file mode 100644 index 0000000..30a8129 --- /dev/null +++ b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml @@ -0,0 +1,164 @@ + + + + Standard 10-20 (19 ch) + + + 7 FZ + 7 + 0 + 0.294 + 10.208 + -7.932 + + + 9 F4 + 9 + 0 + 4.125 + 8.685 + -5.332 + + + 15 F3 + 15 + 0 + -4.077 + 8.719 + -5.932 + + + 28 FP2 + 28 + 0 + 4.013 + 9.283 + -9.732 + + + 33 F8 + 33 + 0 + 7.298 + 5.148 + -8.432 + + + 37 C4 + 37 + 0 + 6.562 + 1.933 + -2.132 + + + 41 T8 + 41 + 0 + 8.516 + -0.728 + -9.132 + + + 55 O2 + 55 + 0 + 4.675 + -8.607 + -7.932 + + + 59 P8 + 59 + 0 + 7.224 + -6.055 + -7.732 + + + 65 P4 + 65 + 0 + 3.992 + -4.52 + 0.368 + + + 81 P7 + 81 + 0 + -6.043 + -7.824 + -5.532 + + + 85 O1 + 85 + 0 + -3.014 + -9.263 + -5.032 + + + 90 P3 + 90 + 0 + -8.45 + -2.571 + -4.632 + + + 99 PZ + 99 + 0 + 1.738 + -1.865 + 1.068 + + + 109 T7 + 109 + 0 + -8.49 + -0.572 + -9.532 + + + 115 C3 + 115 + 0 + -6.545 + 2.168 + -2.732 + + + 119 F7 + 119 + 0 + -6.81 + 5.364 + -8.532 + + + 129 FP1 + 129 + 0 + -3.691 + 9.427 + -10.032 + + + REF CZ + 131 + 1 + 0.0 + 0.0 + 0.968 + + + + 1984-02-18T14:00:10.000000+01:00 + some method + true + diff --git a/mffpy/resources/sensorLayout/Standard 10-20 (19 ch).xml b/mffpy/resources/sensorLayout/Standard 10-20 (19 ch).xml new file mode 100644 index 0000000..c1c3982 --- /dev/null +++ b/mffpy/resources/sensorLayout/Standard 10-20 (19 ch).xml @@ -0,0 +1,159 @@ + + + Standard 10-20 (19 ch) + + + 7 FZ + 7 + 0 + 0.016996377821119957 + 0.7295989815404201 + 0.0 + + + 9 F4 + 9 + 0 + 0.2716634159933127 + 0.5597708465945257 + 0.0 + + + 15 F3 + 15 + 0 + -0.24575090554472 + 0.5506047103755569 + 0.0 + + + 28 FP2 + 28 + 0 + 0.39398161047645597 + 0.7761935073201782 + 0.0 + + + 33 F8 + 33 + 0 + 0.5633881303984396 + 0.4660725652450669 + 0.0 + + + 37 C4 + 37 + 0 + 0.31763722485371937 + 0.18446849140674737 + 0.0 + + + 41 T8 + 41 + 0 + 0.6974087489551406 + 0.104774029280713 + 0.0 + + + 55 O2 + 55 + 0 + 0.2803009194761772 + -0.3484404837683006 + 0.0 + + + 59 P8 + 59 + 0 + 0.3995541933686264 + -0.2626352641629537 + 0.0 + + + 65 P4 + 65 + 0 + 0.29339648927277784 + -0.04392106938255891 + 0.0 + + + 81 P7 + 81 + 0 + -0.3786570075229869 + -0.278676002546149 + 0.0 + + + 85 O1 + 85 + 0 + -0.23711340206185572 + -0.3560789306174412 + 0.0 + + + 90 P3 + 90 + 0 + -0.2594037336305378 + -0.04392106938255891 + 0.0 + + + 99 PZ + 99 + 0 + 0.009752020061298383 + -0.09000636537237439 + 0.0 + + + 109 T7 + 109 + 0 + -0.6767901922541097 + 0.09331635900700197 + 0.0 + + + 115 C3 + 115 + 0 + -0.2950682641404293 + 0.18803309993634632 + 0.0 + + + 119 F7 + 119 + 0 + -0.5475062691557537 + 0.46709102482495235 + 0.0 + + + 129 FP1 + 129 + 0 + -0.3680691000278631 + 0.7749204328453214 + 0.0 + + + VREF + 131 + 1 + 0.017832265254945412 + 0.09993634627625725 + 0.0 + + + From e6b59d6bec1cec3294fae8be36376346a65cafc6 Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Thu, 6 Jun 2024 17:38:53 -0300 Subject: [PATCH 2/8] docs: update CHANGELOG.md file --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfd7b8..c7c4118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- coordinates and sensor layout XML files for 10-20 layout + ## [0.9.0] - 2024-03-26 ### Added - PNSSet class for parsing and writing `pnsSet.xml` files From 5b6079c2dcb1c55c7340df2e8bbdc1f929f93480 Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Thu, 6 Jun 2024 18:41:23 -0300 Subject: [PATCH 3/8] test: update unit tests --- .../resources/testing/Standard 10-20 (19 ch).npy | Bin 0 -> 356 bytes mffpy/tests/test_devices.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 mffpy/resources/testing/Standard 10-20 (19 ch).npy diff --git a/mffpy/resources/testing/Standard 10-20 (19 ch).npy b/mffpy/resources/testing/Standard 10-20 (19 ch).npy new file mode 100644 index 0000000000000000000000000000000000000000..97c90ff763f1721e1f2dd4471d96b7fc64a921aa GIT binary patch literal 356 zcmbR27wQ`j$;eQ~P_3SlTAW;@Zl$1ZlV+l>qoAIaUsO_*m=~X4l#&V(cT3DEP6dh= zXCxM+0{I$-mO2W?nmP)#3giMV?e=MQKZ2DVKVABJfPtaK;qX^3$9?lx9XMImbbzgq z8z{c_Kz&w&gLb=!quVy=gXWzt9kTW;aj1OBcJTS{iw@m6-|aUPaUAG${b2j11xJ6vBp0chSHJEw$$2TbFB9Z+T4cp%}a z!vT9!k%Ovi3lA6@vmbQnRyh!1IR)s3d-g#)-tD*C(qYeao&Dg9JfZzU%@PNf6kI&e se1OYA{HET4*4H-=JYKrmL8zJIV1#APfqz%T9EF+{4l+Q&&2#1U0NRm>f&c&j literal 0 HcmV?d00001 diff --git a/mffpy/tests/test_devices.py b/mffpy/tests/test_devices.py index dbf149b..0df8901 100644 --- a/mffpy/tests/test_devices.py +++ b/mffpy/tests/test_devices.py @@ -34,6 +34,7 @@ 'MicroCel GSN 100 64 1.0', 'MicroCel GSN 100 128 1.0', 'MicroCel GSN 100 256 1.0', + 'Standard 10-20 (19 ch)' ]) def test_devices(device): """test integrity of coordinates.xml locations for each supported device From 27272e2720e7310bf88417b1bd52a6ee32ab684b Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Mon, 24 Jun 2024 13:01:37 -0300 Subject: [PATCH 4/8] chg: update GHW130 3D coordinates using latest sensornet version --- .../coordinates/Geodesic Head Web 130 1.0.xml | 810 +++++++++--------- 1 file changed, 405 insertions(+), 405 deletions(-) diff --git a/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml b/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml index 6d00c06..c677cf0 100644 --- a/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml +++ b/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml @@ -8,1073 +8,1073 @@ 1 1 0 - 0.124 - 8.704 - -3.932 + 1 + 8.6 + 4.4 2 2 0 - 1.606 - 9.634 - -5.532 + 2.8 + 9.4 + 2.7 3 3 0 - 2.238 - 8.047 - -3.432 + 3.3 + 7.5 + 4.8 4 4 0 - 0.067 - 6.603 - -1.832 + 0.6 + 6.4 + 6.7 5 5 0 - -2.359 - 7.854 - -3.532 + -1.7 + 8.1 + 4.8 6 6 0 - -1.196 - 9.678 - -5.832 + -0.3 + 9.9 + 2.5 7 FZ 7 0 - 0.294 - 10.208 - -7.932 + 1.4 + 10.4 + 0.5 8 8 0 - 3.101 - 9.865 - -7.632 + 4.4 + 9.4 + 0.5 9 F4 9 0 - 4.125 - 8.685 - -5.332 + 5.2 + 7.7 + 2.7 10 10 0 - 4.266 - 6.688 - -3.132 + 5.2 + 5.8 + 4.9 11 11 0 - 2.297 - 5.147 - -1.132 + 3 + 4.8 + 7.2 12 12 0 - 0.107 - 4.603 - -0.532 + 0.4 + 4 + 8 13 13 0 - -2.221 - 5.956 - -1.832 + -1.9 + 5.3 + 6.6 14 14 0 - -4.534 - 6.61 - -3.632 + -4.1 + 6.7 + 4.3 15 F3 15 0 - -4.077 - 8.719 - -5.932 + -3.4 + 8.9 + 2.2 16 16 0 - -2.799 - 9.845 - -7.932 + -2 + 10.3 + 0.2 17 17 0 - -1.106 - 10.18 - -10.232 + 0 + 10.7 + -1.8 18 18 0 - 5.335 - 8.209 - -8.132 + 6.4 + 7.6 + -0.3 19 19 0 - 4.422 - 3.89 - -1.432 + 5.2 + 2.7 + 6.6 20 20 0 - -2.368 - 3.353 - -0.432 + -2.5 + 2.8 + 7.9 21 21 0 - -6.326 - 6.173 - -6.032 + -5.9 + 6.8 + 1.7 22 22 0 - 7.124 - 3.845 - -12.732 + 8.5 + 4.7 + -5.9 23 23 0 - 5.904 - 4.82 - -16.332 + 7 + 6 + -9.8 24 24 0 - 7.056 - 2.243 - -15.532 + 8.3 + 3.5 + -9.1 25 25 0 - 7.478 - 1.151 - -13.532 + 8.7 + 2.2 + -6.9 26 26 0 - 7.532 - 3.453 - -10.732 + 8.5 + 3.8 + -3.6 27 27 0 - 6.475 - 6.232 - -10.432 + 7.4 + 6.2 + -2.9 28 FP2 28 0 - 4.013 - 9.283 - -9.732 + 5.4 + 9.2 + -1.8 29 29 0 - 1.394 - 10.23 - -10.132 + 2.7 + 10.5 + -1.8 30 30 0 - 0.0 - 9.902 - -11.532 + 1.5 + 10.6 + -4.3 31 31 0 - 3.35 - 7.469 - -14.832 + 5 + 8.9 + -8.4 32 32 0 - 7.692 - 0.455 - -11.432 + 9.1 + 1.1 + -4.6 33 F8 33 0 - 7.298 - 5.148 - -8.432 + 8.1 + 4.8 + -0.9 34 34 0 - 7.75 - 2.557 - -4.532 + 8.6 + 1.5 + 3.2 35 35 0 - 8.586 - 0.774 - -6.632 + 9.2 + 0 + 0.8 36 36 0 - 8.294 - 0.368 - -4.232 + 8.7 + -0.9 + 3.3 37 C4 37 0 - 6.562 - 1.933 - -2.132 + 7.1 + 0.4 + 5.6 38 38 0 - 6.408 - 4.63 - -3.732 + 7.3 + 3.5 + 4 39 39 0 - 7.826 - 3.759 - -6.732 + 8.8 + 3.2 + 0.7 40 40 0 - 8.26 - 2.067 - -9.032 + 9.2 + 2 + -1.7 41 T8 41 0 - 8.516 - -0.728 - -9.132 + 9.4 + -1 + -1.9 42 42 0 - 8.729 - -1.324 - -6.632 + 9.1 + -2.4 + 0.8 43 43 0 - 8.545 - -2.128 - -4.132 + 7.8 + -3.6 + 3.2 44 44 0 - 7.111 - -0.456 - -1.732 + 7 + -2.2 + 5.7 45 45 0 - 4.467 - 1.691 - -0.632 + 4.9 + 0.1 + 7.4 46 46 0 - 6.265 - 6.728 - -6.232 + 7.3 + 6 + 1.5 47 47 0 - 6.686 - -4.166 - -14.032 + 6.5 + -4.9 + -6.8 - 48 RM + 48 48 0 - 7.377 - -3.752 - -11.532 + 7.7 + -4.5 + -4.3 49 49 0 - 5.7 - -4.886 - -16.032 + 5.5 + -5.1 + -9 50 50 0 - 5.13 - -6.398 - -14.332 + 4.4 + -6.7 + -6.9 51 51 0 - 6.51 - -5.37 - -12.132 + 6.1 + -6.3 + -4.8 52 52 0 - 7.499 - -4.85 - -9.932 + 7.1 + -5.8 + -2.4 53 53 0 - 8.161 - -2.936 - -9.332 + 8.5 + -3.7 + -2 54 54 0 - 6.348 - -7.273 - -5.032 + 4.5 + -7.8 + 2.2 55 O2 55 0 - 4.675 - -8.607 - -7.932 + 3.2 + -8.9 + -0.2 56 56 0 - 3.777 - -8.725 - -4.332 + 2 + -8.5 + 2.7 57 57 0 - 5.726 - -6.186 - -1.732 + 3.8 + -6.7 + 4.6 58 58 0 - 7.995 - -4.639 - -4.532 + 6.6 + -5.7 + 2.7 59 P8 59 0 - 7.224 - -6.055 - -7.732 + 6 + -6.9 + -0.1 60 60 0 - 5.948 - -7.281 - -10.032 + 4.7 + -7.9 + -2.4 61 61 0 - 2.887 - -9.244 - -10.032 + 1.5 + -9.2 + -2.2 62 62 0 - 1.7 - -9.868 - -7.732 + 0.2 + -9.2 + 0 63 63 0 - 0.294 - -9.596 - -4.632 + 0.7 + -7.3 + 5.1 64 64 0 - 2.151 - -7.458 - -0.932 + 2.8 + -5.8 + 6.8 65 P4 65 0 - 3.992 - -4.52 - 0.368 + 5.6 + -4.9 + 5.4 66 66 0 - 6.871 - -3.462 - -1.332 + 7.5 + -4.9 + 0.2 67 67 0 - 8.181 - -3.936 - -7.332 + -1 + -8.3 + -6.5 68 68 0 - -0.024 - -8.702 - -14.232 + -3.4 + -7.6 + -6.8 69 69 0 - -2.436 - -8.151 - -14.532 + -2.6 + -8.6 + -4.6 70 70 0 - -1.616 - -9.134 - -12.532 + 0.2 + -9.1 + -4.4 71 71 0 - 1.384 - -9.074 - -12.232 + 1.6 + -7.8 + -6.8 72 72 0 - 2.767 - -8.246 - -14.732 + 2.4 + -7.3 + -8.7 73 73 0 - 3.353 - -7.534 - -16.132 + -0.7 + -7.3 + -8.8 74 74 0 - 0.168 - -8.298 - -16.432 + -4 + -6 + -8.4 75 75 0 - -3.454 - -7.271 - -16.232 + -5.9 + -5.4 + -7.2 76 76 0 - -5.074 - -6.304 - -14.832 + -5.2 + -7.9 + -5 77 77 0 - -3.94 - -7.981 - -12.732 + -3.8 + -8.7 + -2.6 78 78 0 - -3.014 - -9.263 - -10.532 + -1.3 + -9.5 + -2.3 79 79 0 - -0.202 - -9.806 - -10.232 + 3.4 + -8.1 + -4.7 80 80 0 - 4.457 - -7.712 - -12.432 + -6.1 + -7 + 1.9 81 P7 81 0 - -6.043 - -7.824 - -5.532 + -7.5 + -5.5 + -0.2 82 82 0 - -7.073 - -6.344 - -8.132 + -7.6 + -5 + 2.6 83 83 0 - -7.789 - -5.558 - -4.732 + -5.3 + -6.2 + 4.5 84 84 0 - -5.566 - -6.714 - -2.032 + -3.6 + -8.5 + 2.3 85 O1 85 0 - -3.014 - -9.263 - -5.032 + -5.1 + -8 + -0.4 86 86 0 - -4.521 - -8.893 - -8.332 + -6.4 + -6.7 + -2.5 87 87 0 - -5.649 - -7.516 - -10.432 + -8.2 + -4 + -2.5 88 88 0 - -7.601 - -4.955 - -10.332 + -8.6 + -3 + 0.3 89 89 0 - -8.324 - -3.869 - -7.332 + -8.8 + -2.1 + 3 90 P3 90 0 - -8.45 - -2.571 - -4.632 + -6.8 + -3.4 + 5.5 91 91 0 - -6.934 - -3.341 - -1.432 + -4.2 + -5 + 6.4 92 92 0 - -4.204 - -4.786 - 0.168 + -2.4 + -7.1 + 5 93 93 0 - -2.044 - -7.743 - -1.032 + -2.4 + -9 + 0 94 94 0 - -1.498 - -10.032 - -7.932 + -2.1 + -3.2 + 7.9 95 95 0 - -1.555 - -2.232 - 1.168 + -2.7 + -0.2 + 8.4 96 96 0 - -2.416 - 0.751 - 0.368 + -0.1 + 1.1 + 8.5 97 97 0 - -0.144 - 2.198 - 0.468 + 2.4 + -0.5 + 8.5 98 98 0 - 2.281 - 0.946 - 0.468 + 1.2 + -3.5 + 8.2 99 PZ 99 0 - 1.738 - -1.865 - 1.068 + -0.7 + -5.4 + 7.2 100 100 0 - -4.679 - -1.095 - -0.032 + -5 + -1.9 + 7.4 101 101 0 - -4.731 - 1.505 - -0.932 + -5.1 + 1 + 7 102 102 0 - 2.035 - 3.242 - -0.232 + 2.5 + 2.1 + 8.1 103 103 0 - 4.325 - -1.213 - 0.368 + 4 + -3 + 7.8 - 104 LM + 104 104 0 - -7.42 - -4.051 - -12.032 + -8.7 + -2.9 + -4.5 105 105 0 - -6.414 - -4.33 - -14.632 + -7.4 + -3.3 + -6.9 106 106 0 - -5.502 - -4.912 - -16.532 + -6.3 + -3.5 + -9.2 107 107 0 - -7.335 - 1.652 - -13.532 + -7.8 + 4.4 + -7 108 108 0 - -7.908 - 0.34 - -11.132 + -8.6 + 2.8 + -4.3 109 T7 109 0 - -8.49 - -0.572 - -9.532 + -9.1 + 1.2 + -2.2 110 110 0 - -8.148 - -2.665 - -9.932 + -9.2 + -1.2 + -2.5 111 111 0 - -6.184 - -5.826 - -12.832 + -7 + -5 + -5 112 112 0 - -7.747 - 2.244 - -5.132 + -8 + 3 + 2.6 113 113 0 - -7.575 - 3.648 - -6.932 + -7.8 + 4.9 + 0.6 114 114 0 - -6.394 - 4.572 - -4.132 + -6.4 + 5 + 3.7 115 C3 115 0 - -6.545 - 2.168 - -2.732 + -6.9 + 2.2 + 5.1 116 116 0 - -8.4 - -0.07 - -4.732 + -8.9 + 0.5 + 2.9 117 117 0 - -8.52 - 0.928 - -7.132 + -8.9 + 2.2 + 0.3 118 118 0 - -7.947 - 2.24 - -9.332 + -8.2 + 4.1 + -2.1 119 F7 119 0 - -6.81 - 5.364 - -8.532 + -6.6 + 6.8 + -0.9 120 120 0 - -4.484 - 4.11 - -1.832 + -4.6 + 4 + 6.2 121 121 0 - -7.197 - -0.245 - -2.232 + -7.4 + -0.3 + 5.3 122 122 0 - -8.668 - -1.675 - -7.232 + -9.1 + -0.5 + 0.3 123 123 0 - -6.985 - 4.16 - -12.532 + -7.1 + 6.6 + -5.7 124 124 0 - -6.13 - 6.377 - -10.432 + -5.8 + 7.9 + -3 125 125 0 - -7.279 - 3.854 - -10.832 + -7.4 + 5.9 + -3.8 126 126 0 - -6.947 - 2.26 - -15.332 + -7.1 + 5.1 + -8.9 127 127 0 - -5.708 - 5.286 - -16.232 + -5.2 + 7.5 + -9.8 128 128 0 - -3.551 - 7.43 - -15.132 + -2.9 + 9.5 + -8.8 129 FP1 129 0 - -3.691 - 9.427 - -10.032 + -2.8 + 10.1 + -2 130 130 0 - -4.677 - 8.707 - -8.432 + -3.9 + 9 + -0.4 REF CZ 131 - 1 - 0.0 - 0.0 - 0.968 + 0 + -0.2 + -1.4 + 8.7 Nasion 132 2 - 0.0 - 9.902 - -11.532 + 1.5 + 10.6 + -5 Left periauricular point 133 2 - -7.566 - -1.753 - -12.732 + -8 + 0.9 + -6 Right periauricular point 134 2 - 7.433 - -1.55 - -12.732 + 8.2 + -0.4 + -5.9 From 1449a47d31e9f10a45067e01bed45ca938a76b6d Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Tue, 25 Jun 2024 11:33:59 -0300 Subject: [PATCH 5/8] docs: update CHANGELOG.md file --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c4118..cfc5bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - coordinates and sensor layout XML files for 10-20 layout +### Changed +- update GHW130 3D coordinates using latest sensornet version + ## [0.9.0] - 2024-03-26 ### Added - PNSSet class for parsing and writing `pnsSet.xml` files From c20d3ccfba875af38624c9c38ca00c084acdccce Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Tue, 25 Jun 2024 11:34:11 -0300 Subject: [PATCH 6/8] chg: update 3D coordinates of 10-20 layout using GHW130 --- .../coordinates/Standard 10-20 (19 ch).xml | 214 ++++++++++-------- 1 file changed, 119 insertions(+), 95 deletions(-) diff --git a/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml index 30a8129..d974ddd 100644 --- a/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml +++ b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml @@ -5,156 +5,180 @@ Standard 10-20 (19 ch) - 7 FZ - 7 + FZ + 1 0 - 0.294 - 10.208 - -7.932 + 1.4 + 10.4 + 0.5 - 9 F4 - 9 + F4 + 2 0 - 4.125 - 8.685 - -5.332 + 5.2 + 7.7 + 2.7 - 15 F3 - 15 + F3 + 3 0 - -4.077 - 8.719 - -5.932 + -3.4 + 8.9 + 2.2 - 28 FP2 - 28 + FP2 + 4 0 - 4.013 - 9.283 - -9.732 + 5.4 + 9.2 + -1.8 - 33 F8 - 33 + F8 + 5 0 - 7.298 - 5.148 - -8.432 + 8.1 + 4.8 + -0.9 - 37 C4 - 37 + C4 + 6 0 - 6.562 - 1.933 - -2.132 + 7.1 + 0.4 + 5.6 - 41 T8 - 41 + T8 + 7 0 - 8.516 - -0.728 - -9.132 + 9.4 + -1 + -1.9 - 55 O2 - 55 + O2 + 8 0 - 4.675 - -8.607 - -7.932 + 3.2 + -8.9 + -0.2 - 59 P8 - 59 + P8 + 9 0 - 7.224 - -6.055 - -7.732 + 6 + -6.9 + -0.1 - 65 P4 - 65 + P4 + 10 0 - 3.992 - -4.52 - 0.368 + 5.6 + -4.9 + 5.4 - 81 P7 - 81 + P7 + 11 0 - -6.043 - -7.824 - -5.532 + -7.5 + -5.5 + -0.2 - 85 O1 - 85 + O1 + 12 0 - -3.014 - -9.263 - -5.032 + -5.1 + -8 + -0.4 - 90 P3 - 90 + P3 + 13 0 - -8.45 - -2.571 - -4.632 + -6.8 + -3.4 + 5.5 - 99 PZ - 99 + PZ + 14 0 - 1.738 - -1.865 - 1.068 + -0.7 + -5.4 + 7.2 - 109 T7 - 109 + T7 + 15 0 - -8.49 - -0.572 - -9.532 + -9.1 + 1.2 + -2.2 - 115 C3 - 115 + C3 + 16 0 - -6.545 - 2.168 - -2.732 + -6.9 + 2.2 + 5.1 - 119 F7 - 119 + F7 + 17 0 - -6.81 - 5.364 - -8.532 + -6.6 + 6.8 + -0.9 - 129 FP1 - 129 + FP1 + 18 0 - -3.691 - 9.427 - -10.032 + -2.8 + 10.1 + -2 REF CZ - 131 - 1 - 0.0 - 0.0 - 0.968 + 19 + 0 + -0.2 + -1.4 + 8.7 + + + Nasion + 20 + 2 + 1.5 + 10.6 + -5 + + + Left periauricular point + 21 + 2 + -8 + 0.9 + -6 + + + Right periauricular point + 22 + 2 + 8.2 + -0.4 + -5.9 From 22ddf8cdd02c92b7b797051495eee6429cd191e6 Mon Sep 17 00:00:00 2001 From: Damian Persico Date: Tue, 25 Jun 2024 14:27:35 -0300 Subject: [PATCH 7/8] test: update testing files --- .../testing/Geodesic Head Web 130 1.0.npy | Bin 3344 -> 1736 bytes .../testing/Standard 10-20 (19 ch).npy | Bin 356 -> 392 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/mffpy/resources/testing/Geodesic Head Web 130 1.0.npy b/mffpy/resources/testing/Geodesic Head Web 130 1.0.npy index 3bec77e73302c66403a77c8058a4bf3882b84fcd..830c7320699f3a3c5ce8693861b8e768080a6968 100644 GIT binary patch literal 1736 zcmbW1&u3gw6vuD0qUnri4AoHeN_ASDP2Fx%ZRX9Ut7(J?P z1LlMIRD3;Me>GQp7!)752gOoQbhC5s=ceAioSl0;E&G$Hnff&L`kSeD)4bogZy%Hb zd$$yP4*v7GY)qrP6b)6n@j_^=4V}9RE`cXPV@|@QC}NG4yK&6f0l3#*iUumFJ!(03 zqhd?|f3xh|ZLop6kmv|Iw+8+jN>g|#+6FJ99VXh&{pLL$Cl73eb?aK^yv#4Thwl+d}8VD#wiU3xW- z?+W~3?1LS2(Of87+a#B?muOP=5OF>It0sDe2MjNVpKI$*tUV&fc$|I{`wy`uSq*G? z^@DQ@zo2{Iyw}!!a*nV1Izld^^eMXYliASMeQ2quSyu zgaH8nf^Jq0Z zd809i&knYA@Nd={_?)v9;?!BWj^bc%8*>ef0=hLc2e5zRd>3wCIdLy1;0^q%E#)W; zeBpj)-{XBT)V!*n=!EHA8REw+7Mugl^nF~&@(YMH1PksGZ%PH^2 zVVZvfULSiv9)rXjsOTF=b3TKU;~N|Eno)f4onSvC_n+9LU*KGGw}4L{yY5pnF%KT$ zEaDr?XS|5q0{r@{m24UHhuG?~be7qZf27Vs=9{J2%#+J1ykYf&`4~&E?CPz0&Oc5y z5Nn^COQr99y-U^qn7@O$_*XnNxnz&fwRT=HnGk_)h|A?MO@91IB9&%SUTU= vv))|e9`dRi|C{vBuz!SeMfbyOXr4C7CC6F%A4}^u%!8x<9_qN|? z=}1hxA|gZt%S@`_Nn?VP856Olb2~E=>#Ag`YO>$?J-xN~bN!@*z-4i>ziG=+$4e6Bpo+xK$OC$ZUv+EhJm*3sg@#dEy z`40WT8q&I)_dx8rHOrYFRn|u}pGc*8QTg&*}i5~s(+V%|-9Cf5W$XmVG z!@cQ(d+8&or#5XRAAmE@_(Z;uV_on&+J_$Pt1%la1^dWzNJH8q zV~jtib8nr*8TldZhL;<>fA-&k`+llGKjPpw{Qyost^FUezLEaf^`ak{e6&rZ8vP6T zhW=>_;|w1BCb&JTC;dnL{rJc$%oCoGciM%YSz7GGev+ghBMF^)@cgu1eTh%n*jsSK zGeRWdjaQJUOQM`%k9OP%0oqp$tJvp=cL=|?KB0Z5q{P_Ct|xyYi(hBnB8_XhwA(Rx zn^{c%)uw()f}_6iB2~^etcO1HLJH6A^GD~7VLen%8F9>+Uh*CDkp3fX#@~^*hDWTU zRrm#Y)4?C-CiCnSjHN#6n@l_U9Q)2aF^K*kZ>hv961phd1OMr_kE@&<*27&`%{YBK z{`>^5P5)$;^L{rxI!f$VPku7-HeYI#I_e!wW{#|ir(OqtZ>=6c{b5Hq-!bfA2IW3B5$ zzn$Xo#3QG3S%1_yQR8?1+yD<5r`q@@_Ym%-pV%8Q)Z6=+?|&N4p}MmYmv!K4<{$d3 zqi(s(K63kBqo0^Fj0^L`@aA+b?Sm&~&+1nPiaqQr`s2_4NK*#&;5YS9cT?ZWNjxL3 zoEO-$mi+!%KYgAfe*R94Im>z>UX!PaZM1_r`F7xal^&+vEZ=zaFJ z&j-wTV{iVJPV~d);lko7(i1hatcpH?nU7u?Dx4nLmfiq1US03_yCvN>+$**^z zrA1^%KeYF0WJ<$Beh<|}i9PH~?j`s|9%8<5Zu>k3FKR^JT35;bKpfl;nA_0`u--NK zuP~&K;~m1jQ-P~|-`M4So8`OC{f_wrU%1b`yrPKM1#e7Wt%`prdf3nGJM33W$?tYF zbrp$szcReqf$3E~jd0oZ$YR za^r`S-%fA_?SSvRAA6tv*q`1xEPi(M#e@L)jr=xBT(HBwa;nZUUg#S;ZTr~Ak);!O zKlVP~Ux?StvmH&$FW!56r}*zc*r7eV-+qvL;SYIdcPcc$tF3+1?hp06-FIoJCkf)v63^De^a>7QNK%Kqp;o_UYq Z9@bY+jeRV6@aLyfe4KuuZtPd${{mATp(OwS diff --git a/mffpy/resources/testing/Standard 10-20 (19 ch).npy b/mffpy/resources/testing/Standard 10-20 (19 ch).npy index 97c90ff763f1721e1f2dd4471d96b7fc64a921aa..9efa94a9e43939e67669156283ddd720ae886f51 100644 GIT binary patch delta 279 zcmXYsF-t>15QNvH(-4q=y^SDPW$Wbb`uqX^!2XR`T55TRg%C*fia=WP-le~*tO9mQ zYC*8}dy?YVo88%&*{{Ll@M$)fPM=*^s&1XxO%M_4+ME6QTJC&`_t|V5Y8inWuQ~~4 z$1cUQkYa>qo$4pEGDib^g~kKDpRSe#c)X{!A{ov{hPUf^wY>0eyvTPJ*(?EzR&@ms z7D}7qA@}ACF;&DGf*c8SxyRTMh@D<=#C*kjhkrN)QvTQdF(=(EfiA$=rFcty{r4ff PqnB0Bhg?|NTHf*>6KH;W delta 242 zcmeBRe!?`tmdVg^qP=6icKbBDAHm9wpDz79z`)SraQG{i6S*4HVyd zpgya?LAzbV(QTXbLG#X+4q1DaI8?r5JNW$fMThR3@AeytI1Y3=ayXjCS?ymVBXn@q z%&87;+c*z`%w*Dj?$Cee-~phz1Mh0;9j-5)05orpom0ZW1Ez7mQV*!IZ9I_h)Zu`= zsmMW9wuJ|bjoA;nbgLYQu$%&P#6A0<9q;yAZt1Y+y3T%ZMxM}qp=ODLOA0O?Xg Date: Mon, 1 Jul 2024 16:47:53 -0300 Subject: [PATCH 8/8] chg: update acqTime and acqMethod values in coordinates.xml files --- mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml | 4 ++-- mffpy/resources/coordinates/Standard 10-20 (19 ch).xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml b/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml index c677cf0..f946526 100644 --- a/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml +++ b/mffpy/resources/coordinates/Geodesic Head Web 130 1.0.xml @@ -1078,7 +1078,7 @@ - 1984-02-18T14:00:10.000000+01:00 - some method + 2024-07-01T00:00:00.000000-00:00 + Atlas based coordinates true diff --git a/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml index d974ddd..0a8013a 100644 --- a/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml +++ b/mffpy/resources/coordinates/Standard 10-20 (19 ch).xml @@ -182,7 +182,7 @@ - 1984-02-18T14:00:10.000000+01:00 - some method + 2024-07-01T00:00:00.000000-00:00 + Atlas based coordinates true