wuff-mann commited on
Commit
e45c45f
·
verified ·
1 Parent(s): bc5c941

C7-C3 exact-30B Protocol-v3 Direct-v2 release

Browse files
.gitattributes CHANGED
@@ -191,3 +191,5 @@ WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segment
191
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_Article.png filter=lfs diff=lfs merge=lfs -text
192
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_PPT.pdf filter=lfs diff=lfs merge=lfs -text
193
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_PPT.png filter=lfs diff=lfs merge=lfs -text
 
 
 
191
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_Article.png filter=lfs diff=lfs merge=lfs -text
192
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_PPT.pdf filter=lfs diff=lfs merge=lfs -text
193
  WaveCleanLDM/C7C2R2_FIX2_SurrogatePacketBridge/latest/C7C2R2_Clear_ATLAS_Segmentation_PPT.png filter=lfs diff=lfs merge=lfs -text
194
+ WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_ProtocolV3_DirectV2_Topology_Gallery.pdf filter=lfs diff=lfs merge=lfs -text
195
+ WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_ProtocolV3_DirectV2_Topology_Gallery.png filter=lfs diff=lfs merge=lfs -text
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_CONFIG.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "STAGE": "C7-C3",
3
+ "SEED": 20260719,
4
+ "PACKET_BYTES": 30,
5
+ "PAYLOAD_BYTES": 28,
6
+ "PROTOCOL_VERSION": 3,
7
+ "ADAPTER_WIDTH": 48,
8
+ "ADAPTER_BLOCKS": 5,
9
+ "BRIDGE_WIDTH": 40,
10
+ "BRIDGE_BLOCKS": 4,
11
+ "ARTIFACT_GATE_CENTER": 0.58,
12
+ "ARTIFACT_GATE_TEMPERATURE": 0.08,
13
+ "MAX_ARTIFACT_SUPPRESSION": 0.72,
14
+ "UNCERTAINTY_PROTECTION": 0.7,
15
+ "PARENT_RELEASE_ALPHA": 0.25,
16
+ "TRAIN_TRUTH_N": 8000,
17
+ "TRAIN_NNSI_N": 384,
18
+ "EPOCHS": 5,
19
+ "EPOCH_SAMPLES": 24000,
20
+ "BATCH": 8,
21
+ "NUM_WORKERS": 2,
22
+ "LR": 0.00015,
23
+ "MIN_LR_RATIO": 0.05,
24
+ "WARMUP_STEPS": 300,
25
+ "WEIGHT_DECAY": 8e-05,
26
+ "GRAD_CLIP": 1.0,
27
+ "TOTAL_BUDGET_HOURS": 7.5,
28
+ "FINAL_RESERVE_HOURS": 1.2,
29
+ "TIME_CHECK_EVERY_STEPS": 50,
30
+ "DRIFT_MAX_DEG": 120.0,
31
+ "CURVATURE_MAX_DEG": 90.0,
32
+ "SPAN_LOG_MIN": 0.1,
33
+ "SPAN_LOG_MAX": 2.8,
34
+ "TOPOLOGY_BITS_N1": [
35
+ 4,
36
+ 4,
37
+ 3,
38
+ 2
39
+ ],
40
+ "TOPOLOGY_BITS_N2": [
41
+ 3,
42
+ 3,
43
+ 2,
44
+ 2
45
+ ],
46
+ "TOPOLOGY_BITS_N3": [
47
+ 3,
48
+ 2,
49
+ 2,
50
+ 1
51
+ ],
52
+ "TOPOLOGY_BITS_N4": [
53
+ 2,
54
+ 2,
55
+ 1,
56
+ 1
57
+ ],
58
+ "MIN_INTRA_RESIDUAL_BITS": 5,
59
+ "MIN_BACKGROUND_RESIDUAL_BITS": 3,
60
+ "MIN_PRIMARY_SLOPE_BITS": 2,
61
+ "MIN_OTHER_SLOPE_BITS": 1,
62
+ "RENDER_HIDDEN": 64,
63
+ "MAX_RIDGE_SHIFT_DEG": 105.0,
64
+ "MAX_CURVATURE_SHIFT_DEG": 75.0,
65
+ "MAX_DIRECTION_BLUR": 0.42,
66
+ "MAX_FREQUENCY_BLUR": 0.32,
67
+ "W_L1": 1.0,
68
+ "W_MSE": 0.55,
69
+ "W_SSIM": 0.32,
70
+ "W_CONTOUR": 0.34,
71
+ "W_PERIODIC_GRAD": 0.18,
72
+ "W_MARGINAL": 0.2,
73
+ "W_RIDGE": 0.24,
74
+ "W_NONDEGRADE": 0.85,
75
+ "W_WARP_REG": 0.025,
76
+ "CALIBRATION_N": 160,
77
+ "NNSI_CALIBRATION_N": 80,
78
+ "FINAL_NDBC_N": 360,
79
+ "FINAL_NNSI_N": 200,
80
+ "FINAL_BATCH": 8,
81
+ "E2E_DIAGNOSTIC_N": 48,
82
+ "DDIM_STEPS": 24,
83
+ "BASE_ALPHA_GRID": [
84
+ 0.0,
85
+ 0.125,
86
+ 0.25
87
+ ],
88
+ "MIN_DIRECT_MEAN_MSE_GAIN": 0.02,
89
+ "MAX_DIRECT_MEDIAN_MSE_REGRESSION": 0.005,
90
+ "MIN_DIRECT_IMPROVEMENT_RATE": 0.5,
91
+ "MIN_RIDGE_ERROR_GAIN_DEG": 0.4,
92
+ "MIN_COMPLEX_CLASS_MSE_GAIN": 0.02,
93
+ "MAX_NNSI_MEAN_MSE_REGRESSION": 0.02,
94
+ "MAX_C11_WEIGHTED_REGRESSION": 0.05,
95
+ "MAX_TOPOLOGY_UNIT_MAE": 0.2,
96
+ "MAX_SCIENTIFIC_OUTPUT_DIFF": 1e-07,
97
+ "HF_REPO": "wuff-mann/Wave_compress_system",
98
+ "HF_PREFIX": "WaveCleanLDM/C7C3_ProtocolV3_DirectV2",
99
+ "MS_REPO": "WuFeiFan/Wave_compress_system",
100
+ "MS_PREFIX": "WaveCleanLDM/C7C3_ProtocolV3_DirectV2",
101
+ "MS_ENDPOINT": "https://modelscope.cn"
102
+ }
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_NNSI_nondegradation.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sample_index,v2_MSE,v3_MSE,v2_SSIM,v3_SSIM
2
+ 80,0.0026352298445999622,0.0026347667444497347,0.9535471423882207,0.9535477455575997
3
+ 81,0.0010227826423943043,0.001022551441565156,0.9107147067680635,0.9107234633616492
4
+ 82,0.0060987467877566814,0.00626677181571722,0.7093719666781175,0.6654485981446233
5
+ 83,0.0228299330919981,0.02284012921154499,0.5936562615318804,0.593921612792784
6
+ 84,0.0031802202574908733,0.0031269765459001064,0.9494264393629119,0.9506393704048501
7
+ 85,0.02389921434223652,0.025232838466763496,0.6616764842051147,0.6559714061798406
8
+ 86,0.01600949466228485,0.016009431332349777,0.7038167758783015,0.7038206301857728
9
+ 87,0.008657054975628853,0.008436220698058605,0.7218724829038083,0.7220870086951463
10
+ 88,0.001965434057638049,0.0019658103119581938,0.9563338315060689,0.9563316180944135
11
+ 89,0.006224317941814661,0.0062258061952888966,0.8799310062474351,0.8798999862920243
12
+ 90,0.00567860109731555,0.005652199033647776,0.7903119636625905,0.7900921921273287
13
+ 91,0.006024587899446487,0.00602461863309145,0.7753062739063823,0.7752847915772743
14
+ 92,0.010198002681136131,0.010243495926260948,0.6880022666124744,0.6875941046969244
15
+ 93,0.011742940172553062,0.012494387105107307,0.7566633264773202,0.7597467069811501
16
+ 94,0.003932035993784666,0.003311316715553403,0.7819211946969683,0.8001903387437749
17
+ 95,0.004913209471851587,0.004701242316514254,0.7073909063215718,0.7318730088255759
18
+ 96,0.0007921635988168418,0.0007914316956885159,0.962019858574832,0.9620779532352731
19
+ 97,0.004253139719367027,0.004253080114722252,0.8782515257200486,0.8782517855046682
20
+ 98,0.0055111427791416645,0.005593211855739355,0.8819867434329095,0.884466148684206
21
+ 99,0.003989203833043575,0.0040285298600792885,0.7721864420152941,0.771936891952575
22
+ 100,0.0037859585136175156,0.003833093913272023,0.9279618657657674,0.9279632659832736
23
+ 101,0.007218341343104839,0.007759008556604385,0.7445924211784245,0.6728102319229584
24
+ 102,0.0018341756658628583,0.002029453171417117,0.8993169929369657,0.8657903706184082
25
+ 103,0.005717853084206581,0.006061130203306675,0.6211780948540835,0.5817034797346867
26
+ 104,0.002230206737294793,0.0022302132565528154,0.9134557285763912,0.9134563893487254
27
+ 105,0.007220121566206217,0.007220308296382427,0.8825308655595844,0.8825309657349257
28
+ 106,0.0037478667218238115,0.004438341129571199,0.8398714975398158,0.8279421124159044
29
+ 107,0.004315976053476334,0.0043142917566001415,0.8072537848201401,0.8072707971168375
30
+ 108,0.00914150569587946,0.009210897609591484,0.7266702776679171,0.726477786835888
31
+ 109,0.009143849834799767,0.012065901421010494,0.7976995239491224,0.7453987264984934
32
+ 110,0.002338743070140481,0.002140740631148219,0.9226251645839697,0.9247863518562187
33
+ 111,0.017996614798903465,0.02122410573065281,0.5569451198304322,0.5171599693514074
34
+ 112,0.0016197356162592769,0.0016197115182876587,0.929796527738009,0.929797743581351
35
+ 113,0.007056225091218948,0.0070557137951254845,0.8515853544777012,0.8515963164870252
36
+ 114,0.006051253993064165,0.004071646369993687,0.8410311648044596,0.8639089852472625
37
+ 115,0.006094461772590876,0.0060991328209638596,0.6963418535320746,0.6962439256616306
38
+ 116,0.005970831029117107,0.005961210001260042,0.8363667477923118,0.8365327747453848
39
+ 117,0.002630275674164295,0.0028265430592000484,0.8694781540257681,0.8510091131799479
40
+ 118,0.009412680752575397,0.009478299878537655,0.6385476337972937,0.638825159004345
41
+ 119,0.0029878620989620686,0.004863206297159195,0.7611245812037863,0.7398458700718293
42
+ 120,0.0012883514864370227,0.0012883794261142612,0.9537424029505702,0.9537382625092953
43
+ 121,0.007678953465074301,0.007677743677049875,0.9168008870699189,0.9168079083307707
44
+ 122,0.01902957819402218,0.018370745703577995,0.6836517874511056,0.6877392929728737
45
+ 123,0.006144536193460226,0.006146331783384085,0.7478267796542729,0.747794768827398
46
+ 124,0.0075143808498978615,0.0074998764321208,0.8015858244665582,0.8017468899302598
47
+ 125,0.014610611833631992,0.01502510067075491,0.7155264732367665,0.7109025357527525
48
+ 126,0.0020777913741767406,0.0027600645553320646,0.9106778625374095,0.8719003186956962
49
+ 127,0.0063682133331894875,0.01035246904939413,0.7438988481000883,0.6736753883294456
50
+ 128,0.00023207716003526002,0.00023201468866318464,0.9801807075584719,0.980179940671808
51
+ 129,0.005284944083541632,0.005285611376166344,0.888480643844349,0.8884680000108344
52
+ 130,0.009542383253574371,0.00962825771421194,0.7883715595597786,0.7881961127685304
53
+ 131,0.004992642905563116,0.004992022644728422,0.785152803700354,0.7852015927948846
54
+ 132,0.0030750716105103493,0.003049938939511776,0.9023767026046295,0.9005673240349853
55
+ 133,0.007838647812604904,0.007925538346171379,0.8203864812384598,0.8199456501291625
56
+ 134,0.007384955883026123,0.006961398292332888,0.7928563855343493,0.8029169376331818
57
+ 135,0.012712321244180202,0.011198707856237888,0.6583058028852529,0.6838518879511869
58
+ 136,0.003976929467171431,0.003978051710873842,0.8609187355246436,0.8609209976775788
59
+ 137,0.006005723029375076,0.006005722098052502,0.82284209683967,0.8228428404852582
60
+ 138,0.002720760880038142,0.002155957045033574,0.8837937425781752,0.8735174874805054
61
+ 139,0.008953974582254887,0.008970854803919792,0.6599423580113606,0.6588949124230252
62
+ 140,0.005973470862954855,0.005926729179918766,0.9001884757645575,0.9008024788809624
63
+ 141,0.009404990822076797,0.0098153380677104,0.7082929031544543,0.7057013286964219
64
+ 142,0.0012997103622183204,0.0011996225221082568,0.8609915768117792,0.8640232603922652
65
+ 143,0.020439645275473595,0.014481093734502792,0.5765076153511715,0.6182226174561802
66
+ 144,0.00028591466252692044,0.0002859249652829021,0.9602195689288097,0.960219167778647
67
+ 145,0.008838100358843803,0.008838686160743237,0.9113716652612729,0.911380155855915
68
+ 146,0.005888191983103752,0.006632481701672077,0.7802730803298767,0.7387414845629029
69
+ 147,0.006919729523360729,0.0069201635196805,0.7176083894476607,0.7176109979652177
70
+ 148,0.005795179400593042,0.005794445518404245,0.9247637262663557,0.9247847979531072
71
+ 149,0.008942097425460815,0.008457601070404053,0.829100896586871,0.8036658112915627
72
+ 150,0.004042929038405418,0.004039711318910122,0.8320822224835951,0.8321565461578364
73
+ 151,0.003930963575839996,0.004757683724164963,0.6919606213868893,0.6926282027449613
74
+ 152,0.0043610017746686935,0.004360703285783529,0.8711730187176469,0.871174226697405
75
+ 153,0.006077808793634176,0.006078216712921858,0.8859241109476298,0.8859203955308649
76
+ 154,0.01416595745831728,0.014307334087789059,0.633781271608077,0.6348465701929278
77
+ 155,0.005920336116105318,0.005919257644563913,0.7494820557394962,0.7495350244059933
78
+ 156,0.003087653312832117,0.003087736666202545,0.8774714140628973,0.8774733191117897
79
+ 157,0.009510823525488377,0.00970394629985094,0.7927280525766046,0.7883529153775788
80
+ 158,0.00805889442563057,0.007592826150357723,0.7814399077431831,0.7934613203864876
81
+ 159,0.01414080336689949,0.01299476157873869,0.746127656999981,0.6774891879722444
82
+ 160,0.0035237022675573826,0.0035237318370491266,0.8712124838235638,0.8712120324384258
83
+ 161,0.002180872717872262,0.002181288553401828,0.9273681641120604,0.9273528778665346
84
+ 162,0.013225557282567024,0.01301394309848547,0.7143247854388218,0.7135783327012836
85
+ 163,0.003767935559153557,0.0037679749075323343,0.8205161480575865,0.8205116862501379
86
+ 164,0.00922966655343771,0.009229393675923347,0.8583807699517908,0.8583808455778253
87
+ 165,0.0085957832634449,0.009803323075175285,0.8094965551532376,0.799859146008421
88
+ 166,0.012458383105695248,0.012342989444732666,0.7705086829099568,0.7709998501480745
89
+ 167,0.030436834320425987,0.024104896932840347,0.5673726944906397,0.5454211224873383
90
+ 168,0.003920851740986109,0.003919853828847408,0.8913531308895265,0.8913884248965849
91
+ 169,0.003918379545211792,0.003918228205293417,0.8846828225980797,0.8846843629271475
92
+ 170,0.005533387418836355,0.005356178153306246,0.8315261985477407,0.7860929424583064
93
+ 171,0.013219185173511505,0.013019452802836895,0.586919771793157,0.5878354060570022
94
+ 172,0.0058489274233579636,0.005877870600670576,0.8999571949563623,0.9003858373321911
95
+ 173,0.008738277480006218,0.008950539864599705,0.7985489140199835,0.7721485211212842
96
+ 174,0.006137889809906483,0.006134296301752329,0.8435400719702772,0.8435825603929433
97
+ 175,0.00730991130694747,0.009792853146791458,0.7573209688595005,0.6242882312538254
98
+ 176,0.0010660275584086776,0.0010662608547136188,0.9216398718682203,0.92162342808992
99
+ 177,0.0048274267464876175,0.004827014170587063,0.8833574758552108,0.8833676001424602
100
+ 178,0.010053864680230618,0.010114268399775028,0.7736199022871013,0.7727520513994143
101
+ 179,0.006343718618154526,0.006343600805848837,0.7613497394731336,0.7613684969953611
102
+ 180,0.015404202975332737,0.015306028537452221,0.6412581410335291,0.6166349043756104
103
+ 181,0.011875368654727936,0.012734927237033844,0.7120451094622128,0.7140971123670046
104
+ 182,0.0031254536006599665,0.003241080092266202,0.8320494332920046,0.7889373177358419
105
+ 183,0.01629827916622162,0.009397419169545174,0.7526169594665779,0.6534008989290417
106
+ 184,0.006541815586388111,0.006542486604303122,0.8023279931661945,0.8023157009152119
107
+ 185,0.005821026396006346,0.005819856189191341,0.8941043580469936,0.8941374578267468
108
+ 186,0.012658894062042236,0.013993311673402786,0.7670620409901939,0.7648267816499317
109
+ 187,0.01021189521998167,0.01021245215088129,0.7534017237957168,0.7534036468298353
110
+ 188,0.006860400550067425,0.006876497995108366,0.8248198427254888,0.8247546393875178
111
+ 189,0.012547529302537441,0.008276398293673992,0.7553495826244909,0.7838413747476034
112
+ 190,0.008324866183102131,0.008324993774294853,0.8499255722687364,0.8499271032143679
113
+ 191,0.009905572980642319,0.012430669739842415,0.6836632122683395,0.6673672048970252
114
+ 192,0.004640933126211166,0.00464485352858901,0.8688982756194402,0.8688794000515493
115
+ 193,0.0017603094456717372,0.0017602271400392056,0.9140690816160228,0.9140712161770769
116
+ 194,0.011158483102917671,0.011264538392424583,0.7379819939804236,0.7370926139259554
117
+ 195,0.011119440197944641,0.011119663715362549,0.6819130930756162,0.6819116539004167
118
+ 196,0.0013894196599721909,0.0013920021010562778,0.8672803109188214,0.8672052181476599
119
+ 197,0.023124009370803833,0.020992066711187363,0.6897221659421022,0.6948581526541598
120
+ 198,0.005403127521276474,0.004325158894062042,0.7691875675449482,0.7964183663080686
121
+ 199,0.012651095166802406,0.010920203290879726,0.8019309082785752,0.7443496764644671
122
+ 200,0.0015945227351039648,0.0015944850165396929,0.9538215617184629,0.9538272293690655
123
+ 201,0.004128441214561462,0.004128307569772005,0.9020105379317658,0.9020133141073049
124
+ 202,0.016504671424627304,0.01759236492216587,0.7197945091323477,0.7227853952604297
125
+ 203,0.005441698245704174,0.005409163888543844,0.7490049619015984,0.7476289141636453
126
+ 204,0.002999439835548401,0.002999402116984129,0.7855588257214601,0.7855799539019085
127
+ 205,0.0169892068952322,0.018894013017416,0.6420228201154885,0.6050215350610949
128
+ 206,0.005667702294886112,0.005690795369446278,0.7089519006532602,0.7081352036979107
129
+ 207,0.009014786221086979,0.007774511352181435,0.7205224075591123,0.7429730609292702
130
+ 208,0.0036098489072173834,0.0036090801004320383,0.9490824230978953,0.9490497717902295
131
+ 209,0.002277446910738945,0.002277487888932228,0.8999659296094886,0.8999653097244871
132
+ 210,0.006739556789398193,0.006739114411175251,0.8122459946056725,0.8122545442969179
133
+ 211,0.013521946035325527,0.013523864559829235,0.6160376735455293,0.6159721091947694
134
+ 212,0.006243383511900902,0.006245075725018978,0.9106272123970851,0.9105756587365399
135
+ 213,0.017381658777594566,0.018985532224178314,0.6631862235933381,0.6562159480492411
136
+ 214,0.0015096873976290226,0.0017256509745493531,0.9132690752807562,0.873191655034589
137
+ 215,0.020350860431790352,0.020373152568936348,0.5786087954796877,0.5786362656190753
138
+ 216,0.00048202622565440834,0.00048210215754806995,0.9751813141443249,0.9751759467526708
139
+ 217,0.0019940261263400316,0.001995358383283019,0.9152073396530886,0.9151676940591972
140
+ 218,0.0010214400244876742,0.0010747452033683658,0.8997434748684973,0.9008949104633185
141
+ 219,0.0034127726685255766,0.0034128432162106037,0.7736180578226182,0.7736080462398124
142
+ 220,0.013767283409833908,0.0133353928104043,0.6540259753439128,0.6532729615991397
143
+ 221,0.008055564016103745,0.008463707752525806,0.7330054635825964,0.7435960338760033
144
+ 222,0.011292300187051296,0.011510457843542099,0.6617570168303266,0.6618080588758194
145
+ 223,0.012733401730656624,0.0038248072378337383,0.5716091936288287,0.6601811399285324
146
+ 224,0.00397284422069788,0.003972901031374931,0.872374638714067,0.8723729181778669
147
+ 225,0.006935015320777893,0.006934775970876217,0.860026231181518,0.8600311941781796
148
+ 226,0.004057370126247406,0.004513531923294067,0.7961671888327166,0.7430472108442543
149
+ 227,0.01144007220864296,0.01225673034787178,0.7034706077344055,0.6747945518724152
150
+ 228,0.011886692605912685,0.01250151265412569,0.7526795290246092,0.751669398395089
151
+ 229,0.01056723017245531,0.012012886814773083,0.6989842128763711,0.6936214475343362
152
+ 230,0.005350209306925535,0.005367565434426069,0.7173531292687313,0.7172012520774701
153
+ 231,0.012075167149305344,0.013574442826211452,0.6518159861588788,0.6213949152948645
154
+ 232,0.004007481969892979,0.004007481038570404,0.828757707063998,0.8287478778346085
155
+ 233,0.003573562717065215,0.0035734649281948805,0.8764175781670405,0.8764209907724958
156
+ 234,0.0028819621074944735,0.002906561130657792,0.7631493638939357,0.7625253374636014
157
+ 235,0.012981077656149864,0.012980856001377106,0.6792021124353199,0.6792013878500948
158
+ 236,0.0044919648207724094,0.004497376270592213,0.915082987101235,0.915230217684436
159
+ 237,0.009264846332371235,0.008249829523265362,0.7354725382353225,0.7277531365143202
160
+ 238,0.00251204427331686,0.0021815116051584482,0.9031423331577423,0.9014506085066115
161
+ 239,0.017957448959350586,0.018880853429436684,0.5173420793015561,0.5180344048239259
162
+ 240,0.00247756065800786,0.002477372530847788,0.9058504337851021,0.9058527293238522
163
+ 241,0.00394176971167326,0.003942455630749464,0.9186985027168912,0.9186754130977925
164
+ 242,0.021828383207321167,0.02269589528441429,0.6822575686747128,0.683469352849527
165
+ 243,0.004408068489283323,0.004409466404467821,0.8090146890682806,0.8090628766446066
166
+ 244,0.0059454673901200294,0.005865957587957382,0.9037813457412747,0.9030871645376749
167
+ 245,0.012500825338065624,0.013279955834150314,0.7353826186815273,0.7298835457925964
168
+ 246,0.0036119013093411922,0.0028241421096026897,0.883840185416627,0.8403848493991437
169
+ 247,0.01234242133796215,0.012345146387815475,0.6465152917432472,0.6464048674288729
170
+ 248,0.0011312782298773527,0.001131168333813548,0.9591853477539879,0.9591905477085734
171
+ 249,0.0038169738836586475,0.003816728014498949,0.9017832500575123,0.901786937516703
172
+ 250,0.007383810821920633,0.006806365679949522,0.82999618960042,0.8426958592917033
173
+ 251,0.009974302724003792,0.009974701330065727,0.7022578491753344,0.7022659677170542
174
+ 252,0.006249032914638519,0.006255540065467358,0.9086969439473749,0.9086824262453448
175
+ 253,0.0059505789540708065,0.0070778182707726955,0.8085868550628077,0.7953841730370014
176
+ 254,0.003394937375560403,0.0032617629040032625,0.8697300852060935,0.8728064988510572
177
+ 255,0.0133155956864357,0.013713104650378227,0.6855449534782051,0.6925818096394061
178
+ 256,0.0024917353875935078,0.002492286032065749,0.9374914041445683,0.9374831851354283
179
+ 257,0.0031659628730267286,0.003165836213156581,0.8968270546691293,0.896831426436339
180
+ 258,0.0006228323909454048,0.0007249213522300124,0.9294172333524523,0.9236898287966936
181
+ 259,0.0043735140934586525,0.004535567946732044,0.8112405185950459,0.8030478669527858
182
+ 260,0.013337098062038422,0.013350186869502068,0.8129215618781056,0.8134139090856188
183
+ 261,0.026272743940353394,0.027256101369857788,0.6036157030586202,0.5382326426599189
184
+ 262,0.0006966710789129138,0.0010411851108074188,0.8884807369442115,0.885174579196317
185
+ 263,0.02592293731868267,0.009366092272102833,0.6101353082620493,0.6877511646211925
186
+ 264,0.004912741016596556,0.004908569622784853,0.8371086534600036,0.837139531188071
187
+ 265,0.002987310755997896,0.002987183630466461,0.8781557299708844,0.878160984238165
188
+ 266,0.014276535250246525,0.013303317129611969,0.7846784988536216,0.7960478952123214
189
+ 267,0.013400334864854813,0.013400853611528873,0.652645709621719,0.6526407498421976
190
+ 268,0.006219757720828056,0.0062193488702178,0.8744090404912157,0.8744516327917984
191
+ 269,0.023732371628284454,0.023590540513396263,0.6177050795836896,0.6220886612691786
192
+ 270,0.003478501457720995,0.0038478763308376074,0.8312117505157112,0.7857195389767143
193
+ 271,0.006851234007626772,0.00729468185454607,0.7037147395341664,0.7059597995499437
194
+ 272,0.0021403981372714043,0.0021397199016064405,0.9022438764621704,0.9022467726867726
195
+ 273,0.0037103407084941864,0.00370794371701777,0.9027789098328339,0.9028380578005217
196
+ 274,0.002939312718808651,0.003069930011406541,0.8780198283934055,0.8790556989824957
197
+ 275,0.013303592801094055,0.013303913176059723,0.6552000614907658,0.6552131759888757
198
+ 276,0.004041743464767933,0.004042347893118858,0.8968824302567361,0.8968195904329205
199
+ 277,0.011885866522789001,0.011261072009801865,0.7655911824319976,0.7218428560210315
200
+ 278,0.0008876485517248511,0.0008903933921828866,0.8820288167868555,0.8819846336434527
201
+ 279,0.027955031022429466,0.022402234375476837,0.5760368257035772,0.5964354539365853
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_ProtocolV3_DirectV2_Topology_Gallery.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfbe0a98af83d6f0c89f610d1b1e458faef64a402e0690d707545e3dcaec8557
3
+ size 839446
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_ProtocolV3_DirectV2_Topology_Gallery.png ADDED

Git LFS Details

  • SHA256: 0dbd185c2043c322a05192232aaa7e1be78b0901f5ca5d89780f60e0c9fffefd
  • Pointer size: 132 Bytes
  • Size of remote file: 4.34 MB
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_ProtocolV3_DirectV2_Topology_Gallery.svg ADDED
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_RELEASE_DECISION.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "C7-C3",
3
+ "qualified_for_C7C4": false,
4
+ "packet_bytes": 30,
5
+ "protocol_version": 3,
6
+ "topology_fields": [
7
+ "ridge_drift",
8
+ "ridge_curvature",
9
+ "frequency_span",
10
+ "directional_complexity"
11
+ ],
12
+ "best_v2_alpha_calibration": 0.0,
13
+ "best_v2_alpha_final": 0.0,
14
+ "best_epoch": 1,
15
+ "runtime_hours": 1.2486584807838892,
16
+ "mean_Direct_MSE_gain": 0.08865716538417469,
17
+ "median_Direct_MSE_regression": 0.0015305742179920756,
18
+ "Direct_improvement_rate": 0.5416666666666666,
19
+ "ridge_error_gain_deg": 0.09569058780391837,
20
+ "complex_class_MSE_gain": 0.016627299012247118,
21
+ "NNSI_MSE_regression": -0.018797815078855806,
22
+ "C11_weighted_regression": -0.006234140453870829,
23
+ "topology_quantization_unit_MAE": 0.10501607977213305,
24
+ "scientific_path_frozen": true,
25
+ "conditioner_retrained": false,
26
+ "ldm_foundation_retrained": false,
27
+ "gate_retrained": false,
28
+ "frozen_backend_diagnostic_is_release_gate": false,
29
+ "gates": {
30
+ "exact_30_bytes": {
31
+ "value": true,
32
+ "required": true,
33
+ "pass": true
34
+ },
35
+ "CRC_valid": {
36
+ "value": true,
37
+ "required": true,
38
+ "pass": true
39
+ },
40
+ "protocol_version_3": {
41
+ "value": true,
42
+ "required": true,
43
+ "pass": true
44
+ },
45
+ "payload_no_overflow": {
46
+ "value": true,
47
+ "required": true,
48
+ "pass": true
49
+ },
50
+ "scientific_output_frozen": {
51
+ "value": true,
52
+ "required": true,
53
+ "pass": true
54
+ },
55
+ "Direct_mean_MSE_gain": {
56
+ "value": 0.08865716538417469,
57
+ "required": 0.02,
58
+ "pass": true
59
+ },
60
+ "Direct_median_MSE_regression": {
61
+ "value": 0.0015305742179920756,
62
+ "maximum": 0.005,
63
+ "pass": true
64
+ },
65
+ "Direct_improvement_rate": {
66
+ "value": 0.5416666666666666,
67
+ "required": 0.5,
68
+ "pass": true
69
+ },
70
+ "ridge_error_gain_deg": {
71
+ "value": 0.09569058780391837,
72
+ "required": 0.4,
73
+ "pass": false
74
+ },
75
+ "complex_topology_class_gain": {
76
+ "value": 0.016627299012247118,
77
+ "required": 0.02,
78
+ "pass": false
79
+ },
80
+ "NNSI_MSE_regression": {
81
+ "value": -0.018797815078855806,
82
+ "maximum": 0.02,
83
+ "pass": true
84
+ },
85
+ "C11_weighted_regression": {
86
+ "value": -0.006234140453870829,
87
+ "maximum": 0.05,
88
+ "pass": true
89
+ },
90
+ "topology_quantization_unit_MAE": {
91
+ "value": 0.10501607977213305,
92
+ "maximum": 0.2,
93
+ "pass": true
94
+ }
95
+ },
96
+ "next_if_pass": "C7-C4 topology-aware Conditioner side-branch and lightweight frozen-LDM adaptation.",
97
+ "next_if_fail": "C7-C3-R1 topology-bit allocation or renderer correction; do not retrain the LDM Foundation."
98
+ }
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_RELEASE_MANIFEST.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "C7-C3",
3
+ "qualified_for_C7C4": false,
4
+ "packet_bytes": 30,
5
+ "protocol_version": 3,
6
+ "ldm_foundation_retrained": false,
7
+ "files": {
8
+ "C7C3_training_history.csv": {
9
+ "bytes": 1621,
10
+ "sha256": "bb5b6460a686f446631769125f7f3b82f0eebdd29f684192a77c86d1f7e8bd67"
11
+ },
12
+ "PACKAGE.pt": {
13
+ "bytes": 317899233,
14
+ "sha256": "04d758589a4880f511be330256eac874281847ea2898ff8e2ba5a0490ad5315f"
15
+ },
16
+ "C7C3_final_summary.csv": {
17
+ "bytes": 427,
18
+ "sha256": "5a2b930702cb01fd50e11203d38fb704d99fd65362f91569e73524644a4986b1"
19
+ },
20
+ "C7C3_ProtocolV3_DirectV2_Topology_Gallery.svg": {
21
+ "bytes": 3485234,
22
+ "sha256": "4609e38dcea2a847a7e9fb537cf3a910a3a74f5d466fc52008dd5e163deca776"
23
+ },
24
+ "C7C3_ProtocolV3_DirectV2_Topology_Gallery.pdf": {
25
+ "bytes": 839446,
26
+ "sha256": "bfbe0a98af83d6f0c89f610d1b1e458faef64a402e0690d707545e3dcaec8557"
27
+ },
28
+ "C7C3_classwise_topology_metrics.csv": {
29
+ "bytes": 1200,
30
+ "sha256": "546fd3574768da03b2ab056d1c8c1f2ead03aa6a71ea9c3ddffb5177bbf71273"
31
+ },
32
+ "C7C3_NNSI_nondegradation.csv": {
33
+ "bytes": 16816,
34
+ "sha256": "73b8d0be7fd8769fc2119fa14925f020ad8684957e0c3980e366eb6bb835f56e"
35
+ },
36
+ "C7C3_topology_quantization_audit.csv": {
37
+ "bytes": 123261,
38
+ "sha256": "ec8a9a0f835159ac47e7ee22aef7d93626af3d543434d2d4a896fba1f24cfa2a"
39
+ },
40
+ "C7C3_ProtocolV3_DirectV2_Topology_Gallery.png": {
41
+ "bytes": 4341772,
42
+ "sha256": "0dbd185c2043c322a05192232aaa7e1be78b0901f5ca5d89780f60e0c9fffefd"
43
+ },
44
+ "TopologyDirectRenderer_C7C3.pt": {
45
+ "bytes": 28805,
46
+ "sha256": "8c78eb9fc583aebdfecc2cb6dc76e86b03ce524b4d6ba296176c003910ee49b9"
47
+ },
48
+ "C7C3_CONFIG.json": {
49
+ "bytes": 2294,
50
+ "sha256": "820ed09950cdf5b983c6274d4046a99b044057e5ae1fc8d04677e4e56d06085e"
51
+ },
52
+ "C7C3_v2_alpha_calibration.csv": {
53
+ "bytes": 381,
54
+ "sha256": "c6f8bf50c5343dde34a5b6d5e9271ab26bb594d43830b7e0273680c40632f79c"
55
+ },
56
+ "C7C3_final_per_sample_comparison.csv": {
57
+ "bytes": 96082,
58
+ "sha256": "37fef4aafdd2cecaa045a45b933947ae084ddc6eafa31b2b595d392cce0a9fb4"
59
+ },
60
+ "C7C3_protocol_v3_packet_audit.csv": {
61
+ "bytes": 47233,
62
+ "sha256": "efe1f32551c41afc524becd05ac765a49209c8c2e14aa79f55bdf08ceec60a66"
63
+ },
64
+ "C7C3_RELEASE_DECISION.json": {
65
+ "bytes": 2622,
66
+ "sha256": "1de52463e6d5a8cbc1e3576508f65e5b447e0a77a4e0b9ec9e372bdc4889f5dd"
67
+ },
68
+ "C7C3_frozen_backend_diagnostic.csv": {
69
+ "bytes": 12751,
70
+ "sha256": "5bcb06ec9dda557ac4cd07a42317e2b6047b5887919978c82a6d0a05501d2b84"
71
+ }
72
+ }
73
+ }
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_classwise_topology_metrics.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ class,n,v2_MSE,v3_MSE,mean_MSE_gain_fraction,improvement_rate,v2_ridge_error_deg,v3_ridge_error_deg
2
+ boundary_crossing,45,0.008913675481582888,0.008889895652343209,0.003604693635078411,0.5777777777777777,47.6932978886144,45.94657716658359
3
+ broad_windsea,45,0.004329239503325273,0.004328998495152013,2.3633697234047288e-05,0.7333333333333333,18.597799883396476,18.617533481564518
4
+ crossing_sea,45,0.0063535049298985135,0.006215084064751864,0.017572402993163663,0.37777777777777777,26.526596797690274,26.23566773910407
5
+ curved_ridge,45,0.005437376506678346,0.005416921985387388,0.0013887258174927893,0.4444444444444444,23.576685040766424,23.75557789325658
6
+ low_energy_complex,45,0.01238393616448674,0.008745659546305736,0.11861704762549342,0.5777777777777777,31.431185175464563,32.868937056502915
7
+ multi_band,45,0.013270588891787661,0.011903974796748824,0.06299215928491102,0.6222222222222222,24.836296190553185,24.26372934254979
8
+ opposing_systems,45,0.0055083586989591515,0.005516327453208052,-0.002421486669410287,0.5333333333333333,46.17827627015358,46.38658986464612
9
+ single_swell,45,0.0022301080174252598,0.00222997277645239,0.00012355432459431416,0.4666666666666667,10.548943919916393,10.548943919916393
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_final_per_sample_comparison.csv ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,sample_index,v3_MSE,v3_SSIM,v3_contour_IoU,v3_ridge_error_deg,v3_C11_weighted_rel,v2_MSE,v2_SSIM,v2_contour_IoU,v2_ridge_error_deg,v2_C11_weighted_rel,MSE_gain_fraction,ridge_gain_deg,class
2
+ ProtocolV3_DirectV2,160,0.004242783412337303,0.6564744366830213,0.26448796641430417,15.980314805700228,0.8710885182056738,0.004242795519530773,0.6564767258487854,0.26448796641430417,15.980314805700228,0.8710881226903917,2.853588728061116e-06,0.0,single_swell
3
+ ProtocolV3_DirectV2,161,0.0021868175826966763,0.9134046904252621,0.6110821061820156,9.41466557795304,0.2574660505016696,0.0021865901071578264,0.9134142477965672,0.6110821061820156,9.41466557795304,0.25744921697433854,-0.00010403209001320686,0.0,broad_windsea
4
+ ProtocolV3_DirectV2,162,0.005110082682222128,0.7166174475227475,0.20173797833372303,19.84803921078461,0.7278695616502697,0.00510376924648881,0.7168104439767684,0.20173797833372303,19.84803921078461,0.7277531625273509,-0.0012370143375235315,0.0,crossing_sea
5
+ ProtocolV3_DirectV2,163,0.015849526971578598,0.6997413865128511,0.0856848243493102,100.5829820264711,0.7958245024450274,0.015850231051445007,0.6997394590383871,0.0856848243493102,100.5829820264711,0.7958230645383525,4.442079513693356e-05,0.0,opposing_systems
6
+ ProtocolV3_DirectV2,164,0.006698534358292818,0.8365217010970368,0.40924656387911923,32.36972586765294,0.15645988607824035,0.006699439138174057,0.8365069498698291,0.40924656387911923,32.36972586765294,0.15650863804802262,0.00013505307870974057,0.0,curved_ridge
7
+ ProtocolV3_DirectV2,165,0.01382104679942131,0.6317670711795145,0.034894272394272396,16.98908135350165,0.729896688598234,0.013939098455011845,0.5761072647533143,0.034624413145539906,15.596074098479713,0.7225002825631908,0.00846910264473298,-1.3930072550219368,multi_band
8
+ ProtocolV3_DirectV2,166,0.006174860056489706,0.7930718949486166,0.3693529185253878,16.0738392777096,0.4384248290552573,0.006177664268761873,0.7930901549299297,0.3693529185253878,16.0738392777096,0.43841031598535785,0.00045392759304629964,0.0,boundary_crossing
9
+ ProtocolV3_DirectV2,167,0.011756239458918571,0.6196233517604388,0.16959633037526503,31.648381548747146,0.7648433917555993,0.04144435003399849,0.4565715900802051,0.07585782764676013,34.10571301698672,0.8166228543167627,0.7163367395248219,2.4573314682395733,low_energy_complex
10
+ ProtocolV3_DirectV2,168,0.003119576256722212,0.8701856437473746,0.10131578947368422,19.308055628414262,0.867545127295454,0.003119535744190216,0.870186089802532,0.10131578947368422,19.308055628414262,0.8675452885847571,-1.2986718318975298e-05,0.0,single_swell
11
+ ProtocolV3_DirectV2,169,0.0024114949628710747,0.8737477377024035,0.5422241385830497,20.392651276175794,0.2685203872891974,0.0024115489795804024,0.8737461453211457,0.5422241385830497,20.392651276175794,0.26852224192671026,2.239917571033386e-05,0.0,broad_windsea
12
+ ProtocolV3_DirectV2,170,0.0019746709149330854,0.8043103598230997,0.4263677176296875,12.138742775246845,0.5807978475388499,0.0028935326263308525,0.7718563983313249,0.36647031647031647,15.914749420498515,0.5928558515788706,0.3175570591588355,3.7760066452516696,crossing_sea
13
+ ProtocolV3_DirectV2,171,0.008246708661317825,0.7151978673580834,0.19442768059039323,45.161562042182986,0.7070222091047237,0.008193306624889374,0.715414898729806,0.19471273573440756,43.005287766183145,0.7070152084063721,-0.00651776369094115,-2.1562742759998414,opposing_systems
14
+ ProtocolV3_DirectV2,172,0.005481292959302664,0.8448102483766791,0.22626722816285705,6.34761303069758,0.6064691928393193,0.005272635258734226,0.8150560453820476,0.22413494656801233,4.735785366523821,0.5898044490504706,-0.03957370277467836,-1.6118276641737594,curved_ridge
15
+ ProtocolV3_DirectV2,173,0.009265579283237457,0.7336186285716496,0.07701528907754589,15.800167347310365,0.6767223424180436,0.01705191284418106,0.7451019605165627,0.06161347517730496,18.043697296957472,0.7362860971982584,0.456625226277806,2.2435299496471064,multi_band
16
+ ProtocolV3_DirectV2,174,0.0033555584959685802,0.834594401639679,0.5098443223443223,25.505060623656775,0.2901859858941731,0.0033568828366696835,0.8346291329031597,0.5098443223443223,25.255178595078373,0.290195376179143,0.00039451502049355717,-0.24988202857840136,boundary_crossing
17
+ ProtocolV3_DirectV2,175,0.013233456760644913,0.6279951744207476,0.1421321500218103,30.387506429128177,0.7295317186882988,0.012776031158864498,0.6225018597287542,0.13885918003565062,32.347169225365,0.7248927175994955,-0.035803419394687,1.9596627962368238,low_energy_complex
18
+ ProtocolV3_DirectV2,176,0.002467136364430189,0.6887583490646962,0.4210084033613445,14.725318492284691,0.9051581904797654,0.002467184793204069,0.6887591927610365,0.4210084033613445,14.725318492284691,0.9051579491289475,1.962916357680354e-05,0.0,single_swell
19
+ ProtocolV3_DirectV2,177,0.004827014170587063,0.8833675994486145,0.5266972275036792,5.174264643198692,0.37370928965059536,0.0048274267464876175,0.8833574742059508,0.5246810984714211,5.174264643198692,0.3737369832745074,8.546497382996908e-05,0.0,broad_windsea
20
+ ProtocolV3_DirectV2,178,0.005839950405061245,0.7830102206822585,0.18996137691555942,17.45706015342855,0.6413421787727795,0.005844402126967907,0.7718061704133045,0.19209389713238328,16.48435884148186,0.6339879270381581,0.000761706982159962,-0.9727013119466896,crossing_sea
21
+ ProtocolV3_DirectV2,179,0.00894573237746954,0.7354028834628035,0.16876939275631053,47.08813261050505,0.4068874109035846,0.008945774286985397,0.7354036648456984,0.16876939275631053,47.08813261050505,0.4068889014490873,4.684839401623162e-06,0.0,opposing_systems
22
+ ProtocolV3_DirectV2,180,0.004230315797030926,0.8218107430418736,0.32959146755011637,68.01471727024474,0.4771930517544636,0.004229764919728041,0.8218255009247606,0.32959146755011637,68.01471727024474,0.47719358618970814,-0.0001302382788026137,0.0,curved_ridge
23
+ ProtocolV3_DirectV2,181,0.008539451286196709,0.6744042459640621,0.1865135075193616,32.32721604025494,0.7191649565127223,0.010709727182984352,0.7159897523827037,0.20212658285060903,31.73511151464236,0.716902287960776,0.20264530176228807,-0.5921045256125801,multi_band
24
+ ProtocolV3_DirectV2,182,0.01744350790977478,0.5828440025125113,0.0,103.19781573284847,0.8725592137519675,0.017442308366298676,0.580004325792368,0.0,104.2229842128534,0.8725784089797123,-6.87720599196862e-05,1.025168480004936,boundary_crossing
25
+ ProtocolV3_DirectV2,183,0.009647980332374573,0.6192395585472179,0.23105478243073854,34.035502677337405,0.5394383933361425,0.010426124557852745,0.6156196019249681,0.21425298239928706,33.79458340508666,0.5342699580854443,0.07463408106822299,-0.24091927225074272,low_energy_complex
26
+ ProtocolV3_DirectV2,184,0.0011540803825482726,0.9183120651711646,0.5212053571428571,0.7322317331867179,0.7460868661160118,0.0011540907435119152,0.9183110629717068,0.5212053571428571,0.7322317331867179,0.7460869240978982,8.97759877275216e-06,0.0,single_swell
27
+ ProtocolV3_DirectV2,185,0.005819856189191341,0.8941374590492367,0.5363738892686262,10.1690416902789,0.3418408863531815,0.005821026396006346,0.8941043613923209,0.5363738892686262,10.1690416902789,0.3418367946391521,0.00020103100989323758,0.0,broad_windsea
28
+ ProtocolV3_DirectV2,186,0.0040804604068398476,0.7919295623467343,0.26723830973830975,14.682663963399712,0.5864190575068817,0.0042640650644898415,0.7873371176709713,0.26784519419496816,16.614697908863917,0.5838107058818638,0.043058596637985544,1.9320339454642053,crossing_sea
29
+ ProtocolV3_DirectV2,187,0.005682597402483225,0.809739725034514,0.1966581693255121,5.617937813331121,0.3611677287451679,0.005682242568582296,0.8097410872762322,0.1966581693255121,5.617937813331121,0.3611669190337495,-6.244610233473848e-05,0.0,opposing_systems
30
+ ProtocolV3_DirectV2,188,0.004989057779312134,0.7660406515613496,0.27516543570932883,7.4370648203771275,0.7320029705917203,0.0049727000296115875,0.7663565810221878,0.27516543570932883,7.4370648203771275,0.7320149054184356,-0.0032895106487700106,0.0,curved_ridge
31
+ ProtocolV3_DirectV2,189,0.008345740847289562,0.7515440125713301,0.09604823016677119,24.04949348503797,0.6684087980008149,0.0084639647975564,0.7453287984870484,0.0808876811594203,24.587674113249413,0.6653082210427071,0.013967916111958556,0.5381806282114425,multi_band
32
+ ProtocolV3_DirectV2,190,0.002190042519941926,0.8683180707862707,0.4701926782273603,17.26363499409521,0.3059155267085676,0.002190112601965666,0.8683195630114605,0.4701926782273603,17.26363499409521,0.3058956852754665,3.1999278793663336e-05,0.0,boundary_crossing
33
+ ProtocolV3_DirectV2,191,0.005014669615775347,0.6790855754125885,0.38483892912307405,31.27909068737602,0.5428883297772256,0.013680009171366692,0.553585315969255,0.250043712807679,20.652993340339794,0.8435490175740318,0.6334308293980215,-10.626097347036225,low_energy_complex
34
+ ProtocolV3_DirectV2,192,0.0011732210405170918,0.9087577637457768,0.4883928571428571,5.309435996207129,0.5945491486728458,0.001173061435110867,0.9087625099263441,0.4883928571428571,5.309435996207129,0.5945436970270962,-0.00013605886396703782,0.0,single_swell
35
+ ProtocolV3_DirectV2,193,0.0017455118941143155,0.9091745147733493,0.6484015599869257,15.908437254986474,0.1854162167376487,0.0017455810448154807,0.9091730016942431,0.6484015599869257,15.908437254986474,0.1854165546732157,3.961471818829756e-05,0.0,broad_windsea
36
+ ProtocolV3_DirectV2,194,0.004786600824445486,0.713570831356438,0.22310124699554984,11.553390950633538,0.6151282340735,0.0047605521976947784,0.7069883417950841,0.25749155327223916,11.577467527533452,0.623572821784269,-0.005471765809714524,0.024076576899913604,crossing_sea
37
+ ProtocolV3_DirectV2,195,0.010255350731313229,0.706670260850906,0.06390977443609022,153.61508013581758,0.725690679974378,0.01025520358234644,0.7066715097940688,0.06390977443609022,153.61508013581758,0.7256887646346852,-1.4348712398313718e-05,0.0,opposing_systems
38
+ ProtocolV3_DirectV2,196,0.0030811673495918512,0.7874401391133479,0.38645782445855725,28.565260990031163,0.38043189210868783,0.0030809270683676004,0.7874454187321513,0.38645782445855725,28.713349957013087,0.3804780751930509,-7.798990982870106e-05,0.14808896698192342,curved_ridge
39
+ ProtocolV3_DirectV2,197,0.00850615743547678,0.6826383157277073,0.0930632091166611,12.04888763555331,0.7286071118681606,0.00828460045158863,0.6601469112716971,0.09088339793281654,19.991690027901793,0.7260532330106105,-0.02674323103242283,7.942802392348483,multi_band
40
+ ProtocolV3_DirectV2,198,0.0171964094042778,0.6355670560316349,0.0014124293785310734,133.111535902865,0.883936729051129,0.01710442453622818,0.6401836895805595,0.0014204545454545455,133.68511977989888,0.8838099306637996,-0.00537784056135839,0.573583877033883,boundary_crossing
41
+ ProtocolV3_DirectV2,199,0.007434387691318989,0.735571903321501,0.16076988508698722,37.01815288238644,0.5344457597216863,0.010014391504228115,0.6940108835006684,0.19637252399692343,28.684870298461277,0.5519152968588547,0.25762961352368124,-8.333282583925161,low_energy_complex
42
+ ProtocolV3_DirectV2,200,0.006272332742810249,0.7231656320248793,0.13512083750974496,42.2066506800701,0.9152184660947825,0.006272384896874428,0.7231664218428233,0.13512083750974496,42.2066506800701,0.9152184627888551,8.314869867832174e-06,0.0,single_swell
43
+ ProtocolV3_DirectV2,201,0.004128307569772005,0.9020133141073049,0.5263201774709378,21.631559164810806,0.3504001564647868,0.004128441214561462,0.9020105379317658,0.5263201774709378,21.631559164810806,0.35040070769147924,3.23717312446987e-05,0.0,broad_windsea
44
+ ProtocolV3_DirectV2,202,0.014593098312616348,0.5960914034859347,0.0014925373134328358,80.97706423771005,0.8933777858784892,0.014368072152137756,0.5984111826905634,0.0,81.82100389488163,0.8939230076075934,-0.01566154165262257,0.8439396571715747,crossing_sea
45
+ ProtocolV3_DirectV2,203,0.010509947314858437,0.6261341119797621,0.0,64.12741239510997,0.8977526181501747,0.010521011427044868,0.6262807912743794,0.0,64.01574479531028,0.8977352267183324,0.0010516205844992188,-0.11166759979968788,opposing_systems
46
+ ProtocolV3_DirectV2,204,0.004850198049098253,0.7812182330489843,0.3403003246753247,34.97114141628458,0.27126106136319866,0.004852203652262688,0.7812288931797841,0.3399271346469622,34.97114141628458,0.2713005336966354,0.0004133386205872,0.0,curved_ridge
47
+ ProtocolV3_DirectV2,205,0.01200521644204855,0.68705875521221,0.10080401565015515,39.655183819165636,0.820541802873308,0.013837633654475212,0.7294997744885241,0.11970362857786794,39.10827858187761,0.7242282724927249,0.13242272907218083,-0.5469052372880228,multi_band
48
+ ProtocolV3_DirectV2,206,0.011729943566024303,0.6619292021171794,0.0,71.5517208279698,0.8481847441519326,0.011708173900842667,0.6609292312088372,0.0,109.12373583483553,0.8483918330132828,-0.0018593561528899049,37.572015006865726,boundary_crossing
49
+ ProtocolV3_DirectV2,207,0.006555535830557346,0.7194198444750245,0.16113270308123248,35.26601844118606,0.6670210410084296,0.007730662822723389,0.7970556993304161,0.18491858678955453,33.428543538690086,0.6452471780610644,0.15200856887871148,-1.837474902495977,low_energy_complex
50
+ ProtocolV3_DirectV2,208,0.0025853656698018312,0.9459043296504179,0.4961822081203361,26.546706959822256,0.533114400581691,0.0025853372644633055,0.9459041367888626,0.4961822081203361,26.546706959822256,0.5330963152466548,-1.0987092058052552e-05,0.0,single_swell
51
+ ProtocolV3_DirectV2,209,0.0023283548653125763,0.8933718689529436,0.5882846147069088,17.949743886700052,0.19944588656650267,0.002328315516933799,0.893372500848083,0.5882846147069088,17.949743886700052,0.19944589452524927,-1.689993409025705e-05,0.0,broad_windsea
52
+ ProtocolV3_DirectV2,210,0.004313969053328037,0.7859418131790684,0.2355572673810887,14.760666739364531,0.5849680321515976,0.004133075941354036,0.7868327017719424,0.24190435166934948,17.34673377655101,0.5899365354238755,-0.04376718805576521,2.586067037186478,crossing_sea
53
+ ProtocolV3_DirectV2,211,0.004977397620677948,0.6574049232836849,0.23300110741971208,20.980461710920466,0.7133977846054563,0.004977494943886995,0.6573949947243632,0.23273987439985838,20.689453716587526,0.7134589399384461,1.955264849979264e-05,-0.29100799433294,opposing_systems
54
+ ProtocolV3_DirectV2,212,0.004803765099495649,0.813979645931282,0.32012553658780074,10.855208272510376,0.6360687171024781,0.004808173049241304,0.8137645920821093,0.32012553658780074,10.855208272510376,0.6360191867838492,0.0009167618761871733,0.0,curved_ridge
55
+ ProtocolV3_DirectV2,213,0.014335030689835548,0.626569290382301,0.06633540372670807,29.568756070413166,0.7136991352004376,0.01363614946603775,0.6360991510477589,0.0667099307774228,32.58378167764664,0.7103155945765545,-0.05125209470154567,3.0150256072334756,multi_band
56
+ ProtocolV3_DirectV2,214,0.000806705211289227,0.8490341444095736,0.5729807208962829,19.50569058078699,0.4427773334110163,0.0008052392513491213,0.8484015056639028,0.5616170845326465,18.9168230406442,0.442996294266135,-0.0018205271758046624,-0.5888675401427896,boundary_crossing
57
+ ProtocolV3_DirectV2,215,0.01020807959139347,0.6187845452890474,0.17775595651651527,37.23195900301285,0.5215539202341416,0.038465023040771484,0.549844255416045,0.09267789662033142,24.664714731480792,0.7082280609517054,0.7346139743482465,-12.567244271532054,low_energy_complex
58
+ ProtocolV3_DirectV2,216,0.0012989313108846545,0.7850820766039143,0.5342014017043544,12.115559187098114,0.8837697998526884,0.0012989791575819254,0.7850829153146157,0.5342014017043544,12.115559187098114,0.8837693978749678,3.683407619868032e-05,0.0,single_swell
59
+ ProtocolV3_DirectV2,217,0.0015301030362024903,0.9134998348818958,0.6552536359660878,14.270060051765512,0.1904727665278937,0.0015285288682207465,0.9135587618982933,0.6552536359660878,14.270060051765512,0.1904903586159858,-0.0010298581953353562,0.0,broad_windsea
60
+ ProtocolV3_DirectV2,218,0.003153572091832757,0.8202723309295135,0.32624108144941477,9.221237119810008,0.7173594687349417,0.0038411368150264025,0.8068228615927995,0.2848840184206038,8.829873706726838,0.7223705877143823,0.179000321077842,-0.3913634130831696,crossing_sea
61
+ ProtocolV3_DirectV2,219,0.010643307119607925,0.7043701372162183,0.03137254901960784,141.22484033545106,0.7512556774951341,0.010643579065799713,0.7043683311647043,0.03137254901960784,141.22484033545106,0.7512556030605532,2.5550258057606382e-05,0.0,opposing_systems
62
+ ProtocolV3_DirectV2,220,0.005874380003660917,0.6145795201872395,0.15668576104746318,18.35018051601697,0.7150985720867794,0.006116817239671946,0.5732116165430837,0.15582609207328205,17.50335182720271,0.6962028547379052,0.03963453974701892,-0.8468286888142593,curved_ridge
63
+ ProtocolV3_DirectV2,221,0.011913364753127098,0.6575118674102831,0.2567211590369919,36.2957371478845,0.7745569728333956,0.012244177982211113,0.6580883836634739,0.26541856507875927,30.551106918320347,0.766672663284077,0.02701800231625472,-5.744630229564155,multi_band
64
+ ProtocolV3_DirectV2,222,0.015216912142932415,0.7332620891654822,0.015342960288808664,68.16894227790503,0.7742317736701949,0.015181255526840687,0.7336156625970948,0.013537906137184115,70.89608026915313,0.7730591098751097,-0.002348726429687372,2.7271379912480995,boundary_crossing
65
+ ProtocolV3_DirectV2,223,0.004193933214992285,0.6873445484428601,0.2887195613610708,39.61142826381571,0.4819478959666281,0.01008576899766922,0.6081698790228914,0.18187314653850087,19.24910810390124,0.7073637176961834,0.5841731834269172,-20.36232015991447,low_energy_complex
66
+ ProtocolV3_DirectV2,224,0.0012905746698379517,0.9235994093610884,0.4123213125406108,5.291714981565997,0.7545549150534626,0.0012905723415315151,0.9235991249439159,0.4123213125406108,5.291714981565997,0.7545548322097726,-1.8040882805342843e-06,0.0,single_swell
67
+ ProtocolV3_DirectV2,225,0.006934775970876217,0.8600311941781796,0.511478607996441,26.226632362687276,0.4167777715465833,0.006935015320777893,0.860026231181518,0.511478607996441,26.226632362687276,0.4167774841672338,3.451324771541101e-05,0.0,broad_windsea
68
+ ProtocolV3_DirectV2,226,0.009920966811478138,0.7318021598021522,0.08698126202243621,31.920177717125743,0.6664271512463115,0.010431762784719467,0.7224325584158989,0.06185410334346505,35.51989622141558,0.6677508612636138,0.04896545136067965,3.599718504289836,crossing_sea
69
+ ProtocolV3_DirectV2,227,0.007693394552916288,0.7430064871839761,0.02130681818181818,105.12275297726931,0.8242530903143211,0.00769279059022665,0.7430238131866083,0.02130681818181818,105.12275297726931,0.8242560081900796,-7.851022103805161e-05,0.0,opposing_systems
70
+ ProtocolV3_DirectV2,228,0.013239214196801186,0.5937775164204634,0.08997743232675291,7.251683715132565,0.7109276091000587,0.012966221198439598,0.5944552749208561,0.08995001470819468,6.259131222500528,0.7124262777653578,-0.02105416791705208,-0.9925524926320364,curved_ridge
71
+ ProtocolV3_DirectV2,229,0.010488655418157578,0.6739610456503189,0.09233625395639959,26.90794093888973,0.5857833193233213,0.009678706526756287,0.6729823682484183,0.08431234335839599,30.764070282288117,0.5869237602143922,-0.08368358821111363,3.8561293433983863,multi_band
72
+ ProtocolV3_DirectV2,230,0.004908123053610325,0.7749535318740979,0.3326193071338702,12.692668937144868,0.4851740891707583,0.004905987065285444,0.7750065738097988,0.33460489000180604,12.692668937144868,0.48500308200830733,-0.00043538401069068497,0.0,boundary_crossing
73
+ ProtocolV3_DirectV2,231,0.009523305110633373,0.649174705422256,0.1548914086182418,34.1305249068509,0.5704996225627099,0.008821113966405392,0.6585463032295865,0.16140321487747963,31.175882712360206,0.5579774550988814,-0.07960345449590929,-2.9546421944906953,low_energy_complex
74
+ ProtocolV3_DirectV2,232,0.0019021719926968217,0.7501893732063499,0.4308980896544279,12.169331048418046,0.878422472434187,0.001902179210446775,0.7501912155950611,0.4308980896544279,12.169331048418046,0.8784222166219114,3.794463693867565e-06,0.0,single_swell
75
+ ProtocolV3_DirectV2,233,0.0035039009526371956,0.8653680675601791,0.5781733249084529,26.35128586018724,0.2948531596953897,0.0035039831418544054,0.8653648521197741,0.5781733249084529,26.35128586018724,0.2948518818588556,2.345593967849947e-05,0.0,broad_windsea
76
+ ProtocolV3_DirectV2,234,0.010247034020721912,0.4720468678981707,0.1675838002801681,16.690340071599138,0.8856787158727486,0.014391445554792881,0.4467291293216206,0.15153239431930732,15.854910941787667,0.886776432481402,0.2879774320301498,-0.8354291298114713,crossing_sea
77
+ ProtocolV3_DirectV2,235,0.008004331961274147,0.6611134240044776,0.14175675675675675,28.93645294117829,0.7809164796550241,0.008003661409020424,0.6611182976737139,0.14175675675675675,28.93645294117829,0.7809185560975493,-8.378068729486822e-05,0.0,opposing_systems
78
+ ProtocolV3_DirectV2,236,0.005251528695225716,0.8331365849263829,0.29751513344979774,7.258591995527489,0.6187291899378995,0.005135858431458473,0.8343070716117368,0.30197491125484854,7.497097632560004,0.619526608202305,-0.022522089600198456,0.2385056370325147,curved_ridge
79
+ ProtocolV3_DirectV2,237,0.012753834947943687,0.6815306594954024,0.09047270955165693,21.9331050870851,0.6510171030180506,0.015508524142205715,0.6321616241921266,0.07654591921773432,32.43305438725565,0.7725293865326915,0.1776242000207661,10.499949300170552,multi_band
80
+ ProtocolV3_DirectV2,238,0.001037804177030921,0.8705226967089031,0.551451383271555,25.116261426920794,0.3724163020510735,0.0010318253189325333,0.8691043886220969,0.565137777599078,20.324215382608884,0.4019348510199675,-0.005794447944515549,-4.79204604431191,boundary_crossing
81
+ ProtocolV3_DirectV2,239,0.0136184711009264,0.6420578470460707,0.07132298230903177,46.071057780947214,0.7163426750221367,0.013429990969598293,0.6355231403394952,0.07536376841668396,42.14729646807222,0.7126368523061988,-0.014034270890782557,-3.923761312874994,low_energy_complex
82
+ ProtocolV3_DirectV2,240,0.00015635670570190996,0.9762794944813581,0.7696878648628385,3.899199973708479,0.6146631605109102,0.00015638222976122051,0.9762774654784558,0.7696878648628385,3.899199973708479,0.6146627048953902,0.00016321585482908165,0.0,single_swell
83
+ ProtocolV3_DirectV2,241,0.003942455630749464,0.9186754130977925,0.535621953428066,11.564825988766954,0.27373277049511174,0.00394176971167326,0.9186985027168912,0.535621953428066,11.564825988766954,0.27372944129776977,-0.0001740129754848441,0.0,broad_windsea
84
+ ProtocolV3_DirectV2,242,0.0013727887999266386,0.8013936347945566,0.5134753901560624,14.345029117752045,0.6349174871430979,0.0013688075123354793,0.8012247185463035,0.5119980172621486,13.481942431052993,0.6352748938131695,-0.0029085810497682125,-0.8630866866990523,crossing_sea
85
+ ProtocolV3_DirectV2,243,0.007417590357363224,0.6754028907856392,0.28362854251012143,60.23598270477557,0.6467194889589255,0.007424866780638695,0.6753194952031165,0.28362854251012143,60.40714309704357,0.6467126871413502,0.0009800072500216373,0.17116039226799984,opposing_systems
86
+ ProtocolV3_DirectV2,244,0.006217413116246462,0.8015349065557663,0.17453146714314074,76.78230556458942,0.7407196666150755,0.006223749835044146,0.8013352569766787,0.17453146714314074,77.67347574139689,0.7405615051119276,0.0010181512698347022,0.8911701768074636,curved_ridge
87
+ ProtocolV3_DirectV2,245,0.008248386904597282,0.7131072596891808,0.16634935897435896,19.077895316100342,0.6262380293086905,0.00794883631169796,0.7080855633312031,0.16620947710425754,14.232514409949333,0.6206549283092078,-0.03768483601284968,-4.845380906151009,multi_band
88
+ ProtocolV3_DirectV2,246,0.016256775707006454,0.6432752421104836,0.029449038431074357,56.242046705247034,0.8681279644176157,0.016216004267334938,0.6438827545177015,0.029449038431074357,56.43544922108213,0.8682803798779473,-0.0025142716417289835,0.19340251583509627,boundary_crossing
89
+ ProtocolV3_DirectV2,247,0.011084679514169693,0.6874282313468534,0.09318181818181817,74.61483895036008,0.5049482550616293,0.010929604060947895,0.698660999806858,0.09380338347936298,75.09549001118324,0.5064702418988226,-0.014188570085159028,0.48065106082316333,low_energy_complex
90
+ ProtocolV3_DirectV2,248,0.003959821071475744,0.7900385726682934,0.1976455945109196,20.84788153875042,0.8872320361958164,0.003960076719522476,0.7900357668092564,0.1976455945109196,20.84788153875042,0.887232714640235,6.455633686884128e-05,0.0,single_swell
91
+ ProtocolV3_DirectV2,249,0.003816728014498949,0.9017869414925487,0.5477708742534173,34.12421597561601,0.32660223087535767,0.0038169738836586475,0.9017832520729686,0.5477708742534173,34.12421597561601,0.3265988696434373,6.441468220443147e-05,0.0,broad_windsea
92
+ ProtocolV3_DirectV2,250,0.003470553085207939,0.7227002617285958,0.25764396277282586,17.913183112884468,0.7270903876304261,0.003468354232609272,0.7229486349835016,0.25764396277282586,18.06401483045802,0.726932891747824,-0.000633975785400942,0.15083171757355274,crossing_sea
93
+ ProtocolV3_DirectV2,251,0.005315226968377829,0.7399439347624993,0.3257144445373613,5.555601066292421,0.5450318542424888,0.0053152344189584255,0.7399442173302772,0.3257144445373613,5.555601066292421,0.5450293327792609,1.4017407342090183e-06,0.0,opposing_systems
94
+ ProtocolV3_DirectV2,252,0.006837633438408375,0.8806685346139304,0.21685743377627753,15.28113340282924,0.6525595215109137,0.007160654757171869,0.8608754408110487,0.21694373401534528,15.930047348774949,0.6547754579585572,0.04511058411801899,0.6489139459457078,curved_ridge
95
+ ProtocolV3_DirectV2,253,0.015257680788636208,0.6646392508125225,0.07204134366925065,15.728310677326155,0.7609690956595475,0.01827617548406124,0.5315292696004549,0.09045215311004784,14.36542689032122,0.7553836803930987,0.1651600849454242,-1.3628837870049342,multi_band
96
+ ProtocolV3_DirectV2,254,0.003980021458119154,0.8264973600933994,0.32988475177304966,40.06251033679999,0.5084686157424136,0.004086592700332403,0.8246478190465231,0.32548406714586126,40.271272472843556,0.509137505111445,0.026078263734132523,0.20876213604356764,boundary_crossing
97
+ ProtocolV3_DirectV2,255,0.0074369776993989944,0.6817405069524403,0.07069508878579427,36.53409459724201,0.5649263089024388,0.017130941152572632,0.5935933109651264,0.09781473611565145,25.20332117764319,0.5663187450290051,0.5658745405075337,-11.33077341959882,low_energy_complex
98
+ ProtocolV3_DirectV2,256,0.001942429575137794,0.8887724591462466,0.34730769230769226,0.6209988641124539,0.7855024197678235,0.0019424258498474956,0.8887726881555766,0.34730769230769226,0.6209988641124539,0.7855022324779932,-1.9178545728035876e-06,0.0,single_swell
99
+ ProtocolV3_DirectV2,257,0.0020688825752586126,0.8768710932430742,0.6321590388669889,14.916093217164791,0.2272576469902511,0.0020689580123871565,0.876867428939605,0.6321590388669889,14.916093217164791,0.22725580348084964,3.64614110543571e-05,0.0,broad_windsea
100
+ ProtocolV3_DirectV2,258,0.004368033725768328,0.748173647506962,0.22276144907723855,8.378421481444237,0.732733999524881,0.004412192385643721,0.7421831247884498,0.22196554417196146,8.640431247150426,0.7371967497350855,0.010008326023832333,0.26200976570618906,crossing_sea
101
+ ProtocolV3_DirectV2,259,0.007270237896591425,0.6976406099333263,0.14455128205128207,35.90229496992277,0.7050098270147067,0.007270217873156071,0.6976419722902983,0.14455128205128207,35.90229496992277,0.7050076415427747,-2.754172667667307e-06,0.0,opposing_systems
102
+ ProtocolV3_DirectV2,260,0.0036912497598677874,0.7488988634967778,0.267726695501295,11.550200402813294,0.7267585356000469,0.00368373841047287,0.7495217363708718,0.2692248643719828,12.017573271674529,0.7265994925521418,-0.0020390561320974146,0.46737286886123464,curved_ridge
103
+ ProtocolV3_DirectV2,261,0.01401395071297884,0.6048380414434246,0.13620665239610813,39.704496213321924,0.8196439624688093,0.03050057590007782,0.5676147924191257,0.14990865834273226,34.774539975094214,0.8065326795147475,0.5405348817383122,-4.92995623822771,multi_band
104
+ ProtocolV3_DirectV2,262,0.005109838210046291,0.8082441639439347,0.37771257411822234,12.450109879650313,0.5050024065660533,0.0054413629695773125,0.8022705610476348,0.3696785884588757,15.630625013445039,0.5063141034083889,0.06092678642916815,3.180515133794726,boundary_crossing
105
+ ProtocolV3_DirectV2,263,0.006053312681615353,0.7553292333812786,0.181618303272387,18.379196303761287,0.5528174161747824,0.0054836757481098175,0.751644079088749,0.18320939623756527,18.4313092312867,0.5456218677528658,-0.10387866819110972,0.052112927525413966,low_energy_complex
106
+ ProtocolV3_DirectV2,264,0.002159721916541457,0.8806534579243299,0.4228978978978979,3.365016251797094,0.7688454568218577,0.0021597426384687424,0.8806530242897322,0.4228978978978979,3.365016251797094,0.7688454344329697,9.594628043221966e-06,0.0,single_swell
107
+ ProtocolV3_DirectV2,265,0.002987183630466461,0.878160984238165,0.6017791803028201,15.87398872741184,0.2306859806522951,0.002987310755997896,0.8781557299708844,0.6017791803028201,15.87398872741184,0.23068362591187416,4.255517481057881e-05,0.0,broad_windsea
108
+ ProtocolV3_DirectV2,266,0.003923819400370121,0.6736600791225974,0.267944526869012,10.652868988692324,0.7325345145403624,0.004672408569604158,0.652631799923256,0.24618195960984932,10.74810596330891,0.7390746230042377,0.16021483525732363,0.09523697461658642,crossing_sea
109
+ ProtocolV3_DirectV2,267,0.006403437349945307,0.673818980562865,0.19022905093171846,17.964790813984568,0.5947240777088536,0.006403046194463968,0.6738084945859989,0.19022905093171846,17.964790813984568,0.5947220441508781,-6.108896757244879e-05,0.0,opposing_systems
110
+ ProtocolV3_DirectV2,268,0.0062964605167508125,0.8084632641074323,0.19657216544450218,9.763770457599403,0.7180548724565708,0.0062953149899840355,0.8081270782207294,0.19571104297543368,9.763770457599403,0.7180286266305825,-0.00018196496419950283,0.0,curved_ridge
111
+ ProtocolV3_DirectV2,269,0.009426378645002842,0.6476126303925025,0.10773026315789475,36.13199648916109,0.6996286895579861,0.009561106562614441,0.6591538649785366,0.10493788032454363,33.32541258460651,0.6951145446633832,0.014091247360259337,-2.8065839045545786,multi_band
112
+ ProtocolV3_DirectV2,270,0.017564482986927032,0.5536822696611379,0.0,84.47669153786988,0.8820159382291277,0.01753254234790802,0.5527459146177184,0.0,103.23807180181448,0.8820225333574926,-0.001821791636671769,18.761380263944602,boundary_crossing
113
+ ProtocolV3_DirectV2,271,0.007002063561230898,0.6734152147290703,0.16804816918377005,29.480982411923527,0.6253038472485382,0.007000067736953497,0.6678065885655251,0.1540983026874116,30.700435970567817,0.6097735721657608,-0.00028511499493997383,1.2194535586442896,low_energy_complex
114
+ ProtocolV3_DirectV2,272,0.002194962464272976,0.8774011300598648,0.3957000023037759,3.905723448946422,0.693094321092138,0.0021949505899101496,0.8774025009935398,0.3957000023037759,3.905723448946422,0.693092763428266,-5.409854272315729e-06,0.0,single_swell
115
+ ProtocolV3_DirectV2,273,0.003835816401988268,0.8666960107006342,0.49466712976149213,22.337064762540503,0.3471347501631131,0.0038391302805393934,0.866617933294274,0.4921345643520566,22.337064762540503,0.3471337645369076,0.0008631847082459338,0.0,broad_windsea
116
+ ProtocolV3_DirectV2,274,0.0019854584243148565,0.7337849437469425,0.5158184860015191,16.06290667946151,0.578220461976707,0.001983855850994587,0.7334032672203056,0.515355707633039,16.38063205911084,0.5774955485238908,-0.0008078073411766031,0.3177253796493318,crossing_sea
117
+ ProtocolV3_DirectV2,275,0.007452411111444235,0.7143205859301937,0.21690538194444442,23.496535609820285,0.5026397165372544,0.007452546618878841,0.7143157793106286,0.21690538194444442,23.496535609820285,0.502637237198464,1.818270203949933e-05,0.0,opposing_systems
118
+ ProtocolV3_DirectV2,276,0.0042075528763234615,0.8336124520880649,0.3403842904582112,34.1501603373354,0.6888421824066253,0.004359835293143988,0.8307782347270748,0.3371953339058602,33.74738918541327,0.690141889694951,0.03492847930746288,-0.4027711519221313,curved_ridge
119
+ ProtocolV3_DirectV2,277,0.009986338205635548,0.7090236066101226,0.12115735862311205,27.81856747566781,0.3034057377641498,0.009854360483586788,0.6995185435956867,0.10494894074659353,27.330280505295214,0.30834089801710557,-0.013392824655499333,-0.48828697037259516,multi_band
120
+ ProtocolV3_DirectV2,278,0.007884184829890728,0.8157713471297333,0.29570800795682484,56.26420338536828,0.466595945281124,0.007884775288403034,0.8157673161309068,0.29686494960672427,56.26420338536828,0.4666238932428164,7.488590235090943e-05,0.0,boundary_crossing
121
+ ProtocolV3_DirectV2,279,0.010945988819003105,0.5988025352216136,0.10252267573696144,23.444877381583403,0.6485933645164468,0.012108954600989819,0.5859675304477454,0.09976844923342977,28.918363929530067,0.6541349811922104,0.09604179884295293,5.4734865479466634,low_energy_complex
122
+ ProtocolV3_DirectV2,280,0.0017879744991660118,0.7674480588461017,0.413365511973542,14.2823860024789,0.902824607638019,0.001788002555258572,0.7674516830304245,0.413365511973542,14.2823860024789,0.9028240673936713,1.5691304510598956e-05,0.0,single_swell
123
+ ProtocolV3_DirectV2,281,0.0016257180832326412,0.8717704592279523,0.6326442839299878,16.51953764150713,0.16843848413641493,0.0016254414804279804,0.8717828862539768,0.6326442839299878,16.51953764150713,0.16843778767857684,-0.00017017087849140365,0.0,broad_windsea
124
+ ProtocolV3_DirectV2,282,0.0019918803591281176,0.8590736187229048,0.37544929768766977,12.114049459928445,0.5579472899698747,0.001952832448296249,0.8438777824057059,0.35255772005772007,16.383551096773793,0.552003997912578,-0.019995525405129378,4.269501636845348,crossing_sea
125
+ ProtocolV3_DirectV2,283,0.002030380303040147,0.8035646702726671,0.4285133956880152,44.14910547614995,0.671385762382504,0.002030261093750596,0.8035496708941119,0.4285133956880152,44.14910547614995,0.6713812965661999,-5.871623601403914e-05,0.0,opposing_systems
126
+ ProtocolV3_DirectV2,284,0.009168597869575024,0.5636480474076733,0.2124316737926821,6.773844698635554,0.7928288918761177,0.009166997857391834,0.5636347706752491,0.21212535243372918,6.773844698635554,0.7928523422941098,-0.0001745404774911361,0.0,curved_ridge
127
+ ProtocolV3_DirectV2,285,0.007834166288375854,0.7560165288403123,0.13715974451578383,27.085825343229427,0.4933793164496443,0.007804362569004297,0.7465011256076506,0.15169126791317802,26.597626191317794,0.5014877504048636,-0.0038188537639095976,-0.4881991519116333,multi_band
128
+ ProtocolV3_DirectV2,286,0.010232437402009964,0.8220506075143963,0.18122421230307578,74.00486187657408,0.5943233085080398,0.010235138237476349,0.8218643156097788,0.18122421230307578,74.00486187657408,0.5943774677604868,0.00026387874826113003,0.0,boundary_crossing
129
+ ProtocolV3_DirectV2,287,0.006336370017379522,0.6704813963541739,0.18943166740380363,23.214763343358673,0.6524023902533143,0.007196782156825066,0.6136399667992618,0.17892270639912147,27.24017876869313,0.6498106897648404,0.11955511792580407,4.025415425334458,low_energy_complex
130
+ ProtocolV3_DirectV2,288,0.0043390849605202675,0.6686300523318842,0.22554152682072592,22.055244060185682,0.9023075642123037,0.004338986240327358,0.6686351497275828,0.22554152682072592,22.055244060185682,0.902307144349992,-2.2751902735186526e-05,0.0,single_swell
131
+ ProtocolV3_DirectV2,289,0.0038943530526012182,0.8690122208129187,0.5920606765835887,8.509320642344306,0.32758739402126436,0.003894367953762412,0.8690130558396302,0.5920606765835887,8.509320642344306,0.3275889075296982,3.826336229849931e-06,0.0,broad_windsea
132
+ ProtocolV3_DirectV2,290,0.005117620341479778,0.7700312944406252,0.19491394443304116,15.146000948179017,0.6601915391136337,0.0050895558670163155,0.765471669131454,0.20489106470149124,16.714014456781133,0.6601624192560651,-0.005514130347863782,1.5680135086021156,crossing_sea
133
+ ProtocolV3_DirectV2,291,0.007305356673896313,0.7207301751126,0.1842179973515178,64.11210187729311,0.6260789637574463,0.007326588500291109,0.7207856099022647,0.1842179973515178,64.29496707824649,0.6258205737909001,0.0028979144104998886,0.18286520095337266,opposing_systems
134
+ ProtocolV3_DirectV2,292,0.007787979673594236,0.7377703522694639,0.29072962351327447,12.549912048028986,0.6307534873559579,0.008293109945952892,0.7286058362392567,0.2845935556691371,12.305895256782243,0.6258814676187232,0.06090963168831058,-0.24401679124674303,curved_ridge
135
+ ProtocolV3_DirectV2,293,0.015257188118994236,0.6264271844183686,0.09753728042461772,27.919261887376106,0.7531228348547832,0.015408642590045929,0.6279121291030288,0.0939291101055807,28.331942351309536,0.7473414049074056,0.00982918970094961,0.4126804639334303,multi_band
136
+ ProtocolV3_DirectV2,294,0.0003142067289445549,0.8899621056986137,0.7541485200699047,11.062559332277893,0.42643035056239986,0.00033290506689809263,0.8891788824390502,0.7139492753623188,9.62979385547576,0.44440738402525326,0.05616717741115533,-1.4327654768021318,boundary_crossing
137
+ ProtocolV3_DirectV2,295,0.007291237358003855,0.6962717463271596,0.2371546159119473,31.717783607598484,0.5370943332751601,0.0067596095614135265,0.6954102213677105,0.2354815589648226,27.26589162916274,0.5404106829871818,-0.0786477076464691,-4.451891978435743,low_energy_complex
138
+ ProtocolV3_DirectV2,296,0.0015253889141604304,0.8222095671592381,0.4377398250560255,7.1421459570475445,0.8647105760568526,0.0015255227917805314,0.8222093479425618,0.4377398250560255,7.1421459570475445,0.8647089639021351,8.775851847137481e-05,0.0,single_swell
139
+ ProtocolV3_DirectV2,297,0.006388186477124691,0.886915342897419,0.5097643375860768,33.06698495163517,0.40912191440605716,0.006388275884091854,0.8869134788425517,0.5097643375860768,33.06698495163517,0.4091198813357255,1.3995476836829798e-05,0.0,broad_windsea
140
+ ProtocolV3_DirectV2,298,0.009147953242063522,0.7895150479613001,0.1962351245245982,33.09802959193775,0.39993046317615905,0.009165574796497822,0.7896938610201075,0.19588492441024716,33.95286790259902,0.3997288879092439,0.0019225803973617333,0.8548383106612647,crossing_sea
141
+ ProtocolV3_DirectV2,299,0.005075131542980671,0.7562278849646512,0.37885126681263687,56.090315663117764,0.6546598135519907,0.005074359010905027,0.7562285256768655,0.37885126681263687,56.090315663117764,0.6546951552432148,-0.0001522422977923582,0.0,opposing_systems
142
+ ProtocolV3_DirectV2,300,0.0029376388993114233,0.8574183009680517,0.427543598084395,11.399666793729342,0.6683930670976899,0.0029157481621950865,0.8472718542767999,0.42633012051405106,9.394651767033023,0.6530050270304999,-0.007507759895098979,-2.0050150266963183,curved_ridge
143
+ ProtocolV3_DirectV2,301,0.014431502670049667,0.6232567621579208,0.02694235588972431,15.591479495253019,0.7181176313726889,0.013582471758127213,0.6300168469878757,0.026608910891089108,14.211042479933418,0.7206962463569003,-0.06250930810251296,-1.3804370153196004,multi_band
144
+ ProtocolV3_DirectV2,302,0.01181409414857626,0.8152116865012922,0.13486939876386778,46.08627115865065,0.7242301803196535,0.011871326714754105,0.8120742133294977,0.13370669595375373,46.2097497591412,0.7239719760112627,0.004821075820170491,0.12347860049054304,boundary_crossing
145
+ ProtocolV3_DirectV2,303,0.010109120979905128,0.6155944598248608,0.15011022882161001,33.07655371982188,0.5871525772875499,0.010586362332105637,0.6259573144278594,0.1318792609425946,35.05646410440116,0.5801911107618941,0.04508076875029691,1.9799103845792771,low_energy_complex
146
+ ProtocolV3_DirectV2,304,0.0003919640148524195,0.9658636738768526,0.6727889358703312,3.9629455462142675,0.5840468993825059,0.0003919583687093109,0.965864244339119,0.6727889358703312,3.9629455462142675,0.5840463700750824,-1.4404956136537303e-05,0.0,single_swell
147
+ ProtocolV3_DirectV2,305,0.007666381075978279,0.9107625906060381,0.5142335657555386,20.267288400131186,0.43142499606796486,0.0076683745719492435,0.9107442129973298,0.5142335657555386,19.2972911643856,0.43144989278215,0.00025996330151328276,-0.9699972357455842,broad_windsea
148
+ ProtocolV3_DirectV2,306,0.006497716996818781,0.7035987264565899,0.20216511063533776,10.162070607637714,0.6922218387312958,0.0064569213427603245,0.7018288205795192,0.19423328658251518,10.297276843260795,0.6924990351779413,-0.006318127772177001,0.13520623562308032,crossing_sea
149
+ ProtocolV3_DirectV2,307,0.011516599915921688,0.6896042191399759,0.06304496720318221,89.5067943339242,0.8087590553048686,0.011520707979798317,0.6895607814340153,0.06290491118077325,89.2639405561624,0.8087233306660849,0.0003565808528288721,-0.24285377776180894,opposing_systems
150
+ ProtocolV3_DirectV2,308,0.0031310284975916147,0.8095662415569943,0.4005258632451615,20.384087597482814,0.6513742212540448,0.0031263495329767466,0.8100094853379214,0.40187147733587364,19.7203189339648,0.6506357084484775,-0.0014966223595648624,-0.6637686635180131,curved_ridge
151
+ ProtocolV3_DirectV2,309,0.029352977871894836,0.3996266896608626,0.07519451916635059,41.56879693324013,0.7929722088662872,0.03138362988829613,0.3351482715026106,0.06951536163033005,43.1264661792157,0.7976152868020902,0.06470417933263291,1.5576692459755677,multi_band
152
+ ProtocolV3_DirectV2,310,0.0013678461546078324,0.8473778860884424,0.45786804104985923,13.02516121865132,0.39505606912473373,0.001350550795905292,0.847157706489686,0.46011293900904293,13.619779838081254,0.3968130992261996,-0.012806151945545366,0.5946186194299337,boundary_crossing
153
+ ProtocolV3_DirectV2,311,0.013379417359828949,0.5573828208882605,0.08330291604483009,25.40595616830815,0.7025816326593761,0.05877392366528511,0.33907122618443963,0.03426875043598621,25.75812128127324,0.8477203440897224,0.7723579348551896,0.3521651129650891,low_energy_complex
154
+ ProtocolV3_DirectV2,312,0.0018381992122158408,0.8839983959256892,0.393125,2.134184820345814,0.7379111992435428,0.0018381677800789475,0.8839992669232724,0.393125,2.134184820345814,0.7379105544669627,-1.7099710501901203e-05,0.0,single_swell
155
+ ProtocolV3_DirectV2,313,0.0024924268946051598,0.8961440173183559,0.6238678967230786,18.441105026435146,0.24376561482650755,0.0024925554171204567,0.8961405094330256,0.6238678967230786,18.441105026435146,0.24376856923854281,5.156255079191484e-05,0.0,broad_windsea
156
+ ProtocolV3_DirectV2,314,0.014332744292914867,0.8188589738426324,0.06611602096392971,64.21507258761198,0.656486879576784,0.014199713245034218,0.8197793222739793,0.06688619599578503,64.63263565370099,0.6567667436213462,-0.009368572842636232,0.4175630660890022,crossing_sea
157
+ ProtocolV3_DirectV2,315,0.0011631699744611979,0.8497136021442491,0.6092942783371498,19.489546560839937,0.4481595476871549,0.0011619740398600698,0.8508821917754231,0.6092942783371498,19.032191456748585,0.4483477422506809,-0.0010292266092899298,-0.45735510409135216,opposing_systems
158
+ ProtocolV3_DirectV2,316,0.0041946424171328545,0.8884853321890842,0.2587009803921569,62.28419246129732,0.697210725023928,0.004200322087854147,0.8883284978437567,0.2587009803921569,62.28419246129732,0.6971952761239543,0.001352198855824915,0.0,curved_ridge
159
+ ProtocolV3_DirectV2,317,0.008122535422444344,0.6858511041963083,0.19584071275028053,29.409545644728315,0.5354773740111521,0.00839140359312296,0.7010096924484698,0.1967656853740013,25.41082742861382,0.5410374303307771,0.03204090563573443,-3.9987182161144936,multi_band
160
+ ProtocolV3_DirectV2,318,0.014634487219154835,0.5280552525929351,0.04715385722510075,38.41003886302857,0.8606293961063347,0.014596736058592796,0.5289983240098769,0.047076873385012916,38.44405711545451,0.860851792223281,-0.0025862741102189823,0.034018252425944695,boundary_crossing
161
+ ProtocolV3_DirectV2,319,0.007813231088221073,0.7057719069717675,0.11447322876245651,42.5833094937931,0.6171300617150101,0.011745331808924675,0.6720556273376912,0.13416836771888896,43.16174659932007,0.6029465420351248,0.3347798755004776,0.5784371055269659,low_energy_complex
162
+ ProtocolV3_DirectV2,320,0.0018044202588498592,0.7749753841939806,0.38915003695491507,14.047530905722628,0.8971602288778783,0.0018043825402855873,0.7749764315740268,0.38915003695491507,14.047530905722628,0.8971602392854782,-2.0903862362776467e-05,0.0,single_swell
163
+ ProtocolV3_DirectV2,321,0.0021327652502804995,0.9055109438978559,0.6007594194090797,9.742018963734129,0.26443222100797886,0.002132662106305361,0.9055158518866002,0.6007594194090797,9.742018963734129,0.26443008263138695,-4.83639554684786e-05,0.0,broad_windsea
164
+ ProtocolV3_DirectV2,322,0.006853632163256407,0.7002591414167838,0.25331724035768155,30.229948670340853,0.48188050720040354,0.0069779762998223305,0.7019617233331765,0.25427635110733704,32.15484216577165,0.4857048904464847,0.01781951259551995,1.9248934954307941,crossing_sea
165
+ ProtocolV3_DirectV2,323,0.002549124415963888,0.8080637532135599,0.4085511152779405,16.247092750785118,0.652356184850394,0.0025494347792118788,0.808065432843154,0.4085511152779405,16.247092750785118,0.6523588645611241,0.00012173806151909191,0.0,opposing_systems
166
+ ProtocolV3_DirectV2,324,0.0026379565242677927,0.797343779002858,0.4311004784688995,14.046852681638288,0.6575445569941314,0.002636187244206667,0.7974243500205934,0.4311004784688995,14.046852681638288,0.657567243662154,-0.0006711511350394238,0.0,curved_ridge
167
+ ProtocolV3_DirectV2,325,0.0107080964371562,0.6756356430926765,0.10017264156608419,23.77717401904983,0.7264921163086843,0.010642696171998978,0.6444116238814019,0.08446790775215338,26.85434359650798,0.712804467802274,-0.0061450843000941235,3.0771695774581502,multi_band
168
+ ProtocolV3_DirectV2,326,0.015360216610133648,0.6091834131515341,0.02027027027027027,44.445415062815826,0.8935423975883565,0.0154617540538311,0.6143148588680901,0.018392370572207085,44.91045644194904,0.8937134199436044,0.0065670067796928695,0.4650413791332113,boundary_crossing
169
+ ProtocolV3_DirectV2,327,0.003670292440801859,0.7292445714100892,0.38186038521991866,50.13351155218323,0.5407836666037454,0.003715785685926676,0.7291804941150642,0.3862811039535177,51.74878084592242,0.535240480065098,0.012243237089028018,1.615269293739189,low_energy_complex
170
+ ProtocolV3_DirectV2,328,0.0007964343531057239,0.9236699101733318,0.590458152958153,3.89222664908555,0.634678454678523,0.0007963776588439941,0.9236702399286363,0.590458152958153,3.89222664908555,0.6346788846892415,-7.119017102013322e-05,0.0,single_swell
171
+ ProtocolV3_DirectV2,329,0.0039099338464438915,0.8666845094801476,0.5163603295569239,7.90058409623179,0.33625804507044493,0.0039110565558075905,0.8666609581764677,0.5163603295569239,7.90058409623179,0.33630165959442343,0.0002870603755478376,0.0,broad_windsea
172
+ ProtocolV3_DirectV2,330,0.004405760671943426,0.7751959742802172,0.3221797810033104,14.913831189444588,0.5589063966888285,0.004395726602524519,0.7721898888954679,0.33710866024010355,18.61627296606309,0.562284887208347,-0.0022826873293585815,3.7024417766185014,crossing_sea
173
+ ProtocolV3_DirectV2,331,0.0015684847021475434,0.8206852296069925,0.5089801747311828,36.03569361499887,0.44698218956152147,0.0015683468664065003,0.8207062770147393,0.5089801747311828,36.03569361499887,0.44699347732905625,-8.788600531903325e-05,0.0,opposing_systems
174
+ ProtocolV3_DirectV2,332,0.007724062539637089,0.7374835717198186,0.300750156143482,11.655732050042694,0.67212349853394,0.007719050627201796,0.7373801475618675,0.300750156143482,11.513451491405672,0.6722522193400359,-0.0006492913024344352,-0.14228055863702238,curved_ridge
175
+ ProtocolV3_DirectV2,333,0.010945022106170654,0.679866781332946,0.0755898755898756,17.942548250929995,0.7198916569255758,0.012438531965017319,0.602582375099306,0.06902584433331832,17.6474583079087,0.7057145090409467,0.12007123212345942,-0.29508994302129565,multi_band
176
+ ProtocolV3_DirectV2,334,0.022946007549762726,0.5490846244192826,0.0,139.31757591390522,0.92558686237318,0.02257532626390457,0.5530144838991713,0.0,139.49286079371302,0.9252585725350786,-0.016419753208653836,0.17528487980780483,boundary_crossing
177
+ ProtocolV3_DirectV2,335,0.00915410928428173,0.6905703643284062,0.1617110522861938,36.976323530304256,0.5997915519822437,0.009447955526411533,0.6931227227735831,0.16030154302626215,36.56660927948448,0.5931868438039162,0.031101569149893073,-0.40971425081977486,low_energy_complex
178
+ ProtocolV3_DirectV2,336,0.0011881435057148337,0.9296220560383991,0.48458952919378595,4.217785896347043,0.7399963415462776,0.0011881319805979729,0.9296222856434865,0.48458952919378595,4.217785896347043,0.7399964953415145,-9.70019917742311e-06,0.0,single_swell
179
+ ProtocolV3_DirectV2,337,0.0024748919531702995,0.8722180473643678,0.5890342370868791,16.30060777037158,0.26755292583179907,0.002474699169397354,0.8722280207456965,0.5890342370868791,16.30060777037158,0.26755298012455436,-7.790190231176717e-05,0.0,broad_windsea
180
+ ProtocolV3_DirectV2,338,0.00584301957860589,0.823510665331051,0.13990782926560902,27.65366415445207,0.5787400911984257,0.006222656928002834,0.8180571903696575,0.12143087409044856,27.56764595283057,0.579741212436566,0.06100888314901669,-0.0860182016214992,crossing_sea
181
+ ProtocolV3_DirectV2,339,0.005551488604396582,0.6582437814360791,0.23571609762786233,25.11675577373136,0.7261259005578011,0.005551531910896301,0.6582264150530276,0.23571609762786233,25.11675577373136,0.7261369355224697,7.800819740335036e-06,0.0,opposing_systems
182
+ ProtocolV3_DirectV2,340,0.004260052926838398,0.8372292315260182,0.38002235622786484,30.867325010162034,0.34269986341676534,0.0042598918080329895,0.8372478485459335,0.38002235622786484,30.867325010162034,0.3426676897497915,-3.782227640257244e-05,0.0,curved_ridge
183
+ ProtocolV3_DirectV2,341,0.017280420288443565,0.5400071942865085,0.07458938766674784,21.654222346111514,0.7124745875019313,0.028449174016714096,0.4411423514522724,0.06347519568710798,23.831004319419954,0.6980572405766109,0.3925862213682832,2.17678197330844,multi_band
184
+ ProtocolV3_DirectV2,342,0.01202474720776081,0.6911996406905722,0.018292682926829267,97.45123568607035,0.8002702971206587,0.012021921575069427,0.6911200164897379,0.018421052631578946,97.45123568607035,0.8002737372447527,-0.00023504002032778554,0.0,boundary_crossing
185
+ ProtocolV3_DirectV2,343,0.020420316606760025,0.5490516685434372,0.055344448237927245,24.630910018962282,0.575459832488706,0.01845996268093586,0.536820602646864,0.06296033376922597,22.00079184115013,0.5756728794239516,-0.10619490189157749,-2.630118177812154,low_energy_complex
186
+ ProtocolV3_DirectV2,344,0.0013726060278713703,0.9193289198383348,0.5028415806165776,5.231124392146286,0.7563937244099656,0.0013725674943998456,0.9193298749168626,0.5028415806165776,5.231124392146286,0.7563933146478397,-2.8074008514651707e-05,0.0,single_swell
187
+ ProtocolV3_DirectV2,345,0.007394657004624605,0.8657776552355034,0.5078777567802389,20.432944033103865,0.3418972821329097,0.007395027205348015,0.8657758171860809,0.5078777567802389,20.432944033103865,0.3418988824299192,5.0060765583381086e-05,0.0,broad_windsea
188
+ ProtocolV3_DirectV2,346,0.006017122883349657,0.7626641271195783,0.2047831704302887,23.836319463747156,0.5694501975000061,0.005755961872637272,0.7634313224988595,0.2273639579449216,22.053420765000794,0.5698956477669991,-0.04537226209817234,-1.7828986987463615,crossing_sea
189
+ ProtocolV3_DirectV2,347,0.0021789807360619307,0.8039350563329689,0.40526350056736793,9.253540727608673,0.7587609583983919,0.0021790217142552137,0.8039305017662565,0.40526350056736793,9.253540727608673,0.7587594849410781,1.8805775552855075e-05,0.0,opposing_systems
190
+ ProtocolV3_DirectV2,348,0.005699395202100277,0.8254296036914861,0.30390134648855854,37.17410978675991,0.3940186759896471,0.005160673521459103,0.814793200251147,0.3176821705017194,36.326344437509654,0.3883430527708088,-0.10438980075004994,-0.8477653492502526,curved_ridge
191
+ ProtocolV3_DirectV2,349,0.00857517123222351,0.6990257687504365,0.17295144332173318,26.789429103705608,0.6445188371561874,0.008709077723324299,0.6950120588155196,0.1334799365175587,27.84214296072714,0.6395617380972888,0.015375507643268033,1.0527138570215335,multi_band
192
+ ProtocolV3_DirectV2,350,0.0076696076430380344,0.8613186339864236,0.19586411705055773,34.91498580552236,0.6136582573007525,0.007857273332774639,0.8591335990073996,0.18394353348818313,33.100769612616055,0.6126753318072252,0.02388432752540305,-1.8142161929063079,boundary_crossing
193
+ ProtocolV3_DirectV2,351,0.008554392494261265,0.6769107176216456,0.17600609856887223,34.25465971631426,0.505676898508723,0.008810572326183319,0.6641658704968817,0.1421243824469631,41.609551162278045,0.49861749793324983,0.029076412114652,7.354891445963787,low_energy_complex
194
+ ProtocolV3_DirectV2,352,0.007888889871537685,0.5815817930861743,0.17278014416775886,12.475807105110622,0.929908832340239,0.007888790220022202,0.5815855480422136,0.17278014416775886,12.475807105110622,0.9299088188922108,-1.2632040237416245e-05,0.0,single_swell
195
+ ProtocolV3_DirectV2,353,0.0026709730736911297,0.8532078935539643,0.661937445896409,8.314419199218479,0.21566288680759635,0.002671161200851202,0.853202278417427,0.661937445896409,8.314419199218479,0.21565972231799532,7.042898047949235e-05,0.0,broad_windsea
196
+ ProtocolV3_DirectV2,354,0.002644551219418645,0.7604511010584285,0.36455924507395093,13.139228242841625,0.6029788886449661,0.002408477943390608,0.7620074395895698,0.38367089929894616,12.345882502585493,0.6089032886520994,-0.09801762008071278,-0.7933457402561324,crossing_sea
197
+ ProtocolV3_DirectV2,355,0.0023262700997292995,0.7589724034052866,0.4009209744503862,35.28840591149528,0.6741657790980254,0.0023232479579746723,0.7593763157404686,0.40392899584076053,35.72069371969759,0.6739167834237206,-0.0013008261749476913,0.43228780820231094,opposing_systems
198
+ ProtocolV3_DirectV2,356,0.002461072290316224,0.7866518584213503,0.43329547175526273,22.81348125176019,0.5863245506217921,0.002464533085003495,0.7866627692510936,0.43329547175526273,22.75399149817699,0.586276295399088,0.0014042394919872663,-0.05948975358320041,curved_ridge
199
+ ProtocolV3_DirectV2,357,0.008799586445093155,0.7311368596401748,0.08658002502559435,11.027742960357156,0.6338896074685468,0.008400339633226395,0.7155005028482859,0.09401709401709402,8.279477295890443,0.6168047032222355,-0.04752746070975441,-2.7482656644667127,multi_band
200
+ ProtocolV3_DirectV2,358,0.022664770483970642,0.5079410547523494,0.0,77.6210613186792,0.9354350020498664,0.022805681452155113,0.5109035966354053,0.0,91.42221441353117,0.9348905713730141,0.006178765957074928,13.80115309485197,boundary_crossing
201
+ ProtocolV3_DirectV2,359,0.010561921633780003,0.6474409698990686,0.11296460936159593,38.52129534908585,0.534392171166146,0.028999142348766327,0.5664931739157635,0.07374246569949228,26.15436172459244,0.7343391993902434,0.6357850343726001,-12.366933624493406,low_energy_complex
202
+ ProtocolV3_DirectV2,360,0.0004202304990030825,0.9540359850777402,0.6603708133971291,4.689093940263019,0.4809071011225065,0.00042009298340417445,0.9540425334937997,0.6603708133971291,4.689093940263019,0.48090800941249506,-0.000327345621899526,0.0,single_swell
203
+ ProtocolV3_DirectV2,361,0.0023392692673951387,0.9084226121439021,0.6466647768179478,17.64173806248034,0.19705384761724717,0.0023393139708787203,0.9084217756964591,0.6466647768179478,17.64173806248034,0.19705390436495338,1.9109655282719884e-05,0.0,broad_windsea
204
+ ProtocolV3_DirectV2,362,0.004742036573588848,0.7151004534375752,0.3309746925467291,17.04485634440538,0.5970076342761751,0.004426846280694008,0.7169611507906626,0.34228691405122125,17.056827754596032,0.6027063299744284,-0.07119973744501178,0.011971410190650289,crossing_sea
205
+ ProtocolV3_DirectV2,363,0.001612514490261674,0.7962608006104815,0.5616798642533937,77.83840176874752,0.6204759686404802,0.0016124737448990345,0.7962611598574955,0.5616798642533937,77.83840176874752,0.6204721839368792,-2.5268853380293933e-05,0.0,opposing_systems
206
+ ProtocolV3_DirectV2,364,0.005579570773988962,0.8408132269568164,0.1175620537232234,80.70472541504714,0.7598373056365201,0.005581338424235582,0.8407736897661121,0.1175620537232234,80.70472541504714,0.7597851929403828,0.0003167072326137032,0.0,curved_ridge
207
+ ProtocolV3_DirectV2,365,0.01284259557723999,0.48605404459151147,0.06158063938958438,34.4050206042278,0.7341617047504201,0.014413449913263321,0.4614421909307241,0.06193070131600866,34.868775110176394,0.7371739772640694,0.10898531201595417,0.463754505948593,multi_band
208
+ ProtocolV3_DirectV2,366,0.0031202146783471107,0.8246867224606441,0.37644931390277625,13.263209155936607,0.6355725209908341,0.003120404900982976,0.8246886151631453,0.37644931390277625,13.263209155936607,0.6355669111535716,6.0960882289759385e-05,0.0,boundary_crossing
209
+ ProtocolV3_DirectV2,367,0.008214341476559639,0.6325614594258829,0.16182433608297656,26.645980864453467,0.7282194095434324,0.007035774644464254,0.6465880871241667,0.1642618620414673,31.95789083574571,0.7083803541577419,-0.16751059999095916,5.311909971292245,low_energy_complex
210
+ ProtocolV3_DirectV2,368,0.0010178375523537397,0.9130694208520754,0.46863961121386866,3.9542169950274957,0.510373800502103,0.0010180200915783644,0.9130757431336524,0.46863961121386866,3.9542169950274957,0.5103345469856476,0.0001793080766624363,0.0,single_swell
211
+ ProtocolV3_DirectV2,369,0.007987589575350285,0.8615881840729224,0.5338514514046429,12.684313837696678,0.39286439785109956,0.0079867048189044,0.8615985360671645,0.5338514514046429,12.684313837696678,0.3928672698618682,-0.00011077865852641762,0.0,broad_windsea
212
+ ProtocolV3_DirectV2,370,0.004296817816793919,0.655016027762832,0.24260886875508622,6.626515673530334,0.6997008096960639,0.004204300697892904,0.6553630547371325,0.24609676038247466,6.771361073684222,0.7016198199786955,-0.022005352506632485,0.14484540015388792,crossing_sea
213
+ ProtocolV3_DirectV2,371,0.0033631217665970325,0.7434530646657844,0.324233604753977,70.49379570826459,0.5970250852335198,0.0033632973209023476,0.7434533391692845,0.324233604753977,70.49379570826459,0.5970246399627096,5.2197081781612395e-05,0.0,opposing_systems
214
+ ProtocolV3_DirectV2,372,0.0031848852522671223,0.7750453074187247,0.4102181128496918,4.495727109964393,0.5108198758868835,0.0031850128434598446,0.7750441189838881,0.4102181128496918,4.495727109964393,0.5108117942549625,4.0059867571434856e-05,0.0,curved_ridge
215
+ ProtocolV3_DirectV2,373,0.006066319067031145,0.7486245939807508,0.36376829883897027,20.958928353669297,0.3808650976088087,0.006302657537162304,0.7456252284410649,0.3598973553184784,18.805620636609873,0.37942411829607886,0.03749822495314689,-2.1533077170594233,multi_band
216
+ ProtocolV3_DirectV2,374,0.0036163439508527517,0.8696018226516309,0.43961805555555555,28.31119374283477,0.28113141861258545,0.003653821302577853,0.8692446138327067,0.44196180555555553,28.409803270829617,0.2812198561339453,0.01025702918165712,0.09860952799484579,boundary_crossing
217
+ ProtocolV3_DirectV2,375,0.013254577293992043,0.5405241550846027,0.13241288939818352,19.63084316872437,0.7233359975495219,0.013297787867486477,0.543399606931353,0.1319413900544631,20.341910162552452,0.7229633252159032,0.0032494557685106115,0.7110669938280836,low_energy_complex
218
+ ProtocolV3_DirectV2,376,0.0038294175174087286,0.8076934081555003,0.18334748519568167,21.718791668380423,0.8669945202509687,0.0038297364953905344,0.8076894584991481,0.18334748519568167,21.718791668380423,0.8669944160268804,8.328979870801107e-05,0.0,single_swell
219
+ ProtocolV3_DirectV2,377,0.004098089877516031,0.9313346544020457,0.5300425781640196,24.660990833818285,0.3160135188969965,0.004097682423889637,0.9313466313893233,0.5300425781640196,24.742976152002143,0.31601181294580283,-9.943514021945733e-05,0.08198531818385746,broad_windsea
220
+ ProtocolV3_DirectV2,378,0.0025531062856316566,0.809260031460328,0.4045780534788424,8.907244220423717,0.6723451249831758,0.0025108661502599716,0.8096465668217703,0.40887332569455376,8.821704098648823,0.6732976042165592,-0.016822933937482704,-0.08554012177489412,crossing_sea
221
+ ProtocolV3_DirectV2,379,0.011212285608053207,0.7062435555832773,0.25246839077938577,50.76849819873268,0.48788333603629924,0.011213012039661407,0.7062352024090524,0.25246839077938577,50.76849819873268,0.4878796720406059,6.478469885081911e-05,0.0,opposing_systems
222
+ ProtocolV3_DirectV2,380,0.014631768688559532,0.6831559983155674,0.08296660982452281,35.4774131339346,0.7956497071256786,0.01465658750385046,0.6833915927381774,0.082609697640118,38.748166480537215,0.7971531080130522,0.001693355652153524,3.2707533466026177,curved_ridge
223
+ ProtocolV3_DirectV2,381,0.014791243709623814,0.6055554175476753,0.09356410632507049,25.5251461812243,0.6754647881324015,0.015601047314703465,0.566991228696298,0.0938397581254724,25.453657766898548,0.6587229904732199,0.05190700269951993,-0.07148841432575281,multi_band
224
+ ProtocolV3_DirectV2,382,0.0011766856769099832,0.8632336077566003,0.5679400858704138,16.0170586466538,0.4691982598771651,0.0012167076347395778,0.8642275588213847,0.5079525443421745,14.580845320731443,0.4871938571214728,0.032893652252096575,-1.436213325922358,boundary_crossing
225
+ ProtocolV3_DirectV2,383,0.011141379363834858,0.6688322165628656,0.11564872160075962,24.659355229257127,0.8219978599355136,0.009607975371181965,0.6730180211353667,0.12267276430516671,22.56377830836995,0.8135649516341532,-0.1595969945189665,-2.0955769208871757,low_energy_complex
226
+ ProtocolV3_DirectV2,384,0.0020386124961078167,0.8877104819660727,0.37303563385215954,4.432067962886474,0.7637617500181437,0.0020386262331157923,0.8877110251425838,0.37303563385215954,4.432067962886474,0.763760468695421,6.738365156119355e-06,0.0,single_swell
227
+ ProtocolV3_DirectV2,385,0.006840360816568136,0.8832919998073789,0.5092771689533333,30.597160698541803,0.3951777940133064,0.006840195041149855,0.883294626954786,0.5092771689533333,30.597160698541803,0.395180847696833,-2.4235481193777174e-05,0.0,broad_windsea
228
+ ProtocolV3_DirectV2,386,0.011581914499402046,0.7254943073871817,0.08466873953599617,31.79884587908731,0.7113617363855931,0.011682090349495411,0.7243296619691787,0.08574119574119574,33.98644282644246,0.7124197104130331,0.008575164811808842,2.1875969473551535,crossing_sea
229
+ ProtocolV3_DirectV2,387,0.0008877164800651371,0.8459291987522751,0.5488955197463601,22.53856535142191,0.5593643724744212,0.0008875282946974039,0.8459470271351778,0.5488955197463601,22.53856535142191,0.5593343920694404,-0.00021203309106601555,0.0,opposing_systems
230
+ ProtocolV3_DirectV2,388,0.00909664947539568,0.5747096911929283,0.2993406252628038,21.847364856195586,0.7927426685151246,0.009094011969864368,0.574709202077675,0.2991472837556832,21.847364856195586,0.7927469024343473,-0.00029002661752053664,0.0,curved_ridge
231
+ ProtocolV3_DirectV2,389,0.009027272462844849,0.7342226532784274,0.15088180909545226,18.687375498763885,0.6537749249203724,0.009304380975663662,0.7436756760722327,0.15002493580003376,20.020485984421246,0.6479848098592431,0.029782584520519136,1.333110485657361,multi_band
232
+ ProtocolV3_DirectV2,390,0.003375507425516844,0.7772132172307551,0.4203930780611231,38.64873906194163,0.4126552115247273,0.0033753318712115288,0.7772315723558189,0.4203930780611231,38.64873906194163,0.41263777249084654,-5.201097610944103e-05,0.0,boundary_crossing
233
+ ProtocolV3_DirectV2,391,0.008944687433540821,0.7020777954356954,0.15460992907801419,36.88484739546452,0.6389646817559065,0.009117072448134422,0.7084218481860394,0.11932070445463963,36.97292282591566,0.627231457130417,0.018907935148510906,0.0880754304511413,low_energy_complex
234
+ ProtocolV3_DirectV2,392,0.0024844242725521326,0.8785504228432015,0.31827028508771926,4.990692367013858,0.7886077571060883,0.002484404481947422,0.8785509771351817,0.31827028508771926,4.990692367013858,0.7886071333109197,-7.965935037706051e-06,0.0,single_swell
235
+ ProtocolV3_DirectV2,393,0.006004283204674721,0.8812211220292409,0.5357414063288977,28.64683156711308,0.3974770062369951,0.00600459286943078,0.8812212574282621,0.5357414063288977,28.64683156711308,0.39747513793002787,5.157131595651414e-05,0.0,broad_windsea
236
+ ProtocolV3_DirectV2,394,0.0024375170469284058,0.8654625131553301,0.428939295112211,11.327476789945287,0.5403387968831161,0.002101089572533965,0.8643704036089639,0.4448828160907349,10.357558564848249,0.5293845849399582,-0.1601204816740397,-0.9699182250970377,crossing_sea
237
+ ProtocolV3_DirectV2,395,0.004980077501386404,0.8351130079180663,0.35449196100865793,137.48672723421123,0.6819959784672346,0.004980218596756458,0.8351122822160973,0.35449196100865793,137.48672723421123,0.6819939843705688,2.8331160031035244e-05,0.0,opposing_systems
238
+ ProtocolV3_DirectV2,396,0.0031933914870023727,0.8154910796209041,0.323249299719888,23.40772787532245,0.6156620350422591,0.0031888068187981844,0.8155493398530151,0.323249299719888,23.102359128965542,0.6157420516414155,-0.0014377378325841146,-0.30536874635690836,curved_ridge
239
+ ProtocolV3_DirectV2,397,0.004965042695403099,0.7488520194648411,0.440677142197431,23.85669827852555,0.41467045996634117,0.006074571516364813,0.7392211266328166,0.4250366316288815,19.308805386156642,0.4206309257014736,0.1826513718659264,-4.547892892368907,multi_band
240
+ ProtocolV3_DirectV2,398,0.0043627796694636345,0.803687299304027,0.21502750295464354,21.621570317497522,0.7207791416198613,0.0043531726114451885,0.803381436872771,0.21502750295464354,21.47968144416905,0.7205683709399897,-0.0022069095062271305,-0.14188887332847244,boundary_crossing
241
+ ProtocolV3_DirectV2,399,0.008838756941258907,0.6795054928786534,0.16243514240266627,23.847323175776186,0.6879113374379036,0.009274966083467007,0.6573225099927772,0.15191909889734223,26.904785945332403,0.675718180437906,0.047030807259301935,3.057462769556217,low_energy_complex
242
+ ProtocolV3_DirectV2,400,0.0004135601921007037,0.9455153185541068,0.6704620960434914,1.1656910755029601,0.5676893657627924,0.0004135617637075484,0.9455145790853592,0.6704620960434914,1.1656910755029601,0.5676894809099566,3.8001744420816115e-06,0.0,single_swell
243
+ ProtocolV3_DirectV2,401,0.005093816667795181,0.9055676458283697,0.5445080419693784,20.776612216774225,0.3448620341924134,0.005094040185213089,0.905564884168522,0.5445080419693784,20.776612216774225,0.3448642057434456,4.387822038713754e-05,0.0,broad_windsea
244
+ ProtocolV3_DirectV2,402,0.010716174729168415,0.6837404530659584,0.05182506887052342,30.503431386042674,0.7516211960746593,0.010493142530322075,0.6846758922747612,0.05354950900163666,30.49390113277098,0.7510299603054595,-0.021255043301074313,-0.009530253271694988,crossing_sea
245
+ ProtocolV3_DirectV2,403,0.001702852314338088,0.738253465434874,0.45928002294461917,5.262528025974729,0.6985988350604941,0.0017026634886860847,0.7382500816510356,0.45928002294461917,5.262528025974729,0.6986012495082995,-0.00011090015922582664,0.0,opposing_systems
246
+ ProtocolV3_DirectV2,404,0.006344074849039316,0.8985016888409941,0.35026749422693126,4.483530256655963,0.6049646216447523,0.006468229461461306,0.8620230543005089,0.35221619645961755,2.926933365489323,0.5928188930456353,0.01919452814123579,-1.5565968911666404,curved_ridge
247
+ ProtocolV3_DirectV2,405,0.03490256518125534,0.2900559956693516,0.018856148407318318,21.62250459293859,0.7902766007807022,0.027852367609739304,0.23339686914198604,0.01617392847518453,26.795578233289643,0.7927562331817217,-0.25312740626943153,5.173073640351053,multi_band
248
+ ProtocolV3_DirectV2,406,0.0039056455716490746,0.7844143148435243,0.35689876246941465,14.025207539579235,0.36995066822453826,0.0039056981913745403,0.7844141725559511,0.35689876246941465,14.025207539579235,0.3699488598529778,1.3472552892586912e-05,0.0,boundary_crossing
249
+ ProtocolV3_DirectV2,407,0.009016160853207111,0.604422069917085,0.1937111801242236,33.10810132748942,0.7016034295770673,0.008823556825518608,0.6030727887058579,0.19701204606852707,34.270130873736825,0.7049549713808091,-0.021828388652915247,1.1620295462474033,low_energy_complex
250
+ ProtocolV3_DirectV2,408,0.0007002824568189681,0.956623077987303,0.6414763923069913,5.911877748689079,0.573123418492286,0.0007003496284596622,0.956621419597095,0.6414763923069913,5.911877748689079,0.5731091128306051,9.591158182217876e-05,0.0,single_swell
251
+ ProtocolV3_DirectV2,409,0.0004846527590416372,0.8810001935091225,0.7682625618109489,9.39985487778317,0.2685051018717609,0.000484679127112031,0.880998827899749,0.7682625618109489,9.39985487778317,0.26850175492443773,5.440314822492015e-05,0.0,broad_windsea
252
+ ProtocolV3_DirectV2,410,0.006816585082560778,0.8084941031199572,0.1640906987310386,19.79339043322944,0.6220302572143946,0.0068476442247629166,0.8091126056709926,0.16884920634920636,19.172820981302813,0.6254629750271029,0.004535741224671212,-0.6205694519266274,crossing_sea
253
+ ProtocolV3_DirectV2,411,0.0015658691991120577,0.7872639595828117,0.5238094505782924,29.801500774044538,0.6007234246843332,0.001565987360663712,0.787227460184752,0.5238094505782924,30.139881132838678,0.6007205748489719,7.545498426261783e-05,0.3383803587941401,opposing_systems
254
+ ProtocolV3_DirectV2,412,0.004976792261004448,0.728658428062194,0.35941021120170097,13.385243079102429,0.7365345510320814,0.004963952582329512,0.7289202768439585,0.35941021120170097,13.37782144538225,0.7365348802619525,-0.00258658366734656,-0.007421633720179344,curved_ridge
255
+ ProtocolV3_DirectV2,413,0.00872363056987524,0.7525610226245717,0.21500007537675137,19.768263689532972,0.3461501305757317,0.007761969231069088,0.7602219054164298,0.20292004971540203,21.182168759332015,0.35381400256945944,-0.12389399006593314,1.4139050697990427,multi_band
256
+ ProtocolV3_DirectV2,414,0.011364217847585678,0.7943042449478472,0.07451923076923077,50.933786813686936,0.7458438978529125,0.01137909758836031,0.7942740156251693,0.0754336124401914,54.30190091569711,0.7457769893159546,0.001307638031846392,3.368114102010175,boundary_crossing
257
+ ProtocolV3_DirectV2,415,0.006394684314727783,0.6259416284693796,0.25022294333369727,27.945245534988793,0.6553836276895568,0.005633206572383642,0.6033153602393865,0.2686647401005626,24.696278821818872,0.6585221096910413,-0.13517660546609928,-3.2489667131699207,low_energy_complex
258
+ ProtocolV3_DirectV2,416,0.00039185999776236713,0.9516667693478922,0.7259393793073177,3.211440574187473,0.5726633320215958,0.0003920552262570709,0.9516564592862252,0.7259393793073177,3.211440574187473,0.5726512826797061,0.0004979617197495493,0.0,single_swell
259
+ ProtocolV3_DirectV2,417,0.008122704923152924,0.9126167319555328,0.5592888696098222,39.39856758687576,0.3725119459525459,0.008125105872750282,0.9125922469247383,0.5592888696098222,39.39856758687576,0.372542871182747,0.0002954976384259719,0.0,broad_windsea
260
+ ProtocolV3_DirectV2,418,0.009306778199970722,0.6926342344251178,0.0,112.57955047343236,0.8373160562812523,0.009280023165047169,0.6935319871563083,0.0,112.93295501768884,0.8371624087048389,-0.002883078463028543,0.3534045442564775,crossing_sea
261
+ ProtocolV3_DirectV2,419,0.0067089325748384,0.7978670584437653,0.3355820636193531,45.2394581834079,0.5237215886046842,0.006848076358437538,0.7961070595444827,0.3239583636338172,43.25638819821187,0.5225163621165989,0.020318667070307814,-1.9830699851960247,opposing_systems
262
+ ProtocolV3_DirectV2,420,0.0009639092022553086,0.9232970055231255,0.6261864271853174,8.529612051722427,0.636929241979627,0.0009622516226954758,0.9233094670129038,0.6261864271853174,8.529612051722427,0.6368797055848452,-0.001722605107372613,0.0,curved_ridge
263
+ ProtocolV3_DirectV2,421,0.008801008574664593,0.7065716631761638,0.1374661888766947,11.210123244637552,0.6701107288198032,0.008332427591085434,0.705261412718184,0.14329877112135175,15.72975274379428,0.6722131095966563,-0.05623583024957538,4.5196294991567285,multi_band
264
+ ProtocolV3_DirectV2,422,0.007262996397912502,0.7783847945924133,0.16590937832651725,20.49153079363927,0.6780337051544773,0.007331282831728458,0.7786413304528566,0.16384215324060658,21.752709045580968,0.6766658165105496,0.009314390862186472,1.261178251941697,boundary_crossing
265
+ ProtocolV3_DirectV2,423,0.00324103981256485,0.7866065527359953,0.374906956049081,21.720401088887375,0.6220204133662801,0.0030184879433363676,0.785444303083248,0.38273505876469116,21.424811932436373,0.6110387338106145,-0.07372958693434212,-0.29558915645100114,low_energy_complex
266
+ ProtocolV3_DirectV2,424,0.007693386636674404,0.7107550058121817,0.22317157479109345,18.6238858705325,0.915230158441231,0.007691399659961462,0.7107614737450129,0.22317157479109345,18.6238858705325,0.9152324464639959,-0.00025833746792350135,0.0,single_swell
267
+ ProtocolV3_DirectV2,425,0.0021271915175020695,0.9006473585654874,0.5990196807667798,7.478589898746022,0.21455078302841601,0.0021272783633321524,0.9006458728657505,0.5990196807667798,7.478589898746022,0.21455381370958096,4.082485469689953e-05,0.0,broad_windsea
268
+ ProtocolV3_DirectV2,426,0.0029957399237900972,0.7807409007142412,0.323714079005096,15.524315044765167,0.5270501638932462,0.0029342924244701862,0.7810842032231422,0.323714079005096,15.435287346587996,0.5280042436091336,-0.020941164148288977,-0.08902769817717093,crossing_sea
269
+ ProtocolV3_DirectV2,427,0.0012615238083526492,0.7884694274572734,0.5603079555175363,15.393245628596313,0.6011927487885314,0.0012621694477275014,0.7885451938899155,0.5603079555175363,15.09431565717744,0.6012208088727456,0.0005115314556335007,-0.29892997141887356,opposing_systems
270
+ ProtocolV3_DirectV2,428,0.007180509623140097,0.8427067494231703,0.3035960974857875,15.714436680275046,0.5090705451084043,0.007145357318222523,0.8362130649769575,0.3099885101688827,13.811071290849553,0.49959118177029754,-0.004919600707430878,-1.9033653894254936,curved_ridge
271
+ ProtocolV3_DirectV2,429,0.01145083922892809,0.6122459650898407,0.04862926652142338,24.134822698629627,0.7504729874463876,0.02865481935441494,0.618134380978605,0.050212697940410216,14.941296765970822,0.8298091864007431,0.6003869685130707,-9.193525932658805,multi_band
272
+ ProtocolV3_DirectV2,430,0.004322611261159182,0.8347343741196805,0.42259510944288625,22.410044618405053,0.30403046719982574,0.004325370769947767,0.8347458589983126,0.42259510944288625,22.410044618405053,0.30401433113951193,0.0006379820217398349,0.0,boundary_crossing
273
+ ProtocolV3_DirectV2,431,0.010851624421775341,0.6229654415583623,0.19021014950991463,42.30179990260887,0.48349898564461136,0.006205890327692032,0.702776477276795,0.18340131519479347,42.60487717731397,0.5452162027958123,-0.7486007403890194,0.30307727470510315,low_energy_complex
274
+ ProtocolV3_DirectV2,432,0.0017784765223041177,0.747815721335147,0.4015995339271201,13.194160289227957,0.883793415051408,0.0017775888554751873,0.7478358709905227,0.4015995339271201,13.194160289227957,0.883793223524997,-0.0004993656582602087,0.0,single_swell
275
+ ProtocolV3_DirectV2,433,0.005667066667228937,0.8817003669116732,0.5436348666750707,28.59443013500506,0.3489420847667491,0.005667239893227816,0.8816985502475645,0.5436348666750707,28.59443013500506,0.34894520306958277,3.0566201915235486e-05,0.0,broad_windsea
276
+ ProtocolV3_DirectV2,434,0.013048659078776836,0.7546282763409535,0.08744983019450447,29.162772878656575,0.7401418370971958,0.012492340058088303,0.7583618888431903,0.09134856433585248,28.008993571160417,0.7408479831357443,-0.04453281115481154,-1.1537793074961584,crossing_sea
277
+ ProtocolV3_DirectV2,435,0.009563906118273735,0.7696410756919903,0.07367041198501872,151.63406730465775,0.6215683515104808,0.009563854895532131,0.7696428360131481,0.07367041198501872,151.63406730465775,0.6215678693614176,-5.355867708509529e-06,0.0,opposing_systems
278
+ ProtocolV3_DirectV2,436,0.009625906124711037,0.8313865179616489,0.18768733302196908,5.128385781307017,0.757228447098818,0.009687037207186222,0.831528873412093,0.18735321768246943,5.335788664435778,0.7569389573661024,0.00631060675908584,0.20740288312876132,curved_ridge
279
+ ProtocolV3_DirectV2,437,0.009357796981930733,0.7234829031302699,0.11815120906029997,10.775262256057264,0.6385476575183918,0.00889897346496582,0.7197830059140726,0.1204079640835448,12.851046549635258,0.639586552365247,-0.051559151038178166,2.0757842935779944,multi_band
280
+ ProtocolV3_DirectV2,438,0.0010571836028248072,0.8615889823888838,0.5596614036353784,6.760006933563329,0.5067146929761148,0.0010128850117325783,0.8612955803408151,0.5761491956961755,6.313230552277083,0.5136808313543894,-0.04373506427590874,-0.44677638128624597,boundary_crossing
281
+ ProtocolV3_DirectV2,439,0.00371121265925467,0.7043057914695262,0.38423852344312154,33.40670538517409,0.4918316420245871,0.005200549494475126,0.7445462604224715,0.3709767821857425,35.279279351030226,0.5401263721371811,0.2863806674280618,1.8725739658561338,low_energy_complex
282
+ ProtocolV3_DirectV2,440,0.002870680298656225,0.6849551985077478,0.3267246852846187,4.132209256622412,0.9014037153794611,0.0028706344310194254,0.6849596379292098,0.3267246852846187,4.132209256622412,0.9014033763341166,-1.5978222898804884e-05,0.0,single_swell
283
+ ProtocolV3_DirectV2,441,0.006259933579713106,0.8962747421327645,0.509334074583929,21.44933950616678,0.33586904732951084,0.0062601505778729916,0.8962742054376528,0.509334074583929,21.44933950616678,0.33587170397152366,3.46634090004806e-05,0.0,broad_windsea
284
+ ProtocolV3_DirectV2,442,0.005500537343323231,0.633313256372933,0.21238664369293345,7.394778526039747,0.7360006460564267,0.005285784602165222,0.6325115008253525,0.218031876428823,7.589573269822132,0.7388858777192024,-0.040628356492248885,0.19479474378238493,crossing_sea
285
+ ProtocolV3_DirectV2,443,0.0032917624339461327,0.7234476868736751,0.35847450407691367,40.061730582635015,0.5923512278676553,0.0031498740427196026,0.7369784817212459,0.3588213908559808,35.57925651058065,0.5846416286962994,-0.045045734941205326,-4.482474072054366,opposing_systems
286
+ ProtocolV3_DirectV2,444,0.004551555495709181,0.8634936931349543,0.30858028142763955,25.03676441806792,0.5316351615024815,0.004555334337055683,0.8634267534801399,0.3078849721706865,25.11767202291869,0.5315790865776234,0.0008295420416813442,0.08090760485076842,curved_ridge
287
+ ProtocolV3_DirectV2,445,0.01180480420589447,0.6794975444732722,0.06274724032701653,17.35582664872354,0.7606236901819918,0.012092607095837593,0.6282348331983112,0.06578464954337315,24.445624899503645,0.7552303711553187,0.023799904161459752,7.089798250780106,multi_band
288
+ ProtocolV3_DirectV2,446,0.0028532056603580713,0.8461511964907668,0.5123861324043182,14.788247569184444,0.32885207232912844,0.0027326387353241444,0.8450061729933629,0.523650074680174,13.132661705494838,0.3236267910501596,-0.04412106272058146,-1.6555858636896055,boundary_crossing
289
+ ProtocolV3_DirectV2,447,0.00667473254725337,0.6654108071521392,0.1853827444247526,29.490256895470814,0.6585621376146654,0.006095820106565952,0.685039837337321,0.1867677626606198,29.744664650425463,0.64873765406837,-0.09496875409165334,0.2544077549546486,low_energy_complex
290
+ ProtocolV3_DirectV2,448,0.002934776246547699,0.8645545146319635,0.2743300465233409,5.351440354242352,0.750739685615808,0.002934777643531561,0.8645541856145584,0.2743300465233409,5.351440354242352,0.7507395588338086,4.76010121244538e-07,0.0,single_swell
291
+ ProtocolV3_DirectV2,449,0.0009074446279555559,0.8634802318189819,0.7218482064205045,9.119761129045987,0.2004616814950732,0.000907456676941365,0.8634798098837368,0.7218482064205045,9.119761129045987,0.20046155932747114,1.3277753214290686e-05,0.0,broad_windsea
292
+ ProtocolV3_DirectV2,450,0.005777232814580202,0.6703052397574616,0.3151989466345902,9.937962304134308,0.7248166923513979,0.005435319617390633,0.672543555712616,0.3330683169922861,9.832547501579063,0.7299564877272772,-0.06290581258470938,-0.10541480255524505,crossing_sea
293
+ ProtocolV3_DirectV2,451,0.0045696888118982315,0.7727801795493777,0.25510876925544707,8.544954756150656,0.4150365109657082,0.0045698257163167,0.7727806808199007,0.25510876925544707,8.544954756150656,0.41502959711790605,2.9958345671620254e-05,0.0,opposing_systems
294
+ ProtocolV3_DirectV2,452,0.0037286640144884586,0.8282357936112011,0.3657882173660116,31.646309483800795,0.5998491946161845,0.0037286640144884586,0.8282557933271272,0.3657882173660116,31.646309483800795,0.5998480396848241,0.0,0.0,curved_ridge
295
+ ProtocolV3_DirectV2,453,0.007277592085301876,0.7408860925031908,0.15567521814153754,17.96236433846286,0.5283576688160663,0.007639497518539429,0.7387555598853118,0.15522343864550214,18.26835981640073,0.5218115178804097,0.04737293681414065,0.30599547793786996,multi_band
296
+ ProtocolV3_DirectV2,454,0.0024573144037276506,0.8607603387187145,0.4177354187031606,16.602438634296675,0.29816562846095873,0.002462840871885419,0.8610625368551917,0.4205238655673247,16.505001000037943,0.29786458564586704,0.002243940410789708,-0.09743763425873198,boundary_crossing
297
+ ProtocolV3_DirectV2,455,0.013273146003484726,0.632247570124801,0.1240765225439165,31.182234584261032,0.6680299926386246,0.013327348046004772,0.6321692823526827,0.12366038726061326,28.23808189035683,0.6682882923599522,0.004066978841773007,-2.9441526939042006,low_energy_complex
298
+ ProtocolV3_DirectV2,456,0.0037161982618272305,0.8401557550783771,0.2134618781797626,5.130336323526391,0.7438765642190602,0.003716173814609647,0.8401561242315563,0.2134618781797626,5.130336323526391,0.7438759563209509,-6.57859906540036e-06,0.0,single_swell
299
+ ProtocolV3_DirectV2,457,0.0012830932391807437,0.8674665999110769,0.6700734957409507,12.610211374707982,0.17347637439417188,0.0012827350292354822,0.8674763067675711,0.6700734957409507,12.610211374707982,0.1734706922185759,-0.00027925482433809707,0.0,broad_windsea
300
+ ProtocolV3_DirectV2,458,0.003694874234497547,0.7165277065024852,0.21841082077252705,10.235781223990976,0.7136531347979295,0.004235486499965191,0.6913735507772334,0.20498774255710994,11.256256302189822,0.7215067656543012,0.12763876486729134,1.0204750781988459,crossing_sea
301
+ ProtocolV3_DirectV2,459,0.003673784201964736,0.8428983744147804,0.32242405976583194,7.83440066081385,0.4884552295070273,0.003673849394544959,0.8428993172456937,0.32242405976583194,7.83440066081385,0.4884529211631807,1.774503340280725e-05,0.0,opposing_systems
302
+ ProtocolV3_DirectV2,460,0.007161973975598812,0.8085194135973314,0.12431818181818183,76.78944021059766,0.7395473089985236,0.007160808891057968,0.808540809345894,0.12431818181818183,76.92847280218017,0.7395446578261178,-0.0001627029234502904,0.13903259158250592,curved_ridge
303
+ ProtocolV3_DirectV2,461,0.009384168311953545,0.6701685568763126,0.08459160195570894,32.078888233765824,0.7171293912971056,0.009345829486846924,0.6690649774160611,0.08365270712842311,36.14394270010789,0.7091125896705992,-0.004102238882121469,4.065054466342069,multi_band
304
+ ProtocolV3_DirectV2,462,0.014197006821632385,0.7731849815215552,0.06890109052085716,54.256163996672,0.7683914693653968,0.014249949716031551,0.7688790213365793,0.06779381965552178,55.055879271323306,0.7685062227411553,0.003715303945220524,0.7997152746513052,boundary_crossing
305
+ ProtocolV3_DirectV2,463,0.007560389582067728,0.6764940829968865,0.20477434394810554,31.17731877502808,0.5972972646079956,0.007466168608516455,0.6707365359479641,0.16519681755477847,46.86284105697548,0.5946227563722789,-0.012619722175011967,15.685522281947403,low_energy_complex
306
+ ProtocolV3_DirectV2,464,0.0023699926678091288,0.7278083223837145,0.36334138918725384,12.979479467790233,0.8767276459199058,0.0023699717130512,0.727812064689063,0.36334138918725384,12.979479467790233,0.8767271092432988,-8.841775542489594e-06,0.0,single_swell
307
+ ProtocolV3_DirectV2,465,0.0044944314286112785,0.8948691175522314,0.5440000989523712,16.087041352804047,0.39015021634586583,0.0044944630935788155,0.8948685961327373,0.5440000989523712,16.087041352804047,0.3901512851337916,7.045328191072616e-06,0.0,broad_windsea
308
+ ProtocolV3_DirectV2,466,0.012128204107284546,0.6136031405122457,0.0753951622689733,26.252605284693093,0.7258791702963995,0.012374795973300934,0.5583976147783569,0.07337729427494835,19.662559761969973,0.7427640578255142,0.019926943971312235,-6.59004552272312,crossing_sea
309
+ ProtocolV3_DirectV2,467,0.004101932980120182,0.709275059077093,0.2900017854413788,17.22413837715319,0.6088475036074309,0.004102188628166914,0.7092566041112421,0.2900017854413788,17.22413837715319,0.6088471483463183,6.231991502696613e-05,0.0,opposing_systems
310
+ ProtocolV3_DirectV2,468,0.0009659344214014709,0.8787002896852874,0.6674731651553902,12.555912490240546,0.8733073022393498,0.0009658960625529289,0.8786987473269965,0.6674731651553902,12.555912490240546,0.8732963282518726,-3.9713225914380455e-05,0.0,curved_ridge
311
+ ProtocolV3_DirectV2,469,0.023711171001195908,0.5232803843588308,0.03747120967792341,14.794086764953532,0.750618271344407,0.02336435765028,0.4875964501370322,0.04780502734738594,20.968710617944307,0.7375387940563068,-0.01484369294919403,6.174623852990775,multi_band
312
+ ProtocolV3_DirectV2,470,0.016251470893621445,0.6445949956251182,0.0,117.77758117981968,0.888022221871502,0.016317272558808327,0.6432329247549036,0.0,117.41170126176976,0.8879870940502261,0.004032638723765218,-0.36587991804991304,boundary_crossing
313
+ ProtocolV3_DirectV2,471,0.00874556414783001,0.6603298645861256,0.2038201406889356,32.49542579763122,0.6487770429366082,0.008710924535989761,0.6592683439041437,0.20508515338297645,32.44676929363253,0.6488569450345676,-0.0039765712235403095,-0.04865650399869281,low_energy_complex
314
+ ProtocolV3_DirectV2,472,0.0005814487813040614,0.9510510337965099,0.6660829307568439,5.321219476020683,0.6350456866633533,0.0005814370815642178,0.9510514679483942,0.6660829307568439,5.321219476020683,0.635045215276887,-2.0122108160235652e-05,0.0,single_swell
315
+ ProtocolV3_DirectV2,473,0.009772909805178642,0.8839312264281384,0.5412680395021794,19.282207981111434,0.4325147419480921,0.009773636236786842,0.8839271703524362,0.5412680395021794,19.282207981111434,0.4325002902098215,7.432562360627544e-05,0.0,broad_windsea
316
+ ProtocolV3_DirectV2,474,0.003319541923701763,0.6932806236984466,0.35299495586380836,21.954216639228598,0.6897521938375796,0.003771409625187516,0.6779666279044888,0.3361712958783465,18.97035201253194,0.6937961416403172,0.11981400759756665,-2.9838646266966578,crossing_sea
317
+ ProtocolV3_DirectV2,475,0.004573431797325611,0.7134052876816978,0.2928490470349578,12.347623390387076,0.5324073448909894,0.004229942802339792,0.7242609854391234,0.30446570843224613,11.872450658660021,0.537214709378605,-0.08120417013578007,-0.47517273172705465,opposing_systems
318
+ ProtocolV3_DirectV2,476,0.0030925713945180178,0.8322189668711779,0.28727564102564107,10.958440928346489,0.7058197654886963,0.0030659909825772047,0.8209361747716548,0.2826376133584178,8.433420230173855,0.705744583839974,-0.00866943578499052,-2.525020698172634,curved_ridge
319
+ ProtocolV3_DirectV2,477,0.006414568983018398,0.7673556014455934,0.15878787878787878,18.049693251578095,0.596882508277611,0.0075756218284368515,0.7410650283021816,0.16194154206449288,18.17228866186078,0.5934312238842401,0.15326172183782621,0.12259541028268472,multi_band
320
+ ProtocolV3_DirectV2,478,0.017819277942180634,0.6212428467199722,0.09459017157776949,27.127534226338458,0.8430649950478474,0.017771081998944283,0.6240475503679467,0.0941288507075121,29.16500840041754,0.8430658017519845,-0.0027120432644007924,2.037474174079083,boundary_crossing
321
+ ProtocolV3_DirectV2,479,0.002053317381069064,0.7644907106102994,0.5509267058420224,17.245474467686822,0.5876372758266448,0.0016602426767349243,0.7518364774131289,0.5692795804824107,16.444894805675634,0.5910750435614912,-0.23675737881113296,-0.800579662011188,low_energy_complex
322
+ ProtocolV3_DirectV2,480,0.0030872581992298365,0.7114688438917572,0.2968796851574213,16.940296964368777,0.8868258088518992,0.0030872856732457876,0.7114715782850372,0.2968796851574213,16.940296964368777,0.886825329294684,8.899084457666037e-06,0.0,single_swell
323
+ ProtocolV3_DirectV2,481,0.006476596929132938,0.8664837777008855,0.5331982381768496,31.816523448561536,0.36486548487674586,0.006476713344454765,0.8664817270400871,0.5331982381768496,31.816523448561536,0.3648683750080174,1.797444407920374e-05,0.0,broad_windsea
324
+ ProtocolV3_DirectV2,482,0.003855385584756732,0.6789530826633051,0.2809401907310212,6.924370196702531,0.7390290779344775,0.0037594817113131285,0.6786843343797363,0.2858180014430014,6.6974970758053605,0.7408612510830414,-0.02550986566978292,-0.22687312089717082,crossing_sea
325
+ ProtocolV3_DirectV2,483,0.0041217016987502575,0.748839269631003,0.3696615640945538,24.48189655925702,0.7147236824682401,0.004123451188206673,0.749003365782316,0.36915517274745446,24.48189655925702,0.7147809267393226,0.00042427795954486504,0.0,opposing_systems
326
+ ProtocolV3_DirectV2,484,0.005289916880428791,0.7942769247368657,0.38570819805194806,47.73714503168431,0.462964175471946,0.005289392080157995,0.7943371681478851,0.38570819805194806,47.73714503168431,0.4629679873165946,-9.921750228433553e-05,0.0,curved_ridge
327
+ ProtocolV3_DirectV2,485,0.014472832903265953,0.70143248609482,0.09839027785275269,21.57582044368535,0.7045630239358959,0.015502836555242538,0.6284165051734617,0.11578883292114478,23.81349085659862,0.6971818483422567,0.06643968981458898,2.237670412913271,multi_band
328
+ ProtocolV3_DirectV2,486,0.007431950885802507,0.8064646190919137,0.23182747039361284,46.933179783365105,0.510417451937635,0.007590650115162134,0.806078329613,0.22840439715700483,49.161023746026345,0.5094221344962728,0.020907198586670332,2.2278439626612396,boundary_crossing
329
+ ProtocolV3_DirectV2,487,0.010185519233345985,0.5854399046848675,0.18410617362439038,21.933369415151223,0.6216531725199184,0.016053467988967896,0.5631298097905824,0.1599375634742798,8.083182329159147,0.784754275068151,0.36552530329611166,-13.850187085992076,low_energy_complex
330
+ ProtocolV3_DirectV2,488,0.0015464809257537127,0.9200837414048155,0.6036440078706266,24.80380214924096,0.4967168490997969,0.0015464044408872724,0.9200866933697277,0.6036440078706266,24.80380214924096,0.4967186831607545,-4.9459807808371175e-05,0.0,single_swell
331
+ ProtocolV3_DirectV2,489,0.003957395441830158,0.8853034944840035,0.5340019347047644,13.807426798740027,0.2914856523950527,0.003958339802920818,0.8852780436145669,0.5340019347047644,13.807426798740027,0.2915010700130942,0.00023857504349759483,0.0,broad_windsea
332
+ ProtocolV3_DirectV2,490,0.009587635286152363,0.6967190048539647,0.0,101.99171245325758,0.846047485406374,0.009535213001072407,0.6982395198085103,0.0,103.00091949621194,0.8465282755129803,-0.00549775711083331,1.0092070429543583,crossing_sea
333
+ ProtocolV3_DirectV2,491,0.00572644267231226,0.713865584395282,0.23377757168466679,17.883949914963765,0.5884647200199545,0.005726133938878775,0.7138707789217988,0.23377757168466679,17.883949914963765,0.5884642346944178,-5.391655814908929e-05,0.0,opposing_systems
334
+ ProtocolV3_DirectV2,492,0.0031979240011423826,0.8134963787517889,0.3324732055989706,20.678039862543233,0.8809440187233475,0.0031979246996343136,0.8134966120694324,0.3324732055989706,20.678039862543233,0.8809441154385328,2.1842038089310928e-07,0.0,curved_ridge
335
+ ProtocolV3_DirectV2,493,0.011471711099147797,0.6073800517001208,0.1892681912945224,31.018804376495126,0.6565621103101471,0.011238612234592438,0.6088813590686025,0.1938670619087046,30.582289175930068,0.6567488812894086,-0.020740893954671807,-0.4365152005650579,multi_band
336
+ ProtocolV3_DirectV2,494,0.011403216980397701,0.7932134601921461,0.12056642348779743,36.633849033678835,0.7278929816750429,0.011511792428791523,0.7913815156557236,0.11950961585755743,38.55806509289345,0.7279858317254,0.009431671832639156,1.924216059214615,boundary_crossing
337
+ ProtocolV3_DirectV2,495,0.005747086834162474,0.671299911842042,0.2506647410120818,24.58613153619932,0.6717196016268262,0.014584486372768879,0.6015948335972432,0.2002435064935065,27.79887411938462,0.7709752009564084,0.6059452018212292,3.2127425831852996,low_energy_complex
338
+ ProtocolV3_DirectV2,496,0.00040993854054249823,0.9646776448508501,0.6270182140968658,6.084535633173467,0.5305946362641777,0.00041012020665220916,0.9646690515725593,0.6270182140968658,6.084535633173467,0.5305881822578418,0.0004429582028982751,0.0,single_swell
339
+ ProtocolV3_DirectV2,497,0.007187388837337494,0.8552516586359257,0.48609294375004136,21.069561124870614,0.3762023971527529,0.007187370210886002,0.8552533705162637,0.48609294375004136,21.069561124870614,0.3761920311643669,-2.5915530918524163e-06,0.0,broad_windsea
340
+ ProtocolV3_DirectV2,498,0.0042429291643202305,0.818646488420689,0.2684036393713813,22.493801477282208,0.6197510017789057,0.0049057588912546635,0.8076734736411244,0.26502931160087717,23.19629889251287,0.6106430143081705,0.13511257720309858,0.7024974152306633,crossing_sea
341
+ ProtocolV3_DirectV2,499,0.004542585927993059,0.6851137911870591,0.3581465919701214,36.07563131633434,0.7067104372457311,0.004542361479252577,0.6851190966275209,0.3581465919701214,36.07563131633434,0.7067103780478913,-4.941234675124584e-05,0.0,opposing_systems
342
+ ProtocolV3_DirectV2,500,0.004105820320546627,0.7691475084414244,0.2732260209669848,13.404097194886383,0.5669392750669109,0.0041060480289161205,0.7691473386264891,0.2732260209669848,13.404097194886383,0.566939667433199,5.545682074098705e-05,0.0,curved_ridge
343
+ ProtocolV3_DirectV2,501,0.008852903731167316,0.7247572419092855,0.08682533733133434,32.945271357212036,0.6033941387010557,0.00918425153940916,0.7224311962500366,0.08543015726179463,33.056443066601794,0.6029407680098078,0.03607782374209237,0.11117170938975818,multi_band
344
+ ProtocolV3_DirectV2,502,0.00460980786010623,0.8531297854624871,0.421048521906891,22.198484616560187,0.43126210765610656,0.0046217297203838825,0.8529848235288287,0.4204249204249204,22.198484616560187,0.43118384824444045,0.0025795234682530303,0.0,boundary_crossing
345
+ ProtocolV3_DirectV2,503,0.007104211021214724,0.6783700058063257,0.31440479266686405,44.82991464585048,0.2956994608760208,0.007822333835065365,0.684510077813782,0.30781611329719705,44.78592105223554,0.30195409835733283,0.09180416343668366,-0.04399359361494248,low_energy_complex
346
+ ProtocolV3_DirectV2,504,0.001537932432256639,0.9499275125260276,0.4892139479905437,19.141932357143215,0.5378843626905108,0.0015465902397409081,0.9522100103026461,0.4965031520882585,19.141932357143215,0.5169436255007904,0.005597996975410589,0.0,single_swell
347
+ ProtocolV3_DirectV2,505,0.006956291384994984,0.9075351649921467,0.49523447675367016,20.924295838877022,0.37844167350866803,0.006956674158573151,0.9075407542877522,0.4946032091683588,20.924295838877022,0.3784434502110758,5.5022496302381146e-05,0.0,broad_windsea
348
+ ProtocolV3_DirectV2,506,0.011897267773747444,0.7631544673606414,0.06227106227106227,65.06659288376129,0.6754511442795389,0.011890878900885582,0.763086402282965,0.06227106227106227,65.06659288376129,0.6753426766600135,-0.0005372918953355387,0.0,crossing_sea
349
+ ProtocolV3_DirectV2,507,0.002380962250754237,0.7404860593598812,0.4288454481889836,23.465701979042727,0.6480779624531903,0.002381138503551483,0.740262825912758,0.4288454481889836,23.465701979042727,0.6480521253764151,7.402038855912713e-05,0.0,opposing_systems
350
+ ProtocolV3_DirectV2,508,0.0013592684408649802,0.9248500402634089,0.4897819780123899,8.855215295134906,0.6142683745203392,0.0013616166543215513,0.9248267526835401,0.4897819780123899,8.855215295134906,0.6141404123745117,0.0017245775080073028,0.0,curved_ridge
351
+ ProtocolV3_DirectV2,509,0.015054896473884583,0.6309241620454705,0.03393351800554017,36.40577088596013,0.7592408323330956,0.015699394047260284,0.6259648013179586,0.03380281690140845,38.188279862550466,0.7580763951155554,0.04105238529815575,1.7825089765903357,multi_band
352
+ ProtocolV3_DirectV2,510,0.016390610486268997,0.7133395931216131,0.08753876617987508,79.57373501182092,0.7134066433346538,0.01682629995048046,0.7152952597674475,0.08268931823228959,80.04501519902189,0.7133281366753405,0.025893361314946912,0.47128018720097486,boundary_crossing
353
+ ProtocolV3_DirectV2,511,0.010237343609333038,0.6924650708810539,0.2069958516511186,26.679725127277568,0.5496420384338458,0.012982039712369442,0.6771961317292855,0.19237355272186077,26.568645438283575,0.5530781308818026,0.21142256254394481,-0.11107968899399268,low_energy_complex
354
+ ProtocolV3_DirectV2,512,0.0016734092496335506,0.7629994378906674,0.5017431822939715,16.45978499763122,0.9141351666920118,0.0016730433562770486,0.7630191878500826,0.5017431822939715,16.45978499763122,0.9141336057165952,-0.0002186992674931407,0.0,single_swell
355
+ ProtocolV3_DirectV2,513,0.006026931572705507,0.8718633181432707,0.6070209246474354,25.944207235726736,0.3340573533179925,0.006027184426784515,0.8718558692614943,0.6070209246474354,25.944207235726736,0.33405742457028115,4.195227175800879e-05,0.0,broad_windsea
356
+ ProtocolV3_DirectV2,514,0.009186784736812115,0.6776962425474273,0.0,83.97482091161604,0.8300233482359531,0.00917812716215849,0.6784477293074718,0.0,83.5411380449735,0.8295765878959893,-0.0009432833627889528,-0.43368286664254185,crossing_sea
357
+ ProtocolV3_DirectV2,515,0.0024614573922008276,0.7625116372167106,0.3877171825135002,42.11755535130157,0.6652623612076743,0.0024614129215478897,0.7625045858310495,0.3877171825135002,42.11755535130157,0.6652595659953076,-1.8067124190573917e-05,0.0,opposing_systems
358
+ ProtocolV3_DirectV2,516,0.009778211824595928,0.7167010192729393,0.17230238016274818,9.267511602537171,0.783224497671625,0.010516784153878689,0.6307402513383497,0.15917172424525367,9.239274718002514,0.7592410557292197,0.07022796308036504,-0.02823688453465678,curved_ridge
359
+ ProtocolV3_DirectV2,517,0.008092422969639301,0.7118715470956524,0.10633530868994998,21.934287635042466,0.4912734611000503,0.007630947511643171,0.6997616962307815,0.10228154801508095,22.4816666063802,0.4913847523507106,-0.06047420157090826,0.5473789713377357,multi_band
360
+ ProtocolV3_DirectV2,518,0.013183665461838245,0.7927334661122635,0.17178043630550865,101.20051215777319,0.5013079131018131,0.013183603063225746,0.7927307074706098,0.17178043630550865,101.20051215777319,0.5013067669906535,-4.733046967508551e-06,0.0,boundary_crossing
361
+ ProtocolV3_DirectV2,519,0.007365414407104254,0.7321116430020677,0.2867376652775634,49.68303445986194,0.3914694054088535,0.007336890324950218,0.7256165710047262,0.28623498813014947,41.25049962829115,0.38704842165160425,-0.0038877618296998474,-8.432534831570791,low_energy_complex
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_final_summary.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ label,mean_MSE,median_MSE,p90_MSE,mean_SSIM,mean_contour_IoU,mean_ridge_error_deg,mean_C11_weighted_rel
2
+ ProtocolV2_best_alpha_0.0,0.007303348524267979,0.0057041882537305355,0.014393645990639926,0.7549959311468138,0.2972933861816378,28.67363514581941,0.6106082599337542
3
+ ProtocolV3_DirectV2,0.006655854346293685,0.005712918937206268,0.01323403250426054,0.7611258731886028,0.2996339479605691,28.577944558015492,0.6068016422790335
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_frozen_backend_diagnostic.csv ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label,sample_index,MSE,SSIM,contour_IoU,ridge_error_deg,gate
2
+ ProtocolV2_frozen_backend,160,0.0037646463606506586,0.6736032169633005,0.2681615592095318,19.881905274163604,0.0946119949221611
3
+ ProtocolV2_frozen_backend,161,0.0016524147940799594,0.9138265050705371,0.6323535377683119,3.3559052885771314,0.4052465558052063
4
+ ProtocolV2_frozen_backend,162,0.003904419019818306,0.7335405934496448,0.2294322901574423,19.19295751525385,0.1648688018321991
5
+ ProtocolV2_frozen_backend,163,0.014222955331206322,0.7224596243634201,0.0915825569358178,115.9536628896527,0.266648530960083
6
+ ProtocolV2_frozen_backend,164,0.005680872593075037,0.8375971545076379,0.4099161219249431,27.498700688113708,0.266739159822464
7
+ ProtocolV2_frozen_backend,165,0.014906822703778744,0.5384016469357281,0.032514419995727406,16.834732361880366,0.10402412712574005
8
+ ProtocolV2_frozen_backend,166,0.004114159382879734,0.8046334060103442,0.42246524677598196,8.638265179920216,0.339391827583313
9
+ ProtocolV2_frozen_backend,167,0.052784670144319534,0.38204881379515465,0.05863514366273178,31.63119071371887,0.18599916994571686
10
+ ProtocolV2_frozen_backend,168,0.0031155089382082224,0.8813392352677623,0.10755336617405582,18.192405689010997,0.18972603976726532
11
+ ProtocolV2_frozen_backend,169,0.0016550584696233273,0.8831792725835214,0.604574386342535,13.689309441669792,0.3511183559894562
12
+ ProtocolV2_frozen_backend,170,0.002948988229036331,0.7751447405557356,0.3554758603097556,16.823296711774283,0.19059671461582184
13
+ ProtocolV2_frozen_backend,171,0.008991748094558716,0.7059029968913954,0.14588814679889361,51.42139313964723,0.13132420182228088
14
+ ProtocolV2_frozen_backend,172,0.004954138770699501,0.8149206179931815,0.21730837789661317,4.932698905802029,0.1663578301668167
15
+ ProtocolV2_frozen_backend,173,0.0073867784813046455,0.7518855673259481,0.053629469122426866,17.58526323820125,0.3183629512786865
16
+ ProtocolV2_frozen_backend,174,0.0026619378477334976,0.8383541965880552,0.5257861522737934,22.640762813720567,0.4129828214645386
17
+ ProtocolV2_frozen_backend,175,0.01068846695125103,0.6203442536978196,0.11594706771898802,35.253113435864186,0.11842448264360428
18
+ ProtocolV2_frozen_backend,176,0.0024353160988539457,0.6489933906542928,0.44642734898682984,14.22481292325942,0.07793870568275452
19
+ ProtocolV2_frozen_backend,177,0.003585078986361623,0.8899323826976512,0.5547034114115694,2.922210520158328,0.308492511510849
20
+ ProtocolV2_frozen_backend,178,0.005792766809463501,0.776099760460489,0.18743360220342317,16.004751717596832,0.1662033498287201
21
+ ProtocolV2_frozen_backend,179,0.005934685003012419,0.7591647862785679,0.22537853142118547,46.6490680692775,0.26306721568107605
22
+ ProtocolV2_frozen_backend,180,0.004766198340803385,0.8089774802352926,0.296154241513119,67.4092295706583,0.3886513411998749
23
+ ProtocolV2_frozen_backend,181,0.010558714158833027,0.7091115177345092,0.18543744732955328,35.28814282936509,0.4292828142642975
24
+ ProtocolV2_frozen_backend,182,0.013123897835612297,0.5945799462411461,0.0,97.19232957357731,0.25403669476509094
25
+ ProtocolV2_frozen_backend,183,0.009177610278129578,0.621842591761357,0.19293285112645406,34.3327918922501,0.13871072232723236
26
+ ProtocolV2_frozen_backend,184,0.0010433971183374524,0.9331540477084215,0.5317318642178717,0.44915866352997225,0.2236289530992508
27
+ ProtocolV2_frozen_backend,185,0.005187914241105318,0.8964939940574869,0.5506261107941317,15.503467255201095,0.16651515662670135
28
+ ProtocolV2_frozen_backend,186,0.003589204279705882,0.8117073397516945,0.3427486524169769,17.433780421086166,0.32806316018104553
29
+ ProtocolV2_frozen_backend,187,0.00485274288803339,0.8324161001825887,0.22440240220882887,7.3374929646864135,0.40962839126586914
30
+ ProtocolV2_frozen_backend,188,0.004908245522528887,0.7656094213453426,0.2766532789323813,6.6007069988165465,0.075421042740345
31
+ ProtocolV2_frozen_backend,189,0.007392069324851036,0.7498727656601627,0.08833096291613991,24.30906553513687,0.09390812367200851
32
+ ProtocolV2_frozen_backend,190,0.0020363822113722563,0.875558459821535,0.4970700883444098,16.802477350077325,0.28705188632011414
33
+ ProtocolV2_frozen_backend,191,0.016243841499090195,0.4837642065402915,0.21633940279494962,26.90422532872189,0.12211231142282486
34
+ ProtocolV2_frozen_backend,192,0.0008920734981074929,0.9255928397171767,0.502900220877749,4.590626827963399,0.29598307609558105
35
+ ProtocolV2_frozen_backend,193,0.0009047192288562655,0.914979678489879,0.7001213085253383,6.115231817006647,0.35130518674850464
36
+ ProtocolV2_frozen_backend,194,0.004346225410699844,0.7077570593694934,0.2792660551043403,12.154924055481228,0.13547325134277344
37
+ ProtocolV2_frozen_backend,195,0.010802581906318665,0.7066762382215686,0.062366300366300365,154.54064583447746,0.1786133199930191
38
+ ProtocolV2_frozen_backend,196,0.003200987819582224,0.7865038229688088,0.4210314620422742,25.239021258442044,0.3817478120326996
39
+ ProtocolV2_frozen_backend,197,0.010357118211686611,0.6330019475966494,0.08540877525252524,17.17087675745315,0.06845807284116745
40
+ ProtocolV2_frozen_backend,198,0.013434925116598606,0.6761206820585455,0.001557632398753894,109.27296035365447,0.4734806716442108
41
+ ProtocolV2_frozen_backend,199,0.010232668370008469,0.6917815185195446,0.19362212143803845,31.063457598083204,0.09458470344543457
42
+ ProtocolV2_frozen_backend,200,0.006216933019459248,0.7285489726851054,0.14151669429315653,37.41917565370321,0.1548318862915039
43
+ ProtocolV2_frozen_backend,201,0.003003463614732027,0.9205571612383115,0.5832409040624745,18.588563340374243,0.2181452214717865
44
+ ProtocolV2_frozen_backend,202,0.015130882151424885,0.5674422936165042,0.003896103896103896,54.05495803327166,0.11135876178741455
45
+ ProtocolV2_frozen_backend,203,0.008050242438912392,0.6602168723174524,0.0,63.58975953008068,0.23421579599380493
46
+ ProtocolV2_frozen_backend,204,0.004788537509739399,0.7881950902838535,0.33686374717302553,30.07995435396893,0.35299456119537354
47
+ ProtocolV2_frozen_backend,205,0.006014192011207342,0.771568007423031,0.17207274465264683,40.24716495266413,0.4776594042778015
48
+ ProtocolV2_frozen_backend,206,0.014847208745777607,0.6364157995968598,0.0,92.7001468482619,0.2734571397304535
49
+ ProtocolV2_frozen_backend,207,0.004538779146969318,0.7992517693400483,0.13372339466089467,36.66064743025763,0.49110034108161926
50
+ ProtocolV3_legacy_feature_projection,160,0.0037647418212145567,0.673598564764745,0.2681615592095318,19.881905274163604,0.09461124986410141
51
+ ProtocolV3_legacy_feature_projection,161,0.0016525543760508299,0.9138135359445635,0.6323535377683119,3.3559052885771314,0.4052630662918091
52
+ ProtocolV3_legacy_feature_projection,162,0.003909495193511248,0.7334019005315737,0.2294322901574423,19.128645738497454,0.1647719293832779
53
+ ProtocolV3_legacy_feature_projection,163,0.014222907833755016,0.722455573707836,0.0915825569358178,115.9536628896527,0.2666477560997009
54
+ ProtocolV3_legacy_feature_projection,164,0.005680673755705357,0.8376027182289568,0.41044546251780456,27.498700688113708,0.26672250032424927
55
+ ProtocolV3_legacy_feature_projection,165,0.015522983856499195,0.6000343496665287,0.03238264792248876,17.753638188841023,0.10278161615133286
56
+ ProtocolV3_legacy_feature_projection,166,0.004110059235244989,0.8046456357635935,0.42246524677598196,7.896728352958618,0.33940744400024414
57
+ ProtocolV3_legacy_feature_projection,167,0.014420813880860806,0.564668263835316,0.16219440342807304,26.683052491160424,0.17445087432861328
58
+ ProtocolV3_legacy_feature_projection,168,0.0031155229080468416,0.8813389877046005,0.10755336617405582,18.192405689010997,0.18972641229629517
59
+ ProtocolV3_legacy_feature_projection,169,0.001655065338127315,0.8831799621394363,0.604574386342535,13.689309441669792,0.35110995173454285
60
+ ProtocolV3_legacy_feature_projection,170,0.0021341503597795963,0.8044139800774979,0.42752525252525253,13.011935167425902,0.20175720751285553
61
+ ProtocolV3_legacy_feature_projection,171,0.00888417474925518,0.7068585168899779,0.14526578920518313,52.59610187859709,0.13104788959026337
62
+ ProtocolV3_legacy_feature_projection,172,0.004862191155552864,0.8454917039257704,0.2219867479155405,7.707523598099142,0.20119135081768036
63
+ ProtocolV3_legacy_feature_projection,173,0.010553291998803616,0.6776031333115649,0.06420972644376899,16.032308028382307,0.35920217633247375
64
+ ProtocolV3_legacy_feature_projection,174,0.002660975093021989,0.8383145404460579,0.5257861522737934,22.57243224142292,0.41296523809432983
65
+ ProtocolV3_legacy_feature_projection,175,0.011768309399485588,0.6264123289355185,0.12001007876367166,31.745775803321578,0.10565129667520523
66
+ ProtocolV3_legacy_feature_projection,176,0.0024352949112653732,0.6489921801414475,0.44642734898682984,14.22481292325942,0.07793857157230377
67
+ ProtocolV3_legacy_feature_projection,177,0.0035851444117724895,0.8899314305720973,0.5547034114115694,2.922210520158328,0.3084789216518402
68
+ ProtocolV3_legacy_feature_projection,178,0.005802244879305363,0.7865444749700868,0.18625700949766621,16.16427919962815,0.15024949610233307
69
+ ProtocolV3_legacy_feature_projection,179,0.005934619344770908,0.7591637870193606,0.22564935064935066,46.6490680692775,0.26307204365730286
70
+ ProtocolV3_legacy_feature_projection,180,0.004766823258250952,0.8089629158048686,0.296154241513119,67.4092295706583,0.38863852620124817
71
+ ProtocolV3_legacy_feature_projection,181,0.007855390198528767,0.6844761665801778,0.18441561030056605,28.227326116471623,0.4182301163673401
72
+ ProtocolV3_legacy_feature_projection,182,0.013047905638813972,0.5989861252536861,0.0006561679790026247,92.93466611896288,0.2575684189796448
73
+ ProtocolV3_legacy_feature_projection,183,0.009789829142391682,0.6190845198211695,0.22270988277869383,32.73683560640072,0.10087106376886368
74
+ ProtocolV3_legacy_feature_projection,184,0.00104337849188596,0.9331552132479544,0.5317318642178717,0.44915866352997225,0.2236286997795105
75
+ ProtocolV3_legacy_feature_projection,185,0.005186500959098339,0.8965361219309739,0.5520546822227032,15.503467255201095,0.16650806367397308
76
+ ProtocolV3_legacy_feature_projection,186,0.0034412096720188856,0.8185148119552716,0.3447123387432376,15.819808306637178,0.33894914388656616
77
+ ProtocolV3_legacy_feature_projection,187,0.00485308887436986,0.8324183789333007,0.22440240220882887,7.3374929646864135,0.4096243977546692
78
+ ProtocolV3_legacy_feature_projection,188,0.004926228895783424,0.7653094462345507,0.2766532789323813,6.738701300673722,0.07536803185939789
79
+ ProtocolV3_legacy_feature_projection,189,0.006985194981098175,0.759457243652778,0.10163261742622666,23.66305930987492,0.12004712969064713
80
+ ProtocolV3_legacy_feature_projection,190,0.002036259276792407,0.8755574391801006,0.4970700883444098,16.802477350077325,0.28704237937927246
81
+ ProtocolV3_legacy_feature_projection,191,0.006211160682141781,0.6231299719157126,0.33116849486747546,28.317645609298904,0.2395135760307312
82
+ ProtocolV3_legacy_feature_projection,192,0.000892166281118989,0.925589164526939,0.502900220877749,4.590626827963399,0.295981764793396
83
+ ProtocolV3_legacy_feature_projection,193,0.0009046802879311144,0.9149813063660223,0.7001213085253383,6.115231817006647,0.3513023257255554
84
+ ProtocolV3_legacy_feature_projection,194,0.004530944861471653,0.7106429133520352,0.259591618685556,13.229690916201351,0.1387530118227005
85
+ ProtocolV3_legacy_feature_projection,195,0.010802730917930603,0.7066746769702507,0.062366300366300365,154.54064583447746,0.17861448228359222
86
+ ProtocolV3_legacy_feature_projection,196,0.0032018963247537613,0.7864743101039553,0.4210314620422742,25.239021258442044,0.3817434012889862
87
+ ProtocolV3_legacy_feature_projection,197,0.008828179910779,0.6750650859735762,0.08102252932228424,17.187192918896834,0.1174437403678894
88
+ ProtocolV3_legacy_feature_projection,198,0.012761835940182209,0.6849675894751978,0.001567398119122257,109.3828055058788,0.4883674383163452
89
+ ProtocolV3_legacy_feature_projection,199,0.008267146535217762,0.7260477882729057,0.16283491283491283,38.55798627405739,0.12183462083339691
90
+ ProtocolV3_legacy_feature_projection,200,0.006216904614120722,0.7285456811003896,0.14151669429315653,37.41917565370321,0.1548343300819397
91
+ ProtocolV3_legacy_feature_projection,201,0.003003331832587719,0.9205590278262662,0.5832409040624745,18.588563340374243,0.21814197301864624
92
+ ProtocolV3_legacy_feature_projection,202,0.015345734544098377,0.5657213517755078,0.006944444444444444,53.35794894574936,0.1111740693449974
93
+ ProtocolV3_legacy_feature_projection,203,0.00804462656378746,0.6599967609573608,0.0,63.58975953008068,0.23441354930400848
94
+ ProtocolV3_legacy_feature_projection,204,0.004787306301295757,0.7881881004988049,0.3372305715741847,30.07995435396893,0.3529326319694519
95
+ ProtocolV3_legacy_feature_projection,205,0.006521718110889196,0.716864032188502,0.1544939906236567,40.93493805998274,0.4394938051700592
96
+ ProtocolV3_legacy_feature_projection,206,0.013367454521358013,0.6507646924121772,0.0,91.48191870471878,0.27425727248191833
97
+ ProtocolV3_legacy_feature_projection,207,0.004296152852475643,0.7430709938973695,0.18583215464403582,32.0127840476147,0.4784541726112366
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_protocol_v3_packet_audit.csv ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ packet_hex,packet_bytes,crc_ok,protocol_version,n_slots,allocation_id,semantic_bits_total,slope_bits_total,topology_bits_total,topology_bits_by_slot,intra_bits,background_bits,payload_bits_used,label,sample_index
2
+ 66d0008892c89aff2c2910869b0000000000000000000000000000001241,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,160
3
+ 64d09ad7ef42b51dedb3109900000000000000000000000000000000d490,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,161
4
+ 66d0576fa4589d6735317b46b0000000000000000000000000000000ff52,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,162
5
+ 66d0609961c3c0c6b5b21eadd3000000000000000000000000000000494e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,163
6
+ 6ad091953b47b2d6ac08ca309fe58f2316e9152542c0000000000000c5ac,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,164
7
+ 6ed0589cf1dbb18651a6b0e9f05abfa98818785aede7bd4a87ad5a85aa6a,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,165
8
+ 66d08a9f07cabd36b3b9ae96920000000000000000000000000000009fd3,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,166
9
+ 72d059a2eb6d47ae9d78f456b358ca2271d29b400dd265ba7c95504d86f5,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,167
10
+ 66d0005d4ebe8cbf0632f48797000000000000000000000000000000b3ee,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,168
11
+ 65d09bcec543bb162db8ee9290000000000000000000000000000000edb4,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,169
12
+ 6ad05283becb9d3752a65e84a6d8b593d403e9f242c0000000000000a1f3,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,170
13
+ 6ad0668923d7c2b72e8cc41c2adf8399540008021f40000000000000c9a8,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,171
14
+ 6ed06892a4499d960fa3b3c167cdc3aa801ea3b42bd9ad6aef9d5e168d72,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,172
15
+ 72d066accaef7352ac0695dacf68690eadc9ad58321bdb9afaa550456b89,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,173
16
+ 66d079ae0ec5b546f2356e969200000000000000000000000000000088b9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,174
17
+ 6ed05bb72752b544cf2bbff2afe78fa9d0203f37f0d1cc0a872e5cbd191d,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,175
18
+ 66d0008ea4d09cf70c2b10869b0000000000000000000000000000000c54,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,176
19
+ 64d0a3d34843bcfe2c32ee99000000000000000000000000000000009f84,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,177
20
+ 6ed06e998c4fa73ed5265e5926d8bdb6066ff611704309ea8f9f3e04afd7,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,178
21
+ 6ad0628a7946b90f5296c6b5e6787fb7977f85e15e48000000000000c1bf,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,179
22
+ 66d06f9477c5ad46f6b61e97d20000000000000000000000000000006737,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,180
23
+ 72d05e7a6b3072d49ad194cf879d0664b1c55e49ac07dd62dca55065f072,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,181
24
+ 66d026ab58ccc74ba521fcd8d300000000000000000000000000000027aa,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,182
25
+ 6ed080a42953bb758f2dbc7970628b99151efe16accdcc4a872c5cbf166d,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,183
26
+ 64d057677ac68d1ecf36f089000000000000000000000000000000009832,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,184
27
+ 64d0bfc70549d7068db0f0980000000000000000000000000000000055fe,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,185
28
+ 6ad069c2f1cea96ac72c48d923cba79bd717c8f902480000000000009769,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,186
29
+ 6ad069995144af074e1cd268dcd96fb5167796e19a48000000000000f427,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,187
30
+ 6ad0679e9949993cb01db0e6a7c95bc5d701781e026c000000000000ae0a,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,188
31
+ 6ed05c9927d7bba6cfa2b87d6951abbacede8278725fc52a976f5d95d98a,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,189
32
+ 6ad06aaa13c2b546ee94d675dfd4773bd6ee45714ac8000000000000d7aa,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,190
33
+ 72d065aacb2aabacbd3a945ccd1ccc60b0d284b86e12639dfc95504d6b6e,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,191
34
+ 6ad044805ec5851f0e003e31a1c973b796d244710a4c000000000000ab17,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,192
35
+ 64d097cc6d43b5064c38ee99000000000000000000000000000000001705,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,193
36
+ 6ad05b94a4d09f3713a3616ca758b2065403e9f24ac0000000000000c791,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,194
37
+ 66d0559b8747bad70f31f4a79200000000000000000000000000000017c2,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,195
38
+ 6ad07d9289c2b356e9aa470d5ee76fb9572bb5e982480000000000000953,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,196
39
+ 6ed057ad3acfb58dd61d3687e8cda7aacc1ec5f7efdbbceac7af5e955069,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,197
40
+ 66d034ba4fd4bf7a4521ff1993000000000000000000000000000000a462,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,198
41
+ 6ed07cad2cd1b986cf2c44ebe964a3a9cbe3bb16356fd5ab272e5d0583ba,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,199
42
+ 66d00593f751a0e6f32f0e8693000000000000000000000000000000ea2e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,200
43
+ 64d0bfbb3347e30ece38f0a80000000000000000000000000000000045fe,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,201
44
+ 6ad035b8a155b5a267003d2c336fb38a9403d8fe424c0000000000002f4f,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,202
45
+ 66d019bee0c9b0e24a31f117d300000000000000000000000000000081f5,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,203
46
+ 6ad0718686c7ad671497c23ae5729fa916a795e15a4c000000000000b196,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,204
47
+ 72d05a9969adcf328be174cf8f5d0844afbf4e51b047595e7c855465299c,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,205
48
+ 66d02ca957cab93ae6a1f8c8d30000000000000000000000000000004665,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,206
49
+ 72d056728a6c672e9361d3cd8764f765f0c75e49ce48d75e7c955061925f,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,207
50
+ 6ad0435e1a458d2ef09d2e8c5fbf8f58567e3471027c0000000000008a8d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,208
51
+ 64d0a0c766c5bb0e6c391099000000000000000000000000000000002b91,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,209
52
+ 6ad0679355d0b1b6d590c19da3cca7bc5403c8f51ac80000000000007a6a,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,210
53
+ 6ad0468497c896df6d1d5b0fe5d9621915e4251e5a4800000000000050e6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,211
54
+ 6ad06ba1daca96bc2a9935786ac753a5d78028090bcc00000000000010f6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,212
55
+ 6ed0558ec151bd5e962934d86dd7a799cc24afd5b263adea87efdfb61c7e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,213
56
+ 6ad04a8b02c1932f5216ccff2df3bb8b5683f5f95ac8000000000000a3da,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,214
57
+ 72d06ad03a2bc72cc42a55df8f60e8352aa8fec1917065d31cb55041853f,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,215
58
+ 66d0007db24c9f072c270e879b00000000000000000000000000000097e9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,216
59
+ 6ad095ba404aad1e8d005a2ba2dd8394968a45b142080000000000001407,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,217
60
+ 6ad04462d5d49127709d6405afd4a8e4d6cef8bb4a6c0000000000002b8d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,218
61
+ 66d04e987b45b6cf30341ea593000000000000000000000000000000e395,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,219
62
+ 6ed059a29d4b9cf3289eac232b50a7abca564ef4e9cdd58ac72e5e875439,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,220
63
+ 6ed06f974ad2b78eb59ec01c6ddc9789cb9f0cd52a4bd48a9fefdbbd91b6,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,221
64
+ 66d04db747c8cf7d062dfe9c920000000000000000000000000000009e08,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,222
65
+ 72d05e916a6f630cb31b9759575906176ba8cf310db569de7ca550456d27,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,223
66
+ 66d02a8de744810f08b73042920000000000000000000000000000007b95,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,224
67
+ 64d0c1b9e748e30eadb4eea800000000000000000000000000000000e0f8,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,225
68
+ 6ad0649a6352b5958d13c29aaad6af7a9403e8f6024c000000000000fcab,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,226
69
+ 66d03fc15b45b2a3f63212d4930000000000000000000000000000000b27,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,227
70
+ 6ad066b2d0498f556a9f3e44e54bb3bc570384ea02cc000000000000b941,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,228
71
+ 6ed0699c2056c786f026bbf569d7a3a952dfba17b5dbd5aa876eddb7677f,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,229
72
+ 66d073aa044cb33ed533fcd692000000000000000000000000000000d107,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,230
73
+ 6ed071b502cfcf8e7232c4deac5f7fa81023f4f7f4d3cc4aa72e5ca5b8a6,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,231
74
+ 66d00086a4cc9ef70bab10879f000000000000000000000000000000fca6,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,232
75
+ 64d0a0b9dc47c1168e36ee99000000000000000000000000000000007964,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,233
76
+ 6ad035c99ddfc1a2258b34a1aa4f8fb9146378de0a6c000000000000f48d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,234
77
+ 6ad060a16ec5cebe0e9f497423d75fa69738751d4248000000000000552d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,235
78
+ 6ad077b9e2cb9753f21249eb27cea789578354d50a480000000000001216,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,236
79
+ 72d0626c79f36b74bc26f5e2af24eadda7d906a894bd51c5af65a5c9170a,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,237
80
+ 6ad05e76fbc0a13f72ad4e99685fcdb39ac3d5f542cc0000000000001b6c,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,238
81
+ 6ed06379a25ac757531f64a76e6e6d06cd2cfe32ecc94aec872e5c974026,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,239
82
+ 66d04d61cd48853eef38ee8297000000000000000000000000000000e526,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,240
83
+ 64d0b6c72dc6d10eacb51098000000000000000000000000000000006dda,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,241
84
+ 6ad06169865799375305c74bb3e4bf4a168ae8bb5bc00000000000001a67,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,242
85
+ 6ad0769b47c9ed1f3111c92be2dd93aad6a785e14248000000000000db18,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,243
86
+ 66d062bad3cd92e2cb386342d300000000000000000000000000000019c9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,244
87
+ 6ed06ba1a9d7c5beb52fbe40abdac39a8b22a556b065b54a87af5e951438,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,245
88
+ 66d02ba0f858d786f7a1fcd093000000000000000000000000000000a646,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,246
89
+ 6ed04cad26d8dafc7123ca63e865a7858ea4b0d22dcfda52832fdf2fd289,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,247
90
+ 66d0006bfbd3a6e6d3290e8697000000000000000000000000000000a420,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,248
91
+ 64d0b9bb4ac6db06adb4eea8000000000000000000000000000000001e5f,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,249
92
+ 66d04a6d94d08f3770239346b30000000000000000000000000000009755,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,250
93
+ 66d06f9b86c9b2e709b332a69200000000000000000000000000000065ff,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,251
94
+ 6ed067b416c6931d2c1846fba2459399c624fdb367cbc4cae41a3404a750,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,252
95
+ 6ed052b207daa7548f25af6d72dcc399c798ba7befe7bcea86bd7a849097,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,253
96
+ 6ad04eb22bc2c5668713d6f660527f4b666fc5b15ac0000000000000679e,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,254
97
+ 6ed077b5c452b99eaeaf45b668dfa3a9842c8656b6335b8b072e5c849d95,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,255
98
+ 66d02f8ce7ca82ff0d350e46930000000000000000000000000000001e1d,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,256
99
+ 65d0a2c0b74ab70e6db4ee90900000000000000000000000000000006592,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,257
100
+ 6ad03a63cfd08f178d9cdd7eaacf88e55602e8d20a6c000000000000efe7,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,258
101
+ 6ad04e9c48c5b2cef39cc461e0cc67c4567c75155a6c0000000000003059,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,259
102
+ 6ad06089f94893668d1a2ed324d297cad70b84e10b5c000000000000479e,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,260
103
+ 72d0628c4ab3ea18bad5f657a76447cbf1d75dc84c53e7aa5c9558654104,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,261
104
+ 66d085a210d0bd8ed0cdf4d6920000000000000000000000000000007ae6,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,262
105
+ 6ed07eb07fd2d1de4f22c72370ecb39a0ea28dd46bbbdbea872e5c851c4e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,263
106
+ 64d0527b8246871eeeb6f089000000000000000000000000000000008967,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,264
107
+ 65d0b4c2dc49c90e8d32ee9290000000000000000000000000000000e9b1,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,265
108
+ 6ad048849fcb9547751be67028d4a903d403d8f202c0000000000000442f,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,266
109
+ 6ad0518e7bc4a3175420da7ba2d96ad7972bb5e15a480000000000007f7c,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,267
110
+ 6ad065bc70c890c42f2542c8a6c64fb55740480e0ac0000000000000f87b,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,268
111
+ 6ed0587382dbad3f332b49c86a5c9f69ca2461d5af43b50aa6efdfb716bd,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,269
112
+ 66d028b1574fc1526521fd18d300000000000000000000000000000006c7,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,270
113
+ 6ed071b5b2cdc7a5f534c63c69dd83b789f3801572ba8aeb272e5ca5e35e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,271
114
+ 64d04e8388428f26edb510890000000000000000000000000000000049d3,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,272
115
+ 65d0a1d22347b30e2dacee9290000000000000000000000000000000cd8f,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,273
116
+ 6ad0666e405ea797160bb6a5b156ab7816a2f8be1ac40000000000007982,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,274
117
+ 6ad0689b6ccabcdf2f9acfafe5e16b6716ec05015e4800000000000001a0,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,275
118
+ 6ad073aa1e4994ee4f10c6f6e6d7b79b575304c10248000000000000e136,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,276
119
+ 6ed07c92a15ec3b70fb0c0baaa61b3ab50e0a1b5aee5cdaa8f6edd957cc9,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,277
120
+ 66d063a016c3cb4f3655ec94920000000000000000000000000000001ec8,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,278
121
+ 6ad073b9ff4dc79e103040d7aade97a89683a9e243c00000000000007d31,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,279
122
+ 66d00079add1a6e70ba510869b00000000000000000000000000000011ef,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,280
123
+ 6ad08fa64fc8af26cd80519f20e28faa56da35694a6800000000000057ac,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,281
124
+ 6ed041b4414bb16c47a0430762458faac8234674a947bcca875f3e05d36b,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,282
125
+ 6ad05e8295c79907322ccf89e2db6737176bb5e14ac80000000000008911,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,283
126
+ 6ad066be744fa27254a3b768e94d4fc41748681e03cc0000000000008bda,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,284
127
+ 6ed07aa01b5ab996eea8bef627d1abaad3a3bd3670ddbd4a976edd95f62c,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,285
128
+ 66d057a41b47d55f31d1f29592000000000000000000000000000000243b,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,286
129
+ 6ed05ebfd555b99c2d2e39416c5997b88274bd7873527a0aa7afde850693,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,287
130
+ 66d0008bb3d1a4eeeda910869f00000000000000000000000000000078c2,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,288
131
+ 64d0bba870c6dd0ead3710ab000000000000000000000000000000000d2d,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,289
132
+ 6ad0689237dab1a7150ac6a0af59b767d40358d60ae400000000000054bc,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,290
133
+ 66d0618c5dcebf0f3223f4d79200000000000000000000000000000024b7,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,291
134
+ 6ed064bd4fc99cfbd3a3c1d5684f37b34ca0ebf4289dd9eac0e1c284488d,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,292
135
+ 6ed04f9c3bd7a966711f379b73589f784b9b8ab829d3cc6a85abd695c831,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,293
136
+ 6ad0528902c09b3f739e539bea64d2d55a43f5f94ac00000000000002eea,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,294
137
+ 6ed06068c5ddb4f74f2f598369e7c9eccddbf539f4dbccca972e5cb6e277,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,295
138
+ 66d00056b7c9a2ff2ca312879f00000000000000000000000000000071bf,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,296
139
+ 64d0b6c7d245db168db6ee980000000000000000000000000000000030b2,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,297
140
+ 6ad07b9d3846d387380ccd39246ba79356e7a5e542480000000000007a97,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,298
141
+ 6ad0608f594aaad74c9257fa226035ec5764351d5e480000000000003905,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,299
142
+ 6ed067b3595097222aa8ab0fa8459fca8dd74b1767cbc48ad62ef8853a43,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,300
143
+ 6ad063abefd1b18e32a7b961ed5bd3aad583b9f6026c000000000000f632,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,301
144
+ 66d050ac0e50d16f1147fcd492000000000000000000000000000000c1cf,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,302
145
+ 6ed06b7696dac167542d49db2be0af5853a3f4547159a2aaa7efdf87f8e2,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,303
146
+ 66d03772e5c2852f0cb90e4293000000000000000000000000000000af7d,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,304
147
+ 64d0c0d6f442e90e6e4cf0a80000000000000000000000000000000086f5,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,305
148
+ 6ad054753e5da58f3281b9222fd4a376554ad8b60a64000000000000ea9f,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,306
149
+ 66d04ca551c8b6e50db5e0ddd30000000000000000000000000000008859,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,307
150
+ 66d06594bcc89d95d1bdbec2d30000000000000000000000000000000e42,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,308
151
+ 6ed0625f7463b75f34a3533f6c539999c9317b15afb66a2a8df9f786da5b,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,309
152
+ 6ad04e9703c0931ef320d28de8e7bf99d75bd5f55ac800000000000064b8,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,310
153
+ 72d059a31bae43ae9d9ab458bb9c9cbe2cc4c3b011cc67cdf975516538a6,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,311
154
+ 64d0507c83458b1eee37108900000000000000000000000000000000cddc,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,312
155
+ 64d0a6ab50c7c306acb6ee9b00000000000000000000000000000000ae23,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,313
156
+ 66d06aaa24c7bd4dc8d1ead49200000000000000000000000000000020bb,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,314
157
+ 6ad064877d489af74da9e183e7de555855c009125a400000000000009e29,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,315
158
+ 66d0649330ca8d2d2fb8e8c2930000000000000000000000000000004881,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,316
159
+ 6ed06f8f6454b16ef318bca6aa5377b78c1f95376e47cc8ab7efdfbfb0fa,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,317
160
+ 66d02398ff5bdd871721fad0fb0000000000000000000000000000008610,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,318
161
+ 6ed069b112d0b7568c2ec15cac6197a8d01f6dd4ea43dcaa872edd85634f,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,319
162
+ 66d000815ec39cc72aa6f48793000000000000000000000000000000079f,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,320
163
+ 64d09dbcfec8bb1e8e370e9800000000000000000000000000000000bca9,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,321
164
+ 6ad067859ed5b37f3497c549f0f39b999403f9f65e4800000000000029e2,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,322
165
+ 6ad060b22044b8ce922dcdcce1cd7b7656b075095ac00000000000002fed,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,323
166
+ 6ad06cb077c6a0ede81bc587e0cf9fcd172384e14248000000000000bee9,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,324
167
+ 6ed0598b445cb7b6b11f3292b262bf8a8f980616ed61d5aa876efea55369,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,325
168
+ 66d032b4445ac5aa66a1f710930000000000000000000000000000009163,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,326
169
+ 6ed06cb38fc9bf6531a9c285e45373b8102203536e43d48ac62c58151aab,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,327
170
+ 6ad04489644585170f0041b2a3476fa5571644910a480000000000007717,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,328
171
+ 65d0a9d10249b7062e2cee92900000000000000000000000000000007550,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,329
172
+ 6ad071823d5bbbaf1616bda0eedabb79940359f65ac4000000000000d13e,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,330
173
+ 6ad05c888342a0ff4ea75583e35a66f8d7e8451d5a40000000000000f5aa,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,331
174
+ 6ad073aacbcb910d30a33bdca8ca9b99174188820acc0000000000007cec,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,332
175
+ 6ed062a5a3d59d762eac36b5ecd5cfab82e4e13770637d6a876edd85df83,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,333
176
+ 66d025c44bddc38205219f08930000000000000000000000000000002a45,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,334
177
+ 6ed065b182cabb4e8e22420827526fb70fe2c655b149d4caa72c5cb5d777,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,335
178
+ 66d02c79ee48830f0db70e46930000000000000000000000000000001ff9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,336
179
+ 64d0a4c4e04abb1e6e310e99000000000000000000000000000000003200,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,337
180
+ 6ad076b1034cb17c270e4fe5e4d29b3c55e7a4f142480000000000004cea,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,338
181
+ 6ad04a928d4498ef4d225f06e3586a88166825114a4000000000000079f2,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,339
182
+ 66d0677ea142bd8717b9ea97930000000000000000000000000000003944,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,340
183
+ 6ed061a9c352b794d5ae324b6ed9c39a47abfbd7325881caa7adde844c62,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,341
184
+ 66d03ba86144bf1e2935f29dd30000000000000000000000000000008c8e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,342
185
+ 6ed074b09d52af66aeadc622edeac3aacd228bd6324bd50aa72e5c856f11,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,343
186
+ 64d0505e7c438d26edb91089000000000000000000000000000000006986,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,344
187
+ 64d0add2bc41cd162cb8f09900000000000000000000000000000000f842,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,345
188
+ 6ad078a151d3c7bf171547a063cd97bbd44fc5f94a48000000000000b909,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,346
189
+ 66d04495003c8b16ef3f56979300000000000000000000000000000082c0,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,347
190
+ 6ed061941c48a8ee52a04a01df4a72eb0aa01432718fd1aad8d1a305b67e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,348
191
+ 6ed05c9834d8c1b6f3a3bb03a7539bc90ddfc397b24fcd0a9f6f5db51563,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,349
192
+ 66d05db91ec9b595eccff284920000000000000000000000000000006afd,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,350
193
+ 6ed073a1c2d7c9c6b0b5bdc06a638fc8cba6b47634e3aa2a872e5ca5e135,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,351
194
+ 66d00096d354aae6cca50e829b000000000000000000000000000000d8c3,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,352
195
+ 65d0acc3bacbb90e4db2ee9090000000000000000000000000000000e49e,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,353
196
+ 6ad04a73ae4995477521d97e65d089741503d8ea4aec000000000000bacc,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,354
197
+ 6ad050778b4a9f1775945b8867de59571467f8021a4c000000000000f32b,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,355
198
+ 6ad0609a3fc5a32e8f17405da4d75bb6d6fc751d5b4c000000000000d416,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,356
199
+ 6ed06299d256b9ae9427b7dcacd2c79b48e23114e9d795ca87adde953ff0,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,357
200
+ 66d021c15cddc56a4621bf081b000000000000000000000000000000a1a9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,358
201
+ 72d066c91a2c534cb42bd5df8f60f816e8a6fec131b563cf3cb55041ea79,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,359
202
+ 66d0548d35458b26efb5108292000000000000000000000000000000079e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,360
203
+ 64d0abc182c8c0fe6cb8f099000000000000000000000000000000000618,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,361
204
+ 6ad05898ab4a9b2710aa6281e3dba1a4551be5ed4ac800000000000084ac,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,362
205
+ 66d04d8f0ab89b172fbfe09fd20000000000000000000000000000003fc9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,363
206
+ 66d066ba914a90dbcc385300930000000000000000000000000000005772,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,364
207
+ 6ad0585ec4e2c33f53294f7d2c5eb7379403edf253c4000000000000f852,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,365
208
+ 66d053a90444a32f11332e9692000000000000000000000000000000484b,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,366
209
+ 6ed065b4894ebb949028be292cdc97a7905ecf16edb3d3ea87efdcb7ab23,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,367
210
+ 6ad0477c58c58726ef003d30234e77a7964e44710a4c000000000000ad77,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,368
211
+ 64d0c7bdf64cdb0e8e330e9800000000000000000000000000000000aec0,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,369
212
+ 6ad04e69a8cd932f51a25580a654914414e3e8ee42cc0000000000006f63,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,370
213
+ 6ad05c9392c1a0ff2d2e4f0b20dd6b98d724661d9a480000000000007fbf,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,371
214
+ 66d071876649a1572bbb5c96d3000000000000000000000000000000b2f4,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,372
215
+ 6ad0778aabd4b98f10aec1c7e9e2b78b5403b5ee5ac0000000000000d735,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,373
216
+ 66d06ba114c7bb6f0ed3ce9792000000000000000000000000000000cfef,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,374
217
+ 6ad05eb93d4cab030d25b6646b587fa7968399ee426c000000000000c094,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,375
218
+ 66d00078fbcfa2eed42f0e8697000000000000000000000000000000d956,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,376
219
+ 64d0bec91443eb0eaf5310a8000000000000000000000000000000000a7d,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,377
220
+ 6ad051c217459d0c08a0c9e2a248a3ab56dbb4f90248000000000000c7d4,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,378
221
+ 6ad073a13dcac2af4c8fdae963625aa996e445115e48000000000000a381,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,379
222
+ 66d079b891cfbb8305bde108930000000000000000000000000000009bac,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,380
223
+ 6ed06cafc0d49f766f2cbe41ac5dcfab01e4a958b163a56aa72edd85e7e2,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,381
224
+ 6ad05781fec099277622d71fe8e2cd535b0375f94ac0000000000000584e,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,382
225
+ 6ed059b46453bfbd0f233d9930e3a398cd1d08962bbbd3ca87efdcb56e73,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,383
226
+ 64d049727dc38926efb51089000000000000000000000000000000001d1f,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,384
227
+ 64d0b9c5e347d716ad35109900000000000000000000000000000000f597,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,385
228
+ 6ad0729742d3cba7379347232a5eb77a14c3c5f142480000000000006293,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,386
229
+ 6ad05a6c69c69d076fa44bf5255a6ad896cc751d4a4c000000000000de1d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,387
230
+ 6ad0629aa5cba52dd6a3338d26d44fc51740741e4b4c00000000000072af,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,388
231
+ 6ed05daaea59c39e70ad40db6b60c3aa8aa4bb5470d7922b076edd057741,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,389
232
+ 6ad075a6f7c8b52ed68c59ffa4e7ab7b976fe5f95a480000000000000d55,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,390
233
+ 6ed0658f79d3c3b64c25381fedd96fb8119b133932c7cc6a872e5ca70ba2,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,391
234
+ 64d04a6b85448726eeb7108900000000000000000000000000000000f20b,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,392
235
+ 64d0afd2cb42d31e4d371099000000000000000000000000000000009480,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,393
236
+ 6ed0599079c8973f14a962d5e4ceb984c027e1b6ae5ba4aa97af5e84a96e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,394
237
+ 6ad053902fc6b4df4ea5c75c62ce7f96966f86898a480000000000005120,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,395
238
+ 6ad062b5fcc49505ec894ae3644c978b175f04c10a40000000000000b4ed,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,396
239
+ 6ed080929b59bdbed2b0be3d2b5dc39b0fdf61f66d67bdaa87af5e95f0a0,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,397
240
+ 6ad02d9202529edf0e9050fb2d6aaf8b5502f4dd4ac00000000000006abf,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,398
241
+ 6ed060c11bd2c93aa92fc0d5ebdf97a80eab7c55b16d73b2872e5c850987,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,399
242
+ 66d05b747bc78b16ceb6f08293000000000000000000000000000000959c,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,400
243
+ 64d0b8c9a7c4db0e8cb4ee98000000000000000000000000000000004e5b,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,401
244
+ 66d05982455abd9f3521f512bb000000000000000000000000000000627a,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,402
245
+ 6ad05a727748970751a74b7c24da6b1797efb5e14acc0000000000001352,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,403
246
+ 6ed078abbacc9764cea63bd968c69fa68c9dee346245d36ae56ad284706f,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,404
247
+ 6ed058a72cd7bd8533242f797369b3aacad8c0ba32e3c52aa7efffc7502a,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,405
248
+ 66d06facfc43b50716374e9792000000000000000000000000000000ad3e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,406
249
+ 6ad06cc5e7cdc77b97303d4f6bd77ba7168389e24ac00000000000002214,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,407
250
+ 6ad04c821747871ef098400b20bb8b6716be348d02480000000000002c13,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,408
251
+ 64d095a88c4ab306ae36f099000000000000000000000000000000009940,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,409
252
+ 6ad076993953b9b7168e4a1fec5cc3699443b5ed4a4c000000000000cdb3,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,410
253
+ 6ad055818cc39b0f51a65384635a66e7d7ebb5e15ac80000000000009f05,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,411
254
+ 6ad068b8eacca4f3f629bc2f27d04bc51740781e0a4c00000000000094a8,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,412
255
+ 6ed0809605dbb77eee27bdeea753a3aa5361b79630d5bd0a976edd8515c0,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,413
256
+ 66d044af18ccd17f14d1f294930000000000000000000000000000003e8a,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,414
257
+ 6ed059b983d2b17b0d23b59fafdb9788ce99ccd6aabfd40aa7af5f9763f4,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,415
258
+ 66d058792d488b26efb4f08293000000000000000000000000000000b04b,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,416
259
+ 64d0c8d8a2c2ed062e4d30a8000000000000000000000000000000005243,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,417
260
+ 66d03dbb434ba51ac931ef10b3000000000000000000000000000000a6b1,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,418
261
+ 6ed061941bd1c646c7224191624c5bc506a20cf46f35d3ea8050a134371e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,419
262
+ 66d067826ec99566edb96e8293000000000000000000000000000000b2ad,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,420
263
+ 6ad05e94dfd6c19e9528b4612cd4a7a91423f9fe1bc0000000000000b8db,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,421
264
+ 66d0559d0b52af46f1a3fcd6b0000000000000000000000000000000dec0,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,422
265
+ 6ed055b44355bda43327b30668ce7fc7915c0698eecbc42a86fdfb85bd3a,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,423
266
+ 66d0006eec56a4f6cfa50e86970000000000000000000000000000004f1b,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,424
267
+ 64d099d46541b8fe0bb6ee9900000000000000000000000000000000afa7,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,425
268
+ 6ad0609487c99f5f182cdf6ae3d3960415afd5e942400000000000008cf9,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,426
269
+ 6ad05a6f734ba4d74d1f508365db45db1528251e4bcc0000000000001ce0,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,427
270
+ 6ed086a210caae4d5017c1a0e85637a489600fd3a81dda6ae09121178648,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,428
271
+ 72d056a42aaceaf29b3557dac72866492fbd2e48add4658f3ca5546113d2,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,429
272
+ 66d073ac0643b74712b58e9792000000000000000000000000000000692e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,430
273
+ 72d06e9219f06750abdf534f7f6548006dd32e4a503f55827c955641af3e,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,431
274
+ 66d000655d4eb2d6e8a71687970000000000000000000000000000005c9a,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,432
275
+ 64d0b5c2c3c6d5168d38ee990000000000000000000000000000000008ee,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,433
276
+ 6ad064aa3353c7b7160b53196b5ec77a5403d4f242480000000000007931,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,434
277
+ 66d05b8f733ebadf4fb61eafd3000000000000000000000000000000b2e1,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,435
278
+ 6ad05ea1174c8d434fa02b87a8c293c61702388e0a6c000000000000ad9d,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,436
279
+ 6ad0619ae6d6bd9eb4a4bb666c54ab99d433e8de1ac000000000000065da,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,437
280
+ 6ad0529a11d4b786f327c4fe20c79b9a5433c5f14ac00000000000008ee6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,438
281
+ 72d06afacab46556bb80b3cc7f5d4741eba6ee3a8ec563823c85504194bf,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,439
282
+ 66d000896a4aa2d72a2714879b000000000000000000000000000000375d,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,440
283
+ 64d0acd5bc3fd3164cb6f09800000000000000000000000000000000cb6f,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,441
284
+ 6ad03ac01dcda12a699bbc6e65c89bba1647c9da0acc0000000000004e8e,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,442
285
+ 6ed05c7d5653b9175194411f2de537a6011e9154ec25db0a802040bee8d8,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,443
286
+ 6ad0719c17c6a1266c8dc3f6e4d09f8b977304a10acc000000000000ede4,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,444
287
+ 6ed058af23cfb5545721b000ab499fab4e1b43b8abd7bceac7addf859d1d,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,445
288
+ 6ed065b3184dbf96ccaed37d5f4d9b7acda9fdb3694fb56abf9f3e049251,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,446
289
+ 6ed0696a7759b2ff6e2fd35468ddc61911738596f02a742a872e5c97d3d7,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,447
290
+ 64d046616ec28b26f135108900000000000000000000000000000000d08a,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,448
291
+ 64d0a0a68f49bcfead38f09b000000000000000000000000000000005e55,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,449
292
+ 6ad05487add199172fa5e57f685aa9145413f9f64ac00000000000000497,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,450
293
+ 66d05f7e43c8aed74db61697b30000000000000000000000000000005785,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,451
294
+ 66d0638b91489b3694381ec4d30000000000000000000000000000005aa7,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,452
295
+ 6ed073998fd5adae95a742c0ecd6c37a4ae020f5e759c5aa8fed5f95e408,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,453
296
+ 6ad05eb115c6b576f42454809d49975b167fc5f14a48000000000000c2b6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,454
297
+ 6ad0839e41deeeff31274724aff39b98540309c266c00000000000007b69,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,455
298
+ 64d0448691428726eb37108900000000000000000000000000000000736e,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,456
299
+ 64d09fa941cab716adb5109b000000000000000000000000000000001ba1,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,457
300
+ 6ad033b940d3ab522899b580254697cad417c9f64acc000000000000d2b7,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,458
301
+ 6ad066983fc4b0d72c9ecd63df5977a756bd36058a48000000000000e1c6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,459
302
+ 66d062b77f46a31d8eb81ed593000000000000000000000000000000a6ab,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,460
303
+ 6ed060957a54b59ef1984ca12eee5b26c69e13f730c3ccac8faf5ebd7875,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,461
304
+ 66d051a61752d56f14c1fed0920000000000000000000000000000007f67,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,462
305
+ 6ed0759cfad4d6ae3333d635665fd215942288b56fcdcc92962ed8bd0ef6,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,463
306
+ 66d000919bc796ff2c2910869b0000000000000000000000000000001420,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,464
307
+ 64d0bdba9445e4fecdd6eea8000000000000000000000000000000000097,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,465
308
+ 6ed049aa97c6a32d68013fa1e5d29bab80219014305fd5ca871f3d242112,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,466
309
+ 6ad055926d459f1732a65bf0625a7296d6efb5e15a480000000000006653,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,467
310
+ 66d022869f4aa54711af588793000000000000000000000000000000723c,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,468
311
+ 6ed056b50952b14cf5a4b67631ddbf998a1bbd59ece1b50aa5edd78562a7,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,469
312
+ 66d034a852cfc92d4627ded8930000000000000000000000000000007555,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,470
313
+ 6ad06a7c925db92f332fe588aadd7568140389e25ac000000000000025fc,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,471
314
+ 66d03275e1c3812f0bb70e4293000000000000000000000000000000b896,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,472
315
+ 64d0c3dadec4dd15eeb0f0a8000000000000000000000000000000001cdd,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,473
316
+ 6ad05a7799519d57161955e6a9d8ad951417d9ee4acc00000000000053b8,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,474
317
+ 6ed04fb2ddd6ce4a93a3beaa26516f97091e91d428a5e2ca802040b64b8e,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,475
318
+ 6ed05dbe3bc98ef2ae1bb98265c48fc8c81ec3562849c40ae62e588412a4,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,476
319
+ 6ed059930edcb386ee22b7f9294ca7b94fddbd17af5fc5aa9f6f5d95dec6,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,477
320
+ 66d0329a27deb774ecc37f12b300000000000000000000000000000050c1,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,478
321
+ 6ed070656b5bb0ff4fb5dbe9aadeb6064d6e7cd670bef40a972e5c8557b2,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,479
322
+ 66d0007ea04e9cff0c2b10869f000000000000000000000000000000f747,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,480
323
+ 64d0b0bec4c6d1168cb6ee99000000000000000000000000000000008c0a,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,481
324
+ 6ad04a80cbd19f174d9ee613a9dc9ce3d4db79fa4ac0000000000000d5e8,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,482
325
+ 6ad05186ccc99af72e226028e6de6168152424e65a4800000000000030e3,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,483
326
+ 66d07ea1f6c7b93696381e90930000000000000000000000000000004553,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,484
327
+ 6ed060b4f757ab756faab5e5f05cc79a091bb71b30ebbd0a86bd7a84f282,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,485
328
+ 66d06a9f30c6c16dc737ec9592000000000000000000000000000000caab,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,486
329
+ 72d06b0579eb560cabc516589f6497a76fbceec0ee8fd951bd755845f86d,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,487
330
+ 66d05b8730c78d26efb7108292000000000000000000000000000000a59b,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,488
331
+ 64d0a7cb1cc6c3066d30f09900000000000000000000000000000000ecd5,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,489
332
+ 66d045bf43ceab424831f518b300000000000000000000000000000096c9,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,490
333
+ 68d068949b43a8df2a31cd10225b7398d724c61dac0000000000000044da,30,True,3,2,0,114,8,20,3/3/2/2|3/3/2/2,0,4,166,ProtocolV3_DirectV2,491
334
+ 66d01787afc5b2df3428f4879300000000000000000000000000000096b1,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,492
335
+ 6ad0699bce57bb46742f375cee578fa85413f9be1fc0000000000000e60c,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,493
336
+ 66d050a51cd3d19ef041fad4930000000000000000000000000000009819,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,494
337
+ 72d07ed4daf0e5eaa3b4d9e697254706adaeceb80e0ee785fc8550450318,30,True,3,4,2,188,5,2,1/1/0/0|0/0/0/0|0/0/0/0|0/0/0/0,4,1,224,ProtocolV3_DirectV2,495
338
+ 66d04b623ac38d2f0f30f0829700000000000000000000000000000037c1,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,496
339
+ 65d0b5d6bd43c91ded33109090000000000000000000000000000000b2cd,30,True,3,1,1,57,4,13,4/4/3/2,4,4,100,ProtocolV3_DirectV2,497
340
+ 6ed051a978c6ad552714c216a651ab8bc8a1498fe457e64a871ebf041660,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,498
341
+ 6ad055ac57c7bec5b0a94867e1d06b86d6bcf5095ec8000000000000005f,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,499
342
+ 6ad0709a1cc7aa970712ca52ded97fba16e115c18a48000000000000bd00,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,500
343
+ 6ad067960853ab2eb29dc3046eda9378542779fe1ac000000000000017b7,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,501
344
+ 66d06d9f0ccbb9571233929692000000000000000000000000000000727a,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,502
345
+ 6ed0819be952c1570eb7455a6a6373a892a4b7f4f1d7cb6a852a548dd599,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,503
346
+ 6ed03f6b1f438927108d350f5dbd8f77401d8811e637936adc572d04bdd9,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,504
347
+ 64d0becd3a44e706ae350ea800000000000000000000000000000000f894,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,505
348
+ 66d058af4a47a9166835e4d4930000000000000000000000000000002a81,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,506
349
+ 6ad0527d984997074f235a8b25da62075627e5e25ac800000000000077a6,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,507
350
+ 66d0679fe8c8955e9233968292000000000000000000000000000000872e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,508
351
+ 6ad055940756ab3e149fb0fdf2db9f791403f9bf1ae4000000000000cd0f,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,509
352
+ 66d061a94448d184c5adfedd92000000000000000000000000000000fbe8,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,510
353
+ 6ed09eaf2ed2d7a57221c97aaef0a7a8cde47af56f51cceac7685c856cc6,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,511
354
+ 66d0007b6850aad708a534d793000000000000000000000000000000f2fe,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,512
355
+ 64d0c4b96ccbd506abb4f09900000000000000000000000000000000da66,30,True,3,1,0,57,4,13,4/4/3/2,0,4,96,ProtocolV3_DirectV2,513
356
+ 66d044be48cbb94ae72df318f30000000000000000000000000000002beb,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,514
357
+ 6ad0577f90449f075628cb05a25b6b6697eb85e14a48000000000000bdc1,30,True,3,2,2,114,8,20,3/3/2/2|3/3/2/2,4,8,174,ProtocolV3_DirectV2,515
358
+ 6ed05bbacdca8d534da2b85227c69bb8001d6c58abd7bbeae76d5d940650,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,516
359
+ 6ed068bcdc56a56249303ecceb65d3ab8ea436146fddb9d2872edc859555,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,517
360
+ 66d06ca818bedf3756d528a5b20000000000000000000000000000000b2e,30,True,3,1,2,57,4,13,4/4/3/2,4,8,104,ProtocolV3_DirectV2,518
361
+ 6ed0788f864cc93f73ab699a6c6669278fe736f2f253ca2cc52a54a49bfe,30,True,3,3,2,171,4,20,3/2/2/0|3/2/2/0|3/2/1/0,4,3,224,ProtocolV3_DirectV2,519
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_topology_quantization_audit.csv ADDED
The diff for this file is too large to render. See raw diff
 
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_training_history.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ epoch,global_step,train_loss,train_MSE,train_ridge,train_nondegrade,mean_gradient_norm,validation_score,best_score,best_epoch,elapsed_hours,v3_MSE,v2_MSE,v3_median_MSE,v2_median_MSE,improvement_rate,v3_ridge_error_deg
2
+ 1,3135,0.439500573515892,0.012574384550563991,0.22670974049220483,4.474149507207888e-05,0.007303891214453567,0.007914422437327234,0.007914422437327234,1,0.3051808153755556,0.006943380858865566,0.00812482829860528,0.005829903297126293,0.006147240754216909,0.5625,32.36805261538891
3
+ 2,6135,0.43856794709960617,0.012559812523579846,0.22469125753020247,4.085131141755483e-05,0.007345721125578469,0.007916270565998489,0.007914422437327234,1,0.5357526605847222,0.00695404403959401,0.00812482829860528,0.005839714780449867,0.006147240754216909,0.5625,32.07421754681595
4
+ 3,9135,0.43908401190241175,0.012473902165579299,0.2262367611664037,3.893164827392563e-05,0.007109836527028771,0.007919045760702941,0.007914422437327234,1,0.7648618854844446,0.006955274244683096,0.00812482829860528,0.00583568518050015,0.006147240754216909,0.5625,32.12571720066151
5
+ 4,12135,0.438912518620491,0.01249876836842547,0.2260831803108255,3.819315409388461e-05,0.007024353864748567,0.007919476969701827,0.007914422437327234,1,0.9908205448158334,0.006955373603705084,0.00812482829860528,0.005830649519339204,0.006147240754216909,0.5625,32.13677886655811
6
+ 5,15135,0.4412700995206833,0.012613005744603773,0.22993500601003566,3.6088299171751714e-05,0.006783335867636197,0.007916761315323404,0.007914422437327234,1,1.2167800200647223,0.006954109496291494,0.00812482829860528,0.005831557093188167,0.006147240754216909,0.5625,32.08839396773036
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/C7C3_v2_alpha_calibration.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ alpha,mean_MSE,median_MSE,mean_SSIM,mean_ridge_error_deg,score
2
+ 0.0,0.006869123034448421,0.006041765911504626,0.7628304860867046,28.532959808990324,0.009806212502774095
3
+ 0.125,0.006962030546856113,0.0060400827787816525,0.7621968047272993,28.539318160562356,0.009899017149579645
4
+ 0.25,0.00698155729478458,0.006052116630598903,0.7618985920403107,28.587283386650007,0.009923950621766806
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/PACKAGE.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d758589a4880f511be330256eac874281847ea2898ff8e2ba5a0490ad5315f
3
+ size 317899233
WaveCleanLDM/C7C3_ProtocolV3_DirectV2/latest/TopologyDirectRenderer_C7C3.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c78eb9fc583aebdfecc2cb6dc76e86b03ce524b4d6ba296176c003910ee49b9
3
+ size 28805