Upload 5 files
Browse files- .gitattributes +1 -0
- best_model.skops +3 -0
- metadata.json +1 -0
- model_accuracies.csv +13 -0
- pipeline_info.json +157 -0
- training_data.csv +61 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
best_model.skops filter=lfs diff=lfs merge=lfs -text
|
best_model.skops
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1892a02806cf45df74c7b7d0a3addd9ae6d94b3a9e0fc8220ac907608458c20b
|
3 |
+
size 3313406
|
metadata.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"subject_species": "Mus musculus", "brain_area": "CA1", "probe": {"manufacturer": "Neuropixels", "name": "Neuropixles 2.0"}}
|
model_accuracies.csv
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,classifier name,imputation_strategy,scaling_strategy,accuracy,precision,recall,model_id,best_params
|
2 |
+
0,RandomForestClassifier,median,StandardScaler(),0.5000,0.4167,0.5000,0,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
3 |
+
1,RandomForestClassifier,median,MinMaxScaler(),0.5000,0.4167,0.5000,1,"OrderedDict([('class_weight', 'balanced_subsample'), ('criterion', 'gini'), ('min_samples_leaf', 2), ('min_samples_split', 4), ('n_estimators', 140)])"
|
4 |
+
2,RandomForestClassifier,median,RobustScaler(),0.5000,0.4167,0.5000,2,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
5 |
+
3,RandomForestClassifier,most_frequent,StandardScaler(),0.5000,0.4167,0.5000,3,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
6 |
+
4,RandomForestClassifier,most_frequent,MinMaxScaler(),0.5000,0.4167,0.5000,4,"OrderedDict([('class_weight', 'balanced_subsample'), ('criterion', 'gini'), ('min_samples_leaf', 2), ('min_samples_split', 4), ('n_estimators', 140)])"
|
7 |
+
5,RandomForestClassifier,most_frequent,RobustScaler(),0.5000,0.4167,0.5000,5,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
8 |
+
6,RandomForestClassifier,knn,StandardScaler(),0.5000,0.4167,0.5000,6,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
9 |
+
7,RandomForestClassifier,knn,MinMaxScaler(),0.5000,0.4167,0.5000,7,"OrderedDict([('class_weight', 'balanced_subsample'), ('criterion', 'gini'), ('min_samples_leaf', 2), ('min_samples_split', 4), ('n_estimators', 140)])"
|
10 |
+
8,RandomForestClassifier,knn,RobustScaler(),0.5000,0.4167,0.5000,8,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
11 |
+
9,RandomForestClassifier,iterative,StandardScaler(),0.5000,0.4167,0.5000,9,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
12 |
+
10,RandomForestClassifier,iterative,MinMaxScaler(),0.5000,0.4167,0.5000,10,"OrderedDict([('class_weight', 'balanced_subsample'), ('criterion', 'gini'), ('min_samples_leaf', 2), ('min_samples_split', 4), ('n_estimators', 140)])"
|
13 |
+
11,RandomForestClassifier,iterative,RobustScaler(),0.5000,0.4167,0.5000,11,"OrderedDict([('class_weight', 'balanced'), ('criterion', 'gini'), ('min_samples_leaf', 3), ('min_samples_split', 3), ('n_estimators', 143)])"
|
pipeline_info.json
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metric_params": {
|
3 |
+
"analyzer_0": {
|
4 |
+
"quality_metric_params": {
|
5 |
+
"metric_names": [
|
6 |
+
"amplitude_cutoff",
|
7 |
+
"amplitude_cv",
|
8 |
+
"amplitude_median",
|
9 |
+
"d_prime",
|
10 |
+
"drift",
|
11 |
+
"firing_range",
|
12 |
+
"firing_rate",
|
13 |
+
"isi_violation",
|
14 |
+
"isolation_distance",
|
15 |
+
"l_ratio",
|
16 |
+
"nearest_neighbor",
|
17 |
+
"num_spikes",
|
18 |
+
"presence_ratio",
|
19 |
+
"rp_violation",
|
20 |
+
"sd_ratio",
|
21 |
+
"silhouette",
|
22 |
+
"sliding_rp_violation",
|
23 |
+
"snr",
|
24 |
+
"synchrony"
|
25 |
+
],
|
26 |
+
"peak_sign": null,
|
27 |
+
"seed": null,
|
28 |
+
"qm_params": {
|
29 |
+
"presence_ratio": {
|
30 |
+
"bin_duration_s": 60,
|
31 |
+
"mean_fr_ratio_thresh": 0.0
|
32 |
+
},
|
33 |
+
"snr": {
|
34 |
+
"peak_sign": "neg",
|
35 |
+
"peak_mode": "extremum"
|
36 |
+
},
|
37 |
+
"isi_violation": {
|
38 |
+
"isi_threshold_ms": 1.5,
|
39 |
+
"min_isi_ms": 0
|
40 |
+
},
|
41 |
+
"rp_violation": {
|
42 |
+
"refractory_period_ms": 1.0,
|
43 |
+
"censored_period_ms": 0.0
|
44 |
+
},
|
45 |
+
"sliding_rp_violation": {
|
46 |
+
"min_spikes": 0,
|
47 |
+
"bin_size_ms": 0.25,
|
48 |
+
"window_size_s": 1,
|
49 |
+
"exclude_ref_period_below_ms": 0.5,
|
50 |
+
"max_ref_period_ms": 10,
|
51 |
+
"contamination_values": null
|
52 |
+
},
|
53 |
+
"synchrony": {
|
54 |
+
"synchrony_sizes": [
|
55 |
+
2,
|
56 |
+
4,
|
57 |
+
8
|
58 |
+
]
|
59 |
+
},
|
60 |
+
"firing_range": {
|
61 |
+
"bin_size_s": 5,
|
62 |
+
"percentiles": [
|
63 |
+
5,
|
64 |
+
95
|
65 |
+
]
|
66 |
+
},
|
67 |
+
"amplitude_cv": {
|
68 |
+
"average_num_spikes_per_bin": 50,
|
69 |
+
"percentiles": [
|
70 |
+
5,
|
71 |
+
95
|
72 |
+
],
|
73 |
+
"min_num_bins": 10,
|
74 |
+
"amplitude_extension": "spike_amplitudes"
|
75 |
+
},
|
76 |
+
"amplitude_cutoff": {
|
77 |
+
"peak_sign": "neg",
|
78 |
+
"num_histogram_bins": 100,
|
79 |
+
"histogram_smoothing_value": 3,
|
80 |
+
"amplitudes_bins_min_ratio": 5
|
81 |
+
},
|
82 |
+
"amplitude_median": {
|
83 |
+
"peak_sign": "neg"
|
84 |
+
},
|
85 |
+
"drift": {
|
86 |
+
"interval_s": 60,
|
87 |
+
"min_spikes_per_interval": 100,
|
88 |
+
"direction": "y",
|
89 |
+
"min_num_bins": 2
|
90 |
+
},
|
91 |
+
"nearest_neighbor": {
|
92 |
+
"max_spikes": 10000,
|
93 |
+
"n_neighbors": 5
|
94 |
+
},
|
95 |
+
"nn_isolation": {
|
96 |
+
"max_spikes": 10000,
|
97 |
+
"min_spikes": 10,
|
98 |
+
"min_fr": 0.0,
|
99 |
+
"n_neighbors": 4,
|
100 |
+
"n_components": 10,
|
101 |
+
"radius_um": 100,
|
102 |
+
"peak_sign": "neg"
|
103 |
+
},
|
104 |
+
"nn_noise_overlap": {
|
105 |
+
"max_spikes": 10000,
|
106 |
+
"min_spikes": 10,
|
107 |
+
"min_fr": 0.0,
|
108 |
+
"n_neighbors": 4,
|
109 |
+
"n_components": 10,
|
110 |
+
"radius_um": 100,
|
111 |
+
"peak_sign": "neg"
|
112 |
+
},
|
113 |
+
"silhouette": {
|
114 |
+
"method": [
|
115 |
+
"simplified"
|
116 |
+
]
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"skip_pc_metrics": false
|
120 |
+
},
|
121 |
+
"template_metric_params": {
|
122 |
+
"metric_names": [
|
123 |
+
"half_width",
|
124 |
+
"num_negative_peaks",
|
125 |
+
"num_positive_peaks",
|
126 |
+
"peak_to_valley",
|
127 |
+
"peak_trough_ratio",
|
128 |
+
"recovery_slope",
|
129 |
+
"repolarization_slope"
|
130 |
+
],
|
131 |
+
"sparsity": null,
|
132 |
+
"peak_sign": "neg",
|
133 |
+
"upsampling_factor": 10,
|
134 |
+
"metrics_kwargs": {
|
135 |
+
"recovery_window_ms": 0.7,
|
136 |
+
"peak_relative_threshold": 0.2,
|
137 |
+
"peak_width_ms": 0.1,
|
138 |
+
"depth_direction": "y",
|
139 |
+
"min_channels_for_velocity": 5,
|
140 |
+
"min_r2_velocity": 0.5,
|
141 |
+
"exp_peak_function": "ptp",
|
142 |
+
"min_r2_exp_decay": 0.5,
|
143 |
+
"spread_threshold": 0.2,
|
144 |
+
"spread_smooth_um": 20,
|
145 |
+
"column_range": null
|
146 |
+
}
|
147 |
+
}
|
148 |
+
}
|
149 |
+
},
|
150 |
+
"spikeinterface_info": {
|
151 |
+
"version": "0.101.0rc0"
|
152 |
+
},
|
153 |
+
"label_conversion": {
|
154 |
+
"accept": "accept",
|
155 |
+
"reject": "accept"
|
156 |
+
}
|
157 |
+
}
|
training_data.csv
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,amplitude_cutoff,amplitude_cv_median,amplitude_cv_range,amplitude_median,drift_ptp,drift_std,drift_mad,firing_range,firing_rate,isi_violations_ratio,isi_violations_count,num_spikes,presence_ratio,rp_contamination,rp_violations,sd_ratio,sliding_rp_violation,snr,sync_spike_2,sync_spike_4,sync_spike_8,d_prime,isolation_distance,l_ratio,silhouette,nn_hit_rate,nn_miss_rate,half_width,num_negative_peaks,num_positive_peaks,peak_to_valley,peak_trough_ratio,recovery_slope,repolarization_slope
|
2 |
+
0,,,,-90.25139,,,,3.959999999999999,16.2,0.0,0.0,162.0,,0.0,0.0,1.328085623766315,0.1,13.985411090615933,0.024691358024691357,0.0,0.0,3.641468718575817,26.516333795048556,0.5340679669773402,0.283852738454733,0.6296296296296297,0.013151875571820676,0.00026,1,0,0.000624,-0.1298287734845804,-18030.815296130273,226238.21698916284
|
3 |
+
1,,,,-19.604597,,,,6.299999999999999,17.3,0.0,0.0,173.0,,0.0,0.0,0.9030494671906841,0.095,3.2765440377855977,0.011560693641618497,0.0,0.0,0.9706270984556699,3.929377953333924,7.344124909554531,0.0029792659925734375,0.3352601156069364,0.025796835588167852,0.000196,1,0,0.000444,-0.08189928252914914,-2873.091828178583,58343.187981855495
|
4 |
+
2,,,,-66.4041,,,,0.17999999999999972,13.5,0.0,0.0,135.0,,0.0,0.0,0.7383722984817507,0.15,9.97590677760018,0.007407407407407408,0.0,0.0,1.9742529824304897,34.52113050036981,0.21106052129771982,0.10899835280259029,0.4777777777777778,0.009604455558081383,0.00022,1,1,0.00048,-0.2899109601684884,-24565.883204698464,263622.7825207714
|
5 |
+
3,,,,-51.971367,,,,1.7999999999999972,15.4,0.0,0.0,154.0,,0.0,0.0,1.1449611839570737,0.115,8.384573622064686,0.01948051948051948,0.0,0.0,2.362375918322485,6.578810438520156,2.3671049001218605,0.03167542137113595,0.4090909090909091,0.021404109589041095,0.000288,1,1,0.000696,-0.20008823972719336,-12040.12866835073,136829.48140918635
|
6 |
+
4,,,,-51.787827,,,,1.4399999999999995,15.8,0.0,0.0,158.0,,0.0,0.0,1.0833762478130071,0.11,8.374989395096293,0.012658227848101266,0.0,0.0,2.6143458537646516,12.193465436257208,2.0841050626390913,0.024867792442526387,0.4541139240506329,0.018795703839122487,0.000288,1,1,0.000612,-0.2510439549513762,-17787.930773122393,148951.43996654768
|
7 |
+
5,,,,-72.558426,,,,4.679999999999998,14.4,0.0,0.0,144.0,,0.0,0.0,0.7931644129739359,0.115,11.273848003426,0.020833333333333332,0.0,0.0,2.903600805460705,19.74167071218228,1.0315798539955194,0.15927173871246272,0.5416666666666666,0.013439635535307517,0.00024,1,1,0.000708,-0.2033352924279707,-16674.15075056337,159706.6773334828
|
8 |
+
6,,,,-31.3573,,,,0.17999999999999972,15.1,0.0,0.0,151.0,,0.0,0.0,1.2564507445450537,0.115,5.426179301486481,0.019867549668874173,0.0,0.0,0.8488927915977962,4.129168027940508,9.235607805771119,0.08813280173437632,0.3758278145695364,0.02486881131644992,0.000212,1,1,0.000512,-0.2738634994932887,-11901.353391272502,123168.11634147257
|
9 |
+
7,,,,-243.79236,,,,1.620000000000001,14.1,0.0,0.0,141.0,,0.0,0.0,0.9479811946017958,0.145,36.19531834366942,0.03546099290780142,0.0,0.0,9.687346587258961,490.1330148271655,0.005061876715950118,0.47664649065545994,0.9095744680851063,0.0033576143865240156,0.000216,1,1,0.000504,-0.23015240558574007,-63705.55305750142,860117.0373240486
|
10 |
+
8,,,,-2.6585708,,,,0.1800000000000015,15.3,0.0,0.0,153.0,,0.0,0.0,1.954223205662671,0.12,1.5190006225907984,0.013071895424836602,0.0,0.0,1.0879076939270087,2.521595096848265,9.103710547524512,-0.007918971098052565,0.15849673202614378,0.03292627254051586,0.000252,2,0,0.000636,-0.18465665062558653,-2835.2285306633967,30944.707298111556
|
11 |
+
9,,,,-75.87774,,,,0.35999999999999943,16.2,0.0,0.0,162.0,,0.0,0.0,0.9635395461532874,0.1,11.62185035774681,0.043209876543209874,0.0,0.0,3.1636089436314694,45.46965281620947,0.09410925261647186,0.2975669618816793,0.6666666666666666,0.009091948764867337,0.000284,1,0,0.000612,-0.11458603052132542,-5621.8094666505085,194522.91177831255
|
12 |
+
10,,,,-21.12953,,,,2.700000000000001,16.7,0.0,0.0,167.0,,0.0,0.0,0.7437727366366005,0.1,3.3939791897959695,0.023952095808383235,0.0,0.0,1.1722402551349134,5.1711570090438395,6.707603152426007,0.030586064904767042,0.3338323353293413,0.029367987176551407,0.000328,1,1,0.000748,-0.27964306925808957,-14366.5526083,52535.05062433357
|
13 |
+
11,,,,-33.694237,,,,2.519999999999998,15.8,0.0,0.0,158.0,,0.0,0.0,1.3054864629049083,0.11,5.51104653060631,0.0189873417721519,0.0,0.0,1.1900132760591775,4.510449959541042,7.741635356559834,0.06079019443667321,0.43670886075949367,0.023023308957952467,0.000212,1,1,0.000444,-0.2799826706457641,-12424.087977313218,140000.26989616264
|
14 |
+
12,,,,-46.562187,,,,1.8000000000000007,16.6,0.0,0.0,166.0,,0.0,0.0,0.8697514616148535,0.1,7.3544616246201775,0.024096385542168676,0.0,0.0,3.787938845126251,64.10541938312346,0.030201166073221198,0.23313146613554153,0.5707831325301205,0.013221153846153846,0.00026,1,0,0.000688,-0.19523019432369004,-12600.961671076691,129624.38830222882
|
15 |
+
13,,,,-24.277517,,,,0.3600000000000012,14.2,0.0,0.0,142.0,,0.0,0.0,1.2604823438788035,0.125,4.1034581364481095,0.035211267605633804,0.0,0.0,0.7717433605848562,3.0488475059336726,11.090157134958313,0.07978299918659593,0.36619718309859156,0.026297814207650275,0.000348,1,1,0.000584,-0.20072389754439415,-1469.6048033695604,70399.09754747088
|
16 |
+
14,,,,-44.784477,,,,1.0799999999999983,14.4,0.0,0.0,144.0,,0.0,0.0,0.9900735950762817,0.135,6.911393383649928,0.034722222222222224,0.0,0.0,1.1191757532980713,5.621867976210628,6.8897867590322655,0.01901577282352802,0.3975694444444444,0.020159453302961275,0.00028,1,1,0.0006,-0.21057129200790153,-19103.45372774325,121231.66709000141
|
17 |
+
15,,,,1.9364028,,,,1.620000000000001,14.9,0.0,0.0,149.0,,0.0,0.0,1.9145103525473879,0.105,0.777833852345396,0.013422818791946308,0.0,0.0,1.4399638146992972,3.3478243951291122,7.510936786170222,-0.024515818613383537,0.20973154362416108,0.026168757126567844,0.002024,4,0,0.000536,-0.1097324749829406,-3323.9283296022395,8464.493134026428
|
18 |
+
16,,,,-12.945085,,,,1.9800000000000004,17.7,0.0,0.0,177.0,,0.0,0.0,1.0020781802698104,0.095,2.1956379211801,0.011299435028248588,0.0,0.0,1.6420272604836945,7.202740490285221,5.469604920760168,0.06880382458123716,0.2980225988700565,0.03695203121413817,0.000284,1,0,0.000492,-0.17733107471510728,-583.1361221245226,39849.121480309725
|
19 |
+
17,,,,-74.82143,,,,0.5400000000000009,13.1,0.0,0.0,131.0,,0.0,0.0,1.0706768062286436,0.145,11.8967799024262,0.030534351145038167,0.0,0.0,3.254957562574797,8.636974895090146,2.141247236593709,0.20287724672912497,0.5076335877862596,0.009879627526686351,0.000236,1,1,0.000528,-0.2677287030615729,-27512.103162162726,290018.95908264245
|
20 |
+
18,,,,-9.3292,,,,2.6999999999999993,13.1,0.0,0.0,131.0,,0.0,0.0,1.0404899235307743,0.16,2.0736745184026737,0.022900763358778626,0.0,0.0,0.993795319261863,2.8514453924396435,9.69858139697938,0.022354844498422743,0.16030534351145037,0.03043379513967749,0.000228,2,0,0.000716,-0.16568935944440133,-1097.8706016467659,16441.063531345404
|
21 |
+
19,,,,2.2684805,,,,2.5199999999999996,15.4,0.0,0.0,154.0,,0.0,0.0,1.7450726604083657,0.11,0.6403064318235815,0.012987012987012988,0.0,0.0,1.4383873861283527,2.611789332890352,8.13012335482906,0.01236809964024941,0.15584415584415584,0.026541095890410957,0.002216,5,1,0.001116,-0.3044815893115164,-3649.874336244699,665.6100756716957
|
22 |
+
20,,,,-163.97444,,,,0.5400000000000009,14.7,0.0,0.0,147.0,,0.0,0.0,1.1684139750109626,0.12,25.806482206734774,0.034013605442176874,0.0,0.0,6.060358601197579,134.90915880459173,0.014174528716344255,0.30515474325638986,0.7363945578231292,0.006325507180305448,0.00022,1,1,0.000588,-0.25767529567685815,-43204.229965901104,522415.53165013756
|
23 |
+
21,,,,-19.843483,,,,1.2599999999999998,12.7,0.0,0.0,127.0,,0.0,0.0,0.7329582754847549,0.11,3.2897367860572655,0.023622047244094488,0.0,0.0,1.4687067169790975,7.26018121507295,6.786858187360342,0.06307244352842716,0.2933070866141732,0.021386430678466076,0.0003,1,1,0.000808,-0.21186329201694373,-10970.679061327723,47686.4750242693
|
24 |
+
22,,,,-81.054016,,,,3.240000000000002,15.8,0.0,0.0,158.0,,0.0,0.0,0.6347391362319537,0.11,12.310614125118718,0.012658227848101266,0.0,0.0,3.6083688811811307,35.73202432264212,0.1305236214330205,0.2506275654351068,0.6281645569620253,0.011311700182815356,0.000264,1,1,0.000684,-0.2456655363923191,-23333.021660601986,196961.88064340627
|
25 |
+
23,,,,-28.833004,,,,1.4399999999999995,14.4,0.0,0.0,144.0,,0.0,0.0,1.0845198360805683,0.125,4.987236184018316,0.027777777777777776,0.0,0.0,1.0571156933623538,4.732577014114025,7.983461305911263,0.0648377391164936,0.3454861111111111,0.022266514806378132,0.000188,1,0,0.000488,-0.17765759549771512,-9057.045991960269,117340.59807242527
|
26 |
+
24,,,,-144.14003,,,,3.7799999999999976,15.9,0.0,0.0,159.0,,0.0,0.0,0.6642985373618281,0.11,21.628319297033794,0.018867924528301886,0.0,0.0,6.017306062407562,70.15862394460903,0.010949403475798042,0.3812667356033102,0.85062893081761,0.005657142857142857,0.000232,1,1,0.00052,-0.32906746801645287,-53461.9653595514,573334.5403316778
|
27 |
+
25,,,,-12.058157,,,,1.2599999999999998,14.3,0.0,0.0,143.0,,0.0,0.0,0.7080827113445058,0.135,2.0568944509709013,0.013986013986013986,0.0,0.0,1.2477776962480425,4.252517378436621,8.077752975113633,0.025320767177756342,0.2465034965034965,0.02271692097472102,0.000316,2,0,0.001388,-0.18207517007632604,-7106.594828223514,29023.19950026854
|
28 |
+
26,,,,-34.877724,,,,0.8999999999999986,14.7,0.0,0.0,147.0,,0.0,0.0,0.8967349822060197,0.13,5.584972709405364,0.006802721088435374,0.0,0.0,2.1581619084016275,8.304835398034955,5.725073954718223,0.050867104813670454,0.4098639455782313,0.017095965352176886,0.00028,1,1,0.000696,-0.23357482584122047,-15387.460726297808,85341.86961439483
|
29 |
+
27,,,,-163.69412,,,,0.8999999999999986,13.9,0.0,0.0,139.0,,0.0,0.0,0.7622588064828415,0.145,25.44611973675494,0.007194244604316547,0.0,0.0,5.484843276489654,134.96887799984472,0.013577573590424155,0.3090795432394102,0.7410071942446043,0.006427758816837315,0.000236,1,1,0.000544,-0.33512207879175937,-71594.6572012554,624916.0697420039
|
30 |
+
28,,,,-36.53749,,,,0.0,15.2,0.0,0.0,152.0,,0.0,0.0,0.9985219790046184,0.12,6.202369804155201,0.013157894736842105,0.0,0.0,0.8905054893225933,4.583651139915216,8.129804912839314,0.04059132527797297,0.33881578947368424,0.022478320401643086,0.000256,1,1,0.0007,-0.2315500246445849,-12458.583091315599,105629.35539053108
|
31 |
+
29,,,,-85.735405,,,,3.960000000000001,16.6,0.0,0.0,166.0,,0.0,0.0,0.8029414283996535,0.095,13.145298438590208,0.018072289156626505,0.0,0.0,1.8645563221588741,26.622846702670216,0.5359391839731459,0.21504353448072375,0.6159638554216867,0.013679029304029304,0.00022,1,0,0.000576,-0.1949299695224089,-20903.440146610392,244219.82057611566
|
32 |
+
0,,,,-90.25139,,,,3.959999999999999,16.2,0.0,0.0,162.0,,0.0,0.0,1.328085623766315,0.1,13.985411090615933,0.024691358024691357,0.0,0.0,3.641468718575817,26.516333795048556,0.5340679669773402,0.283852738454733,0.6296296296296297,0.013151875571820676,0.00026,1,0,0.000624,-0.1298287734845804,-18030.815296130273,226238.21698916284
|
33 |
+
1,,,,-19.604597,,,,6.299999999999999,17.3,0.0,0.0,173.0,,0.0,0.0,0.9030494671906841,0.095,3.2765440377855977,0.011560693641618497,0.0,0.0,0.9706270984556699,3.929377953333924,7.344124909554531,0.0029792659925734375,0.3352601156069364,0.025796835588167852,0.000196,1,0,0.000444,-0.08189928252914914,-2873.091828178583,58343.187981855495
|
34 |
+
2,,,,-66.4041,,,,0.17999999999999972,13.5,0.0,0.0,135.0,,0.0,0.0,0.7383722984817507,0.15,9.97590677760018,0.007407407407407408,0.0,0.0,1.9742529824304897,34.52113050036981,0.21106052129771982,0.10899835280259029,0.4777777777777778,0.009604455558081383,0.00022,1,1,0.00048,-0.2899109601684884,-24565.883204698464,263622.7825207714
|
35 |
+
3,,,,-51.971367,,,,1.7999999999999972,15.4,0.0,0.0,154.0,,0.0,0.0,1.1449611839570737,0.115,8.384573622064686,0.01948051948051948,0.0,0.0,2.362375918322485,6.578810438520156,2.3671049001218605,0.03167542137113595,0.4090909090909091,0.021404109589041095,0.000288,1,1,0.000696,-0.20008823972719336,-12040.12866835073,136829.48140918635
|
36 |
+
4,,,,-51.787827,,,,1.4399999999999995,15.8,0.0,0.0,158.0,,0.0,0.0,1.0833762478130071,0.11,8.374989395096293,0.012658227848101266,0.0,0.0,2.6143458537646516,12.193465436257208,2.0841050626390913,0.024867792442526387,0.4541139240506329,0.018795703839122487,0.000288,1,1,0.000612,-0.2510439549513762,-17787.930773122393,148951.43996654768
|
37 |
+
5,,,,-72.558426,,,,4.679999999999998,14.4,0.0,0.0,144.0,,0.0,0.0,0.7931644129739359,0.115,11.273848003426,0.020833333333333332,0.0,0.0,2.903600805460705,19.74167071218228,1.0315798539955194,0.15927173871246272,0.5416666666666666,0.013439635535307517,0.00024,1,1,0.000708,-0.2033352924279707,-16674.15075056337,159706.6773334828
|
38 |
+
6,,,,-31.3573,,,,0.17999999999999972,15.1,0.0,0.0,151.0,,0.0,0.0,1.2564507445450537,0.115,5.426179301486481,0.019867549668874173,0.0,0.0,0.8488927915977962,4.129168027940508,9.235607805771119,0.08813280173437632,0.3758278145695364,0.02486881131644992,0.000212,1,1,0.000512,-0.2738634994932887,-11901.353391272502,123168.11634147257
|
39 |
+
7,,,,-243.79236,,,,1.620000000000001,14.1,0.0,0.0,141.0,,0.0,0.0,0.9479811946017958,0.145,36.19531834366942,0.03546099290780142,0.0,0.0,9.687346587258961,490.1330148271655,0.005061876715950118,0.47664649065545994,0.9095744680851063,0.0033576143865240156,0.000216,1,1,0.000504,-0.23015240558574007,-63705.55305750142,860117.0373240486
|
40 |
+
8,,,,-2.6585708,,,,0.1800000000000015,15.3,0.0,0.0,153.0,,0.0,0.0,1.954223205662671,0.12,1.5190006225907984,0.013071895424836602,0.0,0.0,1.0879076939270087,2.521595096848265,9.103710547524512,-0.007918971098052565,0.15849673202614378,0.03292627254051586,0.000252,2,0,0.000636,-0.18465665062558653,-2835.2285306633967,30944.707298111556
|
41 |
+
9,,,,-75.87774,,,,0.35999999999999943,16.2,0.0,0.0,162.0,,0.0,0.0,0.9635395461532874,0.1,11.62185035774681,0.043209876543209874,0.0,0.0,3.1636089436314694,45.46965281620947,0.09410925261647186,0.2975669618816793,0.6666666666666666,0.009091948764867337,0.000284,1,0,0.000612,-0.11458603052132542,-5621.8094666505085,194522.91177831255
|
42 |
+
10,,,,-21.12953,,,,2.700000000000001,16.7,0.0,0.0,167.0,,0.0,0.0,0.7437727366366005,0.1,3.3939791897959695,0.023952095808383235,0.0,0.0,1.1722402551349134,5.1711570090438395,6.707603152426007,0.030586064904767042,0.3338323353293413,0.029367987176551407,0.000328,1,1,0.000748,-0.27964306925808957,-14366.5526083,52535.05062433357
|
43 |
+
11,,,,-33.694237,,,,2.519999999999998,15.8,0.0,0.0,158.0,,0.0,0.0,1.3054864629049083,0.11,5.51104653060631,0.0189873417721519,0.0,0.0,1.1900132760591775,4.510449959541042,7.741635356559834,0.06079019443667321,0.43670886075949367,0.023023308957952467,0.000212,1,1,0.000444,-0.2799826706457641,-12424.087977313218,140000.26989616264
|
44 |
+
12,,,,-46.562187,,,,1.8000000000000007,16.6,0.0,0.0,166.0,,0.0,0.0,0.8697514616148535,0.1,7.3544616246201775,0.024096385542168676,0.0,0.0,3.787938845126251,64.10541938312346,0.030201166073221198,0.23313146613554153,0.5707831325301205,0.013221153846153846,0.00026,1,0,0.000688,-0.19523019432369004,-12600.961671076691,129624.38830222882
|
45 |
+
13,,,,-24.277517,,,,0.3600000000000012,14.2,0.0,0.0,142.0,,0.0,0.0,1.2604823438788035,0.125,4.1034581364481095,0.035211267605633804,0.0,0.0,0.7717433605848562,3.0488475059336726,11.090157134958313,0.07978299918659593,0.36619718309859156,0.026297814207650275,0.000348,1,1,0.000584,-0.20072389754439415,-1469.6048033695604,70399.09754747088
|
46 |
+
14,,,,-44.784477,,,,1.0799999999999983,14.4,0.0,0.0,144.0,,0.0,0.0,0.9900735950762817,0.135,6.911393383649928,0.034722222222222224,0.0,0.0,1.1191757532980713,5.621867976210628,6.8897867590322655,0.01901577282352802,0.3975694444444444,0.020159453302961275,0.00028,1,1,0.0006,-0.21057129200790153,-19103.45372774325,121231.66709000141
|
47 |
+
15,,,,1.9364028,,,,1.620000000000001,14.9,0.0,0.0,149.0,,0.0,0.0,1.9145103525473879,0.105,0.777833852345396,0.013422818791946308,0.0,0.0,1.4399638146992972,3.3478243951291122,7.510936786170222,-0.024515818613383537,0.20973154362416108,0.026168757126567844,0.002024,4,0,0.000536,-0.1097324749829406,-3323.9283296022395,8464.493134026428
|
48 |
+
16,,,,-12.945085,,,,1.9800000000000004,17.7,0.0,0.0,177.0,,0.0,0.0,1.0020781802698104,0.095,2.1956379211801,0.011299435028248588,0.0,0.0,1.6420272604836945,7.202740490285221,5.469604920760168,0.06880382458123716,0.2980225988700565,0.03695203121413817,0.000284,1,0,0.000492,-0.17733107471510728,-583.1361221245226,39849.121480309725
|
49 |
+
17,,,,-74.82143,,,,0.5400000000000009,13.1,0.0,0.0,131.0,,0.0,0.0,1.0706768062286436,0.145,11.8967799024262,0.030534351145038167,0.0,0.0,3.254957562574797,8.636974895090146,2.141247236593709,0.20287724672912497,0.5076335877862596,0.009879627526686351,0.000236,1,1,0.000528,-0.2677287030615729,-27512.103162162726,290018.95908264245
|
50 |
+
18,,,,-9.3292,,,,2.6999999999999993,13.1,0.0,0.0,131.0,,0.0,0.0,1.0404899235307743,0.16,2.0736745184026737,0.022900763358778626,0.0,0.0,0.993795319261863,2.8514453924396435,9.69858139697938,0.022354844498422743,0.16030534351145037,0.03043379513967749,0.000228,2,0,0.000716,-0.16568935944440133,-1097.8706016467659,16441.063531345404
|
51 |
+
19,,,,2.2684805,,,,2.5199999999999996,15.4,0.0,0.0,154.0,,0.0,0.0,1.7450726604083657,0.11,0.6403064318235815,0.012987012987012988,0.0,0.0,1.4383873861283527,2.611789332890352,8.13012335482906,0.01236809964024941,0.15584415584415584,0.026541095890410957,0.002216,5,1,0.001116,-0.3044815893115164,-3649.874336244699,665.6100756716957
|
52 |
+
20,,,,-163.97444,,,,0.5400000000000009,14.7,0.0,0.0,147.0,,0.0,0.0,1.1684139750109626,0.12,25.806482206734774,0.034013605442176874,0.0,0.0,6.060358601197579,134.90915880459173,0.014174528716344255,0.30515474325638986,0.7363945578231292,0.006325507180305448,0.00022,1,1,0.000588,-0.25767529567685815,-43204.229965901104,522415.53165013756
|
53 |
+
21,,,,-19.843483,,,,1.2599999999999998,12.7,0.0,0.0,127.0,,0.0,0.0,0.7329582754847549,0.11,3.2897367860572655,0.023622047244094488,0.0,0.0,1.4687067169790975,7.26018121507295,6.786858187360342,0.06307244352842716,0.2933070866141732,0.021386430678466076,0.0003,1,1,0.000808,-0.21186329201694373,-10970.679061327723,47686.4750242693
|
54 |
+
22,,,,-81.054016,,,,3.240000000000002,15.8,0.0,0.0,158.0,,0.0,0.0,0.6347391362319537,0.11,12.310614125118718,0.012658227848101266,0.0,0.0,3.6083688811811307,35.73202432264212,0.1305236214330205,0.2506275654351068,0.6281645569620253,0.011311700182815356,0.000264,1,1,0.000684,-0.2456655363923191,-23333.021660601986,196961.88064340627
|
55 |
+
23,,,,-28.833004,,,,1.4399999999999995,14.4,0.0,0.0,144.0,,0.0,0.0,1.0845198360805683,0.125,4.987236184018316,0.027777777777777776,0.0,0.0,1.0571156933623538,4.732577014114025,7.983461305911263,0.0648377391164936,0.3454861111111111,0.022266514806378132,0.000188,1,0,0.000488,-0.17765759549771512,-9057.045991960269,117340.59807242527
|
56 |
+
24,,,,-144.14003,,,,3.7799999999999976,15.9,0.0,0.0,159.0,,0.0,0.0,0.6642985373618281,0.11,21.628319297033794,0.018867924528301886,0.0,0.0,6.017306062407562,70.15862394460903,0.010949403475798042,0.3812667356033102,0.85062893081761,0.005657142857142857,0.000232,1,1,0.00052,-0.32906746801645287,-53461.9653595514,573334.5403316778
|
57 |
+
25,,,,-12.058157,,,,1.2599999999999998,14.3,0.0,0.0,143.0,,0.0,0.0,0.7080827113445058,0.135,2.0568944509709013,0.013986013986013986,0.0,0.0,1.2477776962480425,4.252517378436621,8.077752975113633,0.025320767177756342,0.2465034965034965,0.02271692097472102,0.000316,2,0,0.001388,-0.18207517007632604,-7106.594828223514,29023.19950026854
|
58 |
+
26,,,,-34.877724,,,,0.8999999999999986,14.7,0.0,0.0,147.0,,0.0,0.0,0.8967349822060197,0.13,5.584972709405364,0.006802721088435374,0.0,0.0,2.1581619084016275,8.304835398034955,5.725073954718223,0.050867104813670454,0.4098639455782313,0.017095965352176886,0.00028,1,1,0.000696,-0.23357482584122047,-15387.460726297808,85341.86961439483
|
59 |
+
27,,,,-163.69412,,,,0.8999999999999986,13.9,0.0,0.0,139.0,,0.0,0.0,0.7622588064828415,0.145,25.44611973675494,0.007194244604316547,0.0,0.0,5.484843276489654,134.96887799984472,0.013577573590424155,0.3090795432394102,0.7410071942446043,0.006427758816837315,0.000236,1,1,0.000544,-0.33512207879175937,-71594.6572012554,624916.0697420039
|
60 |
+
28,,,,-36.53749,,,,0.0,15.2,0.0,0.0,152.0,,0.0,0.0,0.9985219790046184,0.12,6.202369804155201,0.013157894736842105,0.0,0.0,0.8905054893225933,4.583651139915216,8.129804912839314,0.04059132527797297,0.33881578947368424,0.022478320401643086,0.000256,1,1,0.0007,-0.2315500246445849,-12458.583091315599,105629.35539053108
|
61 |
+
29,,,,-85.735405,,,,3.960000000000001,16.6,0.0,0.0,166.0,,0.0,0.0,0.8029414283996535,0.095,13.145298438590208,0.018072289156626505,0.0,0.0,1.8645563221588741,26.622846702670216,0.5359391839731459,0.21504353448072375,0.6159638554216867,0.013679029304029304,0.00022,1,0,0.000576,-0.1949299695224089,-20903.440146610392,244219.82057611566
|