Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 68 new columns ({'action_16', 'action_34', 'action_26', 'action_49', 'action_31', 'action_33', 'action_6', 'action_32', 'action_63', 'action_17', 'action_29', 'action_62', 'action_47', 'action_44', 'action_43', 'action_13', 'action_24', 'action_14', 'action_45', 'action_10', 'action_50', 'action_58', 'action_48', 'action_1', 'action_37', 'action_53', 'action_30', 'action_0', 'action_2', 'action_23', 'action_21', 'action_18', 'action_3', 'wall_stress_top', 'wall_stress', 'action_4', 'action_22', 'action_42', 'action_40', 'action_61', 'action_12', 'action_7', 'action_11', 'action_5', 'action_8', 'action_56', 'action_60', 'wall_stress_bottom', 'reward', 'action_41', 'action_54', 'action_59', 'action_51', 'action_38', 'action_25', 'action_46', 'action_19', 'action_52', 'action_55', 'action_27', 'action_20', 'action_15', 'action_36', 'action_9', 'action_57', 'action_35', 'action_39', 'action_28'}) and 27 missing columns ({'velocity_magnitude_p25', 'vorticity_magnitude_p5', 'drag', 'velocity_magnitude_p95', 'lift', 'pressure_mean', 'velocity_magnitude_max', 'pressure_max', 'velocity_magnitude_mean', 'vorticity_magnitude_p25', 'pressure_min', 'velocity_magnitude_min', 'vorticity_magnitude_mean', 'abs_lift', 'velocity_magnitude_p5', 'vorticity_magnitude_p95', 'pressure_p95', 'vorticity_magnitude_p75', 'velocity_magnitude_p50', 'vorticity_magnitude_p50', 'pressure_p5', 'vorticity_magnitude_min', 'pressure_p75', 'pressure_p50', 'vorticity_magnitude_max', 'pressure_p25', 'velocity_magnitude_p75'}).
This happened while the csv dataset builder was generating data using
hf://datasets/safe-autonomous-systems/fluidgym-data/initial_domains/channel_flow3D_L3.14_Re180_Res64_Ref1/0/train_opposition_control_both_episode.csv (at revision de501f0d114d2548c98684cd63a91968a7be8805)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
reward: double
wall_stress: double
wall_stress_bottom: double
wall_stress_top: double
action_0: double
action_1: double
action_2: double
action_3: double
action_4: double
action_5: double
action_6: double
action_7: double
action_8: double
action_9: double
action_10: double
action_11: double
action_12: double
action_13: double
action_14: double
action_15: double
action_16: double
action_17: double
action_18: double
action_19: double
action_20: double
action_21: double
action_22: double
action_23: double
action_24: double
action_25: double
action_26: double
action_27: double
action_28: double
action_29: double
action_30: double
action_31: double
action_32: double
action_33: double
action_34: double
action_35: double
action_36: double
action_37: double
action_38: double
action_39: double
action_40: double
action_41: double
action_42: double
action_43: double
action_44: double
action_45: double
action_46: double
action_47: double
action_48: double
action_49: double
action_50: double
action_51: double
action_52: double
action_53: double
action_54: double
action_55: double
action_56: double
action_57: double
action_58: double
action_59: double
action_60: double
action_61: double
action_62: double
action_63: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 8362
to
{'drag': Value('float64'), 'lift': Value('float64'), 'abs_lift': Value('float64'), 'velocity_magnitude_mean': Value('float64'), 'velocity_magnitude_min': Value('float64'), 'velocity_magnitude_max': Value('float64'), 'velocity_magnitude_p5': Value('float64'), 'velocity_magnitude_p25': Value('float64'), 'velocity_magnitude_p50': Value('float64'), 'velocity_magnitude_p75': Value('float64'), 'velocity_magnitude_p95': Value('float64'), 'pressure_mean': Value('float64'), 'pressure_min': Value('float64'), 'pressure_max': Value('float64'), 'pressure_p5': Value('float64'), 'pressure_p25': Value('float64'), 'pressure_p50': Value('float64'), 'pressure_p75': Value('float64'), 'pressure_p95': Value('float64'), 'vorticity_magnitude_mean': Value('float64'), 'vorticity_magnitude_min': Value('float64'), 'vorticity_magnitude_max': Value('float64'), 'vorticity_magnitude_p5': Value('float64'), 'vorticity_magnitude_p25': Value('float64'), 'vorticity_magnitude_p50': Value('float64'), 'vorticity_magnitude_p75': Value('float64'), 'vorticity_magnitude_p95': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1334, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 911, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 68 new columns ({'action_16', 'action_34', 'action_26', 'action_49', 'action_31', 'action_33', 'action_6', 'action_32', 'action_63', 'action_17', 'action_29', 'action_62', 'action_47', 'action_44', 'action_43', 'action_13', 'action_24', 'action_14', 'action_45', 'action_10', 'action_50', 'action_58', 'action_48', 'action_1', 'action_37', 'action_53', 'action_30', 'action_0', 'action_2', 'action_23', 'action_21', 'action_18', 'action_3', 'wall_stress_top', 'wall_stress', 'action_4', 'action_22', 'action_42', 'action_40', 'action_61', 'action_12', 'action_7', 'action_11', 'action_5', 'action_8', 'action_56', 'action_60', 'wall_stress_bottom', 'reward', 'action_41', 'action_54', 'action_59', 'action_51', 'action_38', 'action_25', 'action_46', 'action_19', 'action_52', 'action_55', 'action_27', 'action_20', 'action_15', 'action_36', 'action_9', 'action_57', 'action_35', 'action_39', 'action_28'}) and 27 missing columns ({'velocity_magnitude_p25', 'vorticity_magnitude_p5', 'drag', 'velocity_magnitude_p95', 'lift', 'pressure_mean', 'velocity_magnitude_max', 'pressure_max', 'velocity_magnitude_mean', 'vorticity_magnitude_p25', 'pressure_min', 'velocity_magnitude_min', 'vorticity_magnitude_mean', 'abs_lift', 'velocity_magnitude_p5', 'vorticity_magnitude_p95', 'pressure_p95', 'vorticity_magnitude_p75', 'velocity_magnitude_p50', 'vorticity_magnitude_p50', 'pressure_p5', 'vorticity_magnitude_min', 'pressure_p75', 'pressure_p50', 'vorticity_magnitude_max', 'pressure_p25', 'velocity_magnitude_p75'}).
This happened while the csv dataset builder was generating data using
hf://datasets/safe-autonomous-systems/fluidgym-data/initial_domains/channel_flow3D_L3.14_Re180_Res64_Ref1/0/train_opposition_control_both_episode.csv (at revision de501f0d114d2548c98684cd63a91968a7be8805)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
drag float64 | lift float64 | abs_lift float64 | velocity_magnitude_mean float64 | velocity_magnitude_min float64 | velocity_magnitude_max float64 | velocity_magnitude_p5 float64 | velocity_magnitude_p25 float64 | velocity_magnitude_p50 float64 | velocity_magnitude_p75 float64 | velocity_magnitude_p95 float64 | pressure_mean float64 | pressure_min float64 | pressure_max float64 | pressure_p5 float64 | pressure_p25 float64 | pressure_p50 float64 | pressure_p75 float64 | pressure_p95 float64 | vorticity_magnitude_mean float64 | vorticity_magnitude_min float64 | vorticity_magnitude_max float64 | vorticity_magnitude_p5 float64 | vorticity_magnitude_p25 float64 | vorticity_magnitude_p50 float64 | vorticity_magnitude_p75 float64 | vorticity_magnitude_p95 float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.299849 | 0.84995 | 0.84995 | 2.147839 | 0.01092 | 4.080694 | 0.104656 | 0.341753 | 2.398743 | 3.914815 | 4.05608 | 0.002786 | -0.096173 | 0.105475 | -0.01158 | -0.000297 | 0.002826 | 0.006256 | 0.016367 | 0.015065 | -33.541965 | 35.224339 | -1.382218 | -0.77776 | -0.141706 | 0.831689 | 1.918024 |
0.305426 | 0.88822 | 0.88822 | 2.14808 | 0.010913 | 4.081003 | 0.100029 | 0.34853 | 2.399841 | 3.914726 | 4.056603 | 0.002691 | -0.096686 | 0.108034 | -0.012651 | -0.000278 | 0.002709 | 0.00652 | 0.016158 | 0.012983 | -33.803207 | 35.595516 | -1.384399 | -0.775728 | -0.145331 | 0.830152 | 1.934817 |
0.309849 | 0.915839 | 0.915839 | 2.149009 | 0.010937 | 4.081372 | 0.109557 | 0.35119 | 2.39931 | 3.912757 | 4.056902 | 0.003166 | -0.103486 | 0.109782 | -0.01158 | -0.000143 | 0.002335 | 0.007287 | 0.017717 | 0.010085 | -33.981861 | 35.624321 | -1.38572 | -0.773935 | -0.149203 | 0.827624 | 1.932425 |
0.313341 | 0.922279 | 0.922279 | 2.148036 | 0.010936 | 4.081249 | 0.10068 | 0.347552 | 2.399848 | 3.916692 | 4.058088 | 0.002645 | -0.102111 | 0.106341 | -0.012025 | 0.000358 | 0.002557 | 0.005847 | 0.015858 | 0.009449 | -33.992149 | 35.717354 | -1.387775 | -0.773134 | -0.147215 | 0.827434 | 1.927807 |
0.306767 | 0.896284 | 0.896284 | 2.147268 | 0.010927 | 4.080507 | 0.107076 | 0.346361 | 2.39973 | 3.917924 | 4.058886 | 0.002731 | -0.098173 | 0.104556 | -0.012374 | 0.000154 | 0.002324 | 0.006159 | 0.016374 | 0.011083 | -33.582672 | 35.420879 | -1.38694 | -0.773191 | -0.141765 | 0.82738 | 1.931682 |
0.302646 | 0.868541 | 0.868541 | 2.148357 | 0.010922 | 4.079992 | 0.119472 | 0.346265 | 2.400056 | 3.918332 | 4.059735 | 0.002701 | -0.097822 | 0.104967 | -0.011917 | 0.000033 | 0.002334 | 0.006007 | 0.016211 | 0.013008 | -33.490963 | 35.396324 | -1.383243 | -0.777523 | -0.137743 | 0.829586 | 1.945581 |
0.300599 | 0.850329 | 0.850329 | 2.148263 | 0.010925 | 4.080054 | 0.109999 | 0.34499 | 2.39961 | 3.916589 | 4.060116 | 0.002771 | -0.098164 | 0.104068 | -0.011489 | -0.0001 | 0.002459 | 0.006276 | 0.016093 | 0.0149 | -33.506012 | 35.33456 | -1.382215 | -0.778105 | -0.138093 | 0.830276 | 1.940743 |
0.301004 | 0.858662 | 0.858662 | 2.147112 | 0.010917 | 4.08048 | 0.116092 | 0.341599 | 2.399288 | 3.915546 | 4.060008 | 0.002687 | -0.096715 | 0.105236 | -0.011713 | -0.000274 | 0.00256 | 0.006155 | 0.016229 | 0.0157 | -33.487396 | 35.291637 | -1.383975 | -0.7769 | -0.140907 | 0.833109 | 1.943991 |
0.30441 | 0.883957 | 0.883957 | 2.146154 | 0.010934 | 4.080709 | 0.10513 | 0.337586 | 2.3994 | 3.913252 | 4.05986 | 0.002796 | -0.097132 | 0.104923 | -0.012094 | -0.00015 | 0.002599 | 0.00643 | 0.016464 | 0.013991 | -33.447346 | 35.306835 | -1.385703 | -0.77532 | -0.146502 | 0.830394 | 1.945146 |
0.307313 | 0.908588 | 0.908588 | 2.14708 | 0.010919 | 4.081013 | 0.11228 | 0.340276 | 2.399948 | 3.911769 | 4.059044 | 0.00277 | -0.097552 | 0.105324 | -0.012272 | 0.000034 | 0.002428 | 0.006323 | 0.016807 | 0.011163 | -33.400005 | 35.364799 | -1.388888 | -0.774608 | -0.148938 | 0.827783 | 1.936295 |
0.306924 | 0.906499 | 0.906499 | 2.146199 | 0.01092 | 4.081201 | 0.109891 | 0.344364 | 2.400389 | 3.914129 | 4.057633 | 0.00272 | -0.097881 | 0.105041 | -0.012441 | 0.000243 | 0.002286 | 0.006159 | 0.016565 | 0.009549 | -33.332764 | 35.429031 | -1.390298 | -0.77332 | -0.1492 | 0.825453 | 1.930928 |
0.303979 | 0.883633 | 0.883633 | 2.145028 | 0.010918 | 4.081349 | 0.103234 | 0.336955 | 2.400333 | 3.915713 | 4.056954 | 0.002674 | -0.097566 | 0.104817 | -0.012322 | 0.000178 | 0.002207 | 0.005923 | 0.016289 | 0.010783 | -33.385345 | 35.390217 | -1.390765 | -0.77308 | -0.144837 | 0.825309 | 1.929424 |
0.299774 | 0.85097 | 0.85097 | 2.145469 | 0.01092 | 4.081131 | 0.10538 | 0.332087 | 2.399762 | 3.916015 | 4.057341 | 0.002682 | -0.097113 | 0.104833 | -0.01212 | 0.000032 | 0.002262 | 0.005867 | 0.016083 | 0.012627 | -33.471191 | 35.320988 | -1.388545 | -0.774265 | -0.14033 | 0.826221 | 1.922207 |
0.297624 | 0.831443 | 0.831443 | 2.145989 | 0.010917 | 4.08073 | 0.104951 | 0.331943 | 2.399127 | 3.91718 | 4.056351 | 0.002716 | -0.096286 | 0.105251 | -0.01146 | -0.000213 | 0.002347 | 0.006046 | 0.016089 | 0.014396 | -33.555954 | 35.245144 | -1.384942 | -0.775226 | -0.138247 | 0.829565 | 1.927838 |
0.299286 | 0.844352 | 0.844352 | 2.145528 | 0.01093 | 4.080447 | 0.107484 | 0.33148 | 2.398488 | 3.916381 | 4.056999 | 0.002731 | -0.097423 | 0.104423 | -0.011391 | -0.00036 | 0.002623 | 0.006062 | 0.016308 | 0.015175 | -33.588657 | 35.176643 | -1.381829 | -0.774946 | -0.141714 | 0.831172 | 1.932602 |
0.303374 | 0.87711 | 0.87711 | 2.144985 | 0.010925 | 4.080371 | 0.092956 | 0.337102 | 2.398591 | 3.914456 | 4.057078 | 0.002782 | -0.097605 | 0.104753 | -0.01188 | -0.000324 | 0.002697 | 0.006186 | 0.01672 | 0.013882 | -33.537518 | 35.196384 | -1.384665 | -0.775257 | -0.147579 | 0.829983 | 1.938727 |
0.308174 | 0.911548 | 0.911548 | 2.146303 | 0.010935 | 4.080509 | 0.10926 | 0.343957 | 2.399307 | 3.914118 | 4.057657 | 0.002775 | -0.097099 | 0.105091 | -0.012161 | -0.000167 | 0.00252 | 0.006286 | 0.016706 | 0.011435 | -33.46946 | 35.2826 | -1.386435 | -0.774389 | -0.150456 | 0.827363 | 1.945129 |
0.309245 | 0.921654 | 0.921654 | 2.14624 | 0.010933 | 4.080729 | 0.113825 | 0.349775 | 2.400129 | 3.91487 | 4.05841 | 0.002729 | -0.097656 | 0.104823 | -0.012342 | 0.000066 | 0.002333 | 0.006165 | 0.016624 | 0.009898 | -33.362774 | 35.397446 | -1.38928 | -0.773358 | -0.149436 | 0.825446 | 1.939625 |
0.307101 | 0.904733 | 0.904733 | 2.14572 | 0.010924 | 4.08096 | 0.100575 | 0.341286 | 2.400549 | 3.916493 | 4.059288 | 0.002703 | -0.097994 | 0.10435 | -0.012425 | 0.0001 | 0.00232 | 0.006048 | 0.016544 | 0.010788 | -33.316589 | 35.433243 | -1.391035 | -0.773066 | -0.14366 | 0.825179 | 1.926927 |
0.302906 | 0.871244 | 0.871244 | 2.146407 | 0.01092 | 4.081038 | 0.106827 | 0.344476 | 2.400279 | 3.917656 | 4.06018 | 0.00267 | -0.09741 | 0.104789 | -0.012233 | 0.000039 | 0.002366 | 0.00584 | 0.016245 | 0.012508 | -33.382408 | 35.377571 | -1.388521 | -0.780453 | -0.140013 | 0.828508 | 1.916742 |
0.300351 | 0.847863 | 0.847863 | 2.147478 | 0.010919 | 4.080865 | 0.119056 | 0.339614 | 2.399625 | 3.915785 | 4.060006 | 0.002696 | -0.097057 | 0.10479 | -0.011497 | -0.000137 | 0.002411 | 0.005946 | 0.016122 | 0.014409 | -33.488632 | 35.293839 | -1.383963 | -0.780594 | -0.135148 | 0.829924 | 1.912966 |
0.300675 | 0.84982 | 0.84982 | 2.146936 | 0.010927 | 4.080614 | 0.109545 | 0.343003 | 2.398993 | 3.915588 | 4.059539 | 0.002824 | -0.096678 | 0.104616 | -0.011535 | -0.000348 | 0.002556 | 0.00638 | 0.016181 | 0.015628 | -33.539597 | 35.219799 | -1.382983 | -0.779135 | -0.137597 | 0.831794 | 1.92193 |
0.30347 | 0.873056 | 0.873056 | 2.146019 | 0.010931 | 4.080502 | 0.109384 | 0.3472 | 2.398865 | 3.915115 | 4.059364 | 0.002793 | -0.096844 | 0.104843 | -0.011928 | -0.000211 | 0.002716 | 0.006312 | 0.016386 | 0.01474 | -33.514698 | 35.216125 | -1.384847 | -0.777815 | -0.141339 | 0.831822 | 1.9305 |
0.306184 | 0.900251 | 0.900251 | 2.147222 | 0.010933 | 4.080762 | 0.109456 | 0.344525 | 2.399914 | 3.913082 | 4.059055 | 0.0028 | -0.102727 | 0.107377 | -0.012132 | 0.000069 | 0.002652 | 0.006263 | 0.016605 | 0.011811 | -33.787827 | 35.606201 | -1.385243 | -0.775565 | -0.14687 | 0.828056 | 1.935457 |
0.308613 | 0.91154 | 0.91154 | 2.147085 | 0.010937 | 4.08106 | 0.10971 | 0.345641 | 2.39956 | 3.914193 | 4.058682 | 0.002552 | -0.099969 | 0.107426 | -0.01234 | 0.000344 | 0.002626 | 0.005741 | 0.015963 | 0.009296 | -33.960529 | 35.63509 | -1.38713 | -0.773845 | -0.147582 | 0.825227 | 1.930751 |
0.305343 | 0.887527 | 0.887527 | 2.14576 | 0.010921 | 4.080872 | 0.109893 | 0.340276 | 2.398822 | 3.91607 | 4.058462 | 0.002687 | -0.097082 | 0.105803 | -0.012437 | 0.000165 | 0.002231 | 0.006075 | 0.016406 | 0.009979 | -33.741638 | 35.306671 | -1.389974 | -0.773251 | -0.143461 | 0.825723 | 1.921008 |
0.302382 | 0.858305 | 0.858305 | 2.145606 | 0.010921 | 4.07985 | 0.09843 | 0.337581 | 2.399344 | 3.916497 | 4.059045 | 0.002701 | -0.097306 | 0.10493 | -0.012337 | 0.000178 | 0.002277 | 0.005959 | 0.01613 | 0.011806 | -33.578667 | 35.304749 | -1.386776 | -0.774643 | -0.140305 | 0.827575 | 1.930685 |
0.299408 | 0.836578 | 0.836578 | 2.146825 | 0.010919 | 4.079405 | 0.115899 | 0.336705 | 2.39898 | 3.916978 | 4.059715 | 0.002703 | -0.096791 | 0.104942 | -0.011593 | -0.000011 | 0.002312 | 0.006008 | 0.016041 | 0.013647 | -33.580936 | 35.244553 | -1.386049 | -0.775861 | -0.13485 | 0.829952 | 1.928934 |
0.299759 | 0.842213 | 0.842213 | 2.146545 | 0.01092 | 4.079685 | 0.109012 | 0.338323 | 2.39844 | 3.915658 | 4.059373 | 0.002725 | -0.096553 | 0.104981 | -0.011551 | -0.000217 | 0.00248 | 0.006189 | 0.016109 | 0.015129 | -33.616772 | 35.175186 | -1.384285 | -0.775452 | -0.138222 | 0.831463 | 1.936831 |
0.303027 | 0.870525 | 0.870525 | 2.145563 | 0.010925 | 4.079938 | 0.111722 | 0.338849 | 2.398352 | 3.915337 | 4.059249 | 0.002779 | -0.096865 | 0.10471 | -0.011872 | -0.000257 | 0.00254 | 0.006326 | 0.016455 | 0.014995 | -33.558445 | 35.179718 | -1.386261 | -0.775422 | -0.143017 | 0.831841 | 1.936707 |
0.30736 | 0.902125 | 0.902125 | 2.146165 | 0.010916 | 4.080194 | 0.111234 | 0.334895 | 2.399036 | 3.912824 | 4.059536 | 0.00278 | -0.097033 | 0.105352 | -0.012267 | -0.000058 | 0.002518 | 0.006331 | 0.016733 | 0.01265 | -33.451454 | 35.269852 | -1.38642 | -0.774607 | -0.149115 | 0.828781 | 1.936999 |
0.309659 | 0.918506 | 0.918506 | 2.14687 | 0.010934 | 4.080531 | 0.10629 | 0.338033 | 2.39977 | 3.914536 | 4.058928 | 0.002782 | -0.097335 | 0.104889 | -0.012466 | 0.00015 | 0.002387 | 0.006295 | 0.016682 | 0.010203 | -33.402893 | 35.347271 | -1.390298 | -0.774045 | -0.150073 | 0.825082 | 1.925441 |
0.307188 | 0.901323 | 0.901323 | 2.146088 | 0.010919 | 4.080771 | 0.097384 | 0.343682 | 2.400136 | 3.915625 | 4.057911 | 0.002783 | -0.098315 | 0.104323 | -0.01249 | 0.000264 | 0.002184 | 0.006232 | 0.016544 | 0.010166 | -33.371075 | 35.392658 | -1.39123 | -0.773184 | -0.146545 | 0.824452 | 1.924785 |
0.302448 | 0.863858 | 0.863858 | 2.145941 | 0.01092 | 4.080822 | 0.098369 | 0.33793 | 2.399866 | 3.91572 | 4.057821 | 0.002697 | -0.097242 | 0.104815 | -0.01239 | 0.000168 | 0.002265 | 0.00588 | 0.016198 | 0.011564 | -33.431171 | 35.337448 | -1.390762 | -0.774518 | -0.143405 | 0.827076 | 1.912881 |
0.298968 | 0.834966 | 0.834966 | 2.147286 | 0.010918 | 4.080539 | 0.112076 | 0.333827 | 2.399251 | 3.916009 | 4.057792 | 0.002646 | -0.097124 | 0.104691 | -0.011903 | 0.000067 | 0.002392 | 0.005774 | 0.015988 | 0.013302 | -33.523804 | 35.258938 | -1.387579 | -0.775364 | -0.138633 | 0.828424 | 1.913019 |
0.298748 | 0.83387 | 0.83387 | 2.14754 | 0.010921 | 4.080287 | 0.099975 | 0.33384 | 2.398473 | 3.915761 | 4.057052 | 0.002768 | -0.096314 | 0.105066 | -0.011448 | -0.000197 | 0.002521 | 0.006166 | 0.016157 | 0.014938 | -33.595753 | 35.18 | -1.384657 | -0.775419 | -0.138735 | 0.830493 | 1.925323 |
0.302511 | 0.862895 | 0.862895 | 2.146983 | 0.010927 | 4.080148 | 0.111594 | 0.342313 | 2.398234 | 3.914521 | 4.056891 | 0.002851 | -0.09631 | 0.1051 | -0.011764 | -0.000252 | 0.002609 | 0.006427 | 0.016561 | 0.015047 | -33.572823 | 35.158428 | -1.385054 | -0.774734 | -0.142963 | 0.831866 | 1.930677 |
0.306578 | 0.896584 | 0.896584 | 2.147868 | 0.010929 | 4.08042 | 0.107468 | 0.344158 | 2.399658 | 3.91401 | 4.057376 | 0.002783 | -0.102061 | 0.107657 | -0.012019 | 0.000012 | 0.002659 | 0.006277 | 0.016508 | 0.01267 | -33.759689 | 35.570034 | -1.386 | -0.774554 | -0.147445 | 0.829786 | 1.938705 |
0.310718 | 0.921647 | 0.921647 | 2.148889 | 0.010916 | 4.081079 | 0.109348 | 0.347826 | 2.399447 | 3.913684 | 4.057858 | 0.002516 | -0.09662 | 0.109007 | -0.013295 | 0.000031 | 0.002419 | 0.006207 | 0.016449 | 0.010155 | -33.974941 | 35.602821 | -1.388984 | -0.773515 | -0.149429 | 0.826918 | 1.935552 |
0.308213 | 0.907095 | 0.907095 | 2.148195 | 0.010923 | 4.080873 | 0.10668 | 0.345469 | 2.398705 | 3.9167 | 4.05825 | 0.002771 | -0.098053 | 0.104863 | -0.012392 | 0.000226 | 0.002323 | 0.006244 | 0.016529 | 0.009845 | -33.776154 | 35.369251 | -1.390891 | -0.772729 | -0.147818 | 0.825924 | 1.920053 |
0.303956 | 0.876554 | 0.876554 | 2.147836 | 0.010923 | 4.080025 | 0.102274 | 0.346101 | 2.399766 | 3.917331 | 4.05913 | 0.002734 | -0.097708 | 0.104499 | -0.012445 | 0.000233 | 0.002365 | 0.006078 | 0.016173 | 0.01129 | -33.466003 | 35.397408 | -1.387389 | -0.774314 | -0.142505 | 0.827732 | 1.925605 |
0.300862 | 0.852025 | 0.852025 | 2.149234 | 0.010922 | 4.079614 | 0.111778 | 0.345602 | 2.399571 | 3.917333 | 4.059862 | 0.002779 | -0.09838 | 0.103885 | -0.011745 | 0.00011 | 0.002395 | 0.00613 | 0.016141 | 0.013051 | -33.475948 | 35.333179 | -1.387728 | -0.778499 | -0.138147 | 0.829541 | 1.923081 |
0.300241 | 0.844647 | 0.844647 | 2.149284 | 0.010919 | 4.079969 | 0.106806 | 0.345027 | 2.399071 | 3.915709 | 4.059885 | 0.002764 | -0.096793 | 0.104984 | -0.011533 | -0.000072 | 0.002468 | 0.006227 | 0.016179 | 0.014953 | -33.547413 | 35.256794 | -1.385464 | -0.777677 | -0.138124 | 0.831144 | 1.925846 |
0.302432 | 0.863544 | 0.863544 | 2.148489 | 0.010916 | 4.080263 | 0.109846 | 0.338862 | 2.398797 | 3.91426 | 4.059556 | 0.002787 | -0.096729 | 0.104936 | -0.011828 | -0.000094 | 0.002612 | 0.006353 | 0.016347 | 0.015583 | -33.527763 | 35.234989 | -1.386034 | -0.776923 | -0.142164 | 0.833127 | 1.924865 |
0.306255 | 0.894669 | 0.894669 | 2.148123 | 0.010904 | 4.080659 | 0.10682 | 0.345488 | 2.400127 | 3.912693 | 4.059438 | 0.002833 | -0.101792 | 0.106189 | -0.011888 | -0.000096 | 0.002412 | 0.006463 | 0.016725 | 0.013439 | -33.576111 | 35.524075 | -1.38659 | -0.77578 | -0.146866 | 0.830399 | 1.936121 |
0.310445 | 0.916999 | 0.916999 | 2.149369 | 0.010934 | 4.081167 | 0.117483 | 0.343815 | 2.399608 | 3.913358 | 4.058837 | 0.003036 | -0.101708 | 0.109398 | -0.012451 | 0.000023 | 0.002292 | 0.007104 | 0.017305 | 0.010419 | -33.904022 | 35.651337 | -1.391731 | -0.774698 | -0.149143 | 0.827827 | 1.926917 |
0.306819 | 0.904795 | 0.904795 | 2.148335 | 0.010926 | 4.081295 | 0.100636 | 0.344432 | 2.398888 | 3.91574 | 4.057544 | 0.002804 | -0.097769 | 0.105891 | -0.012631 | 0.000293 | 0.002262 | 0.006355 | 0.016737 | 0.009392 | -33.764591 | 35.380764 | -1.392253 | -0.773535 | -0.149098 | 0.825525 | 1.93027 |
0.30411 | 0.87303 | 0.87303 | 2.147244 | 0.010919 | 4.080471 | 0.103753 | 0.340394 | 2.399656 | 3.916764 | 4.057348 | 0.002733 | -0.097824 | 0.104839 | -0.012454 | 0.00025 | 0.002296 | 0.006003 | 0.01625 | 0.010837 | -33.531624 | 35.367634 | -1.389515 | -0.773424 | -0.145318 | 0.826783 | 1.929863 |
0.299904 | 0.842078 | 0.842078 | 2.148113 | 0.010921 | 4.07982 | 0.109799 | 0.339482 | 2.399384 | 3.917351 | 4.057321 | 0.002715 | -0.097132 | 0.104832 | -0.011917 | 0.00008 | 0.002273 | 0.005932 | 0.015967 | 0.012621 | -33.541653 | 35.304146 | -1.389319 | -0.774037 | -0.141662 | 0.829488 | 1.926264 |
0.298757 | 0.836048 | 0.836048 | 2.148491 | 0.010919 | 4.079939 | 0.103804 | 0.335747 | 2.398806 | 3.915834 | 4.0566 | 0.002759 | -0.09679 | 0.104971 | -0.011467 | -0.000103 | 0.002399 | 0.006175 | 0.016124 | 0.014464 | -33.599194 | 35.234188 | -1.386353 | -0.774604 | -0.141149 | 0.830427 | 1.932547 |
0.300714 | 0.854043 | 0.854043 | 2.147865 | 0.010918 | 4.08015 | 0.10921 | 0.333519 | 2.398422 | 3.915985 | 4.057292 | 0.002806 | -0.096683 | 0.105038 | -0.011696 | -0.000232 | 0.002601 | 0.006353 | 0.016401 | 0.015303 | -33.573345 | 35.197201 | -1.384199 | -0.774653 | -0.143805 | 0.833177 | 1.932827 |
0.305528 | 0.88984 | 0.88984 | 2.147428 | 0.010928 | 4.080323 | 0.099903 | 0.338814 | 2.39884 | 3.913297 | 4.057617 | 0.00283 | -0.097105 | 0.105014 | -0.012074 | -0.000114 | 0.002652 | 0.006434 | 0.016649 | 0.013645 | -33.46249 | 35.262329 | -1.3862 | -0.774523 | -0.150658 | 0.830575 | 1.935254 |
0.309363 | 0.92243 | 0.92243 | 2.148752 | 0.010934 | 4.080704 | 0.111936 | 0.346052 | 2.399693 | 3.913165 | 4.058419 | 0.002814 | -0.097469 | 0.105194 | -0.01244 | 0.000093 | 0.002527 | 0.00648 | 0.016697 | 0.011076 | -33.413395 | 35.344479 | -1.388337 | -0.773677 | -0.149864 | 0.827987 | 1.929966 |
0.309644 | 0.920884 | 0.920884 | 2.148352 | 0.010927 | 4.08105 | 0.1066 | 0.344468 | 2.40046 | 3.915696 | 4.058116 | 0.002763 | -0.09802 | 0.104487 | -0.012496 | 0.000264 | 0.002294 | 0.006209 | 0.016661 | 0.009808 | -33.356628 | 35.444748 | -1.39184 | -0.773247 | -0.149396 | 0.82543 | 1.932985 |
0.305544 | 0.891764 | 0.891764 | 2.147588 | 0.010915 | 4.081191 | 0.109926 | 0.343745 | 2.400615 | 3.917902 | 4.05774 | 0.002709 | -0.097994 | 0.104704 | -0.012467 | 0.000225 | 0.002328 | 0.00597 | 0.016397 | 0.01092 | -33.296535 | 35.460094 | -1.389214 | -0.773258 | -0.145151 | 0.826561 | 1.935865 |
0.301157 | 0.859896 | 0.859896 | 2.148469 | 0.010919 | 4.081216 | 0.100695 | 0.345618 | 2.400159 | 3.917643 | 4.058296 | 0.002706 | -0.097442 | 0.104736 | -0.01205 | 0.000067 | 0.002351 | 0.005894 | 0.016145 | 0.012617 | -33.396725 | 35.375648 | -1.388178 | -0.777325 | -0.142595 | 0.827808 | 1.919762 |
0.299323 | 0.841681 | 0.841681 | 2.14907 | 0.010919 | 4.080983 | 0.109704 | 0.343605 | 2.399456 | 3.915689 | 4.057567 | 0.002748 | -0.096971 | 0.10491 | -0.011454 | -0.000112 | 0.002451 | 0.006112 | 0.016134 | 0.014536 | -33.486488 | 35.293434 | -1.386082 | -0.777755 | -0.138873 | 0.830396 | 1.921787 |
0.300567 | 0.853866 | 0.853866 | 2.148447 | 0.010926 | 4.080766 | 0.106763 | 0.341127 | 2.398927 | 3.915362 | 4.057242 | 0.00286 | -0.097322 | 0.104303 | -0.011638 | -0.000211 | 0.002672 | 0.00641 | 0.016291 | 0.015559 | -33.52372 | 35.230137 | -1.384723 | -0.777116 | -0.140498 | 0.832761 | 1.9256 |
0.304911 | 0.8837 | 0.8837 | 2.14774 | 0.01092 | 4.080743 | 0.10009 | 0.347666 | 2.399663 | 3.91313 | 4.057397 | 0.002948 | -0.099175 | 0.10941 | -0.0118 | -0.000471 | 0.002259 | 0.006706 | 0.017841 | 0.014144 | -33.548267 | 35.380836 | -1.385845 | -0.77666 | -0.146847 | 0.830973 | 1.936526 |
0.3093 | 0.915238 | 0.915238 | 2.14913 | 0.010932 | 4.081203 | 0.109614 | 0.346757 | 2.399732 | 3.913191 | 4.057848 | 0.002823 | -0.100417 | 0.109293 | -0.012536 | 0.000048 | 0.002592 | 0.006394 | 0.017323 | 0.011248 | -33.880287 | 35.636429 | -1.387102 | -0.775037 | -0.149061 | 0.828553 | 1.92944 |
0.310335 | 0.917811 | 0.917811 | 2.148637 | 0.010937 | 4.081536 | 0.110443 | 0.351635 | 2.399832 | 3.915137 | 4.058252 | 0.002905 | -0.102503 | 0.108823 | -0.012423 | 0.000161 | 0.002298 | 0.006626 | 0.017029 | 0.009318 | -34.000286 | 35.688175 | -1.388483 | -0.774264 | -0.147908 | 0.826025 | 1.919657 |
0.305583 | 0.889663 | 0.889663 | 2.14737 | 0.010919 | 4.080745 | 0.100851 | 0.344118 | 2.399839 | 3.916608 | 4.058597 | 0.002736 | -0.098334 | 0.104353 | -0.012394 | 0.00023 | 0.00232 | 0.006075 | 0.016355 | 0.010457 | -33.500561 | 35.422462 | -1.388302 | -0.77387 | -0.146357 | 0.826777 | 1.930972 |
0.302259 | 0.861984 | 0.861984 | 2.147637 | 0.01092 | 4.080042 | 0.103285 | 0.344627 | 2.400025 | 3.917064 | 4.059376 | 0.002686 | -0.097712 | 0.104803 | -0.012048 | 0.000091 | 0.002305 | 0.005882 | 0.016111 | 0.012292 | -33.448086 | 35.380135 | -1.387904 | -0.77696 | -0.14131 | 0.828463 | 1.941115 |
0.299949 | 0.844203 | 0.844203 | 2.148402 | 0.01092 | 4.080104 | 0.112506 | 0.339971 | 2.399496 | 3.916284 | 4.059896 | 0.002714 | -0.097045 | 0.105012 | -0.011491 | -0.000095 | 0.002354 | 0.006068 | 0.016109 | 0.014181 | -33.50816 | 35.303398 | -1.383226 | -0.777313 | -0.138273 | 0.829962 | 1.936538 |
0.301351 | 0.856539 | 0.856539 | 2.14769 | 0.01092 | 4.08043 | 0.109615 | 0.341233 | 2.399047 | 3.915571 | 4.059897 | 0.002783 | -0.096305 | 0.105272 | -0.011663 | -0.000321 | 0.002516 | 0.006382 | 0.01635 | 0.015458 | -33.538811 | 35.24575 | -1.381744 | -0.776875 | -0.14113 | 0.83273 | 1.938709 |
0.304335 | 0.883729 | 0.883729 | 2.146703 | 0.010921 | 4.080603 | 0.106414 | 0.338546 | 2.399127 | 3.914243 | 4.059687 | 0.002789 | -0.097073 | 0.10517 | -0.012093 | -0.000135 | 0.002722 | 0.006356 | 0.016543 | 0.014623 | -33.478413 | 35.268269 | -1.385361 | -0.77618 | -0.147398 | 0.831912 | 1.943763 |
0.3077 | 0.909712 | 0.909712 | 2.147459 | 0.01093 | 4.080778 | 0.109845 | 0.347037 | 2.39979 | 3.912579 | 4.059583 | 0.002785 | -0.097384 | 0.105038 | -0.012339 | 0.000001 | 0.002567 | 0.00641 | 0.016579 | 0.011997 | -33.358429 | 35.362141 | -1.386744 | -0.775935 | -0.148595 | 0.82901 | 1.938778 |
0.308739 | 0.916193 | 0.916193 | 2.147302 | 0.010928 | 4.081131 | 0.108567 | 0.34404 | 2.400393 | 3.914093 | 4.058186 | 0.002764 | -0.097846 | 0.104471 | -0.01243 | 0.000207 | 0.00237 | 0.006216 | 0.016591 | 0.009696 | -33.351784 | 35.411255 | -1.390395 | -0.774044 | -0.149183 | 0.825459 | 1.929597 |
0.305203 | 0.891882 | 0.891882 | 2.146101 | 0.010925 | 4.081247 | 0.105428 | 0.34499 | 2.400415 | 3.915688 | 4.057502 | 0.002762 | -0.098481 | 0.103966 | -0.012389 | 0.000241 | 0.002257 | 0.006126 | 0.016373 | 0.010369 | -33.368366 | 35.403 | -1.390355 | -0.774449 | -0.146585 | 0.825701 | 1.93598 |
0.301358 | 0.856852 | 0.856852 | 2.146054 | 0.010921 | 4.081161 | 0.100668 | 0.336307 | 2.399931 | 3.91725 | 4.058064 | 0.002696 | -0.097212 | 0.104812 | -0.012176 | 0.000071 | 0.002273 | 0.005873 | 0.016121 | 0.012105 | -33.467201 | 35.333553 | -1.389406 | -0.775111 | -0.143172 | 0.827556 | 1.924408 |
0.298584 | 0.834407 | 0.834407 | 2.147146 | 0.010928 | 4.080781 | 0.108802 | 0.336201 | 2.399206 | 3.915703 | 4.057181 | 0.002706 | -0.096136 | 0.105046 | -0.01145 | -0.000116 | 0.002357 | 0.005964 | 0.015887 | 0.013908 | -33.548374 | 35.247185 | -1.38694 | -0.77615 | -0.138184 | 0.828829 | 1.92575 |
0.299519 | 0.841603 | 0.841603 | 2.146848 | 0.01092 | 4.080521 | 0.108846 | 0.336022 | 2.398597 | 3.915718 | 4.057191 | 0.002745 | -0.096354 | 0.105038 | -0.011424 | -0.000306 | 0.002561 | 0.006143 | 0.016181 | 0.015208 | -33.58683 | 35.183456 | -1.380511 | -0.775985 | -0.141034 | 0.831172 | 1.931139 |
0.303327 | 0.876308 | 0.876308 | 2.146142 | 0.010928 | 4.08038 | 0.099983 | 0.337174 | 2.398633 | 3.915562 | 4.057327 | 0.002802 | -0.09688 | 0.104804 | -0.011852 | -0.000263 | 0.002716 | 0.006291 | 0.016488 | 0.014681 | -33.517597 | 35.209034 | -1.385784 | -0.775876 | -0.145949 | 0.830187 | 1.939831 |
0.307717 | 0.909035 | 0.909035 | 2.147126 | 0.010925 | 4.080486 | 0.109251 | 0.340216 | 2.399437 | 3.913224 | 4.057706 | 0.002826 | -0.097093 | 0.104825 | -0.012262 | -0.000093 | 0.002606 | 0.006421 | 0.016802 | 0.012195 | -33.382755 | 35.315685 | -1.386939 | -0.774801 | -0.149776 | 0.829628 | 1.945871 |
0.310056 | 0.925751 | 0.925751 | 2.147426 | 0.010935 | 4.080877 | 0.109546 | 0.344746 | 2.400186 | 3.91509 | 4.058141 | 0.002743 | -0.097813 | 0.10453 | -0.01243 | 0.000171 | 0.002468 | 0.006184 | 0.016594 | 0.00993 | -33.377956 | 35.382252 | -1.389169 | -0.774464 | -0.150257 | 0.824985 | 1.937506 |
0.307227 | 0.90521 | 0.90521 | 2.146571 | 0.010921 | 4.081072 | 0.107185 | 0.34653 | 2.400606 | 3.915782 | 4.058857 | 0.00271 | -0.097725 | 0.105142 | -0.012581 | 0.000208 | 0.002363 | 0.006065 | 0.016502 | 0.010348 | -33.311466 | 35.447094 | -1.389495 | -0.774517 | -0.145025 | 0.824886 | 1.926527 |
0.303814 | 0.873938 | 0.873938 | 2.146651 | 0.01092 | 4.081165 | 0.097468 | 0.342019 | 2.400388 | 3.9161 | 4.059749 | 0.002609 | -0.096289 | 0.104327 | -0.012326 | 0.000167 | 0.002394 | 0.005715 | 0.015859 | 0.011971 | -33.377663 | 35.389286 | -1.388591 | -0.779216 | -0.141053 | 0.827878 | 1.92881 |
0.300332 | 0.84837 | 0.84837 | 2.147949 | 0.010919 | 4.080967 | 0.114866 | 0.341452 | 2.39972 | 3.91688 | 4.060102 | 0.002718 | -0.096856 | 0.104934 | -0.011558 | -0.000053 | 0.002374 | 0.00601 | 0.016108 | 0.013776 | -33.471695 | 35.305767 | -1.383706 | -0.778628 | -0.136706 | 0.829535 | 1.926724 |
0.300686 | 0.849986 | 0.849986 | 2.147813 | 0.01092 | 4.080752 | 0.114085 | 0.34014 | 2.399108 | 3.91569 | 4.059675 | 0.002718 | -0.096261 | 0.105231 | -0.011548 | -0.000256 | 0.002513 | 0.006157 | 0.016211 | 0.015325 | -33.529102 | 35.234425 | -1.381936 | -0.777856 | -0.138771 | 0.831547 | 1.928483 |
0.303997 | 0.877401 | 0.877401 | 2.146843 | 0.010934 | 4.080599 | 0.111634 | 0.342553 | 2.398966 | 3.913656 | 4.059452 | 0.002812 | -0.096977 | 0.104928 | -0.01199 | -0.000159 | 0.002722 | 0.006392 | 0.016438 | 0.015183 | -33.500153 | 35.233257 | -1.385812 | -0.776694 | -0.142946 | 0.832045 | 1.940026 |
0.308863 | 0.905963 | 0.905963 | 2.147563 | 0.010931 | 4.08085 | 0.108234 | 0.34293 | 2.400336 | 3.913575 | 4.059049 | 0.002898 | -0.100173 | 0.109293 | -0.012502 | -0.000093 | 0.002557 | 0.006553 | 0.017524 | 0.012624 | -33.732723 | 35.61998 | -1.387152 | -0.775646 | -0.146185 | 0.829806 | 1.94437 |
0.312094 | 0.917909 | 0.917909 | 2.148067 | 0.010917 | 4.081491 | 0.109755 | 0.354582 | 2.399947 | 3.914254 | 4.058579 | 0.00277 | -0.095958 | 0.110128 | -0.013283 | -0.000221 | 0.002142 | 0.00696 | 0.017276 | 0.009818 | -33.938572 | 35.661446 | -1.387598 | -0.774692 | -0.148011 | 0.82561 | 1.931349 |
0.308365 | 0.89698 | 0.89698 | 2.146767 | 0.010922 | 4.08109 | 0.107286 | 0.337192 | 2.39927 | 3.915884 | 4.058356 | 0.002758 | -0.097814 | 0.10467 | -0.012397 | 0.00024 | 0.002254 | 0.006197 | 0.016405 | 0.009869 | -33.643761 | 35.350418 | -1.389738 | -0.774351 | -0.146547 | 0.825343 | 1.921997 |
0.302337 | 0.86326 | 0.86326 | 2.146248 | 0.010921 | 4.080106 | 0.100744 | 0.343483 | 2.399697 | 3.91579 | 4.059028 | 0.002709 | -0.097438 | 0.104932 | -0.012387 | 0.000186 | 0.002295 | 0.005958 | 0.016161 | 0.011509 | -33.510086 | 35.34124 | -1.387808 | -0.77492 | -0.141773 | 0.827543 | 1.929054 |
0.299668 | 0.839009 | 0.839009 | 2.147458 | 0.01092 | 4.079737 | 0.113946 | 0.332004 | 2.399299 | 3.916112 | 4.059764 | 0.002717 | -0.096643 | 0.10535 | -0.011635 | -0.000005 | 0.002309 | 0.00605 | 0.01602 | 0.013296 | -33.542107 | 35.270485 | -1.384857 | -0.776416 | -0.137743 | 0.828308 | 1.929088 |
0.299983 | 0.841681 | 0.841681 | 2.147482 | 0.010918 | 4.079984 | 0.110523 | 0.337182 | 2.398722 | 3.915936 | 4.05958 | 0.002702 | -0.096281 | 0.105218 | -0.011585 | -0.000183 | 0.002475 | 0.006143 | 0.016141 | 0.014925 | -33.569324 | 35.212154 | -1.382932 | -0.775997 | -0.139596 | 0.831172 | 1.936773 |
0.302403 | 0.868102 | 0.868102 | 2.146644 | 0.010924 | 4.08016 | 0.111857 | 0.337053 | 2.398625 | 3.914837 | 4.05942 | 0.002823 | -0.096707 | 0.104927 | -0.01193 | -0.000281 | 0.002561 | 0.006436 | 0.016557 | 0.015175 | -33.519279 | 35.209232 | -1.385964 | -0.775051 | -0.145449 | 0.831891 | 1.939408 |
0.307613 | 0.903629 | 0.903629 | 2.146922 | 0.01093 | 4.080383 | 0.106198 | 0.336374 | 2.399237 | 3.912713 | 4.059521 | 0.002822 | -0.097438 | 0.105223 | -0.01224 | -0.000059 | 0.002592 | 0.006405 | 0.016759 | 0.012968 | -33.426918 | 35.286697 | -1.386614 | -0.775305 | -0.149434 | 0.82989 | 1.940906 |
0.310532 | 0.920858 | 0.920858 | 2.147831 | 0.01092 | 4.080777 | 0.108634 | 0.345144 | 2.400003 | 3.91381 | 4.059048 | 0.00278 | -0.097515 | 0.105316 | -0.012533 | 0.000155 | 0.002449 | 0.006307 | 0.01681 | 0.010389 | -33.387531 | 35.369228 | -1.389213 | -0.774454 | -0.149019 | 0.825873 | 1.931657 |
0.307568 | 0.905171 | 0.905171 | 2.147015 | 0.010918 | 4.081051 | 0.105346 | 0.343336 | 2.400345 | 3.916072 | 4.058075 | 0.002729 | -0.096737 | 0.105317 | -0.012507 | 0.00025 | 0.00224 | 0.006155 | 0.016407 | 0.010039 | -33.391575 | 35.396854 | -1.391166 | -0.774247 | -0.147376 | 0.825145 | 1.929445 |
0.303038 | 0.868222 | 0.868222 | 2.146585 | 0.010919 | 4.081028 | 0.100649 | 0.341163 | 2.400047 | 3.915857 | 4.058098 | 0.002709 | -0.09737 | 0.104785 | -0.012373 | 0.000178 | 0.002315 | 0.005906 | 0.016216 | 0.011406 | -33.427505 | 35.359341 | -1.390648 | -0.775199 | -0.142724 | 0.827528 | 1.919174 |
0.299191 | 0.839059 | 0.839059 | 2.147901 | 0.010918 | 4.080768 | 0.112263 | 0.335018 | 2.39941 | 3.916475 | 4.058016 | 0.002715 | -0.096938 | 0.104899 | -0.011704 | -0.000006 | 0.002324 | 0.005916 | 0.016062 | 0.013125 | -33.505268 | 35.280293 | -1.38794 | -0.776278 | -0.139457 | 0.828357 | 1.914891 |
0.299274 | 0.837275 | 0.837275 | 2.148152 | 0.010919 | 4.080467 | 0.108807 | 0.331512 | 2.398716 | 3.9155 | 4.057393 | 0.002765 | -0.096614 | 0.104894 | -0.011468 | -0.000169 | 0.002507 | 0.006139 | 0.016171 | 0.014879 | -33.569798 | 35.204227 | -1.381665 | -0.775372 | -0.137932 | 0.830181 | 1.923778 |
0.302341 | 0.862365 | 0.862365 | 2.147594 | 0.010922 | 4.080326 | 0.104113 | 0.335337 | 2.398492 | 3.914926 | 4.057233 | 0.002797 | -0.096821 | 0.105221 | -0.011751 | -0.000195 | 0.002657 | 0.006263 | 0.016616 | 0.015307 | -33.536846 | 35.193726 | -1.385342 | -0.775517 | -0.144115 | 0.83192 | 1.92982 |
0.306541 | 0.899666 | 0.899666 | 2.147882 | 0.01093 | 4.080565 | 0.097699 | 0.345054 | 2.399921 | 3.913923 | 4.057597 | 0.002826 | -0.102482 | 0.107335 | -0.012059 | 0.00005 | 0.00276 | 0.006335 | 0.016563 | 0.01312 | -33.720615 | 35.550983 | -1.385531 | -0.775525 | -0.148544 | 0.830176 | 1.936308 |
0.309804 | 0.920228 | 0.920228 | 2.149163 | 0.010933 | 4.081083 | 0.109519 | 0.342316 | 2.399449 | 3.914289 | 4.057982 | 0.002778 | -0.102702 | 0.107824 | -0.012252 | 0.00018 | 0.002517 | 0.006253 | 0.016631 | 0.010372 | -33.971752 | 35.63065 | -1.389462 | -0.773959 | -0.149512 | 0.826782 | 1.928058 |
0.310203 | 0.912327 | 0.912327 | 2.148375 | 0.010931 | 4.081065 | 0.100742 | 0.341344 | 2.399139 | 3.916451 | 4.058401 | 0.00279 | -0.097814 | 0.105138 | -0.012561 | 0.000229 | 0.002318 | 0.006343 | 0.016622 | 0.009697 | -33.677204 | 35.39539 | -1.390576 | -0.773748 | -0.147406 | 0.825412 | 1.920845 |
0.30539 | 0.881685 | 0.881685 | 2.147699 | 0.01092 | 4.080329 | 0.100761 | 0.344828 | 2.400031 | 3.917367 | 4.059286 | 0.002683 | -0.097076 | 0.105467 | -0.012464 | 0.000176 | 0.00227 | 0.00599 | 0.016324 | 0.011101 | -33.461678 | 35.398758 | -1.387597 | -0.775327 | -0.143027 | 0.827706 | 1.929725 |
0.30137 | 0.852394 | 0.852394 | 2.148868 | 0.010919 | 4.079896 | 0.119211 | 0.342497 | 2.399731 | 3.916635 | 4.059983 | 0.002733 | -0.097346 | 0.104873 | -0.011825 | 0.000087 | 0.00237 | 0.006021 | 0.016137 | 0.012864 | -33.491261 | 35.340584 | -1.386396 | -0.777941 | -0.138594 | 0.829425 | 1.92703 |
0.300088 | 0.844871 | 0.844871 | 2.149172 | 0.010918 | 4.080171 | 0.109676 | 0.338796 | 2.399198 | 3.915828 | 4.060008 | 0.002719 | -0.096468 | 0.105282 | -0.011574 | -0.000108 | 0.002417 | 0.00619 | 0.016193 | 0.014752 | -33.528332 | 35.271881 | -1.385757 | -0.777364 | -0.139724 | 0.831134 | 1.932461 |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 3,488