Skip to content

Commit

Permalink
Merge pull request #4 from InesGP/main
Browse files Browse the repository at this point in the history
acm paper scripts
  • Loading branch information
glatard authored Feb 12, 2024
2 parents 180040f + bf5111e commit dbe93e9
Show file tree
Hide file tree
Showing 1,755 changed files with 22,093 additions and 666 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.mcalibmath
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM vnmd/fsl_6.0.4
FROM vnmd/fsl_6.0.5.1

RUN mkdir -p /opt/mca-libmath/{fast,standard,quad,mpfr}
COPY --from=verificarlo/fuzzy:v0.9.1-lapack /opt/mca-libmath/set-fuzzy-libmath.py /usr/local/bin/set-fuzzy-libmath
Expand Down
13,509 changes: 13,509 additions & 0 deletions MCA_Analysis.ipynb

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# [Presentation slides](https://docs.google.com/presentation/d/1YFJpvblpDLOppZ6d7gQabD7yhvWF2xcNl2UUiX6Y-F8)
## ACM Scripts
* [MCA_Analysis.ipynb](https://github.com/InesGP/fuzzy-linreg/blob/main/MCA_Analysis.ipynb) contains the code to generate the figures in the ACM Rep 2024 paper under the section "Boxplots for Magnitude" and "Correlation Plots". The beginning of the notebook is primarily exploratory analysis that is not used in the paper
* [Sigmap_visualization.ipynb](https://github.com/InesGP/fuzzy-linreg/blob/main/Sigmap_visualization.ipynb) visualizes all OASIS subjects sigmaps for Fuzzy MCA and a concatenation of Docker and Guix. To see it, the notebook must be downloaded
* [utils](https://github.com/InesGP/fuzzy-linreg/tree/main/utils) folder contains helper scripts to run analusis
* [calculate_sigmaps.py](https://github.com/InesGP/fuzzy-linreg/blob/main/utils/calculate_sigmaps.py) is a script that calculates the significant digits within the linearly registered images
* [make_gifs.py](https://github.com/InesGP/fuzzy-linreg/blob/main/utils/make_gifs.py) is a script that will make a gif out of different executions of a file in order to observe the variability in the images
* [create_invocations.py](https://github.com/InesGP/fuzzy-linreg/blob/main/utils/create_invocations.py) creates the input files that the Boutiques FSL FLIRT image requires
* [transfo_utils.py](https://github.com/InesGP/fuzzy-linreg/blob/main/utils/transfo_utils.py) is a copy of the script from the [CREATIS team](https://gitlab.in2p3.fr/reprovipgroup/reprovip-notebooks-and-scripts) used to extract the parameters from the transformation matrices
* [build-docker.sh](https://github.com/InesGP/fuzzy-linreg/blob/main/build-docker.sh) can instrument any docker image with Fuzzy libmath. As an additional output to the instrumented image, it produces an instrumented Dockerfile. For FSL FLIRT, [Dockerfile.mcalibmath](https://github.com/InesGP/fuzzy-linreg/blob/main/Dockerfile.mcalibmath) is the instrumented Dockerfile

### [BrainHack Presentation slides](https://docs.google.com/presentation/d/1YFJpvblpDLOppZ6d7gQabD7yhvWF2xcNl2UUiX6Y-F8)
1,591 changes: 1,591 additions & 0 deletions Sigmap_visualization.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions descriptors/flirt-fuzzy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "FLIRT 6.0.4 fuzzy",
"name": "FLIRT 6.0.5 fuzzy",
"command-line": "flirt [ANGLE_REP] [APPLY_ISOXFM] [APPLY_XFM] [BBRSLOPE] [BBRTYPE] [BGVALUE] [BINS] [COARSE_SEARCH] [COST] [COST_FUNC] [DATATYPE] [DOF] [ECHOSPACING] [FIELDMAP] [FIELDMAPMASK] [FINE_SEARCH] [FORCE_SCALING] [IN_FILE] [IN_MATRIX_FILE] [IN_WEIGHT] [INTERP] [MIN_SAMPLING] [NO_CLAMP] [NO_RESAMPLE] [NO_RESAMPLE_BLUR] [NO_SEARCH] [PADDING_SIZE] [PEDIR] [REF_WEIGHT] [REFERENCE] [RIGID2D] [SCHEDULE] [SEARCHR_X] [SEARCHR_Y] [SEARCHR_Z] [SINC_WIDTH] [SINC_WINDOW] [USES_QFORM] [VERBOSE] [WM_SEG] [WMCOORDS] [WMNORMS] [OUT_FILE] [OUT_MATRIX_FILE]",
"author": "Nipype (interface), Oxford Centre for Functional MRI of the Brain (FMRIB) (tool)",
"description": "A fuzzy (https://github.com/verificarlo/fuzzy) version of FSL FLIRT, as implemented in Nipype (module: nipype.interfaces.fsl, interface: FLIRT).",
Expand Down Expand Up @@ -507,7 +507,7 @@
"tool-version": "1.0.0",
"schema-version": "0.5",
"container-image": {
"image": "glatard/fsl_6.0.4_fuzzy",
"image": "glatard/fsl_6.0.5.1_fuzzy",
"type": "docker",
"index": "index.docker.io"
},
Expand Down
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0001_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.129579727 0.008913842886 -0.002810517871 -1.952554512
-0.00366533232 1.029164468 0.3432364267 -50.62147982
0.01115024682 -0.4135278278 1.142006576 -28.3997484
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0001_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.12941718 0.008354204874 -0.003080115817 -1.900504715
-0.002822824083 1.028959046 0.3441098012 -50.67193226
0.01243993136 -0.4131362602 1.141972808 -28.66499663
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0001_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.129069432 0.007094972283 -0.003638275925 -1.67029493
-0.001862543263 1.02985479 0.3416850569 -50.45840556
0.01036300787 -0.4111745213 1.144097917 -29.02705612
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0001_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.129166803 0.004536031208 -0.006830798239 -1.083711114
0.001652879473 1.029268477 0.3445428397 -51.02566694
0.01335865689 -0.4141527761 1.140460602 -28.52157093
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0002_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.142258564 0.0008703954164 0.03337080141 -6.108305167
-0.03296114763 1.109687364 0.07333468121 -21.51314845
-0.02856889763 -0.04930844551 1.239591765 -108.1306761
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0002_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.141506669 -0.0004105512265 0.0362917208 -6.720188221
-0.03405085613 1.109911856 0.07548356037 -21.67035035
-0.02904473424 -0.05247398739 1.236748112 -107.6731812
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0002_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.140946718 -0.0008986219694 0.03950253765 -7.370899654
-0.03409025393 1.11002732 0.07460006065 -21.46549643
-0.03179353142 -0.05007714146 1.237573125 -107.6771181
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0002_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.141434891 -0.0003456871215 0.03504288385 -6.554394855
-0.03260933655 1.109567076 0.07420689919 -21.410412
-0.02968762286 -0.05206278925 1.239869891 -108.3576977
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0003_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.099065776 0.03342176655 -0.00646542372 -0.5668327775
-0.05249578099 1.07738295 0.1965027353 -41.6587145
0.009475949417 -0.2159952893 1.175298585 -88.93578367
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0003_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.098188459 0.03005312781 -0.009451701632 0.3587760152
-0.04735309176 1.0787483 0.1934793232 -41.61537797
0.01130280364 -0.2134748312 1.17549586 -89.65851306
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0003_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.098333757 0.03362088625 -0.0078390792 -0.3975631889
-0.05205346622 1.079107418 0.1881445883 -40.18458959
0.01070757737 -0.2074948546 1.177687971 -91.12311885
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0003_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.098493366 0.03456295166 -0.01363405717 0.4101058677
-0.05310248073 1.078729027 0.1911286737 -40.44321383
0.01917718404 -0.2116878333 1.178024355 -91.37663361
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0004_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.10205035 0.008938341898 0.01762883595 -3.449535116
-0.02264279512 0.9440490631 0.3742351975 -41.83962086
0.006689503914 -0.4365529661 1.050306104 -3.987686731
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0004_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.099636411 0.003878754128 0.0272217454 -3.947371692
-0.02266403428 0.9387996486 0.3867352147 -42.39102795
-0.005137463776 -0.4507960626 1.040343149 -2.107494722
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0004_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.099759872 0.004863412676 0.02328066433 -3.629895544
-0.02170300278 0.9381114638 0.3882314397 -42.49660817
-0.0004129334144 -0.451946374 1.039615961 -2.366309403
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0004_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.099786136 0.005623799778 0.02224892162 -3.527955113
-0.02246194324 0.938281936 0.387723479 -42.36018996
0.0004776031255 -0.4517934292 1.039926443 -2.699520402
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0005_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.092481718 -0.0112511284 -0.06105681686 11.14451218
0.01697929694 1.002037774 0.1196710667 -25.25359853
0.0698209953 -0.08975887222 1.079915272 -49.89324476
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0005_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.092074873 -0.009412672843 -0.05823001115 10.35931539
0.01270659625 1.001898361 0.1148257574 -24.32708914
0.06918141306 -0.08087893803 1.079675271 -51.00440696
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0005_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.09289852 -0.01194369219 -0.05069863598 9.372044837
0.01544723296 1.00355931 0.1062482424 -23.47608338
0.060879647 -0.07462361708 1.080782131 -51.22829965
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0005_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.091060596 -0.01396107159 -0.05779867733 10.63322993
0.01687310126 1.003411958 0.1037036152 -23.448935
0.0688537255 -0.06928775769 1.080091844 -52.51831028
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0006_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.103196984 0.01492592056 -0.04461809486 6.419772689
-0.006139007062 1.108367968 0.4088909438 -65.1850726
0.04518323661 -0.4351828603 1.148502838 -18.90185323
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0006_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.102345695 0.007617685864 -0.05088445256 6.829018216
0.002904536275 1.110623417 0.4024911977 -62.52373702
0.05125468375 -0.4353959927 1.153171274 -24.16920233
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0006_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.101121809 0.004702865914 -0.0537562778 7.449589008
0.007675244886 1.108700279 0.4068592138 -63.33700466
0.05006142916 -0.4351754992 1.148811612 -23.39499054
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0006_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.101957734 0.003075960966 -0.05092216969 7.197730925
0.005978801653 1.11100887 0.4010477516 -62.60919149
0.05121102286 -0.4340233817 1.155446536 -24.96662533
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0007_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.054280443 -0.04087656246 0.01299328599 8.748822856
0.01253196966 0.9595537404 0.4676647027 -57.52322894
-0.04567355552 -0.4746189452 1.05369861 -3.518469159
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0007_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.054113703 -0.03870144921 0.02071922299 8.436163711
0.004464180829 0.9654567804 0.4534738339 -56.37822882
-0.04678063357 -0.4672419248 1.061494799 -11.83274608
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0007_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.053852729 -0.03980944537 0.02026759978 8.659780203
0.006115808871 0.9645749153 0.4553529705 -56.61451301
-0.04687602224 -0.469358893 1.060060602 -11.35005713
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0009_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.131957485 0.02381361047 -0.0457531479 4.721187689
-0.003289542158 0.9726911514 0.3815603144 -51.82600935
0.07077360242 -0.3603856268 1.090490232 -33.29742246
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0009_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.124309298 0.01923704005 -0.04064732461 5.301726996
0.0009923461213 0.9660343539 0.4110699763 -54.17373188
0.06333821445 -0.3971367058 1.086370026 -30.28553697
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0009_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.124800295 0.0213473563 -0.03579444098 4.338101388
-0.002589280711 0.9654430642 0.4111040379 -53.9204661
0.05916249713 -0.3973762595 1.086338048 -30.14913759
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0009_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.124865335 0.02170909722 -0.0422487739 5.210294941
-0.0003133744233 0.9664044657 0.4076613492 -53.94178745
0.06595824556 -0.394079827 1.086123378 -31.4698146
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0010_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.049650836 -0.03970610623 -0.01388386127 9.332299986
0.05660950362 0.951835787 0.1978611349 -37.54779096
0.01129463108 -0.2471652286 1.090038261 -72.2873351
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0010_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.049963441 -0.03858450265 -0.004576773087 7.859667995
0.05555280551 0.9501945743 0.2077948764 -38.58927065
0.001253080177 -0.2543152829 1.088227796 -69.74015247
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0010_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.049690082 -0.03911296784 -0.0003129006011 7.482806666
0.05651977887 0.951741733 0.202492801 -37.74310136
-0.002828984271 -0.2467238259 1.089313212 -69.19027466
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0010_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.04903771 -0.03998987968 -0.0007668342199 7.704674079
0.05968360817 0.9524892367 0.2098832382 -39.02128219
-0.003606654012 -0.2531449959 1.084816697 -67.43658675
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0011_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.133179668 -0.02281936882 -0.001168609554 2.655097577
0.03413149443 1.107589715 -0.07158514173 -12.33292149
0.007059870958 -0.007273028288 1.181501827 -89.37978452
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0011_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.132661282 -0.02318136315 -0.0007669852523 2.683141632
0.03459942463 1.107193283 -0.07637477158 -11.39143772
0.006989157811 -0.002610373514 1.18010858 -90.15000967
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0011_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.132454967 -0.02131653766 0.007355962186 1.741422638
0.03216120456 1.107100849 -0.07357312753 -11.18283398
-0.001712173805 -0.005227912744 1.179173241 -90.25259081
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0011_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.131697088 -0.02119292487 0.01333456683 1.158040525
0.03291364771 1.107743575 -0.06743723629 -12.0378895
-0.008957759613 -0.01164312579 1.180049915 -87.05576089
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0012_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.080182115 -0.02056804852 0.003552983867 5.732970102
0.00725337229 1.030744478 -0.02975763902 -7.22603421
0.005204157714 -0.007530593301 1.157142096 -94.88821142
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0012_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.080670612 -0.02083373231 -0.0005504681387 5.975359184
0.006922252738 1.03188718 -0.02176850476 -8.13512343
0.009212593767 -0.02072690205 1.157437445 -95.12762739
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0012_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.080500496 -0.02379995251 -0.006189372836 7.070207333
0.01315500114 1.030132787 -0.03019238622 -7.493103281
0.01377718245 -0.006054245791 1.156029925 -95.02019967
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0012_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.079962417 -0.02851885034 -0.01226029163 8.176384775
0.01471037321 1.031741624 -0.03539280795 -6.524798364
0.02294748985 -0.004252294703 1.156736258 -95.88352692
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0013_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.102012944 -0.03316934906 -0.003108863397 5.353273398
0.03096648467 1.033770265 0.08587991244 -21.81726915
0.0126016788 -0.1126146819 1.125062962 -57.3182052
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0013_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.101143122 -0.03251805825 -0.005659065189 5.577818687
0.03151608008 1.033611824 0.08883481038 -22.12640495
0.01464201036 -0.1166485796 1.123887758 -57.27523646
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0013_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.101017856 -0.03507252715 0.001048275856 5.053923007
0.03285472879 1.033471666 0.09102942093 -22.45896515
0.006543835165 -0.1179886642 1.124780321 -56.40146502
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0013_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.10061236 -0.03284605149 -0.002872434855 5.184082762
0.03145723076 1.033612384 0.09040034446 -22.24285842
0.01131519778 -0.1175005987 1.123958528 -57.25228493
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0014_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.081430169 -0.07852795385 0.06358842759 3.740178751
0.04179506792 1.038137722 0.2780556857 -42.65583315
-0.0862392569 -0.2809576348 1.165080567 -27.58834929
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0014_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.081264698 -0.07911731282 0.06515098463 3.634794154
0.04143781131 1.038070977 0.2798207098 -42.66623549
-0.08797672746 -0.2825552018 1.163607161 -27.06391093
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0014_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0808301 -0.07870491152 0.0661764941 3.562413358
0.04162373204 1.039810479 0.2736916579 -41.92520812
-0.08940582707 -0.2754515451 1.164707081 -27.37811668
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0014_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.080704999 -0.07925799716 0.06738816946 3.480034091
0.04117412763 1.038680886 0.2763113127 -42.00227109
-0.09065309825 -0.2794201403 1.163550256 -26.73184266
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0015_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.041090681 -0.1032691802 -0.008645403342 17.09516702
0.06074889852 0.9403017438 0.2833569931 -48.71191534
-0.04002960119 -0.3370943806 1.076770818 -53.18956876
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0015_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.04154187 -0.09825085614 -0.004386331626 15.99475917
0.05685546165 0.9429600674 0.2725271603 -47.12607987
-0.0427324967 -0.3251045168 1.083377476 -55.6926888
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0015_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.040574791 -0.10427287 -0.003517009882 16.42006567
0.0600319829 0.9424091427 0.2771941682 -47.78594718
-0.04522185469 -0.330709012 1.079045229 -54.54002783
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0016_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.057957464 0.01168530463 0.026725895 -0.3958285452
-0.0215459705 1.031487417 0.2372236332 -34.67551208
-0.02448541716 -0.2944873031 1.177299078 -47.73728823
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0016_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.054443066 0.009665066457 0.02748690937 0.4245080181
-0.01916374366 1.034586178 0.224414613 -33.12719346
-0.02755871104 -0.2772892085 1.17847669 -49.93459459
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0016_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.052203707 0.005612831316 0.02253928892 1.419602882
-0.01546605787 1.031379147 0.2310025567 -33.94767283
-0.02120987034 -0.2799086867 1.175194851 -49.39342081
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0017_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.076422161 0.02352649838 0.01694709912 -2.297409108
-0.02037134491 0.9644729781 0.1344041058 -24.8398924
-0.02489164391 -0.1546511029 1.145239982 -76.34173595
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0017_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.076540338 0.02337901452 0.01591196971 -2.082392242
-0.02031403813 0.9636430243 0.1354552608 -24.88963646
-0.02340692908 -0.1561868688 1.144590082 -76.24921934
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0017_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.076913656 0.02340570556 0.01564877862 -2.051831325
-0.02079907179 0.962608119 0.1334742256 -24.53477884
-0.02298373953 -0.1538992493 1.142853159 -76.13620641
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0017_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.075376241 0.02162018534 0.0192328486 -2.476977244
-0.0191690379 0.9645748597 0.138788147 -25.25531894
-0.02559334212 -0.163595534 1.146492823 -76.08756312
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0018_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.05485949 -0.07260881356 -0.08478297717 21.60831811
0.0447097689 1.032605677 0.01575696452 -15.48920941
0.06902756742 -0.04092567568 1.073128718 -96.31320288
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0018_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.053268855 -0.07822664642 -0.09210078627 23.50483006
0.05121336487 1.031855737 0.01897408818 -16.31590536
0.07598433463 -0.04740041972 1.071412994 -95.42956103
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0018_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.05241067 -0.07826793358 -0.09915846434 24.55443591
0.05119065913 1.031853611 0.02046368533 -16.63518413
0.08346839489 -0.05032022325 1.070715874 -95.82703863
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0018_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.052488006 -0.08235697261 -0.09966367106 25.33083865
0.05595057706 1.031115192 0.01812085642 -16.21212711
0.08222278794 -0.04744624611 1.070983005 -95.53922014
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0019_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.069322733 -0.04785423178 0.03901262772 4.519807963
0.0226589801 1.011948601 0.3966199698 -59.59065187
-0.05088798666 -0.4944715087 1.011089195 5.585132022
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0019_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.068861227 -0.04414033997 0.03360020228 4.839193447
0.02073573763 1.012779956 0.3947566105 -59.23570203
-0.04439993438 -0.4940525215 1.013734271 4.550917158
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0019_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.068813242 -0.04330488777 0.03643113404 4.420067908
0.01952669592 1.013609644 0.3931337025 -59.08243012
-0.04618706753 -0.4930749559 1.012016055 4.036382606
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0019_MR1_mpr-4_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.069121662 -0.03879643239 0.04150368333 3.251835808
0.01146229007 1.017431411 0.3827529381 -57.44458755
-0.050869666 -0.48171831 1.013429069 2.712674486
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0020_MR1_mpr-1_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.179700066 -0.0133356008 0.05774431634 -11.45412058
0.01646608539 1.025879036 0.09861912985 -22.44716586
-0.05655176081 -0.08714209909 1.196838882 -65.16549101
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0020_MR1_mpr-2_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.179727349 -0.01407429531 0.05838697179 -11.63925931
0.01686416014 1.025317448 0.1030699374 -22.96891775
-0.05787984457 -0.09222381055 1.195686818 -64.53489606
0 0 0 1
4 changes: 4 additions & 0 deletions results/ieee/OAS1_0020_MR1_mpr-3_anon_reorient.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.179478468 -0.01123791465 0.05996818531 -12.01212318
0.01403579781 1.025411301 0.1025350866 -22.63034139
-0.05856163712 -0.0917359996 1.195220822 -64.53685485
0 0 0 1
Loading

0 comments on commit dbe93e9

Please sign in to comment.