rpipe 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. data/.document +5 -0
  2. data/.gitignore +23 -0
  3. data/LICENSE +20 -0
  4. data/README +0 -0
  5. data/README.rdoc +33 -0
  6. data/Rakefile +78 -0
  7. data/VERSION +1 -0
  8. data/bin/create_driver.rb +79 -0
  9. data/bin/rpipe +131 -0
  10. data/bin/swallow_batch_run.rb +21 -0
  11. data/lib/core_additions.rb +5 -0
  12. data/lib/custom_methods/JohnsonMerit220Visit1Preproc.m +26 -0
  13. data/lib/custom_methods/JohnsonMerit220Visit1Preproc.rb +43 -0
  14. data/lib/custom_methods/JohnsonMerit220Visit1Preproc_job.m +80 -0
  15. data/lib/custom_methods/JohnsonMerit220Visit1Stats.m +74 -0
  16. data/lib/custom_methods/JohnsonMerit220Visit1Stats.rb +63 -0
  17. data/lib/custom_methods/JohnsonMerit220Visit1Stats_job.m +63 -0
  18. data/lib/custom_methods/JohnsonTbiLongitudinalSnodPreproc.m +26 -0
  19. data/lib/custom_methods/JohnsonTbiLongitudinalSnodPreproc.rb +41 -0
  20. data/lib/custom_methods/JohnsonTbiLongitudinalSnodPreproc_job.m +69 -0
  21. data/lib/custom_methods/JohnsonTbiLongitudinalSnodStats.m +76 -0
  22. data/lib/custom_methods/JohnsonTbiLongitudinalSnodStats.rb +67 -0
  23. data/lib/custom_methods/JohnsonTbiLongitudinalSnodStats_job.m +59 -0
  24. data/lib/custom_methods/ReconWithHello.rb +7 -0
  25. data/lib/default_logger.rb +13 -0
  26. data/lib/default_methods/default_preproc.rb +76 -0
  27. data/lib/default_methods/default_recon.rb +80 -0
  28. data/lib/default_methods/default_stats.rb +94 -0
  29. data/lib/default_methods/recon/physionoise_helper.rb +69 -0
  30. data/lib/default_methods/recon/raw_sequence.rb +109 -0
  31. data/lib/generators/job_generator.rb +36 -0
  32. data/lib/generators/preproc_job_generator.rb +31 -0
  33. data/lib/generators/recon_job_generator.rb +76 -0
  34. data/lib/generators/stats_job_generator.rb +70 -0
  35. data/lib/generators/workflow_generator.rb +128 -0
  36. data/lib/global_additions.rb +18 -0
  37. data/lib/logfile.rb +310 -0
  38. data/lib/matlab_helpers/CreateFunctionalVolumeStruct.m +6 -0
  39. data/lib/matlab_helpers/import_csv.m +32 -0
  40. data/lib/matlab_helpers/matlab_queue.rb +37 -0
  41. data/lib/matlab_helpers/prepare_onsets_xls.m +30 -0
  42. data/lib/rpipe.rb +254 -0
  43. data/rpipe.gemspec +177 -0
  44. data/spec/generators/preproc_job_generator_spec.rb +27 -0
  45. data/spec/generators/recon_job_generator_spec.rb +33 -0
  46. data/spec/generators/stats_job_generator_spec.rb +50 -0
  47. data/spec/generators/workflow_generator_spec.rb +97 -0
  48. data/spec/helper_spec.rb +40 -0
  49. data/spec/integration/johnson.merit220.visit1_spec.rb +47 -0
  50. data/spec/integration/johnson.tbi.longitudinal.snod_spec.rb +48 -0
  51. data/spec/logfile_spec.rb +96 -0
  52. data/spec/matlab_queue_spec.rb +40 -0
  53. data/spec/merit220_stats_spec.rb +81 -0
  54. data/spec/physio_spec.rb +98 -0
  55. data/test/drivers/merit220_workflow_sample.yml +15 -0
  56. data/test/drivers/mrt00000.yml +65 -0
  57. data/test/drivers/mrt00015.yml +62 -0
  58. data/test/drivers/mrt00015_hello.yml +41 -0
  59. data/test/drivers/mrt00015_withphys.yml +81 -0
  60. data/test/drivers/tbi000.yml +129 -0
  61. data/test/drivers/tbi000_separatevisits.yml +137 -0
  62. data/test/drivers/tmp.yml +58 -0
  63. data/test/fixtures/faces3_recognitionA.mat +0 -0
  64. data/test/fixtures/faces3_recognitionA.txt +86 -0
  65. data/test/fixtures/faces3_recognitionA_equal.csv +25 -0
  66. data/test/fixtures/faces3_recognitionA_unequal.csv +21 -0
  67. data/test/fixtures/faces3_recognitionB_incmisses.txt +86 -0
  68. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CPd3R_40.txt +13360 -0
  69. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CPd3_40.txt +13360 -0
  70. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CPttl_40.txt +13360 -0
  71. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CRTd3R_40.txt +13360 -0
  72. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CRTd3_40.txt +13360 -0
  73. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_CRTttl_40.txt +13360 -0
  74. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_CRTd3R_40.txt +334 -0
  75. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_CRTd3_40.txt +334 -0
  76. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_CRTttl_40.txt +334 -0
  77. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_RRT_40.txt +334 -0
  78. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_RVT_40.txt +334 -0
  79. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_card_spline_40.txt +334 -0
  80. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_HalfTR_resp_spline_40.txt +334 -0
  81. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_RRT_40.txt +9106 -0
  82. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_RVT_40.txt +9106 -0
  83. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_CRTd3R_40.txt +167 -0
  84. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_CRTd3_40.txt +167 -0
  85. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_CRTttl_40.txt +167 -0
  86. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_RRT_40.txt +167 -0
  87. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_RVT_40.txt +167 -0
  88. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_card_spline_40.txt +167 -0
  89. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_TR_resp_spline_40.txt +167 -0
  90. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_card_spline_40.txt +13360 -0
  91. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_resp_spline_40.txt +9106 -0
  92. data/test/fixtures/physionoise_regressors/EPI__fMRI_Task1_resp_spline_downsampled_40.txt +9106 -0
  93. data/test/fixtures/ruport_summary.yml +123 -0
  94. data/test/fixtures/valid_scans.yaml +35 -0
  95. data/test/helper.rb +10 -0
  96. data/test/test_dynamic_method_inclusion.rb +10 -0
  97. data/test/test_includes.rb +11 -0
  98. data/test/test_integrative_johnson.merit220.visit1.rb +31 -0
  99. data/test/test_preproc.rb +11 -0
  100. data/test/test_recon.rb +11 -0
  101. data/test/test_rpipe.rb +19 -0
  102. data/vendor/output_catcher.rb +93 -0
  103. data/vendor/trollop.rb +781 -0
  104. metadata +260 -0
@@ -0,0 +1,167 @@
1
+ 1.530706
2
+ 0.422609
3
+ 1.720065
4
+ 0.837346
5
+ 0.184935
6
+ 1.098283
7
+ 1.068991
8
+ 0.454517
9
+ 0.000000
10
+ 1.077652
11
+ 1.202387
12
+ 0.478432
13
+ 2.164019
14
+ 0.233665
15
+ 0.457009
16
+ 0.117323
17
+ 1.344695
18
+ 1.660004
19
+ 1.216905
20
+ 0.099854
21
+ 0.658748
22
+ 0.600248
23
+ 0.325338
24
+ 0.178132
25
+ 0.425664
26
+ 0.989284
27
+ 1.533711
28
+ 0.000905
29
+ 1.836947
30
+ 0.470268
31
+ 0.801187
32
+ 1.399639
33
+ 0.180284
34
+ 1.625292
35
+ 0.357761
36
+ 0.293104
37
+ 0.236098
38
+ 0.325781
39
+ 0.262626
40
+ 0.329536
41
+ 0.285280
42
+ 0.337118
43
+ 0.248380
44
+ 0.312216
45
+ 0.217364
46
+ 0.354813
47
+ 0.149727
48
+ 1.084845
49
+ 1.677384
50
+ 1.025401
51
+ 0.092839
52
+ 0.720283
53
+ 1.415085
54
+ 0.204364
55
+ 0.321754
56
+ 0.274153
57
+ 0.197120
58
+ 1.316535
59
+ 1.069419
60
+ 0.125129
61
+ 1.821914
62
+ 0.983929
63
+ 0.300291
64
+ 1.668947
65
+ 2.062506
66
+ 1.618425
67
+ 0.651647
68
+ 0.286464
69
+ 0.837471
70
+ 0.038474
71
+ 0.998079
72
+ 1.159685
73
+ 0.460866
74
+ 0.955255
75
+ 1.413571
76
+ 0.786240
77
+ 0.600961
78
+ 0.318562
79
+ 0.417538
80
+ 1.261641
81
+ 0.728217
82
+ 0.540449
83
+ 0.171374
84
+ 0.349446
85
+ 0.751068
86
+ 1.141179
87
+ 1.150795
88
+ 0.303300
89
+ 0.199350
90
+ 1.038305
91
+ 1.762637
92
+ 1.089738
93
+ 0.183749
94
+ 0.310540
95
+ 0.334953
96
+ 1.431379
97
+ 0.594778
98
+ 0.223856
99
+ 0.273443
100
+ 0.247331
101
+ 0.260282
102
+ 0.241768
103
+ 0.253590
104
+ 0.257586
105
+ 0.250339
106
+ 0.716696
107
+ 0.654418
108
+ 0.152021
109
+ 1.627827
110
+ 0.477127
111
+ 0.213200
112
+ 0.222315
113
+ 0.262630
114
+ 0.202595
115
+ 0.364663
116
+ 0.769634
117
+ 1.096462
118
+ 1.308764
119
+ 0.106818
120
+ 0.370388
121
+ 0.114061
122
+ 0.507986
123
+ 0.588003
124
+ 0.320239
125
+ 0.221297
126
+ 0.288388
127
+ 0.223518
128
+ 0.280311
129
+ 0.205297
130
+ 0.285315
131
+ 0.158710
132
+ 1.399933
133
+ 0.568243
134
+ 0.227784
135
+ 1.344828
136
+ 0.715165
137
+ 1.358076
138
+ 0.281443
139
+ 0.328145
140
+ 0.183769
141
+ 0.331905
142
+ 0.166315
143
+ 0.325793
144
+ 0.112384
145
+ 1.467266
146
+ 1.100770
147
+ 0.376225
148
+ 0.198805
149
+ 0.398506
150
+ 0.656591
151
+ 0.401247
152
+ 0.550705
153
+ 0.933841
154
+ 2.038737
155
+ 1.324539
156
+ 0.720487
157
+ 0.264391
158
+ 0.232300
159
+ 0.208097
160
+ 0.243325
161
+ 0.206444
162
+ 0.209386
163
+ 0.293745
164
+ 1.410922
165
+ 0.413474
166
+ 0.165173
167
+ 0.593735
@@ -0,0 +1,167 @@
1
+ 1.654694
2
+ 0.546465
3
+ 1.647584
4
+ 1.196011
5
+ 0.116844
6
+ 1.057310
7
+ 2.392830
8
+ 0.648897
9
+ 0.053669
10
+ 1.291730
11
+ 2.036566
12
+ 0.370892
13
+ 3.227722
14
+ 0.577897
15
+ 0.534639
16
+ 0.172155
17
+ 1.704766
18
+ 2.112760
19
+ 1.106462
20
+ 0.400458
21
+ 0.624673
22
+ 0.711691
23
+ 0.392624
24
+ 0.423275
25
+ 0.360541
26
+ 1.123330
27
+ 2.678751
28
+ 0.000000
29
+ 2.469062
30
+ 1.105086
31
+ 0.617469
32
+ 1.584910
33
+ 0.181207
34
+ 2.418592
35
+ 0.713785
36
+ 0.371993
37
+ 0.349476
38
+ 0.414072
39
+ 0.363971
40
+ 0.404663
41
+ 0.427020
42
+ 0.460075
43
+ 0.342060
44
+ 0.471431
45
+ 0.319693
46
+ 0.440237
47
+ 0.234195
48
+ 1.276166
49
+ 2.268232
50
+ 1.447117
51
+ 0.193149
52
+ 0.781210
53
+ 2.255317
54
+ 0.424040
55
+ 0.427935
56
+ 0.353710
57
+ 0.369393
58
+ 1.133699
59
+ 1.292388
60
+ 0.231055
61
+ 1.592660
62
+ 1.129107
63
+ 0.473508
64
+ 2.397396
65
+ 2.520585
66
+ 1.637835
67
+ 0.769955
68
+ 0.466283
69
+ 0.874508
70
+ 0.325738
71
+ 0.667898
72
+ 0.860783
73
+ 0.673375
74
+ 0.826436
75
+ 2.037899
76
+ 1.439078
77
+ 0.629155
78
+ 0.465482
79
+ 0.511456
80
+ 2.958192
81
+ 0.825653
82
+ 0.809756
83
+ 0.267136
84
+ 0.527221
85
+ 0.584728
86
+ 1.437873
87
+ 2.065407
88
+ 0.486386
89
+ 0.187699
90
+ 1.286343
91
+ 1.744207
92
+ 1.111844
93
+ 0.388219
94
+ 0.446531
95
+ 0.278905
96
+ 2.291358
97
+ 1.410563
98
+ 0.108722
99
+ 0.559384
100
+ 0.214102
101
+ 0.461707
102
+ 0.225200
103
+ 0.513624
104
+ 0.239620
105
+ 0.462393
106
+ 0.626400
107
+ 0.782016
108
+ 0.157299
109
+ 2.100656
110
+ 0.838366
111
+ 0.232845
112
+ 0.360420
113
+ 0.369042
114
+ 0.297624
115
+ 0.522812
116
+ 0.660372
117
+ 1.383145
118
+ 2.426243
119
+ 0.203547
120
+ 0.535524
121
+ 0.213960
122
+ 0.497429
123
+ 0.688907
124
+ 0.523782
125
+ 0.295114
126
+ 0.443242
127
+ 0.324486
128
+ 0.415981
129
+ 0.236178
130
+ 0.505462
131
+ 0.152685
132
+ 2.136874
133
+ 1.189122
134
+ 0.112970
135
+ 1.616126
136
+ 0.718208
137
+ 2.221413
138
+ 0.518925
139
+ 0.442715
140
+ 0.295978
141
+ 0.419971
142
+ 0.254719
143
+ 0.477014
144
+ 0.131183
145
+ 1.788681
146
+ 1.780823
147
+ 0.377157
148
+ 0.378816
149
+ 0.480489
150
+ 0.845337
151
+ 0.447072
152
+ 0.682039
153
+ 0.953737
154
+ 1.736024
155
+ 1.602976
156
+ 0.912058
157
+ 0.350480
158
+ 0.368250
159
+ 0.270286
160
+ 0.407707
161
+ 0.267806
162
+ 0.395247
163
+ 0.255295
164
+ 2.408655
165
+ 0.888114
166
+ 0.151354
167
+ 0.777844
@@ -0,0 +1,167 @@
1
+ 0.029681
2
+ 0.024464
3
+ 0.026772
4
+ 0.031929
5
+ 0.039942
6
+ 0.042738
7
+ 0.041235
8
+ 0.035223
9
+ 0.022935
10
+ 0.024933
11
+ 0.020257
12
+ 0.026622
13
+ 0.047098
14
+ 0.065805
15
+ 0.088993
16
+ 0.082720
17
+ 0.084605
18
+ 0.066617
19
+ 0.051414
20
+ 0.040531
21
+ 0.031871
22
+ 0.032824
23
+ 0.046199
24
+ 0.054414
25
+ 0.050193
26
+ 0.041682
27
+ 0.038027
28
+ 0.038268
29
+ 0.037623
30
+ 0.034586
31
+ 0.033729
32
+ 0.031840
33
+ 0.031625
34
+ 0.042421
35
+ 0.055158
36
+ 0.061176
37
+ 0.060711
38
+ 0.075917
39
+ 0.081107
40
+ 0.094080
41
+ 0.098729
42
+ 0.090830
43
+ 0.089034
44
+ 0.075411
45
+ 0.064273
46
+ 0.058274
47
+ 0.069856
48
+ 0.070447
49
+ 0.067786
50
+ 0.071618
51
+ 0.083190
52
+ 0.084028
53
+ 0.077048
54
+ 0.067663
55
+ 0.058837
56
+ 0.056502
57
+ 0.082787
58
+ 0.082677
59
+ 0.089533
60
+ 0.080454
61
+ 0.075470
62
+ 0.073491
63
+ 0.070370
64
+ 0.073010
65
+ 0.076141
66
+ 0.075039
67
+ 0.069268
68
+ 0.056901
69
+ 0.045667
70
+ 0.041772
71
+ 0.047268
72
+ 0.052921
73
+ 0.061077
74
+ 0.077013
75
+ 0.078626
76
+ 0.067524
77
+ 0.057427
78
+ 0.053667
79
+ 0.041687
80
+ 0.036705
81
+ 0.040945
82
+ 0.035296
83
+ 0.046090
84
+ 0.068251
85
+ 0.071152
86
+ 0.059396
87
+ 0.053601
88
+ 0.043602
89
+ 0.040644
90
+ 0.045243
91
+ 0.051459
92
+ 0.042382
93
+ 0.040456
94
+ 0.039659
95
+ 0.036135
96
+ 0.047088
97
+ 0.058936
98
+ 0.068414
99
+ 0.059649
100
+ 0.044048
101
+ 0.038330
102
+ 0.039413
103
+ 0.046328
104
+ 0.043101
105
+ 0.045912
106
+ 0.053875
107
+ 0.065278
108
+ 0.055427
109
+ 0.033585
110
+ 0.026084
111
+ 0.025996
112
+ 0.020324
113
+ 0.026037
114
+ 0.044172
115
+ 0.043504
116
+ 0.026791
117
+ 0.028288
118
+ 0.043975
119
+ 0.048957
120
+ 0.038532
121
+ 0.027412
122
+ 0.028324
123
+ 0.027722
124
+ 0.024275
125
+ 0.033034
126
+ 0.051022
127
+ 0.050389
128
+ 0.041015
129
+ 0.034863
130
+ 0.032291
131
+ 0.027075
132
+ 0.021978
133
+ 0.021561
134
+ 0.027230
135
+ 0.035723
136
+ 0.053729
137
+ 0.073468
138
+ 0.072368
139
+ 0.059752
140
+ 0.044428
141
+ 0.036020
142
+ 0.033706
143
+ 0.030883
144
+ 0.026995
145
+ 0.030924
146
+ 0.003915
147
+ 0.000000
148
+ 0.012078
149
+ 0.027535
150
+ 0.035521
151
+ 0.033092
152
+ 0.029727
153
+ 0.050103
154
+ 0.057581
155
+ 0.037283
156
+ 0.033627
157
+ 0.021174
158
+ 0.012804
159
+ 0.012235
160
+ 0.017023
161
+ 0.013755
162
+ 0.011220
163
+ 0.007840
164
+ 0.007679
165
+ 0.014524
166
+ 0.023004
167
+ 0.034457
@@ -0,0 +1,167 @@
1
+ 0.371623
2
+ 0.458320
3
+ 0.342264
4
+ 0.234774
5
+ 0.104065
6
+ 0.014375
7
+ 0.020562
8
+ 0.062757
9
+ 0.072943
10
+ 0.087174
11
+ 0.079919
12
+ 0.172580
13
+ 0.244372
14
+ 0.191976
15
+ 0.112274
16
+ 0.119065
17
+ 0.169971
18
+ 0.303122
19
+ 0.354711
20
+ 0.220444
21
+ 0.133060
22
+ 0.091710
23
+ 0.063153
24
+ 0.030788
25
+ 0.063435
26
+ 0.119843
27
+ 0.121394
28
+ 0.085666
29
+ 0.056129
30
+ 0.033521
31
+ 0.026985
32
+ 0.015274
33
+ 0.010723
34
+ 0.053921
35
+ 0.118344
36
+ 0.127793
37
+ 0.096126
38
+ 0.122533
39
+ 0.409934
40
+ 0.357320
41
+ 0.175648
42
+ 0.125560
43
+ 0.177860
44
+ 0.169005
45
+ 0.120092
46
+ 0.079284
47
+ 0.056100
48
+ 0.045751
49
+ 0.028829
50
+ 0.026748
51
+ 0.033851
52
+ 0.041168
53
+ 0.056005
54
+ 0.080792
55
+ 0.131730
56
+ 0.358214
57
+ 0.327910
58
+ 0.178361
59
+ 0.126025
60
+ 0.125721
61
+ 0.115664
62
+ 0.092538
63
+ 0.068241
64
+ 0.047515
65
+ 0.031805
66
+ 0.017769
67
+ 0.000000
68
+ 0.010638
69
+ 0.069926
70
+ 0.111038
71
+ 0.096254
72
+ 0.069155
73
+ 0.049923
74
+ 0.041560
75
+ 0.040528
76
+ 0.037283
77
+ 0.138689
78
+ 0.234120
79
+ 0.195510
80
+ 0.164861
81
+ 0.157194
82
+ 0.155376
83
+ 0.141016
84
+ 0.129107
85
+ 0.113902
86
+ 0.100589
87
+ 0.091196
88
+ 0.110283
89
+ 0.124168
90
+ 0.111117
91
+ 0.079464
92
+ 0.089687
93
+ 0.315100
94
+ 0.325051
95
+ 0.166417
96
+ 0.156881
97
+ 0.423101
98
+ 0.339091
99
+ 0.164744
100
+ 0.102575
101
+ 0.133091
102
+ 0.137368
103
+ 0.108157
104
+ 0.080923
105
+ 0.064987
106
+ 0.067589
107
+ 0.062991
108
+ 0.061110
109
+ 0.050425
110
+ 0.047045
111
+ 0.034012
112
+ 0.026902
113
+ 0.011652
114
+ 0.010058
115
+ 0.047320
116
+ 0.105992
117
+ 0.116121
118
+ 0.104943
119
+ 0.114779
120
+ 0.246122
121
+ 0.255353
122
+ 0.173245
123
+ 0.134045
124
+ 0.148674
125
+ 0.140771
126
+ 0.109164
127
+ 0.068284
128
+ 0.046242
129
+ 0.048341
130
+ 0.061579
131
+ 0.067079
132
+ 0.093815
133
+ 0.110872
134
+ 0.247812
135
+ 0.274088
136
+ 0.182431
137
+ 0.106031
138
+ 0.115877
139
+ 0.125144
140
+ 0.150009
141
+ 0.133510
142
+ 0.417644
143
+ 0.470443
144
+ 0.219752
145
+ 0.164062
146
+ 0.111054
147
+ 0.098213
148
+ 0.114156
149
+ 0.148168
150
+ 0.152801
151
+ 0.167189
152
+ 0.178199
153
+ 0.188223
154
+ 0.156959
155
+ 0.122187
156
+ 0.204089
157
+ 0.296326
158
+ 0.203720
159
+ 0.138838
160
+ 0.042277
161
+ 0.003538
162
+ 0.046421
163
+ 0.108587
164
+ 0.091706
165
+ 0.068942
166
+ 0.029116
167
+ 0.101422