dronefreak commited on
Commit
8af3671
·
1 Parent(s): ae88795

Upload 9 files (#1)

Browse files

- Upload 9 files (7fa940ff870b5f07ce5f6975153bb2a6566ee196)

Files changed (10) hide show
  1. .gitattributes +4 -0
  2. README.md +242 -0
  3. args.yaml +112 -0
  4. best.pt +3 -0
  5. confusion_matrix_normalized.png +3 -0
  6. demo_grid.png +3 -0
  7. iou_bar_chart.png +3 -0
  8. labels.jpg +0 -0
  9. results.csv +272 -0
  10. results.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
37
+ demo_grid.png filter=lfs diff=lfs merge=lfs -text
38
+ iou_bar_chart.png filter=lfs diff=lfs merge=lfs -text
39
+ results.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+
4
+ pipeline_tag: image-segmentation
5
+
6
+ library_name: ultralytics
7
+
8
+ base_model: "Ultralytics/YOLO26"
9
+
10
+ tags:
11
+ - semantic-segmentation
12
+ - aerial-imagery
13
+ - drone
14
+ - aeroscapes
15
+ - yolo26
16
+ - ultralytics
17
+ - pytorch
18
+ - computer-vision
19
+ datasets:
20
+ - dronefreak/Aeroscapes
21
+ metrics:
22
+ - miou
23
+ - pixel-accuracy
24
+ ---
25
+
26
+ # YOLO26n-sem Finetuned on AeroScapes
27
+
28
+ ![License](https://img.shields.io/badge/License-AGPL--3.0-1f6feb?style=flat-square) ![Framework](https://img.shields.io/badge/Framework-Ultralytics-6a5acd?style=flat-square) ![Dataset](https://img.shields.io/badge/Dataset-AeroScapes-0aa1a7?style=flat-square) ![mIoU](https://img.shields.io/badge/mIoU-64.86%25-e8a33d?style=flat-square) ![Status](https://img.shields.io/badge/Status-Trained-2ea44f?style=flat-square) ![Maintained](https://img.shields.io/badge/Maintained-yes-17a2b8?style=flat-square)
29
+
30
+ Fine-tuned YOLO26n semantic segmentation model for aerial drone imagery using the AeroScapes benchmark dataset.
31
+
32
+ This model is part of the **AeroScapes Semantic Segmentation Model Zoo**, a collection of CABiNet and YOLO26 models trained and evaluated under a common pipeline for aerial semantic segmentation.
33
+
34
+
35
+ <p align="center">
36
+ <img src="demo_grid.png" alt="YOLO26n-sem on AeroScapes: Input / Ground Truth / Prediction">
37
+ </p>
38
+
39
+ <sub>Qualitative results on AeroScapes val-split examples — single-scale (imgsz=896) inference, no TTA.</sub>
40
+
41
+ ---
42
+
43
+ ## Performance
44
+
45
+ | Metric | Score |
46
+ | ------------------- | --------------- |
47
+ | mIoU | 64.86 |
48
+ | Pixel Accuracy | 92.84 |
49
+ | Parameters (M) | 1.63 |
50
+ | FLOPs (GFLOPs @ 720px) | 5.6 |
51
+
52
+ ---
53
+
54
+ ## AeroScapes Model Zoo
55
+
56
+ | Rank | Model | mIoU (%) | Pixel Acc (%) | Params (M) | FLOPs (GFLOPs) |
57
+ | ---- | --------------------- | ------------- | ------------------ | ----------------- | ----------------- |
58
+ | 1 | YOLO26x-sem | 68.36 | 93.91 | 40.15 | 213.0 |
59
+ | 2 | YOLO26l-sem | 68.0 | 93.16 | 17.86 | 95.1 |
60
+ | 3 | CABiNet (MobileNetV3-Large) | 67.83 | 94.32 | 9.18 | 27.4 |
61
+ | 4 | YOLO26m-sem | 66.97 | 93.51 | 14.31 | 75.2 |
62
+ | 5 | YOLO26s-sem | 65.44 | 93.22 | 6.50 | 21.9 |
63
+ | 6 | YOLO26n-sem | 64.86 | 92.84 | 1.63 | 5.6 |
64
+
65
+ ---
66
+
67
+ ## Per-Class IoU (%)
68
+
69
+ | Class | YOLO26x-sem | YOLO26l-sem | CABiNet (MobileNetV3-Large) | YOLO26m-sem | YOLO26s-sem | YOLO26n-sem |
70
+ | --- | --- | --- | --- | --- | --- | --- |
71
+ | Background | 81.69 | 79.43 | 82.67 | 80.75 | 79.31 | 78.43 |
72
+ | Person | 53.34 | 49.28 | 46.9 | 50.81 | 49.44 | 44.51 |
73
+ | Bike | 35.61 | 42.18 | 42.35 | 38.4 | 30.09 | 35.7 |
74
+ | Car | 86.16 | 87.67 | 85.08 | 84.76 | 84.54 | 85.28 |
75
+ | Drone | 60.46 | 65.97 | 61.77 | 58.91 | 59.73 | 50.88 |
76
+ | Boat | 82.04 | 79.76 | 77.67 | 80.33 | 76.19 | 80.28 |
77
+ | Animal | 41.21 | 37.08 | 33.74 | 38.22 | 36.21 | 37.15 |
78
+ | Obstacle | 26.91 | 29.17 | 23.13 | 24.14 | 19.8 | 17.29 |
79
+ | Construction | 75.76 | 67.09 | 78.81 | 72.87 | 71.02 | 74.39 |
80
+ | Vegetation | 94.07 | 93.6 | 94.3 | 93.99 | 93.93 | 93.55 |
81
+ | Road | 92.14 | 92.07 | 92.91 | 91.94 | 91.64 | 89.1 |
82
+ | Sky | 90.96 | 92.72 | 94.57 | 88.57 | 93.35 | 91.73 |
83
+
84
+ ---
85
+
86
+ ## Evaluation Visualizations
87
+
88
+ ### Per-Class IoU Bar Chart
89
+
90
+ ![IoU Bar Chart](iou_bar_chart.png)
91
+
92
+ ### Confusion Matrix
93
+
94
+ ![Confusion Matrix](confusion_matrix_normalized.png)
95
+
96
+ ### Loss Curves
97
+
98
+ ![Loss Curves](results.png)
99
+
100
+ ---
101
+
102
+ ## Dataset
103
+
104
+ [AeroScapes](https://github.com/ishann/aeroscapes) is an aerial semantic segmentation benchmark of ~3,200 720p images captured by a fleet of drones across roughly 10 flight sequences, covering urban and suburban scenes with people, vehicles, and small objects.
105
+
106
+ ### Classes
107
+
108
+ - Background
109
+ - Person
110
+ - Bike
111
+ - Car
112
+ - Drone
113
+ - Boat
114
+ - Animal
115
+ - Obstacle
116
+ - Construction
117
+ - Vegetation
118
+ - Road
119
+ - Sky
120
+
121
+ ---
122
+
123
+ ## Usage
124
+
125
+ ### Install Dependencies
126
+
127
+ ```bash
128
+ pip install ultralytics huggingface_hub
129
+ ```
130
+
131
+ ### Load Model from Hugging Face
132
+
133
+ ```python
134
+ from huggingface_hub import hf_hub_download
135
+ from ultralytics import YOLO
136
+
137
+ weights = hf_hub_download(
138
+ repo_id="dronefreak/aeroscapes-yolo26n-sem",
139
+ filename="best.pt"
140
+ )
141
+
142
+ model = YOLO(weights)
143
+ ```
144
+
145
+ ### Run Inference
146
+
147
+ ```python
148
+ results = model.predict(source="image.png", task="semantic", imgsz=896)
149
+ mask = results[0].semantic_mask.cpu().numpy().data # (H, W) class-ID map
150
+ ```
151
+
152
+ ---
153
+
154
+ ## Training Configuration
155
+
156
+ | Setting | Value |
157
+ | ------------ | ------------------------------------------ |
158
+ | Epochs | 120 |
159
+ | Image size | 896 |
160
+ | Batch size | 8 |
161
+ | Dataset | AeroScapes (converted images/+masks/ format) |
162
+ | Framework | Ultralytics YOLO |
163
+ | cls_pw (class weighting) | 0.5 |
164
+
165
+ ---
166
+
167
+ ## Official Resources
168
+
169
+ - **AeroScapes Semantic Segmentation Model Zoo:** https://huggingface.co/collections/dronefreak/aeroscapes-semantic-segmentation-model-zoo
170
+ - **CABiNet repository:** https://github.com/dronefreak/CABiNet
171
+ - **CABiNet Paper:** https://arxiv.org/abs/2011.00993v2
172
+ - **AeroScapes Dataset (Hugging Face):** https://huggingface.co/datasets/dronefreak/Aeroscapes
173
+ - **AeroScapes Repository:** https://github.com/ishann/aeroscapes
174
+ - **AeroScapes Paper (CMU PDF):** https://www.cs.cmu.edu/~deva/papers/aeroscapes.pdf
175
+ - **Ultralytics YOLO:** https://github.com/ultralytics/ultralytics
176
+ - **Ultralytics YOLO26 Paper:** https://arxiv.org/abs/2606.03748
177
+
178
+ ---
179
+
180
+ ## Training Framework
181
+
182
+ Trained with the [CABiNet repository](https://github.com/dronefreak/CABiNet), which pairs its own real-time segmentation trainer with a parallel Ultralytics YOLO26-sem pipeline — shared dataset tooling, training/eval, and mIoU benchmarking across UAVid, AeroScapes, and VDD. Star the repo if you find these models useful!
183
+
184
+ ---
185
+
186
+ ## Known Limitations
187
+
188
+ Performance may degrade in:
189
+
190
+ * Very rare classes (Bike, Drone, Boat) each cover well under 2% of any single frame in the val split — expect unreliable predictions for these
191
+ * No official test split — all reported numbers are on the val split, unlike UAVid/VDD
192
+ * Frames are drawn from only ~10 flight sequences, so scene diversity is lower than UAVid/VDD despite the image count
193
+ * Native resolution (1280x720) downsampled to the eval imgsz — fine detail on small objects (pedestrians, bikes) can be lost
194
+
195
+ ---
196
+
197
+ ## Citation
198
+
199
+ Please cite the following:
200
+
201
+ ```bibtex
202
+ @inproceedings{nigam2018ensemble,
203
+ title={Ensemble Knowledge Transfer for Semantic Segmentation},
204
+ author={Nigam, Ishan and Huang, Chen and Ramanan, Deva},
205
+ booktitle={2018 IEEE Winter Conference on Applications of Computer Vision (WACV)},
206
+ year={2018}
207
+ }
208
+
209
+ @INPROCEEDINGS{9560977,
210
+ author={Kumaar, Saumya and Lyu, Ye and Nex, Francesco and Yang, Michael Ying},
211
+ booktitle={2021 IEEE International Conference on Robotics and Automation (ICRA)},
212
+ title={CABiNet: Efficient Context Aggregation Network for Low-Latency Semantic Segmentation},
213
+ year={2021},
214
+ pages={13517-13524},
215
+ doi={10.1109/ICRA48506.2021.9560977}
216
+ }
217
+
218
+ @article{Kumaar_Real-time_Semantic_Segmentation_2021,
219
+ author = {Kumaar, Saumya and Lyu, Ye and Nex, Francesco and Yang, Michael Ying},
220
+ doi = {10.1016/j.isprsjprs.2021.06.006},
221
+ journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
222
+ pages = {124--134},
223
+ title = {{Real-time Semantic Segmentation with Context Aggregation Network}},
224
+ url = {https://www.sciencedirect.com/science/article/pii/S0924271621001647},
225
+ volume = {178},
226
+ year = {2021}
227
+ }
228
+
229
+ @article{jocher2026ultralytics,
230
+ title={Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models},
231
+ author={Jocher, Glenn and Qiu, Jing and Liu, Mengyu and Lyu, Shuai and Akyon, Fatih Cagatay and Kalfaoglu, Muhammet Esat},
232
+ journal={arXiv preprint arXiv:2606.03748},
233
+ year={2026}
234
+ }
235
+
236
+ @software{cabinet_uavid_benchmark,
237
+ author = {Kumaar, Saumya},
238
+ title = {CABiNet: Semantic Segmentation Benchmarking on UAVid (CABiNet vs. YOLO26)},
239
+ url = {https://github.com/dronefreak/CABiNet},
240
+ year = {2026}
241
+ }
242
+ ```
args.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: semantic
2
+ mode: train
3
+ model: yolo26n-sem.pt
4
+ data: /home/saumya.saksena/projects/CABiNet/configs/dataset/aeroscapes_yolo.yaml
5
+ epochs: 300
6
+ time: null
7
+ patience: 50
8
+ batch: 8
9
+ imgsz: 720
10
+ save: true
11
+ save_period: 50
12
+ cache: false
13
+ device: '0'
14
+ workers: 8
15
+ project: /home/saumya.saksena/projects/CABiNet/experiments/aeroscapes_yolo
16
+ name: yolo26n
17
+ exist_ok: false
18
+ pretrained: true
19
+ cls_remap: true
20
+ optimizer: SGD
21
+ verbose: true
22
+ seed: 0
23
+ deterministic: true
24
+ single_cls: false
25
+ rect: false
26
+ cos_lr: true
27
+ close_mosaic: 15
28
+ resume: false
29
+ amp: true
30
+ fraction: 1.0
31
+ profile: false
32
+ freeze: null
33
+ multi_scale: 0.0
34
+ compile: false
35
+ overlap_mask: true
36
+ mask_ratio: 4
37
+ dropout: 0.0
38
+ val: true
39
+ split: val
40
+ save_json: false
41
+ conf: null
42
+ iou: 0.7
43
+ max_det: 300
44
+ quantize: null
45
+ dnn: false
46
+ plots: true
47
+ end2end: null
48
+ source: null
49
+ vid_stride: 1
50
+ stream_buffer: false
51
+ visualize: false
52
+ augment: false
53
+ agnostic_nms: false
54
+ classes: null
55
+ retina_masks: false
56
+ embed: null
57
+ show: false
58
+ save_frames: false
59
+ save_txt: false
60
+ save_conf: false
61
+ save_crop: false
62
+ show_labels: true
63
+ show_conf: true
64
+ show_boxes: true
65
+ line_width: null
66
+ format: torchscript
67
+ keras: false
68
+ optimize: false
69
+ dynamic: false
70
+ simplify: true
71
+ opset: null
72
+ workspace: null
73
+ nms: false
74
+ lr0: 0.01
75
+ lrf: 0.01
76
+ momentum: 0.937
77
+ weight_decay: 0.0005
78
+ warmup_epochs: 3.0
79
+ warmup_momentum: 0.8
80
+ warmup_bias_lr: 0.1
81
+ distill_model: null
82
+ dis: 6.0
83
+ box: 7.5
84
+ cls: 0.5
85
+ cls_pw: 0.5
86
+ dfl: 1.5
87
+ pose: 12.0
88
+ kobj: 1.0
89
+ rle: 1.0
90
+ angle: 1.0
91
+ nbs: 64
92
+ hsv_h: 0.01
93
+ hsv_s: 0.4
94
+ hsv_v: 0.3
95
+ degrees: 10.0
96
+ translate: 0.05
97
+ scale: 0.3
98
+ shear: 0.0
99
+ perspective: 0.0
100
+ flipud: 0.2
101
+ fliplr: 0.5
102
+ bgr: 0.0
103
+ mosaic: 0.8
104
+ mixup: 0.1
105
+ cutmix: 0.0
106
+ copy_paste: 0.15
107
+ copy_paste_mode: flip
108
+ auto_augment: randaugment
109
+ erasing: 0.4
110
+ cfg: null
111
+ tracker: tracktrack.yaml
112
+ save_dir: /home/saumya.saksena/projects/CABiNet/experiments/aeroscapes_yolo/yolo26n
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff57c3273fea7d983b5982628289060f18f740f264061fdada93fb441ee84b4
3
+ size 3461122
confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: bd1b5330e3e403f90cb439d6c66da3469ae5c9d4bd588d74f065f22610d50f88
  • Pointer size: 131 Bytes
  • Size of remote file: 276 kB
demo_grid.png ADDED

Git LFS Details

  • SHA256: f286217e1d8658dccdb9832fa19fa3d7b67e8ffa4dcce56c77531fa09a4d9628
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
iou_bar_chart.png ADDED

Git LFS Details

  • SHA256: 37b71f5bc0ac1b587fa55278efd36b9ce1f122755f633193f684d9309cb19d7e
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
labels.jpg ADDED
results.csv ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,time,train/ce_loss,train/dice_loss,train/aux_loss,metrics/mIoU,metrics/pixel_acc,val/ce_loss,val/dice_loss,val/aux_loss,lr/pg0,lr/pg1,lr/pg2
2
+ 1,186.409,0.95823,0.74878,0.43871,0.3388,0.80532,0.60988,0.8027,0,0.00332317,0.00332317,0.0700915
3
+ 2,371.112,0.56186,0.60808,0.23295,0.3624,0.82373,0.52129,0.77844,0,0.00665632,0.00665632,0.0400913
4
+ 3,556.05,0.48266,0.55047,0.19598,0.37665,0.8489,0.47919,0.76639,0,0.00998875,0.00998875,0.0100904
5
+ 4,741.597,0.4369,0.53127,0.17628,0.4213,0.86602,0.42932,0.75322,0,0.00999756,0.00999756,0.00999756
6
+ 5,926.712,0.41038,0.51506,0.16699,0.38892,0.79861,0.74605,0.76394,0,0.00999566,0.00999566,0.00999566
7
+ 6,1111.95,0.40123,0.50462,0.16165,0.41386,0.80608,0.58153,0.75859,0,0.00999322,0.00999322,0.00999322
8
+ 7,1297.62,0.38019,0.49476,0.153,0.44807,0.83168,0.56764,0.73344,0,0.00999023,0.00999023,0.00999023
9
+ 8,1482.93,0.3626,0.47223,0.14554,0.44207,0.83281,0.51619,0.73222,0,0.00998671,0.00998671,0.00998671
10
+ 9,1668.34,0.35155,0.47149,0.14105,0.49842,0.82412,0.60307,0.7187,0,0.00998264,0.00998264,0.00998264
11
+ 10,1853.42,0.35575,0.44374,0.13992,0.50711,0.87138,0.45177,0.6197,0,0.00997803,0.00997803,0.00997803
12
+ 11,2038.99,0.35763,0.36093,0.13449,0.43266,0.84438,0.59012,0.56307,0,0.00997288,0.00997288,0.00997288
13
+ 12,2224.96,0.33024,0.34408,0.12892,0.46743,0.86167,0.47451,0.5502,0,0.0099672,0.0099672,0.0099672
14
+ 13,2409.55,0.34982,0.34815,0.1357,0.47218,0.84173,0.61372,0.55839,0,0.00996097,0.00996097,0.00996097
15
+ 14,2595.4,0.32381,0.33032,0.12664,0.49355,0.82334,0.5414,0.55852,0,0.0099542,0.0099542,0.0099542
16
+ 15,2781.53,0.33393,0.33874,0.12982,0.45291,0.81339,0.57381,0.55645,0,0.0099469,0.0099469,0.0099469
17
+ 16,2966.71,0.30769,0.32757,0.12091,0.47732,0.85819,0.46699,0.54638,0,0.00993906,0.00993906,0.00993906
18
+ 17,3152.96,0.33421,0.33173,0.13007,0.51986,0.86487,0.4285,0.53477,0,0.00993068,0.00993068,0.00993068
19
+ 18,3340,0.31104,0.32484,0.12209,0.49544,0.8562,0.48733,0.55811,0,0.00992177,0.00992177,0.00992177
20
+ 19,3526.04,0.29989,0.3165,0.11802,0.49224,0.85846,0.49971,0.55507,0,0.00991232,0.00991232,0.00991232
21
+ 20,3711.47,0.30581,0.30763,0.12098,0.52174,0.89002,0.40359,0.53759,0,0.00990234,0.00990234,0.00990234
22
+ 21,3897.73,0.29422,0.31063,0.11579,0.51171,0.88749,0.40117,0.52712,0,0.00989183,0.00989183,0.00989183
23
+ 22,4082.8,0.31021,0.30181,0.11953,0.54842,0.87921,0.43888,0.45495,0,0.00988079,0.00988079,0.00988079
24
+ 23,4268.7,0.30582,0.25642,0.11519,0.53684,0.89107,0.3835,0.46905,0,0.00986922,0.00986922,0.00986922
25
+ 24,4454.8,0.30468,0.25499,0.1165,0.48512,0.87396,0.55094,0.47121,0,0.00985711,0.00985711,0.00985711
26
+ 25,4640.69,0.29168,0.2522,0.11052,0.48782,0.8363,0.64371,0.4803,0,0.00984449,0.00984449,0.00984449
27
+ 26,4827.39,0.28543,0.23808,0.11033,0.51694,0.87496,0.47646,0.45614,0,0.00983133,0.00983133,0.00983133
28
+ 27,5013.43,0.28829,0.24229,0.11004,0.44759,0.82351,0.61677,0.48785,0,0.00981765,0.00981765,0.00981765
29
+ 28,5198.82,0.3,0.24788,0.11543,0.50688,0.85738,0.48962,0.46545,0,0.00980345,0.00980345,0.00980345
30
+ 29,5385.13,0.29926,0.23982,0.11577,0.52468,0.86614,0.46638,0.45808,0,0.00978873,0.00978873,0.00978873
31
+ 30,5570.57,0.30573,0.24932,0.11707,0.52314,0.87816,0.41458,0.46824,0,0.00977349,0.00977349,0.00977349
32
+ 31,5756.89,0.28814,0.24046,0.11178,0.52613,0.88296,0.40303,0.44943,0,0.00975773,0.00975773,0.00975773
33
+ 32,5941.57,0.30297,0.24964,0.11504,0.54728,0.89352,0.38565,0.45481,0,0.00974145,0.00974145,0.00974145
34
+ 33,6126.25,0.28435,0.23921,0.11111,0.5174,0.84717,0.52898,0.46284,0,0.00972466,0.00972466,0.00972466
35
+ 34,6311.56,0.28463,0.24219,0.10977,0.52551,0.84926,0.48943,0.45392,0,0.00970736,0.00970736,0.00970736
36
+ 35,6495.99,0.285,0.23351,0.10954,0.52174,0.8801,0.42329,0.46474,0,0.00968955,0.00968955,0.00968955
37
+ 36,6680.78,0.27752,0.23315,0.10674,0.51539,0.88771,0.43389,0.45984,0,0.00967122,0.00967122,0.00967122
38
+ 37,6865.15,0.28711,0.24017,0.10868,0.52342,0.86374,0.49516,0.45323,0,0.00965239,0.00965239,0.00965239
39
+ 38,7048.94,0.27837,0.23818,0.10641,0.51224,0.87811,0.40481,0.45005,0,0.00963306,0.00963306,0.00963306
40
+ 39,7233.95,0.27183,0.22392,0.10443,0.55235,0.90236,0.38109,0.45233,0,0.00961322,0.00961322,0.00961322
41
+ 40,7419.47,0.28269,0.23429,0.10905,0.56487,0.87057,0.40728,0.44359,0,0.00959289,0.00959289,0.00959289
42
+ 41,7604.8,0.27168,0.23638,0.10471,0.49051,0.89023,0.40087,0.46415,0,0.00957205,0.00957205,0.00957205
43
+ 42,7789.89,0.26817,0.22892,0.10351,0.52359,0.89026,0.41888,0.45182,0,0.00955072,0.00955072,0.00955072
44
+ 43,7975.19,0.26785,0.22012,0.10382,0.54336,0.88193,0.4483,0.44742,0,0.00952889,0.00952889,0.00952889
45
+ 44,8160.07,0.26568,0.22922,0.10161,0.5225,0.88612,0.42671,0.44784,0,0.00950658,0.00950658,0.00950658
46
+ 45,8344.66,0.27656,0.23344,0.10566,0.52746,0.90204,0.36622,0.44431,0,0.00948377,0.00948377,0.00948377
47
+ 46,8530,0.26589,0.22235,0.10336,0.53487,0.85076,0.65815,0.44591,0,0.00946048,0.00946048,0.00946048
48
+ 47,8716.26,0.2632,0.21536,0.09999,0.54658,0.88059,0.39769,0.43875,0,0.00943671,0.00943671,0.00943671
49
+ 48,8902.55,0.26973,0.22588,0.10375,0.50346,0.88452,0.44473,0.45075,0,0.00941245,0.00941245,0.00941245
50
+ 49,9087.26,0.27993,0.23052,0.10666,0.54508,0.86725,0.54905,0.4538,0,0.00938772,0.00938772,0.00938772
51
+ 50,9272.3,0.26125,0.21924,0.10089,0.53847,0.88783,0.41928,0.45129,0,0.00936251,0.00936251,0.00936251
52
+ 51,9457.13,0.25627,0.21699,0.09889,0.54384,0.88938,0.396,0.44478,0,0.00933683,0.00933683,0.00933683
53
+ 52,9642.91,0.25829,0.21403,0.10035,0.54914,0.8959,0.38405,0.44438,0,0.00931067,0.00931067,0.00931067
54
+ 53,9828.12,0.26159,0.22031,0.10067,0.57168,0.89118,0.38488,0.44283,0,0.00928405,0.00928405,0.00928405
55
+ 54,10012.9,0.24932,0.21763,0.09663,0.58237,0.91113,0.3191,0.43219,0,0.00925697,0.00925697,0.00925697
56
+ 55,10197.2,0.25229,0.21527,0.098,0.54263,0.87703,0.45016,0.43779,0,0.00922942,0.00922942,0.00922942
57
+ 56,10382,0.24999,0.21477,0.09706,0.53999,0.88843,0.43779,0.43912,0,0.00920142,0.00920142,0.00920142
58
+ 57,10567.7,0.25581,0.21304,0.09935,0.5447,0.88346,0.42024,0.4305,0,0.00917296,0.00917296,0.00917296
59
+ 58,10752.9,0.24849,0.21118,0.09667,0.5241,0.86198,0.48664,0.44644,0,0.00914405,0.00914405,0.00914405
60
+ 59,10938.4,0.24868,0.21253,0.09618,0.51747,0.88326,0.47126,0.45122,0,0.00911469,0.00911469,0.00911469
61
+ 60,11123.7,0.24029,0.21533,0.09314,0.5705,0.89074,0.41472,0.44005,0,0.00908488,0.00908488,0.00908488
62
+ 61,11309.8,0.25628,0.21708,0.09968,0.56302,0.88999,0.39578,0.42912,0,0.00905463,0.00905463,0.00905463
63
+ 62,11496.1,0.25183,0.21681,0.09817,0.58106,0.91103,0.33655,0.43241,0,0.00902395,0.00902395,0.00902395
64
+ 63,11683.1,0.2415,0.21,0.09297,0.58743,0.91361,0.3341,0.43586,0,0.00899282,0.00899282,0.00899282
65
+ 64,11869.4,0.2493,0.20689,0.09733,0.57814,0.9109,0.36167,0.43337,0,0.00896127,0.00896127,0.00896127
66
+ 65,12055.3,0.23897,0.1968,0.09231,0.55152,0.88333,0.4367,0.44496,0,0.00892928,0.00892928,0.00892928
67
+ 66,12241.3,0.24846,0.20427,0.09563,0.56012,0.91323,0.35619,0.43024,0,0.00889687,0.00889687,0.00889687
68
+ 67,12425.6,0.24859,0.20629,0.09651,0.5612,0.88947,0.42212,0.43499,0,0.00886404,0.00886404,0.00886404
69
+ 68,12610.9,0.24099,0.20824,0.09345,0.57082,0.91166,0.35404,0.42918,0,0.00883079,0.00883079,0.00883079
70
+ 69,12796,0.23608,0.19671,0.09191,0.5347,0.8905,0.42163,0.44455,0,0.00879713,0.00879713,0.00879713
71
+ 70,12982,0.22684,0.20444,0.08879,0.56578,0.87845,0.43732,0.44943,0,0.00876305,0.00876305,0.00876305
72
+ 71,13168.4,0.23841,0.20713,0.09285,0.55036,0.87417,0.43802,0.44141,0,0.00872857,0.00872857,0.00872857
73
+ 72,13353.7,0.23047,0.19685,0.08919,0.53528,0.88125,0.43569,0.43449,0,0.00869368,0.00869368,0.00869368
74
+ 73,13538.6,0.24232,0.21327,0.09429,0.53334,0.88427,0.42937,0.44866,0,0.00865839,0.00865839,0.00865839
75
+ 74,13724.5,0.22386,0.20052,0.08808,0.57473,0.8929,0.41558,0.43175,0,0.00862271,0.00862271,0.00862271
76
+ 75,13910.3,0.23289,0.19885,0.08994,0.53853,0.86587,0.50258,0.42835,0,0.00858664,0.00858664,0.00858664
77
+ 76,14094.8,0.22779,0.20504,0.08777,0.56131,0.87761,0.46807,0.44446,0,0.00855018,0.00855018,0.00855018
78
+ 77,14281.3,0.25114,0.20852,0.09759,0.57407,0.88029,0.42173,0.43441,0,0.00851333,0.00851333,0.00851333
79
+ 78,14467.9,0.22764,0.19721,0.08923,0.57698,0.90573,0.35153,0.41951,0,0.00847611,0.00847611,0.00847611
80
+ 79,14654.6,0.23875,0.20178,0.093,0.56757,0.88064,0.43276,0.4337,0,0.00843851,0.00843851,0.00843851
81
+ 80,14841,0.23521,0.20915,0.09173,0.59955,0.89674,0.38204,0.43133,0,0.00840054,0.00840054,0.00840054
82
+ 81,15025.7,0.23212,0.19677,0.09113,0.59741,0.90888,0.36002,0.41877,0,0.0083622,0.0083622,0.0083622
83
+ 82,15209.9,0.23525,0.19399,0.09086,0.53439,0.89882,0.35729,0.42783,0,0.00832349,0.00832349,0.00832349
84
+ 83,15395,0.23208,0.20251,0.08995,0.60774,0.91912,0.32117,0.41915,0,0.00828443,0.00828443,0.00828443
85
+ 84,15580.3,0.21989,0.19615,0.08607,0.5633,0.89007,0.37712,0.43243,0,0.00824502,0.00824502,0.00824502
86
+ 85,15765.3,0.23168,0.20328,0.09068,0.57301,0.90366,0.35348,0.42936,0,0.00820525,0.00820525,0.00820525
87
+ 86,15951.1,0.22089,0.19456,0.08653,0.59033,0.91066,0.34425,0.42572,0,0.00816514,0.00816514,0.00816514
88
+ 87,16136.9,0.21681,0.19945,0.08544,0.59008,0.8973,0.39643,0.42197,0,0.00812468,0.00812468,0.00812468
89
+ 88,16321.6,0.22015,0.19064,0.08628,0.59666,0.91424,0.32864,0.41537,0,0.00808389,0.00808389,0.00808389
90
+ 89,16506.6,0.22895,0.20176,0.08908,0.58232,0.90204,0.3548,0.42819,0,0.00804277,0.00804277,0.00804277
91
+ 90,16691.3,0.23161,0.19211,0.09118,0.58143,0.90503,0.35056,0.4245,0,0.00800131,0.00800131,0.00800131
92
+ 91,16876.7,0.22308,0.19005,0.08702,0.5864,0.90548,0.39994,0.41993,0,0.00795954,0.00795954,0.00795954
93
+ 92,17062.9,0.23029,0.19425,0.08969,0.58455,0.8912,0.42962,0.41817,0,0.00791744,0.00791744,0.00791744
94
+ 93,17249.1,0.22384,0.19083,0.08857,0.58276,0.88961,0.39101,0.41234,0,0.00787503,0.00787503,0.00787503
95
+ 94,17434.8,0.21995,0.1862,0.08639,0.59213,0.90681,0.34476,0.41235,0,0.00783231,0.00783231,0.00783231
96
+ 95,17619.7,0.22513,0.19579,0.0883,0.60073,0.91135,0.34055,0.41448,0,0.00778929,0.00778929,0.00778929
97
+ 96,17805.5,0.21448,0.19174,0.0838,0.58201,0.8971,0.39508,0.41693,0,0.00774596,0.00774596,0.00774596
98
+ 97,17991.9,0.22402,0.19514,0.08641,0.59277,0.9019,0.35894,0.41503,0,0.00770234,0.00770234,0.00770234
99
+ 98,18176.9,0.21517,0.18708,0.08531,0.58915,0.89829,0.3582,0.40055,0,0.00765843,0.00765843,0.00765843
100
+ 99,18362.5,0.21539,0.19412,0.08474,0.5966,0.91979,0.32611,0.41326,0,0.00761423,0.00761423,0.00761423
101
+ 100,18546,0.22136,0.18862,0.0864,0.55956,0.88861,0.38673,0.42686,0,0.00756976,0.00756976,0.00756976
102
+ 101,18731.4,0.20814,0.1841,0.08224,0.56728,0.88497,0.43182,0.41052,0,0.007525,0.007525,0.007525
103
+ 102,18915.1,0.21535,0.18808,0.08452,0.5888,0.90476,0.35089,0.40839,0,0.00747997,0.00747997,0.00747997
104
+ 103,19099.8,0.22017,0.18983,0.08675,0.57716,0.89241,0.40638,0.40549,0,0.00743468,0.00743468,0.00743468
105
+ 104,19285.7,0.22386,0.18633,0.08632,0.59456,0.90421,0.36926,0.41234,0,0.00738913,0.00738913,0.00738913
106
+ 105,19471.7,0.21582,0.19181,0.08388,0.60895,0.90488,0.37864,0.40526,0,0.00734332,0.00734332,0.00734332
107
+ 106,19658.2,0.21629,0.19069,0.08515,0.57803,0.9057,0.39544,0.41195,0,0.00729725,0.00729725,0.00729725
108
+ 107,19843.7,0.21476,0.183,0.08308,0.5806,0.88246,0.4617,0.40675,0,0.00725094,0.00725094,0.00725094
109
+ 108,20029.1,0.21659,0.17955,0.08535,0.58388,0.90046,0.38806,0.41096,0,0.00720439,0.00720439,0.00720439
110
+ 109,20214.6,0.20218,0.18738,0.07954,0.59146,0.8923,0.39135,0.40424,0,0.00715761,0.00715761,0.00715761
111
+ 110,20400.5,0.20736,0.18358,0.08183,0.61446,0.92048,0.33706,0.38554,0,0.00711059,0.00711059,0.00711059
112
+ 111,20587,0.2149,0.18587,0.08195,0.58961,0.91136,0.35235,0.3922,0,0.00706335,0.00706335,0.00706335
113
+ 112,20772.6,0.21064,0.18374,0.08284,0.60932,0.9118,0.33624,0.38663,0,0.00701588,0.00701588,0.00701588
114
+ 113,20957.3,0.21477,0.17629,0.08296,0.57651,0.90383,0.35184,0.39292,0,0.0069682,0.0069682,0.0069682
115
+ 114,21142.7,0.2085,0.17888,0.08186,0.5926,0.89841,0.36004,0.39256,0,0.00692031,0.00692031,0.00692031
116
+ 115,21329.1,0.21431,0.18029,0.08277,0.60351,0.91427,0.35013,0.38328,0,0.00687222,0.00687222,0.00687222
117
+ 116,21514.4,0.20507,0.17799,0.08089,0.5786,0.88192,0.44948,0.39606,0,0.00682392,0.00682392,0.00682392
118
+ 117,21700,0.21833,0.17957,0.0835,0.57993,0.87797,0.49429,0.39784,0,0.00677543,0.00677543,0.00677543
119
+ 118,21885.7,0.2167,0.18202,0.08342,0.58608,0.90868,0.38622,0.38705,0,0.00672675,0.00672675,0.00672675
120
+ 119,22070.7,0.21946,0.18114,0.08435,0.59243,0.8989,0.42567,0.3858,0,0.00667789,0.00667789,0.00667789
121
+ 120,22257,0.21707,0.17854,0.08429,0.59335,0.90085,0.40005,0.3808,0,0.00662885,0.00662885,0.00662885
122
+ 121,22442.4,0.20952,0.1711,0.08185,0.60109,0.91037,0.37871,0.38465,0,0.00657963,0.00657963,0.00657963
123
+ 122,22628.9,0.21282,0.17587,0.08238,0.60654,0.9105,0.37268,0.37982,0,0.00653025,0.00653025,0.00653025
124
+ 123,22813.9,0.20402,0.17856,0.07932,0.6001,0.91381,0.33245,0.3842,0,0.00648071,0.00648071,0.00648071
125
+ 124,22999.6,0.21186,0.1783,0.08183,0.58467,0.90778,0.37482,0.38591,0,0.00643101,0.00643101,0.00643101
126
+ 125,23184.4,0.21384,0.17683,0.08377,0.60164,0.91454,0.34865,0.38306,0,0.00638115,0.00638115,0.00638115
127
+ 126,23370.4,0.20528,0.1737,0.07992,0.59779,0.90822,0.38412,0.3913,0,0.00633115,0.00633115,0.00633115
128
+ 127,23556.2,0.20758,0.17456,0.08089,0.61117,0.91846,0.3309,0.38572,0,0.00628101,0.00628101,0.00628101
129
+ 128,23741.5,0.2136,0.17909,0.08355,0.607,0.91293,0.36293,0.38669,0,0.00623074,0.00623074,0.00623074
130
+ 129,23926.9,0.21113,0.18154,0.08283,0.60543,0.89873,0.39662,0.38078,0,0.00618034,0.00618034,0.00618034
131
+ 130,24111.7,0.20306,0.17601,0.07963,0.58461,0.90958,0.37341,0.38596,0,0.00612981,0.00612981,0.00612981
132
+ 131,24298,0.2001,0.16953,0.07754,0.60513,0.91318,0.34373,0.37943,0,0.00607916,0.00607916,0.00607916
133
+ 132,24483.5,0.20925,0.17352,0.08129,0.60545,0.90787,0.36662,0.38214,0,0.0060284,0.0060284,0.0060284
134
+ 133,24669.8,0.20894,0.17559,0.08113,0.60113,0.90582,0.37779,0.38212,0,0.00597754,0.00597754,0.00597754
135
+ 134,24855.4,0.20472,0.18035,0.07958,0.60154,0.90539,0.38938,0.3846,0,0.00592657,0.00592657,0.00592657
136
+ 135,25041.6,0.20749,0.17286,0.08085,0.60099,0.91257,0.34647,0.38764,0,0.00587551,0.00587551,0.00587551
137
+ 136,25227.4,0.20456,0.17288,0.08039,0.60142,0.91628,0.33611,0.37838,0,0.00582435,0.00582435,0.00582435
138
+ 137,25413.8,0.19823,0.16742,0.0769,0.60595,0.90808,0.36453,0.37293,0,0.00577311,0.00577311,0.00577311
139
+ 138,25599,0.20342,0.17099,0.07889,0.60011,0.91545,0.34465,0.38407,0,0.00572179,0.00572179,0.00572179
140
+ 139,25783.7,0.20568,0.17507,0.07988,0.59515,0.91181,0.37686,0.38361,0,0.0056704,0.0056704,0.0056704
141
+ 140,25968.7,0.19247,0.1642,0.07615,0.60638,0.91565,0.33855,0.38013,0,0.00561894,0.00561894,0.00561894
142
+ 141,26154.4,0.19731,0.1681,0.07732,0.59569,0.90722,0.37382,0.38562,0,0.00556742,0.00556742,0.00556742
143
+ 142,26339.8,0.19145,0.16862,0.07573,0.59182,0.90467,0.38265,0.3822,0,0.00551584,0.00551584,0.00551584
144
+ 143,26524.5,0.19759,0.16138,0.07742,0.60553,0.91777,0.32268,0.37557,0,0.00546421,0.00546421,0.00546421
145
+ 144,26710.4,0.18861,0.16224,0.07428,0.61169,0.91846,0.33347,0.37688,0,0.00541253,0.00541253,0.00541253
146
+ 145,26895.9,0.19506,0.16506,0.07623,0.60759,0.91095,0.36352,0.37645,0,0.00536081,0.00536081,0.00536081
147
+ 146,27080.7,0.19955,0.16925,0.07803,0.59555,0.90582,0.38826,0.37946,0,0.00530906,0.00530906,0.00530906
148
+ 147,27266.7,0.19509,0.17077,0.07754,0.60558,0.91346,0.3542,0.38,0,0.00525728,0.00525728,0.00525728
149
+ 148,27452.8,0.19764,0.1679,0.07643,0.60827,0.91116,0.35493,0.37567,0,0.00520548,0.00520548,0.00520548
150
+ 149,27639.4,0.19054,0.1693,0.0759,0.60698,0.90428,0.38003,0.38052,0,0.00515366,0.00515366,0.00515366
151
+ 150,27824.3,0.2005,0.16181,0.07732,0.60835,0.90803,0.37214,0.37607,0,0.00510184,0.00510184,0.00510184
152
+ 151,28008.3,0.18704,0.15974,0.07379,0.61023,0.90944,0.38282,0.37528,0,0.00505,0.00505,0.00505
153
+ 152,28194.1,0.18438,0.1605,0.07264,0.60719,0.91414,0.37269,0.376,0,0.00499816,0.00499816,0.00499816
154
+ 153,28380.2,0.19163,0.1649,0.07507,0.6153,0.91276,0.36899,0.37653,0,0.00494634,0.00494634,0.00494634
155
+ 154,28565.9,0.18699,0.1636,0.07354,0.62215,0.91974,0.34988,0.37299,0,0.00489452,0.00489452,0.00489452
156
+ 155,28751,0.18068,0.15637,0.07144,0.6219,0.92,0.34225,0.36824,0,0.00484272,0.00484272,0.00484272
157
+ 156,28936.8,0.19427,0.1674,0.07637,0.60509,0.90985,0.35365,0.37408,0,0.00479094,0.00479094,0.00479094
158
+ 157,29121.6,0.19101,0.16229,0.07478,0.59728,0.89156,0.42916,0.37768,0,0.00473919,0.00473919,0.00473919
159
+ 158,29305.7,0.18645,0.15269,0.07389,0.59327,0.89241,0.41742,0.38171,0,0.00468747,0.00468747,0.00468747
160
+ 159,29490.8,0.19351,0.16517,0.07552,0.59884,0.90129,0.39516,0.38128,0,0.00463579,0.00463579,0.00463579
161
+ 160,29676.5,0.18891,0.16396,0.0743,0.61066,0.91068,0.36782,0.37205,0,0.00458416,0.00458416,0.00458416
162
+ 161,29862.4,0.17528,0.15766,0.0697,0.59159,0.90595,0.42164,0.37948,0,0.00453258,0.00453258,0.00453258
163
+ 162,30047.8,0.18282,0.15884,0.07238,0.59006,0.90204,0.42674,0.38369,0,0.00448106,0.00448106,0.00448106
164
+ 163,30232.6,0.1887,0.1614,0.07462,0.59944,0.91025,0.38346,0.37301,0,0.0044296,0.0044296,0.0044296
165
+ 164,30417.9,0.17828,0.15188,0.07063,0.61481,0.90945,0.3866,0.37075,0,0.00437821,0.00437821,0.00437821
166
+ 165,30603.9,0.189,0.1663,0.07428,0.61417,0.91089,0.36963,0.37113,0,0.00432689,0.00432689,0.00432689
167
+ 166,30789.6,0.18327,0.15972,0.07294,0.61737,0.92126,0.3283,0.3709,0,0.00427565,0.00427565,0.00427565
168
+ 167,30975.4,0.184,0.16112,0.07158,0.61946,0.91738,0.3502,0.37243,0,0.00422449,0.00422449,0.00422449
169
+ 168,31161.1,0.17384,0.15304,0.06922,0.61615,0.91651,0.34228,0.3696,0,0.00417343,0.00417343,0.00417343
170
+ 169,31346.4,0.18197,0.16019,0.07157,0.61393,0.91436,0.35321,0.37056,0,0.00412246,0.00412246,0.00412246
171
+ 170,31530.9,0.17672,0.15195,0.06989,0.61294,0.91728,0.34978,0.37409,0,0.0040716,0.0040716,0.0040716
172
+ 171,31716.3,0.18201,0.15304,0.07281,0.60799,0.90929,0.37519,0.37724,0,0.00402084,0.00402084,0.00402084
173
+ 172,31901.5,0.19359,0.16528,0.07583,0.5906,0.90267,0.40642,0.38073,0,0.00397019,0.00397019,0.00397019
174
+ 173,32088,0.19063,0.16631,0.07406,0.59529,0.90554,0.39737,0.37813,0,0.00391966,0.00391966,0.00391966
175
+ 174,32272.4,0.18405,0.15787,0.07273,0.58895,0.91074,0.38171,0.38192,0,0.00386926,0.00386926,0.00386926
176
+ 175,32457.9,0.18517,0.15733,0.07272,0.60182,0.9125,0.36606,0.37694,0,0.00381899,0.00381899,0.00381899
177
+ 176,32642.8,0.18407,0.15917,0.07307,0.62238,0.91922,0.33246,0.36951,0,0.00376885,0.00376885,0.00376885
178
+ 177,32829.1,0.17726,0.15255,0.07017,0.61597,0.9111,0.37267,0.37378,0,0.00371885,0.00371885,0.00371885
179
+ 178,33013.7,0.18165,0.15237,0.0716,0.61749,0.9088,0.37672,0.37504,0,0.00366899,0.00366899,0.00366899
180
+ 179,33198.4,0.17704,0.15199,0.06979,0.61418,0.90745,0.38369,0.37313,0,0.00361929,0.00361929,0.00361929
181
+ 180,33383.9,0.17797,0.15483,0.07003,0.61662,0.91255,0.37007,0.3706,0,0.00356975,0.00356975,0.00356975
182
+ 181,33568.8,0.18044,0.15505,0.07157,0.61408,0.91464,0.35725,0.37108,0,0.00352037,0.00352037,0.00352037
183
+ 182,33754.1,0.17797,0.15398,0.07066,0.61878,0.91326,0.35556,0.36721,0,0.00347115,0.00347115,0.00347115
184
+ 183,33939.5,0.17596,0.15152,0.06997,0.61576,0.91122,0.37547,0.36936,0,0.00342211,0.00342211,0.00342211
185
+ 184,34124.8,0.17492,0.15315,0.06985,0.61912,0.91388,0.37466,0.36886,0,0.00337325,0.00337325,0.00337325
186
+ 185,34310,0.1779,0.15054,0.07059,0.61605,0.90746,0.39905,0.37061,0,0.00332457,0.00332457,0.00332457
187
+ 186,34495.3,0.17228,0.1477,0.06827,0.61712,0.91337,0.36231,0.36702,0,0.00327608,0.00327608,0.00327608
188
+ 187,34681.1,0.16749,0.14656,0.06702,0.61701,0.91324,0.36037,0.36884,0,0.00322778,0.00322778,0.00322778
189
+ 188,34865.3,0.17004,0.14886,0.0679,0.62058,0.91516,0.35805,0.36894,0,0.00317969,0.00317969,0.00317969
190
+ 189,35050.7,0.19066,0.15928,0.07583,0.62568,0.92049,0.33615,0.36928,0,0.0031318,0.0031318,0.0031318
191
+ 190,35236.1,0.1834,0.15547,0.07263,0.62493,0.91929,0.34141,0.37331,0,0.00308412,0.00308412,0.00308412
192
+ 191,35421.8,0.18176,0.14981,0.07165,0.62639,0.91926,0.33525,0.3686,0,0.00303665,0.00303665,0.00303665
193
+ 192,35607.9,0.18211,0.15434,0.07182,0.62433,0.91776,0.34179,0.37133,0,0.00298941,0.00298941,0.00298941
194
+ 193,35793.7,0.17175,0.15275,0.06777,0.62135,0.92072,0.33183,0.37114,0,0.00294239,0.00294239,0.00294239
195
+ 194,35978,0.17067,0.1535,0.0681,0.61422,0.9169,0.34571,0.37435,0,0.00289561,0.00289561,0.00289561
196
+ 195,36163.2,0.16474,0.14161,0.06577,0.62192,0.91982,0.33802,0.37003,0,0.00284906,0.00284906,0.00284906
197
+ 196,36348.6,0.16872,0.1455,0.0672,0.62485,0.91759,0.3417,0.37139,0,0.00280275,0.00280275,0.00280275
198
+ 197,36533.7,0.16977,0.15002,0.06838,0.62049,0.91447,0.35221,0.3698,0,0.00275668,0.00275668,0.00275668
199
+ 198,36719.8,0.16885,0.14558,0.06772,0.62531,0.91343,0.3593,0.36839,0,0.00271087,0.00271087,0.00271087
200
+ 199,36905.1,0.1669,0.15169,0.06637,0.62545,0.91479,0.36146,0.37058,0,0.00266532,0.00266532,0.00266532
201
+ 200,37089.6,0.1634,0.14062,0.06533,0.6211,0.91494,0.36959,0.37556,0,0.00262003,0.00262003,0.00262003
202
+ 201,37275.6,0.16785,0.15173,0.06739,0.61233,0.91306,0.37871,0.37931,0,0.002575,0.002575,0.002575
203
+ 202,37460.9,0.17713,0.14713,0.06986,0.61049,0.91074,0.38415,0.37882,0,0.00253024,0.00253024,0.00253024
204
+ 203,37645.6,0.15728,0.14133,0.06393,0.61247,0.90959,0.38765,0.37933,0,0.00248577,0.00248577,0.00248577
205
+ 204,37829.7,0.18582,0.15123,0.07303,0.61316,0.91293,0.37745,0.37749,0,0.00244157,0.00244157,0.00244157
206
+ 205,38013.6,0.16,0.14417,0.06423,0.61221,0.91118,0.38862,0.37876,0,0.00239766,0.00239766,0.00239766
207
+ 206,38197.8,0.16501,0.14816,0.06629,0.61492,0.91306,0.37652,0.37735,0,0.00235404,0.00235404,0.00235404
208
+ 207,38382,0.16952,0.15349,0.068,0.61303,0.9128,0.37712,0.38056,0,0.00231071,0.00231071,0.00231071
209
+ 208,38566.4,0.1611,0.14324,0.06435,0.61631,0.91341,0.37931,0.3796,0,0.00226769,0.00226769,0.00226769
210
+ 209,38749.7,0.16708,0.14588,0.06687,0.62027,0.91861,0.36137,0.37936,0,0.00222497,0.00222497,0.00222497
211
+ 210,38934.1,0.16871,0.1486,0.06641,0.61989,0.9194,0.35888,0.37797,0,0.00218256,0.00218256,0.00218256
212
+ 211,39118.7,0.15914,0.1385,0.06425,0.61319,0.91598,0.37317,0.38109,0,0.00214046,0.00214046,0.00214046
213
+ 212,39301.8,0.16392,0.14292,0.06612,0.617,0.9144,0.36795,0.37959,0,0.00209869,0.00209869,0.00209869
214
+ 213,39486.7,0.17124,0.14851,0.06802,0.62172,0.9135,0.36484,0.37413,0,0.00205723,0.00205723,0.00205723
215
+ 214,39670.2,0.16787,0.14736,0.06742,0.62438,0.91454,0.35816,0.37242,0,0.00201611,0.00201611,0.00201611
216
+ 215,39853.5,0.16637,0.14083,0.06631,0.62608,0.91494,0.35579,0.37227,0,0.00197532,0.00197532,0.00197532
217
+ 216,40037.5,0.16641,0.14462,0.06681,0.62635,0.91666,0.3537,0.37221,0,0.00193486,0.00193486,0.00193486
218
+ 217,40221.1,0.16204,0.14568,0.06472,0.62587,0.91837,0.35225,0.36923,0,0.00189475,0.00189475,0.00189475
219
+ 218,40405.6,0.16747,0.14859,0.06668,0.6225,0.91781,0.3523,0.37011,0,0.00185498,0.00185498,0.00185498
220
+ 219,40589.7,0.1728,0.14471,0.06897,0.62477,0.91811,0.34868,0.368,0,0.00181557,0.00181557,0.00181557
221
+ 220,40773.3,0.16458,0.14313,0.0654,0.62443,0.91573,0.35553,0.36887,0,0.00177651,0.00177651,0.00177651
222
+ 221,40956.7,0.15749,0.13948,0.06394,0.62653,0.91686,0.34851,0.36921,0,0.0017378,0.0017378,0.0017378
223
+ 222,41140.8,0.16095,0.14425,0.06507,0.62482,0.91753,0.34764,0.36849,0,0.00169946,0.00169946,0.00169946
224
+ 223,41324.3,0.16909,0.13925,0.06724,0.61851,0.91531,0.3491,0.37037,0,0.00166149,0.00166149,0.00166149
225
+ 224,41508.6,0.15461,0.13514,0.06307,0.615,0.91546,0.35091,0.37196,0,0.00162389,0.00162389,0.00162389
226
+ 225,41692.5,0.16077,0.14017,0.06484,0.61543,0.91611,0.35083,0.37174,0,0.00158667,0.00158667,0.00158667
227
+ 226,41876.9,0.16216,0.14395,0.06545,0.61492,0.91539,0.35101,0.37142,0,0.00154982,0.00154982,0.00154982
228
+ 227,42060.4,0.15911,0.14161,0.06483,0.61533,0.91388,0.35629,0.37164,0,0.00151336,0.00151336,0.00151336
229
+ 228,42243.8,0.1598,0.14134,0.06441,0.61618,0.91346,0.3617,0.37113,0,0.00147729,0.00147729,0.00147729
230
+ 229,42428.2,0.16069,0.14481,0.0642,0.61721,0.91276,0.36834,0.36949,0,0.00144161,0.00144161,0.00144161
231
+ 230,42612.4,0.15948,0.14325,0.06439,0.61611,0.91207,0.37274,0.36819,0,0.00140632,0.00140632,0.00140632
232
+ 231,42796.5,0.15582,0.13854,0.06279,0.61791,0.91258,0.37181,0.36764,0,0.00137143,0.00137143,0.00137143
233
+ 232,42981.8,0.15579,0.13712,0.0634,0.61751,0.91283,0.36964,0.36773,0,0.00133695,0.00133695,0.00133695
234
+ 233,43165.7,0.14956,0.13579,0.06058,0.6185,0.915,0.36526,0.36913,0,0.00130287,0.00130287,0.00130287
235
+ 234,43350.3,0.15809,0.13522,0.06412,0.61861,0.91598,0.36596,0.36912,0,0.00126921,0.00126921,0.00126921
236
+ 235,43534.9,0.16274,0.13901,0.06525,0.61859,0.91525,0.36847,0.3708,0,0.00123596,0.00123596,0.00123596
237
+ 236,43719.8,0.15395,0.13608,0.06211,0.61825,0.91432,0.37207,0.37241,0,0.00120313,0.00120313,0.00120313
238
+ 237,43903.9,0.15566,0.14425,0.06318,0.61803,0.91418,0.37453,0.3718,0,0.00117072,0.00117072,0.00117072
239
+ 238,44088.8,0.16354,0.13808,0.06521,0.61962,0.91485,0.37161,0.37027,0,0.00113873,0.00113873,0.00113873
240
+ 239,44272.7,0.14597,0.13527,0.05942,0.61927,0.9153,0.37006,0.36838,0,0.00110718,0.00110718,0.00110718
241
+ 240,44456.1,0.15904,0.13431,0.06438,0.61838,0.91463,0.37222,0.36821,0,0.00107605,0.00107605,0.00107605
242
+ 241,44640.4,0.16794,0.13875,0.06555,0.61873,0.9147,0.36984,0.3687,0,0.00104537,0.00104537,0.00104537
243
+ 242,44826,0.1487,0.13474,0.06078,0.61801,0.91486,0.36737,0.36997,0,0.00101512,0.00101512,0.00101512
244
+ 243,45009.5,0.16058,0.14144,0.06442,0.61945,0.91568,0.36549,0.3715,0,0.000985311,0.000985311,0.000985311
245
+ 244,45193.2,0.15458,0.13585,0.06194,0.61913,0.91654,0.36391,0.37243,0,0.000955951,0.000955951,0.000955951
246
+ 245,45377.1,0.14864,0.13545,0.06072,0.61893,0.91717,0.36053,0.37228,0,0.00092704,0.00092704,0.00092704
247
+ 246,45561.8,0.16213,0.13984,0.06538,0.61828,0.91687,0.35826,0.3726,0,0.000898581,0.000898581,0.000898581
248
+ 247,45746,0.15198,0.13621,0.06159,0.61648,0.91668,0.35802,0.37285,0,0.000870577,0.000870577,0.000870577
249
+ 248,45930.1,0.15002,0.13614,0.06124,0.61476,0.91672,0.35838,0.37311,0,0.000843031,0.000843031,0.000843031
250
+ 249,46113.1,0.16316,0.14064,0.06567,0.61443,0.91686,0.3586,0.37347,0,0.000815947,0.000815947,0.000815947
251
+ 250,46297.2,0.15872,0.1384,0.0648,0.61672,0.91708,0.35865,0.37243,0,0.000789327,0.000789327,0.000789327
252
+ 251,46481,0.15046,0.13401,0.06144,0.61791,0.91721,0.35802,0.37136,0,0.000763174,0.000763174,0.000763174
253
+ 252,46665.1,0.13697,0.12877,0.05596,0.61741,0.91663,0.3619,0.37096,0,0.000737492,0.000737492,0.000737492
254
+ 253,46849.4,0.15049,0.13256,0.06089,0.61752,0.91638,0.36419,0.37093,0,0.000712282,0.000712282,0.000712282
255
+ 254,47034.1,0.15374,0.1355,0.06263,0.61795,0.91553,0.36571,0.37053,0,0.000687548,0.000687548,0.000687548
256
+ 255,47218,0.15759,0.13628,0.063,0.61732,0.91479,0.36555,0.3708,0,0.000663292,0.000663292,0.000663292
257
+ 256,47401.2,0.15578,0.13933,0.06338,0.61648,0.91419,0.3665,0.37116,0,0.000639518,0.000639518,0.000639518
258
+ 257,47584.9,0.15227,0.13855,0.06199,0.61645,0.91448,0.36511,0.37156,0,0.000616227,0.000616227,0.000616227
259
+ 258,47769.5,0.15446,0.13755,0.06245,0.61654,0.91467,0.36415,0.37184,0,0.000593422,0.000593422,0.000593422
260
+ 259,47954.1,0.14368,0.12881,0.05862,0.6171,0.91511,0.36314,0.37152,0,0.000571106,0.000571106,0.000571106
261
+ 260,48137.6,0.14795,0.13154,0.06055,0.61712,0.91534,0.36376,0.37152,0,0.000549281,0.000549281,0.000549281
262
+ 261,48322.1,0.15069,0.13293,0.06047,0.61757,0.91531,0.36407,0.37164,0,0.00052795,0.00052795,0.00052795
263
+ 262,48505.7,0.14837,0.13401,0.06069,0.61775,0.91497,0.36524,0.37166,0,0.000507115,0.000507115,0.000507115
264
+ 263,48690.4,0.14527,0.13478,0.05946,0.61756,0.91496,0.3651,0.37155,0,0.000486777,0.000486777,0.000486777
265
+ 264,48875.2,0.1562,0.13113,0.06315,0.61744,0.91487,0.36556,0.37149,0,0.000466941,0.000466941,0.000466941
266
+ 265,49058.6,0.1543,0.13563,0.06273,0.61711,0.91474,0.36554,0.37157,0,0.000447606,0.000447606,0.000447606
267
+ 266,49242,0.15981,0.13672,0.06293,0.61818,0.91489,0.36457,0.37135,0,0.000428777,0.000428777,0.000428777
268
+ 267,49425.5,0.14555,0.13451,0.05902,0.61837,0.91504,0.36403,0.37118,0,0.000410454,0.000410454,0.000410454
269
+ 268,49609.3,0.14941,0.13054,0.06053,0.61889,0.91547,0.36301,0.37074,0,0.00039264,0.00039264,0.00039264
270
+ 269,49792.5,0.1431,0.12727,0.05872,0.61954,0.91618,0.36089,0.37021,0,0.000375337,0.000375337,0.000375337
271
+ 270,49975.5,0.15095,0.1359,0.0612,0.62046,0.91656,0.35999,0.36979,0,0.000358546,0.000358546,0.000358546
272
+ 271,50159.1,0.14931,0.13216,0.06071,0.62113,0.9166,0.36021,0.36962,0,0.00034227,0.00034227,0.00034227
results.png ADDED

Git LFS Details

  • SHA256: 24f83f83e953225be1064560d51879b792a1cd53c6e8df9e5292f820ab75cfd2
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB