diff --git a/daxa/config.py b/daxa/config.py index 89cb7729..03d674ef 100644 --- a/daxa/config.py +++ b/daxa/config.py @@ -1,5 +1,5 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 18/01/2023, 15:25. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 31/01/2024, 11:35. Copyright (c) The Contributors import os from configparser import ConfigParser @@ -71,5 +71,14 @@ SASERROR_LIST = errors["ErrName"].values SASWARNING_LIST = warnings["WarnName"].values -# Reading in the data available in the Cal-PV release -CALPV_INFO = pd.read_csv(pkg_resources.resource_filename(__name__, "files/CALPV_INFO.csv"), header="infer", dtype={'ObsID': str}) \ No newline at end of file +# Reading in the file with information on the eROSITA observations that were made available in the +# eROSITA CalPV release +EROSITA_CALPV_INFO = pd.read_csv(pkg_resources.resource_filename(__name__, "files/erosita_calpv_info.csv"), + header="infer", dtype={'ObsID': str}) +# TODO This may end up changing when we get access to the DR1 release - it could be in a format that makes this +# a bad way of doing it +# Then doing the same thing, but for the German eRASS:1 release +ERASS_DE_DR1_INFO = pd.read_csv(pkg_resources.resource_filename(__name__, "files/erass_de_dr1_info.csv"), + header="infer", dtype={'ObsID': str, 'FIELD1': str, 'FIELD2': str, 'FIELD3': str, + 'FIELD4': str, 'FIELD5': str, 'FIELD6': str, 'FIELD7': str, + 'FIELD8': str, 'FIELD9': str}) diff --git a/daxa/files/CALPV_INFO.csv b/daxa/files/CALPV_INFO.csv deleted file mode 100644 index 259a340e..00000000 --- a/daxa/files/CALPV_INFO.csv +++ /dev/null @@ -1,171 +0,0 @@ -,ObsID,start,duration,end,ra,dec,science_usable,Field_Name,Field_Type,download -0,300007,2019-11-03T02:42:50,89627.0,2019-11-04T03:36:37,129.55,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz -1,300008,2019-11-04T03:49:16,91643.0,2019-11-05T05:16:39,133.86,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz -2,300009,2019-11-05T05:29:18,90648.0,2019-11-06T06:40:06,138.14,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz -3,300010,2019-11-06T07:24:46,89722.0,2019-11-07T08:20:08,142.45,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz -4,300004,2019-11-16T23:14:40,154952.0,2019-11-18T18:17:12,130.3313,-78.9634,True,ETA_CHA,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eta_Cha.tar.gz -5,700016,2019-09-15T09:23:10,113825.0,2019-09-16T17:00:15,83.836372375488,-69.311386108398,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz -6,700161,2019-10-18T16:49:59,80313.0,2019-10-19T15:08:32,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz -7,700203,2019-12-06T19:03:45,31712.0,2019-12-07T03:52:17,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz -8,700204,2019-12-07T03:58:56,31712.0,2019-12-07T12:47:28,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz -9,700156,2019-10-10T01:54:47,43559.0,2019-10-10T14:00:46,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -10,700179,2019-11-22T15:53:20,59489.0,2019-11-23T08:24:49,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -11,700182,2019-11-27T06:07:24,40296.0,2019-11-27T17:19:00,80.510115854516,-69.85367143598,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -12,700183,2019-11-25T18:57:15,41034.0,2019-11-26T06:21:09,81.993496158843,-69.431537504153,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -13,700184,2019-11-23T21:00:37,40292.0,2019-11-24T08:12:09,80.687582578861,-69.377649654414,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -14,700185,2019-11-25T07:58:39,41267.0,2019-11-25T19:26:26,81.900481092646,-69.892924133714,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -15,700201,2019-12-02T08:59:40,43230.0,2019-12-02T21:00:10,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -16,700202,2019-12-04T00:59:40,43230.0,2019-12-04T13:00:10,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz -17,700206,2019-12-07T21:03:24,21801.0,2019-12-08T03:06:45,85.04515838623,-69.331733703613,True,PSR_J0540_6919,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0540m6919.tar.gz -18,700205,2019-12-07T12:43:24,31641.0,2019-12-07T21:30:45,84.444427490234,-69.171409606934,True,PSR_J0537_6910,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0537m6910.tar.gz -19,700207,2019-12-08T02:39:24,37274.0,2019-12-08T13:00:38,84.742172241211,-69.250358581543,True,PSR_J0540_PSR_J0537,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0540_PSR_J0537.tar.gz -20,700001,2019-11-07T17:03:44,61579.0,2019-11-08T10:10:03,16.008333333333,-72.031944444444,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz -21,700002,2019-11-08T09:40:42,61041.0,2019-11-09T02:38:03,15.036871800215,-71.888384341232,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz -22,700003,2019-11-09T02:37:45,61238.0,2019-11-09T19:38:23,16.994661672799,-72.170596682228,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz -23,700004,2019-11-09T19:09:02,57001.0,2019-11-10T10:59:03,16.282350461656,-71.850878735899,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz -24,700005,2019-11-10T10:29:12,56006.0,2019-11-11T02:02:38,16.419013700816,-71.760440299341,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz -25,700018,2019-10-05T14:56:50,117459.0,2019-10-06T23:34:29,119.58333333333,-60.870277777778,True,NGC_2516,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_2516.tar.gz -26,700019,2019-10-31T17:34:59,80263.0,2019-11-01T15:52:42,119.58333333333,-60.870277777778,True,NGC_2516,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_2516.tar.gz -27,300000,2019-10-14T11:36:38,100246.0,2019-10-15T15:27:24,104.9507625,14.239316666667,True,PSR_B0656_14,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_B0656p14.tar.gz -28,900035,2019-09-10T15:13:24,22641.0,2019-09-10T21:30:45,228.84419250488,-59.09810256958,True,PSR_1509_58,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_1509m58.tar.gz -29,900043,2019-09-14T15:13:24,28039.0,2019-09-14T23:00:43,228.84716796875,-59.106525421143,True,PSR_1509_58,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_1509m58.tar.gz -30,900033,2019-09-09T15:13:24,22641.0,2019-09-09T21:30:45,195.9973449707,-63.97021484375,True,IGR_J13020_6359__2RXP_J130159_635806_,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/IGR_J13020m6359.tar.gz -31,900062,2019-09-25T15:23:24,22041.0,2019-09-25T21:30:45,248.23999023438,-48.741333007812,True,IGR_J16318_4848,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/IGR_J16318m4848.tar.gz -32,900072,2019-10-01T14:57:43,21783.0,2019-10-01T21:00:46,255.44781494141,-41.563358306885,True,OAO_1657_415,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/OAO_1657m415.tar.gz -33,700007,2019-10-16T22:21:52,90249.0,2019-10-17T23:26:01,110.104,-31.430613888889,True,1RXS_J072025_312554,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1RXS_J072025m312554.tar.gz -34,700039,2019-10-29T08:51:34,59880.0,2019-10-30T01:29:34,132.19041666667,-45.614166666667,True,VELA_SNR,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Vela_SNR.tar.gz -35,700199,2019-11-29T17:18:35,30790.0,2019-11-30T01:51:45,126.0325,-42.996666666667,True,PUPPIS_A,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Puppis_A.tar.gz -36,700200,2019-11-30T02:25:15,30217.0,2019-11-30T10:48:52,126.0325,-42.996666666667,True,PUPPIS_A,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Puppis_A.tar.gz -37,700167,2019-11-22T10:03:20,19631.0,2019-11-22T15:30:31,120.89583333333,-40.003055555556,True,HR_3165__ZET_PUP_,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/HR_3165.tar.gz -38,900056,2019-09-21T23:14:30,45962.0,2019-09-22T12:00:32,83.469215393066,21.877420425415,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -39,900075,2019-10-02T21:51:44,3601.0,2019-10-02T22:51:45,82.570663452148,21.874715805054,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -40,900076,2019-10-02T22:21:24,4221.0,2019-10-02T23:31:45,82.750221252441,21.875782012939,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -41,900077,2019-10-02T23:01:24,3621.0,2019-10-03T00:01:45,82.929794311523,21.876649856567,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -42,900078,2019-10-02T23:31:24,3621.0,2019-10-03T00:31:45,83.037544250488,21.87707901001,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -43,900079,2019-10-03T00:01:24,3530.0,2019-10-03T01:00:14,83.109382629395,21.877325057983,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -44,900080,2019-10-03T00:31:24,3621.0,2019-10-03T01:31:45,83.145301818848,21.877435684204,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -45,900081,2019-10-03T01:01:24,3201.0,2019-10-03T01:54:45,83.199180603027,21.877588272095,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -46,900082,2019-10-03T01:24:24,3201.0,2019-10-03T02:17:45,83.253051757812,21.877721786499,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -47,900083,2019-10-03T01:47:24,3201.0,2019-10-03T02:40:45,83.306930541992,21.877838134766,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -48,900084,2019-10-03T02:10:24,3201.0,2019-10-03T03:03:45,83.342849731445,21.877906799316,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -49,900085,2019-10-03T02:33:25,3199.0,2019-10-03T03:26:44,83.378768920898,21.877967834473,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -50,900086,2019-10-03T02:56:24,3201.0,2019-10-03T03:49:45,83.414688110352,21.878019332886,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -51,900087,2019-10-03T03:19:25,3200.0,2019-10-03T04:12:45,83.450607299805,21.878065109253,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -52,900088,2019-10-03T03:42:24,3201.0,2019-10-03T04:35:45,83.468566894531,21.878084182739,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -53,900089,2019-10-03T04:05:25,3199.0,2019-10-03T04:58:44,83.486526489258,21.878101348877,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -54,900090,2019-10-03T04:28:24,3201.0,2019-10-03T05:21:45,83.522445678711,21.878129959106,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -55,900091,2019-10-03T04:59:47,2698.0,2019-10-03T05:44:45,83.558364868164,21.878150939941,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -56,900092,2019-10-03T05:14:24,3201.0,2019-10-03T06:07:45,83.594284057617,21.878164291382,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -57,900093,2019-10-03T05:37:25,3199.0,2019-10-03T06:30:44,83.63020324707,21.878170013428,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -58,900094,2019-10-03T06:00:24,3201.0,2019-10-03T06:53:45,83.68408203125,21.878164291382,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -59,900095,2019-10-03T06:23:24,3201.0,2019-10-03T07:16:45,83.73796081543,21.87813949585,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -60,900096,2019-10-03T06:46:24,3620.0,2019-10-03T07:46:44,83.791839599609,21.87809753418,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -61,900097,2019-10-03T07:16:25,3620.0,2019-10-03T08:16:45,83.827758789062,21.878059387207,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -62,900098,2019-10-03T07:46:25,3619.0,2019-10-03T08:46:44,83.899597167969,21.877962112427,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -63,900099,2019-10-03T08:16:26,3618.0,2019-10-03T09:16:44,84.007347106934,21.877754211426,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz -64,900100,2019-10-03T08:59:47,3417.0,2019-10-03T09:56:44,84.186920166016,21.877252578735,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -65,900101,2019-10-03T09:26:26,3262.0,2019-10-03T10:20:48,84.366485595703,21.876556396484,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -66,900102,2019-10-03T10:21:07,3337.0,2019-10-03T11:16:44,82.836494445801,21.287460327148,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -67,900103,2019-10-03T10:46:26,4219.0,2019-10-03T11:56:45,82.96248626709,21.40576171875,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -68,900104,2019-10-03T11:26:25,3620.0,2019-10-03T12:26:45,83.088691711426,21.523977279663,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -69,900105,2019-10-03T11:56:25,3620.0,2019-10-03T12:56:45,83.164512634277,21.594863891602,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -70,900106,2019-10-03T12:26:24,3621.0,2019-10-03T13:26:45,83.215103149414,21.642105102539,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -71,900107,2019-10-03T12:59:45,3420.0,2019-10-03T13:56:45,83.240417480469,21.665719985962,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -72,900108,2019-10-03T13:26:24,3201.0,2019-10-03T14:19:45,83.278396606445,21.701133728027,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -73,900109,2019-10-03T13:49:24,3201.0,2019-10-03T14:42:45,83.316390991211,21.736541748047,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -74,900110,2019-10-03T14:12:24,3201.0,2019-10-03T15:05:45,83.35440826416,21.771940231323,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -75,900111,2019-10-03T14:35:24,3201.0,2019-10-03T15:28:45,83.379760742188,21.795534133911,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -76,900112,2019-10-03T14:58:25,3199.0,2019-10-03T15:51:44,83.405128479004,21.819124221802,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -77,900113,2019-10-03T15:21:24,3201.0,2019-10-03T16:14:45,83.43049621582,21.842710494995,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -78,900114,2019-10-03T15:44:24,3201.0,2019-10-03T16:37:45,83.455879211426,21.86629486084,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -79,900115,2019-10-03T16:07:24,3170.0,2019-10-03T17:00:14,83.468566894531,21.878084182739,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -80,900116,2019-10-03T16:30:25,3199.0,2019-10-03T17:23:44,83.481262207031,21.889873504639,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -81,900117,2019-10-03T16:59:45,2820.0,2019-10-03T17:46:45,83.506660461426,21.91344833374,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -82,900118,2019-10-03T17:16:24,3201.0,2019-10-03T18:09:45,83.532066345215,21.937019348145,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -83,900119,2019-10-03T17:39:24,3201.0,2019-10-03T18:32:45,83.557479858398,21.960586547852,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -84,900120,2019-10-03T18:02:25,3199.0,2019-10-03T18:55:44,83.582901000977,21.984149932861,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -85,900121,2019-10-03T18:25:24,3201.0,2019-10-03T19:18:45,83.621047973633,22.019487380981,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -86,900122,2019-10-03T18:48:24,3201.0,2019-10-03T19:41:45,83.659217834473,22.054817199707,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -87,900123,2019-10-03T19:11:24,3620.0,2019-10-03T20:11:44,83.697402954102,22.090135574341,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -88,900124,2019-10-03T19:41:25,3620.0,2019-10-03T20:41:45,83.722869873047,22.113677978516,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -89,900125,2019-10-03T20:11:25,2928.0,2019-10-03T21:00:13,83.773826599121,22.160747528076,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -90,900126,2019-10-03T20:41:26,3618.0,2019-10-03T21:41:44,83.850326538086,22.231323242188,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -91,900127,2019-10-03T21:11:24,4220.0,2019-10-03T22:21:44,83.977996826172,22.348863601685,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -92,900128,2019-10-03T21:51:26,3259.0,2019-10-03T22:45:45,84.10587310791,22.466297149658,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -93,900129,2019-10-03T22:46:03,3340.0,2019-10-03T23:41:43,83.468925476074,21.045421600342,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz -94,900130,2019-10-03T23:11:25,4220.0,2019-10-04T00:21:45,83.468856811523,21.211936950684,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -95,900131,2019-10-03T23:51:24,3621.0,2019-10-04T00:51:45,83.468788146973,21.378463745117,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -96,900132,2019-10-04T00:21:25,3620.0,2019-10-04T01:21:45,83.468742370605,21.478384017944,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -97,900133,2019-10-04T00:59:44,3121.0,2019-10-04T01:51:45,83.468719482422,21.544998168945,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -98,900134,2019-10-04T01:21:24,3621.0,2019-10-04T02:21:45,83.468704223633,21.57830619812,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -99,900135,2019-10-04T01:51:24,3201.0,2019-10-04T02:44:45,83.468681335449,21.628269195557,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -100,900136,2019-10-04T02:14:24,3201.0,2019-10-04T03:07:45,83.468658447266,21.678232192993,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -101,900137,2019-10-04T02:37:24,3201.0,2019-10-04T03:30:45,83.468635559082,21.728193283081,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -102,900138,2019-10-04T03:00:24,3201.0,2019-10-04T03:53:45,83.468620300293,21.761503219604,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -103,900139,2019-10-04T03:23:25,3199.0,2019-10-04T04:16:44,83.468605041504,21.794811248779,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -104,900140,2019-10-04T03:46:24,3201.0,2019-10-04T04:39:45,83.468589782715,21.828121185303,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -105,900141,2019-10-04T04:09:24,3048.0,2019-10-04T05:00:12,83.468574523926,21.861429214478,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -106,900142,2019-10-04T04:32:24,3201.0,2019-10-04T05:25:45,83.468566894531,21.878084182739,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -107,900143,2019-10-04T04:59:45,2939.0,2019-10-04T05:48:44,83.468559265137,21.894739151001,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -108,900144,2019-10-04T05:18:24,3201.0,2019-10-04T06:11:45,83.468544006348,21.928047180176,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -109,900145,2019-10-04T05:41:24,3201.0,2019-10-04T06:34:45,83.468528747559,21.961357116699,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -110,900146,2019-10-04T06:04:24,3201.0,2019-10-04T06:57:45,83.46851348877,21.994665145874,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -111,900147,2019-10-04T06:27:25,3199.0,2019-10-04T07:20:44,83.46849822998,22.027973175049,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -112,900148,2019-10-04T06:50:24,3201.0,2019-10-04T07:43:45,83.468475341797,22.077936172485,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -113,900149,2019-10-04T07:13:24,3201.0,2019-10-04T08:06:45,83.468452453613,22.127899169922,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -114,900150,2019-10-04T07:36:24,3620.0,2019-10-04T08:36:44,83.46842956543,22.177862167358,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -115,900151,2019-10-04T08:06:25,3226.0,2019-10-04T09:00:11,83.468414306641,22.211170196533,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -116,900152,2019-10-04T08:36:25,3619.0,2019-10-04T09:36:44,83.468383789062,22.277784347534,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -117,900153,2019-10-04T09:06:26,3617.0,2019-10-04T10:06:43,83.468338012695,22.37770652771,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -118,900154,2019-10-04T09:36:24,4220.0,2019-10-04T10:46:44,83.468254089355,22.544233322144,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -119,900155,2019-10-04T10:16:26,3256.0,2019-10-04T11:10:42,83.46817779541,22.710750579834,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -120,900156,2019-10-04T11:11:00,3345.0,2019-10-04T12:06:45,84.101165771484,21.288724899292,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -121,900157,2019-10-04T11:36:25,4220.0,2019-10-04T12:46:45,83.975067138672,21.40678024292,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -122,900158,2019-10-04T12:16:26,3619.0,2019-10-04T13:16:45,83.848762512207,21.524745941162,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -123,900159,2019-10-04T12:59:46,2819.0,2019-10-04T13:46:45,83.772872924805,21.59547996521,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz -124,900160,2019-10-04T13:16:24,3621.0,2019-10-04T14:16:45,83.722244262695,21.64262008667,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -125,900161,2019-10-04T13:46:24,3621.0,2019-10-04T14:46:45,83.696914672852,21.66618347168,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -126,900162,2019-10-04T14:16:24,3201.0,2019-10-04T15:09:45,83.658905029297,21.7015209198,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -127,900163,2019-10-04T14:39:24,3201.0,2019-10-04T15:32:45,83.620872497559,21.736850738525,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -128,900164,2019-10-04T15:02:24,3201.0,2019-10-04T15:55:45,83.582824707031,21.772172927856,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -129,900165,2019-10-04T15:25:24,3201.0,2019-10-04T16:18:45,83.55744934082,21.795715332031,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -130,900166,2019-10-04T15:48:25,3199.0,2019-10-04T16:41:44,83.532066345215,21.819253921509,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -131,900167,2019-10-04T16:11:27,2928.0,2019-10-04T17:00:15,83.506675720215,21.842788696289,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -132,900168,2019-10-04T16:34:24,3201.0,2019-10-04T17:27:45,83.481269836426,21.866319656372,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -133,900169,2019-10-04T17:00:05,3040.0,2019-10-04T17:50:45,83.468566894531,21.878084182739,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -134,900170,2019-10-04T17:20:25,3199.0,2019-10-04T18:13:44,83.455863952637,21.889846801758,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -135,900171,2019-10-04T17:43:24,3182.0,2019-10-04T18:36:26,83.430442810059,21.913370132446,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -136,900172,2019-10-04T18:06:24,3182.0,2019-10-04T18:59:26,83.40502166748,21.936889648438,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -137,900173,2019-10-04T18:29:24,3183.0,2019-10-04T19:22:27,83.379585266113,21.960403442383,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -138,900174,2019-10-04T18:52:26,3181.0,2019-10-04T19:45:27,83.354141235352,21.983915328979,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -139,900175,2019-10-04T19:15:27,3181.0,2019-10-04T20:08:28,83.315963745117,22.019172668457,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -140,900176,2019-10-04T19:38:27,3181.0,2019-10-04T20:31:28,83.277763366699,22.05442237854,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -141,900177,2019-10-04T20:01:28,3522.0,2019-10-04T21:00:10,83.239547729492,22.08966255188,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -142,900178,2019-10-04T20:31:28,3601.0,2019-10-04T21:31:29,83.214057922363,22.113151550293,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -143,900179,2019-10-04T21:01:29,3616.0,2019-10-04T22:01:45,83.163055419922,22.16011428833,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -144,900180,2019-10-04T21:31:29,3616.0,2019-10-04T22:31:45,83.086486816406,22.230529785156,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -145,900181,2019-10-04T22:01:24,4221.0,2019-10-04T23:11:45,82.958709716797,22.347799301147,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz -146,700180,2019-11-19T22:17:20,37251.0,2019-11-20T08:38:11,353.509,-47.241,True,RE_J2334_471,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/RE_J2334m471.tar.gz -147,700181,2019-11-20T09:35:20,36830.0,2019-11-20T19:49:10,353.763,-47.526,True,RE_J2334_471,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/RE_J2334m471.tar.gz -148,700177,2019-11-21T10:22:18,80033.0,2019-11-22T08:36:11,55.72822,-53.63013,True,A3158,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3158.tar.gz -149,700154,2019-11-11T02:09:28,74248.0,2019-11-11T22:46:56,67.84096,-61.44033,True,A3266,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3266.tar.gz -150,300003,2019-10-11T09:00:52,50305.0,2019-10-11T22:59:17,107.17041666667,-49.551666666667,True,1H0707,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1H0707.tar.gz -151,300011,2019-11-18T18:30:36,60274.0,2019-11-19T11:15:10,359.46254166667,-32.624055555556,True,NGC_7793_P13,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_7793P13.tar.gz -152,700011,2019-11-01T16:38:30,25810.0,2019-11-01T23:48:40,5.5179793176519,-71.984619744048,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -153,700012,2019-09-28T23:05:29,19529.0,2019-09-29T04:30:58,6.5339422225952,-72.176284790039,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -154,700013,2019-11-02T07:43:00,25210.0,2019-11-02T14:43:10,6.3337552599947,-71.924866371827,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -155,700014,2019-11-02T15:10:20,25210.0,2019-11-02T22:10:30,5.7107587761744,-72.237445497513,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -156,700163,2019-11-02T00:14:50,25270.0,2019-11-02T07:16:00,6.5339424519341,-72.176284022687,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -157,700173,2019-11-19T13:12:20,8810.0,2019-11-19T15:39:10,5.5179793176519,-71.984619744048,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -158,700174,2019-11-19T16:10:20,8390.0,2019-11-19T18:30:10,6.5339424519341,-72.176284022687,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -159,700175,2019-11-19T19:01:20,8331.0,2019-11-19T21:20:11,6.3337552599947,-71.924866371827,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz -160,300017,2019-10-26T08:12:29,56225.0,2019-10-26T23:49:34,285.591,-37.124,True,TGUH2213P1__DARK_CLOUD_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/TGUH2213P1.tar.gz -161,300014,2019-10-07T14:38:03,40286.0,2019-10-08T01:49:29,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz -162,300005,2019-10-08T15:54:34,61333.0,2019-10-09T08:56:47,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz -163,300006,2019-10-09T09:03:26,60547.0,2019-10-10T01:52:33,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz -164,300016,2019-10-17T23:59:56,60502.0,2019-10-18T16:48:18,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz -165,700008,2019-10-24T11:11:19,78273.0,2019-10-25T08:55:52,284.14625,-37.909166666667,True,1RXS_J185635_375433,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1RXS_J185635m375433.tar.gz -166,900060,2019-09-24T15:27:06,21806.0,2019-09-24T21:30:32,281.54077148438,79.873725891113,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz -167,900068,2019-09-28T15:49:51,20441.0,2019-09-28T21:30:32,281.5002746582,79.885375976562,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz -168,900069,2019-09-29T15:23:24,22033.0,2019-09-29T21:30:37,281.48941040039,79.888214111328,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz -169,900070,2019-09-30T15:23:24,22028.0,2019-09-30T21:30:32,281.47827148438,79.89102935791,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz diff --git a/daxa/files/erass_de_dr1_info.csv b/daxa/files/erass_de_dr1_info.csv new file mode 100644 index 00000000..e3339a19 --- /dev/null +++ b/daxa/files/erass_de_dr1_info.csv @@ -0,0 +1,2448 @@ +ObsID,OWNER,RA_MIN,RA_MAX,DEC_MIN,DEC_MAX,RA,DEC,X_MIN,Y_MIN,N_NBRS,FIELD1,FIELD2,FIELD3,FIELD4,FIELD5,FIELD6,FIELD7,FIELD8,FIELD9 +117048,0,114.72527472527472,118.68131868131869,40.5,43.5,116.7032967032967,42.00828949514879,17.771942622097995,17.513081904601663,8,114045,118045,122045,113048,121048,112051,116051,119051,000000 +121048,0,118.68131868131869,122.63736263736264,40.5,43.5,120.65934065934069,42.00828949514879,17.771942622097995,17.513081904601663,7,118045,122045,117048,125048,116051,119051,123051,000000,000000 +125048,0,122.63736263736264,126.5934065934066,40.5,43.5,124.6153846153846,42.00828949514879,17.771942622097995,17.513081904601663,6,122045,126045,121048,129048,123051,127051,000000,000000,000000 +129048,0,126.5934065934066,130.54945054945057,40.5,43.5,128.57142857142858,42.00828949514879,17.771942622097995,17.513081904601663,6,126045,130045,125048,133048,127051,131051,000000,000000,000000 +133048,0,130.54945054945057,134.5054945054945,40.5,43.5,132.52747252747253,42.00828949514879,17.771942622097995,17.513081904601663,6,130045,134045,129048,136048,131051,135051,000000,000000,000000 +136048,0,134.5054945054945,138.46153846153845,40.5,43.5,136.4835164835165,42.00828949514879,17.771942622097995,17.513081904601663,6,134045,139045,133048,140048,135051,138051,000000,000000,000000 +140048,0,138.46153846153845,142.41758241758242,40.5,43.5,140.43956043956044,42.00828949514879,17.771942622097995,17.513081904601663,6,139045,143045,136048,144048,138051,142051,000000,000000,000000 +144048,0,142.41758241758242,146.3736263736264,40.5,43.5,144.3956043956044,42.00828949514879,17.771942622097995,17.513081904601663,6,143045,147045,140048,148048,142051,146051,000000,000000,000000 +148048,0,146.3736263736264,150.32967032967034,40.5,43.5,148.35164835164835,42.00828949514879,17.771942622097995,17.513081904601663,7,147045,151045,144048,152048,146051,150051,153051,000000,000000 +152048,0,150.32967032967034,154.28571428571428,40.5,43.5,152.30769230769232,42.00828949514879,17.771942622097995,17.513081904601663,8,147045,151045,155045,148048,156048,150051,153051,157051,000000 +156048,0,154.28571428571428,158.24175824175825,40.5,43.5,156.26373626373626,42.00828949514879,17.771942622097995,17.513081904601663,8,151045,155045,159045,152048,160048,153051,157051,161051,000000 +104051,0,102.3157894736842,106.10526315789473,37.5,40.5,104.21052631578948,39.007499146538976,17.82468966518742,17.560486422894883,8,101048,105048,109048,100051,108051,100054,104054,107054,000000 +108051,0,106.10526315789473,109.89473684210526,37.5,40.5,108.0,39.007499146538976,17.824689665186725,17.560486422894883,8,105048,109048,113048,104051,112051,104054,107054,111054,000000 +112051,0,109.89473684210526,113.68421052631578,37.5,40.5,111.78947368421052,39.007499146538976,17.82468966518742,17.560486422894883,8,109048,113048,117048,108051,116051,107054,111054,115054,000000 +116051,0,113.68421052631578,117.47368421052632,37.5,40.5,115.57894736842104,39.007499146538976,17.824689665186725,17.560486422894883,8,113048,117048,121048,112051,119051,111054,115054,118054,000000 +119051,0,117.47368421052632,121.26315789473684,37.5,40.5,119.36842105263158,39.007499146538976,17.82468966518742,17.560486422894883,7,117048,121048,116051,123051,115054,118054,122054,000000,000000 +123051,0,121.26315789473684,125.05263157894736,37.5,40.5,123.1578947368421,39.007499146538976,17.82468966518742,17.560486422894883,6,121048,125048,119051,127051,122054,125054,000000,000000,000000 +127051,0,125.05263157894736,128.8421052631579,37.5,40.5,126.94736842105264,39.007499146538976,17.824689665186725,17.560486422894883,6,125048,129048,123051,131051,125054,129054,000000,000000,000000 +131051,2,128.8421052631579,132.6315789473684,37.5,40.5,130.73684210526315,39.007499146538976,17.82468966518742,17.560486422894883,6,129048,133048,127051,135051,129054,133054,000000,000000,000000 +135051,2,132.6315789473684,136.42105263157893,37.5,40.5,134.52631578947367,39.007499146538976,17.82468966518742,17.560486422894883,6,133048,136048,131051,138051,133054,136054,000000,000000,000000 +138051,2,136.42105263157893,140.21052631578948,37.5,40.5,138.31578947368422,39.007499146538976,17.824689665186042,17.560486422894883,6,136048,140048,135051,142051,136054,140054,000000,000000,000000 +142051,2,140.21052631578948,144.0,37.5,40.5,142.10526315789474,39.007499146538976,17.82468966518742,17.560486422894883,6,140048,144048,138051,146051,140054,144054,000000,000000,000000 +146051,2,144.0,147.78947368421052,37.5,40.5,145.89473684210526,39.007499146538976,17.82468966518742,17.560486422894883,6,144048,148048,142051,150051,144054,147054,000000,000000,000000 +150051,0,147.78947368421052,151.57894736842104,37.5,40.5,149.68421052631578,39.007499146538976,17.82468966518742,17.560486422894883,7,148048,152048,146051,153051,147054,151054,155054,000000,000000 +153051,0,151.57894736842104,155.36842105263156,37.5,40.5,153.4736842105263,39.007499146538976,17.82468966518742,17.560486422894883,8,148048,152048,156048,150051,157051,151054,155054,158054,000000 +157051,0,155.36842105263156,159.1578947368421,37.5,40.5,157.26315789473682,39.007499146538976,17.824689665186042,17.560486422894883,8,152048,156048,160048,153051,161051,155054,158054,162054,000000 +161051,0,159.1578947368421,162.94736842105263,37.5,40.5,161.05263157894737,39.007499146538976,17.82468966518742,17.560486422894883,8,156048,160048,164048,157051,165051,158054,162054,165054,000000 +165051,0,162.94736842105263,166.73684210526315,37.5,40.5,164.8421052631579,39.007499146538976,17.82468966518742,17.560486422894883,8,160048,164048,168048,161051,169051,162054,165054,169054,000000 +169051,0,166.73684210526315,170.52631578947367,37.5,40.5,168.6315789473684,39.007499146538976,17.82468966518742,17.560486422894883,8,164048,168048,172048,165051,172051,165054,169054,173054,000000 +096054,0,94.54545454545456,98.18181818181816,34.5,37.5,96.36363636363636,36.00672914405186,18.11041311522068,17.60667061342626,8,093051,097051,100051,093054,100054,094057,097057,101057,000000 +100054,0,98.18181818181816,101.8181818181818,34.5,37.5,100.0,36.00672914405186,18.11041311521997,17.60667061342626,8,097051,100051,104051,096054,104054,097057,101057,104057,000000 +104054,0,101.8181818181818,105.45454545454544,34.5,37.5,103.63636363636364,36.00672914405186,18.11041311521997,17.60667061342626,8,100051,104051,108051,100054,107054,101057,104057,108057,000000 +107054,0,105.45454545454544,109.0909090909091,34.5,37.5,107.27272727272728,36.00672914405186,18.11041311521997,17.60667061342626,8,104051,108051,112051,104054,111054,104057,108057,111057,000000 +111054,0,109.0909090909091,112.72727272727272,34.5,37.5,110.9090909090909,36.00672914405186,18.11041311522068,17.60667061342626,8,108051,112051,116051,107054,115054,108057,111057,115057,000000 +115054,2,112.72727272727272,116.36363636363636,34.5,37.5,114.54545454545452,36.00672914405186,18.11041311521997,17.60667061342626,8,112051,116051,119051,111054,118054,111057,115057,118057,000000 +118054,2,116.36363636363636,120.0,34.5,37.5,118.1818181818182,36.00672914405186,18.11041311521997,17.60667061342626,7,116051,119051,115054,122054,115057,118057,122057,000000,000000 +122054,2,120.0,123.63636363636364,34.5,37.5,121.8181818181818,36.00672914405186,18.11041311522068,17.60667061342626,7,119051,123051,118054,125054,118057,122057,125057,000000,000000 +125054,2,123.63636363636364,127.27272727272728,34.5,37.5,125.45454545454544,36.00672914405186,18.11041311521997,17.60667061342626,7,123051,127051,122054,129054,122057,125057,129057,000000,000000 +129054,2,127.27272727272728,130.9090909090909,34.5,37.5,129.0909090909091,36.00672914405186,18.11041311521997,17.60667061342626,7,127051,131051,125054,133054,125057,129057,132057,000000,000000 +133054,2,130.9090909090909,134.54545454545453,34.5,37.5,132.72727272727272,36.00672914405186,18.11041311522068,17.60667061342626,7,131051,135051,129054,136054,129057,132057,136057,000000,000000 +136054,2,134.54545454545453,138.1818181818182,34.5,37.5,136.36363636363637,36.00672914405186,18.110413115219288,17.60667061342626,7,135051,138051,133054,140054,132057,136057,139057,000000,000000 +140054,2,138.1818181818182,141.8181818181818,34.5,37.5,140.0,36.00672914405186,18.11041311522068,17.60667061342626,7,138051,142051,136054,144054,136057,139057,143057,000000,000000 +144054,2,141.8181818181818,145.45454545454544,34.5,37.5,143.63636363636363,36.00672914405186,18.11041311522068,17.60667061342626,7,142051,146051,140054,147054,139057,143057,146057,000000,000000 +147054,2,145.45454545454544,149.0909090909091,34.5,37.5,147.27272727272725,36.00672914405186,18.110413115219288,17.60667061342626,7,146051,150051,144054,151054,143057,146057,150057,000000,000000 +151054,2,149.0909090909091,152.72727272727272,34.5,37.5,150.9090909090909,36.00672914405186,18.11041311522068,17.60667061342626,7,150051,153051,147054,155054,146057,150057,154057,000000,000000 +155054,2,152.72727272727272,156.36363636363637,34.5,37.5,154.54545454545453,36.00672914405186,18.11041311522068,17.60667061342626,8,150051,153051,157051,151054,158054,150057,154057,157057,000000 +158054,2,156.36363636363637,160.0,34.5,37.5,158.1818181818182,36.00672914405186,18.110413115219288,17.60667061342626,8,153051,157051,161051,155054,162054,154057,157057,161057,000000 +162054,2,160.0,163.63636363636363,34.5,37.5,161.8181818181818,36.00672914405186,18.11041311522068,17.60667061342626,8,157051,161051,165051,158054,165054,157057,161057,164057,000000 +165054,0,163.63636363636363,167.27272727272728,34.5,37.5,165.45454545454544,36.00672914405186,18.110413115219288,17.60667061342626,7,161051,165051,169051,162054,169054,164057,168057,000000,000000 +169054,0,167.27272727272728,170.9090909090909,34.5,37.5,169.0909090909091,36.00672914405186,18.11041311522068,17.60667061342626,7,165051,169051,172051,165054,173054,168057,171057,000000,000000 +173054,0,170.9090909090909,174.54545454545453,34.5,37.5,172.72727272727272,36.00672914405186,18.11041311522068,17.60667061342626,7,169051,172051,176051,169054,176054,171057,175057,000000,000000 +176054,0,174.54545454545453,178.1818181818182,34.5,37.5,176.36363636363637,36.00672914405186,18.110413115219288,17.60667061342626,7,172051,176051,180051,173054,180054,175057,178057,000000,000000 +180054,0,178.1818181818182,181.8181818181818,34.5,37.5,180.0,36.00672914405186,18.11041311522068,17.60667061342626,7,176051,180051,184051,176054,184054,178057,182057,000000,000000 +090057,0,88.23529411764706,91.76470588235294,31.5,34.5,90.0,33.00610168997309,17.73472624048256,17.644304864206745,8,085054,089054,093054,086057,094057,087060,091060,094060,000000 +094057,0,91.76470588235294,95.29411764705884,31.5,34.5,93.52941176470588,33.00610168997309,17.73472624048256,17.644304864206745,8,089054,093054,096054,090057,097057,091060,094060,098060,000000 +097057,0,95.29411764705884,98.8235294117647,31.5,34.5,97.05882352941175,33.00610168997309,17.73472624048256,17.644304864206745,8,093054,096054,100054,094057,101057,094060,098060,101060,000000 +101057,0,98.8235294117647,102.35294117647058,31.5,34.5,100.58823529411764,33.00610168997309,17.73472624048256,17.644304864206745,8,096054,100054,104054,097057,104057,098060,101060,105060,000000 +104057,2,102.35294117647058,105.88235294117646,31.5,34.5,104.11764705882352,33.00610168997309,17.73472624048256,17.644304864206745,8,100054,104054,107054,101057,108057,101060,105060,108060,000000 +108057,2,105.88235294117646,109.41176470588236,31.5,34.5,107.6470588235294,33.00610168997309,17.73472624048256,17.644304864206745,8,104054,107054,111054,104057,111057,105060,108060,111060,000000 +111057,2,109.41176470588236,112.94117647058825,31.5,34.5,111.17647058823528,33.00610168997309,17.73472624048256,17.644304864206745,8,107054,111054,115054,108057,115057,108060,111060,115060,000000 +115057,2,112.94117647058825,116.47058823529412,31.5,34.5,114.70588235294116,33.00610168997309,17.73472624048256,17.644304864206745,8,111054,115054,118054,111057,118057,111060,115060,118060,000000 +118057,2,116.47058823529412,120.0,31.5,34.5,118.23529411764706,33.00610168997309,17.73472624048256,17.644304864206745,8,115054,118054,122054,115057,122057,115060,118060,122060,000000 +122057,2,120.0,123.52941176470588,31.5,34.5,121.76470588235294,33.00610168997309,17.73472624048256,17.644304864206745,8,118054,122054,125054,118057,125057,118060,122060,125060,000000 +125057,2,123.52941176470588,127.05882352941175,31.5,34.5,125.29411764705884,33.00610168997309,17.73472624048256,17.644304864206745,8,122054,125054,129054,122057,129057,122060,125060,129060,000000 +129057,2,127.05882352941175,130.58823529411765,31.5,34.5,128.8235294117647,33.00610168997309,17.73472624048182,17.644304864206745,8,125054,129054,133054,125057,132057,125060,129060,132060,000000 +132057,2,130.58823529411765,134.11764705882354,31.5,34.5,132.3529411764706,33.00610168997309,17.73472624048182,17.644304864206745,8,129054,133054,136054,129057,136057,129060,132060,135060,000000 +136057,2,134.11764705882354,137.64705882352942,31.5,34.5,135.88235294117646,33.00610168997309,17.73472624048182,17.644304864206745,8,133054,136054,140054,132057,139057,132060,135060,139060,000000 +139057,2,137.64705882352942,141.1764705882353,31.5,34.5,139.41176470588238,33.00610168997309,17.73472624048182,17.644304864206745,8,136054,140054,144054,136057,143057,135060,139060,142060,000000 +143057,2,141.1764705882353,144.70588235294116,31.5,34.5,142.94117647058823,33.00610168997309,17.73472624048327,17.644304864206745,8,140054,144054,147054,139057,146057,139060,142060,146060,000000 +146057,2,144.70588235294116,148.23529411764704,31.5,34.5,146.4705882352941,33.00610168997309,17.73472624048182,17.644304864206745,8,144054,147054,151054,143057,150057,142060,146060,149060,000000 +150057,2,148.23529411764704,151.76470588235293,31.5,34.5,150.0,33.00610168997309,17.73472624048182,17.644304864206745,8,147054,151054,155054,146057,154057,146060,149060,153060,000000 +154057,2,151.76470588235293,155.2941176470588,31.5,34.5,153.52941176470586,33.00610168997309,17.73472624048182,17.644304864206745,8,151054,155054,158054,150057,157057,149060,153060,156060,000000 +157057,2,155.2941176470588,158.8235294117647,31.5,34.5,157.05882352941177,33.00610168997309,17.73472624048182,17.644304864206745,8,155054,158054,162054,154057,161057,153060,156060,159060,000000 +161057,2,158.8235294117647,162.35294117647058,31.5,34.5,160.58823529411762,33.00610168997309,17.73472624048182,17.644304864206745,7,158054,162054,157057,164057,156060,159060,163060,000000,000000 +164057,2,162.35294117647058,165.88235294117646,31.5,34.5,164.11764705882354,33.00610168997309,17.73472624048182,17.644304864206745,6,162054,165054,161057,168057,163060,166060,000000,000000,000000 +168057,2,165.88235294117646,169.41176470588235,31.5,34.5,167.6470588235294,33.00610168997309,17.73472624048182,17.644304864206745,6,165054,169054,164057,171057,166060,170060,000000,000000,000000 +171057,2,169.41176470588235,172.94117647058823,31.5,34.5,171.1764705882353,33.00610168997309,17.73472624048182,17.644304864206745,6,169054,173054,168057,175057,170060,173060,000000,000000,000000 +175057,0,172.94117647058823,176.47058823529412,31.5,34.5,174.70588235294116,33.00610168997309,17.73472624048182,17.644304864206745,6,173054,176054,171057,178057,173060,177060,000000,000000,000000 +178057,0,176.47058823529412,180.0,31.5,34.5,178.23529411764707,33.00610168997309,17.73472624048182,17.644304864206745,6,176054,180054,175057,182057,177060,180060,000000,000000,000000 +182057,0,180.0,183.52941176470588,31.5,34.5,181.76470588235293,33.00610168997309,17.73472624048182,17.644304864206745,6,180054,184054,178057,185057,180060,183060,000000,000000,000000 +185057,0,183.52941176470588,187.05882352941177,31.5,34.5,185.29411764705884,33.00610168997309,17.73472624048182,17.644304864206745,6,184054,187054,182057,189057,183060,187060,000000,000000,000000 +084060,0,82.28571428571428,85.71428571428571,28.5,31.5,84.0,30.00546899730811,17.62086870582172,17.682253333675803,8,079057,083057,086057,081060,087060,082063,085063,088063,000000 +087060,0,85.71428571428571,89.14285714285714,28.5,31.5,87.42857142857142,30.00546899730811,17.62086870582172,17.682253333675803,8,083057,086057,090057,084060,091060,085063,088063,092063,000000 +091060,0,89.14285714285714,92.57142857142856,28.5,31.5,90.85714285714286,30.00546899730811,17.62086870582172,17.682253333675803,8,086057,090057,094057,087060,094060,088063,092063,095063,000000 +094060,0,92.57142857142856,96.0,28.5,31.5,94.28571428571428,30.00546899730811,17.62086870582172,17.682253333675803,8,090057,094057,097057,091060,098060,092063,095063,098063,000000 +098060,2,96.0,99.42857142857142,28.5,31.5,97.71428571428572,30.00546899730811,17.62086870582246,17.682253333675803,8,094057,097057,101057,094060,101060,095063,098063,102063,000000 +101060,2,99.42857142857142,102.85714285714285,28.5,31.5,101.14285714285714,30.00546899730811,17.62086870582172,17.682253333675803,8,097057,101057,104057,098060,105060,098063,102063,105063,000000 +105060,2,102.85714285714285,106.28571428571428,28.5,31.5,104.57142857142856,30.00546899730811,17.62086870582172,17.682253333675803,8,101057,104057,108057,101060,108060,102063,105063,108063,000000 +108060,2,106.28571428571428,109.71428571428572,28.5,31.5,108.0,30.00546899730811,17.62086870582172,17.682253333675803,8,104057,108057,111057,105060,111060,105063,108063,112063,000000 +111060,2,109.71428571428572,113.14285714285714,28.5,31.5,111.42857142857142,30.00546899730811,17.62086870582172,17.682253333675803,8,108057,111057,115057,108060,115060,108063,112063,115063,000000 +115060,2,113.14285714285714,116.57142857142856,28.5,31.5,114.85714285714286,30.00546899730811,17.62086870582172,17.682253333675803,8,111057,115057,118057,111060,118060,112063,115063,118063,000000 +118060,2,116.57142857142856,120.0,28.5,31.5,118.28571428571428,30.00546899730811,17.62086870582172,17.682253333675803,8,115057,118057,122057,115060,122060,115063,118063,122063,000000 +122060,2,120.0,123.42857142857142,28.5,31.5,121.71428571428572,30.00546899730811,17.62086870582246,17.682253333675803,8,118057,122057,125057,118060,125060,118063,122063,125063,000000 +125060,2,123.42857142857142,126.85714285714285,28.5,31.5,125.14285714285714,30.00546899730811,17.62086870582172,17.682253333675803,8,122057,125057,129057,122060,129060,122063,125063,128063,000000 +129060,2,126.85714285714285,130.28571428571428,28.5,31.5,128.57142857142856,30.00546899730811,17.62086870582172,17.682253333675803,8,125057,129057,132057,125060,132060,125063,128063,132063,000000 +132060,2,130.28571428571428,133.7142857142857,28.5,31.5,132.0,30.00546899730811,17.62086870582172,17.682253333675803,8,129057,132057,136057,129060,135060,128063,132063,135063,000000 +135060,2,133.7142857142857,137.14285714285714,28.5,31.5,135.42857142857142,30.00546899730811,17.62086870582172,17.682253333675803,8,132057,136057,139057,132060,139060,132063,135063,138063,000000 +139060,2,137.14285714285714,140.57142857142856,28.5,31.5,138.85714285714283,30.00546899730811,17.62086870582172,17.682253333675803,8,136057,139057,143057,135060,142060,135063,138063,142063,000000 +142060,2,140.57142857142856,144.0,28.5,31.5,142.28571428571428,30.00546899730811,17.62086870582172,17.682253333675803,8,139057,143057,146057,139060,146060,138063,142063,145063,000000 +146060,2,144.0,147.42857142857142,28.5,31.5,145.71428571428572,30.00546899730811,17.62086870582172,17.682253333675803,8,143057,146057,150057,142060,149060,142063,145063,148063,000000 +149060,2,147.42857142857142,150.85714285714286,28.5,31.5,149.14285714285714,30.00546899730811,17.62086870582172,17.682253333675803,8,146057,150057,154057,146060,153060,145063,148063,152063,000000 +153060,2,150.85714285714286,154.28571428571428,28.5,31.5,152.57142857142856,30.00546899730811,17.62086870582172,17.682253333675803,8,150057,154057,157057,149060,156060,148063,152063,155063,000000 +156060,2,154.28571428571428,157.7142857142857,28.5,31.5,156.0,30.00546899730811,17.62086870582172,17.682253333675803,8,154057,157057,161057,153060,159060,152063,155063,158063,000000 +159060,2,157.7142857142857,161.14285714285714,28.5,31.5,159.42857142857142,30.00546899730811,17.62086870582172,17.682253333675803,7,157057,161057,156060,163060,155063,158063,162063,000000,000000 +163060,2,161.14285714285714,164.57142857142856,28.5,31.5,162.85714285714283,30.00546899730811,17.62086870582172,17.682253333675803,6,161057,164057,159060,166060,162063,165063,000000,000000,000000 +166060,2,164.57142857142856,168.0,28.5,31.5,166.28571428571428,30.00546899730811,17.62086870582172,17.682253333675803,6,164057,168057,163060,170060,165063,168063,000000,000000,000000 +170060,2,168.0,171.42857142857142,28.5,31.5,169.71428571428572,30.00546899730811,17.62086870582172,17.682253333675803,6,168057,171057,166060,173060,168063,172063,000000,000000,000000 +173060,2,171.42857142857142,174.85714285714286,28.5,31.5,173.14285714285714,30.00546899730811,17.62086870582172,17.682253333675803,6,171057,175057,170060,177060,172063,175063,000000,000000,000000 +177060,2,174.85714285714286,178.28571428571428,28.5,31.5,176.57142857142856,30.00546899730811,17.62086870582172,17.682253333675803,6,175057,178057,173060,180060,175063,178063,000000,000000,000000 +180060,2,178.28571428571428,181.7142857142857,28.5,31.5,180.0,30.00546899730811,17.62086870582172,17.682253333675803,6,178057,182057,177060,183060,178063,182063,000000,000000,000000 +183060,0,181.7142857142857,185.1428571428572,28.5,31.5,183.42857142857144,30.00546899730811,17.62086870582172,17.682253333675803,6,182057,185057,180060,187060,182063,185063,000000,000000,000000 +187060,0,185.1428571428572,188.57142857142856,28.5,31.5,186.85714285714283,30.00546899730811,17.62086870582172,17.682253333675803,6,185057,189057,183060,190060,185063,188063,000000,000000,000000 +190060,0,188.57142857142856,192.0,28.5,31.5,190.28571428571428,30.00546899730811,17.62086870582172,17.682253333675803,6,189057,192057,187060,194060,188063,192063,000000,000000,000000 +078063,0,76.66666666666667,80.0,25.5,28.5,78.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,7,077060,081060,075063,082063,076066,079066,083066,000000,000000 +082063,0,80.0,83.33333333333334,25.5,28.5,81.66666666666667,27.004837825718568,17.754199878365554,17.72011058182754,7,081060,084060,078063,085063,079066,083066,086066,000000,000000 +085063,0,83.33333333333334,86.66666666666667,25.5,28.5,85.0,27.004837825718568,17.754199878365554,17.72011058182754,8,081060,084060,087060,082063,088063,083066,086066,089066,000000 +088063,2,86.66666666666667,90.0,25.5,28.5,88.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,8,084060,087060,091060,085063,092063,086066,089066,092066,000000 +092063,2,90.0,93.33333333333334,25.5,28.5,91.66666666666669,27.004837825718568,17.754199878365554,17.72011058182754,8,087060,091060,094060,088063,095063,089066,092066,096066,000000 +095063,2,93.33333333333334,96.66666666666669,25.5,28.5,95.0,27.004837825718568,17.754199878365554,17.72011058182754,8,091060,094060,098060,092063,098063,092066,096066,099066,000000 +098063,2,96.66666666666669,100.0,25.5,28.5,98.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,8,094060,098060,101060,095063,102063,096066,099066,102066,000000 +102063,2,100.0,103.33333333333334,25.5,28.5,101.66666666666669,27.004837825718568,17.754199878365554,17.72011058182754,8,098060,101060,105060,098063,105063,099066,102066,105066,000000 +105063,2,103.33333333333334,106.66666666666669,25.5,28.5,105.0,27.004837825718568,17.754199878365554,17.72011058182754,8,101060,105060,108060,102063,108063,102066,105066,109066,000000 +108063,2,106.66666666666669,110.0,25.5,28.5,108.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,8,105060,108060,111060,105063,112063,105066,109066,112066,000000 +112063,2,110.0,113.33333333333334,25.5,28.5,111.66666666666669,27.004837825718568,17.754199878365554,17.72011058182754,8,108060,111060,115060,108063,115063,109066,112066,115066,000000 +115063,2,113.33333333333334,116.66666666666669,25.5,28.5,115.0,27.004837825718568,17.754199878365554,17.72011058182754,8,111060,115060,118060,112063,118063,112066,115066,118066,000000 +118063,2,116.66666666666669,120.0,25.5,28.5,118.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,8,115060,118060,122060,115063,122063,115066,118066,122066,000000 +122063,2,120.0,123.33333333333334,25.5,28.5,121.66666666666669,27.004837825718568,17.754199878365554,17.72011058182754,8,118060,122060,125060,118063,125063,118066,122066,125066,000000 +125063,2,123.33333333333334,126.66666666666669,25.5,28.5,125.0,27.004837825718568,17.754199878365554,17.72011058182754,8,122060,125060,129060,122063,128063,122066,125066,128066,000000 +128063,2,126.66666666666669,130.0,25.5,28.5,128.33333333333334,27.004837825718568,17.754199878365554,17.72011058182754,8,125060,129060,132060,125063,132063,125066,128066,131066,000000 +132063,2,130.0,133.33333333333334,25.5,28.5,131.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,8,129060,132060,135060,128063,135063,128066,131066,135066,000000 +135063,2,133.33333333333334,136.66666666666669,25.5,28.5,135.0,27.004837825718568,17.754199878364787,17.72011058182754,8,132060,135060,139060,132063,138063,131066,135066,138066,000000 +138063,2,136.66666666666669,140.0,25.5,28.5,138.33333333333334,27.004837825718568,17.754199878366308,17.72011058182754,8,135060,139060,142060,135063,142063,135066,138066,141066,000000 +142063,2,140.0,143.33333333333334,25.5,28.5,141.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,8,139060,142060,146060,138063,145063,138066,141066,144066,000000 +145063,2,143.33333333333334,146.66666666666669,25.5,28.5,145.0,27.004837825718568,17.754199878364787,17.72011058182754,8,142060,146060,149060,142063,148063,141066,144066,148066,000000 +148063,2,146.66666666666669,150.0,25.5,28.5,148.33333333333334,27.004837825718568,17.754199878366308,17.72011058182754,8,146060,149060,153060,145063,152063,144066,148066,151066,000000 +152063,2,150.0,153.33333333333334,25.5,28.5,151.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,8,149060,153060,156060,148063,155063,148066,151066,154066,000000 +155063,2,153.33333333333334,156.66666666666669,25.5,28.5,155.0,27.004837825718568,17.754199878364787,17.72011058182754,8,153060,156060,159060,152063,158063,151066,154066,157066,000000 +158063,2,156.66666666666669,160.0,25.5,28.5,158.33333333333334,27.004837825718568,17.754199878366308,17.72011058182754,7,156060,159060,155063,162063,154066,157066,161066,000000,000000 +162063,2,160.0,163.33333333333334,25.5,28.5,161.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,7,159060,163060,158063,165063,157066,161066,164066,000000,000000 +165063,2,163.33333333333334,166.66666666666669,25.5,28.5,165.0,27.004837825718568,17.754199878364787,17.72011058182754,6,163060,166060,162063,168063,164066,167066,000000,000000,000000 +168063,2,166.66666666666669,170.0,25.5,28.5,168.33333333333334,27.004837825718568,17.754199878366308,17.72011058182754,6,166060,170060,165063,172063,167066,170066,000000,000000,000000 +172063,2,170.0,173.33333333333334,25.5,28.5,171.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,6,170060,173060,168063,175063,170066,174066,000000,000000,000000 +175063,2,173.33333333333334,176.66666666666669,25.5,28.5,175.0,27.004837825718568,17.754199878364787,17.72011058182754,6,173060,177060,172063,178063,174066,177066,000000,000000,000000 +178063,2,176.66666666666669,180.0,25.5,28.5,178.33333333333334,27.004837825718568,17.754199878366308,17.72011058182754,6,177060,180060,175063,182063,177066,180066,000000,000000,000000 +182063,2,180.0,183.3333333333333,25.5,28.5,181.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,6,180060,183060,178063,185063,180066,183066,000000,000000,000000 +185063,2,183.3333333333333,186.66666666666669,25.5,28.5,185.0,27.004837825718568,17.754199878364787,17.72011058182754,6,183060,187060,182063,188063,183066,186066,000000,000000,000000 +188063,0,186.66666666666669,190.0,25.5,28.5,188.3333333333333,27.004837825718568,17.754199878366308,17.72011058182754,6,187060,190060,185063,192063,186066,190066,000000,000000,000000 +192063,0,190.0,193.3333333333333,25.5,28.5,191.66666666666669,27.004837825718568,17.754199878364787,17.72011058182754,6,190060,194060,188063,195063,190066,193066,000000,000000,000000 +195063,0,193.3333333333333,196.66666666666669,25.5,28.5,195.0,27.004837825718568,17.754199878364787,17.72011058182754,6,194060,197060,192063,198063,193066,196066,000000,000000,000000 +076066,0,74.5945945945946,77.83783783783784,22.5,25.5,76.21621621621622,24.00421414485465,18.121019011536845,17.757518552567703,6,075063,078063,073066,079066,075069,078069,000000,000000,000000 +079066,0,77.83783783783784,81.08108108108108,22.5,25.5,79.45945945945945,24.00421414485465,18.121019011536845,17.757518552567703,6,078063,082063,076066,083066,078069,081069,000000,000000,000000 +083066,0,81.08108108108108,84.32432432432432,22.5,25.5,82.70270270270271,24.00421414485465,18.121019011536845,17.757518552567703,7,078063,082063,085063,079066,086066,081069,084069,000000,000000 +086066,2,84.32432432432432,87.56756756756758,22.5,25.5,85.94594594594595,24.00421414485465,18.121019011536845,17.757518552567703,7,082063,085063,088063,083066,089066,084069,088069,000000,000000 +089066,2,87.56756756756758,90.81081081081082,22.5,25.5,89.1891891891892,24.00421414485465,18.121019011536845,17.757518552567703,7,085063,088063,092063,086066,092066,088069,091069,000000,000000 +092066,2,90.81081081081082,94.05405405405406,22.5,25.5,92.43243243243244,24.00421414485465,18.121019011536845,17.757518552567703,7,088063,092063,095063,089066,096066,091069,094069,000000,000000 +096066,2,94.05405405405406,97.2972972972973,22.5,25.5,95.67567567567568,24.00421414485465,18.121019011536845,17.757518552567703,7,092063,095063,098063,092066,099066,094069,097069,000000,000000 +099066,2,97.2972972972973,100.54054054054056,22.5,25.5,98.91891891891892,24.00421414485465,18.121019011536845,17.757518552567703,7,095063,098063,102063,096066,102066,097069,100069,000000,000000 +102066,2,100.54054054054056,103.7837837837838,22.5,25.5,102.16216216216216,24.00421414485465,18.121019011536845,17.757518552567703,7,098063,102063,105063,099066,105066,100069,104069,000000,000000 +105066,2,103.7837837837838,107.02702702702705,22.5,25.5,105.40540540540542,24.00421414485465,18.121019011536845,17.757518552567703,7,102063,105063,108063,102066,109066,104069,107069,000000,000000 +109066,2,107.02702702702705,110.27027027027027,22.5,25.5,108.64864864864865,24.00421414485465,18.121019011536845,17.757518552567703,7,105063,108063,112063,105066,112066,107069,110069,000000,000000 +112066,2,110.27027027027027,113.51351351351352,22.5,25.5,111.8918918918919,24.00421414485465,18.121019011536845,17.757518552567703,7,108063,112063,115063,109066,115066,110069,113069,000000,000000 +115066,2,113.51351351351352,116.75675675675676,22.5,25.5,115.13513513513512,24.00421414485465,18.121019011536845,17.757518552567703,7,112063,115063,118063,112066,118066,113069,116069,000000,000000 +118066,2,116.75675675675676,120.0,22.5,25.5,118.3783783783784,24.00421414485465,18.121019011536845,17.757518552567703,8,115063,118063,122063,115066,122066,116069,119069,123069,000000 +122066,2,120.0,123.24324324324326,22.5,25.5,121.62162162162164,24.00421414485465,18.121019011536845,17.757518552567703,8,118063,122063,125063,118066,125066,119069,123069,126069,000000 +125066,2,123.24324324324326,126.4864864864865,22.5,25.5,124.86486486486488,24.00421414485465,18.121019011536845,17.757518552567703,8,122063,125063,128063,122066,128066,123069,126069,129069,000000 +128066,2,126.4864864864865,129.72972972972974,22.5,25.5,128.10810810810813,24.00421414485465,18.121019011536845,17.757518552567703,8,125063,128063,132063,125066,131066,126069,129069,132069,000000 +131066,2,129.72972972972974,132.97297297297297,22.5,25.5,131.35135135135135,24.00421414485465,18.121019011537623,17.757518552567703,8,128063,132063,135063,128066,135066,129069,132069,135069,000000 +135066,2,132.97297297297297,136.21621621621622,22.5,25.5,134.59459459459458,24.00421414485465,18.12101901153605,17.757518552567518,8,132063,135063,138063,131066,138066,132069,135069,139069,000000 +138066,2,136.21621621621622,139.45945945945948,22.5,25.5,137.83783783783787,24.00421414485465,18.12101901153605,17.757518552567518,8,135063,138063,142063,135066,141066,135069,139069,142069,000000 +141066,2,139.45945945945948,142.7027027027027,22.5,25.5,141.0810810810811,24.00421414485465,18.121019011537623,17.757518552567703,8,138063,142063,145063,138066,144066,139069,142069,145069,000000 +144066,2,142.7027027027027,145.94594594594597,22.5,25.5,144.32432432432432,24.00421414485465,18.12101901153605,17.757518552567518,8,142063,145063,148063,141066,148066,142069,145069,148069,000000 +148066,2,145.94594594594597,149.1891891891892,22.5,25.5,147.56756756756758,24.00421414485465,18.121019011537623,17.757518552567703,8,145063,148063,152063,144066,151066,145069,148069,151069,000000 +151066,2,149.1891891891892,152.43243243243245,22.5,25.5,150.81081081081084,24.00421414485465,18.12101901153605,17.757518552567518,8,148063,152063,155063,148066,154066,148069,151069,155069,000000 +154066,2,152.43243243243245,155.67567567567568,22.5,25.5,154.05405405405406,24.00421414485465,18.121019011537623,17.757518552567703,8,152063,155063,158063,151066,157066,151069,155069,158069,000000 +157066,2,155.67567567567568,158.91891891891893,22.5,25.5,157.2972972972973,24.00421414485465,18.12101901153605,17.757518552567518,8,155063,158063,162063,154066,161066,155069,158069,161069,000000 +161066,2,158.91891891891893,162.16216216216216,22.5,25.5,160.54054054054055,24.00421414485465,18.121019011537623,17.757518552567703,7,158063,162063,157066,164066,158069,161069,164069,000000,000000 +164066,2,162.16216216216216,165.40540540540542,22.5,25.5,163.7837837837838,24.00421414485465,18.12101901153605,17.757518552567518,7,162063,165063,161066,167066,161069,164069,167069,000000,000000 +167066,2,165.40540540540542,168.64864864864865,22.5,25.5,167.02702702702703,24.00421414485465,18.121019011537623,17.757518552567703,7,165063,168063,164066,170066,164069,167069,170069,000000,000000 +170066,2,168.64864864864865,171.8918918918919,22.5,25.5,170.27027027027026,24.00421414485465,18.12101901153605,17.757518552567518,7,168063,172063,167066,174066,167069,170069,174069,000000,000000 +174066,2,171.8918918918919,175.13513513513516,22.5,25.5,173.51351351351354,24.00421414485465,18.12101901153605,17.757518552567518,7,172063,175063,170066,177066,170069,174069,177069,000000,000000 +177066,2,175.13513513513516,178.3783783783784,22.5,25.5,176.75675675675677,24.00421414485465,18.121019011537623,17.757518552567703,7,175063,178063,174066,180066,174069,177069,180069,000000,000000 +180066,2,178.3783783783784,181.62162162162164,22.5,25.5,180.0,24.00421414485465,18.12101901153605,17.757518552567518,7,178063,182063,177066,183066,177069,180069,183069,000000,000000 +183066,2,181.62162162162164,184.86486486486487,22.5,25.5,183.24324324324328,24.00421414485465,18.121019011537623,17.757518552567703,7,182063,185063,180066,186066,180069,183069,186069,000000,000000 +186066,2,184.86486486486487,188.10810810810813,22.5,25.5,186.4864864864865,24.00421414485465,18.12101901153605,17.757518552567518,7,185063,188063,183066,190066,183069,186069,190069,000000,000000 +190066,2,188.10810810810813,191.35135135135133,22.5,25.5,189.7297297297297,24.00421414485465,18.121019011537623,17.757518552567703,7,188063,192063,186066,193066,186069,190069,193069,000000,000000 +193066,2,191.35135135135133,194.5945945945946,22.5,25.5,192.97297297297297,24.00421414485465,18.12101901153605,17.757518552567518,7,192063,195063,190066,196066,190069,193069,196069,000000,000000 +196066,0,194.5945945945946,197.83783783783784,22.5,25.5,196.21621621621625,24.00421414485465,18.121019011537623,17.757518552567703,7,195063,198063,193066,199066,193069,196069,199069,000000,000000 +199066,0,197.83783783783784,201.0810810810811,22.5,25.5,199.45945945945948,24.00421414485465,18.12101901153605,17.757518552567518,7,198063,202063,196066,203066,196069,199069,202069,000000,000000 +203066,0,201.0810810810811,204.32432432432432,22.5,25.5,202.7027027027027,24.00421414485465,18.121019011537623,17.757518552567703,8,198063,202063,205063,199066,206066,199069,202069,205069,000000 +072069,0,70.08849557522124,73.27433628318585,19.5,22.5,71.68141592920355,21.003667272455555,17.918436515532917,17.79031960961163,6,070066,073066,068069,075069,070072,074072,000000,000000,000000 +075069,0,73.27433628318585,76.46017699115045,19.5,22.5,74.86725663716814,21.003667272455555,17.918436515532917,17.79031960961163,6,073066,076066,072069,078069,074072,077072,000000,000000,000000 +078069,0,76.46017699115045,79.64601769911505,19.5,22.5,78.05309734513276,21.003667272455555,17.918436515532917,17.79031960961163,6,076066,079066,075069,081069,077072,080072,000000,000000,000000 +081069,2,79.64601769911505,82.83185840707965,19.5,22.5,81.23893805309734,21.003667272455555,17.918436515532917,17.79031960961163,6,079066,083066,078069,084069,080072,083072,000000,000000,000000 +084069,2,82.83185840707965,86.01769911504425,19.5,22.5,84.42477876106196,21.003667272455555,17.918436515532917,17.79031960961163,6,083066,086066,081069,088069,083072,086072,000000,000000,000000 +088069,2,86.01769911504425,89.20353982300885,19.5,22.5,87.61061946902655,21.003667272455555,17.918436515532917,17.79031960961163,6,086066,089066,084069,091069,086072,089072,000000,000000,000000 +091069,2,89.20353982300885,92.38938053097344,19.5,22.5,90.79646017699116,21.003667272455555,17.918436515532917,17.79031960961163,6,089066,092066,088069,094069,089072,092072,000000,000000,000000 +094069,2,92.38938053097344,95.57522123893806,19.5,22.5,93.98230088495576,21.003667272455555,17.918436515532917,17.79031960961163,6,092066,096066,091069,097069,092072,095072,000000,000000,000000 +097069,2,95.57522123893806,98.76106194690266,19.5,22.5,97.16814159292036,21.003667272455555,17.918436515532917,17.79031960961163,6,096066,099066,094069,100069,095072,099072,000000,000000,000000 +100069,2,98.76106194690266,101.94690265486726,19.5,22.5,100.35398230088497,21.003667272455555,17.918436515532917,17.79031960961163,6,099066,102066,097069,104069,099072,102072,000000,000000,000000 +104069,2,101.94690265486726,105.13274336283186,19.5,22.5,103.53982300884957,21.003667272455555,17.918436515532917,17.79031960961163,6,102066,105066,100069,107069,102072,105072,000000,000000,000000 +107069,2,105.13274336283186,108.31858407079646,19.5,22.5,106.72566371681415,21.003667272455555,17.918436515532917,17.79031960961163,6,105066,109066,104069,110069,105072,108072,000000,000000,000000 +110069,2,108.31858407079646,111.50442477876106,19.5,22.5,109.91150442477876,21.003667272455555,17.918436515532917,17.79031960961163,6,109066,112066,107069,113069,108072,111072,000000,000000,000000 +113069,2,111.50442477876106,114.69026548672566,19.5,22.5,113.09734513274336,21.003667272455555,17.918436515532917,17.79031960961163,6,112066,115066,110069,116069,111072,114072,000000,000000,000000 +116069,2,114.69026548672566,117.87610619469028,19.5,22.5,116.28318584070796,21.003667272455555,17.918436515532917,17.79031960961163,6,115066,118066,113069,119069,114072,117072,000000,000000,000000 +119069,2,117.87610619469028,121.06194690265488,19.5,22.5,119.46902654867256,21.003667272455555,17.918436515532917,17.79031960961163,7,118066,122066,116069,123069,117072,121072,124072,000000,000000 +123069,2,121.06194690265488,124.24778761061948,19.5,22.5,122.65486725663716,21.003667272455555,17.918436515532917,17.79031960961163,8,118066,122066,125066,119069,126069,121072,124072,127072,000000 +126069,2,124.24778761061948,127.43362831858408,19.5,22.5,125.84070796460176,21.003667272455555,17.918436515532917,17.79031960961163,8,122066,125066,128066,123069,129069,124072,127072,130072,000000 +129069,2,127.43362831858408,130.61946902654867,19.5,22.5,129.02654867256638,21.003667272455555,17.918436515532917,17.79031960961163,8,125066,128066,131066,126069,132069,127072,130072,133072,000000 +132069,2,130.61946902654867,133.8053097345133,19.5,22.5,132.21238938053096,21.003667272455555,17.91843651553212,17.79031960961163,8,128066,131066,135066,129069,135069,130072,133072,136072,000000 +135069,2,133.8053097345133,136.99115044247787,19.5,22.5,135.39823008849558,21.003667272455555,17.918436515533713,17.79031960961163,8,131066,135066,138066,132069,139069,133072,136072,139072,000000 +139069,2,136.99115044247787,140.1769911504425,19.5,22.5,138.5840707964602,21.003667272455555,17.91843651553212,17.79031960961163,8,135066,138066,141066,135069,142069,136072,139072,142072,000000 +142069,2,140.1769911504425,143.36283185840708,19.5,22.5,141.76991150442478,21.003667272455555,17.918436515533713,17.79031960961163,8,138066,141066,144066,139069,145069,139072,142072,146072,000000 +145069,2,143.36283185840708,146.5486725663717,19.5,22.5,144.95575221238937,21.003667272455555,17.91843651553212,17.79031960961163,8,141066,144066,148066,142069,148069,142072,146072,149072,000000 +148069,2,146.5486725663717,149.73451327433628,19.5,22.5,148.141592920354,21.003667272455555,17.918436515533713,17.79031960961163,8,144066,148066,151066,145069,151069,146072,149072,152072,000000 +151069,2,149.73451327433628,152.9203539823009,19.5,22.5,151.3274336283186,21.003667272455555,17.91843651553212,17.79031960961163,8,148066,151066,154066,148069,155069,149072,152072,155072,000000 +155069,2,152.9203539823009,156.10619469026548,19.5,22.5,154.5132743362832,21.003667272455555,17.918436515533713,17.79031960961163,8,151066,154066,157066,151069,158069,152072,155072,158072,000000 +158069,2,156.10619469026548,159.2920353982301,19.5,22.5,157.69911504424778,21.003667272455555,17.91843651553212,17.79031960961163,8,154066,157066,161066,155069,161069,155072,158072,161072,000000 +161069,2,159.2920353982301,162.47787610619469,19.5,22.5,160.8849557522124,21.003667272455555,17.918436515533713,17.79031960961163,8,157066,161066,164066,158069,164069,158072,161072,164072,000000 +164069,2,162.47787610619469,165.6637168141593,19.5,22.5,164.070796460177,21.003667272455555,17.91843651553212,17.79031960961163,8,161066,164066,167066,161069,167069,161072,164072,167072,000000 +167069,2,165.6637168141593,168.8495575221239,19.5,22.5,167.2566371681416,21.003667272455555,17.918436515533713,17.79031960961163,8,164066,167066,170066,164069,170069,164072,167072,171072,000000 +170069,2,168.8495575221239,172.0353982300885,19.5,22.5,170.44247787610618,21.003667272455555,17.91843651553212,17.79031960961163,8,167066,170066,174066,167069,174069,167072,171072,174072,000000 +174069,2,172.0353982300885,175.2212389380531,19.5,22.5,173.6283185840708,21.003667272455555,17.918436515533713,17.79031960961163,8,170066,174066,177066,170069,177069,171072,174072,177072,000000 +177069,2,175.2212389380531,178.4070796460177,19.5,22.5,176.8141592920354,21.003667272455555,17.91843651553212,17.79031960961163,8,174066,177066,180066,174069,180069,174072,177072,180072,000000 +180069,2,178.4070796460177,181.5929203539823,19.5,22.5,180.0,21.003667272455555,17.918436515533713,17.79031960961163,8,177066,180066,183066,177069,183069,177072,180072,183072,000000 +183069,2,181.5929203539823,184.7787610619469,19.5,22.5,183.1858407079646,21.003667272455555,17.91843651553212,17.79031960961163,8,180066,183066,186066,180069,186069,180072,183072,186072,000000 +186069,2,184.7787610619469,187.9646017699115,19.5,22.5,186.3716814159292,21.003667272455555,17.918436515533713,17.79031960961163,8,183066,186066,190066,183069,190069,183072,186072,189072,000000 +190069,2,187.9646017699115,191.1504424778761,19.5,22.5,189.55752212389385,21.003667272455555,17.91843651553212,17.79031960961163,8,186066,190066,193066,186069,193069,186072,189072,193072,000000 +193069,2,191.1504424778761,194.3362831858407,19.5,22.5,192.7433628318584,21.003667272455555,17.918436515533713,17.79031960961163,8,190066,193066,196066,190069,196069,189072,193072,196072,000000 +196069,2,194.3362831858407,197.5221238938053,19.5,22.5,195.929203539823,21.003667272455555,17.91843651553212,17.79031960961163,8,193066,196066,199066,193069,199069,193072,196072,199072,000000 +199069,0,197.5221238938053,200.7079646017699,19.5,22.5,199.1150442477876,21.003667272455555,17.918436515533713,17.79031960961163,8,196066,199066,203066,196069,202069,196072,199072,202072,000000 +202069,0,200.7079646017699,203.8938053097345,19.5,22.5,202.30088495575225,21.003667272455555,17.91843651553212,17.79031960961163,8,199066,203066,206066,199069,205069,199072,202072,205072,000000 +205069,0,203.8938053097345,207.0796460176992,19.5,22.5,205.4867256637168,21.003667272455555,17.91843651553212,17.79031960961163,8,203066,206066,209066,202069,209069,202072,205072,208072,000000 +067072,0,65.73913043478261,68.86956521739131,16.5,19.5,67.30434782608697,18.003115229263383,17.965520073538215,17.82343081642935,6,065069,068069,064072,070072,066075,069075,000000,000000,000000 +070072,0,68.86956521739131,72.0,16.5,19.5,70.43478260869566,18.003115229263383,17.965520073539025,17.82343081642935,6,068069,072069,067072,074072,069075,072075,000000,000000,000000 +074072,0,72.0,75.1304347826087,16.5,19.5,73.56521739130434,18.003115229263383,17.965520073538215,17.82343081642935,6,072069,075069,070072,077072,072075,075075,000000,000000,000000 +077072,2,75.1304347826087,78.26086956521739,16.5,19.5,76.69565217391305,18.003115229263383,17.965520073539025,17.82343081642935,6,075069,078069,074072,080072,075075,078075,000000,000000,000000 +080072,2,78.26086956521739,81.3913043478261,16.5,19.5,79.82608695652175,18.003115229263383,17.965520073538215,17.82343081642935,6,078069,081069,077072,083072,078075,082075,000000,000000,000000 +083072,2,81.3913043478261,84.52173913043478,16.5,19.5,82.95652173913044,18.003115229263383,17.965520073539025,17.82343081642935,6,081069,084069,080072,086072,082075,085075,000000,000000,000000 +086072,2,84.52173913043478,87.65217391304348,16.5,19.5,86.08695652173913,18.003115229263383,17.965520073538215,17.82343081642935,6,084069,088069,083072,089072,085075,088075,000000,000000,000000 +089072,2,87.65217391304348,90.78260869565216,16.5,19.5,89.21739130434783,18.003115229263383,17.965520073539025,17.82343081642935,6,088069,091069,086072,092072,088075,091075,000000,000000,000000 +092072,2,90.78260869565216,93.91304347826087,16.5,19.5,92.34782608695652,18.003115229263383,17.965520073538215,17.82343081642935,6,091069,094069,089072,095072,091075,094075,000000,000000,000000 +095072,2,93.91304347826087,97.04347826086956,16.5,19.5,95.47826086956522,18.003115229263383,17.965520073539025,17.82343081642935,6,094069,097069,092072,099072,094075,097075,000000,000000,000000 +099072,2,97.04347826086956,100.17391304347828,16.5,19.5,98.6086956521739,18.003115229263383,17.965520073538215,17.82343081642935,6,097069,100069,095072,102072,097075,100075,000000,000000,000000 +102072,2,100.17391304347828,103.30434782608695,16.5,19.5,101.73913043478262,18.003115229263383,17.965520073538215,17.82343081642935,6,100069,104069,099072,105072,100075,103075,000000,000000,000000 +105072,2,103.30434782608695,106.43478260869566,16.5,19.5,104.86956521739133,18.003115229263383,17.965520073539025,17.82343081642935,6,104069,107069,102072,108072,103075,106075,000000,000000,000000 +108072,2,106.43478260869566,109.56521739130436,16.5,19.5,108.0,18.003115229263383,17.965520073538215,17.82343081642935,6,107069,110069,105072,111072,106075,109075,000000,000000,000000 +111072,2,109.56521739130436,112.69565217391305,16.5,19.5,111.1304347826087,18.003115229263383,17.965520073539025,17.82343081642935,6,110069,113069,108072,114072,109075,112075,000000,000000,000000 +114072,2,112.69565217391305,115.82608695652176,16.5,19.5,114.2608695652174,18.003115229263383,17.965520073538215,17.82343081642935,6,113069,116069,111072,117072,112075,115075,000000,000000,000000 +117072,2,115.82608695652176,118.95652173913044,16.5,19.5,117.3913043478261,18.003115229263383,17.965520073539025,17.82343081642935,6,116069,119069,114072,121072,115075,118075,000000,000000,000000 +121072,2,118.95652173913044,122.08695652173914,16.5,19.5,120.52173913043478,18.003115229263383,17.965520073538215,17.82343081642935,7,119069,123069,117072,124072,118075,122075,125075,000000,000000 +124072,2,122.08695652173914,125.21739130434784,16.5,19.5,123.65217391304348,18.003115229263383,17.965520073539025,17.82343081642935,8,119069,123069,126069,121072,127072,122075,125075,128075,000000 +127072,2,125.21739130434784,128.34782608695653,16.5,19.5,126.7826086956522,18.003115229263383,17.965520073538215,17.82343081642935,8,123069,126069,129069,124072,130072,125075,128075,131075,000000 +130072,2,128.34782608695653,131.47826086956522,16.5,19.5,129.91304347826087,18.003115229263383,17.965520073539025,17.82343081642935,8,126069,129069,132069,127072,133072,128075,131075,134075,000000 +133072,2,131.47826086956522,134.6086956521739,16.5,19.5,133.04347826086956,18.003115229263383,17.965520073539025,17.82343081642935,8,129069,132069,135069,130072,136072,131075,134075,137075,000000 +136072,2,134.6086956521739,137.73913043478262,16.5,19.5,136.17391304347825,18.003115229263383,17.965520073537405,17.823430816429138,8,132069,135069,139069,133072,139072,134075,137075,140075,000000 +139072,2,137.73913043478262,140.8695652173913,16.5,19.5,139.30434782608697,18.003115229263383,17.965520073539025,17.82343081642935,8,135069,139069,142069,136072,142072,137075,140075,143075,000000 +142072,2,140.8695652173913,144.0,16.5,19.5,142.43478260869566,18.003115229263383,17.965520073539025,17.82343081642935,8,139069,142069,145069,139072,146072,140075,143075,146075,000000 +146072,2,144.0,147.1304347826087,16.5,19.5,145.56521739130434,18.003115229263383,17.965520073539025,17.82343081642935,8,142069,145069,148069,142072,149072,143075,146075,149075,000000 +149072,2,147.1304347826087,150.2608695652174,16.5,19.5,148.69565217391306,18.003115229263383,17.965520073537405,17.823430816429138,8,145069,148069,151069,146072,152072,146075,149075,152075,000000 +152072,2,150.2608695652174,153.3913043478261,16.5,19.5,151.82608695652175,18.003115229263383,17.965520073539025,17.82343081642935,8,148069,151069,155069,149072,155072,149075,152075,155075,000000 +155072,2,153.3913043478261,156.52173913043478,16.5,19.5,154.95652173913044,18.003115229263383,17.965520073539025,17.82343081642935,8,151069,155069,158069,152072,158072,152075,155075,158075,000000 +158072,2,156.52173913043478,159.6521739130435,16.5,19.5,158.08695652173913,18.003115229263383,17.965520073537405,17.823430816429138,8,155069,158069,161069,155072,161072,155075,158075,162075,000000 +161072,2,159.6521739130435,162.7826086956522,16.5,19.5,161.21739130434784,18.003115229263383,17.965520073539025,17.82343081642935,8,158069,161069,164069,158072,164072,158075,162075,165075,000000 +164072,2,162.7826086956522,165.91304347826087,16.5,19.5,164.34782608695653,18.003115229263383,17.965520073539025,17.82343081642935,8,161069,164069,167069,161072,167072,162075,165075,168075,000000 +167072,2,165.91304347826087,169.04347826086956,16.5,19.5,167.47826086956522,18.003115229263383,17.965520073539025,17.82343081642935,8,164069,167069,170069,164072,171072,165075,168075,171075,000000 +171072,2,169.04347826086956,172.17391304347828,16.5,19.5,170.60869565217394,18.003115229263383,17.965520073537405,17.823430816429138,8,167069,170069,174069,167072,174072,168075,171075,174075,000000 +174072,2,172.17391304347828,175.30434782608697,16.5,19.5,173.73913043478262,18.003115229263383,17.965520073539025,17.82343081642935,8,170069,174069,177069,171072,177072,171075,174075,177075,000000 +177072,2,175.30434782608697,178.43478260869566,16.5,19.5,176.8695652173913,18.003115229263383,17.965520073539025,17.82343081642935,8,174069,177069,180069,174072,180072,174075,177075,180075,000000 +180072,2,178.43478260869566,181.5652173913044,16.5,19.5,180.0,18.003115229263383,17.965520073539025,17.82343081642935,8,177069,180069,183069,177072,183072,177075,180075,183075,000000 +183072,2,181.5652173913044,184.69565217391303,16.5,19.5,183.1304347826087,18.003115229263383,17.965520073537405,17.823430816429138,8,180069,183069,186069,180072,186072,180075,183075,186075,000000 +186072,2,184.69565217391303,187.8260869565217,16.5,19.5,186.2608695652174,18.003115229263383,17.965520073539025,17.82343081642935,8,183069,186069,190069,183072,189072,183075,186075,189075,000000 +189072,2,187.8260869565217,190.95652173913044,16.5,19.5,189.3913043478261,18.003115229263383,17.965520073539025,17.82343081642935,8,186069,190069,193069,186072,193072,186075,189075,192075,000000 +193072,2,190.95652173913044,194.08695652173915,16.5,19.5,192.5217391304348,18.003115229263383,17.965520073539025,17.82343081642935,8,190069,193069,196069,189072,196072,189075,192075,195075,000000 +196072,2,194.08695652173915,197.21739130434784,16.5,19.5,195.6521739130435,18.003115229263383,17.965520073537405,17.823430816429138,8,193069,196069,199069,193072,199072,192075,195075,198075,000000 +199072,2,197.21739130434784,200.34782608695653,16.5,19.5,198.7826086956522,18.003115229263383,17.965520073539025,17.82343081642935,8,196069,199069,202069,196072,202072,195075,198075,202075,000000 +202072,2,200.34782608695653,203.4782608695652,16.5,19.5,201.91304347826087,18.003115229263383,17.965520073539025,17.82343081642935,8,199069,202069,205069,199072,205072,198075,202075,205075,000000 +205072,0,203.4782608695652,206.608695652174,16.5,19.5,205.0434782608696,18.003115229263383,17.965520073537405,17.823430816429138,8,202069,205069,209069,202072,208072,202075,205075,208075,000000 +208072,0,206.608695652174,209.73913043478265,16.5,19.5,208.17391304347828,18.003115229263383,17.965520073539025,17.82343081642935,8,205069,209069,212069,205072,211072,205075,208075,211075,000000 +063075,0,61.53846153846154,64.61538461538461,13.5,16.5,63.07692307692308,15.00256400592422,18.253561836338235,17.856492857695272,7,061072,064072,060075,066075,059078,063078,066078,000000,000000 +066075,0,64.61538461538461,67.6923076923077,13.5,16.5,66.15384615384616,15.00256400592422,18.253561836337823,17.856492857695272,7,064072,067072,063075,069075,063078,066078,069078,000000,000000 +069075,0,67.6923076923077,70.76923076923077,13.5,16.5,69.23076923076923,15.00256400592422,18.253561836337823,17.856492857695272,7,067072,070072,066075,072075,066078,069078,072078,000000,000000 +072075,2,70.76923076923077,73.84615384615385,13.5,16.5,72.30769230769232,15.00256400592422,18.253561836337823,17.856492857695272,7,070072,074072,069075,075075,069078,072078,075078,000000,000000 +075075,2,73.84615384615385,76.92307692307693,13.5,16.5,75.38461538461539,15.00256400592422,18.253561836337823,17.856492857695272,7,074072,077072,072075,078075,072078,075078,078078,000000,000000 +078075,2,76.92307692307693,80.0,13.5,16.5,78.46153846153847,15.00256400592422,18.253561836338665,17.856492857695272,7,077072,080072,075075,082075,075078,078078,081078,000000,000000 +082075,2,80.0,83.07692307692308,13.5,16.5,81.53846153846155,15.00256400592422,18.253561836337823,17.856492857695272,7,080072,083072,078075,085075,078078,081078,084078,000000,000000 +085075,2,83.07692307692308,86.15384615384616,13.5,16.5,84.61538461538461,15.00256400592422,18.253561836337823,17.856492857695272,7,083072,086072,082075,088075,081078,084078,087078,000000,000000 +088075,2,86.15384615384616,89.23076923076924,13.5,16.5,87.69230769230771,15.00256400592422,18.253561836337823,17.856492857695272,7,086072,089072,085075,091075,084078,087078,090078,000000,000000 +091075,2,89.23076923076924,92.3076923076923,13.5,16.5,90.76923076923076,15.00256400592422,18.253561836338665,17.856492857695272,7,089072,092072,088075,094075,087078,090078,093078,000000,000000 +094075,2,92.3076923076923,95.3846153846154,13.5,16.5,93.84615384615384,15.00256400592422,18.253561836337823,17.856492857695272,7,092072,095072,091075,097075,090078,093078,096078,000000,000000 +097075,2,95.3846153846154,98.46153846153848,13.5,16.5,96.92307692307692,15.00256400592422,18.253561836337823,17.856492857695272,7,095072,099072,094075,100075,093078,096078,099078,000000,000000 +100075,2,98.46153846153848,101.53846153846156,13.5,16.5,100.0,15.00256400592422,18.253561836337823,17.856492857695272,7,099072,102072,097075,103075,096078,099078,102078,000000,000000 +103075,2,101.53846153846156,104.61538461538464,13.5,16.5,103.0769230769231,15.00256400592422,18.253561836337823,17.856492857695272,7,102072,105072,100075,106075,099078,102078,105078,000000,000000 +106075,2,104.61538461538464,107.6923076923077,13.5,16.5,106.15384615384616,15.00256400592422,18.253561836338665,17.856492857695272,7,105072,108072,103075,109075,102078,105078,108078,000000,000000 +109075,2,107.6923076923077,110.76923076923076,13.5,16.5,109.23076923076924,15.00256400592422,18.253561836337823,17.856492857695272,7,108072,111072,106075,112075,105078,108078,111078,000000,000000 +112075,2,110.76923076923076,113.84615384615384,13.5,16.5,112.30769230769232,15.00256400592422,18.253561836337823,17.856492857695272,7,111072,114072,109075,115075,108078,111078,114078,000000,000000 +115075,2,113.84615384615384,116.92307692307692,13.5,16.5,115.3846153846154,15.00256400592422,18.253561836337823,17.856492857695272,7,114072,117072,112075,118075,111078,114078,117078,000000,000000 +118075,2,116.92307692307692,120.0,13.5,16.5,118.46153846153848,15.00256400592422,18.253561836338665,17.856492857695272,7,117072,121072,115075,122075,114078,117078,121078,000000,000000 +122075,2,120.0,123.07692307692308,13.5,16.5,121.53846153846156,15.00256400592422,18.253561836337823,17.856492857695272,7,121072,124072,118075,125075,117078,121078,124078,000000,000000 +125075,2,123.07692307692308,126.15384615384616,13.5,16.5,124.6153846153846,15.00256400592422,18.253561836337823,17.856492857695272,7,121072,124072,127072,122075,128075,124078,127078,000000,000000 +128075,2,126.15384615384616,129.23076923076923,13.5,16.5,127.6923076923077,15.00256400592422,18.253561836338665,17.856492857695272,7,124072,127072,130072,125075,131075,127078,130078,000000,000000 +131075,2,129.23076923076923,132.30769230769232,13.5,16.5,130.76923076923077,15.00256400592422,18.253561836337823,17.856492857695272,7,127072,130072,133072,128075,134075,130078,133078,000000,000000 +134075,2,132.30769230769232,135.3846153846154,13.5,16.5,133.84615384615387,15.00256400592422,18.253561836337823,17.856492857695272,7,130072,133072,136072,131075,137075,133078,136078,000000,000000 +137075,2,135.3846153846154,138.46153846153848,13.5,16.5,136.92307692307693,15.00256400592422,18.253561836337823,17.856492857695272,7,133072,136072,139072,134075,140075,136078,139078,000000,000000 +140075,2,138.46153846153848,141.53846153846155,13.5,16.5,140.0,15.00256400592422,18.253561836337823,17.856492857695272,7,136072,139072,142072,137075,143075,139078,142078,000000,000000 +143075,2,141.53846153846155,144.6153846153846,13.5,16.5,143.0769230769231,15.00256400592422,18.253561836337823,17.856492857695272,7,139072,142072,146072,140075,146075,142078,145078,000000,000000 +146075,2,144.6153846153846,147.6923076923077,13.5,16.5,146.15384615384616,15.00256400592422,18.253561836337823,17.856492857695272,7,142072,146072,149072,143075,149075,145078,148078,000000,000000 +149075,2,147.6923076923077,150.76923076923077,13.5,16.5,149.23076923076923,15.00256400592422,18.253561836337823,17.856492857695272,7,146072,149072,152072,146075,152075,148078,151078,000000,000000 +152075,2,150.76923076923077,153.84615384615387,13.5,16.5,152.30769230769232,15.00256400592422,18.253561836337823,17.856492857695272,7,149072,152072,155072,149075,155075,151078,154078,000000,000000 +155075,2,153.84615384615387,156.92307692307693,13.5,16.5,155.38461538461542,15.00256400592422,18.253561836337823,17.856492857695272,7,152072,155072,158072,152075,158075,154078,157078,000000,000000 +158075,2,156.92307692307693,160.0,13.5,16.5,158.46153846153845,15.00256400592422,18.253561836337823,17.856492857695272,7,155072,158072,161072,155075,162075,157078,160078,000000,000000 +162075,2,160.0,163.0769230769231,13.5,16.5,161.53846153846155,15.00256400592422,18.253561836337823,17.856492857695272,7,158072,161072,164072,158075,165075,160078,163078,000000,000000 +165075,2,163.0769230769231,166.15384615384616,13.5,16.5,164.61538461538464,15.00256400592422,18.253561836337823,17.856492857695272,7,161072,164072,167072,162075,168075,163078,166078,000000,000000 +168075,2,166.15384615384616,169.23076923076923,13.5,16.5,167.69230769230768,15.00256400592422,18.253561836337823,17.856492857695272,7,164072,167072,171072,165075,171075,166078,169078,000000,000000 +171075,2,169.23076923076923,172.30769230769232,13.5,16.5,170.76923076923077,15.00256400592422,18.253561836337823,17.856492857695272,7,167072,171072,174072,168075,174075,169078,172078,000000,000000 +174075,2,172.30769230769232,175.3846153846154,13.5,16.5,173.84615384615387,15.00256400592422,18.253561836337823,17.856492857695272,7,171072,174072,177072,171075,177075,172078,175078,000000,000000 +177075,2,175.3846153846154,178.46153846153848,13.5,16.5,176.92307692307693,15.00256400592422,18.253561836337823,17.856492857695272,7,174072,177072,180072,174075,180075,175078,178078,000000,000000 +180075,2,178.46153846153848,181.53846153846155,13.5,16.5,180.0,15.00256400592422,18.253561836337823,17.856492857695272,7,177072,180072,183072,177075,183075,178078,182078,000000,000000 +183075,2,181.53846153846155,184.6153846153846,13.5,16.5,183.0769230769231,15.00256400592422,18.253561836337823,17.856492857695272,7,180072,183072,186072,180075,186075,182078,185078,000000,000000 +186075,2,184.6153846153846,187.6923076923077,13.5,16.5,186.15384615384616,15.00256400592422,18.253561836337823,17.856492857695272,7,183072,186072,189072,183075,189075,185078,188078,000000,000000 +189075,2,187.6923076923077,190.7692307692308,13.5,16.5,189.23076923076923,15.00256400592422,18.253561836337823,17.856492857695272,7,186072,189072,193072,186075,192075,188078,191078,000000,000000 +192075,2,190.7692307692308,193.84615384615387,13.5,16.5,192.30769230769232,15.00256400592422,18.253561836337823,17.856492857695272,7,189072,193072,196072,189075,195075,191078,194078,000000,000000 +195075,2,193.84615384615387,196.92307692307693,13.5,16.5,195.38461538461544,15.00256400592422,18.253561836337823,17.856492857695272,7,193072,196072,199072,192075,198075,194078,197078,000000,000000 +198075,2,196.92307692307693,200.0,13.5,16.5,198.46153846153845,15.00256400592422,18.253561836337823,17.856492857695272,7,196072,199072,202072,195075,202075,197078,200078,000000,000000 +202075,2,200.0,203.0769230769231,13.5,16.5,201.53846153846155,15.00256400592422,18.253561836337823,17.856492857695272,7,199072,202072,205072,198075,205075,200078,203078,000000,000000 +205075,2,203.0769230769231,206.15384615384616,13.5,16.5,204.61538461538464,15.00256400592422,18.253561836337823,17.856492857695272,7,202072,205072,208072,202075,208075,203078,206078,000000,000000 +208075,0,206.15384615384616,209.23076923076923,13.5,16.5,207.6923076923077,15.00256400592422,18.253561836337823,17.856492857695272,7,205072,208072,211072,205075,211075,206078,209078,000000,000000 +211075,0,209.23076923076923,212.30769230769232,13.5,16.5,210.7692307692308,15.00256400592422,18.253561836337823,17.856492857695272,7,208072,211072,214072,208075,214075,209078,212078,000000,000000 +214075,0,212.30769230769232,215.3846153846154,13.5,16.5,213.84615384615387,15.00256400592422,18.253561836337823,17.856492857695272,7,211072,214072,218072,211075,217075,212078,215078,000000,000000 +059078,0,57.96610169491525,61.01694915254237,10.5,13.5,59.49152542372881,12.002053549154793,18.01780902132556,17.887109751777388,8,057075,060075,063075,056078,063078,056081,059081,062081,000000 +063078,0,61.01694915254237,64.0677966101695,10.5,13.5,62.54237288135593,12.002053549154793,18.01780902132513,17.887109751777388,8,060075,063075,066075,059078,066078,059081,062081,065081,000000 +066078,0,64.0677966101695,67.11864406779661,10.5,13.5,65.59322033898306,12.002053549154793,18.01780902132513,17.887109751777388,8,063075,066075,069075,063078,069078,062081,065081,068081,000000 +069078,2,67.11864406779661,70.16949152542372,10.5,13.5,68.64406779661016,12.002053549154793,18.01780902132513,17.887109751777388,8,066075,069075,072075,066078,072078,065081,068081,071081,000000 +072078,2,70.16949152542372,73.22033898305085,10.5,13.5,71.69491525423729,12.002053549154793,18.01780902132513,17.887109751777388,8,069075,072075,075075,069078,075078,068081,071081,074081,000000 +075078,2,73.22033898305085,76.27118644067797,10.5,13.5,74.74576271186442,12.002053549154793,18.01780902132513,17.887109751777388,8,072075,075075,078075,072078,078078,071081,074081,077081,000000 +078078,2,76.27118644067797,79.32203389830508,10.5,13.5,77.79661016949152,12.002053549154793,18.01780902132513,17.887109751777388,8,075075,078075,082075,075078,081078,074081,077081,080081,000000 +081078,2,79.32203389830508,82.3728813559322,10.5,13.5,80.84745762711864,12.002053549154793,18.01780902132513,17.887109751777388,8,078075,082075,085075,078078,084078,077081,080081,083081,000000 +084078,2,82.3728813559322,85.42372881355932,10.5,13.5,83.89830508474576,12.002053549154793,18.01780902132513,17.887109751777388,8,082075,085075,088075,081078,087078,080081,083081,086081,000000 +087078,2,85.42372881355932,88.47457627118644,10.5,13.5,86.94915254237287,12.002053549154793,18.01780902132513,17.887109751777388,8,085075,088075,091075,084078,090078,083081,086081,089081,000000 +090078,2,88.47457627118644,91.52542372881356,10.5,13.5,90.0,12.002053549154793,18.01780902132513,17.887109751777388,8,088075,091075,094075,087078,093078,086081,089081,092081,000000 +093078,2,91.52542372881356,94.57627118644068,10.5,13.5,93.05084745762711,12.002053549154793,18.01780902132513,17.887109751777388,8,091075,094075,097075,090078,096078,089081,092081,095081,000000 +096078,2,94.57627118644068,97.6271186440678,10.5,13.5,96.10169491525424,12.002053549154793,18.01780902132513,17.887109751777388,8,094075,097075,100075,093078,099078,092081,095081,098081,000000 +099078,2,97.6271186440678,100.6779661016949,10.5,13.5,99.15254237288136,12.002053549154793,18.01780902132513,17.887109751777388,8,097075,100075,103075,096078,102078,095081,098081,101081,000000 +102078,2,100.6779661016949,103.72881355932203,10.5,13.5,102.20338983050848,12.002053549154793,18.01780902132513,17.887109751777388,8,100075,103075,106075,099078,105078,098081,101081,104081,000000 +105078,2,103.72881355932203,106.77966101694916,10.5,13.5,105.25423728813558,12.002053549154793,18.01780902132513,17.887109751777388,8,103075,106075,109075,102078,108078,101081,104081,107081,000000 +108078,2,106.77966101694916,109.83050847457626,10.5,13.5,108.30508474576273,12.002053549154793,18.01780902132513,17.887109751777388,8,106075,109075,112075,105078,111078,104081,107081,110081,000000 +111078,2,109.83050847457626,112.8813559322034,10.5,13.5,111.35593220338984,12.002053549154793,18.01780902132513,17.887109751777388,8,109075,112075,115075,108078,114078,107081,110081,113081,000000 +114078,2,112.8813559322034,115.9322033898305,10.5,13.5,114.40677966101694,12.002053549154793,18.01780902132513,17.887109751777388,8,112075,115075,118075,111078,117078,110081,113081,116081,000000 +117078,2,115.9322033898305,118.98305084745762,10.5,13.5,117.45762711864408,12.002053549154793,18.01780902132513,17.887109751777388,8,115075,118075,122075,114078,121078,113081,116081,119081,000000 +121078,2,118.98305084745762,122.03389830508472,10.5,13.5,120.50847457627115,12.002053549154793,18.01780902132513,17.887109751777388,7,118075,122075,117078,124078,116081,119081,123081,000000,000000 +124078,2,122.03389830508472,125.08474576271186,10.5,13.5,123.5593220338983,12.002053549154793,18.01780902132513,17.887109751777388,6,122075,125075,121078,127078,123081,126081,000000,000000,000000 +127078,2,125.08474576271186,128.135593220339,10.5,13.5,126.61016949152544,12.002053549154793,18.01780902132513,17.887109751777388,6,125075,128075,124078,130078,126081,129081,000000,000000,000000 +130078,2,128.135593220339,131.1864406779661,10.5,13.5,129.66101694915255,12.002053549154793,18.01780902132513,17.887109751777388,6,128075,131075,127078,133078,129081,132081,000000,000000,000000 +133078,2,131.1864406779661,134.23728813559322,10.5,13.5,132.71186440677965,12.002053549154793,18.01780902132513,17.887109751777388,6,131075,134075,130078,136078,132081,135081,000000,000000,000000 +136078,2,134.23728813559322,137.28813559322035,10.5,13.5,135.76271186440678,12.002053549154793,18.01780902132513,17.887109751777388,6,134075,137075,133078,139078,135081,138081,000000,000000,000000 +139078,2,137.28813559322035,140.33898305084745,10.5,13.5,138.81355932203388,12.002053549154793,18.01780902132513,17.887109751777388,6,137075,140075,136078,142078,138081,141081,000000,000000,000000 +142078,2,140.33898305084745,143.38983050847455,10.5,13.5,141.864406779661,12.002053549154793,18.01780902132513,17.887109751777388,6,140075,143075,139078,145078,141081,144081,000000,000000,000000 +145078,2,143.38983050847455,146.4406779661017,10.5,13.5,144.91525423728814,12.002053549154793,18.01780902132513,17.887109751777388,6,143075,146075,142078,148078,144081,147081,000000,000000,000000 +148078,2,146.4406779661017,149.4915254237288,10.5,13.5,147.96610169491527,12.002053549154793,18.01780902132513,17.887109751777388,6,146075,149075,145078,151078,147081,150081,000000,000000,000000 +151078,2,149.4915254237288,152.54237288135593,10.5,13.5,151.01694915254237,12.002053549154793,18.01780902132513,17.887109751777388,6,149075,152075,148078,154078,150081,153081,000000,000000,000000 +154078,2,152.54237288135593,155.59322033898303,10.5,13.5,154.06779661016947,12.002053549154793,18.01780902132513,17.887109751777388,6,152075,155075,151078,157078,153081,156081,000000,000000,000000 +157078,2,155.59322033898303,158.64406779661016,10.5,13.5,157.1186440677966,12.002053549154793,18.01780902132513,17.887109751777388,6,155075,158075,154078,160078,156081,159081,000000,000000,000000 +160078,2,158.64406779661016,161.6949152542373,10.5,13.5,160.16949152542372,12.002053549154793,18.01780902132513,17.887109751777388,6,158075,162075,157078,163078,159081,162081,000000,000000,000000 +163078,2,161.6949152542373,164.7457627118644,10.5,13.5,163.22033898305085,12.002053549154793,18.01780902132513,17.887109751777388,6,162075,165075,160078,166078,162081,165081,000000,000000,000000 +166078,2,164.7457627118644,167.79661016949152,10.5,13.5,166.27118644067795,12.002053549154793,18.01780902132513,17.887109751777388,6,165075,168075,163078,169078,165081,168081,000000,000000,000000 +169078,2,167.79661016949152,170.84745762711864,10.5,13.5,169.32203389830508,12.002053549154793,18.01780902132513,17.887109751777388,6,168075,171075,166078,172078,168081,171081,000000,000000,000000 +172078,2,170.84745762711864,173.89830508474574,10.5,13.5,172.37288135593218,12.002053549154793,18.01780902132513,17.887109751777388,6,171075,174075,169078,175078,171081,174081,000000,000000,000000 +175078,2,173.89830508474574,176.94915254237287,10.5,13.5,175.4237288135593,12.002053549154793,18.01780902132513,17.887109751777388,6,174075,177075,172078,178078,174081,177081,000000,000000,000000 +178078,2,176.94915254237287,180.0,10.5,13.5,178.47457627118644,12.002053549154793,18.01780902132513,17.887109751777388,6,177075,180075,175078,182078,177081,180081,000000,000000,000000 +182078,2,180.0,183.0508474576271,10.5,13.5,181.5254237288136,12.002053549154793,18.01780902132513,17.887109751777388,6,180075,183075,178078,185078,180081,183081,000000,000000,000000 +185078,2,183.0508474576271,186.10169491525423,10.5,13.5,184.57627118644064,12.002053549154793,18.01780902132513,17.887109751777388,6,183075,186075,182078,188078,183081,186081,000000,000000,000000 +188078,2,186.10169491525423,189.15254237288136,10.5,13.5,187.6271186440678,12.002053549154793,18.01780902132513,17.887109751777388,6,186075,189075,185078,191078,186081,189081,000000,000000,000000 +191078,2,189.15254237288136,192.20338983050848,10.5,13.5,190.6779661016949,12.002053549154793,18.01780902132513,17.887109751777388,6,189075,192075,188078,194078,189081,192081,000000,000000,000000 +194078,2,192.20338983050848,195.2542372881356,10.5,13.5,193.728813559322,12.002053549154793,18.01780902132513,17.887109751777388,6,192075,195075,191078,197078,192081,195081,000000,000000,000000 +197078,2,195.2542372881356,198.3050847457627,10.5,13.5,196.77966101694915,12.002053549154793,18.01780902132513,17.887109751777388,6,195075,198075,194078,200078,195081,198081,000000,000000,000000 +200078,2,198.3050847457627,201.3559322033898,10.5,13.5,199.83050847457628,12.002053549154793,18.01780902132513,17.887109751777388,6,198075,202075,197078,203078,198081,201081,000000,000000,000000 +203078,2,201.3559322033898,204.4067796610169,10.5,13.5,202.88135593220332,12.002053549154793,18.01780902132513,17.887109751777388,6,202075,205075,200078,206078,201081,204081,000000,000000,000000 +206078,2,204.4067796610169,207.45762711864407,10.5,13.5,205.9322033898305,12.002053549154793,18.01780902132513,17.887109751777388,6,205075,208075,203078,209078,204081,207081,000000,000000,000000 +209078,2,207.45762711864407,210.5084745762712,10.5,13.5,208.9830508474576,12.002053549154793,18.01780902132513,17.887109751777388,6,208075,211075,206078,212078,207081,210081,000000,000000,000000 +212078,0,210.5084745762712,213.5593220338983,10.5,13.5,212.0338983050848,12.002053549154793,18.01780902132513,17.887109751777388,6,211075,214075,209078,215078,210081,213081,000000,000000,000000 +215078,0,213.5593220338983,216.61016949152545,10.5,13.5,215.08474576271183,12.002053549154793,18.01780902132513,17.887109751777388,6,214075,217075,212078,218078,213081,216081,000000,000000,000000 +218078,0,216.61016949152545,219.66101694915253,10.5,13.5,218.135593220339,12.002053549154793,18.01780902132513,17.887109751777388,6,217075,220075,215078,221078,216081,219081,000000,000000,000000 +056081,0,54.45378151260504,57.47899159663865,7.5,10.5,55.96638655462185,9.001536257628626,18.030581876825053,17.91813659819485,8,053078,056078,059078,053081,059081,053084,056084,059084,000000 +059081,0,57.47899159663865,60.50420168067227,7.5,10.5,58.99159663865546,9.001536257628626,18.030581876825053,17.91813659819485,8,056078,059078,063078,056081,062081,056084,059084,062084,000000 +062081,0,60.50420168067227,63.52941176470589,7.5,10.5,62.01680672268908,9.001536257628626,18.030581876825053,17.91813659819485,8,059078,063078,066078,059081,065081,059084,062084,065084,000000 +065081,2,63.52941176470589,66.55462184873949,7.5,10.5,65.04201680672269,9.001536257628626,18.030581876825465,17.91813659819485,8,063078,066078,069078,062081,068081,062084,065084,068084,000000 +068081,2,66.55462184873949,69.5798319327731,7.5,10.5,68.0672268907563,9.001536257628626,18.030581876824627,17.91813659819485,8,066078,069078,072078,065081,071081,065084,068084,071084,000000 +071081,2,69.5798319327731,72.60504201680672,7.5,10.5,71.0924369747899,9.001536257628626,18.030581876824627,17.91813659819485,8,069078,072078,075078,068081,074081,068084,071084,074084,000000 +074081,2,72.60504201680672,75.63025210084034,7.5,10.5,74.11764705882354,9.001536257628626,18.030581876824627,17.91813659819485,8,072078,075078,078078,071081,077081,071084,074084,077084,000000 +077081,2,75.63025210084034,78.65546218487395,7.5,10.5,77.14285714285714,9.001536257628626,18.030581876824627,17.91813659819485,8,075078,078078,081078,074081,080081,074084,077084,080084,000000 +080081,2,78.65546218487395,81.68067226890756,7.5,10.5,80.16806722689076,9.001536257628626,18.030581876825465,17.91813659819485,8,078078,081078,084078,077081,083081,077084,080084,083084,000000 +083081,2,81.68067226890756,84.70588235294117,7.5,10.5,83.19327731092437,9.001536257628626,18.030581876824627,17.91813659819485,8,081078,084078,087078,080081,086081,080084,083084,086084,000000 +086081,2,84.70588235294117,87.73109243697479,7.5,10.5,86.21848739495798,9.001536257628626,18.030581876824627,17.91813659819485,8,084078,087078,090078,083081,089081,083084,086084,089084,000000 +089081,2,87.73109243697479,90.7563025210084,7.5,10.5,89.24369747899159,9.001536257628626,18.030581876825465,17.91813659819485,8,087078,090078,093078,086081,092081,086084,089084,092084,000000 +092081,2,90.7563025210084,93.781512605042,7.5,10.5,92.2689075630252,9.001536257628626,18.030581876824627,17.91813659819485,8,090078,093078,096078,089081,095081,089084,092084,095084,000000 +095081,2,93.781512605042,96.80672268907564,7.5,10.5,95.2941176470588,9.001536257628626,18.030581876824627,17.91813659819485,8,093078,096078,099078,092081,098081,092084,095084,098084,000000 +098081,2,96.80672268907564,99.83193277310924,7.5,10.5,98.31932773109244,9.001536257628626,18.030581876824627,17.91813659819485,8,096078,099078,102078,095081,101081,095084,098084,101084,000000 +101081,2,99.83193277310924,102.85714285714286,7.5,10.5,101.34453781512605,9.001536257628626,18.030581876824627,17.91813659819485,8,099078,102078,105078,098081,104081,098084,101084,104084,000000 +104081,2,102.85714285714286,105.88235294117646,7.5,10.5,104.36974789915966,9.001536257628626,18.030581876825465,17.91813659819485,8,102078,105078,108078,101081,107081,101084,104084,107084,000000 +107081,2,105.88235294117646,108.90756302521008,7.5,10.5,107.39495798319328,9.001536257628626,18.030581876824627,17.91813659819485,8,105078,108078,111078,104081,110081,104084,107084,110084,000000 +110081,2,108.90756302521008,111.9327731092437,7.5,10.5,110.42016806722688,9.001536257628626,18.030581876824627,17.91813659819485,8,108078,111078,114078,107081,113081,107084,110084,113084,000000 +113081,2,111.9327731092437,114.9579831932773,7.5,10.5,113.4453781512605,9.001536257628626,18.030581876825465,17.91813659819485,8,111078,114078,117078,110081,116081,110084,113084,116084,000000 +116081,2,114.9579831932773,117.98319327731092,7.5,10.5,116.47058823529412,9.001536257628626,18.030581876824627,17.91813659819485,8,114078,117078,121078,113081,119081,113084,116084,119084,000000 +119081,2,117.98319327731092,121.00840336134452,7.5,10.5,119.49579831932772,9.001536257628626,18.030581876824627,17.91813659819485,7,117078,121078,116081,123081,116084,119084,122084,000000,000000 +123081,2,121.00840336134452,124.03361344537817,7.5,10.5,122.52100840336136,9.001536257628626,18.030581876824627,17.91813659819485,7,121078,124078,119081,126081,119084,122084,125084,000000,000000 +126081,2,124.03361344537817,127.05882352941175,7.5,10.5,125.54621848739497,9.001536257628626,18.030581876824627,17.91813659819485,6,124078,127078,123081,129081,125084,128084,000000,000000,000000 +129081,2,127.05882352941175,130.08403361344537,7.5,10.5,128.57142857142856,9.001536257628626,18.030581876824627,17.91813659819485,6,127078,130078,126081,132081,128084,131084,000000,000000,000000 +132081,2,130.08403361344537,133.10924369747897,7.5,10.5,131.5966386554622,9.001536257628626,18.030581876824627,17.91813659819485,6,130078,133078,129081,135081,131084,134084,000000,000000,000000 +135081,2,133.10924369747897,136.1344537815126,7.5,10.5,134.6218487394958,9.001536257628626,18.030581876824627,17.91813659819485,6,133078,136078,132081,138081,134084,137084,000000,000000,000000 +138081,2,136.1344537815126,139.1596638655462,7.5,10.5,137.6470588235294,9.001536257628626,18.030581876824627,17.91813659819485,6,136078,139078,135081,141081,137084,140084,000000,000000,000000 +141081,2,139.1596638655462,142.18487394957984,7.5,10.5,140.67226890756302,9.001536257628626,18.030581876824627,17.91813659819485,6,139078,142078,138081,144081,140084,143084,000000,000000,000000 +144081,2,142.18487394957984,145.21008403361344,7.5,10.5,143.69747899159665,9.001536257628626,18.030581876824627,17.91813659819485,6,142078,145078,141081,147081,143084,146084,000000,000000,000000 +147081,2,145.21008403361344,148.23529411764704,7.5,10.5,146.72268907563023,9.001536257628626,18.030581876824627,17.91813659819485,6,145078,148078,144081,150081,146084,149084,000000,000000,000000 +150081,2,148.23529411764704,151.26050420168067,7.5,10.5,149.74789915966386,9.001536257628626,18.030581876824627,17.91813659819485,6,148078,151078,147081,153081,149084,152084,000000,000000,000000 +153081,2,151.26050420168067,154.28571428571428,7.5,10.5,152.7731092436975,9.001536257628626,18.030581876824627,17.91813659819485,6,151078,154078,150081,156081,152084,155084,000000,000000,000000 +156081,2,154.28571428571428,157.3109243697479,7.5,10.5,155.7983193277311,9.001536257628626,18.030581876824627,17.91813659819485,6,154078,157078,153081,159081,155084,158084,000000,000000,000000 +159081,2,157.3109243697479,160.3361344537815,7.5,10.5,158.8235294117647,9.001536257628626,18.030581876824627,17.91813659819485,6,157078,160078,156081,162081,158084,161084,000000,000000,000000 +162081,2,160.3361344537815,163.3613445378151,7.5,10.5,161.84873949579833,9.001536257628626,18.030581876824627,17.91813659819485,6,160078,163078,159081,165081,161084,164084,000000,000000,000000 +165081,2,163.3613445378151,166.38655462184877,7.5,10.5,164.87394957983193,9.001536257628626,18.030581876824627,17.91813659819485,6,163078,166078,162081,168081,164084,167084,000000,000000,000000 +168081,2,166.38655462184877,169.41176470588235,7.5,10.5,167.89915966386553,9.001536257628626,18.030581876824627,17.91813659819485,6,166078,169078,165081,171081,167084,170084,000000,000000,000000 +171081,2,169.41176470588235,172.43697478991595,7.5,10.5,170.92436974789916,9.001536257628626,18.030581876824627,17.91813659819485,6,169078,172078,168081,174081,170084,173084,000000,000000,000000 +174081,2,172.43697478991595,175.46218487394958,7.5,10.5,173.94957983193277,9.001536257628626,18.030581876824627,17.91813659819485,6,172078,175078,171081,177081,173084,176084,000000,000000,000000 +177081,2,175.46218487394958,178.48739495798318,7.5,10.5,176.97478991596637,9.001536257628626,18.030581876824627,17.91813659819485,6,175078,178078,174081,180081,176084,179084,000000,000000,000000 +180081,2,178.48739495798318,181.5126050420168,7.5,10.5,180.0,9.001536257628626,18.030581876824627,17.91813659819485,6,178078,182078,177081,183081,179084,182084,000000,000000,000000 +183081,2,181.5126050420168,184.5378151260504,7.5,10.5,183.0252100840336,9.001536257628626,18.030581876824627,17.91813659819485,6,182078,185078,180081,186081,182084,185084,000000,000000,000000 +186081,2,184.5378151260504,187.563025210084,7.5,10.5,186.0504201680672,9.001536257628626,18.030581876824627,17.91813659819485,6,185078,188078,183081,189081,185084,188084,000000,000000,000000 +189081,2,187.563025210084,190.58823529411765,7.5,10.5,189.07563025210084,9.001536257628626,18.030581876824627,17.91813659819485,6,188078,191078,186081,192081,188084,191084,000000,000000,000000 +192081,2,190.58823529411765,193.61344537815123,7.5,10.5,192.10084033613447,9.001536257628626,18.030581876824627,17.91813659819485,6,191078,194078,189081,195081,191084,194084,000000,000000,000000 +195081,2,193.61344537815123,196.6386554621849,7.5,10.5,195.12605042016804,9.001536257628626,18.030581876824627,17.91813659819485,6,194078,197078,192081,198081,194084,197084,000000,000000,000000 +198081,2,196.6386554621849,199.6638655462185,7.5,10.5,198.15126050420167,9.001536257628626,18.030581876824627,17.91813659819485,6,197078,200078,195081,201081,197084,200084,000000,000000,000000 +201081,2,199.6638655462185,202.6890756302521,7.5,10.5,201.1764705882353,9.001536257628626,18.030581876824627,17.91813659819485,6,200078,203078,198081,204081,200084,203084,000000,000000,000000 +204081,2,202.6890756302521,205.7142857142857,7.5,10.5,204.2016806722689,9.001536257628626,18.030581876824627,17.91813659819485,6,203078,206078,201081,207081,203084,206084,000000,000000,000000 +207081,2,205.7142857142857,208.73949579831933,7.5,10.5,207.2268907563025,9.001536257628626,18.030581876824627,17.91813659819485,6,206078,209078,204081,210081,206084,209084,000000,000000,000000 +210081,2,208.73949579831933,211.76470588235293,7.5,10.5,210.2521008403361,9.001536257628626,18.030581876824627,17.91813659819485,6,209078,212078,207081,213081,209084,212084,000000,000000,000000 +213081,2,211.76470588235293,214.78991596638656,7.5,10.5,213.2773109243697,9.001536257628626,18.030581876824627,17.91813659819485,6,212078,215078,210081,216081,212084,215084,000000,000000,000000 +216081,0,214.78991596638656,217.81512605042016,7.5,10.5,216.3025210084033,9.001536257628626,18.030581876824627,17.91813659819485,6,215078,218078,213081,219081,215084,218084,000000,000000,000000 +219081,0,217.81512605042016,220.84033613445376,7.5,10.5,219.32773109243692,9.001536257628626,18.030581876824627,17.91813659819485,6,218078,221078,216081,222081,218084,221084,000000,000000,000000 +053084,0,51.0,54.0,4.5,7.5,52.5,6.001017888847835,18.28768875831709,17.94922806528821,8,050081,053081,056081,050084,056084,050087,053087,056087,000000 +056084,0,54.0,57.0,4.5,7.5,55.5,6.001017888847835,18.28768875831709,17.94922806528821,8,053081,056081,059081,053084,059084,053087,056087,059087,000000 +059084,0,57.0,60.0,4.5,7.5,58.5,6.001017888847835,18.28768875831709,17.94922806528821,8,056081,059081,062081,056084,062084,056087,059087,062087,000000 +062084,2,60.0,63.0,4.5,7.5,61.5,6.001017888847835,18.28768875831709,17.94922806528821,8,059081,062081,065081,059084,065084,059087,062087,065087,000000 +065084,2,63.0,66.0,4.5,7.5,64.5,6.001017888847835,18.28768875831709,17.94922806528821,8,062081,065081,068081,062084,068084,062087,065087,068087,000000 +068084,2,66.0,69.0,4.5,7.5,67.5,6.001017888847835,18.28768875831709,17.94922806528821,8,065081,068081,071081,065084,071084,065087,068087,071087,000000 +071084,2,69.0,72.0,4.5,7.5,70.5,6.001017888847835,18.28768875831709,17.94922806528821,8,068081,071081,074081,068084,074084,068087,071087,074087,000000 +074084,2,72.0,75.0,4.5,7.5,73.5,6.001017888847835,18.28768875831709,17.94922806528821,8,071081,074081,077081,071084,077084,071087,074087,077087,000000 +077084,2,75.0,78.0,4.5,7.5,76.5,6.001017888847835,18.28768875831709,17.94922806528821,8,074081,077081,080081,074084,080084,074087,077087,080087,000000 +080084,2,78.0,81.0,4.5,7.5,79.5,6.001017888847835,18.28768875831709,17.94922806528821,8,077081,080081,083081,077084,083084,077087,080087,083087,000000 +083084,2,81.0,84.0,4.5,7.5,82.5,6.001017888847835,18.28768875831709,17.94922806528821,8,080081,083081,086081,080084,086084,080087,083087,086087,000000 +086084,2,84.0,87.0,4.5,7.5,85.5,6.001017888847835,18.28768875831709,17.94922806528821,8,083081,086081,089081,083084,089084,083087,086087,089087,000000 +089084,2,87.0,90.0,4.5,7.5,88.5,6.001017888847835,18.28768875831709,17.94922806528821,8,086081,089081,092081,086084,092084,086087,089087,092087,000000 +092084,2,90.0,93.0,4.5,7.5,91.5,6.001017888847835,18.28768875831709,17.94922806528821,8,089081,092081,095081,089084,095084,089087,092087,095087,000000 +095084,2,93.0,96.0,4.5,7.5,94.5,6.001017888847835,18.28768875831709,17.94922806528821,8,092081,095081,098081,092084,098084,092087,095087,098087,000000 +098084,2,96.0,99.0,4.5,7.5,97.5,6.001017888847835,18.28768875831709,17.94922806528821,8,095081,098081,101081,095084,101084,095087,098087,101087,000000 +101084,2,99.0,102.0,4.5,7.5,100.5,6.001017888847835,18.28768875831709,17.94922806528821,8,098081,101081,104081,098084,104084,098087,101087,104087,000000 +104084,2,102.0,105.0,4.5,7.5,103.5,6.001017888847835,18.28768875831709,17.94922806528821,8,101081,104081,107081,101084,107084,101087,104087,107087,000000 +107084,2,105.0,108.0,4.5,7.5,106.5,6.001017888847835,18.28768875831709,17.94922806528821,8,104081,107081,110081,104084,110084,104087,107087,110087,000000 +110084,2,108.0,111.0,4.5,7.5,109.5,6.001017888847835,18.28768875831709,17.94922806528821,8,107081,110081,113081,107084,113084,107087,110087,113087,000000 +113084,2,111.0,114.0,4.5,7.5,112.5,6.001017888847835,18.28768875831709,17.94922806528821,8,110081,113081,116081,110084,116084,110087,113087,116087,000000 +116084,2,114.0,117.0,4.5,7.5,115.5,6.001017888847835,18.28768875831709,17.94922806528821,8,113081,116081,119081,113084,119084,113087,116087,119087,000000 +119084,2,117.0,120.0,4.5,7.5,118.5,6.001017888847835,18.28768875831709,17.94922806528821,8,116081,119081,123081,116084,122084,116087,119087,122087,000000 +122084,2,120.0,123.0,4.5,7.5,121.5,6.001017888847835,18.28768875831709,17.94922806528821,7,119081,123081,119084,125084,119087,122087,125087,000000,000000 +125084,2,123.0,126.0,4.5,7.5,124.5,6.001017888847835,18.28768875831709,17.94922806528821,7,123081,126081,122084,128084,122087,125087,128087,000000,000000 +128084,2,126.0,129.0,4.5,7.5,127.5,6.001017888847835,18.28768875831709,17.94922806528821,7,126081,129081,125084,131084,125087,128087,131087,000000,000000 +131084,2,129.0,132.0,4.5,7.5,130.5,6.001017888847835,18.28768875831709,17.94922806528821,7,129081,132081,128084,134084,128087,131087,134087,000000,000000 +134084,2,132.0,135.0,4.5,7.5,133.5,6.001017888847835,18.28768875831709,17.94922806528821,7,132081,135081,131084,137084,131087,134087,137087,000000,000000 +137084,2,135.0,138.0,4.5,7.5,136.5,6.001017888847835,18.28768875831709,17.94922806528821,7,135081,138081,134084,140084,134087,137087,140087,000000,000000 +140084,2,138.0,141.0,4.5,7.5,139.5,6.001017888847835,18.28768875831709,17.94922806528821,7,138081,141081,137084,143084,137087,140087,143087,000000,000000 +143084,2,141.0,144.0,4.5,7.5,142.5,6.001017888847835,18.28768875831709,17.94922806528821,7,141081,144081,140084,146084,140087,143087,146087,000000,000000 +146084,2,144.0,147.0,4.5,7.5,145.5,6.001017888847835,18.28768875831709,17.94922806528821,7,144081,147081,143084,149084,143087,146087,149087,000000,000000 +149084,2,147.0,150.0,4.5,7.5,148.5,6.001017888847835,18.28768875831709,17.94922806528821,7,147081,150081,146084,152084,146087,149087,152087,000000,000000 +152084,2,150.0,153.0,4.5,7.5,151.5,6.001017888847835,18.28768875831709,17.94922806528821,7,150081,153081,149084,155084,149087,152087,155087,000000,000000 +155084,2,153.0,156.0,4.5,7.5,154.5,6.001017888847835,18.28768875831709,17.94922806528821,7,153081,156081,152084,158084,152087,155087,158087,000000,000000 +158084,2,156.0,159.0,4.5,7.5,157.5,6.001017888847835,18.28768875831709,17.94922806528821,7,156081,159081,155084,161084,155087,158087,161087,000000,000000 +161084,2,159.0,162.0,4.5,7.5,160.5,6.001017888847835,18.28768875831709,17.94922806528821,7,159081,162081,158084,164084,158087,161087,164087,000000,000000 +164084,2,162.0,165.0,4.5,7.5,163.5,6.001017888847835,18.28768875831709,17.94922806528821,7,162081,165081,161084,167084,161087,164087,167087,000000,000000 +167084,2,165.0,168.0,4.5,7.5,166.5,6.001017888847835,18.28768875831709,17.94922806528821,7,165081,168081,164084,170084,164087,167087,170087,000000,000000 +170084,2,168.0,171.0,4.5,7.5,169.5,6.001017888847835,18.28768875831709,17.94922806528821,7,168081,171081,167084,173084,167087,170087,173087,000000,000000 +173084,2,171.0,174.0,4.5,7.5,172.5,6.001017888847835,18.28768875831709,17.94922806528821,7,171081,174081,170084,176084,170087,173087,176087,000000,000000 +176084,2,174.0,177.0,4.5,7.5,175.5,6.001017888847835,18.28768875831709,17.94922806528821,7,174081,177081,173084,179084,173087,176087,179087,000000,000000 +179084,2,177.0,180.0,4.5,7.5,178.5,6.001017888847835,18.28768875831709,17.94922806528821,7,177081,180081,176084,182084,176087,179087,182087,000000,000000 +182084,2,180.0,183.0,4.5,7.5,181.5,6.001017888847835,18.28768875831709,17.94922806528821,7,180081,183081,179084,185084,179087,182087,185087,000000,000000 +185084,2,183.0,186.0,4.5,7.5,184.5,6.001017888847835,18.28768875831709,17.94922806528821,7,183081,186081,182084,188084,182087,185087,188087,000000,000000 +188084,2,186.0,189.0,4.5,7.5,187.5,6.001017888847835,18.28768875831709,17.94922806528821,7,186081,189081,185084,191084,185087,188087,191087,000000,000000 +191084,2,189.0,192.0,4.5,7.5,190.5,6.001017888847835,18.28768875831709,17.94922806528821,7,189081,192081,188084,194084,188087,191087,194087,000000,000000 +194084,2,192.0,195.0,4.5,7.5,193.5,6.001017888847835,18.28768875831709,17.94922806528821,7,192081,195081,191084,197084,191087,194087,197087,000000,000000 +197084,2,195.0,198.0,4.5,7.5,196.5,6.001017888847835,18.28768875831709,17.94922806528821,7,195081,198081,194084,200084,194087,197087,200087,000000,000000 +200084,2,198.0,201.0,4.5,7.5,199.5,6.001017888847835,18.28768875831709,17.94922806528821,7,198081,201081,197084,203084,197087,200087,203087,000000,000000 +203084,2,201.0,204.0,4.5,7.5,202.5,6.001017888847835,18.28768875831709,17.94922806528821,7,201081,204081,200084,206084,200087,203087,206087,000000,000000 +206084,2,204.0,207.0,4.5,7.5,205.5,6.001017888847835,18.28768875831709,17.94922806528821,7,204081,207081,203084,209084,203087,206087,209087,000000,000000 +209084,2,207.0,210.0,4.5,7.5,208.5,6.001017888847835,18.28768875831709,17.94922806528821,7,207081,210081,206084,212084,206087,209087,212087,000000,000000 +212084,2,210.0,213.0,4.5,7.5,211.5,6.001017888847835,18.28768875831709,17.94922806528821,7,210081,213081,209084,215084,209087,212087,215087,000000,000000 +215084,2,213.0,216.0,4.5,7.5,214.5,6.001017888847835,18.28768875831709,17.94922806528821,7,213081,216081,212084,218084,212087,215087,218087,000000,000000 +218084,0,216.0,219.0,4.5,7.5,217.5,6.001017888847835,18.28768875831709,17.94922806528821,7,216081,219081,215084,221084,215087,218087,221087,000000,000000 +221084,0,219.0,222.0,4.5,7.5,220.5,6.001017888847835,18.28768875831709,17.94922806528821,7,219081,222081,218084,224084,218087,221087,224087,000000,000000 +224084,0,222.0,225.0,4.5,7.5,223.5,6.001017888847835,18.28768875831709,17.94922806528821,7,222081,225081,221084,227084,221087,224087,227087,000000,000000 +050087,0,48.0,51.0,1.5,4.5,49.5,3.000512456781548,18.041117714938977,17.979543602489187,8,047084,050084,053084,047087,053087,047090,050090,053090,000000 +053087,0,51.0,54.0,1.5,4.5,52.5,3.000512456781548,18.041117714938977,17.979543602489187,8,050084,053084,056084,050087,056087,050090,053090,056090,000000 +056087,2,54.0,57.0,1.5,4.5,55.5,3.000512456781548,18.041117714938977,17.979543602489187,8,053084,056084,059084,053087,059087,053090,056090,059090,000000 +059087,2,57.0,60.0,1.5,4.5,58.5,3.000512456781548,18.041117714938977,17.979543602489187,8,056084,059084,062084,056087,062087,056090,059090,062090,000000 +062087,2,60.0,63.0,1.5,4.5,61.5,3.000512456781548,18.041117714938977,17.979543602489187,8,059084,062084,065084,059087,065087,059090,062090,065090,000000 +065087,2,63.0,66.0,1.5,4.5,64.5,3.000512456781548,18.041117714938977,17.979543602489187,8,062084,065084,068084,062087,068087,062090,065090,068090,000000 +068087,2,66.0,69.0,1.5,4.5,67.5,3.000512456781548,18.041117714938977,17.979543602489187,8,065084,068084,071084,065087,071087,065090,068090,071090,000000 +071087,2,69.0,72.0,1.5,4.5,70.5,3.000512456781548,18.041117714938977,17.979543602489187,8,068084,071084,074084,068087,074087,068090,071090,074090,000000 +074087,2,72.0,75.0,1.5,4.5,73.5,3.000512456781548,18.041117714938977,17.979543602489187,8,071084,074084,077084,071087,077087,071090,074090,077090,000000 +077087,2,75.0,78.0,1.5,4.5,76.5,3.000512456781548,18.041117714938977,17.979543602489187,8,074084,077084,080084,074087,080087,074090,077090,080090,000000 +080087,2,78.0,81.0,1.5,4.5,79.5,3.000512456781548,18.041117714938977,17.979543602489187,8,077084,080084,083084,077087,083087,077090,080090,083090,000000 +083087,2,81.0,84.0,1.5,4.5,82.5,3.000512456781548,18.041117714938977,17.979543602489187,8,080084,083084,086084,080087,086087,080090,083090,086090,000000 +086087,2,84.0,87.0,1.5,4.5,85.5,3.000512456781548,18.041117714938977,17.979543602489187,8,083084,086084,089084,083087,089087,083090,086090,089090,000000 +089087,2,87.0,90.0,1.5,4.5,88.5,3.000512456781548,18.041117714938977,17.979543602489187,8,086084,089084,092084,086087,092087,086090,089090,092090,000000 +092087,2,90.0,93.0,1.5,4.5,91.5,3.000512456781548,18.041117714938977,17.979543602489187,8,089084,092084,095084,089087,095087,089090,092090,095090,000000 +095087,2,93.0,96.0,1.5,4.5,94.5,3.000512456781548,18.041117714938977,17.979543602489187,8,092084,095084,098084,092087,098087,092090,095090,098090,000000 +098087,2,96.0,99.0,1.5,4.5,97.5,3.000512456781548,18.041117714938977,17.979543602489187,8,095084,098084,101084,095087,101087,095090,098090,101090,000000 +101087,2,99.0,102.0,1.5,4.5,100.5,3.000512456781548,18.041117714938977,17.979543602489187,8,098084,101084,104084,098087,104087,098090,101090,104090,000000 +104087,2,102.0,105.0,1.5,4.5,103.5,3.000512456781548,18.041117714938977,17.979543602489187,8,101084,104084,107084,101087,107087,101090,104090,107090,000000 +107087,2,105.0,108.0,1.5,4.5,106.5,3.000512456781548,18.041117714938977,17.979543602489187,8,104084,107084,110084,104087,110087,104090,107090,110090,000000 +110087,2,108.0,111.0,1.5,4.5,109.5,3.000512456781548,18.041117714938977,17.979543602489187,8,107084,110084,113084,107087,113087,107090,110090,113090,000000 +113087,2,111.0,114.0,1.5,4.5,112.5,3.000512456781548,18.041117714938977,17.979543602489187,8,110084,113084,116084,110087,116087,110090,113090,116090,000000 +116087,2,114.0,117.0,1.5,4.5,115.5,3.000512456781548,18.041117714938977,17.979543602489187,8,113084,116084,119084,113087,119087,113090,116090,119090,000000 +119087,2,117.0,120.0,1.5,4.5,118.5,3.000512456781548,18.041117714938977,17.979543602489187,8,116084,119084,122084,116087,122087,116090,119090,122090,000000 +122087,2,120.0,123.0,1.5,4.5,121.5,3.000512456781548,18.041117714938977,17.979543602489187,8,119084,122084,125084,119087,125087,119090,122090,125090,000000 +125087,2,123.0,126.0,1.5,4.5,124.5,3.000512456781548,18.041117714938977,17.979543602489187,8,122084,125084,128084,122087,128087,122090,125090,128090,000000 +128087,2,126.0,129.0,1.5,4.5,127.5,3.000512456781548,18.041117714938977,17.979543602489187,8,125084,128084,131084,125087,131087,125090,128090,131090,000000 +131087,2,129.0,132.0,1.5,4.5,130.5,3.000512456781548,18.041117714938977,17.979543602489187,8,128084,131084,134084,128087,134087,128090,131090,134090,000000 +134087,2,132.0,135.0,1.5,4.5,133.5,3.000512456781548,18.041117714938977,17.979543602489187,8,131084,134084,137084,131087,137087,131090,134090,137090,000000 +137087,2,135.0,138.0,1.5,4.5,136.5,3.000512456781548,18.041117714938977,17.979543602489187,8,134084,137084,140084,134087,140087,134090,137090,140090,000000 +140087,2,138.0,141.0,1.5,4.5,139.5,3.000512456781548,18.041117714938977,17.979543602489187,8,137084,140084,143084,137087,143087,137090,140090,143090,000000 +143087,2,141.0,144.0,1.5,4.5,142.5,3.000512456781548,18.041117714938977,17.979543602489187,8,140084,143084,146084,140087,146087,140090,143090,146090,000000 +146087,2,144.0,147.0,1.5,4.5,145.5,3.000512456781548,18.041117714938977,17.979543602489187,8,143084,146084,149084,143087,149087,143090,146090,149090,000000 +149087,2,147.0,150.0,1.5,4.5,148.5,3.000512456781548,18.041117714938977,17.979543602489187,8,146084,149084,152084,146087,152087,146090,149090,152090,000000 +152087,2,150.0,153.0,1.5,4.5,151.5,3.000512456781548,18.041117714938977,17.979543602489187,8,149084,152084,155084,149087,155087,149090,152090,155090,000000 +155087,2,153.0,156.0,1.5,4.5,154.5,3.000512456781548,18.041117714938977,17.979543602489187,8,152084,155084,158084,152087,158087,152090,155090,158090,000000 +158087,2,156.0,159.0,1.5,4.5,157.5,3.000512456781548,18.041117714938977,17.979543602489187,8,155084,158084,161084,155087,161087,155090,158090,161090,000000 +161087,2,159.0,162.0,1.5,4.5,160.5,3.000512456781548,18.041117714938977,17.979543602489187,8,158084,161084,164084,158087,164087,158090,161090,164090,000000 +164087,2,162.0,165.0,1.5,4.5,163.5,3.000512456781548,18.041117714938977,17.979543602489187,8,161084,164084,167084,161087,167087,161090,164090,167090,000000 +167087,2,165.0,168.0,1.5,4.5,166.5,3.000512456781548,18.041117714938977,17.979543602489187,8,164084,167084,170084,164087,170087,164090,167090,170090,000000 +170087,2,168.0,171.0,1.5,4.5,169.5,3.000512456781548,18.041117714938977,17.979543602489187,8,167084,170084,173084,167087,173087,167090,170090,173090,000000 +173087,2,171.0,174.0,1.5,4.5,172.5,3.000512456781548,18.041117714938977,17.979543602489187,8,170084,173084,176084,170087,176087,170090,173090,176090,000000 +176087,2,174.0,177.0,1.5,4.5,175.5,3.000512456781548,18.041117714938977,17.979543602489187,8,173084,176084,179084,173087,179087,173090,176090,179090,000000 +179087,2,177.0,180.0,1.5,4.5,178.5,3.000512456781548,18.041117714938977,17.979543602489187,8,176084,179084,182084,176087,182087,176090,179090,182090,000000 +182087,2,180.0,183.0,1.5,4.5,181.5,3.000512456781548,18.041117714938977,17.979543602489187,8,179084,182084,185084,179087,185087,179090,182090,185090,000000 +185087,2,183.0,186.0,1.5,4.5,184.5,3.000512456781548,18.041117714938977,17.979543602489187,8,182084,185084,188084,182087,188087,182090,185090,188090,000000 +188087,2,186.0,189.0,1.5,4.5,187.5,3.000512456781548,18.041117714938977,17.979543602489187,8,185084,188084,191084,185087,191087,185090,188090,191090,000000 +191087,2,189.0,192.0,1.5,4.5,190.5,3.000512456781548,18.041117714938977,17.979543602489187,8,188084,191084,194084,188087,194087,188090,191090,194090,000000 +194087,2,192.0,195.0,1.5,4.5,193.5,3.000512456781548,18.041117714938977,17.979543602489187,8,191084,194084,197084,191087,197087,191090,194090,197090,000000 +197087,2,195.0,198.0,1.5,4.5,196.5,3.000512456781548,18.041117714938977,17.979543602489187,8,194084,197084,200084,194087,200087,194090,197090,200090,000000 +200087,2,198.0,201.0,1.5,4.5,199.5,3.000512456781548,18.041117714938977,17.979543602489187,8,197084,200084,203084,197087,203087,197090,200090,203090,000000 +203087,2,201.0,204.0,1.5,4.5,202.5,3.000512456781548,18.041117714938977,17.979543602489187,8,200084,203084,206084,200087,206087,200090,203090,206090,000000 +206087,2,204.0,207.0,1.5,4.5,205.5,3.000512456781548,18.041117714938977,17.979543602489187,8,203084,206084,209084,203087,209087,203090,206090,209090,000000 +209087,2,207.0,210.0,1.5,4.5,208.5,3.000512456781548,18.041117714938977,17.979543602489187,8,206084,209084,212084,206087,212087,206090,209090,212090,000000 +212087,2,210.0,213.0,1.5,4.5,211.5,3.000512456781548,18.041117714938977,17.979543602489187,8,209084,212084,215084,209087,215087,209090,212090,215090,000000 +215087,2,213.0,216.0,1.5,4.5,214.5,3.000512456781548,18.041117714938977,17.979543602489187,8,212084,215084,218084,212087,218087,212090,215090,218090,000000 +218087,2,216.0,219.0,1.5,4.5,217.5,3.000512456781548,18.041117714938977,17.979543602489187,8,215084,218084,221084,215087,221087,215090,218090,221090,000000 +221087,2,219.0,222.0,1.5,4.5,220.5,3.000512456781548,18.041117714938977,17.979543602489187,8,218084,221084,224084,218087,224087,218090,221090,224090,000000 +224087,0,222.0,225.0,1.5,4.5,223.5,3.000512456781548,18.041117714938977,17.979543602489187,8,221084,224084,227084,221087,227087,221090,224090,227090,000000 +227087,0,225.0,228.0,1.5,4.5,226.5,3.000512456781548,18.041117714938977,17.979543602489187,8,224084,227084,230084,224087,230087,224090,227090,230090,000000 +047090,0,45.0,48.0,-1.5,1.5,46.5,0.0,18.041117714938977,18.01028048560478,8,044087,047087,050087,044090,050090,044093,047093,050093,000000 +050090,0,48.0,51.0,-1.5,1.5,49.5,0.0,18.041117714938977,18.01028048560478,8,047087,050087,053087,047090,053090,047093,050093,053093,000000 +053090,2,51.0,54.0,-1.5,1.5,52.5,0.0,18.041117714938977,18.01028048560478,8,050087,053087,056087,050090,056090,050093,053093,056093,000000 +056090,2,54.0,57.0,-1.5,1.5,55.5,0.0,18.041117714938977,18.01028048560478,8,053087,056087,059087,053090,059090,053093,056093,059093,000000 +059090,2,57.0,60.0,-1.5,1.5,58.5,0.0,18.041117714938977,18.01028048560478,8,056087,059087,062087,056090,062090,056093,059093,062093,000000 +062090,2,60.0,63.0,-1.5,1.5,61.5,0.0,18.041117714938977,18.01028048560478,8,059087,062087,065087,059090,065090,059093,062093,065093,000000 +065090,2,63.0,66.0,-1.5,1.5,64.5,0.0,18.041117714938977,18.01028048560478,8,062087,065087,068087,062090,068090,062093,065093,068093,000000 +068090,2,66.0,69.0,-1.5,1.5,67.5,0.0,18.041117714938977,18.01028048560478,8,065087,068087,071087,065090,071090,065093,068093,071093,000000 +071090,2,69.0,72.0,-1.5,1.5,70.5,0.0,18.041117714938977,18.01028048560478,8,068087,071087,074087,068090,074090,068093,071093,074093,000000 +074090,2,72.0,75.0,-1.5,1.5,73.5,0.0,18.041117714938977,18.01028048560478,8,071087,074087,077087,071090,077090,071093,074093,077093,000000 +077090,2,75.0,78.0,-1.5,1.5,76.5,0.0,18.041117714938977,18.01028048560478,8,074087,077087,080087,074090,080090,074093,077093,080093,000000 +080090,2,78.0,81.0,-1.5,1.5,79.5,0.0,18.041117714938977,18.01028048560478,8,077087,080087,083087,077090,083090,077093,080093,083093,000000 +083090,2,81.0,84.0,-1.5,1.5,82.5,0.0,18.041117714938977,18.01028048560478,8,080087,083087,086087,080090,086090,080093,083093,086093,000000 +086090,2,84.0,87.0,-1.5,1.5,85.5,0.0,18.041117714938977,18.01028048560478,8,083087,086087,089087,083090,089090,083093,086093,089093,000000 +089090,2,87.0,90.0,-1.5,1.5,88.5,0.0,18.041117714938977,18.01028048560478,8,086087,089087,092087,086090,092090,086093,089093,092093,000000 +092090,2,90.0,93.0,-1.5,1.5,91.5,0.0,18.041117714938977,18.01028048560478,8,089087,092087,095087,089090,095090,089093,092093,095093,000000 +095090,2,93.0,96.0,-1.5,1.5,94.5,0.0,18.041117714938977,18.01028048560478,8,092087,095087,098087,092090,098090,092093,095093,098093,000000 +098090,2,96.0,99.0,-1.5,1.5,97.5,0.0,18.041117714938977,18.01028048560478,8,095087,098087,101087,095090,101090,095093,098093,101093,000000 +101090,2,99.0,102.0,-1.5,1.5,100.5,0.0,18.041117714938977,18.01028048560478,8,098087,101087,104087,098090,104090,098093,101093,104093,000000 +104090,2,102.0,105.0,-1.5,1.5,103.5,0.0,18.041117714938977,18.01028048560478,8,101087,104087,107087,101090,107090,101093,104093,107093,000000 +107090,2,105.0,108.0,-1.5,1.5,106.5,0.0,18.041117714938977,18.01028048560478,8,104087,107087,110087,104090,110090,104093,107093,110093,000000 +110090,2,108.0,111.0,-1.5,1.5,109.5,0.0,18.041117714938977,18.01028048560478,8,107087,110087,113087,107090,113090,107093,110093,113093,000000 +113090,2,111.0,114.0,-1.5,1.5,112.5,0.0,18.041117714938977,18.01028048560478,8,110087,113087,116087,110090,116090,110093,113093,116093,000000 +116090,2,114.0,117.0,-1.5,1.5,115.5,0.0,18.041117714938977,18.01028048560478,8,113087,116087,119087,113090,119090,113093,116093,119093,000000 +119090,2,117.0,120.0,-1.5,1.5,118.5,0.0,18.041117714938977,18.01028048560478,8,116087,119087,122087,116090,122090,116093,119093,122093,000000 +122090,2,120.0,123.0,-1.5,1.5,121.5,0.0,18.041117714938977,18.01028048560478,8,119087,122087,125087,119090,125090,119093,122093,125093,000000 +125090,2,123.0,126.0,-1.5,1.5,124.5,0.0,18.041117714938977,18.01028048560478,8,122087,125087,128087,122090,128090,122093,125093,128093,000000 +128090,2,126.0,129.0,-1.5,1.5,127.5,0.0,18.041117714938977,18.01028048560478,8,125087,128087,131087,125090,131090,125093,128093,131093,000000 +131090,2,129.0,132.0,-1.5,1.5,130.5,0.0,18.041117714938977,18.01028048560478,8,128087,131087,134087,128090,134090,128093,131093,134093,000000 +134090,2,132.0,135.0,-1.5,1.5,133.5,0.0,18.041117714938977,18.01028048560478,8,131087,134087,137087,131090,137090,131093,134093,137093,000000 +137090,2,135.0,138.0,-1.5,1.5,136.5,0.0,18.041117714938977,18.01028048560478,8,134087,137087,140087,134090,140090,134093,137093,140093,000000 +140090,2,138.0,141.0,-1.5,1.5,139.5,0.0,18.041117714938977,18.01028048560478,8,137087,140087,143087,137090,143090,137093,140093,143093,000000 +143090,2,141.0,144.0,-1.5,1.5,142.5,0.0,18.041117714938977,18.01028048560478,8,140087,143087,146087,140090,146090,140093,143093,146093,000000 +146090,2,144.0,147.0,-1.5,1.5,145.5,0.0,18.041117714938977,18.01028048560478,8,143087,146087,149087,143090,149090,143093,146093,149093,000000 +149090,2,147.0,150.0,-1.5,1.5,148.5,0.0,18.041117714938977,18.01028048560478,8,146087,149087,152087,146090,152090,146093,149093,152093,000000 +152090,2,150.0,153.0,-1.5,1.5,151.5,0.0,18.041117714938977,18.01028048560478,8,149087,152087,155087,149090,155090,149093,152093,155093,000000 +155090,2,153.0,156.0,-1.5,1.5,154.5,0.0,18.041117714938977,18.01028048560478,8,152087,155087,158087,152090,158090,152093,155093,158093,000000 +158090,2,156.0,159.0,-1.5,1.5,157.5,0.0,18.041117714938977,18.01028048560478,8,155087,158087,161087,155090,161090,155093,158093,161093,000000 +161090,2,159.0,162.0,-1.5,1.5,160.5,0.0,18.041117714938977,18.01028048560478,8,158087,161087,164087,158090,164090,158093,161093,164093,000000 +164090,2,162.0,165.0,-1.5,1.5,163.5,0.0,18.041117714938977,18.01028048560478,8,161087,164087,167087,161090,167090,161093,164093,167093,000000 +167090,2,165.0,168.0,-1.5,1.5,166.5,0.0,18.041117714938977,18.01028048560478,8,164087,167087,170087,164090,170090,164093,167093,170093,000000 +170090,2,168.0,171.0,-1.5,1.5,169.5,0.0,18.041117714938977,18.01028048560478,8,167087,170087,173087,167090,173090,167093,170093,173093,000000 +173090,2,171.0,174.0,-1.5,1.5,172.5,0.0,18.041117714938977,18.01028048560478,8,170087,173087,176087,170090,176090,170093,173093,176093,000000 +176090,2,174.0,177.0,-1.5,1.5,175.5,0.0,18.041117714938977,18.01028048560478,8,173087,176087,179087,173090,179090,173093,176093,179093,000000 +179090,2,177.0,180.0,-1.5,1.5,178.5,0.0,18.041117714938977,18.01028048560478,8,176087,179087,182087,176090,182090,176093,179093,182093,000000 +182090,2,180.0,183.0,-1.5,1.5,181.5,0.0,18.041117714938977,18.01028048560478,8,179087,182087,185087,179090,185090,179093,182093,185093,000000 +185090,2,183.0,186.0,-1.5,1.5,184.5,0.0,18.041117714938977,18.01028048560478,8,182087,185087,188087,182090,188090,182093,185093,188093,000000 +188090,2,186.0,189.0,-1.5,1.5,187.5,0.0,18.041117714938977,18.01028048560478,8,185087,188087,191087,185090,191090,185093,188093,191093,000000 +191090,2,189.0,192.0,-1.5,1.5,190.5,0.0,18.041117714938977,18.01028048560478,8,188087,191087,194087,188090,194090,188093,191093,194093,000000 +194090,2,192.0,195.0,-1.5,1.5,193.5,0.0,18.041117714938977,18.01028048560478,8,191087,194087,197087,191090,197090,191093,194093,197093,000000 +197090,2,195.0,198.0,-1.5,1.5,196.5,0.0,18.041117714938977,18.01028048560478,8,194087,197087,200087,194090,200090,194093,197093,200093,000000 +200090,2,198.0,201.0,-1.5,1.5,199.5,0.0,18.041117714938977,18.01028048560478,8,197087,200087,203087,197090,203090,197093,200093,203093,000000 +203090,2,201.0,204.0,-1.5,1.5,202.5,0.0,18.041117714938977,18.01028048560478,8,200087,203087,206087,200090,206090,200093,203093,206093,000000 +206090,2,204.0,207.0,-1.5,1.5,205.5,0.0,18.041117714938977,18.01028048560478,8,203087,206087,209087,203090,209090,203093,206093,209093,000000 +209090,2,207.0,210.0,-1.5,1.5,208.5,0.0,18.041117714938977,18.01028048560478,8,206087,209087,212087,206090,212090,206093,209093,212093,000000 +212090,2,210.0,213.0,-1.5,1.5,211.5,0.0,18.041117714938977,18.01028048560478,8,209087,212087,215087,209090,215090,209093,212093,215093,000000 +215090,2,213.0,216.0,-1.5,1.5,214.5,0.0,18.041117714938977,18.01028048560478,8,212087,215087,218087,212090,218090,212093,215093,218093,000000 +218090,2,216.0,219.0,-1.5,1.5,217.5,0.0,18.041117714938977,18.01028048560478,8,215087,218087,221087,215090,221090,215093,218093,221093,000000 +221090,2,219.0,222.0,-1.5,1.5,220.5,0.0,18.041117714938977,18.01028048560478,8,218087,221087,224087,218090,224090,218093,221093,224093,000000 +224090,2,222.0,225.0,-1.5,1.5,223.5,0.0,18.041117714938977,18.01028048560478,8,221087,224087,227087,221090,227090,221093,224093,227093,000000 +227090,0,225.0,228.0,-1.5,1.5,226.5,0.0,18.041117714938977,18.01028048560478,8,224087,227087,230087,224090,230090,224093,227093,230093,000000 +230090,0,228.0,231.0,-1.5,1.5,229.5,0.0,18.041117714938977,18.01028048560478,8,227087,230087,233087,227090,233090,227093,230093,233093,000000 +044093,0,42.0,45.0,-4.5,-1.5,43.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,041090,044090,047090,041093,047093,041096,044096,047096,000000 +047093,0,45.0,48.0,-4.5,-1.5,46.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,044090,047090,050090,044093,050093,044096,047096,050096,000000 +050093,2,48.0,51.0,-4.5,-1.5,49.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,047090,050090,053090,047093,053093,047096,050096,053096,000000 +053093,2,51.0,54.0,-4.5,-1.5,52.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,050090,053090,056090,050093,056093,050096,053096,056096,000000 +056093,2,54.0,57.0,-4.5,-1.5,55.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,053090,056090,059090,053093,059093,053096,056096,059096,000000 +059093,2,57.0,60.0,-4.5,-1.5,58.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,056090,059090,062090,056093,062093,056096,059096,062096,000000 +062093,2,60.0,63.0,-4.5,-1.5,61.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,059090,062090,065090,059093,065093,059096,062096,065096,000000 +065093,2,63.0,66.0,-4.5,-1.5,64.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,062090,065090,068090,062093,068093,062096,065096,068096,000000 +068093,2,66.0,69.0,-4.5,-1.5,67.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,065090,068090,071090,065093,071093,065096,068096,071096,000000 +071093,2,69.0,72.0,-4.5,-1.5,70.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,068090,071090,074090,068093,074093,068096,071096,074096,000000 +074093,2,72.0,75.0,-4.5,-1.5,73.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,071090,074090,077090,071093,077093,071096,074096,077096,000000 +077093,2,75.0,78.0,-4.5,-1.5,76.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,074090,077090,080090,074093,080093,074096,077096,080096,000000 +080093,2,78.0,81.0,-4.5,-1.5,79.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,077090,080090,083090,077093,083093,077096,080096,083096,000000 +083093,2,81.0,84.0,-4.5,-1.5,82.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,080090,083090,086090,080093,086093,080096,083096,086096,000000 +086093,2,84.0,87.0,-4.5,-1.5,85.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,083090,086090,089090,083093,089093,083096,086096,089096,000000 +089093,2,87.0,90.0,-4.5,-1.5,88.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,086090,089090,092090,086093,092093,086096,089096,092096,000000 +092093,2,90.0,93.0,-4.5,-1.5,91.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,089090,092090,095090,089093,095093,089096,092096,095096,000000 +095093,2,93.0,96.0,-4.5,-1.5,94.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,092090,095090,098090,092093,098093,092096,095096,098096,000000 +098093,2,96.0,99.0,-4.5,-1.5,97.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,095090,098090,101090,095093,101093,095096,098096,101096,000000 +101093,2,99.0,102.0,-4.5,-1.5,100.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,098090,101090,104090,098093,104093,098096,101096,104096,000000 +104093,2,102.0,105.0,-4.5,-1.5,103.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,101090,104090,107090,101093,107093,101096,104096,107096,000000 +107093,2,105.0,108.0,-4.5,-1.5,106.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,104090,107090,110090,104093,110093,104096,107096,110096,000000 +110093,2,108.0,111.0,-4.5,-1.5,109.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,107090,110090,113090,107093,113093,107096,110096,113096,000000 +113093,2,111.0,114.0,-4.5,-1.5,112.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,110090,113090,116090,110093,116093,110096,113096,116096,000000 +116093,2,114.0,117.0,-4.5,-1.5,115.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,113090,116090,119090,113093,119093,113096,116096,119096,000000 +119093,2,117.0,120.0,-4.5,-1.5,118.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,116090,119090,122090,116093,122093,116096,119096,122096,000000 +122093,2,120.0,123.0,-4.5,-1.5,121.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,119090,122090,125090,119093,125093,119096,122096,125096,000000 +125093,2,123.0,126.0,-4.5,-1.5,124.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,122090,125090,128090,122093,128093,122096,125096,128096,000000 +128093,2,126.0,129.0,-4.5,-1.5,127.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,125090,128090,131090,125093,131093,125096,128096,131096,000000 +131093,2,129.0,132.0,-4.5,-1.5,130.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,128090,131090,134090,128093,134093,128096,131096,134096,000000 +134093,2,132.0,135.0,-4.5,-1.5,133.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,131090,134090,137090,131093,137093,131096,134096,137096,000000 +137093,2,135.0,138.0,-4.5,-1.5,136.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,134090,137090,140090,134093,140093,134096,137096,140096,000000 +140093,2,138.0,141.0,-4.5,-1.5,139.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,137090,140090,143090,137093,143093,137096,140096,143096,000000 +143093,2,141.0,144.0,-4.5,-1.5,142.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,140090,143090,146090,140093,146093,140096,143096,146096,000000 +146093,2,144.0,147.0,-4.5,-1.5,145.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,143090,146090,149090,143093,149093,143096,146096,149096,000000 +149093,2,147.0,150.0,-4.5,-1.5,148.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,146090,149090,152090,146093,152093,146096,149096,152096,000000 +152093,2,150.0,153.0,-4.5,-1.5,151.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,149090,152090,155090,149093,155093,149096,152096,155096,000000 +155093,2,153.0,156.0,-4.5,-1.5,154.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,152090,155090,158090,152093,158093,152096,155096,158096,000000 +158093,2,156.0,159.0,-4.5,-1.5,157.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,155090,158090,161090,155093,161093,155096,158096,161096,000000 +161093,2,159.0,162.0,-4.5,-1.5,160.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,158090,161090,164090,158093,164093,158096,161096,164096,000000 +164093,2,162.0,165.0,-4.5,-1.5,163.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,161090,164090,167090,161093,167093,161096,164096,167096,000000 +167093,2,165.0,168.0,-4.5,-1.5,166.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,164090,167090,170090,164093,170093,164096,167096,170096,000000 +170093,2,168.0,171.0,-4.5,-1.5,169.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,167090,170090,173090,167093,173093,167096,170096,173096,000000 +173093,2,171.0,174.0,-4.5,-1.5,172.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,170090,173090,176090,170093,176093,170096,173096,176096,000000 +176093,2,174.0,177.0,-4.5,-1.5,175.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,173090,176090,179090,173093,179093,173096,176096,179096,000000 +179093,2,177.0,180.0,-4.5,-1.5,178.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,176090,179090,182090,176093,182093,176096,179096,182096,000000 +182093,2,180.0,183.0,-4.5,-1.5,181.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,179090,182090,185090,179093,185093,179096,182096,185096,000000 +185093,2,183.0,186.0,-4.5,-1.5,184.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,182090,185090,188090,182093,188093,182096,185096,188096,000000 +188093,2,186.0,189.0,-4.5,-1.5,187.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,185090,188090,191090,185093,191093,185096,188096,191096,000000 +191093,2,189.0,192.0,-4.5,-1.5,190.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,188090,191090,194090,188093,194093,188096,191096,194096,000000 +194093,2,192.0,195.0,-4.5,-1.5,193.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,191090,194090,197090,191093,197093,191096,194096,197096,000000 +197093,2,195.0,198.0,-4.5,-1.5,196.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,194090,197090,200090,194093,200093,194096,197096,200096,000000 +200093,2,198.0,201.0,-4.5,-1.5,199.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,197090,200090,203090,197093,203093,197096,200096,203096,000000 +203093,2,201.0,204.0,-4.5,-1.5,202.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,200090,203090,206090,200093,206093,200096,203096,206096,000000 +206093,2,204.0,207.0,-4.5,-1.5,205.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,203090,206090,209090,203093,209093,203096,206096,209096,000000 +209093,2,207.0,210.0,-4.5,-1.5,208.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,206090,209090,212090,206093,212093,206096,209096,212096,000000 +212093,2,210.0,213.0,-4.5,-1.5,211.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,209090,212090,215090,209093,215093,209096,212096,215096,000000 +215093,2,213.0,216.0,-4.5,-1.5,214.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,212090,215090,218090,212093,218093,212096,215096,218096,000000 +218093,2,216.0,219.0,-4.5,-1.5,217.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,215090,218090,221090,215093,221093,215096,218096,221096,000000 +221093,2,219.0,222.0,-4.5,-1.5,220.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,218090,221090,224090,218093,224093,218096,221096,224096,000000 +224093,2,222.0,225.0,-4.5,-1.5,223.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,221090,224090,227090,221093,227093,221096,224096,227096,000000 +227093,2,225.0,228.0,-4.5,-1.5,226.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,224090,227090,230090,224093,230093,224096,227096,230096,000000 +230093,0,228.0,231.0,-4.5,-1.5,229.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,227090,230090,233090,227093,233093,227096,230096,233096,000000 +233093,0,231.0,234.0,-4.5,-1.5,232.5,-3.000512456781548,18.041117714938977,17.979543602489187,8,230090,233090,236090,230093,236093,230096,233096,236096,000000 +038096,0,36.0,39.0,-7.5,-4.5,37.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,035093,038093,041093,035096,041096,035099,038099,041099,000000 +041096,0,39.0,42.0,-7.5,-4.5,40.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,038093,041093,044093,038096,044096,038099,041099,044099,000000 +044096,0,42.0,45.0,-7.5,-4.5,43.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,041093,044093,047093,041096,047096,041099,044099,047099,000000 +047096,2,45.0,48.0,-7.5,-4.5,46.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,044093,047093,050093,044096,050096,044099,047099,050099,000000 +050096,2,48.0,51.0,-7.5,-4.5,49.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,047093,050093,053093,047096,053096,047099,050099,053099,000000 +053096,2,51.0,54.0,-7.5,-4.5,52.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,050093,053093,056093,050096,056096,050099,053099,056099,000000 +056096,2,54.0,57.0,-7.5,-4.5,55.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,053093,056093,059093,053096,059096,053099,056099,059099,000000 +059096,2,57.0,60.0,-7.5,-4.5,58.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,056093,059093,062093,056096,062096,056099,059099,062099,000000 +062096,2,60.0,63.0,-7.5,-4.5,61.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,059093,062093,065093,059096,065096,059099,062099,065099,000000 +065096,2,63.0,66.0,-7.5,-4.5,64.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,062093,065093,068093,062096,068096,062099,065099,068099,000000 +068096,2,66.0,69.0,-7.5,-4.5,67.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,065093,068093,071093,065096,071096,065099,068099,071099,000000 +071096,2,69.0,72.0,-7.5,-4.5,70.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,068093,071093,074093,068096,074096,068099,071099,074099,000000 +074096,2,72.0,75.0,-7.5,-4.5,73.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,071093,074093,077093,071096,077096,071099,074099,077099,000000 +077096,2,75.0,78.0,-7.5,-4.5,76.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,074093,077093,080093,074096,080096,074099,077099,080099,000000 +080096,2,78.0,81.0,-7.5,-4.5,79.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,077093,080093,083093,077096,083096,077099,080099,083099,000000 +083096,2,81.0,84.0,-7.5,-4.5,82.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,080093,083093,086093,080096,086096,080099,083099,086099,000000 +086096,2,84.0,87.0,-7.5,-4.5,85.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,083093,086093,089093,083096,089096,083099,086099,089099,000000 +089096,2,87.0,90.0,-7.5,-4.5,88.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,086093,089093,092093,086096,092096,086099,089099,092099,000000 +092096,2,90.0,93.0,-7.5,-4.5,91.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,089093,092093,095093,089096,095096,089099,092099,095099,000000 +095096,2,93.0,96.0,-7.5,-4.5,94.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,092093,095093,098093,092096,098096,092099,095099,098099,000000 +098096,2,96.0,99.0,-7.5,-4.5,97.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,095093,098093,101093,095096,101096,095099,098099,101099,000000 +101096,2,99.0,102.0,-7.5,-4.5,100.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,098093,101093,104093,098096,104096,098099,101099,104099,000000 +104096,2,102.0,105.0,-7.5,-4.5,103.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,101093,104093,107093,101096,107096,101099,104099,107099,000000 +107096,2,105.0,108.0,-7.5,-4.5,106.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,104093,107093,110093,104096,110096,104099,107099,110099,000000 +110096,2,108.0,111.0,-7.5,-4.5,109.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,107093,110093,113093,107096,113096,107099,110099,113099,000000 +113096,2,111.0,114.0,-7.5,-4.5,112.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,110093,113093,116093,110096,116096,110099,113099,116099,000000 +116096,2,114.0,117.0,-7.5,-4.5,115.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,113093,116093,119093,113096,119096,113099,116099,119099,000000 +119096,2,117.0,120.0,-7.5,-4.5,118.5,-6.001017888847835,18.28768875831709,17.94922806528821,8,116093,119093,122093,116096,122096,116099,119099,123099,000000 +122096,2,120.0,123.0,-7.5,-4.5,121.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,119093,122093,125093,119096,125096,119099,123099,000000,000000 +125096,2,123.0,126.0,-7.5,-4.5,124.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,122093,125093,128093,122096,128096,123099,126099,000000,000000 +128096,2,126.0,129.0,-7.5,-4.5,127.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,125093,128093,131093,125096,131096,126099,129099,000000,000000 +131096,2,129.0,132.0,-7.5,-4.5,130.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,128093,131093,134093,128096,134096,129099,132099,000000,000000 +134096,2,132.0,135.0,-7.5,-4.5,133.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,131093,134093,137093,131096,137096,132099,135099,000000,000000 +137096,2,135.0,138.0,-7.5,-4.5,136.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,134093,137093,140093,134096,140096,135099,138099,000000,000000 +140096,2,138.0,141.0,-7.5,-4.5,139.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,137093,140093,143093,137096,143096,138099,141099,000000,000000 +143096,2,141.0,144.0,-7.5,-4.5,142.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,140093,143093,146093,140096,146096,141099,144099,000000,000000 +146096,2,144.0,147.0,-7.5,-4.5,145.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,143093,146093,149093,143096,149096,144099,147099,000000,000000 +149096,2,147.0,150.0,-7.5,-4.5,148.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,146093,149093,152093,146096,152096,147099,150099,000000,000000 +152096,2,150.0,153.0,-7.5,-4.5,151.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,149093,152093,155093,149096,155096,150099,153099,000000,000000 +155096,2,153.0,156.0,-7.5,-4.5,154.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,152093,155093,158093,152096,158096,153099,156099,000000,000000 +158096,2,156.0,159.0,-7.5,-4.5,157.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,155093,158093,161093,155096,161096,156099,159099,000000,000000 +161096,2,159.0,162.0,-7.5,-4.5,160.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,158093,161093,164093,158096,164096,159099,162099,000000,000000 +164096,2,162.0,165.0,-7.5,-4.5,163.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,161093,164093,167093,161096,167096,162099,165099,000000,000000 +167096,2,165.0,168.0,-7.5,-4.5,166.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,164093,167093,170093,164096,170096,165099,168099,000000,000000 +170096,2,168.0,171.0,-7.5,-4.5,169.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,167093,170093,173093,167096,173096,168099,171099,000000,000000 +173096,2,171.0,174.0,-7.5,-4.5,172.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,170093,173093,176093,170096,176096,171099,174099,000000,000000 +176096,2,174.0,177.0,-7.5,-4.5,175.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,173093,176093,179093,173096,179096,174099,177099,000000,000000 +179096,2,177.0,180.0,-7.5,-4.5,178.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,176093,179093,182093,176096,182096,177099,180099,000000,000000 +182096,2,180.0,183.0,-7.5,-4.5,181.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,179093,182093,185093,179096,185096,180099,183099,000000,000000 +185096,2,183.0,186.0,-7.5,-4.5,184.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,182093,185093,188093,182096,188096,183099,186099,000000,000000 +188096,2,186.0,189.0,-7.5,-4.5,187.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,185093,188093,191093,185096,191096,186099,189099,000000,000000 +191096,2,189.0,192.0,-7.5,-4.5,190.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,188093,191093,194093,188096,194096,189099,192099,000000,000000 +194096,2,192.0,195.0,-7.5,-4.5,193.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,191093,194093,197093,191096,197096,192099,195099,000000,000000 +197096,2,195.0,198.0,-7.5,-4.5,196.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,194093,197093,200093,194096,200096,195099,198099,000000,000000 +200096,2,198.0,201.0,-7.5,-4.5,199.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,197093,200093,203093,197096,203096,198099,201099,000000,000000 +203096,2,201.0,204.0,-7.5,-4.5,202.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,200093,203093,206093,200096,206096,201099,204099,000000,000000 +206096,2,204.0,207.0,-7.5,-4.5,205.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,203093,206093,209093,203096,209096,204099,207099,000000,000000 +209096,2,207.0,210.0,-7.5,-4.5,208.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,206093,209093,212093,206096,212096,207099,210099,000000,000000 +212096,2,210.0,213.0,-7.5,-4.5,211.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,209093,212093,215093,209096,215096,210099,213099,000000,000000 +215096,2,213.0,216.0,-7.5,-4.5,214.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,212093,215093,218093,212096,218096,213099,216099,000000,000000 +218096,2,216.0,219.0,-7.5,-4.5,217.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,215093,218093,221093,215096,221096,216099,219099,000000,000000 +221096,2,219.0,222.0,-7.5,-4.5,220.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,218093,221093,224093,218096,224096,219099,222099,000000,000000 +224096,2,222.0,225.0,-7.5,-4.5,223.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,221093,224093,227093,221096,227096,222099,225099,000000,000000 +227096,2,225.0,228.0,-7.5,-4.5,226.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,224093,227093,230093,224096,230096,225099,228099,000000,000000 +230096,2,228.0,231.0,-7.5,-4.5,229.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,227093,230093,233093,227096,233096,228099,231099,000000,000000 +233096,0,231.0,234.0,-7.5,-4.5,232.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,230093,233093,236093,230096,236096,231099,234099,000000,000000 +236096,0,234.0,237.0,-7.5,-4.5,235.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,233093,236093,239093,233096,239096,234099,237099,000000,000000 +239096,0,237.0,240.0,-7.5,-4.5,238.5,-6.001017888847835,18.28768875831709,17.94922806528821,7,236093,239093,242093,236096,242096,237099,241099,000000,000000 +035099,0,33.27731092436974,36.30252100840336,-10.5,-7.5,34.78991596638655,-9.001536257628626,18.030581876825053,17.91813659819485,8,032096,035096,038096,032099,038099,032102,035102,038102,000000 +038099,0,36.30252100840336,39.32773109243698,-10.5,-7.5,37.81512605042017,-9.001536257628626,18.030581876825053,17.91813659819485,8,035096,038096,041096,035099,041099,035102,038102,041102,000000 +041099,0,39.32773109243698,42.35294117647059,-10.5,-7.5,40.84033613445378,-9.001536257628626,18.030581876825053,17.91813659819485,8,038096,041096,044096,038099,044099,038102,041102,044102,000000 +044099,2,42.35294117647059,45.3781512605042,-10.5,-7.5,43.8655462184874,-9.001536257628626,18.030581876825053,17.91813659819485,8,041096,044096,047096,041099,047099,041102,044102,047102,000000 +047099,2,45.3781512605042,48.40336134453781,-10.5,-7.5,46.890756302521005,-9.001536257628626,18.030581876825053,17.91813659819485,8,044096,047096,050096,044099,050099,044102,047102,050102,000000 +050099,2,48.40336134453781,51.42857142857143,-10.5,-7.5,49.91596638655462,-9.001536257628626,18.030581876825053,17.91813659819485,8,047096,050096,053096,047099,053099,047102,050102,053102,000000 +053099,2,51.42857142857143,54.45378151260504,-10.5,-7.5,52.94117647058823,-9.001536257628626,18.030581876825053,17.91813659819485,8,050096,053096,056096,050099,056099,050102,053102,056102,000000 +056099,2,54.45378151260504,57.47899159663865,-10.5,-7.5,55.96638655462185,-9.001536257628626,18.030581876825053,17.91813659819485,8,053096,056096,059096,053099,059099,053102,056102,059102,000000 +059099,2,57.47899159663865,60.50420168067227,-10.5,-7.5,58.99159663865546,-9.001536257628626,18.030581876825053,17.91813659819485,8,056096,059096,062096,056099,062099,056102,059102,063102,000000 +062099,2,60.50420168067227,63.52941176470589,-10.5,-7.5,62.01680672268908,-9.001536257628626,18.030581876825053,17.91813659819485,8,059096,062096,065096,059099,065099,059102,063102,066102,000000 +065099,2,63.52941176470589,66.55462184873949,-10.5,-7.5,65.04201680672269,-9.001536257628626,18.030581876825465,17.91813659819485,8,062096,065096,068096,062099,068099,063102,066102,069102,000000 +068099,2,66.55462184873949,69.5798319327731,-10.5,-7.5,68.0672268907563,-9.001536257628626,18.030581876824627,17.91813659819485,8,065096,068096,071096,065099,071099,066102,069102,072102,000000 +071099,2,69.5798319327731,72.60504201680672,-10.5,-7.5,71.0924369747899,-9.001536257628626,18.030581876824627,17.91813659819485,8,068096,071096,074096,068099,074099,069102,072102,075102,000000 +074099,2,72.60504201680672,75.63025210084034,-10.5,-7.5,74.11764705882354,-9.001536257628626,18.030581876824627,17.91813659819485,8,071096,074096,077096,071099,077099,072102,075102,078102,000000 +077099,2,75.63025210084034,78.65546218487395,-10.5,-7.5,77.14285714285714,-9.001536257628626,18.030581876824627,17.91813659819485,8,074096,077096,080096,074099,080099,075102,078102,081102,000000 +080099,2,78.65546218487395,81.68067226890756,-10.5,-7.5,80.16806722689076,-9.001536257628626,18.030581876825465,17.91813659819485,8,077096,080096,083096,077099,083099,078102,081102,084102,000000 +083099,2,81.68067226890756,84.70588235294117,-10.5,-7.5,83.19327731092437,-9.001536257628626,18.030581876824627,17.91813659819485,8,080096,083096,086096,080099,086099,081102,084102,087102,000000 +086099,2,84.70588235294117,87.73109243697479,-10.5,-7.5,86.21848739495798,-9.001536257628626,18.030581876824627,17.91813659819485,8,083096,086096,089096,083099,089099,084102,087102,090102,000000 +089099,2,87.73109243697479,90.7563025210084,-10.5,-7.5,89.24369747899159,-9.001536257628626,18.030581876825465,17.91813659819485,8,086096,089096,092096,086099,092099,087102,090102,093102,000000 +092099,2,90.7563025210084,93.781512605042,-10.5,-7.5,92.2689075630252,-9.001536257628626,18.030581876824627,17.91813659819485,8,089096,092096,095096,089099,095099,090102,093102,096102,000000 +095099,2,93.781512605042,96.80672268907564,-10.5,-7.5,95.2941176470588,-9.001536257628626,18.030581876824627,17.91813659819485,8,092096,095096,098096,092099,098099,093102,096102,099102,000000 +098099,2,96.80672268907564,99.83193277310924,-10.5,-7.5,98.31932773109244,-9.001536257628626,18.030581876824627,17.91813659819485,8,095096,098096,101096,095099,101099,096102,099102,102102,000000 +101099,2,99.83193277310924,102.85714285714286,-10.5,-7.5,101.34453781512605,-9.001536257628626,18.030581876824627,17.91813659819485,8,098096,101096,104096,098099,104099,099102,102102,105102,000000 +104099,2,102.85714285714286,105.88235294117646,-10.5,-7.5,104.36974789915966,-9.001536257628626,18.030581876825465,17.91813659819485,8,101096,104096,107096,101099,107099,102102,105102,108102,000000 +107099,2,105.88235294117646,108.90756302521008,-10.5,-7.5,107.39495798319328,-9.001536257628626,18.030581876824627,17.91813659819485,8,104096,107096,110096,104099,110099,105102,108102,111102,000000 +110099,2,108.90756302521008,111.9327731092437,-10.5,-7.5,110.42016806722688,-9.001536257628626,18.030581876824627,17.91813659819485,8,107096,110096,113096,107099,113099,108102,111102,114102,000000 +113099,2,111.9327731092437,114.9579831932773,-10.5,-7.5,113.4453781512605,-9.001536257628626,18.030581876825465,17.91813659819485,8,110096,113096,116096,110099,116099,111102,114102,117102,000000 +116099,2,114.9579831932773,117.98319327731092,-10.5,-7.5,116.47058823529412,-9.001536257628626,18.030581876824627,17.91813659819485,8,113096,116096,119096,113099,119099,114102,117102,121102,000000 +119099,2,117.98319327731092,121.00840336134452,-10.5,-7.5,119.49579831932772,-9.001536257628626,18.030581876824627,17.91813659819485,7,116096,119096,122096,116099,123099,117102,121102,000000,000000 +123099,2,121.00840336134452,124.03361344537817,-10.5,-7.5,122.52100840336136,-9.001536257628626,18.030581876824627,17.91813659819485,7,119096,122096,125096,119099,126099,121102,124102,000000,000000 +126099,2,124.03361344537817,127.05882352941175,-10.5,-7.5,125.54621848739497,-9.001536257628626,18.030581876824627,17.91813659819485,6,125096,128096,123099,129099,124102,127102,000000,000000,000000 +129099,2,127.05882352941175,130.08403361344537,-10.5,-7.5,128.57142857142856,-9.001536257628626,18.030581876824627,17.91813659819485,6,128096,131096,126099,132099,127102,130102,000000,000000,000000 +132099,2,130.08403361344537,133.10924369747897,-10.5,-7.5,131.5966386554622,-9.001536257628626,18.030581876824627,17.91813659819485,6,131096,134096,129099,135099,130102,133102,000000,000000,000000 +135099,2,133.10924369747897,136.1344537815126,-10.5,-7.5,134.6218487394958,-9.001536257628626,18.030581876824627,17.91813659819485,6,134096,137096,132099,138099,133102,136102,000000,000000,000000 +138099,2,136.1344537815126,139.1596638655462,-10.5,-7.5,137.6470588235294,-9.001536257628626,18.030581876824627,17.91813659819485,6,137096,140096,135099,141099,136102,139102,000000,000000,000000 +141099,2,139.1596638655462,142.18487394957984,-10.5,-7.5,140.67226890756302,-9.001536257628626,18.030581876824627,17.91813659819485,6,140096,143096,138099,144099,139102,142102,000000,000000,000000 +144099,2,142.18487394957984,145.21008403361344,-10.5,-7.5,143.69747899159665,-9.001536257628626,18.030581876824627,17.91813659819485,6,143096,146096,141099,147099,142102,145102,000000,000000,000000 +147099,2,145.21008403361344,148.23529411764704,-10.5,-7.5,146.72268907563023,-9.001536257628626,18.030581876824627,17.91813659819485,6,146096,149096,144099,150099,145102,148102,000000,000000,000000 +150099,2,148.23529411764704,151.26050420168067,-10.5,-7.5,149.74789915966386,-9.001536257628626,18.030581876824627,17.91813659819485,6,149096,152096,147099,153099,148102,151102,000000,000000,000000 +153099,2,151.26050420168067,154.28571428571428,-10.5,-7.5,152.7731092436975,-9.001536257628626,18.030581876824627,17.91813659819485,6,152096,155096,150099,156099,151102,154102,000000,000000,000000 +156099,2,154.28571428571428,157.3109243697479,-10.5,-7.5,155.7983193277311,-9.001536257628626,18.030581876824627,17.91813659819485,6,155096,158096,153099,159099,154102,157102,000000,000000,000000 +159099,2,157.3109243697479,160.3361344537815,-10.5,-7.5,158.8235294117647,-9.001536257628626,18.030581876824627,17.91813659819485,6,158096,161096,156099,162099,157102,160102,000000,000000,000000 +162099,2,160.3361344537815,163.3613445378151,-10.5,-7.5,161.84873949579833,-9.001536257628626,18.030581876824627,17.91813659819485,6,161096,164096,159099,165099,160102,163102,000000,000000,000000 +165099,2,163.3613445378151,166.38655462184877,-10.5,-7.5,164.87394957983193,-9.001536257628626,18.030581876824627,17.91813659819485,6,164096,167096,162099,168099,163102,166102,000000,000000,000000 +168099,2,166.38655462184877,169.41176470588235,-10.5,-7.5,167.89915966386553,-9.001536257628626,18.030581876824627,17.91813659819485,6,167096,170096,165099,171099,166102,169102,000000,000000,000000 +171099,2,169.41176470588235,172.43697478991595,-10.5,-7.5,170.92436974789916,-9.001536257628626,18.030581876824627,17.91813659819485,6,170096,173096,168099,174099,169102,172102,000000,000000,000000 +174099,2,172.43697478991595,175.46218487394958,-10.5,-7.5,173.94957983193277,-9.001536257628626,18.030581876824627,17.91813659819485,6,173096,176096,171099,177099,172102,175102,000000,000000,000000 +177099,2,175.46218487394958,178.48739495798318,-10.5,-7.5,176.97478991596637,-9.001536257628626,18.030581876824627,17.91813659819485,6,176096,179096,174099,180099,175102,178102,000000,000000,000000 +180099,2,178.48739495798318,181.5126050420168,-10.5,-7.5,180.0,-9.001536257628626,18.030581876824627,17.91813659819485,6,179096,182096,177099,183099,178102,182102,000000,000000,000000 +183099,2,181.5126050420168,184.5378151260504,-10.5,-7.5,183.0252100840336,-9.001536257628626,18.030581876824627,17.91813659819485,6,182096,185096,180099,186099,182102,185102,000000,000000,000000 +186099,2,184.5378151260504,187.563025210084,-10.5,-7.5,186.0504201680672,-9.001536257628626,18.030581876824627,17.91813659819485,6,185096,188096,183099,189099,185102,188102,000000,000000,000000 +189099,2,187.563025210084,190.58823529411765,-10.5,-7.5,189.07563025210084,-9.001536257628626,18.030581876824627,17.91813659819485,6,188096,191096,186099,192099,188102,191102,000000,000000,000000 +192099,2,190.58823529411765,193.61344537815123,-10.5,-7.5,192.10084033613447,-9.001536257628626,18.030581876824627,17.91813659819485,6,191096,194096,189099,195099,191102,194102,000000,000000,000000 +195099,2,193.61344537815123,196.6386554621849,-10.5,-7.5,195.12605042016804,-9.001536257628626,18.030581876824627,17.91813659819485,6,194096,197096,192099,198099,194102,197102,000000,000000,000000 +198099,2,196.6386554621849,199.6638655462185,-10.5,-7.5,198.15126050420167,-9.001536257628626,18.030581876824627,17.91813659819485,6,197096,200096,195099,201099,197102,200102,000000,000000,000000 +201099,2,199.6638655462185,202.6890756302521,-10.5,-7.5,201.1764705882353,-9.001536257628626,18.030581876824627,17.91813659819485,6,200096,203096,198099,204099,200102,203102,000000,000000,000000 +204099,2,202.6890756302521,205.7142857142857,-10.5,-7.5,204.2016806722689,-9.001536257628626,18.030581876824627,17.91813659819485,6,203096,206096,201099,207099,203102,206102,000000,000000,000000 +207099,2,205.7142857142857,208.73949579831933,-10.5,-7.5,207.2268907563025,-9.001536257628626,18.030581876824627,17.91813659819485,6,206096,209096,204099,210099,206102,209102,000000,000000,000000 +210099,2,208.73949579831933,211.76470588235293,-10.5,-7.5,210.2521008403361,-9.001536257628626,18.030581876824627,17.91813659819485,6,209096,212096,207099,213099,209102,212102,000000,000000,000000 +213099,2,211.76470588235293,214.78991596638656,-10.5,-7.5,213.2773109243697,-9.001536257628626,18.030581876824627,17.91813659819485,6,212096,215096,210099,216099,212102,215102,000000,000000,000000 +216099,2,214.78991596638656,217.81512605042016,-10.5,-7.5,216.3025210084033,-9.001536257628626,18.030581876824627,17.91813659819485,6,215096,218096,213099,219099,215102,218102,000000,000000,000000 +219099,2,217.81512605042016,220.84033613445376,-10.5,-7.5,219.32773109243692,-9.001536257628626,18.030581876824627,17.91813659819485,6,218096,221096,216099,222099,218102,221102,000000,000000,000000 +222099,2,220.84033613445376,223.8655462184874,-10.5,-7.5,222.35294117647052,-9.001536257628626,18.030581876824627,17.91813659819485,6,221096,224096,219099,225099,221102,224102,000000,000000,000000 +225099,2,223.8655462184874,226.890756302521,-10.5,-7.5,225.37815126050413,-9.001536257628626,18.030581876824627,17.91813659819485,6,224096,227096,222099,228099,224102,227102,000000,000000,000000 +228099,2,226.890756302521,229.9159663865546,-10.5,-7.5,228.4033613445378,-9.001536257628626,18.030581876824627,17.91813659819485,6,227096,230096,225099,231099,227102,230102,000000,000000,000000 +231099,2,229.9159663865546,232.94117647058823,-10.5,-7.5,231.42857142857144,-9.001536257628626,18.030581876824627,17.91813659819485,6,230096,233096,228099,234099,230102,233102,000000,000000,000000 +234099,0,232.94117647058823,235.96638655462183,-10.5,-7.5,234.45378151260505,-9.001536257628626,18.030581876824627,17.91813659819485,6,233096,236096,231099,237099,233102,236102,000000,000000,000000 +237099,0,235.96638655462183,238.9915966386555,-10.5,-7.5,237.47899159663865,-9.001536257628626,18.030581876824627,17.91813659819485,7,236096,239096,242096,234099,241099,236102,239102,000000,000000 +241099,0,238.9915966386555,242.01680672268907,-10.5,-7.5,240.50420168067228,-9.001536257628626,18.030581876824627,17.91813659819485,7,239096,242096,245096,237099,244099,239102,243102,000000,000000 +032102,0,30.508474576271183,33.559322033898304,-13.5,-10.5,32.03389830508475,-12.002053549154793,18.01780902132513,17.887109751777388,8,029099,032099,035099,029102,035102,029105,032105,035105,000000 +035102,0,33.559322033898304,36.61016949152543,-13.5,-10.5,35.08474576271186,-12.002053549154793,18.01780902132513,17.887109751777388,8,032099,035099,038099,032102,038102,032105,035105,038105,000000 +038102,0,36.61016949152543,39.66101694915254,-13.5,-10.5,38.13559322033898,-12.002053549154793,18.01780902132556,17.887109751777388,8,035099,038099,041099,035102,041102,035105,038105,042105,000000 +041102,2,39.66101694915254,42.71186440677966,-13.5,-10.5,41.1864406779661,-12.002053549154793,18.01780902132513,17.887109751777388,8,038099,041099,044099,038102,044102,038105,042105,045105,000000 +044102,2,42.71186440677966,45.762711864406775,-13.5,-10.5,44.23728813559322,-12.002053549154793,18.01780902132556,17.887109751777388,8,041099,044099,047099,041102,047102,042105,045105,048105,000000 +047102,2,45.762711864406775,48.813559322033896,-13.5,-10.5,47.28813559322033,-12.002053549154793,18.01780902132513,17.887109751777388,8,044099,047099,050099,044102,050102,045105,048105,051105,000000 +050102,2,48.813559322033896,51.86440677966102,-13.5,-10.5,50.33898305084746,-12.002053549154793,18.01780902132513,17.887109751777388,8,047099,050099,053099,047102,053102,048105,051105,054105,000000 +053102,2,51.86440677966102,54.91525423728813,-13.5,-10.5,53.389830508474574,-12.002053549154793,18.01780902132556,17.887109751777388,8,050099,053099,056099,050102,056102,051105,054105,057105,000000 +056102,2,54.91525423728813,57.96610169491525,-13.5,-10.5,56.44067796610169,-12.002053549154793,18.01780902132513,17.887109751777388,8,053099,056099,059099,053102,059102,054105,057105,060105,000000 +059102,2,57.96610169491525,61.01694915254237,-13.5,-10.5,59.49152542372881,-12.002053549154793,18.01780902132556,17.887109751777388,8,056099,059099,062099,056102,063102,057105,060105,063105,000000 +063102,2,61.01694915254237,64.0677966101695,-13.5,-10.5,62.54237288135593,-12.002053549154793,18.01780902132513,17.887109751777388,8,059099,062099,065099,059102,066102,060105,063105,066105,000000 +066102,2,64.0677966101695,67.11864406779661,-13.5,-10.5,65.59322033898306,-12.002053549154793,18.01780902132513,17.887109751777388,8,062099,065099,068099,063102,069102,063105,066105,069105,000000 +069102,2,67.11864406779661,70.16949152542372,-13.5,-10.5,68.64406779661016,-12.002053549154793,18.01780902132513,17.887109751777388,8,065099,068099,071099,066102,072102,066105,069105,072105,000000 +072102,2,70.16949152542372,73.22033898305085,-13.5,-10.5,71.69491525423729,-12.002053549154793,18.01780902132513,17.887109751777388,8,068099,071099,074099,069102,075102,069105,072105,075105,000000 +075102,2,73.22033898305085,76.27118644067797,-13.5,-10.5,74.74576271186442,-12.002053549154793,18.01780902132513,17.887109751777388,8,071099,074099,077099,072102,078102,072105,075105,078105,000000 +078102,2,76.27118644067797,79.32203389830508,-13.5,-10.5,77.79661016949152,-12.002053549154793,18.01780902132513,17.887109751777388,8,074099,077099,080099,075102,081102,075105,078105,082105,000000 +081102,2,79.32203389830508,82.3728813559322,-13.5,-10.5,80.84745762711864,-12.002053549154793,18.01780902132513,17.887109751777388,8,077099,080099,083099,078102,084102,078105,082105,085105,000000 +084102,2,82.3728813559322,85.42372881355932,-13.5,-10.5,83.89830508474576,-12.002053549154793,18.01780902132513,17.887109751777388,8,080099,083099,086099,081102,087102,082105,085105,088105,000000 +087102,2,85.42372881355932,88.47457627118644,-13.5,-10.5,86.94915254237287,-12.002053549154793,18.01780902132513,17.887109751777388,8,083099,086099,089099,084102,090102,085105,088105,091105,000000 +090102,2,88.47457627118644,91.52542372881356,-13.5,-10.5,90.0,-12.002053549154793,18.01780902132513,17.887109751777388,8,086099,089099,092099,087102,093102,088105,091105,094105,000000 +093102,2,91.52542372881356,94.57627118644068,-13.5,-10.5,93.05084745762711,-12.002053549154793,18.01780902132513,17.887109751777388,8,089099,092099,095099,090102,096102,091105,094105,097105,000000 +096102,2,94.57627118644068,97.6271186440678,-13.5,-10.5,96.10169491525424,-12.002053549154793,18.01780902132513,17.887109751777388,8,092099,095099,098099,093102,099102,094105,097105,100105,000000 +099102,2,97.6271186440678,100.6779661016949,-13.5,-10.5,99.15254237288136,-12.002053549154793,18.01780902132513,17.887109751777388,8,095099,098099,101099,096102,102102,097105,100105,103105,000000 +102102,2,100.6779661016949,103.72881355932203,-13.5,-10.5,102.20338983050848,-12.002053549154793,18.01780902132513,17.887109751777388,8,098099,101099,104099,099102,105102,100105,103105,106105,000000 +105102,2,103.72881355932203,106.77966101694916,-13.5,-10.5,105.25423728813558,-12.002053549154793,18.01780902132513,17.887109751777388,8,101099,104099,107099,102102,108102,103105,106105,109105,000000 +108102,2,106.77966101694916,109.83050847457626,-13.5,-10.5,108.30508474576273,-12.002053549154793,18.01780902132513,17.887109751777388,8,104099,107099,110099,105102,111102,106105,109105,112105,000000 +111102,2,109.83050847457626,112.8813559322034,-13.5,-10.5,111.35593220338984,-12.002053549154793,18.01780902132513,17.887109751777388,8,107099,110099,113099,108102,114102,109105,112105,115105,000000 +114102,2,112.8813559322034,115.9322033898305,-13.5,-10.5,114.40677966101694,-12.002053549154793,18.01780902132513,17.887109751777388,8,110099,113099,116099,111102,117102,112105,115105,118105,000000 +117102,2,115.9322033898305,118.98305084745762,-13.5,-10.5,117.45762711864408,-12.002053549154793,18.01780902132513,17.887109751777388,8,113099,116099,119099,114102,121102,115105,118105,122105,000000 +121102,2,118.98305084745762,122.03389830508472,-13.5,-10.5,120.50847457627115,-12.002053549154793,18.01780902132513,17.887109751777388,7,116099,119099,123099,117102,124102,118105,122105,000000,000000 +124102,2,122.03389830508472,125.08474576271186,-13.5,-10.5,123.5593220338983,-12.002053549154793,18.01780902132513,17.887109751777388,6,123099,126099,121102,127102,122105,125105,000000,000000,000000 +127102,2,125.08474576271186,128.135593220339,-13.5,-10.5,126.61016949152544,-12.002053549154793,18.01780902132513,17.887109751777388,6,126099,129099,124102,130102,125105,128105,000000,000000,000000 +130102,2,128.135593220339,131.1864406779661,-13.5,-10.5,129.66101694915255,-12.002053549154793,18.01780902132513,17.887109751777388,6,129099,132099,127102,133102,128105,131105,000000,000000,000000 +133102,2,131.1864406779661,134.23728813559322,-13.5,-10.5,132.71186440677965,-12.002053549154793,18.01780902132513,17.887109751777388,6,132099,135099,130102,136102,131105,134105,000000,000000,000000 +136102,2,134.23728813559322,137.28813559322035,-13.5,-10.5,135.76271186440678,-12.002053549154793,18.01780902132513,17.887109751777388,6,135099,138099,133102,139102,134105,137105,000000,000000,000000 +139102,2,137.28813559322035,140.33898305084745,-13.5,-10.5,138.81355932203388,-12.002053549154793,18.01780902132513,17.887109751777388,6,138099,141099,136102,142102,137105,140105,000000,000000,000000 +142102,2,140.33898305084745,143.38983050847455,-13.5,-10.5,141.864406779661,-12.002053549154793,18.01780902132513,17.887109751777388,6,141099,144099,139102,145102,140105,143105,000000,000000,000000 +145102,2,143.38983050847455,146.4406779661017,-13.5,-10.5,144.91525423728814,-12.002053549154793,18.01780902132513,17.887109751777388,6,144099,147099,142102,148102,143105,146105,000000,000000,000000 +148102,2,146.4406779661017,149.4915254237288,-13.5,-10.5,147.96610169491527,-12.002053549154793,18.01780902132513,17.887109751777388,6,147099,150099,145102,151102,146105,149105,000000,000000,000000 +151102,2,149.4915254237288,152.54237288135593,-13.5,-10.5,151.01694915254237,-12.002053549154793,18.01780902132513,17.887109751777388,6,150099,153099,148102,154102,149105,152105,000000,000000,000000 +154102,2,152.54237288135593,155.59322033898303,-13.5,-10.5,154.06779661016947,-12.002053549154793,18.01780902132513,17.887109751777388,6,153099,156099,151102,157102,152105,155105,000000,000000,000000 +157102,2,155.59322033898303,158.64406779661016,-13.5,-10.5,157.1186440677966,-12.002053549154793,18.01780902132513,17.887109751777388,6,156099,159099,154102,160102,155105,158105,000000,000000,000000 +160102,2,158.64406779661016,161.6949152542373,-13.5,-10.5,160.16949152542372,-12.002053549154793,18.01780902132513,17.887109751777388,6,159099,162099,157102,163102,158105,162105,000000,000000,000000 +163102,2,161.6949152542373,164.7457627118644,-13.5,-10.5,163.22033898305085,-12.002053549154793,18.01780902132513,17.887109751777388,6,162099,165099,160102,166102,162105,165105,000000,000000,000000 +166102,2,164.7457627118644,167.79661016949152,-13.5,-10.5,166.27118644067795,-12.002053549154793,18.01780902132513,17.887109751777388,6,165099,168099,163102,169102,165105,168105,000000,000000,000000 +169102,2,167.79661016949152,170.84745762711864,-13.5,-10.5,169.32203389830508,-12.002053549154793,18.01780902132513,17.887109751777388,6,168099,171099,166102,172102,168105,171105,000000,000000,000000 +172102,2,170.84745762711864,173.89830508474574,-13.5,-10.5,172.37288135593218,-12.002053549154793,18.01780902132513,17.887109751777388,6,171099,174099,169102,175102,171105,174105,000000,000000,000000 +175102,2,173.89830508474574,176.94915254237287,-13.5,-10.5,175.4237288135593,-12.002053549154793,18.01780902132513,17.887109751777388,6,174099,177099,172102,178102,174105,177105,000000,000000,000000 +178102,2,176.94915254237287,180.0,-13.5,-10.5,178.47457627118644,-12.002053549154793,18.01780902132513,17.887109751777388,6,177099,180099,175102,182102,177105,180105,000000,000000,000000 +182102,2,180.0,183.0508474576271,-13.5,-10.5,181.5254237288136,-12.002053549154793,18.01780902132513,17.887109751777388,6,180099,183099,178102,185102,180105,183105,000000,000000,000000 +185102,2,183.0508474576271,186.10169491525423,-13.5,-10.5,184.57627118644064,-12.002053549154793,18.01780902132513,17.887109751777388,6,183099,186099,182102,188102,183105,186105,000000,000000,000000 +188102,2,186.10169491525423,189.15254237288136,-13.5,-10.5,187.6271186440678,-12.002053549154793,18.01780902132513,17.887109751777388,6,186099,189099,185102,191102,186105,189105,000000,000000,000000 +191102,2,189.15254237288136,192.20338983050848,-13.5,-10.5,190.6779661016949,-12.002053549154793,18.01780902132513,17.887109751777388,6,189099,192099,188102,194102,189105,192105,000000,000000,000000 +194102,2,192.20338983050848,195.2542372881356,-13.5,-10.5,193.728813559322,-12.002053549154793,18.01780902132513,17.887109751777388,6,192099,195099,191102,197102,192105,195105,000000,000000,000000 +197102,2,195.2542372881356,198.3050847457627,-13.5,-10.5,196.77966101694915,-12.002053549154793,18.01780902132513,17.887109751777388,6,195099,198099,194102,200102,195105,198105,000000,000000,000000 +200102,2,198.3050847457627,201.3559322033898,-13.5,-10.5,199.83050847457628,-12.002053549154793,18.01780902132513,17.887109751777388,6,198099,201099,197102,203102,198105,202105,000000,000000,000000 +203102,2,201.3559322033898,204.4067796610169,-13.5,-10.5,202.88135593220332,-12.002053549154793,18.01780902132513,17.887109751777388,6,201099,204099,200102,206102,202105,205105,000000,000000,000000 +206102,2,204.4067796610169,207.45762711864407,-13.5,-10.5,205.9322033898305,-12.002053549154793,18.01780902132513,17.887109751777388,6,204099,207099,203102,209102,205105,208105,000000,000000,000000 +209102,2,207.45762711864407,210.5084745762712,-13.5,-10.5,208.9830508474576,-12.002053549154793,18.01780902132513,17.887109751777388,6,207099,210099,206102,212102,208105,211105,000000,000000,000000 +212102,2,210.5084745762712,213.5593220338983,-13.5,-10.5,212.0338983050848,-12.002053549154793,18.01780902132513,17.887109751777388,6,210099,213099,209102,215102,211105,214105,000000,000000,000000 +215102,2,213.5593220338983,216.61016949152545,-13.5,-10.5,215.08474576271183,-12.002053549154793,18.01780902132513,17.887109751777388,6,213099,216099,212102,218102,214105,217105,000000,000000,000000 +218102,2,216.61016949152545,219.66101694915253,-13.5,-10.5,218.135593220339,-12.002053549154793,18.01780902132513,17.887109751777388,6,216099,219099,215102,221102,217105,220105,000000,000000,000000 +221102,2,219.66101694915253,222.71186440677965,-13.5,-10.5,221.1864406779661,-12.002053549154793,18.01780902132513,17.887109751777388,6,219099,222099,218102,224102,220105,223105,000000,000000,000000 +224102,2,222.71186440677965,225.7627118644068,-13.5,-10.5,224.2372881355932,-12.002053549154793,18.01780902132513,17.887109751777388,6,222099,225099,221102,227102,223105,226105,000000,000000,000000 +227102,2,225.7627118644068,228.81355932203388,-13.5,-10.5,227.28813559322032,-12.002053549154793,18.01780902132513,17.887109751777388,6,225099,228099,224102,230102,226105,229105,000000,000000,000000 +230102,2,228.81355932203388,231.864406779661,-13.5,-10.5,230.33898305084745,-12.002053549154793,18.01780902132513,17.887109751777388,6,228099,231099,227102,233102,229105,232105,000000,000000,000000 +233102,2,231.864406779661,234.9152542372881,-13.5,-10.5,233.38983050847452,-12.002053549154793,18.01780902132513,17.887109751777388,6,231099,234099,230102,236102,232105,235105,000000,000000,000000 +236102,2,234.9152542372881,237.96610169491524,-13.5,-10.5,236.4406779661017,-12.002053549154793,18.01780902132513,17.887109751777388,6,234099,237099,233102,239102,235105,238105,000000,000000,000000 +239102,0,237.96610169491524,241.0169491525424,-13.5,-10.5,239.4915254237288,-12.002053549154793,18.01780902132513,17.887109751777388,7,237099,241099,244099,236102,243102,238105,242105,000000,000000 +243102,0,241.0169491525424,244.06779661016947,-13.5,-10.5,242.5423728813559,-12.002053549154793,18.01780902132513,17.887109751777388,8,241099,244099,247099,239102,246102,238105,242105,245105,000000 +246102,0,244.06779661016947,247.1186440677966,-13.5,-10.5,245.59322033898303,-12.002053549154793,18.01780902132513,17.887109751777388,8,244099,247099,250099,243102,249102,242105,245105,248105,000000 +029105,0,27.692307692307693,30.76923076923077,-16.5,-13.5,29.23076923076924,-15.00256400592422,18.253561836338235,17.856492857695272,8,026102,029102,032102,026105,032105,027108,030108,033108,000000 +032105,0,30.76923076923077,33.84615384615385,-16.5,-13.5,32.30769230769231,-15.00256400592422,18.253561836338235,17.856492857695272,8,029102,032102,035102,029105,035105,030108,033108,036108,000000 +035105,2,33.84615384615385,36.92307692307693,-16.5,-13.5,35.38461538461539,-15.00256400592422,18.253561836338235,17.856492857695272,8,032102,035102,038102,032105,038105,033108,036108,039108,000000 +038105,2,36.92307692307693,40.0,-16.5,-13.5,38.46153846153847,-15.00256400592422,18.253561836338235,17.856492857695272,8,035102,038102,041102,035105,042105,036108,039108,042108,000000 +042105,2,40.0,43.07692307692308,-16.5,-13.5,41.53846153846154,-15.00256400592422,18.253561836338235,17.856492857695272,8,038102,041102,044102,038105,045105,039108,042108,045108,000000 +045105,2,43.07692307692308,46.15384615384615,-16.5,-13.5,44.61538461538461,-15.00256400592422,18.253561836338235,17.856492857695272,8,041102,044102,047102,042105,048105,042108,045108,049108,000000 +048105,2,46.15384615384615,49.23076923076923,-16.5,-13.5,47.69230769230769,-15.00256400592422,18.253561836338235,17.856492857695272,8,044102,047102,050102,045105,051105,045108,049108,052108,000000 +051105,2,49.23076923076923,52.30769230769232,-16.5,-13.5,50.76923076923077,-15.00256400592422,18.253561836338235,17.856492857695272,8,047102,050102,053102,048105,054105,049108,052108,055108,000000 +054105,2,52.30769230769232,55.38461538461539,-16.5,-13.5,53.846153846153854,-15.00256400592422,18.253561836338235,17.856492857695272,8,050102,053102,056102,051105,057105,052108,055108,058108,000000 +057105,2,55.38461538461539,58.46153846153847,-16.5,-13.5,56.92307692307693,-15.00256400592422,18.253561836338235,17.856492857695272,8,053102,056102,059102,054105,060105,055108,058108,061108,000000 +060105,2,58.46153846153847,61.53846153846154,-16.5,-13.5,60.0,-15.00256400592422,18.253561836338235,17.856492857695272,7,056102,059102,063102,057105,063105,058108,061108,000000,000000 +063105,2,61.53846153846154,64.61538461538461,-16.5,-13.5,63.07692307692308,-15.00256400592422,18.253561836338235,17.856492857695272,7,059102,063102,066102,060105,066105,061108,064108,000000,000000 +066105,2,64.61538461538461,67.6923076923077,-16.5,-13.5,66.15384615384616,-15.00256400592422,18.253561836337823,17.856492857695272,7,063102,066102,069102,063105,069105,064108,067108,000000,000000 +069105,2,67.6923076923077,70.76923076923077,-16.5,-13.5,69.23076923076923,-15.00256400592422,18.253561836337823,17.856492857695272,7,066102,069102,072102,066105,072105,067108,070108,000000,000000 +072105,2,70.76923076923077,73.84615384615385,-16.5,-13.5,72.30769230769232,-15.00256400592422,18.253561836337823,17.856492857695272,7,069102,072102,075102,069105,075105,070108,074108,000000,000000 +075105,2,73.84615384615385,76.92307692307693,-16.5,-13.5,75.38461538461539,-15.00256400592422,18.253561836337823,17.856492857695272,7,072102,075102,078102,072105,078105,074108,077108,000000,000000 +078105,2,76.92307692307693,80.0,-16.5,-13.5,78.46153846153847,-15.00256400592422,18.253561836338665,17.856492857695272,7,075102,078102,081102,075105,082105,077108,080108,000000,000000 +082105,2,80.0,83.07692307692308,-16.5,-13.5,81.53846153846155,-15.00256400592422,18.253561836337823,17.856492857695272,7,078102,081102,084102,078105,085105,080108,083108,000000,000000 +085105,2,83.07692307692308,86.15384615384616,-16.5,-13.5,84.61538461538461,-15.00256400592422,18.253561836337823,17.856492857695272,7,081102,084102,087102,082105,088105,083108,086108,000000,000000 +088105,2,86.15384615384616,89.23076923076924,-16.5,-13.5,87.69230769230771,-15.00256400592422,18.253561836337823,17.856492857695272,7,084102,087102,090102,085105,091105,086108,089108,000000,000000 +091105,2,89.23076923076924,92.3076923076923,-16.5,-13.5,90.76923076923076,-15.00256400592422,18.253561836338665,17.856492857695272,7,087102,090102,093102,088105,094105,089108,092108,000000,000000 +094105,2,92.3076923076923,95.3846153846154,-16.5,-13.5,93.84615384615384,-15.00256400592422,18.253561836337823,17.856492857695272,7,090102,093102,096102,091105,097105,092108,095108,000000,000000 +097105,2,95.3846153846154,98.46153846153848,-16.5,-13.5,96.92307692307692,-15.00256400592422,18.253561836337823,17.856492857695272,7,093102,096102,099102,094105,100105,095108,099108,000000,000000 +100105,2,98.46153846153848,101.53846153846156,-16.5,-13.5,100.0,-15.00256400592422,18.253561836337823,17.856492857695272,7,096102,099102,102102,097105,103105,099108,102108,000000,000000 +103105,2,101.53846153846156,104.61538461538464,-16.5,-13.5,103.0769230769231,-15.00256400592422,18.253561836337823,17.856492857695272,7,099102,102102,105102,100105,106105,102108,105108,000000,000000 +106105,2,104.61538461538464,107.6923076923077,-16.5,-13.5,106.15384615384616,-15.00256400592422,18.253561836338665,17.856492857695272,7,102102,105102,108102,103105,109105,105108,108108,000000,000000 +109105,2,107.6923076923077,110.76923076923076,-16.5,-13.5,109.23076923076924,-15.00256400592422,18.253561836337823,17.856492857695272,7,105102,108102,111102,106105,112105,108108,111108,000000,000000 +112105,2,110.76923076923076,113.84615384615384,-16.5,-13.5,112.30769230769232,-15.00256400592422,18.253561836337823,17.856492857695272,7,108102,111102,114102,109105,115105,111108,114108,000000,000000 +115105,2,113.84615384615384,116.92307692307692,-16.5,-13.5,115.3846153846154,-15.00256400592422,18.253561836337823,17.856492857695272,7,111102,114102,117102,112105,118105,114108,117108,000000,000000 +118105,2,116.92307692307692,120.0,-16.5,-13.5,118.46153846153848,-15.00256400592422,18.253561836338665,17.856492857695272,7,114102,117102,121102,115105,122105,117108,121108,000000,000000 +122105,2,120.0,123.07692307692308,-16.5,-13.5,121.53846153846156,-15.00256400592422,18.253561836337823,17.856492857695272,7,117102,121102,124102,118105,125105,121108,124108,000000,000000 +125105,2,123.07692307692308,126.15384615384616,-16.5,-13.5,124.6153846153846,-15.00256400592422,18.253561836337823,17.856492857695272,7,124102,127102,122105,128105,121108,124108,127108,000000,000000 +128105,2,126.15384615384616,129.23076923076923,-16.5,-13.5,127.6923076923077,-15.00256400592422,18.253561836338665,17.856492857695272,7,127102,130102,125105,131105,124108,127108,130108,000000,000000 +131105,2,129.23076923076923,132.30769230769232,-16.5,-13.5,130.76923076923077,-15.00256400592422,18.253561836337823,17.856492857695272,7,130102,133102,128105,134105,127108,130108,133108,000000,000000 +134105,2,132.30769230769232,135.3846153846154,-16.5,-13.5,133.84615384615387,-15.00256400592422,18.253561836337823,17.856492857695272,7,133102,136102,131105,137105,130108,133108,136108,000000,000000 +137105,2,135.3846153846154,138.46153846153848,-16.5,-13.5,136.92307692307693,-15.00256400592422,18.253561836337823,17.856492857695272,7,136102,139102,134105,140105,133108,136108,139108,000000,000000 +140105,2,138.46153846153848,141.53846153846155,-16.5,-13.5,140.0,-15.00256400592422,18.253561836337823,17.856492857695272,7,139102,142102,137105,143105,136108,139108,142108,000000,000000 +143105,2,141.53846153846155,144.6153846153846,-16.5,-13.5,143.0769230769231,-15.00256400592422,18.253561836337823,17.856492857695272,7,142102,145102,140105,146105,139108,142108,146108,000000,000000 +146105,2,144.6153846153846,147.6923076923077,-16.5,-13.5,146.15384615384616,-15.00256400592422,18.253561836337823,17.856492857695272,7,145102,148102,143105,149105,142108,146108,149108,000000,000000 +149105,2,147.6923076923077,150.76923076923077,-16.5,-13.5,149.23076923076923,-15.00256400592422,18.253561836337823,17.856492857695272,7,148102,151102,146105,152105,146108,149108,152108,000000,000000 +152105,2,150.76923076923077,153.84615384615387,-16.5,-13.5,152.30769230769232,-15.00256400592422,18.253561836337823,17.856492857695272,7,151102,154102,149105,155105,149108,152108,155108,000000,000000 +155105,2,153.84615384615387,156.92307692307693,-16.5,-13.5,155.38461538461542,-15.00256400592422,18.253561836337823,17.856492857695272,7,154102,157102,152105,158105,152108,155108,158108,000000,000000 +158105,2,156.92307692307693,160.0,-16.5,-13.5,158.46153846153845,-15.00256400592422,18.253561836337823,17.856492857695272,7,157102,160102,155105,162105,155108,158108,161108,000000,000000 +162105,2,160.0,163.0769230769231,-16.5,-13.5,161.53846153846155,-15.00256400592422,18.253561836337823,17.856492857695272,7,160102,163102,158105,165105,158108,161108,164108,000000,000000 +165105,2,163.0769230769231,166.15384615384616,-16.5,-13.5,164.61538461538464,-15.00256400592422,18.253561836337823,17.856492857695272,7,163102,166102,162105,168105,161108,164108,167108,000000,000000 +168105,2,166.15384615384616,169.23076923076923,-16.5,-13.5,167.69230769230768,-15.00256400592422,18.253561836337823,17.856492857695272,7,166102,169102,165105,171105,164108,167108,171108,000000,000000 +171105,2,169.23076923076923,172.30769230769232,-16.5,-13.5,170.76923076923077,-15.00256400592422,18.253561836337823,17.856492857695272,7,169102,172102,168105,174105,167108,171108,174108,000000,000000 +174105,2,172.30769230769232,175.3846153846154,-16.5,-13.5,173.84615384615387,-15.00256400592422,18.253561836337823,17.856492857695272,7,172102,175102,171105,177105,171108,174108,177108,000000,000000 +177105,2,175.3846153846154,178.46153846153848,-16.5,-13.5,176.92307692307693,-15.00256400592422,18.253561836337823,17.856492857695272,7,175102,178102,174105,180105,174108,177108,180108,000000,000000 +180105,2,178.46153846153848,181.53846153846155,-16.5,-13.5,180.0,-15.00256400592422,18.253561836337823,17.856492857695272,7,178102,182102,177105,183105,177108,180108,183108,000000,000000 +183105,2,181.53846153846155,184.6153846153846,-16.5,-13.5,183.0769230769231,-15.00256400592422,18.253561836337823,17.856492857695272,7,182102,185102,180105,186105,180108,183108,186108,000000,000000 +186105,2,184.6153846153846,187.6923076923077,-16.5,-13.5,186.15384615384616,-15.00256400592422,18.253561836337823,17.856492857695272,7,185102,188102,183105,189105,183108,186108,189108,000000,000000 +189105,2,187.6923076923077,190.7692307692308,-16.5,-13.5,189.23076923076923,-15.00256400592422,18.253561836337823,17.856492857695272,7,188102,191102,186105,192105,186108,189108,193108,000000,000000 +192105,2,190.7692307692308,193.84615384615387,-16.5,-13.5,192.30769230769232,-15.00256400592422,18.253561836337823,17.856492857695272,7,191102,194102,189105,195105,189108,193108,196108,000000,000000 +195105,2,193.84615384615387,196.92307692307693,-16.5,-13.5,195.38461538461544,-15.00256400592422,18.253561836337823,17.856492857695272,7,194102,197102,192105,198105,193108,196108,199108,000000,000000 +198105,2,196.92307692307693,200.0,-16.5,-13.5,198.46153846153845,-15.00256400592422,18.253561836337823,17.856492857695272,7,197102,200102,195105,202105,196108,199108,202108,000000,000000 +202105,2,200.0,203.0769230769231,-16.5,-13.5,201.53846153846155,-15.00256400592422,18.253561836337823,17.856492857695272,7,200102,203102,198105,205105,199108,202108,205108,000000,000000 +205105,2,203.0769230769231,206.15384615384616,-16.5,-13.5,204.61538461538464,-15.00256400592422,18.253561836337823,17.856492857695272,7,203102,206102,202105,208105,202108,205108,208108,000000,000000 +208105,2,206.15384615384616,209.23076923076923,-16.5,-13.5,207.6923076923077,-15.00256400592422,18.253561836337823,17.856492857695272,7,206102,209102,205105,211105,205108,208108,211108,000000,000000 +211105,2,209.23076923076923,212.30769230769232,-16.5,-13.5,210.7692307692308,-15.00256400592422,18.253561836337823,17.856492857695272,7,209102,212102,208105,214105,208108,211108,214108,000000,000000 +214105,2,212.30769230769232,215.3846153846154,-16.5,-13.5,213.84615384615387,-15.00256400592422,18.253561836337823,17.856492857695272,7,212102,215102,211105,217105,211108,214108,218108,000000,000000 +217105,2,215.3846153846154,218.46153846153848,-16.5,-13.5,216.92307692307693,-15.00256400592422,18.253561836337823,17.856492857695272,7,215102,218102,214105,220105,214108,218108,221108,000000,000000 +220105,2,218.46153846153848,221.53846153846155,-16.5,-13.5,220.0,-15.00256400592422,18.253561836337823,17.856492857695272,7,218102,221102,217105,223105,218108,221108,224108,000000,000000 +223105,2,221.53846153846155,224.61538461538464,-16.5,-13.5,223.0769230769231,-15.00256400592422,18.253561836337823,17.856492857695272,7,221102,224102,220105,226105,221108,224108,227108,000000,000000 +226105,2,224.61538461538464,227.6923076923077,-16.5,-13.5,226.1538461538462,-15.00256400592422,18.253561836337823,17.856492857695272,7,224102,227102,223105,229105,224108,227108,230108,000000,000000 +229105,2,227.6923076923077,230.7692307692308,-16.5,-13.5,229.23076923076923,-15.00256400592422,18.253561836337823,17.856492857695272,7,227102,230102,226105,232105,227108,230108,233108,000000,000000 +232105,2,230.7692307692308,233.84615384615387,-16.5,-13.5,232.30769230769232,-15.00256400592422,18.253561836337823,17.856492857695272,7,230102,233102,229105,235105,230108,233108,236108,000000,000000 +235105,2,233.84615384615387,236.92307692307693,-16.5,-13.5,235.38461538461544,-15.00256400592422,18.253561836337823,17.856492857695272,7,233102,236102,232105,238105,233108,236108,239108,000000,000000 +238105,2,236.92307692307693,240.0,-16.5,-13.5,238.46153846153845,-15.00256400592422,18.253561836337823,17.856492857695272,7,236102,239102,243102,235105,242105,236108,239108,000000,000000 +242105,0,240.0,243.0769230769231,-16.5,-13.5,241.53846153846155,-15.00256400592422,18.253561836337823,17.856492857695272,7,239102,243102,246102,238105,245105,239108,243108,000000,000000 +245105,0,243.0769230769231,246.15384615384616,-16.5,-13.5,244.61538461538464,-15.00256400592422,18.253561836337823,17.856492857695272,7,243102,246102,249102,242105,248105,243108,246108,000000,000000 +248105,0,246.15384615384616,249.23076923076923,-16.5,-13.5,247.6923076923077,-15.00256400592422,18.253561836337823,17.856492857695272,7,246102,249102,252102,245105,251105,246108,249108,000000,000000 +023108,0,21.91304347826087,25.043478260869566,-19.5,-16.5,23.47826086956522,-18.003115229263383,17.965520073538826,17.82343081642935,8,020105,023105,026105,020108,027108,021111,024111,027111,000000 +027108,0,25.043478260869566,28.17391304347826,-19.5,-16.5,26.60869565217392,-18.003115229263383,17.965520073538826,17.82343081642935,8,023105,026105,029105,023108,030108,024111,027111,030111,000000 +030108,0,28.17391304347826,31.30434782608696,-19.5,-16.5,29.73913043478261,-18.003115229263383,17.965520073538826,17.82343081642935,8,026105,029105,032105,027108,033108,027111,030111,033111,000000 +033108,2,31.30434782608696,34.434782608695656,-19.5,-16.5,32.869565217391305,-18.003115229263383,17.965520073538613,17.82343081642935,8,029105,032105,035105,030108,036108,030111,033111,037111,000000 +036108,2,34.434782608695656,37.56521739130435,-19.5,-16.5,36.0,-18.003115229263383,17.965520073538613,17.82343081642935,8,032105,035105,038105,033108,039108,033111,037111,040111,000000 +039108,2,37.56521739130435,40.69565217391305,-19.5,-16.5,39.1304347826087,-18.003115229263383,17.965520073538613,17.82343081642935,8,035105,038105,042105,036108,042108,037111,040111,043111,000000 +042108,2,40.69565217391305,43.82608695652174,-19.5,-16.5,42.26086956521739,-18.003115229263383,17.965520073538613,17.82343081642935,8,038105,042105,045105,039108,045108,040111,043111,046111,000000 +045108,2,43.82608695652174,46.95652173913044,-19.5,-16.5,45.39130434782609,-18.003115229263383,17.965520073538613,17.82343081642935,8,042105,045105,048105,042108,049108,043111,046111,049111,000000 +049108,2,46.95652173913044,50.08695652173913,-19.5,-16.5,48.52173913043478,-18.003115229263383,17.965520073538613,17.82343081642935,8,045105,048105,051105,045108,052108,046111,049111,053111,000000 +052108,2,50.08695652173913,53.21739130434783,-19.5,-16.5,51.65217391304349,-18.003115229263383,17.965520073538613,17.82343081642935,8,048105,051105,054105,049108,055108,049111,053111,056111,000000 +055108,2,53.21739130434783,56.34782608695652,-19.5,-16.5,54.78260869565217,-18.003115229263383,17.965520073538613,17.82343081642935,8,051105,054105,057105,052108,058108,053111,056111,059111,000000 +058108,2,56.34782608695652,59.47826086956522,-19.5,-16.5,57.91304347826088,-18.003115229263383,17.965520073538613,17.82343081642935,8,054105,057105,060105,055108,061108,056111,059111,062111,000000 +061108,2,59.47826086956522,62.60869565217392,-19.5,-16.5,61.04347826086956,-18.003115229263383,17.965520073538613,17.82343081642935,7,057105,060105,063105,058108,064108,059111,062111,000000,000000 +064108,2,62.60869565217392,65.73913043478261,-19.5,-16.5,64.17391304347827,-18.003115229263383,17.965520073538613,17.82343081642935,6,063105,066105,061108,067108,062111,065111,000000,000000,000000 +067108,2,65.73913043478261,68.86956521739131,-19.5,-16.5,67.30434782608697,-18.003115229263383,17.965520073538215,17.82343081642935,6,066105,069105,064108,070108,065111,068111,000000,000000,000000 +070108,2,68.86956521739131,72.0,-19.5,-16.5,70.43478260869566,-18.003115229263383,17.965520073539025,17.82343081642935,6,069105,072105,067108,074108,068111,072111,000000,000000,000000 +074108,2,72.0,75.1304347826087,-19.5,-16.5,73.56521739130434,-18.003115229263383,17.965520073538215,17.82343081642935,6,072105,075105,070108,077108,072111,075111,000000,000000,000000 +077108,2,75.1304347826087,78.26086956521739,-19.5,-16.5,76.69565217391305,-18.003115229263383,17.965520073539025,17.82343081642935,6,075105,078105,074108,080108,075111,078111,000000,000000,000000 +080108,2,78.26086956521739,81.3913043478261,-19.5,-16.5,79.82608695652175,-18.003115229263383,17.965520073538215,17.82343081642935,6,078105,082105,077108,083108,078111,081111,000000,000000,000000 +083108,2,81.3913043478261,84.52173913043478,-19.5,-16.5,82.95652173913044,-18.003115229263383,17.965520073539025,17.82343081642935,6,082105,085105,080108,086108,081111,084111,000000,000000,000000 +086108,2,84.52173913043478,87.65217391304348,-19.5,-16.5,86.08695652173913,-18.003115229263383,17.965520073538215,17.82343081642935,6,085105,088105,083108,089108,084111,088111,000000,000000,000000 +089108,2,87.65217391304348,90.78260869565216,-19.5,-16.5,89.21739130434783,-18.003115229263383,17.965520073539025,17.82343081642935,6,088105,091105,086108,092108,088111,091111,000000,000000,000000 +092108,2,90.78260869565216,93.91304347826087,-19.5,-16.5,92.34782608695652,-18.003115229263383,17.965520073538215,17.82343081642935,6,091105,094105,089108,095108,091111,094111,000000,000000,000000 +095108,2,93.91304347826087,97.04347826086956,-19.5,-16.5,95.47826086956522,-18.003115229263383,17.965520073539025,17.82343081642935,6,094105,097105,092108,099108,094111,097111,000000,000000,000000 +099108,2,97.04347826086956,100.17391304347828,-19.5,-16.5,98.6086956521739,-18.003115229263383,17.965520073538215,17.82343081642935,6,097105,100105,095108,102108,097111,100111,000000,000000,000000 +102108,2,100.17391304347828,103.30434782608695,-19.5,-16.5,101.73913043478262,-18.003115229263383,17.965520073538215,17.82343081642935,6,100105,103105,099108,105108,100111,104111,000000,000000,000000 +105108,2,103.30434782608695,106.43478260869566,-19.5,-16.5,104.86956521739133,-18.003115229263383,17.965520073539025,17.82343081642935,6,103105,106105,102108,108108,104111,107111,000000,000000,000000 +108108,2,106.43478260869566,109.56521739130436,-19.5,-16.5,108.0,-18.003115229263383,17.965520073538215,17.82343081642935,6,106105,109105,105108,111108,107111,110111,000000,000000,000000 +111108,2,109.56521739130436,112.69565217391305,-19.5,-16.5,111.1304347826087,-18.003115229263383,17.965520073539025,17.82343081642935,6,109105,112105,108108,114108,110111,113111,000000,000000,000000 +114108,2,112.69565217391305,115.82608695652176,-19.5,-16.5,114.2608695652174,-18.003115229263383,17.965520073538215,17.82343081642935,6,112105,115105,111108,117108,113111,116111,000000,000000,000000 +117108,2,115.82608695652176,118.95652173913044,-19.5,-16.5,117.3913043478261,-18.003115229263383,17.965520073539025,17.82343081642935,6,115105,118105,114108,121108,116111,119111,000000,000000,000000 +121108,2,118.95652173913044,122.08695652173914,-19.5,-16.5,120.52173913043478,-18.003115229263383,17.965520073538215,17.82343081642935,7,118105,122105,125105,117108,124108,119111,123111,000000,000000 +124108,2,122.08695652173914,125.21739130434784,-19.5,-16.5,123.65217391304348,-18.003115229263383,17.965520073539025,17.82343081642935,8,122105,125105,128105,121108,127108,119111,123111,126111,000000 +127108,2,125.21739130434784,128.34782608695653,-19.5,-16.5,126.7826086956522,-18.003115229263383,17.965520073538215,17.82343081642935,8,125105,128105,131105,124108,130108,123111,126111,129111,000000 +130108,2,128.34782608695653,131.47826086956522,-19.5,-16.5,129.91304347826087,-18.003115229263383,17.965520073539025,17.82343081642935,8,128105,131105,134105,127108,133108,126111,129111,132111,000000 +133108,2,131.47826086956522,134.6086956521739,-19.5,-16.5,133.04347826086956,-18.003115229263383,17.965520073539025,17.82343081642935,8,131105,134105,137105,130108,136108,129111,132111,135111,000000 +136108,2,134.6086956521739,137.73913043478262,-19.5,-16.5,136.17391304347825,-18.003115229263383,17.965520073537405,17.823430816429138,8,134105,137105,140105,133108,139108,132111,135111,139111,000000 +139108,2,137.73913043478262,140.8695652173913,-19.5,-16.5,139.30434782608697,-18.003115229263383,17.965520073539025,17.82343081642935,8,137105,140105,143105,136108,142108,135111,139111,142111,000000 +142108,2,140.8695652173913,144.0,-19.5,-16.5,142.43478260869566,-18.003115229263383,17.965520073539025,17.82343081642935,8,140105,143105,146105,139108,146108,139111,142111,145111,000000 +146108,2,144.0,147.1304347826087,-19.5,-16.5,145.56521739130434,-18.003115229263383,17.965520073539025,17.82343081642935,8,143105,146105,149105,142108,149108,142111,145111,148111,000000 +149108,2,147.1304347826087,150.2608695652174,-19.5,-16.5,148.69565217391306,-18.003115229263383,17.965520073537405,17.823430816429138,8,146105,149105,152105,146108,152108,145111,148111,151111,000000 +152108,2,150.2608695652174,153.3913043478261,-19.5,-16.5,151.82608695652175,-18.003115229263383,17.965520073539025,17.82343081642935,8,149105,152105,155105,149108,155108,148111,151111,155111,000000 +155108,2,153.3913043478261,156.52173913043478,-19.5,-16.5,154.95652173913044,-18.003115229263383,17.965520073539025,17.82343081642935,8,152105,155105,158105,152108,158108,151111,155111,158111,000000 +158108,2,156.52173913043478,159.6521739130435,-19.5,-16.5,158.08695652173913,-18.003115229263383,17.965520073537405,17.823430816429138,8,155105,158105,162105,155108,161108,155111,158111,161111,000000 +161108,2,159.6521739130435,162.7826086956522,-19.5,-16.5,161.21739130434784,-18.003115229263383,17.965520073539025,17.82343081642935,8,158105,162105,165105,158108,164108,158111,161111,164111,000000 +164108,2,162.7826086956522,165.91304347826087,-19.5,-16.5,164.34782608695653,-18.003115229263383,17.965520073539025,17.82343081642935,8,162105,165105,168105,161108,167108,161111,164111,167111,000000 +167108,2,165.91304347826087,169.04347826086956,-19.5,-16.5,167.47826086956522,-18.003115229263383,17.965520073539025,17.82343081642935,8,165105,168105,171105,164108,171108,164111,167111,170111,000000 +171108,2,169.04347826086956,172.17391304347828,-19.5,-16.5,170.60869565217394,-18.003115229263383,17.965520073537405,17.823430816429138,8,168105,171105,174105,167108,174108,167111,170111,174111,000000 +174108,2,172.17391304347828,175.30434782608697,-19.5,-16.5,173.73913043478262,-18.003115229263383,17.965520073539025,17.82343081642935,8,171105,174105,177105,171108,177108,170111,174111,177111,000000 +177108,2,175.30434782608697,178.43478260869566,-19.5,-16.5,176.8695652173913,-18.003115229263383,17.965520073539025,17.82343081642935,8,174105,177105,180105,174108,180108,174111,177111,180111,000000 +180108,2,178.43478260869566,181.5652173913044,-19.5,-16.5,180.0,-18.003115229263383,17.965520073539025,17.82343081642935,8,177105,180105,183105,177108,183108,177111,180111,183111,000000 +183108,2,181.5652173913044,184.69565217391303,-19.5,-16.5,183.1304347826087,-18.003115229263383,17.965520073537405,17.823430816429138,8,180105,183105,186105,180108,186108,180111,183111,186111,000000 +186108,2,184.69565217391303,187.8260869565217,-19.5,-16.5,186.2608695652174,-18.003115229263383,17.965520073539025,17.82343081642935,8,183105,186105,189105,183108,189108,183111,186111,190111,000000 +189108,2,187.8260869565217,190.95652173913044,-19.5,-16.5,189.3913043478261,-18.003115229263383,17.965520073539025,17.82343081642935,8,186105,189105,192105,186108,193108,186111,190111,193111,000000 +193108,2,190.95652173913044,194.08695652173915,-19.5,-16.5,192.5217391304348,-18.003115229263383,17.965520073539025,17.82343081642935,8,189105,192105,195105,189108,196108,190111,193111,196111,000000 +196108,2,194.08695652173915,197.21739130434784,-19.5,-16.5,195.6521739130435,-18.003115229263383,17.965520073537405,17.823430816429138,8,192105,195105,198105,193108,199108,193111,196111,199111,000000 +199108,2,197.21739130434784,200.34782608695653,-19.5,-16.5,198.7826086956522,-18.003115229263383,17.965520073539025,17.82343081642935,8,195105,198105,202105,196108,202108,196111,199111,202111,000000 +202108,2,200.34782608695653,203.4782608695652,-19.5,-16.5,201.91304347826087,-18.003115229263383,17.965520073539025,17.82343081642935,8,198105,202105,205105,199108,205108,199111,202111,205111,000000 +205108,2,203.4782608695652,206.608695652174,-19.5,-16.5,205.0434782608696,-18.003115229263383,17.965520073537405,17.823430816429138,8,202105,205105,208105,202108,208108,202111,205111,209111,000000 +208108,2,206.608695652174,209.73913043478265,-19.5,-16.5,208.17391304347828,-18.003115229263383,17.965520073539025,17.82343081642935,8,205105,208105,211105,205108,211108,205111,209111,212111,000000 +211108,2,209.73913043478265,212.8695652173913,-19.5,-16.5,211.30434782608697,-18.003115229263383,17.965520073539025,17.82343081642935,8,208105,211105,214105,208108,214108,209111,212111,215111,000000 +214108,2,212.8695652173913,216.0,-19.5,-16.5,214.43478260869568,-18.003115229263383,17.965520073539025,17.82343081642935,8,211105,214105,217105,211108,218108,212111,215111,218111,000000 +218108,2,216.0,219.13043478260872,-19.5,-16.5,217.5652173913044,-18.003115229263383,17.965520073537405,17.823430816429138,8,214105,217105,220105,214108,221108,215111,218111,221111,000000 +221108,2,219.13043478260872,222.2608695652174,-19.5,-16.5,220.69565217391303,-18.003115229263383,17.965520073539025,17.82343081642935,8,217105,220105,223105,218108,224108,218111,221111,225111,000000 +224108,2,222.2608695652174,225.3913043478261,-19.5,-16.5,223.8260869565217,-18.003115229263383,17.965520073539025,17.82343081642935,8,220105,223105,226105,221108,227108,221111,225111,228111,000000 +227108,2,225.3913043478261,228.5217391304348,-19.5,-16.5,226.95652173913044,-18.003115229263383,17.965520073539025,17.82343081642935,8,223105,226105,229105,224108,230108,225111,228111,231111,000000 +230108,2,228.5217391304348,231.6521739130435,-19.5,-16.5,230.08695652173915,-18.003115229263383,17.965520073537405,17.823430816429138,8,226105,229105,232105,227108,233108,228111,231111,234111,000000 +233108,2,231.6521739130435,234.7826086956522,-19.5,-16.5,233.21739130434784,-18.003115229263383,17.965520073539025,17.82343081642935,8,229105,232105,235105,230108,236108,231111,234111,237111,000000 +236108,2,234.7826086956522,237.91304347826087,-19.5,-16.5,236.34782608695653,-18.003115229263383,17.965520073539025,17.82343081642935,8,232105,235105,238105,233108,239108,234111,237111,241111,000000 +239108,2,237.91304347826087,241.0434782608696,-19.5,-16.5,239.4782608695652,-18.003115229263383,17.965520073539025,17.82343081642935,7,235105,238105,242105,236108,243108,237111,241111,000000,000000 +243108,2,241.0434782608696,244.17391304347828,-19.5,-16.5,242.608695652174,-18.003115229263383,17.965520073537405,17.823430816429138,6,242105,245105,239108,246108,241111,244111,000000,000000,000000 +246108,0,244.17391304347828,247.30434782608697,-19.5,-16.5,245.73913043478265,-18.003115229263383,17.965520073539025,17.82343081642935,6,245105,248105,243108,249108,244111,247111,000000,000000,000000 +249108,0,247.30434782608697,250.43478260869568,-19.5,-16.5,248.8695652173913,-18.003115229263383,17.965520073539025,17.82343081642935,6,248105,251105,246108,252108,247111,250111,000000,000000,000000 +252108,0,250.43478260869568,253.5652173913044,-19.5,-16.5,252.0,-18.003115229263383,17.965520073537405,17.823430816429138,6,251105,254105,249108,255108,250111,253111,000000,000000,000000 +021111,0,19.11504424778761,22.300884955752213,-22.5,-19.5,20.70796460176992,-21.003667272455555,17.918436515533315,17.79031960961163,8,017108,020108,023108,018111,024111,018114,021114,024114,000000 +024111,0,22.300884955752213,25.48672566371681,-22.5,-19.5,23.89380530973452,-21.003667272455555,17.918436515533315,17.79031960961163,8,020108,023108,027108,021111,027111,021114,024114,028114,000000 +027111,2,25.48672566371681,28.672566371681416,-22.5,-19.5,27.079646017699115,-21.003667272455555,17.918436515533315,17.79031960961163,8,023108,027108,030108,024111,030111,024114,028114,031114,000000 +030111,2,28.672566371681416,31.858407079646017,-22.5,-19.5,30.26548672566372,-21.003667272455555,17.918436515533315,17.79031960961163,8,027108,030108,033108,027111,033111,028114,031114,034114,000000 +033111,2,31.858407079646017,35.04424778761062,-22.5,-19.5,33.45132743362832,-21.003667272455555,17.918436515533116,17.79031960961163,8,030108,033108,036108,030111,037111,031114,034114,037114,000000 +037111,2,35.04424778761062,38.23008849557522,-22.5,-19.5,36.63716814159292,-21.003667272455555,17.918436515533315,17.79031960961163,8,033108,036108,039108,033111,040111,034114,037114,041114,000000 +040111,2,38.23008849557522,41.41592920353983,-22.5,-19.5,39.823008849557525,-21.003667272455555,17.918436515533315,17.79031960961163,8,036108,039108,042108,037111,043111,037114,041114,044114,000000 +043111,2,41.41592920353983,44.60176991150443,-22.5,-19.5,43.008849557522126,-21.003667272455555,17.918436515533315,17.79031960961163,8,039108,042108,045108,040111,046111,041114,044114,047114,000000 +046111,2,44.60176991150443,47.78761061946903,-22.5,-19.5,46.19469026548673,-21.003667272455555,17.918436515533315,17.79031960961163,8,042108,045108,049108,043111,049111,044114,047114,050114,000000 +049111,2,47.78761061946903,50.97345132743363,-22.5,-19.5,49.38053097345133,-21.003667272455555,17.918436515533315,17.79031960961163,8,045108,049108,052108,046111,053111,047114,050114,054114,000000 +053111,2,50.97345132743363,54.15929203539823,-22.5,-19.5,52.56637168141593,-21.003667272455555,17.918436515533315,17.79031960961163,8,049108,052108,055108,049111,056111,050114,054114,057114,000000 +056111,2,54.15929203539823,57.34513274336283,-22.5,-19.5,55.75221238938053,-21.003667272455555,17.918436515533315,17.79031960961163,8,052108,055108,058108,053111,059111,054114,057114,060114,000000 +059111,2,57.34513274336283,60.53097345132744,-22.5,-19.5,58.93805309734513,-21.003667272455555,17.918436515533315,17.79031960961163,7,055108,058108,061108,056111,062111,057114,060114,000000,000000 +062111,2,60.53097345132744,63.71681415929204,-22.5,-19.5,62.12389380530973,-21.003667272455555,17.918436515533315,17.79031960961163,7,058108,061108,064108,059111,065111,060114,063114,000000,000000 +065111,2,63.71681415929204,66.90265486725664,-22.5,-19.5,65.30973451327434,-21.003667272455555,17.918436515532917,17.79031960961163,6,064108,067108,062111,068111,063114,066114,000000,000000,000000 +068111,2,66.90265486725664,70.08849557522124,-22.5,-19.5,68.49557522123894,-21.003667272455555,17.918436515532917,17.79031960961163,6,067108,070108,065111,072111,066114,070114,000000,000000,000000 +072111,2,70.08849557522124,73.27433628318585,-22.5,-19.5,71.68141592920355,-21.003667272455555,17.918436515532917,17.79031960961163,6,070108,074108,068111,075111,070114,073114,000000,000000,000000 +075111,2,73.27433628318585,76.46017699115045,-22.5,-19.5,74.86725663716814,-21.003667272455555,17.918436515532917,17.79031960961163,6,074108,077108,072111,078111,073114,076114,000000,000000,000000 +078111,2,76.46017699115045,79.64601769911505,-22.5,-19.5,78.05309734513276,-21.003667272455555,17.918436515532917,17.79031960961163,6,077108,080108,075111,081111,076114,079114,000000,000000,000000 +081111,2,79.64601769911505,82.83185840707965,-22.5,-19.5,81.23893805309734,-21.003667272455555,17.918436515532917,17.79031960961163,6,080108,083108,078111,084111,079114,083114,000000,000000,000000 +084111,2,82.83185840707965,86.01769911504425,-22.5,-19.5,84.42477876106196,-21.003667272455555,17.918436515532917,17.79031960961163,6,083108,086108,081111,088111,083114,086114,000000,000000,000000 +088111,2,86.01769911504425,89.20353982300885,-22.5,-19.5,87.61061946902655,-21.003667272455555,17.918436515532917,17.79031960961163,6,086108,089108,084111,091111,086114,089114,000000,000000,000000 +091111,2,89.20353982300885,92.38938053097344,-22.5,-19.5,90.79646017699116,-21.003667272455555,17.918436515532917,17.79031960961163,6,089108,092108,088111,094111,089114,092114,000000,000000,000000 +094111,2,92.38938053097344,95.57522123893806,-22.5,-19.5,93.98230088495576,-21.003667272455555,17.918436515532917,17.79031960961163,6,092108,095108,091111,097111,092114,096114,000000,000000,000000 +097111,2,95.57522123893806,98.76106194690266,-22.5,-19.5,97.16814159292036,-21.003667272455555,17.918436515532917,17.79031960961163,6,095108,099108,094111,100111,096114,099114,000000,000000,000000 +100111,2,98.76106194690266,101.94690265486726,-22.5,-19.5,100.35398230088497,-21.003667272455555,17.918436515532917,17.79031960961163,6,099108,102108,097111,104111,099114,102114,000000,000000,000000 +104111,2,101.94690265486726,105.13274336283186,-22.5,-19.5,103.53982300884957,-21.003667272455555,17.918436515532917,17.79031960961163,6,102108,105108,100111,107111,102114,105114,000000,000000,000000 +107111,2,105.13274336283186,108.31858407079646,-22.5,-19.5,106.72566371681415,-21.003667272455555,17.918436515532917,17.79031960961163,6,105108,108108,104111,110111,105114,109114,000000,000000,000000 +110111,2,108.31858407079646,111.50442477876106,-22.5,-19.5,109.91150442477876,-21.003667272455555,17.918436515532917,17.79031960961163,6,108108,111108,107111,113111,109114,112114,000000,000000,000000 +113111,2,111.50442477876106,114.69026548672566,-22.5,-19.5,113.09734513274336,-21.003667272455555,17.918436515532917,17.79031960961163,6,111108,114108,110111,116111,112114,115114,000000,000000,000000 +116111,2,114.69026548672566,117.87610619469028,-22.5,-19.5,116.28318584070796,-21.003667272455555,17.918436515532917,17.79031960961163,6,114108,117108,113111,119111,115114,118114,000000,000000,000000 +119111,2,117.87610619469028,121.06194690265488,-22.5,-19.5,119.46902654867256,-21.003667272455555,17.918436515532917,17.79031960961163,7,117108,121108,124108,116111,123111,118114,122114,000000,000000 +123111,2,121.06194690265488,124.24778761061948,-22.5,-19.5,122.65486725663716,-21.003667272455555,17.918436515532917,17.79031960961163,8,121108,124108,127108,119111,126111,118114,122114,125114,000000 +126111,2,124.24778761061948,127.43362831858408,-22.5,-19.5,125.84070796460176,-21.003667272455555,17.918436515532917,17.79031960961163,8,124108,127108,130108,123111,129111,122114,125114,128114,000000 +129111,2,127.43362831858408,130.61946902654867,-22.5,-19.5,129.02654867256638,-21.003667272455555,17.918436515532917,17.79031960961163,8,127108,130108,133108,126111,132111,125114,128114,131114,000000 +132111,2,130.61946902654867,133.8053097345133,-22.5,-19.5,132.21238938053096,-21.003667272455555,17.91843651553212,17.79031960961163,8,130108,133108,136108,129111,135111,128114,131114,135114,000000 +135111,2,133.8053097345133,136.99115044247787,-22.5,-19.5,135.39823008849558,-21.003667272455555,17.918436515533713,17.79031960961163,8,133108,136108,139108,132111,139111,131114,135114,138114,000000 +139111,2,136.99115044247787,140.1769911504425,-22.5,-19.5,138.5840707964602,-21.003667272455555,17.91843651553212,17.79031960961163,8,136108,139108,142108,135111,142111,135114,138114,141114,000000 +142111,2,140.1769911504425,143.36283185840708,-22.5,-19.5,141.76991150442478,-21.003667272455555,17.918436515533713,17.79031960961163,8,139108,142108,146108,139111,145111,138114,141114,144114,000000 +145111,2,143.36283185840708,146.5486725663717,-22.5,-19.5,144.95575221238937,-21.003667272455555,17.91843651553212,17.79031960961163,8,142108,146108,149108,142111,148111,141114,144114,148114,000000 +148111,2,146.5486725663717,149.73451327433628,-22.5,-19.5,148.141592920354,-21.003667272455555,17.918436515533713,17.79031960961163,8,146108,149108,152108,145111,151111,144114,148114,151114,000000 +151111,2,149.73451327433628,152.9203539823009,-22.5,-19.5,151.3274336283186,-21.003667272455555,17.91843651553212,17.79031960961163,8,149108,152108,155108,148111,155111,148114,151114,154114,000000 +155111,2,152.9203539823009,156.10619469026548,-22.5,-19.5,154.5132743362832,-21.003667272455555,17.918436515533713,17.79031960961163,8,152108,155108,158108,151111,158111,151114,154114,157114,000000 +158111,2,156.10619469026548,159.2920353982301,-22.5,-19.5,157.69911504424778,-21.003667272455555,17.91843651553212,17.79031960961163,8,155108,158108,161108,155111,161111,154114,157114,161114,000000 +161111,2,159.2920353982301,162.47787610619469,-22.5,-19.5,160.8849557522124,-21.003667272455555,17.918436515533713,17.79031960961163,8,158108,161108,164108,158111,164111,157114,161114,164114,000000 +164111,2,162.47787610619469,165.6637168141593,-22.5,-19.5,164.070796460177,-21.003667272455555,17.91843651553212,17.79031960961163,8,161108,164108,167108,161111,167111,161114,164114,167114,000000 +167111,2,165.6637168141593,168.8495575221239,-22.5,-19.5,167.2566371681416,-21.003667272455555,17.918436515533713,17.79031960961163,8,164108,167108,171108,164111,170111,164114,167114,170114,000000 +170111,2,168.8495575221239,172.0353982300885,-22.5,-19.5,170.44247787610618,-21.003667272455555,17.91843651553212,17.79031960961163,8,167108,171108,174108,167111,174111,167114,170114,174114,000000 +174111,2,172.0353982300885,175.2212389380531,-22.5,-19.5,173.6283185840708,-21.003667272455555,17.918436515533713,17.79031960961163,8,171108,174108,177108,170111,177111,170114,174114,177114,000000 +177111,2,175.2212389380531,178.4070796460177,-22.5,-19.5,176.8141592920354,-21.003667272455555,17.91843651553212,17.79031960961163,8,174108,177108,180108,174111,180111,174114,177114,180114,000000 +180111,2,178.4070796460177,181.5929203539823,-22.5,-19.5,180.0,-21.003667272455555,17.918436515533713,17.79031960961163,8,177108,180108,183108,177111,183111,177114,180114,183114,000000 +183111,2,181.5929203539823,184.7787610619469,-22.5,-19.5,183.1858407079646,-21.003667272455555,17.91843651553212,17.79031960961163,8,180108,183108,186108,180111,186111,180114,183114,186114,000000 +186111,2,184.7787610619469,187.9646017699115,-22.5,-19.5,186.3716814159292,-21.003667272455555,17.918436515533713,17.79031960961163,8,183108,186108,189108,183111,190111,183114,186114,190114,000000 +190111,2,187.9646017699115,191.1504424778761,-22.5,-19.5,189.55752212389385,-21.003667272455555,17.91843651553212,17.79031960961163,8,186108,189108,193108,186111,193111,186114,190114,193114,000000 +193111,2,191.1504424778761,194.3362831858407,-22.5,-19.5,192.7433628318584,-21.003667272455555,17.918436515533713,17.79031960961163,8,189108,193108,196108,190111,196111,190114,193114,196114,000000 +196111,2,194.3362831858407,197.5221238938053,-22.5,-19.5,195.929203539823,-21.003667272455555,17.91843651553212,17.79031960961163,8,193108,196108,199108,193111,199111,193114,196114,199114,000000 +199111,2,197.5221238938053,200.7079646017699,-22.5,-19.5,199.1150442477876,-21.003667272455555,17.918436515533713,17.79031960961163,8,196108,199108,202108,196111,202111,196114,199114,203114,000000 +202111,2,200.7079646017699,203.8938053097345,-22.5,-19.5,202.30088495575225,-21.003667272455555,17.91843651553212,17.79031960961163,8,199108,202108,205108,199111,205111,199114,203114,206114,000000 +205111,2,203.8938053097345,207.0796460176992,-22.5,-19.5,205.4867256637168,-21.003667272455555,17.91843651553212,17.79031960961163,8,202108,205108,208108,202111,209111,203114,206114,209114,000000 +209111,2,207.0796460176992,210.2654867256637,-22.5,-19.5,208.67256637168143,-21.003667272455555,17.918436515533713,17.79031960961163,8,205108,208108,211108,205111,212111,206114,209114,212114,000000 +212111,2,210.2654867256637,213.4513274336284,-22.5,-19.5,211.85840707964604,-21.003667272455555,17.91843651553212,17.79031960961163,8,208108,211108,214108,209111,215111,209114,212114,216114,000000 +215111,2,213.4513274336284,216.63716814159287,-22.5,-19.5,215.04424778761063,-21.003667272455555,17.918436515533713,17.79031960961163,8,211108,214108,218108,212111,218111,212114,216114,219114,000000 +218111,2,216.63716814159287,219.8230088495576,-22.5,-19.5,218.2300884955752,-21.003667272455555,17.91843651553212,17.79031960961163,8,214108,218108,221108,215111,221111,216114,219114,222114,000000 +221111,2,219.8230088495576,223.00884955752213,-22.5,-19.5,221.41592920353983,-21.003667272455555,17.918436515533713,17.79031960961163,8,218108,221108,224108,218111,225111,219114,222114,225114,000000 +225111,2,223.00884955752213,226.1946902654868,-22.5,-19.5,224.60176991150445,-21.003667272455555,17.91843651553212,17.79031960961163,8,221108,224108,227108,221111,228111,222114,225114,229114,000000 +228111,2,226.1946902654868,229.38053097345133,-22.5,-19.5,227.78761061946904,-21.003667272455555,17.918436515533713,17.79031960961163,8,224108,227108,230108,225111,231111,225114,229114,232114,000000 +231111,2,229.38053097345133,232.566371681416,-22.5,-19.5,230.9734513274336,-21.003667272455555,17.91843651553212,17.79031960961163,8,227108,230108,233108,228111,234111,229114,232114,235114,000000 +234111,2,232.566371681416,235.75221238938053,-22.5,-19.5,234.15929203539824,-21.003667272455555,17.918436515533713,17.79031960961163,8,230108,233108,236108,231111,237111,232114,235114,238114,000000 +237111,2,235.75221238938053,238.93805309734515,-22.5,-19.5,237.34513274336285,-21.003667272455555,17.91843651553212,17.79031960961163,8,233108,236108,239108,234111,241111,235114,238114,242114,000000 +241111,2,238.93805309734515,242.1238938053097,-22.5,-19.5,240.53097345132744,-21.003667272455555,17.918436515533713,17.79031960961163,7,236108,239108,243108,237111,244111,238114,242114,000000,000000 +244111,2,242.1238938053097,245.30973451327435,-22.5,-19.5,243.71681415929203,-21.003667272455555,17.91843651553212,17.79031960961163,6,243108,246108,241111,247111,242114,245114,000000,000000,000000 +247111,2,245.30973451327435,248.4955752212389,-22.5,-19.5,246.90265486725664,-21.003667272455555,17.918436515533713,17.79031960961163,6,246108,249108,244111,250111,245114,248114,000000,000000,000000 +250111,0,248.4955752212389,251.68141592920355,-22.5,-19.5,250.0884955752213,-21.003667272455555,17.91843651553212,17.79031960961163,6,249108,252108,247111,253111,248114,251114,000000,000000,000000 +253111,0,251.68141592920355,254.8672566371681,-22.5,-19.5,253.27433628318585,-21.003667272455555,17.918436515533713,17.79031960961163,6,252108,255108,250111,256111,251114,255114,000000,000000,000000 +256111,0,254.8672566371681,258.0530973451328,-22.5,-19.5,256.46017699115043,-21.003667272455555,17.91843651553212,17.79031960961163,6,255108,258108,253111,260111,255114,258114,000000,000000,000000 +015114,0,12.972972972972974,16.216216216216218,-25.5,-22.5,14.594594594594597,-24.00421414485465,18.121019011537143,17.757518552567703,8,011111,014111,018111,011114,018114,012117,015117,018117,000000 +018114,0,16.216216216216218,19.45945945945946,-25.5,-22.5,17.83783783783784,-24.00421414485465,18.12101901153723,17.757518552567703,8,014111,018111,021111,015114,021114,015117,018117,022117,000000 +021114,0,19.45945945945946,22.702702702702705,-25.5,-22.5,21.08108108108108,-24.00421414485465,18.12101901153703,17.757518552567703,8,018111,021111,024111,018114,024114,018117,022117,025117,000000 +024114,2,22.702702702702705,25.945945945945947,-25.5,-22.5,24.324324324324326,-24.00421414485465,18.12101901153723,17.757518552567703,8,021111,024111,027111,021114,028114,022117,025117,028117,000000 +028114,2,25.945945945945947,29.18918918918919,-25.5,-22.5,27.56756756756757,-24.00421414485465,18.12101901153723,17.757518552567703,8,024111,027111,030111,024114,031114,025117,028117,032117,000000 +031114,2,29.18918918918919,32.432432432432435,-25.5,-22.5,30.81081081081081,-24.00421414485465,18.12101901153703,17.757518552567703,8,027111,030111,033111,028114,034114,028117,032117,035117,000000 +034114,2,32.432432432432435,35.67567567567568,-25.5,-22.5,34.054054054054056,-24.00421414485465,18.12101901153723,17.757518552567703,8,030111,033111,037111,031114,037114,032117,035117,038117,000000 +037114,2,35.67567567567568,38.91891891891892,-25.5,-22.5,37.2972972972973,-24.00421414485465,18.12101901153723,17.757518552567703,8,033111,037111,040111,034114,041114,035117,038117,042117,000000 +041114,2,38.91891891891892,42.16216216216216,-25.5,-22.5,40.54054054054054,-24.00421414485465,18.12101901153723,17.757518552567703,7,037111,040111,043111,037114,044114,038117,042117,000000,000000 +044114,2,42.16216216216216,45.40540540540541,-25.5,-22.5,43.78378378378379,-24.00421414485465,18.121019011536845,17.757518552567703,7,040111,043111,046111,041114,047114,042117,045117,000000,000000 +047114,2,45.40540540540541,48.64864864864865,-25.5,-22.5,47.02702702702703,-24.00421414485465,18.12101901153723,17.757518552567703,7,043111,046111,049111,044114,050114,045117,048117,000000,000000 +050114,2,48.64864864864865,51.891891891891895,-25.5,-22.5,50.270270270270274,-24.00421414485465,18.12101901153723,17.757518552567703,7,046111,049111,053111,047114,054114,048117,052117,000000,000000 +054114,2,51.891891891891895,55.13513513513514,-25.5,-22.5,53.51351351351352,-24.00421414485465,18.12101901153723,17.757518552567703,7,049111,053111,056111,050114,057114,052117,055117,000000,000000 +057114,2,55.13513513513514,58.37837837837838,-25.5,-22.5,56.75675675675676,-24.00421414485465,18.12101901153723,17.757518552567703,7,053111,056111,059111,054114,060114,055117,058117,000000,000000 +060114,2,58.37837837837838,61.62162162162163,-25.5,-22.5,60.0,-24.00421414485465,18.121019011536845,17.757518552567703,7,056111,059111,062111,057114,063114,058117,062117,000000,000000 +063114,2,61.62162162162163,64.86486486486487,-25.5,-22.5,63.24324324324325,-24.00421414485465,18.12101901153723,17.757518552567703,6,062111,065111,060114,066114,062117,065117,000000,000000,000000 +066114,2,64.86486486486487,68.10810810810811,-25.5,-22.5,66.48648648648648,-24.00421414485465,18.121019011536845,17.757518552567703,6,065111,068111,063114,070114,065117,068117,000000,000000,000000 +070114,2,68.10810810810811,71.35135135135135,-25.5,-22.5,69.72972972972974,-24.00421414485465,18.121019011536845,17.757518552567703,6,068111,072111,066114,073114,068117,072117,000000,000000,000000 +073114,2,71.35135135135135,74.5945945945946,-25.5,-22.5,72.97297297297297,-24.00421414485465,18.121019011536845,17.757518552567703,6,072111,075111,070114,076114,072117,075117,000000,000000,000000 +076114,2,74.5945945945946,77.83783783783784,-25.5,-22.5,76.21621621621622,-24.00421414485465,18.121019011536845,17.757518552567703,6,075111,078111,073114,079114,075117,078117,000000,000000,000000 +079114,2,77.83783783783784,81.08108108108108,-25.5,-22.5,79.45945945945945,-24.00421414485465,18.121019011536845,17.757518552567703,6,078111,081111,076114,083114,078117,082117,000000,000000,000000 +083114,2,81.08108108108108,84.32432432432432,-25.5,-22.5,82.70270270270271,-24.00421414485465,18.121019011536845,17.757518552567703,7,081111,084111,079114,086114,078117,082117,085117,000000,000000 +086114,2,84.32432432432432,87.56756756756758,-25.5,-22.5,85.94594594594595,-24.00421414485465,18.121019011536845,17.757518552567703,7,084111,088111,083114,089114,082117,085117,088117,000000,000000 +089114,2,87.56756756756758,90.81081081081082,-25.5,-22.5,89.1891891891892,-24.00421414485465,18.121019011536845,17.757518552567703,7,088111,091111,086114,092114,085117,088117,092117,000000,000000 +092114,2,90.81081081081082,94.05405405405406,-25.5,-22.5,92.43243243243244,-24.00421414485465,18.121019011536845,17.757518552567703,7,091111,094111,089114,096114,088117,092117,095117,000000,000000 +096114,2,94.05405405405406,97.2972972972973,-25.5,-22.5,95.67567567567568,-24.00421414485465,18.121019011536845,17.757518552567703,7,094111,097111,092114,099114,092117,095117,098117,000000,000000 +099114,2,97.2972972972973,100.54054054054056,-25.5,-22.5,98.91891891891892,-24.00421414485465,18.121019011536845,17.757518552567703,7,097111,100111,096114,102114,095117,098117,102117,000000,000000 +102114,2,100.54054054054056,103.7837837837838,-25.5,-22.5,102.16216216216216,-24.00421414485465,18.121019011536845,17.757518552567703,7,100111,104111,099114,105114,098117,102117,105117,000000,000000 +105114,2,103.7837837837838,107.02702702702705,-25.5,-22.5,105.40540540540542,-24.00421414485465,18.121019011536845,17.757518552567703,7,104111,107111,102114,109114,102117,105117,108117,000000,000000 +109114,2,107.02702702702705,110.27027027027027,-25.5,-22.5,108.64864864864865,-24.00421414485465,18.121019011536845,17.757518552567703,7,107111,110111,105114,112114,105117,108117,112117,000000,000000 +112114,2,110.27027027027027,113.51351351351352,-25.5,-22.5,111.8918918918919,-24.00421414485465,18.121019011536845,17.757518552567703,7,110111,113111,109114,115114,108117,112117,115117,000000,000000 +115114,2,113.51351351351352,116.75675675675676,-25.5,-22.5,115.13513513513512,-24.00421414485465,18.121019011536845,17.757518552567703,7,113111,116111,112114,118114,112117,115117,118117,000000,000000 +118114,2,116.75675675675676,120.0,-25.5,-22.5,118.3783783783784,-24.00421414485465,18.121019011536845,17.757518552567703,8,116111,119111,123111,115114,122114,115117,118117,122117,000000 +122114,2,120.0,123.24324324324326,-25.5,-22.5,121.62162162162164,-24.00421414485465,18.121019011536845,17.757518552567703,8,119111,123111,126111,118114,125114,118117,122117,125117,000000 +125114,2,123.24324324324326,126.4864864864865,-25.5,-22.5,124.86486486486488,-24.00421414485465,18.121019011536845,17.757518552567703,8,123111,126111,129111,122114,128114,122117,125117,128117,000000 +128114,2,126.4864864864865,129.72972972972974,-25.5,-22.5,128.10810810810813,-24.00421414485465,18.121019011536845,17.757518552567703,8,126111,129111,132111,125114,131114,125117,128117,132117,000000 +131114,2,129.72972972972974,132.97297297297297,-25.5,-22.5,131.35135135135135,-24.00421414485465,18.121019011537623,17.757518552567703,8,129111,132111,135111,128114,135114,128117,132117,135117,000000 +135114,2,132.97297297297297,136.21621621621622,-25.5,-22.5,134.59459459459458,-24.00421414485465,18.12101901153605,17.757518552567518,8,132111,135111,139111,131114,138114,132117,135117,138117,000000 +138114,2,136.21621621621622,139.45945945945948,-25.5,-22.5,137.83783783783787,-24.00421414485465,18.12101901153605,17.757518552567518,8,135111,139111,142111,135114,141114,135117,138117,142117,000000 +141114,2,139.45945945945948,142.7027027027027,-25.5,-22.5,141.0810810810811,-24.00421414485465,18.121019011537623,17.757518552567703,8,139111,142111,145111,138114,144114,138117,142117,145117,000000 +144114,2,142.7027027027027,145.94594594594597,-25.5,-22.5,144.32432432432432,-24.00421414485465,18.12101901153605,17.757518552567518,8,142111,145111,148111,141114,148114,142117,145117,148117,000000 +148114,2,145.94594594594597,149.1891891891892,-25.5,-22.5,147.56756756756758,-24.00421414485465,18.121019011537623,17.757518552567703,8,145111,148111,151111,144114,151114,145117,148117,152117,000000 +151114,2,149.1891891891892,152.43243243243245,-25.5,-22.5,150.81081081081084,-24.00421414485465,18.12101901153605,17.757518552567518,8,148111,151111,155111,148114,154114,148117,152117,155117,000000 +154114,2,152.43243243243245,155.67567567567568,-25.5,-22.5,154.05405405405406,-24.00421414485465,18.121019011537623,17.757518552567703,8,151111,155111,158111,151114,157114,152117,155117,158117,000000 +157114,2,155.67567567567568,158.91891891891893,-25.5,-22.5,157.2972972972973,-24.00421414485465,18.12101901153605,17.757518552567518,8,155111,158111,161111,154114,161114,155117,158117,162117,000000 +161114,2,158.91891891891893,162.16216216216216,-25.5,-22.5,160.54054054054055,-24.00421414485465,18.121019011537623,17.757518552567703,7,158111,161111,164111,157114,164114,158117,162117,000000,000000 +164114,2,162.16216216216216,165.40540540540542,-25.5,-22.5,163.7837837837838,-24.00421414485465,18.12101901153605,17.757518552567518,7,161111,164111,167111,161114,167114,162117,165117,000000,000000 +167114,2,165.40540540540542,168.64864864864865,-25.5,-22.5,167.02702702702703,-24.00421414485465,18.121019011537623,17.757518552567703,7,164111,167111,170111,164114,170114,165117,168117,000000,000000 +170114,2,168.64864864864865,171.8918918918919,-25.5,-22.5,170.27027027027026,-24.00421414485465,18.12101901153605,17.757518552567518,7,167111,170111,174111,167114,174114,168117,172117,000000,000000 +174114,2,171.8918918918919,175.13513513513516,-25.5,-22.5,173.51351351351354,-24.00421414485465,18.12101901153605,17.757518552567518,7,170111,174111,177111,170114,177114,172117,175117,000000,000000 +177114,2,175.13513513513516,178.3783783783784,-25.5,-22.5,176.75675675675677,-24.00421414485465,18.121019011537623,17.757518552567703,7,174111,177111,180111,174114,180114,175117,178117,000000,000000 +180114,2,178.3783783783784,181.62162162162164,-25.5,-22.5,180.0,-24.00421414485465,18.12101901153605,17.757518552567518,7,177111,180111,183111,177114,183114,178117,182117,000000,000000 +183114,2,181.62162162162164,184.86486486486487,-25.5,-22.5,183.24324324324328,-24.00421414485465,18.121019011537623,17.757518552567703,7,180111,183111,186111,180114,186114,182117,185117,000000,000000 +186114,2,184.86486486486487,188.10810810810813,-25.5,-22.5,186.4864864864865,-24.00421414485465,18.12101901153605,17.757518552567518,7,183111,186111,190111,183114,190114,185117,188117,000000,000000 +190114,2,188.10810810810813,191.35135135135133,-25.5,-22.5,189.7297297297297,-24.00421414485465,18.121019011537623,17.757518552567703,7,186111,190111,193111,186114,193114,188117,192117,000000,000000 +193114,2,191.35135135135133,194.5945945945946,-25.5,-22.5,192.97297297297297,-24.00421414485465,18.12101901153605,17.757518552567518,7,190111,193111,196111,190114,196114,192117,195117,000000,000000 +196114,2,194.5945945945946,197.83783783783784,-25.5,-22.5,196.21621621621625,-24.00421414485465,18.121019011537623,17.757518552567703,7,193111,196111,199111,193114,199114,195117,198117,000000,000000 +199114,2,197.83783783783784,201.0810810810811,-25.5,-22.5,199.45945945945948,-24.00421414485465,18.12101901153605,17.757518552567518,7,196111,199111,202111,196114,203114,198117,202117,000000,000000 +203114,2,201.0810810810811,204.32432432432432,-25.5,-22.5,202.7027027027027,-24.00421414485465,18.121019011537623,17.757518552567703,8,199111,202111,205111,199114,206114,198117,202117,205117,000000 +206114,2,204.32432432432432,207.5675675675676,-25.5,-22.5,205.945945945946,-24.00421414485465,18.12101901153605,17.757518552567518,8,202111,205111,209111,203114,209114,202117,205117,208117,000000 +209114,2,207.5675675675676,210.81081081081084,-25.5,-22.5,209.1891891891892,-24.00421414485465,18.12101901153605,17.757518552567518,8,205111,209111,212111,206114,212114,205117,208117,212117,000000 +212114,2,210.81081081081084,214.0540540540541,-25.5,-22.5,212.43243243243245,-24.00421414485465,18.121019011537623,17.757518552567703,8,209111,212111,215111,209114,216114,208117,212117,215117,000000 +216114,2,214.0540540540541,217.2972972972973,-25.5,-22.5,215.67567567567568,-24.00421414485465,18.12101901153605,17.757518552567518,8,212111,215111,218111,212114,219114,212117,215117,218117,000000 +219114,2,217.2972972972973,220.5405405405405,-25.5,-22.5,218.91891891891893,-24.00421414485465,18.121019011537623,17.757518552567703,8,215111,218111,221111,216114,222114,215117,218117,222117,000000 +222114,2,220.5405405405405,223.7837837837838,-25.5,-22.5,222.1621621621622,-24.00421414485465,18.12101901153605,17.757518552567518,8,218111,221111,225111,219114,225114,218117,222117,225117,000000 +225114,2,223.7837837837838,227.02702702702703,-25.5,-22.5,225.40540540540545,-24.00421414485465,18.121019011537623,17.757518552567703,8,221111,225111,228111,222114,229114,222117,225117,228117,000000 +229114,2,227.02702702702703,230.2702702702703,-25.5,-22.5,228.64864864864865,-24.00421414485465,18.12101901153605,17.757518552567518,8,225111,228111,231111,225114,232114,225117,228117,232117,000000 +232114,2,230.2702702702703,233.51351351351352,-25.5,-22.5,231.8918918918919,-24.00421414485465,18.121019011537623,17.757518552567703,8,228111,231111,234111,229114,235114,228117,232117,235117,000000 +235114,2,233.51351351351352,236.7567567567568,-25.5,-22.5,235.1351351351352,-24.00421414485465,18.12101901153605,17.757518552567518,8,231111,234111,237111,232114,238114,232117,235117,238117,000000 +238114,2,236.7567567567568,240.0,-25.5,-22.5,238.3783783783784,-24.00421414485465,18.121019011537623,17.757518552567703,8,234111,237111,241111,235114,242114,235117,238117,242117,000000 +242114,2,240.0,243.24324324324328,-25.5,-22.5,241.6216216216216,-24.00421414485465,18.12101901153605,17.757518552567518,8,237111,241111,244111,238114,245114,238117,242117,245117,000000 +245114,2,243.24324324324328,246.4864864864865,-25.5,-22.5,244.8648648648649,-24.00421414485465,18.12101901153605,17.757518552567518,7,244111,247111,242114,248114,242117,245117,248117,000000,000000 +248114,2,246.4864864864865,249.7297297297297,-25.5,-22.5,248.10810810810813,-24.00421414485465,18.121019011537623,17.757518552567703,7,247111,250111,245114,251114,245117,248117,252117,000000,000000 +251114,2,249.7297297297297,252.972972972973,-25.5,-22.5,251.35135135135133,-24.00421414485465,18.12101901153605,17.757518552567518,7,250111,253111,248114,255114,248117,252117,255117,000000,000000 +255114,0,252.972972972973,256.21621621621625,-25.5,-22.5,254.59459459459464,-24.00421414485465,18.12101901153605,17.757518552567518,7,253111,256111,251114,258114,252117,255117,258117,000000,000000 +258114,0,256.21621621621625,259.4594594594595,-25.5,-22.5,257.83783783783787,-24.00421414485465,18.121019011537623,17.757518552567703,7,256111,260111,255114,261114,255117,258117,262117,000000,000000 +261114,0,259.4594594594595,262.7027027027027,-25.5,-22.5,261.0810810810811,-24.00421414485465,18.121019011537623,17.757518552567703,7,260111,263111,258114,264114,258117,262117,265117,000000,000000 +008117,0,6.666666666666667,10.0,-28.5,-25.5,8.333333333333334,-27.004837825718568,17.75419987836581,17.72011058182754,8,005114,008114,011114,005117,012117,005120,009120,012120,000000 +012117,0,10.0,13.333333333333334,-28.5,-25.5,11.666666666666668,-27.004837825718568,17.75419987836574,17.72011058182754,8,008114,011114,015114,008117,015117,009120,012120,015120,000000 +015117,0,13.333333333333334,16.666666666666668,-28.5,-25.5,15.0,-27.004837825718568,17.75419987836574,17.72011058182754,8,011114,015114,018114,012117,018117,012120,015120,019120,000000 +018117,2,16.666666666666668,20.0,-28.5,-25.5,18.333333333333336,-27.004837825718568,17.75419987836574,17.72011058182754,8,015114,018114,021114,015117,022117,015120,019120,022120,000000 +022117,2,20.0,23.333333333333336,-28.5,-25.5,21.666666666666668,-27.004837825718568,17.75419987836574,17.72011058182754,8,018114,021114,024114,018117,025117,019120,022120,026120,000000 +025117,2,23.333333333333336,26.666666666666668,-28.5,-25.5,25.0,-27.004837825718568,17.75419987836574,17.72011058182754,8,021114,024114,028114,022117,028117,022120,026120,029120,000000 +028117,2,26.666666666666668,30.0,-28.5,-25.5,28.333333333333336,-27.004837825718568,17.75419987836574,17.72011058182754,8,024114,028114,031114,025117,032117,026120,029120,033120,000000 +032117,2,30.0,33.333333333333336,-28.5,-25.5,31.666666666666668,-27.004837825718568,17.75419987836574,17.72011058182754,8,028114,031114,034114,028117,035117,029120,033120,036120,000000 +035117,2,33.333333333333336,36.66666666666667,-28.5,-25.5,35.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,031114,034114,037114,032117,038117,033120,036120,039120,000000 +038117,2,36.66666666666667,40.0,-28.5,-25.5,38.333333333333336,-27.004837825718568,17.754199878365938,17.72011058182754,7,034114,037114,041114,035117,042117,036120,039120,000000,000000 +042117,2,40.0,43.333333333333336,-28.5,-25.5,41.66666666666667,-27.004837825718568,17.754199878365554,17.72011058182754,7,037114,041114,044114,038117,045117,039120,043120,000000,000000 +045117,2,43.333333333333336,46.66666666666667,-28.5,-25.5,45.0,-27.004837825718568,17.754199878365554,17.72011058182754,6,044114,047114,042117,048117,043120,046120,000000,000000,000000 +048117,2,46.66666666666667,50.0,-28.5,-25.5,48.333333333333336,-27.004837825718568,17.754199878365938,17.72011058182754,6,047114,050114,045117,052117,046120,050120,000000,000000,000000 +052117,2,50.0,53.333333333333336,-28.5,-25.5,51.66666666666667,-27.004837825718568,17.754199878365554,17.72011058182754,6,050114,054114,048117,055117,050120,053120,000000,000000,000000 +055117,2,53.333333333333336,56.66666666666667,-28.5,-25.5,55.0,-27.004837825718568,17.754199878365554,17.72011058182754,6,054114,057114,052117,058117,053120,057120,000000,000000,000000 +058117,2,56.66666666666667,60.0,-28.5,-25.5,58.333333333333336,-27.004837825718568,17.754199878365938,17.72011058182754,6,057114,060114,055117,062117,057120,060120,000000,000000,000000 +062117,2,60.0,63.333333333333336,-28.5,-25.5,61.66666666666667,-27.004837825718568,17.754199878365554,17.72011058182754,6,060114,063114,058117,065117,060120,063120,000000,000000,000000 +065117,2,63.333333333333336,66.66666666666667,-28.5,-25.5,65.0,-27.004837825718568,17.754199878365554,17.72011058182754,6,063114,066114,062117,068117,063120,067120,000000,000000,000000 +068117,2,66.66666666666667,70.0,-28.5,-25.5,68.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,6,066114,070114,065117,072117,067120,070120,000000,000000,000000 +072117,2,70.0,73.33333333333334,-28.5,-25.5,71.66666666666667,-27.004837825718568,17.754199878365554,17.72011058182754,6,070114,073114,068117,075117,070120,074120,000000,000000,000000 +075117,2,73.33333333333334,76.66666666666667,-28.5,-25.5,75.0,-27.004837825718568,17.754199878365554,17.72011058182754,6,073114,076114,072117,078117,074120,077120,000000,000000,000000 +078117,2,76.66666666666667,80.0,-28.5,-25.5,78.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,7,076114,079114,083114,075117,082117,077120,081120,000000,000000 +082117,2,80.0,83.33333333333334,-28.5,-25.5,81.66666666666667,-27.004837825718568,17.754199878365554,17.72011058182754,7,079114,083114,086114,078117,085117,081120,084120,000000,000000 +085117,2,83.33333333333334,86.66666666666667,-28.5,-25.5,85.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,083114,086114,089114,082117,088117,081120,084120,087120,000000 +088117,2,86.66666666666667,90.0,-28.5,-25.5,88.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,8,086114,089114,092114,085117,092117,084120,087120,091120,000000 +092117,2,90.0,93.33333333333334,-28.5,-25.5,91.66666666666669,-27.004837825718568,17.754199878365554,17.72011058182754,8,089114,092114,096114,088117,095117,087120,091120,094120,000000 +095117,2,93.33333333333334,96.66666666666669,-28.5,-25.5,95.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,092114,096114,099114,092117,098117,091120,094120,098120,000000 +098117,2,96.66666666666669,100.0,-28.5,-25.5,98.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,8,096114,099114,102114,095117,102117,094120,098120,101120,000000 +102117,2,100.0,103.33333333333334,-28.5,-25.5,101.66666666666669,-27.004837825718568,17.754199878365554,17.72011058182754,8,099114,102114,105114,098117,105117,098120,101120,105120,000000 +105117,2,103.33333333333334,106.66666666666669,-28.5,-25.5,105.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,102114,105114,109114,102117,108117,101120,105120,108120,000000 +108117,2,106.66666666666669,110.0,-28.5,-25.5,108.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,8,105114,109114,112114,105117,112117,105120,108120,111120,000000 +112117,2,110.0,113.33333333333334,-28.5,-25.5,111.66666666666669,-27.004837825718568,17.754199878365554,17.72011058182754,8,109114,112114,115114,108117,115117,108120,111120,115120,000000 +115117,2,113.33333333333334,116.66666666666669,-28.5,-25.5,115.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,112114,115114,118114,112117,118117,111120,115120,118120,000000 +118117,2,116.66666666666669,120.0,-28.5,-25.5,118.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,8,115114,118114,122114,115117,122117,115120,118120,122120,000000 +122117,2,120.0,123.33333333333334,-28.5,-25.5,121.66666666666669,-27.004837825718568,17.754199878365554,17.72011058182754,8,118114,122114,125114,118117,125117,118120,122120,125120,000000 +125117,2,123.33333333333334,126.66666666666669,-28.5,-25.5,125.0,-27.004837825718568,17.754199878365554,17.72011058182754,8,122114,125114,128114,122117,128117,122120,125120,129120,000000 +128117,2,126.66666666666669,130.0,-28.5,-25.5,128.33333333333334,-27.004837825718568,17.754199878365554,17.72011058182754,8,125114,128114,131114,125117,132117,125120,129120,132120,000000 +132117,2,130.0,133.33333333333334,-28.5,-25.5,131.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,128114,131114,135114,128117,135117,129120,132120,135120,000000 +135117,2,133.33333333333334,136.66666666666669,-28.5,-25.5,135.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,131114,135114,138114,132117,138117,132120,135120,139120,000000 +138117,2,136.66666666666669,140.0,-28.5,-25.5,138.33333333333334,-27.004837825718568,17.754199878366308,17.72011058182754,8,135114,138114,141114,135117,142117,135120,139120,142120,000000 +142117,2,140.0,143.33333333333334,-28.5,-25.5,141.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,138114,141114,144114,138117,145117,139120,142120,146120,000000 +145117,2,143.33333333333334,146.66666666666669,-28.5,-25.5,145.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,141114,144114,148114,142117,148117,142120,146120,149120,000000 +148117,2,146.66666666666669,150.0,-28.5,-25.5,148.33333333333334,-27.004837825718568,17.754199878366308,17.72011058182754,8,144114,148114,151114,145117,152117,146120,149120,153120,000000 +152117,2,150.0,153.33333333333334,-28.5,-25.5,151.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,148114,151114,154114,148117,155117,149120,153120,156120,000000 +155117,2,153.33333333333334,156.66666666666669,-28.5,-25.5,155.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,151114,154114,157114,152117,158117,153120,156120,159120,000000 +158117,2,156.66666666666669,160.0,-28.5,-25.5,158.33333333333334,-27.004837825718568,17.754199878366308,17.72011058182754,7,154114,157114,161114,155117,162117,156120,159120,000000,000000 +162117,2,160.0,163.33333333333334,-28.5,-25.5,161.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,7,157114,161114,164114,158117,165117,159120,163120,000000,000000 +165117,2,163.33333333333334,166.66666666666669,-28.5,-25.5,165.0,-27.004837825718568,17.754199878364787,17.72011058182754,6,164114,167114,162117,168117,163120,166120,000000,000000,000000 +168117,2,166.66666666666669,170.0,-28.5,-25.5,168.33333333333334,-27.004837825718568,17.754199878366308,17.72011058182754,6,167114,170114,165117,172117,166120,170120,000000,000000,000000 +172117,2,170.0,173.33333333333334,-28.5,-25.5,171.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,6,170114,174114,168117,175117,170120,173120,000000,000000,000000 +175117,2,173.33333333333334,176.66666666666669,-28.5,-25.5,175.0,-27.004837825718568,17.754199878364787,17.72011058182754,6,174114,177114,172117,178117,173120,177120,000000,000000,000000 +178117,2,176.66666666666669,180.0,-28.5,-25.5,178.33333333333334,-27.004837825718568,17.754199878366308,17.72011058182754,6,177114,180114,175117,182117,177120,180120,000000,000000,000000 +182117,2,180.0,183.3333333333333,-28.5,-25.5,181.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,6,180114,183114,178117,185117,180120,183120,000000,000000,000000 +185117,2,183.3333333333333,186.66666666666669,-28.5,-25.5,185.0,-27.004837825718568,17.754199878364787,17.72011058182754,6,183114,186114,182117,188117,183120,187120,000000,000000,000000 +188117,2,186.66666666666669,190.0,-28.5,-25.5,188.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,6,186114,190114,185117,192117,187120,190120,000000,000000,000000 +192117,2,190.0,193.3333333333333,-28.5,-25.5,191.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,6,190114,193114,188117,195117,190120,194120,000000,000000,000000 +195117,2,193.3333333333333,196.66666666666669,-28.5,-25.5,195.0,-27.004837825718568,17.754199878364787,17.72011058182754,6,193114,196114,192117,198117,194120,197120,000000,000000,000000 +198117,2,196.66666666666669,200.0,-28.5,-25.5,198.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,7,196114,199114,203114,195117,202117,197120,201120,000000,000000 +202117,2,200.0,203.3333333333333,-28.5,-25.5,201.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,7,199114,203114,206114,198117,205117,201120,204120,000000,000000 +205117,2,203.3333333333333,206.66666666666669,-28.5,-25.5,205.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,203114,206114,209114,202117,208117,201120,204120,207120,000000 +208117,2,206.66666666666669,210.0,-28.5,-25.5,208.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,8,206114,209114,212114,205117,212117,204120,207120,211120,000000 +212117,2,210.0,213.3333333333333,-28.5,-25.5,211.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,209114,212114,216114,208117,215117,207120,211120,214120,000000 +215117,2,213.3333333333333,216.66666666666669,-28.5,-25.5,215.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,212114,216114,219114,212117,218117,211120,214120,218120,000000 +218117,2,216.66666666666669,220.0,-28.5,-25.5,218.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,8,216114,219114,222114,215117,222117,214120,218120,221120,000000 +222117,2,220.0,223.3333333333333,-28.5,-25.5,221.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,219114,222114,225114,218117,225117,218120,221120,225120,000000 +225117,2,223.3333333333333,226.66666666666669,-28.5,-25.5,225.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,222114,225114,229114,222117,228117,221120,225120,228120,000000 +228117,2,226.66666666666669,230.0,-28.5,-25.5,228.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,8,225114,229114,232114,225117,232117,225120,228120,231120,000000 +232117,2,230.0,233.3333333333333,-28.5,-25.5,231.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,229114,232114,235114,228117,235117,228120,231120,235120,000000 +235117,2,233.3333333333333,236.66666666666669,-28.5,-25.5,235.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,232114,235114,238114,232117,238117,231120,235120,238120,000000 +238117,2,236.66666666666669,240.0,-28.5,-25.5,238.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,8,235114,238114,242114,235117,242117,235120,238120,242120,000000 +242117,2,240.0,243.3333333333333,-28.5,-25.5,241.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,238114,242114,245114,238117,245117,238120,242120,245120,000000 +245117,2,243.3333333333333,246.66666666666669,-28.5,-25.5,245.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,242114,245114,248114,242117,248117,242120,245120,249120,000000 +248117,2,246.66666666666669,250.0,-28.5,-25.5,248.3333333333333,-27.004837825718568,17.754199878366308,17.72011058182754,8,245114,248114,251114,245117,252117,245120,249120,252120,000000 +252117,2,250.0,253.3333333333333,-28.5,-25.5,251.66666666666669,-27.004837825718568,17.754199878364787,17.72011058182754,8,248114,251114,255114,248117,255117,249120,252120,255120,000000 +255117,2,253.3333333333333,256.6666666666667,-28.5,-25.5,255.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,251114,255114,258114,252117,258117,252120,255120,259120,000000 +258117,0,256.6666666666667,260.0,-28.5,-25.5,258.33333333333337,-27.004837825718568,17.754199878364787,17.72011058182754,8,255114,258114,261114,255117,262117,255120,259120,262120,000000 +262117,0,260.0,263.33333333333337,-28.5,-25.5,261.6666666666667,-27.004837825718568,17.754199878364787,17.72011058182754,8,258114,261114,264114,258117,265117,259120,262120,266120,000000 +265117,0,263.33333333333337,266.6666666666667,-28.5,-25.5,265.0,-27.004837825718568,17.754199878364787,17.72011058182754,8,261114,264114,268114,262117,268117,262120,266120,269120,000000 +002120,0,0.0,3.4285714285714284,-31.5,-28.5,1.7142857142857142,-30.00546899730811,17.62086870582216,17.682253333675803,8,002117,005117,358117,005120,358120,002123,005123,358123,000000 +005120,0,3.4285714285714284,6.857142857142857,-31.5,-28.5,5.142857142857142,-30.00546899730811,17.620868705822147,17.682253333675803,8,002117,005117,008117,002120,009120,002123,005123,009123,000000 +009120,0,6.857142857142857,10.285714285714285,-31.5,-28.5,8.571428571428571,-30.00546899730811,17.620868705822147,17.682253333675803,8,005117,008117,012117,005120,012120,005123,009123,012123,000000 +012120,0,10.285714285714285,13.714285714285714,-31.5,-28.5,12.0,-30.00546899730811,17.62086870582209,17.682253333675803,8,008117,012117,015117,009120,015120,009123,012123,016123,000000 +015120,2,13.714285714285714,17.142857142857142,-31.5,-28.5,15.428571428571429,-30.00546899730811,17.62086870582209,17.682253333675803,8,012117,015117,018117,012120,019120,012123,016123,019123,000000 +019120,2,17.142857142857142,20.57142857142857,-31.5,-28.5,18.85714285714285,-30.00546899730811,17.62086870582209,17.682253333675803,8,015117,018117,022117,015120,022120,016123,019123,023123,000000 +022120,2,20.57142857142857,24.0,-31.5,-28.5,22.285714285714285,-30.00546899730811,17.62086870582209,17.682253333675803,8,018117,022117,025117,019120,026120,019123,023123,026123,000000 +026120,2,24.0,27.428571428571427,-31.5,-28.5,25.714285714285715,-30.00546899730811,17.62086870582209,17.682253333675803,8,022117,025117,028117,022120,029120,023123,026123,030123,000000 +029120,2,27.428571428571427,30.85714285714285,-31.5,-28.5,29.14285714285714,-30.00546899730811,17.62086870582209,17.682253333675803,8,025117,028117,032117,026120,033120,026123,030123,034123,000000 +033120,2,30.85714285714285,34.285714285714285,-31.5,-28.5,32.57142857142857,-30.00546899730811,17.62086870582209,17.682253333675803,8,028117,032117,035117,029120,036120,030123,034123,037123,000000 +036120,2,34.285714285714285,37.71428571428572,-31.5,-28.5,36.0,-30.00546899730811,17.62086870582209,17.682253333675803,8,032117,035117,038117,033120,039120,034123,037123,041123,000000 +039120,2,37.71428571428572,41.14285714285714,-31.5,-28.5,39.42857142857143,-30.00546899730811,17.62086870582209,17.682253333675803,7,035117,038117,042117,036120,043120,037123,041123,000000,000000 +043120,2,41.14285714285714,44.57142857142857,-31.5,-28.5,42.85714285714285,-30.00546899730811,17.62086870582209,17.682253333675803,6,042117,045117,039120,046120,041123,044123,000000,000000,000000 +046120,2,44.57142857142857,48.0,-31.5,-28.5,46.285714285714285,-30.00546899730811,17.62086870582209,17.682253333675803,6,045117,048117,043120,050120,044123,048123,000000,000000,000000 +050120,2,48.0,51.42857142857142,-31.5,-28.5,49.71428571428571,-30.00546899730811,17.62086870582209,17.682253333675803,6,048117,052117,046120,053120,048123,051123,000000,000000,000000 +053120,2,51.42857142857142,54.85714285714285,-31.5,-28.5,53.14285714285714,-30.00546899730811,17.62086870582209,17.682253333675803,6,052117,055117,050120,057120,051123,055123,000000,000000,000000 +057120,2,54.85714285714285,58.285714285714285,-31.5,-28.5,56.57142857142857,-30.00546899730811,17.62086870582209,17.682253333675803,6,055117,058117,053120,060120,055123,058123,000000,000000,000000 +060120,2,58.285714285714285,61.71428571428571,-31.5,-28.5,60.0,-30.00546899730811,17.62086870582209,17.682253333675803,6,058117,062117,057120,063120,058123,062123,000000,000000,000000 +063120,2,61.71428571428571,65.14285714285714,-31.5,-28.5,63.42857142857142,-30.00546899730811,17.62086870582209,17.682253333675803,6,062117,065117,060120,067120,062123,065123,000000,000000,000000 +067120,2,65.14285714285714,68.57142857142857,-31.5,-28.5,66.85714285714286,-30.00546899730811,17.62086870582172,17.682253333675803,6,065117,068117,063120,070120,065123,069123,000000,000000,000000 +070120,2,68.57142857142857,72.0,-31.5,-28.5,70.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,6,068117,072117,067120,074120,069123,072123,000000,000000,000000 +074120,2,72.0,75.42857142857143,-31.5,-28.5,73.71428571428572,-30.00546899730811,17.62086870582172,17.682253333675803,6,072117,075117,070120,077120,072123,076123,000000,000000,000000 +077120,2,75.42857142857143,78.85714285714285,-31.5,-28.5,77.14285714285714,-30.00546899730811,17.62086870582246,17.682253333675803,6,075117,078117,074120,081120,076123,079123,000000,000000,000000 +081120,2,78.85714285714285,82.28571428571428,-31.5,-28.5,80.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,7,078117,082117,085117,077120,084120,079123,083123,000000,000000 +084120,2,82.28571428571428,85.71428571428571,-31.5,-28.5,84.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,082117,085117,088117,081120,087120,079123,083123,086123,000000 +087120,2,85.71428571428571,89.14285714285714,-31.5,-28.5,87.42857142857142,-30.00546899730811,17.62086870582172,17.682253333675803,8,085117,088117,092117,084120,091120,083123,086123,090123,000000 +091120,2,89.14285714285714,92.57142857142856,-31.5,-28.5,90.85714285714286,-30.00546899730811,17.62086870582172,17.682253333675803,8,088117,092117,095117,087120,094120,086123,090123,094123,000000 +094120,2,92.57142857142856,96.0,-31.5,-28.5,94.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,8,092117,095117,098117,091120,098120,090123,094123,097123,000000 +098120,2,96.0,99.42857142857142,-31.5,-28.5,97.71428571428572,-30.00546899730811,17.62086870582246,17.682253333675803,8,095117,098117,102117,094120,101120,094123,097123,101123,000000 +101120,2,99.42857142857142,102.85714285714285,-31.5,-28.5,101.14285714285714,-30.00546899730811,17.62086870582172,17.682253333675803,8,098117,102117,105117,098120,105120,097123,101123,104123,000000 +105120,2,102.85714285714285,106.28571428571428,-31.5,-28.5,104.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,102117,105117,108117,101120,108120,101123,104123,108123,000000 +108120,2,106.28571428571428,109.71428571428572,-31.5,-28.5,108.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,105117,108117,112117,105120,111120,104123,108123,111123,000000 +111120,2,109.71428571428572,113.14285714285714,-31.5,-28.5,111.42857142857142,-30.00546899730811,17.62086870582172,17.682253333675803,8,108117,112117,115117,108120,115120,108123,111123,115123,000000 +115120,2,113.14285714285714,116.57142857142856,-31.5,-28.5,114.85714285714286,-30.00546899730811,17.62086870582172,17.682253333675803,8,112117,115117,118117,111120,118120,111123,115123,118123,000000 +118120,2,116.57142857142856,120.0,-31.5,-28.5,118.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,8,115117,118117,122117,115120,122120,115123,118123,122123,000000 +122120,2,120.0,123.42857142857142,-31.5,-28.5,121.71428571428572,-30.00546899730811,17.62086870582246,17.682253333675803,8,118117,122117,125117,118120,125120,118123,122123,125123,000000 +125120,2,123.42857142857142,126.85714285714285,-31.5,-28.5,125.14285714285714,-30.00546899730811,17.62086870582172,17.682253333675803,8,122117,125117,128117,122120,129120,122123,125123,129123,000000 +129120,2,126.85714285714285,130.28571428571428,-31.5,-28.5,128.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,125117,128117,132117,125120,132120,125123,129123,132123,000000 +132120,2,130.28571428571428,133.7142857142857,-31.5,-28.5,132.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,128117,132117,135117,129120,135120,129123,132123,136123,000000 +135120,2,133.7142857142857,137.14285714285714,-31.5,-28.5,135.42857142857142,-30.00546899730811,17.62086870582172,17.682253333675803,8,132117,135117,138117,132120,139120,132123,136123,139123,000000 +139120,2,137.14285714285714,140.57142857142856,-31.5,-28.5,138.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,8,135117,138117,142117,135120,142120,136123,139123,143123,000000 +142120,2,140.57142857142856,144.0,-31.5,-28.5,142.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,8,138117,142117,145117,139120,146120,139123,143123,146123,000000 +146120,2,144.0,147.42857142857142,-31.5,-28.5,145.71428571428572,-30.00546899730811,17.62086870582172,17.682253333675803,8,142117,145117,148117,142120,149120,143123,146123,150123,000000 +149120,2,147.42857142857142,150.85714285714286,-31.5,-28.5,149.14285714285714,-30.00546899730811,17.62086870582172,17.682253333675803,8,145117,148117,152117,146120,153120,146123,150123,154123,000000 +153120,2,150.85714285714286,154.28571428571428,-31.5,-28.5,152.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,148117,152117,155117,149120,156120,150123,154123,157123,000000 +156120,2,154.28571428571428,157.7142857142857,-31.5,-28.5,156.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,152117,155117,158117,153120,159120,154123,157123,161123,000000 +159120,2,157.7142857142857,161.14285714285714,-31.5,-28.5,159.42857142857142,-30.00546899730811,17.62086870582172,17.682253333675803,7,155117,158117,162117,156120,163120,157123,161123,000000,000000 +163120,2,161.14285714285714,164.57142857142856,-31.5,-28.5,162.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,6,162117,165117,159120,166120,161123,164123,000000,000000,000000 +166120,2,164.57142857142856,168.0,-31.5,-28.5,166.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,6,165117,168117,163120,170120,164123,168123,000000,000000,000000 +170120,2,168.0,171.42857142857142,-31.5,-28.5,169.71428571428572,-30.00546899730811,17.62086870582172,17.682253333675803,6,168117,172117,166120,173120,168123,171123,000000,000000,000000 +173120,2,171.42857142857142,174.85714285714286,-31.5,-28.5,173.14285714285714,-30.00546899730811,17.62086870582172,17.682253333675803,6,172117,175117,170120,177120,171123,175123,000000,000000,000000 +177120,2,174.85714285714286,178.28571428571428,-31.5,-28.5,176.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,6,175117,178117,173120,180120,175123,178123,000000,000000,000000 +180120,2,178.28571428571428,181.7142857142857,-31.5,-28.5,180.0,-30.00546899730811,17.62086870582172,17.682253333675803,6,178117,182117,177120,183120,178123,182123,000000,000000,000000 +183120,2,181.7142857142857,185.1428571428572,-31.5,-28.5,183.42857142857144,-30.00546899730811,17.62086870582172,17.682253333675803,6,182117,185117,180120,187120,182123,185123,000000,000000,000000 +187120,2,185.1428571428572,188.57142857142856,-31.5,-28.5,186.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,6,185117,188117,183120,190120,185123,189123,000000,000000,000000 +190120,2,188.57142857142856,192.0,-31.5,-28.5,190.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,6,188117,192117,187120,194120,189123,192123,000000,000000,000000 +194120,2,192.0,195.42857142857144,-31.5,-28.5,193.7142857142857,-30.00546899730811,17.62086870582172,17.682253333675803,6,192117,195117,190120,197120,192123,196123,000000,000000,000000 +197120,2,195.42857142857144,198.85714285714283,-31.5,-28.5,197.1428571428571,-30.00546899730811,17.62086870582172,17.682253333675803,6,195117,198117,194120,201120,196123,199123,000000,000000,000000 +201120,2,198.85714285714283,202.28571428571428,-31.5,-28.5,200.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,7,198117,202117,205117,197120,204120,199123,203123,000000,000000 +204120,2,202.28571428571428,205.7142857142857,-31.5,-28.5,204.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,202117,205117,208117,201120,207120,199123,203123,206123,000000 +207120,2,205.7142857142857,209.1428571428572,-31.5,-28.5,207.42857142857144,-30.00546899730811,17.62086870582172,17.682253333675803,8,205117,208117,212117,204120,211120,203123,206123,210123,000000 +211120,2,209.1428571428572,212.57142857142856,-31.5,-28.5,210.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,8,208117,212117,215117,207120,214120,206123,210123,214123,000000 +214120,2,212.57142857142856,216.0,-31.5,-28.5,214.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,8,212117,215117,218117,211120,218120,210123,214123,217123,000000 +218120,2,216.0,219.42857142857144,-31.5,-28.5,217.7142857142857,-30.00546899730811,17.62086870582172,17.682253333675803,8,215117,218117,222117,214120,221120,214123,217123,221123,000000 +221120,2,219.42857142857144,222.85714285714283,-31.5,-28.5,221.1428571428571,-30.00546899730811,17.62086870582172,17.682253333675803,8,218117,222117,225117,218120,225120,217123,221123,224123,000000 +225120,2,222.85714285714283,226.28571428571428,-31.5,-28.5,224.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,222117,225117,228117,221120,228120,221123,224123,228123,000000 +228120,2,226.28571428571428,229.7142857142857,-31.5,-28.5,228.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,225117,228117,232117,225120,231120,224123,228123,231123,000000 +231120,2,229.7142857142857,233.1428571428572,-31.5,-28.5,231.42857142857144,-30.00546899730811,17.62086870582172,17.682253333675803,8,228117,232117,235117,228120,235120,228123,231123,235123,000000 +235120,2,233.1428571428572,236.57142857142856,-31.5,-28.5,234.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,8,232117,235117,238117,231120,238120,231123,235123,238123,000000 +238120,2,236.57142857142856,240.0,-31.5,-28.5,238.28571428571428,-30.00546899730811,17.62086870582172,17.682253333675803,8,235117,238117,242117,235120,242120,235123,238123,242123,000000 +242120,2,240.0,243.42857142857144,-31.5,-28.5,241.7142857142857,-30.00546899730811,17.62086870582172,17.682253333675803,8,238117,242117,245117,238120,245120,238123,242123,245123,000000 +245120,2,243.42857142857144,246.85714285714283,-31.5,-28.5,245.1428571428571,-30.00546899730811,17.62086870582172,17.682253333675803,8,242117,245117,248117,242120,249120,242123,245123,249123,000000 +249120,2,246.85714285714283,250.28571428571428,-31.5,-28.5,248.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,245117,248117,252117,245120,252120,245123,249123,252123,000000 +252120,2,250.28571428571428,253.7142857142857,-31.5,-28.5,252.0,-30.00546899730811,17.62086870582172,17.682253333675803,8,248117,252117,255117,249120,255120,249123,252123,256123,000000 +255120,2,253.7142857142857,257.1428571428571,-31.5,-28.5,255.4285714285714,-30.00546899730811,17.62086870582172,17.682253333675803,8,252117,255117,258117,252120,259120,252123,256123,259123,000000 +259120,2,257.1428571428571,260.57142857142856,-31.5,-28.5,258.85714285714283,-30.00546899730811,17.62086870582172,17.682253333675803,8,255117,258117,262117,255120,262120,256123,259123,263123,000000 +262120,2,260.57142857142856,264.0,-31.5,-28.5,262.2857142857143,-30.00546899730811,17.62086870582172,17.682253333675803,8,258117,262117,265117,259120,266120,259123,263123,266123,000000 +266120,0,264.0,267.4285714285714,-31.5,-28.5,265.71428571428567,-30.00546899730811,17.62086870582172,17.682253333675803,8,262117,265117,268117,262120,269120,263123,266123,270123,000000 +269120,0,267.4285714285714,270.85714285714283,-31.5,-28.5,269.1428571428571,-30.00546899730811,17.62086870582172,17.682253333675803,8,265117,268117,272117,266120,273120,266123,270123,274123,000000 +273120,0,270.85714285714283,274.2857142857143,-31.5,-28.5,272.57142857142856,-30.00546899730811,17.62086870582172,17.682253333675803,8,268117,272117,275117,269120,276120,270123,274123,277123,000000 +002123,0,0.0,3.5294117647058822,-34.5,-31.5,1.7647058823529411,-33.00610168997309,17.734726240482587,17.644304864206745,8,002120,005120,358120,005123,358123,002126,005126,358126,000000 +005123,0,3.5294117647058822,7.0588235294117645,-34.5,-31.5,5.294117647058823,-33.00610168997309,17.734726240482587,17.644304864206745,8,002120,005120,009120,002123,009123,002126,005126,009126,000000 +009123,2,7.0588235294117645,10.588235294117649,-34.5,-31.5,8.823529411764707,-33.00610168997309,17.73472624048256,17.644304864206745,8,005120,009120,012120,005123,012123,005126,009126,013126,000000 +012123,2,10.588235294117649,14.117647058823527,-34.5,-31.5,12.352941176470589,-33.00610168997309,17.73472624048256,17.644304864206745,8,009120,012120,015120,009123,016123,009126,013126,016126,000000 +016123,2,14.117647058823527,17.647058823529413,-34.5,-31.5,15.882352941176473,-33.00610168997309,17.73472624048256,17.644304864206745,8,012120,015120,019120,012123,019123,013126,016126,020126,000000 +019123,2,17.647058823529413,21.176470588235293,-34.5,-31.5,19.411764705882355,-33.00610168997309,17.73472624048256,17.644304864206745,8,015120,019120,022120,016123,023123,016126,020126,024126,000000 +023123,2,21.176470588235293,24.70588235294117,-34.5,-31.5,22.941176470588232,-33.00610168997309,17.73472624048256,17.644304864206745,8,019120,022120,026120,019123,026123,020126,024126,027126,000000 +026123,2,24.70588235294117,28.23529411764705,-34.5,-31.5,26.47058823529412,-33.00610168997309,17.73472624048256,17.644304864206745,8,022120,026120,029120,023123,030123,024126,027126,031126,000000 +030123,2,28.23529411764705,31.764705882352946,-34.5,-31.5,30.0,-33.00610168997309,17.73472624048256,17.644304864206745,8,026120,029120,033120,026123,034123,027126,031126,035126,000000 +034123,2,31.764705882352946,35.294117647058826,-34.5,-31.5,33.529411764705884,-33.00610168997309,17.73472624048256,17.644304864206745,8,029120,033120,036120,030123,037123,031126,035126,038126,000000 +037123,2,35.294117647058826,38.8235294117647,-34.5,-31.5,37.05882352941177,-33.00610168997309,17.73472624048256,17.644304864206745,8,033120,036120,039120,034123,041123,035126,038126,042126,000000 +041123,2,38.8235294117647,42.35294117647059,-34.5,-31.5,40.588235294117645,-33.00610168997309,17.73472624048256,17.644304864206745,7,036120,039120,043120,037123,044123,038126,042126,000000,000000 +044123,2,42.35294117647059,45.88235294117647,-34.5,-31.5,44.11764705882353,-33.00610168997309,17.73472624048256,17.644304864206745,6,043120,046120,041123,048123,042126,045126,000000,000000,000000 +048123,2,45.88235294117647,49.41176470588235,-34.5,-31.5,47.647058823529406,-33.00610168997309,17.73472624048256,17.644304864206745,6,046120,050120,044123,051123,045126,049126,000000,000000,000000 +051123,2,49.41176470588235,52.94117647058823,-34.5,-31.5,51.17647058823529,-33.00610168997309,17.73472624048256,17.644304864206745,6,050120,053120,048123,055123,049126,053126,000000,000000,000000 +055123,2,52.94117647058823,56.47058823529412,-34.5,-31.5,54.70588235294117,-33.00610168997309,17.73472624048256,17.644304864206745,6,053120,057120,051123,058123,053126,056126,000000,000000,000000 +058123,2,56.47058823529412,60.0,-34.5,-31.5,58.23529411764706,-33.00610168997309,17.73472624048256,17.644304864206745,6,057120,060120,055123,062123,056126,060126,000000,000000,000000 +062123,2,60.0,63.52941176470589,-34.5,-31.5,61.76470588235294,-33.00610168997309,17.73472624048256,17.644304864206745,6,060120,063120,058123,065123,060126,064126,000000,000000,000000 +065123,2,63.52941176470589,67.05882352941177,-34.5,-31.5,65.29411764705883,-33.00610168997309,17.73472624048256,17.644304864206745,6,063120,067120,062123,069123,064126,067126,000000,000000,000000 +069123,2,67.05882352941177,70.58823529411765,-34.5,-31.5,68.82352941176471,-33.00610168997309,17.73472624048256,17.644304864206745,6,067120,070120,065123,072123,067126,071126,000000,000000,000000 +072123,2,70.58823529411765,74.11764705882352,-34.5,-31.5,72.35294117647058,-33.00610168997309,17.73472624048256,17.644304864206745,6,070120,074120,069123,076123,071126,075126,000000,000000,000000 +076123,2,74.11764705882352,77.6470588235294,-34.5,-31.5,75.88235294117646,-33.00610168997309,17.73472624048256,17.644304864206745,6,074120,077120,072123,079123,075126,078126,000000,000000,000000 +079123,2,77.6470588235294,81.17647058823529,-34.5,-31.5,79.41176470588235,-33.00610168997309,17.73472624048256,17.644304864206745,7,077120,081120,084120,076123,083123,078126,082126,000000,000000 +083123,2,81.17647058823529,84.70588235294117,-34.5,-31.5,82.94117647058823,-33.00610168997309,17.73472624048256,17.644304864206745,8,081120,084120,087120,079123,086123,078126,082126,085126,000000 +086123,2,84.70588235294117,88.23529411764706,-34.5,-31.5,86.47058823529412,-33.00610168997309,17.73472624048256,17.644304864206745,8,084120,087120,091120,083123,090123,082126,085126,089126,000000 +090123,2,88.23529411764706,91.76470588235294,-34.5,-31.5,90.0,-33.00610168997309,17.73472624048256,17.644304864206745,8,087120,091120,094120,086123,094123,085126,089126,093126,000000 +094123,2,91.76470588235294,95.29411764705884,-34.5,-31.5,93.52941176470588,-33.00610168997309,17.73472624048256,17.644304864206745,8,091120,094120,098120,090123,097123,089126,093126,096126,000000 +097123,2,95.29411764705884,98.8235294117647,-34.5,-31.5,97.05882352941175,-33.00610168997309,17.73472624048256,17.644304864206745,8,094120,098120,101120,094123,101123,093126,096126,100126,000000 +101123,2,98.8235294117647,102.35294117647058,-34.5,-31.5,100.58823529411764,-33.00610168997309,17.73472624048256,17.644304864206745,8,098120,101120,105120,097123,104123,096126,100126,104126,000000 +104123,2,102.35294117647058,105.88235294117646,-34.5,-31.5,104.11764705882352,-33.00610168997309,17.73472624048256,17.644304864206745,8,101120,105120,108120,101123,108123,100126,104126,107126,000000 +108123,2,105.88235294117646,109.41176470588236,-34.5,-31.5,107.6470588235294,-33.00610168997309,17.73472624048256,17.644304864206745,8,105120,108120,111120,104123,111123,104126,107126,111126,000000 +111123,2,109.41176470588236,112.94117647058825,-34.5,-31.5,111.17647058823528,-33.00610168997309,17.73472624048256,17.644304864206745,8,108120,111120,115120,108123,115123,107126,111126,115126,000000 +115123,2,112.94117647058825,116.47058823529412,-34.5,-31.5,114.70588235294116,-33.00610168997309,17.73472624048256,17.644304864206745,8,111120,115120,118120,111123,118123,111126,115126,118126,000000 +118123,2,116.47058823529412,120.0,-34.5,-31.5,118.23529411764706,-33.00610168997309,17.73472624048256,17.644304864206745,8,115120,118120,122120,115123,122123,115126,118126,122126,000000 +122123,2,120.0,123.52941176470588,-34.5,-31.5,121.76470588235294,-33.00610168997309,17.73472624048256,17.644304864206745,8,118120,122120,125120,118123,125123,118126,122126,125126,000000 +125123,2,123.52941176470588,127.05882352941175,-34.5,-31.5,125.29411764705884,-33.00610168997309,17.73472624048256,17.644304864206745,8,122120,125120,129120,122123,129123,122126,125126,129126,000000 +129123,2,127.05882352941175,130.58823529411765,-34.5,-31.5,128.8235294117647,-33.00610168997309,17.73472624048182,17.644304864206745,8,125120,129120,132120,125123,132123,125126,129126,133126,000000 +132123,2,130.58823529411765,134.11764705882354,-34.5,-31.5,132.3529411764706,-33.00610168997309,17.73472624048182,17.644304864206745,8,129120,132120,135120,129123,136123,129126,133126,136126,000000 +136123,2,134.11764705882354,137.64705882352942,-34.5,-31.5,135.88235294117646,-33.00610168997309,17.73472624048182,17.644304864206745,8,132120,135120,139120,132123,139123,133126,136126,140126,000000 +139123,2,137.64705882352942,141.1764705882353,-34.5,-31.5,139.41176470588238,-33.00610168997309,17.73472624048182,17.644304864206745,8,135120,139120,142120,136123,143123,136126,140126,144126,000000 +143123,2,141.1764705882353,144.70588235294116,-34.5,-31.5,142.94117647058823,-33.00610168997309,17.73472624048327,17.644304864206745,8,139120,142120,146120,139123,146123,140126,144126,147126,000000 +146123,2,144.70588235294116,148.23529411764704,-34.5,-31.5,146.4705882352941,-33.00610168997309,17.73472624048182,17.644304864206745,8,142120,146120,149120,143123,150123,144126,147126,151126,000000 +150123,2,148.23529411764704,151.76470588235293,-34.5,-31.5,150.0,-33.00610168997309,17.73472624048182,17.644304864206745,8,146120,149120,153120,146123,154123,147126,151126,155126,000000 +154123,2,151.76470588235293,155.2941176470588,-34.5,-31.5,153.52941176470586,-33.00610168997309,17.73472624048182,17.644304864206745,8,149120,153120,156120,150123,157123,151126,155126,158126,000000 +157123,2,155.2941176470588,158.8235294117647,-34.5,-31.5,157.05882352941177,-33.00610168997309,17.73472624048182,17.644304864206745,8,153120,156120,159120,154123,161123,155126,158126,162126,000000 +161123,2,158.8235294117647,162.35294117647058,-34.5,-31.5,160.58823529411762,-33.00610168997309,17.73472624048182,17.644304864206745,7,156120,159120,163120,157123,164123,158126,162126,000000,000000 +164123,2,162.35294117647058,165.88235294117646,-34.5,-31.5,164.11764705882354,-33.00610168997309,17.73472624048182,17.644304864206745,6,163120,166120,161123,168123,162126,165126,000000,000000,000000 +168123,2,165.88235294117646,169.41176470588235,-34.5,-31.5,167.6470588235294,-33.00610168997309,17.73472624048182,17.644304864206745,6,166120,170120,164123,171123,165126,169126,000000,000000,000000 +171123,2,169.41176470588235,172.94117647058823,-34.5,-31.5,171.1764705882353,-33.00610168997309,17.73472624048182,17.644304864206745,6,170120,173120,168123,175123,169126,173126,000000,000000,000000 +175123,2,172.94117647058823,176.47058823529412,-34.5,-31.5,174.70588235294116,-33.00610168997309,17.73472624048182,17.644304864206745,6,173120,177120,171123,178123,173126,176126,000000,000000,000000 +178123,2,176.47058823529412,180.0,-34.5,-31.5,178.23529411764707,-33.00610168997309,17.73472624048182,17.644304864206745,6,177120,180120,175123,182123,176126,180126,000000,000000,000000 +182123,2,180.0,183.52941176470588,-34.5,-31.5,181.76470588235293,-33.00610168997309,17.73472624048182,17.644304864206745,6,180120,183120,178123,185123,180126,184126,000000,000000,000000 +185123,2,183.52941176470588,187.05882352941177,-34.5,-31.5,185.29411764705884,-33.00610168997309,17.73472624048182,17.644304864206745,6,183120,187120,182123,189123,184126,187126,000000,000000,000000 +189123,2,187.05882352941177,190.58823529411765,-34.5,-31.5,188.8235294117647,-33.00610168997309,17.73472624048182,17.644304864206745,6,187120,190120,185123,192123,187126,191126,000000,000000,000000 +192123,2,190.58823529411765,194.1176470588236,-34.5,-31.5,192.3529411764706,-33.00610168997309,17.73472624048182,17.644304864206745,6,190120,194120,189123,196123,191126,195126,000000,000000,000000 +196123,2,194.1176470588236,197.6470588235294,-34.5,-31.5,195.8823529411765,-33.00610168997309,17.73472624048327,17.644304864206745,6,194120,197120,192123,199123,195126,198126,000000,000000,000000 +199123,2,197.6470588235294,201.17647058823528,-34.5,-31.5,199.41176470588232,-33.00610168997309,17.73472624048182,17.644304864206745,7,197120,201120,204120,196123,203123,198126,202126,000000,000000 +203123,2,201.17647058823528,204.7058823529412,-34.5,-31.5,202.94117647058823,-33.00610168997309,17.73472624048182,17.644304864206745,8,201120,204120,207120,199123,206123,198126,202126,205126,000000 +206123,2,204.7058823529412,208.23529411764704,-34.5,-31.5,206.4705882352941,-33.00610168997309,17.73472624048182,17.644304864206745,8,204120,207120,211120,203123,210123,202126,205126,209126,000000 +210123,2,208.23529411764704,211.76470588235293,-34.5,-31.5,210.0,-33.00610168997309,17.73472624048182,17.644304864206745,8,207120,211120,214120,206123,214123,205126,209126,213126,000000 +214123,2,211.76470588235293,215.2941176470588,-34.5,-31.5,213.52941176470583,-33.00610168997309,17.73472624048182,17.644304864206745,8,211120,214120,218120,210123,217123,209126,213126,216126,000000 +217123,2,215.2941176470588,218.8235294117647,-34.5,-31.5,217.05882352941177,-33.00610168997309,17.73472624048182,17.644304864206745,8,214120,218120,221120,214123,221123,213126,216126,220126,000000 +221123,2,218.8235294117647,222.35294117647052,-34.5,-31.5,220.5882352941176,-33.00610168997309,17.73472624048182,17.644304864206745,8,218120,221120,225120,217123,224123,216126,220126,224126,000000 +224123,2,222.35294117647052,225.8823529411765,-34.5,-31.5,224.1176470588236,-33.00610168997309,17.73472624048182,17.644304864206745,8,221120,225120,228120,221123,228123,220126,224126,227126,000000 +228123,2,225.8823529411765,229.41176470588235,-34.5,-31.5,227.6470588235294,-33.00610168997309,17.73472624048182,17.644304864206745,8,225120,228120,231120,224123,231123,224126,227126,231126,000000 +231123,2,229.41176470588235,232.94117647058823,-34.5,-31.5,231.1764705882353,-33.00610168997309,17.73472624048182,17.644304864206745,8,228120,231120,235120,228123,235123,227126,231126,235126,000000 +235123,2,232.94117647058823,236.4705882352941,-34.5,-31.5,234.7058823529412,-33.00610168997309,17.73472624048182,17.644304864206745,8,231120,235120,238120,231123,238123,231126,235126,238126,000000 +238123,2,236.4705882352941,240.0,-34.5,-31.5,238.23529411764707,-33.00610168997309,17.73472624048182,17.644304864206745,8,235120,238120,242120,235123,242123,235126,238126,242126,000000 +242123,2,240.0,243.52941176470588,-34.5,-31.5,241.76470588235293,-33.00610168997309,17.73472624048182,17.644304864206745,8,238120,242120,245120,238123,245123,238126,242126,245126,000000 +245123,2,243.52941176470588,247.05882352941177,-34.5,-31.5,245.29411764705884,-33.00610168997309,17.73472624048182,17.644304864206745,8,242120,245120,249120,242123,249123,242126,245126,249126,000000 +249123,2,247.05882352941177,250.58823529411765,-34.5,-31.5,248.8235294117647,-33.00610168997309,17.73472624048182,17.644304864206745,8,245120,249120,252120,245123,252123,245126,249126,253126,000000 +252123,2,250.58823529411765,254.1176470588236,-34.5,-31.5,252.3529411764706,-33.00610168997309,17.73472624048182,17.644304864206745,8,249120,252120,255120,249123,256123,249126,253126,256126,000000 +256123,2,254.1176470588236,257.6470588235294,-34.5,-31.5,255.8823529411765,-33.00610168997309,17.73472624048327,17.644304864206745,8,252120,255120,259120,252123,259123,253126,256126,260126,000000 +259123,2,257.6470588235294,261.1764705882353,-34.5,-31.5,259.4117647058823,-33.00610168997309,17.73472624048037,17.644304864206745,8,255120,259120,262120,256123,263123,256126,260126,264126,000000 +263123,2,261.1764705882353,264.7058823529412,-34.5,-31.5,262.94117647058823,-33.00610168997309,17.73472624048327,17.644304864206745,8,259120,262120,266120,259123,266123,260126,264126,267126,000000 +266123,2,264.7058823529412,268.2352941176471,-34.5,-31.5,266.47058823529414,-33.00610168997309,17.73472624048037,17.644304864206745,8,262120,266120,269120,263123,270123,264126,267126,271126,000000 +270123,0,268.2352941176471,271.7647058823529,-34.5,-31.5,270.0,-33.00610168997309,17.73472624048327,17.644304864206745,8,266120,269120,273120,266123,274123,267126,271126,275126,000000 +274123,0,271.7647058823529,275.29411764705884,-34.5,-31.5,273.52941176470586,-33.00610168997309,17.73472624048037,17.644304864206745,8,269120,273120,276120,270123,277123,271126,275126,278126,000000 +277123,0,275.29411764705884,278.8235294117647,-34.5,-31.5,277.05882352941177,-33.00610168997309,17.73472624048327,17.644304864206745,8,273120,276120,279120,274123,281123,275126,278126,282126,000000 +281123,0,278.8235294117647,282.3529411764706,-34.5,-31.5,280.5882352941177,-33.00610168997309,17.73472624048037,17.644304864206745,7,276120,279120,283120,277123,284123,278126,282126,000000,000000 +355123,0,352.94117647058823,356.4705882352941,-34.5,-31.5,354.7058823529412,-33.00610168997309,17.73472624048327,17.644304864206745,8,351120,355120,358120,351123,358123,351126,355126,358126,000000 +358123,0,356.4705882352941,360.0,-34.5,-31.5,358.2352941176471,-33.00610168997309,17.73472624048037,17.644304864206745,8,355120,358120,002120,355123,002123,355126,358126,002126,000000 +002126,2,0.0,3.636363636363636,-37.5,-34.5,1.818181818181818,-36.00672914405186,18.110413115220425,17.60667061342626,8,002123,005123,358123,005126,358126,002129,006129,358129,000000 +005126,2,3.636363636363636,7.272727272727272,-37.5,-34.5,5.454545454545454,-36.00672914405186,18.110413115220425,17.60667061342626,8,002123,005123,009123,002126,009126,002129,006129,009129,000000 +009126,2,7.272727272727272,10.909090909090908,-37.5,-34.5,9.09090909090909,-36.00672914405186,18.110413115220425,17.60667061342626,8,005123,009123,012123,005126,013126,006129,009129,013129,000000 +013126,2,10.909090909090908,14.545454545454543,-37.5,-34.5,12.727272727272728,-36.00672914405186,18.110413115220425,17.60667061342626,8,009123,012123,016123,009126,016126,009129,013129,017129,000000 +016126,2,14.545454545454543,18.18181818181818,-37.5,-34.5,16.363636363636363,-36.00672914405186,18.110413115220425,17.60667061342626,8,012123,016123,019123,013126,020126,013129,017129,021129,000000 +020126,2,18.18181818181818,21.818181818181817,-37.5,-34.5,20.0,-36.00672914405186,18.110413115220325,17.60667061342626,8,016123,019123,023123,016126,024126,017129,021129,025129,000000 +024126,2,21.818181818181817,25.454545454545453,-37.5,-34.5,23.63636363636364,-36.00672914405186,18.110413115220325,17.60667061342626,8,019123,023123,026123,020126,027126,021129,025129,028129,000000 +027126,2,25.454545454545453,29.09090909090909,-37.5,-34.5,27.27272727272728,-36.00672914405186,18.110413115220325,17.60667061342626,8,023123,026123,030123,024126,031126,025129,028129,032129,000000 +031126,2,29.09090909090909,32.72727272727273,-37.5,-34.5,30.909090909090907,-36.00672914405186,18.110413115220325,17.60667061342626,7,026123,030123,034123,027126,035126,028129,032129,000000,000000 +035126,2,32.72727272727273,36.36363636363636,-37.5,-34.5,34.54545454545455,-36.00672914405186,18.110413115220325,17.60667061342626,7,030123,034123,037123,031126,038126,032129,036129,000000,000000 +038126,2,36.36363636363636,40.0,-37.5,-34.5,38.18181818181818,-36.00672914405186,18.110413115220325,17.60667061342626,7,034123,037123,041123,035126,042126,036129,040129,000000,000000 +042126,2,40.0,43.63636363636363,-37.5,-34.5,41.81818181818181,-36.00672914405186,18.110413115220325,17.60667061342626,7,037123,041123,044123,038126,045126,040129,044129,000000,000000 +045126,2,43.63636363636363,47.27272727272727,-37.5,-34.5,45.45454545454545,-36.00672914405186,18.110413115220325,17.60667061342626,6,044123,048123,042126,049126,044129,047129,000000,000000,000000 +049126,2,47.27272727272727,50.90909090909091,-37.5,-34.5,49.09090909090909,-36.00672914405186,18.110413115220325,17.60667061342626,6,048123,051123,045126,053126,047129,051129,000000,000000,000000 +053126,2,50.90909090909091,54.54545454545455,-37.5,-34.5,52.72727272727273,-36.00672914405186,18.110413115220325,17.60667061342626,6,051123,055123,049126,056126,051129,055129,000000,000000,000000 +056126,2,54.54545454545455,58.18181818181818,-37.5,-34.5,56.36363636363636,-36.00672914405186,18.110413115220325,17.60667061342626,6,055123,058123,053126,060126,055129,059129,000000,000000,000000 +060126,2,58.18181818181818,61.81818181818181,-37.5,-34.5,60.0,-36.00672914405186,18.110413115220325,17.60667061342626,6,058123,062123,056126,064126,059129,063129,000000,000000,000000 +064126,2,61.81818181818181,65.45454545454545,-37.5,-34.5,63.63636363636363,-36.00672914405186,18.110413115220325,17.60667061342626,7,062123,065123,060126,067126,059129,063129,066129,000000,000000 +067126,2,65.45454545454545,69.0909090909091,-37.5,-34.5,67.27272727272728,-36.00672914405186,18.11041311521997,17.60667061342626,7,065123,069123,064126,071126,063129,066129,070129,000000,000000 +071126,2,69.0909090909091,72.72727272727272,-37.5,-34.5,70.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,7,069123,072123,067126,075126,066129,070129,074129,000000,000000 +075126,2,72.72727272727272,76.36363636363636,-37.5,-34.5,74.54545454545453,-36.00672914405186,18.11041311521997,17.60667061342626,7,072123,076123,071126,078126,070129,074129,078129,000000,000000 +078126,2,76.36363636363636,80.0,-37.5,-34.5,78.18181818181819,-36.00672914405186,18.11041311521997,17.60667061342626,8,076123,079123,083123,075126,082126,074129,078129,081129,000000 +082126,2,80.0,83.63636363636364,-37.5,-34.5,81.81818181818181,-36.00672914405186,18.11041311521997,17.60667061342626,8,079123,083123,086123,078126,085126,078129,081129,085129,000000 +085126,2,83.63636363636364,87.27272727272727,-37.5,-34.5,85.45454545454545,-36.00672914405186,18.11041311522068,17.60667061342626,8,083123,086123,090123,082126,089126,081129,085129,089129,000000 +089126,2,87.27272727272727,90.9090909090909,-37.5,-34.5,89.0909090909091,-36.00672914405186,18.11041311521997,17.60667061342626,8,086123,090123,094123,085126,093126,085129,089129,093129,000000 +093126,2,90.9090909090909,94.54545454545456,-37.5,-34.5,92.72727272727272,-36.00672914405186,18.11041311521997,17.60667061342626,8,090123,094123,097123,089126,096126,089129,093129,097129,000000 +096126,2,94.54545454545456,98.18181818181816,-37.5,-34.5,96.36363636363636,-36.00672914405186,18.11041311522068,17.60667061342626,8,094123,097123,101123,093126,100126,093129,097129,100129,000000 +100126,2,98.18181818181816,101.8181818181818,-37.5,-34.5,100.0,-36.00672914405186,18.11041311521997,17.60667061342626,8,097123,101123,104123,096126,104126,097129,100129,104129,000000 +104126,2,101.8181818181818,105.45454545454544,-37.5,-34.5,103.63636363636364,-36.00672914405186,18.11041311521997,17.60667061342626,8,101123,104123,108123,100126,107126,100129,104129,108129,000000 +107126,2,105.45454545454544,109.0909090909091,-37.5,-34.5,107.27272727272728,-36.00672914405186,18.11041311521997,17.60667061342626,8,104123,108123,111123,104126,111126,104129,108129,112129,000000 +111126,2,109.0909090909091,112.72727272727272,-37.5,-34.5,110.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,8,108123,111123,115123,107126,115126,108129,112129,116129,000000 +115126,2,112.72727272727272,116.36363636363636,-37.5,-34.5,114.54545454545452,-36.00672914405186,18.11041311521997,17.60667061342626,8,111123,115123,118123,111126,118126,112129,116129,119129,000000 +118126,2,116.36363636363636,120.0,-37.5,-34.5,118.1818181818182,-36.00672914405186,18.11041311521997,17.60667061342626,7,115123,118123,122123,115126,122126,116129,119129,000000,000000 +122126,2,120.0,123.63636363636364,-37.5,-34.5,121.8181818181818,-36.00672914405186,18.11041311522068,17.60667061342626,7,118123,122123,125123,118126,125126,119129,123129,000000,000000 +125126,2,123.63636363636364,127.27272727272728,-37.5,-34.5,125.45454545454544,-36.00672914405186,18.11041311521997,17.60667061342626,7,122123,125123,129123,122126,129126,123129,127129,000000,000000 +129126,2,127.27272727272728,130.9090909090909,-37.5,-34.5,129.0909090909091,-36.00672914405186,18.11041311521997,17.60667061342626,7,125123,129123,132123,125126,133126,127129,131129,000000,000000 +133126,2,130.9090909090909,134.54545454545453,-37.5,-34.5,132.72727272727272,-36.00672914405186,18.11041311522068,17.60667061342626,7,129123,132123,136123,129126,136126,131129,135129,000000,000000 +136126,2,134.54545454545453,138.1818181818182,-37.5,-34.5,136.36363636363637,-36.00672914405186,18.110413115219288,17.60667061342626,7,132123,136123,139123,133126,140126,135129,138129,000000,000000 +140126,2,138.1818181818182,141.8181818181818,-37.5,-34.5,140.0,-36.00672914405186,18.11041311522068,17.60667061342626,7,136123,139123,143123,136126,144126,138129,142129,000000,000000 +144126,2,141.8181818181818,145.45454545454544,-37.5,-34.5,143.63636363636363,-36.00672914405186,18.11041311522068,17.60667061342626,7,139123,143123,146123,140126,147126,142129,146129,000000,000000 +147126,2,145.45454545454544,149.0909090909091,-37.5,-34.5,147.27272727272725,-36.00672914405186,18.110413115219288,17.60667061342626,7,143123,146123,150123,144126,151126,146129,150129,000000,000000 +151126,2,149.0909090909091,152.72727272727272,-37.5,-34.5,150.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,7,146123,150123,154123,147126,155126,150129,153129,000000,000000 +155126,2,152.72727272727272,156.36363636363637,-37.5,-34.5,154.54545454545453,-36.00672914405186,18.11041311522068,17.60667061342626,8,150123,154123,157123,151126,158126,150129,153129,157129,000000 +158126,2,156.36363636363637,160.0,-37.5,-34.5,158.1818181818182,-36.00672914405186,18.110413115219288,17.60667061342626,8,154123,157123,161123,155126,162126,153129,157129,161129,000000 +162126,2,160.0,163.63636363636363,-37.5,-34.5,161.8181818181818,-36.00672914405186,18.11041311522068,17.60667061342626,8,157123,161123,164123,158126,165126,157129,161129,165129,000000 +165126,2,163.63636363636363,167.27272727272728,-37.5,-34.5,165.45454545454544,-36.00672914405186,18.110413115219288,17.60667061342626,7,164123,168123,162126,169126,161129,165129,169129,000000,000000 +169126,2,167.27272727272728,170.9090909090909,-37.5,-34.5,169.0909090909091,-36.00672914405186,18.11041311522068,17.60667061342626,7,168123,171123,165126,173126,165129,169129,172129,000000,000000 +173126,2,170.9090909090909,174.54545454545453,-37.5,-34.5,172.72727272727272,-36.00672914405186,18.11041311522068,17.60667061342626,7,171123,175123,169126,176126,169129,172129,176129,000000,000000 +176126,2,174.54545454545453,178.1818181818182,-37.5,-34.5,176.36363636363637,-36.00672914405186,18.110413115219288,17.60667061342626,7,175123,178123,173126,180126,172129,176129,180129,000000,000000 +180126,2,178.1818181818182,181.8181818181818,-37.5,-34.5,180.0,-36.00672914405186,18.11041311522068,17.60667061342626,7,178123,182123,176126,184126,176129,180129,184129,000000,000000 +184126,2,181.8181818181818,185.45454545454544,-37.5,-34.5,183.63636363636363,-36.00672914405186,18.11041311522068,17.60667061342626,7,182123,185123,180126,187126,180129,184129,188129,000000,000000 +187126,2,185.45454545454544,189.0909090909091,-37.5,-34.5,187.27272727272725,-36.00672914405186,18.110413115219288,17.60667061342626,7,185123,189123,184126,191126,184129,188129,191129,000000,000000 +191126,2,189.0909090909091,192.72727272727272,-37.5,-34.5,190.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,7,189123,192123,187126,195126,188129,191129,195129,000000,000000 +195126,2,192.72727272727272,196.3636363636364,-37.5,-34.5,194.54545454545453,-36.00672914405186,18.11041311522068,17.60667061342626,7,192123,196123,191126,198126,191129,195129,199129,000000,000000 +198126,2,196.3636363636364,200.0,-37.5,-34.5,198.1818181818182,-36.00672914405186,18.110413115219288,17.60667061342626,8,196123,199123,203123,195126,202126,195129,199129,203129,000000 +202126,2,200.0,203.63636363636363,-37.5,-34.5,201.8181818181818,-36.00672914405186,18.11041311522068,17.60667061342626,8,199123,203123,206123,198126,205126,199129,203129,207129,000000 +205126,2,203.63636363636363,207.27272727272725,-37.5,-34.5,205.45454545454544,-36.00672914405186,18.11041311522068,17.60667061342626,8,203123,206123,210123,202126,209126,203129,207129,210129,000000 +209126,2,207.27272727272725,210.9090909090909,-37.5,-34.5,209.0909090909091,-36.00672914405186,18.110413115219288,17.60667061342626,7,206123,210123,214123,205126,213126,207129,210129,000000,000000 +213126,2,210.9090909090909,214.54545454545453,-37.5,-34.5,212.72727272727272,-36.00672914405186,18.11041311522068,17.60667061342626,7,210123,214123,217123,209126,216126,210129,214129,000000,000000 +216126,2,214.54545454545453,218.1818181818182,-37.5,-34.5,216.3636363636364,-36.00672914405186,18.110413115219288,17.60667061342626,7,214123,217123,221123,213126,220126,214129,218129,000000,000000 +220126,2,218.1818181818182,221.8181818181818,-37.5,-34.5,220.0,-36.00672914405186,18.11041311522068,17.60667061342626,7,217123,221123,224123,216126,224126,218129,222129,000000,000000 +224126,2,221.8181818181818,225.45454545454544,-37.5,-34.5,223.63636363636363,-36.00672914405186,18.11041311522068,17.60667061342626,7,221123,224123,228123,220126,227126,222129,225129,000000,000000 +227126,2,225.45454545454544,229.0909090909091,-37.5,-34.5,227.27272727272725,-36.00672914405186,18.110413115219288,17.60667061342626,7,224123,228123,231123,224126,231126,225129,229129,000000,000000 +231126,2,229.0909090909091,232.72727272727272,-37.5,-34.5,230.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,7,228123,231123,235123,227126,235126,229129,233129,000000,000000 +235126,2,232.72727272727272,236.3636363636364,-37.5,-34.5,234.54545454545453,-36.00672914405186,18.11041311522068,17.60667061342626,7,231123,235123,238123,231126,238126,233129,237129,000000,000000 +238126,2,236.3636363636364,240.0,-37.5,-34.5,238.1818181818182,-36.00672914405186,18.110413115219288,17.60667061342626,7,235123,238123,242123,235126,242126,237129,241129,000000,000000 +242126,2,240.0,243.63636363636363,-37.5,-34.5,241.8181818181818,-36.00672914405186,18.11041311522068,17.60667061342626,7,238123,242123,245123,238126,245126,241129,244129,000000,000000 +245126,2,243.63636363636363,247.27272727272725,-37.5,-34.5,245.45454545454544,-36.00672914405186,18.11041311522068,17.60667061342626,8,242123,245123,249123,242126,249126,241129,244129,248129,000000 +249126,2,247.27272727272725,250.9090909090909,-37.5,-34.5,249.0909090909091,-36.00672914405186,18.110413115219288,17.60667061342626,8,245123,249123,252123,245126,253126,244129,248129,252129,000000 +253126,2,250.9090909090909,254.54545454545453,-37.5,-34.5,252.72727272727272,-36.00672914405186,18.11041311522068,17.60667061342626,8,249123,252123,256123,249126,256126,248129,252129,256129,000000 +256126,2,254.54545454545453,258.1818181818182,-37.5,-34.5,256.3636363636364,-36.00672914405186,18.110413115219288,17.60667061342626,8,252123,256123,259123,253126,260126,252129,256129,260129,000000 +260126,2,258.1818181818182,261.8181818181818,-37.5,-34.5,260.0,-36.00672914405186,18.11041311522068,17.60667061342626,8,256123,259123,263123,256126,264126,256129,260129,263129,000000 +264126,2,261.8181818181818,265.45454545454544,-37.5,-34.5,263.6363636363636,-36.00672914405186,18.11041311522068,17.60667061342626,8,259123,263123,266123,260126,267126,260129,263129,267129,000000 +267126,2,265.45454545454544,269.09090909090907,-37.5,-34.5,267.27272727272725,-36.00672914405186,18.11041311522068,17.60667061342626,8,263123,266123,270123,264126,271126,263129,267129,271129,000000 +271126,2,269.09090909090907,272.7272727272727,-37.5,-34.5,270.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,8,266123,270123,274123,267126,275126,267129,271129,275129,000000 +275126,2,272.7272727272727,276.3636363636364,-37.5,-34.5,274.5454545454545,-36.00672914405186,18.11041311521788,17.60667061342626,8,270123,274123,277123,271126,278126,271129,275129,279129,000000 +278126,0,276.3636363636364,280.0,-37.5,-34.5,278.1818181818182,-36.00672914405186,18.11041311522068,17.60667061342626,8,274123,277123,281123,275126,282126,275129,279129,282129,000000 +282126,0,280.0,283.6363636363636,-37.5,-34.5,281.8181818181818,-36.00672914405186,18.11041311522068,17.60667061342626,8,277123,281123,284123,278126,285126,279129,282129,286129,000000 +285126,0,283.6363636363636,287.27272727272725,-37.5,-34.5,285.45454545454544,-36.00672914405186,18.11041311522068,17.60667061342626,7,284123,288123,282126,289126,282129,286129,290129,000000,000000 +289126,0,287.27272727272725,290.9090909090909,-37.5,-34.5,289.09090909090907,-36.00672914405186,18.11041311522068,17.60667061342626,7,288123,291123,285126,293126,286129,290129,294129,000000,000000 +347126,0,345.45454545454544,349.09090909090907,-37.5,-34.5,347.27272727272725,-36.00672914405186,18.11041311522068,17.60667061342626,8,344123,348123,351123,344126,351126,343129,347129,351129,000000 +351126,0,349.09090909090907,352.7272727272727,-37.5,-34.5,350.9090909090909,-36.00672914405186,18.11041311522068,17.60667061342626,8,348123,351123,355123,347126,355126,347129,351129,354129,000000 +355126,0,352.7272727272727,356.3636363636364,-37.5,-34.5,354.5454545454545,-36.00672914405186,18.11041311521788,17.60667061342626,8,351123,355123,358123,351126,358126,351129,354129,358129,000000 +358126,0,356.3636363636364,360.0,-37.5,-34.5,358.1818181818182,-36.00672914405186,18.11041311522068,17.60667061342626,8,355123,358123,002123,355126,002126,354129,358129,002129,000000 +002129,2,0.0,3.789473684210526,-40.5,-37.5,1.894736842105263,-39.007499146538976,17.82468966518728,17.560486422894883,8,002126,005126,358126,006129,358129,002132,006132,358132,000000 +006129,2,3.789473684210526,7.578947368421052,-40.5,-37.5,5.684210526315789,-39.007499146538976,17.824689665187265,17.560486422894883,8,002126,005126,009126,002129,009129,002132,006132,010132,000000 +009129,2,7.578947368421052,11.36842105263158,-40.5,-37.5,9.473684210526317,-39.007499146538976,17.824689665187236,17.560486422894883,8,005126,009126,013126,006129,013129,006132,010132,014132,000000 +013129,2,11.36842105263158,15.157894736842104,-40.5,-37.5,13.263157894736842,-39.007499146538976,17.824689665187236,17.560486422894883,8,009126,013126,016126,009129,017129,010132,014132,018132,000000 +017129,2,15.157894736842104,18.94736842105263,-40.5,-37.5,17.052631578947366,-39.007499146538976,17.824689665187236,17.560486422894883,8,013126,016126,020126,013129,021129,014132,018132,022132,000000 +021129,2,18.94736842105263,22.73684210526316,-40.5,-37.5,20.84210526315789,-39.007499146538976,17.824689665187236,17.560486422894883,8,016126,020126,024126,017129,025129,018132,022132,026132,000000 +025129,2,22.73684210526316,26.52631578947368,-40.5,-37.5,24.631578947368418,-39.007499146538976,17.824689665187236,17.560486422894883,8,020126,024126,027126,021129,028129,022132,026132,030132,000000 +028129,2,26.52631578947368,30.31578947368421,-40.5,-37.5,28.421052631578945,-39.007499146538976,17.824689665187236,17.560486422894883,7,024126,027126,031126,025129,032129,026132,030132,000000,000000 +032129,2,30.31578947368421,34.10526315789473,-40.5,-37.5,32.21052631578947,-39.007499146538976,17.824689665187236,17.560486422894883,7,027126,031126,035126,028129,036129,030132,034132,000000,000000 +036129,2,34.10526315789473,37.89473684210526,-40.5,-37.5,36.0,-39.007499146538976,17.824689665187066,17.560486422894883,6,035126,038126,032129,040129,034132,038132,000000,000000,000000 +040129,2,37.89473684210526,41.68421052631579,-40.5,-37.5,39.78947368421052,-39.007499146538976,17.824689665187066,17.560486422894883,6,038126,042126,036129,044129,038132,042132,000000,000000,000000 +044129,2,41.68421052631579,45.47368421052632,-40.5,-37.5,43.578947368421055,-39.007499146538976,17.824689665187066,17.560486422894883,6,042126,045126,040129,047129,042132,045132,000000,000000,000000 +047129,2,45.47368421052632,49.26315789473684,-40.5,-37.5,47.368421052631575,-39.007499146538976,17.824689665187066,17.560486422894883,6,045126,049126,044129,051129,045132,049132,000000,000000,000000 +051129,2,49.26315789473684,53.05263157894736,-40.5,-37.5,51.1578947368421,-39.007499146538976,17.82468966518742,17.560486422894883,6,049126,053126,047129,055129,049132,053132,000000,000000,000000 +055129,2,53.05263157894736,56.84210526315789,-40.5,-37.5,54.94736842105263,-39.007499146538976,17.824689665187066,17.560486422894883,6,053126,056126,051129,059129,053132,057132,000000,000000,000000 +059129,2,56.84210526315789,60.63157894736842,-40.5,-37.5,58.73684210526315,-39.007499146538976,17.824689665187066,17.560486422894883,7,056126,060126,064126,055129,063129,057132,061132,000000,000000 +063129,2,60.63157894736842,64.42105263157895,-40.5,-37.5,62.526315789473685,-39.007499146538976,17.824689665187066,17.560486422894883,8,060126,064126,067126,059129,066129,057132,061132,065132,000000 +066129,2,64.42105263157895,68.21052631578947,-40.5,-37.5,66.3157894736842,-39.007499146538976,17.82468966518742,17.560486422894883,8,064126,067126,071126,063129,070129,061132,065132,069132,000000 +070129,2,68.21052631578947,72.0,-40.5,-37.5,70.10526315789474,-39.007499146538976,17.824689665186725,17.560486422894883,8,067126,071126,075126,066129,074129,065132,069132,073132,000000 +074129,2,72.0,75.78947368421052,-40.5,-37.5,73.89473684210526,-39.007499146538976,17.82468966518742,17.560486422894883,8,071126,075126,078126,070129,078129,069132,073132,077132,000000 +078129,2,75.78947368421052,79.57894736842105,-40.5,-37.5,77.68421052631578,-39.007499146538976,17.824689665186725,17.560486422894883,8,075126,078126,082126,074129,081129,073132,077132,081132,000000 +081129,2,79.57894736842105,83.36842105263158,-40.5,-37.5,81.47368421052632,-39.007499146538976,17.82468966518742,17.560486422894883,8,078126,082126,085126,078129,085129,077132,081132,085132,000000 +085129,2,83.36842105263158,87.1578947368421,-40.5,-37.5,85.26315789473684,-39.007499146538976,17.82468966518742,17.560486422894883,8,082126,085126,089126,081129,089129,081132,085132,089132,000000 +089129,2,87.1578947368421,90.94736842105264,-40.5,-37.5,89.05263157894737,-39.007499146538976,17.824689665186725,17.560486422894883,8,085126,089126,093126,085129,093129,085132,089132,093132,000000 +093129,2,90.94736842105264,94.73684210526316,-40.5,-37.5,92.84210526315788,-39.007499146538976,17.82468966518742,17.560486422894883,8,089126,093126,096126,089129,097129,089132,093132,097132,000000 +097129,2,94.73684210526316,98.52631578947368,-40.5,-37.5,96.6315789473684,-39.007499146538976,17.824689665186725,17.560486422894883,8,093126,096126,100126,093129,100129,093132,097132,101132,000000 +100129,2,98.52631578947368,102.3157894736842,-40.5,-37.5,100.42105263157896,-39.007499146538976,17.82468966518742,17.560486422894883,8,096126,100126,104126,097129,104129,097132,101132,105132,000000 +104129,2,102.3157894736842,106.10526315789473,-40.5,-37.5,104.21052631578948,-39.007499146538976,17.82468966518742,17.560486422894883,8,100126,104126,107126,100129,108129,101132,105132,109132,000000 +108129,2,106.10526315789473,109.89473684210526,-40.5,-37.5,108.0,-39.007499146538976,17.824689665186725,17.560486422894883,8,104126,107126,111126,104129,112129,105132,109132,113132,000000 +112129,2,109.89473684210526,113.68421052631578,-40.5,-37.5,111.78947368421052,-39.007499146538976,17.82468966518742,17.560486422894883,8,107126,111126,115126,108129,116129,109132,113132,117132,000000 +116129,2,113.68421052631578,117.47368421052632,-40.5,-37.5,115.57894736842104,-39.007499146538976,17.824689665186725,17.560486422894883,8,111126,115126,118126,112129,119129,113132,117132,121132,000000 +119129,2,117.47368421052632,121.26315789473684,-40.5,-37.5,119.36842105263158,-39.007499146538976,17.82468966518742,17.560486422894883,7,115126,118126,122126,116129,123129,117132,121132,000000,000000 +123129,2,121.26315789473684,125.05263157894736,-40.5,-37.5,123.1578947368421,-39.007499146538976,17.82468966518742,17.560486422894883,6,122126,125126,119129,127129,121132,125132,000000,000000,000000 +127129,2,125.05263157894736,128.8421052631579,-40.5,-37.5,126.94736842105264,-39.007499146538976,17.824689665186725,17.560486422894883,6,125126,129126,123129,131129,125132,129132,000000,000000,000000 +131129,2,128.8421052631579,132.6315789473684,-40.5,-37.5,130.73684210526315,-39.007499146538976,17.82468966518742,17.560486422894883,6,129126,133126,127129,135129,129132,133132,000000,000000,000000 +135129,2,132.6315789473684,136.42105263157893,-40.5,-37.5,134.52631578947367,-39.007499146538976,17.82468966518742,17.560486422894883,6,133126,136126,131129,138129,133132,136132,000000,000000,000000 +138129,2,136.42105263157893,140.21052631578948,-40.5,-37.5,138.31578947368422,-39.007499146538976,17.824689665186042,17.560486422894883,6,136126,140126,135129,142129,136132,140132,000000,000000,000000 +142129,2,140.21052631578948,144.0,-40.5,-37.5,142.10526315789474,-39.007499146538976,17.82468966518742,17.560486422894883,6,140126,144126,138129,146129,140132,144132,000000,000000,000000 +146129,2,144.0,147.78947368421052,-40.5,-37.5,145.89473684210526,-39.007499146538976,17.82468966518742,17.560486422894883,6,144126,147126,142129,150129,144132,148132,000000,000000,000000 +150129,2,147.78947368421052,151.57894736842104,-40.5,-37.5,149.68421052631578,-39.007499146538976,17.82468966518742,17.560486422894883,7,147126,151126,155126,146129,153129,148132,152132,000000,000000 +153129,2,151.57894736842104,155.36842105263156,-40.5,-37.5,153.4736842105263,-39.007499146538976,17.82468966518742,17.560486422894883,8,151126,155126,158126,150129,157129,148132,152132,156132,000000 +157129,2,155.36842105263156,159.1578947368421,-40.5,-37.5,157.26315789473682,-39.007499146538976,17.824689665186042,17.560486422894883,8,155126,158126,162126,153129,161129,152132,156132,160132,000000 +161129,2,159.1578947368421,162.94736842105263,-40.5,-37.5,161.05263157894737,-39.007499146538976,17.82468966518742,17.560486422894883,8,158126,162126,165126,157129,165129,156132,160132,164132,000000 +165129,2,162.94736842105263,166.73684210526315,-40.5,-37.5,164.8421052631579,-39.007499146538976,17.82468966518742,17.560486422894883,8,162126,165126,169126,161129,169129,160132,164132,168132,000000 +169129,2,166.73684210526315,170.52631578947367,-40.5,-37.5,168.6315789473684,-39.007499146538976,17.82468966518742,17.560486422894883,8,165126,169126,173126,165129,172129,164132,168132,172132,000000 +172129,2,170.52631578947367,174.3157894736842,-40.5,-37.5,172.42105263157893,-39.007499146538976,17.82468966518742,17.560486422894883,8,169126,173126,176126,169129,176129,168132,172132,176132,000000 +176129,2,174.3157894736842,178.10526315789474,-40.5,-37.5,176.21052631578948,-39.007499146538976,17.824689665186042,17.560486422894883,8,173126,176126,180126,172129,180129,172132,176132,180132,000000 +180129,2,178.10526315789474,181.8947368421053,-40.5,-37.5,180.0,-39.007499146538976,17.82468966518742,17.560486422894883,8,176126,180126,184126,176129,184129,176132,180132,184132,000000 +184129,2,181.8947368421053,185.68421052631572,-40.5,-37.5,183.7894736842105,-39.007499146538976,17.82468966518742,17.560486422894883,8,180126,184126,187126,180129,188129,180132,184132,188132,000000 +188129,2,185.68421052631572,189.4736842105263,-40.5,-37.5,187.57894736842104,-39.007499146538976,17.82468966518742,17.560486422894883,8,184126,187126,191126,184129,191129,184132,188132,192132,000000 +191129,2,189.4736842105263,193.2631578947368,-40.5,-37.5,191.3684210526316,-39.007499146538976,17.82468966518742,17.560486422894883,8,187126,191126,195126,188129,195129,188132,192132,196132,000000 +195129,2,193.2631578947368,197.05263157894737,-40.5,-37.5,195.15789473684208,-39.007499146538976,17.824689665186042,17.560486422894883,8,191126,195126,198126,191129,199129,192132,196132,200132,000000 +199129,2,197.05263157894737,200.8421052631579,-40.5,-37.5,198.94736842105263,-39.007499146538976,17.82468966518742,17.560486422894883,8,195126,198126,202126,195129,203129,196132,200132,204132,000000 +203129,2,200.8421052631579,204.6315789473684,-40.5,-37.5,202.73684210526315,-39.007499146538976,17.82468966518742,17.560486422894883,8,198126,202126,205126,199129,207129,200132,204132,208132,000000 +207129,2,204.6315789473684,208.42105263157893,-40.5,-37.5,206.52631578947367,-39.007499146538976,17.82468966518742,17.560486422894883,8,202126,205126,209126,203129,210129,204132,208132,212132,000000 +210129,2,208.42105263157893,212.21052631578945,-40.5,-37.5,210.3157894736842,-39.007499146538976,17.82468966518742,17.560486422894883,7,205126,209126,213126,207129,214129,208132,212132,000000,000000 +214129,2,212.21052631578945,216.0,-40.5,-37.5,214.1052631578948,-39.007499146538976,17.824689665186042,17.560486422894883,6,213126,216126,210129,218129,212132,216132,000000,000000,000000 +218129,2,216.0,219.7894736842105,-40.5,-37.5,217.8947368421053,-39.007499146538976,17.82468966518742,17.560486422894883,6,216126,220126,214129,222129,216132,220132,000000,000000,000000 +222129,2,219.7894736842105,223.57894736842104,-40.5,-37.5,221.68421052631572,-39.007499146538976,17.82468966518742,17.560486422894883,6,220126,224126,218129,225129,220132,224132,000000,000000,000000 +225129,2,223.57894736842104,227.3684210526316,-40.5,-37.5,225.4736842105263,-39.007499146538976,17.82468966518742,17.560486422894883,6,224126,227126,222129,229129,224132,227132,000000,000000,000000 +229129,2,227.3684210526316,231.15789473684208,-40.5,-37.5,229.2631578947368,-39.007499146538976,17.82468966518742,17.560486422894883,6,227126,231126,225129,233129,227132,231132,000000,000000,000000 +233129,2,231.15789473684208,234.94736842105263,-40.5,-37.5,233.0526315789473,-39.007499146538976,17.824689665186042,17.560486422894883,6,231126,235126,229129,237129,231132,235132,000000,000000,000000 +237129,2,234.94736842105263,238.73684210526315,-40.5,-37.5,236.8421052631579,-39.007499146538976,17.82468966518742,17.560486422894883,6,235126,238126,233129,241129,235132,239132,000000,000000,000000 +241129,2,238.73684210526315,242.52631578947367,-40.5,-37.5,240.6315789473684,-39.007499146538976,17.82468966518742,17.560486422894883,7,238126,242126,245126,237129,244129,239132,243132,000000,000000 +244129,2,242.52631578947367,246.3157894736842,-40.5,-37.5,244.42105263157893,-39.007499146538976,17.82468966518742,17.560486422894883,8,242126,245126,249126,241129,248129,239132,243132,247132,000000 +248129,2,246.3157894736842,250.1052631578947,-40.5,-37.5,248.21052631578945,-39.007499146538976,17.82468966518742,17.560486422894883,8,245126,249126,253126,244129,252129,243132,247132,251132,000000 +252129,2,250.1052631578947,253.8947368421053,-40.5,-37.5,252.0,-39.007499146538976,17.824689665186042,17.560486422894883,8,249126,253126,256126,248129,256129,247132,251132,255132,000000 +256129,2,253.8947368421053,257.6842105263158,-40.5,-37.5,255.7894736842105,-39.007499146538976,17.82468966518742,17.560486422894883,8,253126,256126,260126,252129,260129,251132,255132,259132,000000 +260129,2,257.6842105263158,261.4736842105263,-40.5,-37.5,259.57894736842104,-39.007499146538976,17.82468966518742,17.560486422894883,8,256126,260126,264126,256129,263129,255132,259132,263132,000000 +263129,2,261.4736842105263,265.2631578947368,-40.5,-37.5,263.3684210526316,-39.007499146538976,17.82468966518742,17.560486422894883,8,260126,264126,267126,260129,267129,259132,263132,267132,000000 +267129,2,265.2631578947368,269.05263157894734,-40.5,-37.5,267.1578947368421,-39.007499146538976,17.82468966518742,17.560486422894883,8,264126,267126,271126,263129,271129,263132,267132,271132,000000 +271129,2,269.05263157894734,272.84210526315786,-40.5,-37.5,270.9473684210526,-39.007499146538976,17.82468966518742,17.560486422894883,8,267126,271126,275126,267129,275129,267132,271132,275132,000000 +275129,2,272.84210526315786,276.6315789473684,-40.5,-37.5,274.7368421052631,-39.007499146538976,17.82468966518742,17.560486422894883,8,271126,275126,278126,271129,279129,271132,275132,279132,000000 +279129,2,276.6315789473684,280.42105263157896,-40.5,-37.5,278.52631578947364,-39.007499146538976,17.824689665184707,17.560486422894684,8,275126,278126,282126,275129,282129,275132,279132,283132,000000 +282129,2,280.42105263157896,284.2105263157895,-40.5,-37.5,282.3157894736842,-39.007499146538976,17.82468966518742,17.560486422894883,8,278126,282126,285126,279129,286129,279132,283132,287132,000000 +286129,0,284.2105263157895,288.0,-40.5,-37.5,286.10526315789474,-39.007499146538976,17.82468966518742,17.560486422894883,8,282126,285126,289126,282129,290129,283132,287132,291132,000000 +290129,0,288.0,291.7894736842105,-40.5,-37.5,289.89473684210526,-39.007499146538976,17.82468966518742,17.560486422894883,8,285126,289126,293126,286129,294129,287132,291132,295132,000000 +294129,0,291.7894736842105,295.57894736842104,-40.5,-37.5,293.6842105263158,-39.007499146538976,17.82468966518742,17.560486422894883,8,289126,293126,296126,290129,297129,291132,295132,299132,000000 +297129,0,295.57894736842104,299.3684210526316,-40.5,-37.5,297.4736842105263,-39.007499146538976,17.82468966518742,17.560486422894883,8,293126,296126,300126,294129,301129,295132,299132,303132,000000 +301129,0,299.3684210526316,303.1578947368421,-40.5,-37.5,301.2631578947368,-39.007499146538976,17.82468966518742,17.560486422894883,7,296126,300126,304126,297129,305129,299132,303132,000000,000000 +305129,0,303.1578947368421,306.9473684210526,-40.5,-37.5,305.05263157894734,-39.007499146538976,17.82468966518742,17.560486422894883,6,304126,307126,301129,309129,303132,307132,000000,000000,000000 +332129,0,329.6842105263158,333.4736842105263,-40.5,-37.5,331.57894736842104,-39.007499146538976,17.82468966518742,17.560486422894883,7,329126,333126,336126,328129,335129,330132,334132,000000,000000 +335129,0,333.4736842105263,337.2631578947368,-40.5,-37.5,335.3684210526316,-39.007499146538976,17.82468966518742,17.560486422894883,8,333126,336126,340126,332129,339129,330132,334132,338132,000000 +339129,0,337.2631578947368,341.05263157894734,-40.5,-37.5,339.1578947368421,-39.007499146538976,17.82468966518742,17.560486422894883,8,336126,340126,344126,335129,343129,334132,338132,342132,000000 +343129,0,341.05263157894734,344.84210526315786,-40.5,-37.5,342.9473684210526,-39.007499146538976,17.82468966518742,17.560486422894883,8,340126,344126,347126,339129,347129,338132,342132,346132,000000 +347129,0,344.84210526315786,348.6315789473684,-40.5,-37.5,346.7368421052631,-39.007499146538976,17.82468966518742,17.560486422894883,8,344126,347126,351126,343129,351129,342132,346132,350132,000000 +351129,0,348.6315789473684,352.4210526315789,-40.5,-37.5,350.52631578947364,-39.007499146538976,17.82468966518742,17.560486422894883,8,347126,351126,355126,347129,354129,346132,350132,354132,000000 +354129,2,352.4210526315789,356.2105263157895,-40.5,-37.5,354.31578947368416,-39.007499146538976,17.824689665184707,17.560486422894684,8,351126,355126,358126,351129,358129,350132,354132,358132,000000 +358129,2,356.2105263157895,360.0,-40.5,-37.5,358.10526315789474,-39.007499146538976,17.82468966518742,17.560486422894883,8,355126,358126,002126,354129,002129,354132,358132,002132,000000 +002132,2,0.0,3.956043956043956,-43.5,-40.5,1.978021978021978,-42.00828949514879,17.771942622098322,17.513081904601663,8,002129,006129,358129,006132,358132,002135,006135,358135,000000 +006132,2,3.956043956043956,7.912087912087912,-43.5,-40.5,5.934065934065934,-42.00828949514879,17.771942622098322,17.513081904601663,8,002129,006129,009129,002132,010132,002135,006135,010135,000000 +010132,2,7.912087912087912,11.868131868131869,-43.5,-40.5,9.89010989010989,-42.00828949514879,17.771942622098322,17.513081904601663,8,006129,009129,013129,006132,014132,006135,010135,014135,000000 +014132,2,11.868131868131869,15.824175824175825,-43.5,-40.5,13.846153846153848,-42.00828949514879,17.771942622098322,17.513081904601663,8,009129,013129,017129,010132,018132,010135,014135,019135,000000 +018132,2,15.824175824175825,19.78021978021978,-43.5,-40.5,17.802197802197803,-42.00828949514879,17.771942622098322,17.513081904601663,8,013129,017129,021129,014132,022132,014135,019135,023135,000000 +022132,2,19.78021978021978,23.736263736263737,-43.5,-40.5,21.75824175824176,-42.00828949514879,17.771942622098322,17.513081904601663,8,017129,021129,025129,018132,026132,019135,023135,027135,000000 +026132,2,23.736263736263737,27.692307692307693,-43.5,-40.5,25.714285714285715,-42.00828949514879,17.771942622098322,17.513081904601663,8,021129,025129,028129,022132,030132,023135,027135,031135,000000 +030132,2,27.692307692307693,31.64835164835165,-43.5,-40.5,29.67032967032967,-42.00828949514879,17.771942622098322,17.513081904601663,7,025129,028129,032129,026132,034132,027135,031135,000000,000000 +034132,2,31.64835164835165,35.604395604395606,-43.5,-40.5,33.62637362637363,-42.00828949514879,17.771942622098322,17.513081904601663,6,032129,036129,030132,038132,031135,035135,000000,000000,000000 +038132,2,35.604395604395606,39.56043956043956,-43.5,-40.5,37.582417582417584,-42.00828949514879,17.771942622098322,17.513081904601663,6,036129,040129,034132,042132,035135,039135,000000,000000,000000 +042132,2,39.56043956043956,43.51648351648352,-43.5,-40.5,41.53846153846154,-42.00828949514879,17.771942622098322,17.513081904601663,6,040129,044129,038132,045132,039135,043135,000000,000000,000000 +045132,2,43.51648351648352,47.472527472527474,-43.5,-40.5,45.494505494505496,-42.00828949514879,17.771942622098322,17.513081904601663,6,044129,047129,042132,049132,043135,048135,000000,000000,000000 +049132,2,47.472527472527474,51.42857142857143,-43.5,-40.5,49.45054945054945,-42.00828949514879,17.771942622098322,17.513081904601663,6,047129,051129,045132,053132,048135,052135,000000,000000,000000 +053132,2,51.42857142857143,55.38461538461539,-43.5,-40.5,53.40659340659341,-42.00828949514879,17.771942622098322,17.513081904601663,6,051129,055129,049132,057132,052135,056135,000000,000000,000000 +057132,2,55.38461538461539,59.34065934065934,-43.5,-40.5,57.362637362637365,-42.00828949514879,17.771942622098322,17.513081904601663,7,055129,059129,063129,053132,061132,056135,060135,000000,000000 +061132,2,59.34065934065934,63.2967032967033,-43.5,-40.5,61.31868131868132,-42.00828949514879,17.771942622098322,17.513081904601663,7,059129,063129,066129,057132,065132,060135,064135,000000,000000 +065132,2,63.2967032967033,67.25274725274726,-43.5,-40.5,65.27472527472528,-42.00828949514879,17.771942622097995,17.513081904601663,8,063129,066129,070129,061132,069132,060135,064135,068135,000000 +069132,2,67.25274725274726,71.20879120879121,-43.5,-40.5,69.23076923076923,-42.00828949514879,17.771942622097995,17.513081904601663,8,066129,070129,074129,065132,073132,064135,068135,072135,000000 +073132,2,71.20879120879121,75.16483516483517,-43.5,-40.5,73.1868131868132,-42.00828949514879,17.771942622097995,17.513081904601663,8,070129,074129,078129,069132,077132,068135,072135,077135,000000 +077132,2,75.16483516483517,79.12087912087912,-43.5,-40.5,77.14285714285714,-42.00828949514879,17.771942622097995,17.513081904601663,8,074129,078129,081129,073132,081132,072135,077135,081135,000000 +081132,2,79.12087912087912,83.07692307692308,-43.5,-40.5,81.09890109890111,-42.00828949514879,17.771942622097995,17.513081904601663,8,078129,081129,085129,077132,085132,077135,081135,085135,000000 +085132,2,83.07692307692308,87.03296703296704,-43.5,-40.5,85.05494505494505,-42.00828949514879,17.771942622097995,17.513081904601663,8,081129,085129,089129,081132,089132,081135,085135,089135,000000 +089132,2,87.03296703296704,90.989010989011,-43.5,-40.5,89.01098901098902,-42.00828949514879,17.771942622097995,17.513081904601663,8,085129,089129,093129,085132,093132,085135,089135,093135,000000 +093132,2,90.989010989011,94.94505494505496,-43.5,-40.5,92.96703296703296,-42.00828949514879,17.771942622097995,17.513081904601663,8,089129,093129,097129,089132,097132,089135,093135,097135,000000 +097132,2,94.94505494505496,98.9010989010989,-43.5,-40.5,96.92307692307692,-42.00828949514879,17.771942622097995,17.513081904601663,8,093129,097129,100129,093132,101132,093135,097135,101135,000000 +101132,2,98.9010989010989,102.85714285714286,-43.5,-40.5,100.87912087912088,-42.00828949514879,17.771942622097995,17.513081904601663,8,097129,100129,104129,097132,105132,097135,101135,106135,000000 +105132,2,102.85714285714286,106.81318681318682,-43.5,-40.5,104.83516483516485,-42.00828949514879,17.771942622097995,17.513081904601663,8,100129,104129,108129,101132,109132,101135,106135,110135,000000 +109132,2,106.81318681318682,110.76923076923076,-43.5,-40.5,108.7912087912088,-42.00828949514879,17.771942622097995,17.513081904601663,8,104129,108129,112129,105132,113132,106135,110135,114135,000000 +113132,2,110.76923076923076,114.72527472527472,-43.5,-40.5,112.74725274725276,-42.00828949514879,17.771942622097995,17.513081904601663,8,108129,112129,116129,109132,117132,110135,114135,118135,000000 +117132,2,114.72527472527472,118.68131868131869,-43.5,-40.5,116.7032967032967,-42.00828949514879,17.771942622097995,17.513081904601663,8,112129,116129,119129,113132,121132,114135,118135,122135,000000 +121132,2,118.68131868131869,122.63736263736264,-43.5,-40.5,120.65934065934069,-42.00828949514879,17.771942622097995,17.513081904601663,7,116129,119129,123129,117132,125132,118135,122135,000000,000000 +125132,2,122.63736263736264,126.5934065934066,-43.5,-40.5,124.6153846153846,-42.00828949514879,17.771942622097995,17.513081904601663,6,123129,127129,121132,129132,122135,126135,000000,000000,000000 +129132,2,126.5934065934066,130.54945054945057,-43.5,-40.5,128.57142857142858,-42.00828949514879,17.771942622097995,17.513081904601663,6,127129,131129,125132,133132,126135,130135,000000,000000,000000 +133132,2,130.54945054945057,134.5054945054945,-43.5,-40.5,132.52747252747253,-42.00828949514879,17.771942622097995,17.513081904601663,6,131129,135129,129132,136132,130135,134135,000000,000000,000000 +136132,2,134.5054945054945,138.46153846153845,-43.5,-40.5,136.4835164835165,-42.00828949514879,17.771942622097995,17.513081904601663,6,135129,138129,133132,140132,134135,139135,000000,000000,000000 +140132,2,138.46153846153845,142.41758241758242,-43.5,-40.5,140.43956043956044,-42.00828949514879,17.771942622097995,17.513081904601663,6,138129,142129,136132,144132,139135,143135,000000,000000,000000 +144132,2,142.41758241758242,146.3736263736264,-43.5,-40.5,144.3956043956044,-42.00828949514879,17.771942622097995,17.513081904601663,6,142129,146129,140132,148132,143135,147135,000000,000000,000000 +148132,2,146.3736263736264,150.32967032967034,-43.5,-40.5,148.35164835164835,-42.00828949514879,17.771942622097995,17.513081904601663,7,146129,150129,153129,144132,152132,147135,151135,000000,000000 +152132,2,150.32967032967034,154.28571428571428,-43.5,-40.5,152.30769230769232,-42.00828949514879,17.771942622097995,17.513081904601663,8,150129,153129,157129,148132,156132,147135,151135,155135,000000 +156132,2,154.28571428571428,158.24175824175825,-43.5,-40.5,156.26373626373626,-42.00828949514879,17.771942622097995,17.513081904601663,8,153129,157129,161129,152132,160132,151135,155135,159135,000000 +160132,2,158.24175824175825,162.19780219780222,-43.5,-40.5,160.21978021978023,-42.00828949514879,17.771942622097995,17.513081904601663,8,157129,161129,165129,156132,164132,155135,159135,163135,000000 +164132,2,162.19780219780222,166.15384615384616,-43.5,-40.5,164.17582417582418,-42.00828949514879,17.771942622097995,17.513081904601663,8,161129,165129,169129,160132,168132,159135,163135,168135,000000 +168132,2,166.15384615384616,170.1098901098901,-43.5,-40.5,168.13186813186817,-42.00828949514879,17.771942622097995,17.513081904601663,8,165129,169129,172129,164132,172132,163135,168135,172135,000000 +172132,2,170.1098901098901,174.06593406593407,-43.5,-40.5,172.0879120879121,-42.00828949514879,17.771942622097995,17.513081904601663,8,169129,172129,176129,168132,176132,168135,172135,176135,000000 +176132,2,174.06593406593407,178.02197802197804,-43.5,-40.5,176.04395604395606,-42.00828949514879,17.771942622097995,17.513081904601663,8,172129,176129,180129,172132,180132,172135,176135,180135,000000 +180132,2,178.02197802197804,181.978021978022,-43.5,-40.5,180.0,-42.00828949514879,17.771942622097995,17.513081904601663,8,176129,180129,184129,176132,184132,176135,180135,184135,000000 +184132,2,181.978021978022,185.934065934066,-43.5,-40.5,183.956043956044,-42.00828949514879,17.771942622097995,17.513081904601663,8,180129,184129,188129,180132,188132,180135,184135,188135,000000 +188132,2,185.934065934066,189.8901098901099,-43.5,-40.5,187.9120879120879,-42.00828949514879,17.771942622097995,17.513081904601663,8,184129,188129,191129,184132,192132,184135,188135,192135,000000 +192132,2,189.8901098901099,193.84615384615387,-43.5,-40.5,191.86813186813188,-42.00828949514879,17.771942622097995,17.513081904601663,8,188129,191129,195129,188132,196132,188135,192135,197135,000000 +196132,2,193.84615384615387,197.8021978021978,-43.5,-40.5,195.82417582417585,-42.00828949514879,17.771942622097995,17.513081904601663,8,191129,195129,199129,192132,200132,192135,197135,201135,000000 +200132,2,197.8021978021978,201.75824175824167,-43.5,-40.5,199.7802197802198,-42.00828949514879,17.771942622097995,17.513081904601663,8,195129,199129,203129,196132,204132,197135,201135,205135,000000 +204132,2,201.75824175824167,205.7142857142857,-43.5,-40.5,203.7362637362637,-42.00828949514879,17.771942622097995,17.513081904601663,8,199129,203129,207129,200132,208132,201135,205135,209135,000000 +208132,2,205.7142857142857,209.6703296703297,-43.5,-40.5,207.6923076923077,-42.00828949514879,17.771942622097995,17.513081904601663,8,203129,207129,210129,204132,212132,205135,209135,213135,000000 +212132,2,209.6703296703297,213.62637362637363,-43.5,-40.5,211.64835164835165,-42.00828949514879,17.771942622097995,17.513081904601663,7,207129,210129,214129,208132,216132,209135,213135,000000,000000 +216132,2,213.62637362637363,217.5824175824176,-43.5,-40.5,215.6043956043956,-42.00828949514879,17.771942622097995,17.513081904601663,6,214129,218129,212132,220132,213135,217135,000000,000000,000000 +220132,2,217.5824175824176,221.53846153846155,-43.5,-40.5,219.5604395604396,-42.00828949514879,17.771942622097995,17.513081904601663,6,218129,222129,216132,224132,217135,221135,000000,000000,000000 +224132,2,221.53846153846155,225.49450549450552,-43.5,-40.5,223.5164835164836,-42.00828949514879,17.771942622097995,17.513081904601663,6,222129,225129,220132,227132,221135,226135,000000,000000,000000 +227132,2,225.49450549450552,229.45054945054943,-43.5,-40.5,227.47252747252747,-42.00828949514879,17.771942622097995,17.513081904601663,6,225129,229129,224132,231132,226135,230135,000000,000000,000000 +231132,2,229.45054945054943,233.4065934065934,-43.5,-40.5,231.42857142857144,-42.00828949514879,17.771942622097995,17.513081904601663,6,229129,233129,227132,235132,230135,234135,000000,000000,000000 +235132,2,233.4065934065934,237.36263736263737,-43.5,-40.5,235.3846153846154,-42.00828949514879,17.771942622097995,17.513081904601663,6,233129,237129,231132,239132,234135,238135,000000,000000,000000 +239132,2,237.36263736263737,241.3186813186813,-43.5,-40.5,239.34065934065936,-42.00828949514879,17.771942622097995,17.513081904601663,7,237129,241129,244129,235132,243132,238135,242135,000000,000000 +243132,2,241.3186813186813,245.27472527472528,-43.5,-40.5,243.2967032967033,-42.00828949514879,17.771942622097995,17.513081904601663,8,241129,244129,248129,239132,247132,238135,242135,246135,000000 +247132,2,245.27472527472528,249.23076923076923,-43.5,-40.5,247.25274725274727,-42.00828949514879,17.771942622097995,17.513081904601663,8,244129,248129,252129,243132,251132,242135,246135,250135,000000 +251132,2,249.23076923076923,253.1868131868132,-43.5,-40.5,251.2087912087912,-42.00828949514879,17.771942622097995,17.513081904601663,8,248129,252129,256129,247132,255132,246135,250135,254135,000000 +255132,2,253.1868131868132,257.1428571428572,-43.5,-40.5,255.1648351648352,-42.00828949514879,17.771942622097995,17.513081904601663,8,252129,256129,260129,251132,259132,250135,254135,259135,000000 +259132,2,257.1428571428572,261.09890109890114,-43.5,-40.5,259.1208791208792,-42.00828949514879,17.771942622096702,17.513081904601663,8,256129,260129,263129,255132,263132,254135,259135,263135,000000 +263132,2,261.09890109890114,265.05494505494505,-43.5,-40.5,263.0769230769231,-42.00828949514879,17.771942622099274,17.51308190460186,8,260129,263129,267129,259132,267132,259135,263135,267135,000000 +267132,2,265.05494505494505,269.010989010989,-43.5,-40.5,267.032967032967,-42.00828949514879,17.771942622096702,17.513081904601663,8,263129,267129,271129,263132,271132,263135,267135,271135,000000 +271132,2,269.010989010989,272.967032967033,-43.5,-40.5,270.98901098901104,-42.00828949514879,17.771942622096702,17.513081904601663,8,267129,271129,275129,267132,275132,267135,271135,275135,000000 +275132,2,272.967032967033,276.9230769230769,-43.5,-40.5,274.9450549450549,-42.00828949514879,17.771942622099274,17.51308190460186,8,271129,275129,279129,271132,279132,271135,275135,279135,000000 +279132,2,276.9230769230769,280.8791208791209,-43.5,-40.5,278.90109890109886,-42.00828949514879,17.771942622096702,17.513081904601663,8,275129,279129,282129,275132,283132,275135,279135,283135,000000 +283132,2,280.8791208791209,284.83516483516485,-43.5,-40.5,282.8571428571429,-42.00828949514879,17.771942622096702,17.513081904601663,8,279129,282129,286129,279132,287132,279135,283135,288135,000000 +287132,2,284.83516483516485,288.7912087912088,-43.5,-40.5,286.8131868131868,-42.00828949514879,17.771942622096702,17.513081904601663,8,282129,286129,290129,283132,291132,283135,288135,292135,000000 +291132,2,288.7912087912088,292.7472527472528,-43.5,-40.5,290.76923076923083,-42.00828949514879,17.771942622096702,17.513081904601663,8,286129,290129,294129,287132,295132,288135,292135,296135,000000 +295132,2,292.7472527472528,296.7032967032967,-43.5,-40.5,294.72527472527474,-42.00828949514879,17.771942622099274,17.51308190460186,8,290129,294129,297129,291132,299132,292135,296135,300135,000000 +299132,0,296.7032967032967,300.65934065934067,-43.5,-40.5,298.68131868131866,-42.00828949514879,17.771942622096702,17.513081904601663,7,294129,297129,301129,295132,303132,296135,300135,000000,000000 +303132,0,300.65934065934067,304.61538461538464,-43.5,-40.5,302.6373626373627,-42.00828949514879,17.771942622096702,17.513081904601663,7,297129,301129,305129,299132,307132,300135,304135,000000,000000 +307132,0,304.61538461538464,308.57142857142856,-43.5,-40.5,306.5934065934066,-42.00828949514879,17.771942622099274,17.51308190460186,6,305129,309129,303132,311132,304135,308135,000000,000000,000000 +311132,0,308.57142857142856,312.5274725274725,-43.5,-40.5,310.5494505494505,-42.00828949514879,17.771942622096702,17.513081904601663,6,309129,313129,307132,315132,308135,312135,000000,000000,000000 +315132,0,312.5274725274725,316.4835164835165,-43.5,-40.5,314.50549450549454,-42.00828949514879,17.771942622096702,17.513081904601663,6,313129,316129,311132,318132,312135,317135,000000,000000,000000 +318132,0,316.4835164835165,320.43956043956047,-43.5,-40.5,318.46153846153845,-42.00828949514879,17.771942622096702,17.513081904601663,6,316129,320129,315132,322132,317135,321135,000000,000000,000000 +322132,0,320.43956043956047,324.39560439560444,-43.5,-40.5,322.4175824175825,-42.00828949514879,17.771942622096702,17.513081904601663,6,320129,324129,318132,326132,321135,325135,000000,000000,000000 +326132,0,324.39560439560444,328.35164835164835,-43.5,-40.5,326.3736263736264,-42.00828949514879,17.771942622099274,17.51308190460186,6,324129,328129,322132,330132,325135,329135,000000,000000,000000 +330132,0,328.35164835164835,332.3076923076923,-43.5,-40.5,330.3296703296703,-42.00828949514879,17.771942622096702,17.513081904601663,7,328129,332129,335129,326132,334132,329135,333135,000000,000000 +334132,0,332.3076923076923,336.2637362637363,-43.5,-40.5,334.28571428571433,-42.00828949514879,17.771942622096702,17.513081904601663,8,332129,335129,339129,330132,338132,329135,333135,337135,000000 +338132,0,336.2637362637363,340.2197802197802,-43.5,-40.5,338.24175824175825,-42.00828949514879,17.771942622099274,17.51308190460186,8,335129,339129,343129,334132,342132,333135,337135,341135,000000 +342132,2,340.2197802197802,344.1758241758242,-43.5,-40.5,342.19780219780216,-42.00828949514879,17.771942622096702,17.513081904601663,8,339129,343129,347129,338132,346132,337135,341135,346135,000000 +346132,2,344.1758241758242,348.13186813186815,-43.5,-40.5,346.1538461538462,-42.00828949514879,17.771942622096702,17.513081904601663,8,343129,347129,351129,342132,350132,341135,346135,350135,000000 +350132,2,348.13186813186815,352.0879120879121,-43.5,-40.5,350.1098901098901,-42.00828949514879,17.771942622096702,17.513081904601663,8,347129,351129,354129,346132,354132,346135,350135,354135,000000 +354132,2,352.0879120879121,356.0439560439561,-43.5,-40.5,354.06593406593413,-42.00828949514879,17.771942622096702,17.513081904601663,8,351129,354129,358129,350132,358132,350135,354135,358135,000000 +358132,2,356.0439560439561,360.0,-43.5,-40.5,358.02197802197804,-42.00828949514879,17.771942622099274,17.51308190460186,8,354129,358129,002129,354132,002132,354135,358135,002135,000000 +002135,2,0.0,4.137931034482759,-46.5,-43.5,2.0689655172413794,-45.00909476666373,17.973094444729185,17.46478234059508,8,002132,006132,358132,006135,358135,002138,007138,358138,000000 +006135,2,4.137931034482759,8.275862068965518,-46.5,-43.5,6.206896551724139,-45.00909476666373,17.973094444729185,17.46478234059508,8,002132,006132,010132,002135,010135,002138,007138,011138,000000 +010135,2,8.275862068965518,12.413793103448278,-46.5,-43.5,10.344827586206897,-45.00909476666373,17.973094444729142,17.46478234059508,8,006132,010132,014132,006135,014135,007138,011138,015138,000000 +014135,2,12.413793103448278,16.551724137931036,-46.5,-43.5,14.482758620689657,-45.00909476666373,17.973094444729213,17.46478234059508,8,010132,014132,018132,010135,019135,011138,015138,020138,000000 +019135,2,16.551724137931036,20.6896551724138,-46.5,-43.5,18.620689655172413,-45.00909476666373,17.973094444729142,17.46478234059508,8,014132,018132,022132,014135,023135,015138,020138,024138,000000 +023135,2,20.6896551724138,24.827586206896555,-46.5,-43.5,22.75862068965517,-45.00909476666373,17.973094444729142,17.46478234059508,8,018132,022132,026132,019135,027135,020138,024138,028138,000000 +027135,2,24.827586206896555,28.96551724137932,-46.5,-43.5,26.896551724137936,-45.00909476666373,17.973094444729142,17.46478234059508,8,022132,026132,030132,023135,031135,024138,028138,033138,000000 +031135,2,28.96551724137932,33.10344827586207,-46.5,-43.5,31.03448275862069,-45.00909476666373,17.973094444729142,17.46478234059508,7,026132,030132,034132,027135,035135,028138,033138,000000,000000 +035135,2,33.10344827586207,37.24137931034483,-46.5,-43.5,35.17241379310345,-45.00909476666373,17.973094444729142,17.46478234059508,6,034132,038132,031135,039135,033138,037138,000000,000000,000000 +039135,2,37.24137931034483,41.37931034482759,-46.5,-43.5,39.310344827586206,-45.00909476666373,17.973094444729142,17.46478234059508,6,038132,042132,035135,043135,037138,041138,000000,000000,000000 +043135,2,41.37931034482759,45.51724137931035,-46.5,-43.5,43.44827586206897,-45.00909476666373,17.973094444729142,17.46478234059508,6,042132,045132,039135,048135,041138,046138,000000,000000,000000 +048135,2,45.51724137931035,49.65517241379311,-46.5,-43.5,47.58620689655173,-45.00909476666373,17.973094444729142,17.46478234059508,6,045132,049132,043135,052135,046138,050138,000000,000000,000000 +052135,2,49.65517241379311,53.793103448275865,-46.5,-43.5,51.72413793103449,-45.00909476666373,17.973094444729142,17.46478234059508,6,049132,053132,048135,056135,050138,054138,000000,000000,000000 +056135,2,53.793103448275865,57.93103448275863,-46.5,-43.5,55.862068965517246,-45.00909476666373,17.973094444729142,17.46478234059508,6,053132,057132,052135,060135,054138,059138,000000,000000,000000 +060135,2,57.93103448275863,62.06896551724138,-46.5,-43.5,60.0,-45.00909476666373,17.973094444729142,17.46478234059508,7,057132,061132,065132,056135,064135,059138,063138,000000,000000 +064135,2,62.06896551724138,66.20689655172414,-46.5,-43.5,64.13793103448276,-45.00909476666373,17.973094444729142,17.46478234059508,8,061132,065132,069132,060135,068135,059138,063138,067138,000000 +068135,2,66.20689655172414,70.3448275862069,-46.5,-43.5,68.27586206896552,-45.00909476666373,17.973094444729142,17.46478234059508,8,065132,069132,073132,064135,072135,063138,067138,072138,000000 +072135,2,70.3448275862069,74.48275862068967,-46.5,-43.5,72.41379310344828,-45.00909476666373,17.973094444729142,17.46478234059508,8,069132,073132,077132,068135,077135,067138,072138,076138,000000 +077135,2,74.48275862068967,78.62068965517241,-46.5,-43.5,76.55172413793105,-45.00909476666373,17.973094444729142,17.46478234059508,8,073132,077132,081132,072135,081135,072138,076138,080138,000000 +081135,2,78.62068965517241,82.75862068965517,-46.5,-43.5,80.6896551724138,-45.00909476666373,17.973094444729142,17.46478234059508,8,077132,081132,085132,077135,085135,076138,080138,085138,000000 +085135,2,82.75862068965517,86.89655172413794,-46.5,-43.5,84.82758620689656,-45.00909476666373,17.973094444729142,17.46478234059508,8,081132,085132,089132,081135,089135,080138,085138,089138,000000 +089135,2,86.89655172413794,91.0344827586207,-46.5,-43.5,88.96551724137932,-45.00909476666373,17.973094444729142,17.46478234059508,8,085132,089132,093132,085135,093135,085138,089138,093138,000000 +093135,2,91.0344827586207,95.17241379310346,-46.5,-43.5,93.10344827586208,-45.00909476666373,17.973094444729142,17.46478234059508,8,089132,093132,097132,089135,097135,089138,093138,098138,000000 +097135,2,95.17241379310346,99.31034482758622,-46.5,-43.5,97.24137931034484,-45.00909476666373,17.973094444729142,17.46478234059508,8,093132,097132,101132,093135,101135,093138,098138,102138,000000 +101135,2,99.31034482758622,103.44827586206895,-46.5,-43.5,101.3793103448276,-45.00909476666373,17.973094444729142,17.46478234059508,8,097132,101132,105132,097135,106135,098138,102138,106138,000000 +106135,2,103.44827586206895,107.58620689655172,-46.5,-43.5,105.51724137931036,-45.00909476666373,17.973094444729142,17.46478234059508,8,101132,105132,109132,101135,110135,102138,106138,111138,000000 +110135,2,107.58620689655172,111.72413793103448,-46.5,-43.5,109.65517241379312,-45.00909476666373,17.973094444729142,17.46478234059508,8,105132,109132,113132,106135,114135,106138,111138,115138,000000 +114135,2,111.72413793103448,115.86206896551724,-46.5,-43.5,113.79310344827589,-45.00909476666373,17.973094444729142,17.46478234059508,8,109132,113132,117132,110135,118135,111138,115138,119138,000000 +118135,2,115.86206896551724,120.0,-46.5,-43.5,117.93103448275863,-45.00909476666373,17.973094444729142,17.46478234059508,8,113132,117132,121132,114135,122135,115138,119138,124138,000000 +122135,2,120.0,124.13793103448276,-46.5,-43.5,122.0689655172414,-45.00909476666373,17.973094444729142,17.46478234059508,7,117132,121132,125132,118135,126135,119138,124138,000000,000000 +126135,2,124.13793103448276,128.27586206896552,-46.5,-43.5,126.20689655172414,-45.00909476666373,17.973094444729142,17.46478234059508,6,125132,129132,122135,130135,124138,128138,000000,000000,000000 +130135,2,128.27586206896552,132.41379310344828,-46.5,-43.5,130.34482758620692,-45.00909476666373,17.973094444728517,17.46478234059508,6,129132,133132,126135,134135,128138,132138,000000,000000,000000 +134135,2,132.41379310344828,136.55172413793105,-46.5,-43.5,134.48275862068965,-45.00909476666373,17.973094444728517,17.46478234059508,6,133132,136132,130135,139135,132138,137138,000000,000000,000000 +139135,2,136.55172413793105,140.6896551724138,-46.5,-43.5,138.62068965517244,-45.00909476666373,17.973094444728517,17.46478234059508,6,136132,140132,134135,143135,137138,141138,000000,000000,000000 +143135,2,140.6896551724138,144.82758620689657,-46.5,-43.5,142.75862068965515,-45.00909476666373,17.973094444728517,17.46478234059508,6,140132,144132,139135,147135,141138,145138,000000,000000,000000 +147135,2,144.82758620689657,148.96551724137933,-46.5,-43.5,146.89655172413796,-45.00909476666373,17.973094444728517,17.46478234059508,7,144132,148132,152132,143135,151135,145138,150138,000000,000000 +151135,2,148.96551724137933,153.1034482758621,-46.5,-43.5,151.0344827586207,-45.00909476666373,17.973094444728517,17.46478234059508,7,148132,152132,156132,147135,155135,150138,154138,000000,000000 +155135,2,153.1034482758621,157.24137931034485,-46.5,-43.5,155.17241379310346,-45.00909476666373,17.973094444729753,17.46478234059508,8,152132,156132,160132,151135,159135,150138,154138,158138,000000 +159135,2,157.24137931034485,161.3793103448276,-46.5,-43.5,159.31034482758622,-45.00909476666373,17.973094444728517,17.46478234059508,8,156132,160132,164132,155135,163135,154138,158138,163138,000000 +163135,2,161.3793103448276,165.51724137931035,-46.5,-43.5,163.44827586206895,-45.00909476666373,17.973094444728517,17.46478234059508,8,160132,164132,168132,159135,168135,158138,163138,167138,000000 +168135,2,165.51724137931035,169.6551724137931,-46.5,-43.5,167.58620689655174,-45.00909476666373,17.973094444728517,17.46478234059508,8,164132,168132,172132,163135,172135,163138,167138,171138,000000 +172135,2,169.6551724137931,173.79310344827587,-46.5,-43.5,171.72413793103448,-45.00909476666373,17.973094444728517,17.46478234059508,8,168132,172132,176132,168135,176135,167138,171138,176138,000000 +176135,2,173.79310344827587,177.93103448275863,-46.5,-43.5,175.86206896551727,-45.00909476666373,17.973094444728517,17.46478234059508,8,172132,176132,180132,172135,180135,171138,176138,180138,000000 +180135,2,177.93103448275863,182.0689655172414,-46.5,-43.5,180.0,-45.00909476666373,17.973094444728517,17.46478234059508,8,176132,180132,184132,176135,184135,176138,180138,184138,000000 +184135,2,182.0689655172414,186.20689655172416,-46.5,-43.5,184.1379310344828,-45.00909476666373,17.973094444728517,17.46478234059508,8,180132,184132,188132,180135,188135,180138,184138,189138,000000 +188135,2,186.20689655172416,190.3448275862069,-46.5,-43.5,188.27586206896552,-45.00909476666373,17.973094444728517,17.46478234059508,8,184132,188132,192132,184135,192135,184138,189138,193138,000000 +192135,2,190.3448275862069,194.48275862068968,-46.5,-43.5,192.4137931034483,-45.00909476666373,17.973094444728517,17.46478234059508,8,188132,192132,196132,188135,197135,189138,193138,197138,000000 +197135,2,194.48275862068968,198.62068965517244,-46.5,-43.5,196.55172413793105,-45.00909476666373,17.973094444728517,17.46478234059508,8,192132,196132,200132,192135,201135,193138,197138,202138,000000 +201135,2,198.62068965517244,202.7586206896552,-46.5,-43.5,200.6896551724138,-45.00909476666373,17.973094444729753,17.46478234059508,8,196132,200132,204132,197135,205135,197138,202138,206138,000000 +205135,2,202.7586206896552,206.896551724138,-46.5,-43.5,204.82758620689657,-45.00909476666373,17.973094444728517,17.46478234059508,8,200132,204132,208132,201135,209135,202138,206138,210138,000000 +209135,2,206.896551724138,211.0344827586207,-46.5,-43.5,208.9655172413793,-45.00909476666373,17.973094444728517,17.46478234059508,7,204132,208132,212132,205135,213135,206138,210138,000000,000000 +213135,2,211.0344827586207,215.17241379310343,-46.5,-43.5,213.1034482758621,-45.00909476666373,17.973094444728517,17.46478234059508,7,208132,212132,216132,209135,217135,210138,215138,000000,000000 +217135,2,215.17241379310343,219.31034482758625,-46.5,-43.5,217.24137931034485,-45.00909476666373,17.973094444728517,17.46478234059508,6,216132,220132,213135,221135,215138,219138,000000,000000,000000 +221135,2,219.31034482758625,223.44827586206893,-46.5,-43.5,221.3793103448276,-45.00909476666373,17.973094444728517,17.46478234059508,6,220132,224132,217135,226135,219138,223138,000000,000000,000000 +226135,2,223.44827586206893,227.5862068965517,-46.5,-43.5,225.51724137931035,-45.00909476666373,17.973094444728517,17.46478234059508,6,224132,227132,221135,230135,223138,228138,000000,000000,000000 +230135,2,227.5862068965517,231.7241379310345,-46.5,-43.5,229.6551724137932,-45.00909476666373,17.973094444728517,17.46478234059508,6,227132,231132,226135,234135,228138,232138,000000,000000,000000 +234135,2,231.7241379310345,235.86206896551727,-46.5,-43.5,233.79310344827587,-45.00909476666373,17.973094444728517,17.46478234059508,6,231132,235132,230135,238135,232138,236138,000000,000000,000000 +238135,2,235.86206896551727,240.00000000000003,-46.5,-43.5,237.93103448275863,-45.00909476666373,17.973094444728517,17.46478234059508,7,235132,239132,243132,234135,242135,236138,241138,000000,000000 +242135,2,240.00000000000003,244.1379310344828,-46.5,-43.5,242.0689655172414,-45.00909476666373,17.973094444729753,17.46478234059508,8,239132,243132,247132,238135,246135,236138,241138,245138,000000 +246135,2,244.1379310344828,248.27586206896552,-46.5,-43.5,246.20689655172413,-45.00909476666373,17.973094444728517,17.46478234059508,8,243132,247132,251132,242135,250135,241138,245138,249138,000000 +250135,2,248.27586206896552,252.41379310344828,-46.5,-43.5,250.3448275862069,-45.00909476666373,17.973094444728517,17.46478234059508,8,247132,251132,255132,246135,254135,245138,249138,254138,000000 +254135,2,252.41379310344828,256.55172413793105,-46.5,-43.5,254.48275862068965,-45.00909476666373,17.973094444728517,17.46478234059508,8,251132,255132,259132,250135,259135,249138,254138,258138,000000 +259135,2,256.55172413793105,260.68965517241384,-46.5,-43.5,258.62068965517244,-45.00909476666373,17.973094444728517,17.46478234059508,8,255132,259132,263132,254135,263135,254138,258138,262138,000000 +263135,2,260.68965517241384,264.82758620689657,-46.5,-43.5,262.75862068965523,-45.00909476666373,17.973094444728517,17.46478234059508,8,259132,263132,267132,259135,267135,258138,262138,267138,000000 +267135,2,264.82758620689657,268.9655172413793,-46.5,-43.5,266.8965517241379,-45.00909476666373,17.973094444728517,17.46478234059508,8,263132,267132,271132,263135,271135,262138,267138,271138,000000 +271135,2,268.9655172413793,273.1034482758621,-46.5,-43.5,271.0344827586207,-45.00909476666373,17.973094444728517,17.46478234059508,8,267132,271132,275132,267135,275135,267138,271138,275138,000000 +275135,2,273.1034482758621,277.2413793103448,-46.5,-43.5,275.1724137931035,-45.00909476666373,17.973094444728517,17.46478234059508,8,271132,275132,279132,271135,279135,271138,275138,280138,000000 +279135,2,277.2413793103448,281.3793103448276,-46.5,-43.5,279.3103448275862,-45.00909476666373,17.973094444728517,17.46478234059508,8,275132,279132,283132,275135,283135,275138,280138,284138,000000 +283135,2,281.3793103448276,285.51724137931035,-46.5,-43.5,283.4482758620689,-45.00909476666373,17.973094444728517,17.46478234059508,8,279132,283132,287132,279135,288135,280138,284138,288138,000000 +288135,2,285.51724137931035,289.65517241379314,-46.5,-43.5,287.58620689655174,-45.00909476666373,17.973094444728517,17.46478234059508,8,283132,287132,291132,283135,292135,284138,288138,293138,000000 +292135,2,289.65517241379314,293.7931034482759,-46.5,-43.5,291.72413793103453,-45.00909476666373,17.973094444728517,17.46478234059508,8,287132,291132,295132,288135,296135,288138,293138,297138,000000 +296135,2,293.7931034482759,297.93103448275866,-46.5,-43.5,295.86206896551727,-45.00909476666373,17.973094444728517,17.46478234059508,8,291132,295132,299132,292135,300135,293138,297138,301138,000000 +300135,2,297.93103448275866,302.0689655172414,-46.5,-43.5,300.0,-45.00909476666373,17.973094444728517,17.46478234059508,7,295132,299132,303132,296135,304135,297138,301138,000000,000000 +304135,2,302.0689655172414,306.2068965517242,-46.5,-43.5,304.1379310344828,-45.00909476666373,17.973094444728517,17.46478234059508,6,303132,307132,300135,308135,301138,306138,000000,000000,000000 +308135,2,306.2068965517242,310.3448275862069,-46.5,-43.5,308.2758620689656,-45.00909476666373,17.973094444728517,17.46478234059508,6,307132,311132,304135,312135,306138,310138,000000,000000,000000 +312135,2,310.3448275862069,314.48275862068965,-46.5,-43.5,312.41379310344826,-45.00909476666373,17.973094444728517,17.46478234059508,6,311132,315132,308135,317135,310138,314138,000000,000000,000000 +317135,2,314.48275862068965,318.62068965517244,-46.5,-43.5,316.55172413793105,-45.00909476666373,17.973094444728517,17.46478234059508,6,315132,318132,312135,321135,314138,319138,000000,000000,000000 +321135,2,318.62068965517244,322.7586206896552,-46.5,-43.5,320.68965517241384,-45.00909476666373,17.973094444728517,17.46478234059508,6,318132,322132,317135,325135,319138,323138,000000,000000,000000 +325135,2,322.7586206896552,326.896551724138,-46.5,-43.5,324.82758620689657,-45.00909476666373,17.973094444728517,17.46478234059508,6,322132,326132,321135,329135,323138,327138,000000,000000,000000 +329135,2,326.896551724138,331.0344827586207,-46.5,-43.5,328.9655172413793,-45.00909476666373,17.973094444728517,17.46478234059508,7,326132,330132,334132,325135,333135,327138,332138,000000,000000 +333135,2,331.0344827586207,335.1724137931035,-46.5,-43.5,333.1034482758621,-45.00909476666373,17.973094444728517,17.46478234059508,8,330132,334132,338132,329135,337135,327138,332138,336138,000000 +337135,2,335.1724137931035,339.3103448275862,-46.5,-43.5,337.2413793103449,-45.00909476666373,17.973094444728517,17.46478234059508,8,334132,338132,342132,333135,341135,332138,336138,340138,000000 +341135,2,339.3103448275862,343.448275862069,-46.5,-43.5,341.3793103448276,-45.00909476666373,17.973094444728517,17.46478234059508,8,338132,342132,346132,337135,346135,336138,340138,345138,000000 +346135,2,343.448275862069,347.58620689655174,-46.5,-43.5,345.51724137931035,-45.00909476666373,17.973094444728517,17.46478234059508,8,342132,346132,350132,341135,350135,340138,345138,349138,000000 +350135,2,347.58620689655174,351.72413793103453,-46.5,-43.5,349.65517241379314,-45.00909476666373,17.973094444728517,17.46478234059508,8,346132,350132,354132,346135,354135,345138,349138,353138,000000 +354135,2,351.72413793103453,355.86206896551727,-46.5,-43.5,353.793103448276,-45.00909476666373,17.973094444728517,17.46478234059508,8,350132,354132,358132,350135,358135,349138,353138,358138,000000 +358135,2,355.86206896551727,360.0,-46.5,-43.5,357.9310344827586,-45.00909476666373,17.973094444728517,17.46478234059508,8,354132,358132,002132,354135,002135,353138,358138,002138,000000 +002138,2,0.0,4.337349397590361,-49.5,-46.5,2.1686746987951806,-48.00990805884968,18.45235635676508,17.41600172271322,8,002135,006135,358135,007138,358138,002141,007141,358141,000000 +007138,2,4.337349397590361,8.674698795180722,-49.5,-46.5,6.506024096385541,-48.00990805884968,18.45235635676504,17.41600172271322,8,002135,006135,010135,002138,011138,002141,007141,012141,000000 +011138,2,8.674698795180722,13.012048192771084,-49.5,-46.5,10.843373493975903,-48.00990805884968,18.45235635676504,17.41600172271322,8,006135,010135,014135,007138,015138,007141,012141,016141,000000 +015138,2,13.012048192771084,17.349397590361445,-49.5,-46.5,15.180722891566264,-48.00990805884968,18.45235635676504,17.41600172271322,8,010135,014135,019135,011138,020138,012141,016141,021141,000000 +020138,2,17.349397590361445,21.686746987951807,-49.5,-46.5,19.518072289156628,-48.00990805884968,18.45235635676498,17.41600172271322,8,014135,019135,023135,015138,024138,016141,021141,025141,000000 +024138,2,21.686746987951807,26.024096385542165,-49.5,-46.5,23.855421686746983,-48.00990805884968,18.452356356765108,17.41600172271322,7,019135,023135,027135,020138,028138,021141,025141,000000,000000 +028138,2,26.024096385542165,30.361445783132528,-49.5,-46.5,28.192771084337345,-48.00990805884968,18.45235635676498,17.41600172271322,7,023135,027135,031135,024138,033138,025141,030141,000000,000000 +033138,2,30.361445783132528,34.69879518072289,-49.5,-46.5,32.53012048192771,-48.00990805884968,18.45235635676498,17.41600172271322,7,027135,031135,035135,028138,037138,030141,035141,000000,000000 +037138,2,34.69879518072289,39.03614457831325,-49.5,-46.5,36.86746987951807,-48.00990805884968,18.452356356765108,17.41600172271322,6,035135,039135,033138,041138,035141,039141,000000,000000,000000 +041138,2,39.03614457831325,43.373493975903614,-49.5,-46.5,41.20481927710843,-48.00990805884968,18.452356356764824,17.41600172271322,6,039135,043135,037138,046138,039141,044141,000000,000000,000000 +046138,2,43.373493975903614,47.71084337349397,-49.5,-46.5,45.54216867469879,-48.00990805884968,18.452356356765108,17.41600172271322,6,043135,048135,041138,050138,044141,048141,000000,000000,000000 +050138,2,47.71084337349397,52.04819277108433,-49.5,-46.5,49.87951807228915,-48.00990805884968,18.452356356765108,17.41600172271322,6,048135,052135,046138,054138,048141,053141,000000,000000,000000 +054138,2,52.04819277108433,56.3855421686747,-49.5,-46.5,54.21686746987952,-48.00990805884968,18.452356356764824,17.41600172271322,7,052135,056135,050138,059138,048141,053141,058141,000000,000000 +059138,2,56.3855421686747,60.722891566265055,-49.5,-46.5,58.55421686746988,-48.00990805884968,18.452356356765108,17.41600172271322,8,056135,060135,064135,054138,063138,053141,058141,062141,000000 +063138,2,60.722891566265055,65.06024096385542,-49.5,-46.5,62.89156626506024,-48.00990805884968,18.452356356764824,17.41600172271322,8,060135,064135,068135,059138,067138,058141,062141,067141,000000 +067138,2,65.06024096385542,69.39759036144578,-49.5,-46.5,67.22891566265059,-48.00990805884968,18.452356356764824,17.41600172271322,8,064135,068135,072135,063138,072138,062141,067141,072141,000000 +072138,2,69.39759036144578,73.73493975903614,-49.5,-46.5,71.56626506024097,-48.00990805884968,18.452356356764824,17.41600172271322,8,068135,072135,077135,067138,076138,067141,072141,076141,000000 +076138,2,73.73493975903614,78.0722891566265,-49.5,-46.5,75.90361445783131,-48.00990805884968,18.452356356764824,17.41600172271322,8,072135,077135,081135,072138,080138,072141,076141,081141,000000 +080138,2,78.0722891566265,82.40963855421687,-49.5,-46.5,80.24096385542168,-48.00990805884968,18.452356356764824,17.41600172271322,8,077135,081135,085135,076138,085138,076141,081141,085141,000000 +085138,2,82.40963855421687,86.74698795180723,-49.5,-46.5,84.57831325301206,-48.00990805884968,18.452356356764824,17.41600172271322,8,081135,085135,089135,080138,089138,081141,085141,090141,000000 +089138,2,86.74698795180723,91.0843373493976,-49.5,-46.5,88.9156626506024,-48.00990805884968,18.452356356764824,17.41600172271322,8,085135,089135,093135,085138,093138,085141,090141,095141,000000 +093138,2,91.0843373493976,95.42168674698794,-49.5,-46.5,93.25301204819276,-48.00990805884968,18.452356356764824,17.41600172271322,8,089135,093135,097135,089138,098138,090141,095141,099141,000000 +098138,2,95.42168674698794,99.7590361445783,-49.5,-46.5,97.59036144578312,-48.00990805884968,18.452356356764824,17.41600172271322,7,093135,097135,101135,093138,102138,095141,099141,000000,000000 +102138,2,99.7590361445783,104.09638554216866,-49.5,-46.5,101.92771084337348,-48.00990805884968,18.452356356764824,17.41600172271322,7,097135,101135,106135,098138,106138,099141,104141,000000,000000 +106138,2,104.09638554216866,108.43373493975903,-49.5,-46.5,106.26506024096383,-48.00990805884968,18.452356356764824,17.41600172271322,7,101135,106135,110135,102138,111138,104141,108141,000000,000000 +111138,2,108.43373493975903,112.7710843373494,-49.5,-46.5,110.6024096385542,-48.00990805884968,18.452356356764824,17.41600172271322,7,106135,110135,114135,106138,115138,108141,113141,000000,000000 +115138,2,112.7710843373494,117.10843373493977,-49.5,-46.5,114.93975903614458,-48.00990805884968,18.452356356764824,17.41600172271322,7,110135,114135,118135,111138,119138,113141,118141,000000,000000 +119138,2,117.10843373493977,121.44578313253012,-49.5,-46.5,119.27710843373492,-48.00990805884968,18.452356356764824,17.41600172271322,7,114135,118135,122135,115138,124138,118141,122141,000000,000000 +124138,2,121.44578313253012,125.78313253012048,-49.5,-46.5,123.6144578313253,-48.00990805884968,18.452356356764824,17.41600172271322,8,118135,122135,126135,119138,128138,118141,122141,127141,000000 +128138,2,125.78313253012048,130.12048192771084,-49.5,-46.5,127.95180722891564,-48.00990805884968,18.452356356764824,17.41600172271322,7,126135,130135,124138,132138,122141,127141,132141,000000,000000 +132138,2,130.12048192771084,134.4578313253012,-49.5,-46.5,132.289156626506,-48.00990805884968,18.45235635676542,17.41600172271322,7,130135,134135,128138,137138,127141,132141,136141,000000,000000 +137138,2,134.4578313253012,138.79518072289156,-49.5,-46.5,136.6265060240964,-48.00990805884968,18.452356356764227,17.41600172271322,7,134135,139135,132138,141138,132141,136141,141141,000000,000000 +141138,2,138.79518072289156,143.13253012048193,-49.5,-46.5,140.96385542168673,-48.00990805884968,18.452356356764227,17.41600172271322,7,139135,143135,137138,145138,136141,141141,145141,000000,000000 +145138,2,143.13253012048193,147.46987951807228,-49.5,-46.5,145.3012048192771,-48.00990805884968,18.45235635676542,17.41600172271322,7,143135,147135,141138,150138,141141,145141,150141,000000,000000 +150138,2,147.46987951807228,151.80722891566265,-49.5,-46.5,149.63855421686748,-48.00990805884968,18.452356356764227,17.41600172271322,8,147135,151135,155135,145138,154138,145141,150141,155141,000000 +154138,2,151.80722891566265,156.144578313253,-49.5,-46.5,153.97590361445782,-48.00990805884968,18.45235635676542,17.41600172271322,8,151135,155135,159135,150138,158138,150141,155141,159141,000000 +158138,2,156.144578313253,160.48192771084337,-49.5,-46.5,158.31325301204816,-48.00990805884968,18.452356356764227,17.41600172271322,8,155135,159135,163135,154138,163138,155141,159141,164141,000000 +163138,2,160.48192771084337,164.81927710843374,-49.5,-46.5,162.65060240963857,-48.00990805884968,18.452356356764227,17.41600172271322,8,159135,163135,168135,158138,167138,159141,164141,168141,000000 +167138,2,164.81927710843374,169.15662650602408,-49.5,-46.5,166.9879518072289,-48.00990805884968,18.45235635676542,17.41600172271322,7,163135,168135,172135,163138,171138,164141,168141,000000,000000 +171138,2,169.15662650602408,173.49397590361446,-49.5,-46.5,171.32530120481923,-48.00990805884968,18.452356356764227,17.41600172271322,7,168135,172135,176135,167138,176138,168141,173141,000000,000000 +176138,2,173.49397590361446,177.8313253012048,-49.5,-46.5,175.66265060240963,-48.00990805884968,18.45235635676542,17.41600172271322,7,172135,176135,180135,171138,180138,173141,178141,000000,000000 +180138,2,177.8313253012048,182.1686746987952,-49.5,-46.5,180.0,-48.00990805884968,18.452356356764227,17.41600172271322,7,176135,180135,184135,176138,184138,178141,182141,000000,000000 +184138,2,182.1686746987952,186.5060240963856,-49.5,-46.5,184.3373493975904,-48.00990805884968,18.452356356764227,17.41600172271322,7,180135,184135,188135,180138,189138,182141,187141,000000,000000 +189138,2,186.5060240963856,190.8433734939759,-49.5,-46.5,188.67469879518072,-48.00990805884968,18.45235635676542,17.41600172271322,7,184135,188135,192135,184138,193138,187141,192141,000000,000000 +193138,2,190.8433734939759,195.18072289156623,-49.5,-46.5,193.0120481927711,-48.00990805884968,18.452356356764227,17.41600172271322,7,188135,192135,197135,189138,197138,192141,196141,000000,000000 +197138,2,195.18072289156623,199.5180722891566,-49.5,-46.5,197.34939759036143,-48.00990805884968,18.45235635676542,17.41600172271322,8,192135,197135,201135,193138,202138,192141,196141,201141,000000 +202138,2,199.5180722891566,203.85542168674692,-49.5,-46.5,201.68674698795172,-48.00990805884968,18.452356356764227,17.41600172271322,8,197135,201135,205135,197138,206138,196141,201141,205141,000000 +206138,2,203.85542168674692,208.19277108433727,-49.5,-46.5,206.02409638554207,-48.00990805884968,18.45235635676542,17.41600172271322,8,201135,205135,209135,202138,210138,201141,205141,210141,000000 +210138,2,208.19277108433727,212.5301204819277,-49.5,-46.5,210.36144578313247,-48.00990805884968,18.452356356764227,17.41600172271322,8,205135,209135,213135,206138,215138,205141,210141,215141,000000 +215138,2,212.5301204819277,216.86746987951807,-49.5,-46.5,214.69879518072287,-48.00990805884968,18.452356356764227,17.41600172271322,7,213135,217135,210138,219138,210141,215141,219141,000000,000000 +219138,2,216.86746987951807,221.2048192771084,-49.5,-46.5,219.03614457831324,-48.00990805884968,18.45235635676542,17.41600172271322,7,217135,221135,215138,223138,215141,219141,224141,000000,000000 +223138,2,221.2048192771084,225.5421686746988,-49.5,-46.5,223.3734939759036,-48.00990805884968,18.452356356764227,17.41600172271322,7,221135,226135,219138,228138,219141,224141,228141,000000,000000 +228138,2,225.5421686746988,229.8795180722892,-49.5,-46.5,227.710843373494,-48.00990805884968,18.45235635676542,17.41600172271322,7,226135,230135,223138,232138,224141,228141,233141,000000,000000 +232138,2,229.8795180722892,234.2168674698795,-49.5,-46.5,232.0481927710843,-48.00990805884968,18.452356356764227,17.41600172271322,7,230135,234135,228138,236138,228141,233141,238141,000000,000000 +236138,2,234.2168674698795,238.55421686746988,-49.5,-46.5,236.3855421686747,-48.00990805884968,18.452356356764227,17.41600172271322,8,234135,238135,242135,232138,241138,233141,238141,242141,000000 +241138,2,238.55421686746988,242.89156626506025,-49.5,-46.5,240.72289156626505,-48.00990805884968,18.45235635676542,17.41600172271322,7,238135,242135,246135,236138,245138,238141,242141,000000,000000 +245138,2,242.89156626506025,247.2289156626506,-49.5,-46.5,245.0602409638554,-48.00990805884968,18.452356356764227,17.41600172271322,7,242135,246135,250135,241138,249138,242141,247141,000000,000000 +249138,2,247.2289156626506,251.5662650602409,-49.5,-46.5,249.39759036144576,-48.00990805884968,18.45235635676542,17.41600172271322,7,246135,250135,254135,245138,254138,247141,252141,000000,000000 +254138,2,251.5662650602409,255.9036144578313,-49.5,-46.5,253.7349397590361,-48.00990805884968,18.452356356764227,17.41600172271322,7,250135,254135,259135,249138,258138,252141,256141,000000,000000 +258138,2,255.9036144578313,260.2409638554217,-49.5,-46.5,258.0722891566265,-48.00990805884968,18.452356356764227,17.41600172271322,7,254135,259135,263135,254138,262138,256141,261141,000000,000000 +262138,2,260.2409638554217,264.578313253012,-49.5,-46.5,262.4096385542168,-48.00990805884968,18.452356356764227,17.41600172271322,7,259135,263135,267135,258138,267138,261141,265141,000000,000000 +267138,2,264.578313253012,268.9156626506024,-49.5,-46.5,266.7469879518072,-48.00990805884968,18.452356356764227,17.41600172271322,8,263135,267135,271135,262138,271138,261141,265141,270141,000000 +271138,2,268.9156626506024,273.2530120481928,-49.5,-46.5,271.0843373493976,-48.00990805884968,18.452356356764227,17.41600172271322,8,267135,271135,275135,267138,275138,265141,270141,275141,000000 +275138,2,273.2530120481928,277.5903614457831,-49.5,-46.5,275.4216867469879,-48.00990805884968,18.452356356764227,17.41600172271322,8,271135,275135,279135,271138,280138,270141,275141,279141,000000 +280138,2,277.5903614457831,281.92771084337346,-49.5,-46.5,279.7590361445783,-48.00990805884968,18.452356356764227,17.41600172271322,8,275135,279135,283135,275138,284138,275141,279141,284141,000000 +284138,2,281.92771084337346,286.26506024096386,-49.5,-46.5,284.09638554216866,-48.00990805884968,18.452356356764227,17.41600172271322,8,279135,283135,288135,280138,288138,279141,284141,288141,000000 +288138,2,286.26506024096386,290.6024096385542,-49.5,-46.5,288.433734939759,-48.00990805884968,18.452356356764227,17.41600172271322,8,283135,288135,292135,284138,293138,284141,288141,293141,000000 +293138,2,290.6024096385542,294.9397590361445,-49.5,-46.5,292.7710843373494,-48.00990805884968,18.452356356764227,17.41600172271322,8,288135,292135,296135,288138,297138,288141,293141,298141,000000 +297138,2,294.9397590361445,299.2771084337349,-49.5,-46.5,297.1084337349397,-48.00990805884968,18.452356356764227,17.41600172271322,8,292135,296135,300135,293138,301138,293141,298141,302141,000000 +301138,2,299.2771084337349,303.6144578313253,-49.5,-46.5,301.4457831325301,-48.00990805884968,18.452356356764227,17.41600172271322,8,296135,300135,304135,297138,306138,298141,302141,307141,000000 +306138,2,303.6144578313253,307.95180722891564,-49.5,-46.5,305.7831325301205,-48.00990805884968,18.452356356764227,17.41600172271322,7,304135,308135,301138,310138,302141,307141,312141,000000,000000 +310138,2,307.95180722891564,312.289156626506,-49.5,-46.5,310.1204819277108,-48.00990805884968,18.452356356764227,17.41600172271322,6,308135,312135,306138,314138,307141,312141,000000,000000,000000 +314138,2,312.289156626506,316.6265060240964,-49.5,-46.5,314.4578313253012,-48.00990805884968,18.452356356764227,17.41600172271322,6,312135,317135,310138,319138,312141,316141,000000,000000,000000 +319138,2,316.6265060240964,320.9638554216868,-49.5,-46.5,318.7951807228916,-48.00990805884968,18.452356356764227,17.41600172271322,6,317135,321135,314138,323138,316141,321141,000000,000000,000000 +323138,2,320.9638554216868,325.3012048192771,-49.5,-46.5,323.1325301204819,-48.00990805884968,18.452356356764227,17.41600172271322,6,321135,325135,319138,327138,321141,325141,000000,000000,000000 +327138,2,325.3012048192771,329.6385542168675,-49.5,-46.5,327.4698795180723,-48.00990805884968,18.452356356764227,17.41600172271322,7,325135,329135,333135,323138,332138,325141,330141,000000,000000 +332138,2,329.6385542168675,333.9759036144578,-49.5,-46.5,331.8072289156627,-48.00990805884968,18.452356356764227,17.41600172271322,7,329135,333135,337135,327138,336138,330141,335141,000000,000000 +336138,2,333.9759036144578,338.31325301204816,-49.5,-46.5,336.14457831325296,-48.00990805884968,18.452356356764227,17.41600172271322,7,333135,337135,341135,332138,340138,335141,339141,000000,000000 +340138,2,338.31325301204816,342.6506024096385,-49.5,-46.5,340.48192771084337,-48.00990805884968,18.452356356764227,17.41600172271322,8,337135,341135,346135,336138,345138,335141,339141,344141,000000 +345138,2,342.6506024096385,346.9879518072289,-49.5,-46.5,344.8192771084337,-48.00990805884968,18.452356356764227,17.41600172271322,8,341135,346135,350135,340138,349138,339141,344141,348141,000000 +349138,2,346.9879518072289,351.32530120481925,-49.5,-46.5,349.15662650602405,-48.00990805884968,18.452356356764227,17.41600172271322,8,346135,350135,354135,345138,353138,344141,348141,353141,000000 +353138,2,351.32530120481925,355.6626506024096,-49.5,-46.5,353.49397590361446,-48.00990805884968,18.452356356764227,17.41600172271322,8,350135,354135,358135,349138,358138,348141,353141,358141,000000 +358138,2,355.6626506024096,360.0,-49.5,-46.5,357.8313253012048,-48.00990805884968,18.452356356764227,17.41600172271322,8,354135,358135,002135,353138,002138,353141,358141,002141,000000 +002141,2,0.0,4.615384615384615,-52.5,-49.5,2.3076923076923075,-51.01099715693436,18.10073478677471,17.35067851111981,8,002138,007138,358138,007141,358141,002144,007144,358144,000000 +007141,2,4.615384615384615,9.23076923076923,-52.5,-49.5,6.9230769230769225,-51.01099715693436,18.10073478677471,17.35067851111981,8,002138,007138,011138,002141,012141,002144,007144,012144,000000 +012141,2,9.23076923076923,13.846153846153843,-52.5,-49.5,11.538461538461537,-51.01099715693436,18.10073478677469,17.35067851111981,8,007138,011138,015138,007141,016141,007144,012144,017144,000000 +016141,2,13.846153846153843,18.46153846153846,-52.5,-49.5,16.153846153846153,-51.01099715693436,18.10073478677469,17.35067851111981,8,011138,015138,020138,012141,021141,012144,017144,022144,000000 +021141,2,18.46153846153846,23.07692307692308,-52.5,-49.5,20.769230769230766,-51.01099715693436,18.10073478677475,17.35067851111981,8,015138,020138,024138,016141,025141,017144,022144,027144,000000 +025141,2,23.07692307692308,27.69230769230769,-52.5,-49.5,25.38461538461538,-51.01099715693436,18.100734786774595,17.35067851111981,7,020138,024138,028138,021141,030141,022144,027144,000000,000000 +030141,2,27.69230769230769,32.30769230769231,-52.5,-49.5,30.0,-51.01099715693436,18.100734786774595,17.35067851111981,6,028138,033138,025141,035141,027144,032144,000000,000000,000000 +035141,2,32.30769230769231,36.92307692307692,-52.5,-49.5,34.61538461538461,-51.01099715693436,18.10073478677475,17.35067851111981,6,033138,037138,030141,039141,032144,037144,000000,000000,000000 +039141,2,36.92307692307692,41.53846153846153,-52.5,-49.5,39.230769230769226,-51.01099715693436,18.10073478677475,17.35067851111981,6,037138,041138,035141,044141,037144,042144,000000,000000,000000 +044141,2,41.53846153846153,46.15384615384615,-52.5,-49.5,43.84615384615384,-51.01099715693436,18.10073478677475,17.35067851111981,6,041138,046138,039141,048141,042144,047144,000000,000000,000000 +048141,2,46.15384615384615,50.76923076923077,-52.5,-49.5,48.46153846153845,-51.01099715693436,18.100734786774467,17.35067851111981,7,046138,050138,054138,044141,053141,047144,052144,000000,000000 +053141,2,50.76923076923077,55.38461538461538,-52.5,-49.5,53.07692307692307,-51.01099715693436,18.10073478677475,17.35067851111981,8,050138,054138,059138,048141,058141,047144,052144,057144,000000 +058141,2,55.38461538461538,59.99999999999999,-52.5,-49.5,57.692307692307686,-51.01099715693436,18.10073478677475,17.35067851111981,8,054138,059138,063138,053141,062141,052144,057144,062144,000000 +062141,2,59.99999999999999,64.61538461538461,-52.5,-49.5,62.30769230769231,-51.01099715693436,18.100734786774467,17.35067851111981,8,059138,063138,067138,058141,067141,057144,062144,067144,000000 +067141,2,64.61538461538461,69.23076923076923,-52.5,-49.5,66.92307692307692,-51.01099715693436,18.10073478677475,17.35067851111981,8,063138,067138,072138,062141,072141,062144,067144,072144,000000 +072141,2,69.23076923076923,73.84615384615384,-52.5,-49.5,71.53846153846153,-51.01099715693436,18.10073478677475,17.35067851111981,8,067138,072138,076138,067141,076141,067144,072144,076144,000000 +076141,2,73.84615384615384,78.46153846153845,-52.5,-49.5,76.15384615384615,-51.01099715693436,18.10073478677475,17.35067851111981,8,072138,076138,080138,072141,081141,072144,076144,081144,000000 +081141,2,78.46153846153845,83.07692307692307,-52.5,-49.5,80.76923076923076,-51.01099715693436,18.10073478677475,17.35067851111981,8,076138,080138,085138,076141,085141,076144,081144,086144,000000 +085141,2,83.07692307692307,87.69230769230768,-52.5,-49.5,85.38461538461537,-51.01099715693436,18.10073478677475,17.35067851111981,8,080138,085138,089138,081141,090141,081144,086144,091144,000000 +090141,2,87.69230769230768,92.30769230769228,-52.5,-49.5,89.99999999999999,-51.01099715693436,18.10073478677475,17.35067851111981,8,085138,089138,093138,085141,095141,086144,091144,096144,000000 +095141,2,92.30769230769228,96.92307692307692,-52.5,-49.5,94.6153846153846,-51.01099715693436,18.1007347867742,17.35067851111981,7,089138,093138,098138,090141,099141,091144,096144,000000,000000 +099141,2,96.92307692307692,101.53846153846152,-52.5,-49.5,99.23076923076924,-51.01099715693436,18.10073478677475,17.35067851111981,7,093138,098138,102138,095141,104141,096144,101144,000000,000000 +104141,2,101.53846153846152,106.15384615384616,-52.5,-49.5,103.84615384615384,-51.01099715693436,18.10073478677475,17.35067851111981,6,102138,106138,099141,108141,101144,106144,000000,000000,000000 +108141,2,106.15384615384616,110.76923076923076,-52.5,-49.5,108.46153846153844,-51.01099715693436,18.10073478677475,17.35067851111981,6,106138,111138,104141,113141,106144,111144,000000,000000,000000 +113141,2,110.76923076923076,115.38461538461536,-52.5,-49.5,113.07692307692308,-51.01099715693436,18.10073478677475,17.35067851111981,6,111138,115138,108141,118141,111144,116144,000000,000000,000000 +118141,2,115.38461538461536,120.0,-52.5,-49.5,117.69230769230768,-51.01099715693436,18.10073478677475,17.35067851111981,7,115138,119138,124138,113141,122141,116144,121144,000000,000000 +122141,2,120.0,124.6153846153846,-52.5,-49.5,122.30769230769228,-51.01099715693436,18.10073478677475,17.35067851111981,7,119138,124138,128138,118141,127141,121144,126144,000000,000000 +127141,2,124.6153846153846,129.23076923076923,-52.5,-49.5,126.9230769230769,-51.01099715693436,18.1007347867742,17.35067851111981,8,124138,128138,132138,122141,132141,121144,126144,131144,000000 +132141,2,129.23076923076923,133.84615384615384,-52.5,-49.5,131.53846153846155,-51.01099715693436,18.1007347867742,17.35067851111981,8,128138,132138,137138,127141,136141,126144,131144,136144,000000 +136141,2,133.84615384615384,138.46153846153845,-52.5,-49.5,136.15384615384613,-51.01099715693436,18.1007347867742,17.35067851111981,8,132138,137138,141138,132141,141141,131144,136144,141144,000000 +141141,2,138.46153846153845,143.07692307692307,-52.5,-49.5,140.76923076923077,-51.01099715693436,18.1007347867742,17.35067851111981,8,137138,141138,145138,136141,145141,136144,141144,145144,000000 +145141,2,143.07692307692307,147.69230769230768,-52.5,-49.5,145.38461538461536,-51.01099715693436,18.1007347867742,17.35067851111981,8,141138,145138,150138,141141,150141,141144,145144,150144,000000 +150141,2,147.69230769230768,152.3076923076923,-52.5,-49.5,150.0,-51.01099715693436,18.1007347867742,17.35067851111981,8,145138,150138,154138,145141,155141,145144,150144,155144,000000 +155141,2,152.3076923076923,156.9230769230769,-52.5,-49.5,154.61538461538458,-51.01099715693436,18.1007347867742,17.35067851111981,8,150138,154138,158138,150141,159141,150144,155144,160144,000000 +159141,2,156.9230769230769,161.53846153846152,-52.5,-49.5,159.23076923076923,-51.01099715693436,18.1007347867742,17.35067851111981,8,154138,158138,163138,155141,164141,155144,160144,165144,000000 +164141,2,161.53846153846152,166.15384615384613,-52.5,-49.5,163.8461538461538,-51.01099715693436,18.1007347867742,17.35067851111981,8,158138,163138,167138,159141,168141,160144,165144,170144,000000 +168141,2,166.15384615384613,170.76923076923077,-52.5,-49.5,168.46153846153845,-51.01099715693436,18.1007347867742,17.35067851111981,7,163138,167138,171138,164141,173141,165144,170144,000000,000000 +173141,2,170.76923076923077,175.38461538461536,-52.5,-49.5,173.07692307692304,-51.01099715693436,18.1007347867742,17.35067851111981,6,171138,176138,168141,178141,170144,175144,000000,000000,000000 +178141,2,175.38461538461536,179.99999999999997,-52.5,-49.5,177.69230769230768,-51.01099715693436,18.1007347867742,17.35067851111981,6,176138,180138,173141,182141,175144,180144,000000,000000,000000 +182141,2,179.99999999999997,184.61538461538456,-52.5,-49.5,182.30769230769224,-51.01099715693436,18.1007347867742,17.35067851111981,6,180138,184138,178141,187141,180144,185144,000000,000000,000000 +187141,2,184.61538461538456,189.23076923076923,-52.5,-49.5,186.9230769230769,-51.01099715693436,18.1007347867742,17.35067851111981,6,184138,189138,182141,192141,185144,190144,000000,000000,000000 +192141,2,189.23076923076923,193.84615384615384,-52.5,-49.5,191.53846153846155,-51.01099715693436,18.1007347867742,17.35067851111981,7,189138,193138,197138,187141,196141,190144,195144,000000,000000 +196141,2,193.84615384615384,198.46153846153845,-52.5,-49.5,196.15384615384613,-51.01099715693436,18.1007347867742,17.35067851111981,8,193138,197138,202138,192141,201141,190144,195144,200144,000000 +201141,2,198.46153846153845,203.07692307692307,-52.5,-49.5,200.7692307692308,-51.01099715693436,18.1007347867742,17.35067851111981,8,197138,202138,206138,196141,205141,195144,200144,205144,000000 +205141,2,203.07692307692307,207.69230769230768,-52.5,-49.5,205.38461538461536,-51.01099715693436,18.1007347867742,17.35067851111981,8,202138,206138,210138,201141,210141,200144,205144,210144,000000 +210141,2,207.69230769230768,212.3076923076923,-52.5,-49.5,210.0,-51.01099715693436,18.1007347867742,17.35067851111981,8,206138,210138,215138,205141,215141,205144,210144,215144,000000 +215141,2,212.3076923076923,216.9230769230769,-52.5,-49.5,214.61538461538456,-51.01099715693436,18.1007347867742,17.35067851111981,8,210138,215138,219138,210141,219141,210144,215144,219144,000000 +219141,2,216.9230769230769,221.53846153846152,-52.5,-49.5,219.23076923076923,-51.01099715693436,18.1007347867742,17.35067851111981,8,215138,219138,223138,215141,224141,215144,219144,224144,000000 +224141,2,221.53846153846152,226.15384615384613,-52.5,-49.5,223.8461538461538,-51.01099715693436,18.1007347867742,17.35067851111981,8,219138,223138,228138,219141,228141,219144,224144,229144,000000 +228141,2,226.15384615384613,230.7692307692308,-52.5,-49.5,228.46153846153845,-51.01099715693436,18.1007347867742,17.35067851111981,8,223138,228138,232138,224141,233141,224144,229144,234144,000000 +233141,2,230.7692307692308,235.38461538461536,-52.5,-49.5,233.07692307692304,-51.01099715693436,18.1007347867742,17.35067851111981,8,228138,232138,236138,228141,238141,229144,234144,239144,000000 +238141,2,235.38461538461536,240.0,-52.5,-49.5,237.69230769230768,-51.01099715693436,18.1007347867742,17.35067851111981,7,232138,236138,241138,233141,242141,234144,239144,000000,000000 +242141,2,240.0,244.61538461538456,-52.5,-49.5,242.30769230769224,-51.01099715693436,18.1007347867742,17.35067851111981,7,236138,241138,245138,238141,247141,239144,244144,000000,000000 +247141,2,244.61538461538456,249.2307692307692,-52.5,-49.5,246.9230769230769,-51.01099715693436,18.1007347867742,17.35067851111981,6,245138,249138,242141,252141,244144,249144,000000,000000,000000 +252141,2,249.2307692307692,253.8461538461538,-52.5,-49.5,251.5384615384615,-51.01099715693436,18.1007347867742,17.35067851111981,6,249138,254138,247141,256141,249144,254144,000000,000000,000000 +256141,2,253.8461538461538,258.46153846153845,-52.5,-49.5,256.15384615384613,-51.01099715693436,18.1007347867742,17.35067851111981,6,254138,258138,252141,261141,254144,259144,000000,000000,000000 +261141,2,258.46153846153845,263.07692307692304,-52.5,-49.5,260.7692307692307,-51.01099715693436,18.1007347867742,17.35067851111981,7,258138,262138,267138,256141,265141,259144,264144,000000,000000 +265141,2,263.07692307692304,267.6923076923077,-52.5,-49.5,265.38461538461536,-51.01099715693436,18.1007347867742,17.35067851111981,7,262138,267138,271138,261141,270141,264144,269144,000000,000000 +270141,2,267.6923076923077,272.30769230769226,-52.5,-49.5,270.0,-51.01099715693436,18.1007347867742,17.35067851111981,8,267138,271138,275138,265141,275141,264144,269144,274144,000000 +275141,2,272.30769230769226,276.9230769230769,-52.5,-49.5,274.6153846153846,-51.01099715693436,18.1007347867742,17.35067851111981,8,271138,275138,280138,270141,279141,269144,274144,279144,000000 +279141,2,276.9230769230769,281.5384615384615,-52.5,-49.5,279.2307692307692,-51.01099715693436,18.1007347867742,17.35067851111981,8,275138,280138,284138,275141,284141,274144,279144,284144,000000 +284141,2,281.5384615384615,286.15384615384613,-52.5,-49.5,283.8461538461538,-51.01099715693436,18.1007347867742,17.35067851111981,8,280138,284138,288138,279141,288141,279144,284144,288144,000000 +288141,2,286.15384615384613,290.7692307692307,-52.5,-49.5,288.46153846153845,-51.01099715693436,18.1007347867742,17.35067851111981,8,284138,288138,293138,284141,293141,284144,288144,293144,000000 +293141,2,290.7692307692307,295.38461538461536,-52.5,-49.5,293.07692307692304,-51.01099715693436,18.1007347867742,17.35067851111981,8,288138,293138,297138,288141,298141,288144,293144,298144,000000 +298141,2,295.38461538461536,300.0,-52.5,-49.5,297.6923076923077,-51.01099715693436,18.1007347867742,17.35067851111981,8,293138,297138,301138,293141,302141,293144,298144,303144,000000 +302141,2,300.0,304.6153846153846,-52.5,-49.5,302.30769230769226,-51.01099715693436,18.1007347867742,17.35067851111981,8,297138,301138,306138,298141,307141,298144,303144,308144,000000 +307141,2,304.6153846153846,309.2307692307692,-52.5,-49.5,306.9230769230769,-51.01099715693436,18.1007347867742,17.35067851111981,8,301138,306138,310138,302141,312141,303144,308144,313144,000000 +312141,2,309.2307692307692,313.8461538461538,-52.5,-49.5,311.53846153846155,-51.01099715693436,18.1007347867742,17.35067851111981,7,306138,310138,314138,307141,316141,308144,313144,000000,000000 +316141,2,313.8461538461538,318.46153846153845,-52.5,-49.5,316.15384615384613,-51.01099715693436,18.1007347867742,17.35067851111981,6,314138,319138,312141,321141,313144,318144,000000,000000,000000 +321141,2,318.46153846153845,323.07692307692304,-52.5,-49.5,320.7692307692307,-51.01099715693436,18.1007347867742,17.35067851111981,6,319138,323138,316141,325141,318144,323144,000000,000000,000000 +325141,2,323.07692307692304,327.6923076923077,-52.5,-49.5,325.38461538461536,-51.01099715693436,18.1007347867742,17.35067851111981,6,323138,327138,321141,330141,323144,328144,000000,000000,000000 +330141,2,327.6923076923077,332.30769230769226,-52.5,-49.5,330.0,-51.01099715693436,18.1007347867742,17.35067851111981,6,327138,332138,325141,335141,328144,333144,000000,000000,000000 +335141,2,332.30769230769226,336.9230769230769,-52.5,-49.5,334.6153846153846,-51.01099715693436,18.1007347867742,17.35067851111981,7,332138,336138,340138,330141,339141,333144,338144,000000,000000 +339141,2,336.9230769230769,341.5384615384615,-52.5,-49.5,339.2307692307692,-51.01099715693436,18.1007347867742,17.35067851111981,8,336138,340138,345138,335141,344141,333144,338144,343144,000000 +344141,2,341.5384615384615,346.15384615384613,-52.5,-49.5,343.8461538461538,-51.01099715693436,18.1007347867742,17.35067851111981,8,340138,345138,349138,339141,348141,338144,343144,348144,000000 +348141,2,346.15384615384613,350.7692307692307,-52.5,-49.5,348.46153846153845,-51.01099715693436,18.1007347867742,17.35067851111981,8,345138,349138,353138,344141,353141,343144,348144,353144,000000 +353141,2,350.7692307692307,355.38461538461536,-52.5,-49.5,353.07692307692304,-51.01099715693436,18.1007347867742,17.35067851111981,8,349138,353138,358138,348141,358141,348144,353144,358144,000000 +358141,2,355.38461538461536,359.99999999999994,-52.5,-49.5,357.6923076923076,-51.01099715693436,18.1007347867742,17.35067851111981,8,353138,358138,002138,353141,002141,353144,358144,002144,000000 +002144,2,0.0,4.931506849315069,-55.5,-52.5,2.4657534246575343,-54.012160488071565,17.96446310726519,17.28090289940576,8,002141,007141,358141,007144,358144,003147,008147,357147,000000 +007144,2,4.931506849315069,9.863013698630136,-55.5,-52.5,7.397260273972603,-54.012160488071565,17.96446310726519,17.28090289940576,8,002141,007141,012141,002144,012144,003147,008147,013147,000000 +012144,2,9.863013698630136,14.794520547945206,-55.5,-52.5,12.328767123287673,-54.012160488071565,17.96446310726516,17.28090289940576,8,007141,012141,016141,007144,017144,008147,013147,019147,000000 +017144,2,14.794520547945206,19.726027397260275,-55.5,-52.5,17.26027397260274,-54.012160488071565,17.96446310726516,17.28090289940576,8,012141,016141,021141,012144,022144,013147,019147,024147,000000 +022144,2,19.726027397260275,24.657534246575345,-55.5,-52.5,22.19178082191781,-54.012160488071565,17.96446310726516,17.28090289940576,7,016141,021141,025141,017144,027144,019147,024147,000000,000000 +027144,2,24.657534246575345,29.58904109589041,-55.5,-52.5,27.12328767123288,-54.012160488071565,17.96446310726516,17.28090289940576,7,021141,025141,030141,022144,032144,024147,029147,000000,000000 +032144,2,29.58904109589041,34.52054794520548,-55.5,-52.5,32.054794520547944,-54.012160488071565,17.96446310726516,17.28090289940576,6,030141,035141,027144,037144,029147,034147,000000,000000,000000 +037144,2,34.52054794520548,39.45205479452055,-55.5,-52.5,36.98630136986301,-54.012160488071565,17.96446310726516,17.28090289940576,6,035141,039141,032144,042144,034147,040147,000000,000000,000000 +042144,2,39.45205479452055,44.38356164383562,-55.5,-52.5,41.917808219178085,-54.012160488071565,17.96446310726516,17.28090289940576,6,039141,044141,037144,047144,040147,045147,000000,000000,000000 +047144,2,44.38356164383562,49.31506849315069,-55.5,-52.5,46.84931506849316,-54.012160488071565,17.96446310726516,17.28090289940576,7,044141,048141,053141,042144,052144,045147,050147,000000,000000 +052144,2,49.31506849315069,54.24657534246575,-55.5,-52.5,51.78082191780823,-54.012160488071565,17.96446310726516,17.28090289940576,8,048141,053141,058141,047144,057144,045147,050147,056147,000000 +057144,2,54.24657534246575,59.17808219178082,-55.5,-52.5,56.71232876712329,-54.012160488071565,17.96446310726516,17.28090289940576,8,053141,058141,062141,052144,062144,050147,056147,061147,000000 +062144,2,59.17808219178082,64.10958904109589,-55.5,-52.5,61.64383561643835,-54.012160488071565,17.96446310726516,17.28090289940576,8,058141,062141,067141,057144,067144,056147,061147,066147,000000 +067144,2,64.10958904109589,69.04109589041096,-55.5,-52.5,66.57534246575342,-54.012160488071565,17.96446310726516,17.28090289940576,8,062141,067141,072141,062144,072144,061147,066147,071147,000000 +072144,2,69.04109589041096,73.97260273972603,-55.5,-52.5,71.5068493150685,-54.012160488071565,17.96446310726516,17.28090289940576,8,067141,072141,076141,067144,076144,066147,071147,077147,000000 +076144,2,73.97260273972603,78.9041095890411,-55.5,-52.5,76.43835616438356,-54.012160488071565,17.96446310726516,17.28090289940576,8,072141,076141,081141,072144,081144,071147,077147,082147,000000 +081144,2,78.9041095890411,83.83561643835617,-55.5,-52.5,81.36986301369863,-54.012160488071565,17.96446310726516,17.28090289940576,8,076141,081141,085141,076144,086144,077147,082147,087147,000000 +086144,2,83.83561643835617,88.76712328767124,-55.5,-52.5,86.3013698630137,-54.012160488071565,17.96446310726516,17.28090289940576,8,081141,085141,090141,081144,091144,082147,087147,093147,000000 +091144,2,88.76712328767124,93.69863013698632,-55.5,-52.5,91.23287671232876,-54.012160488071565,17.96446310726516,17.28090289940576,8,085141,090141,095141,086144,096144,087147,093147,098147,000000 +096144,2,93.69863013698632,98.63013698630138,-55.5,-52.5,96.16438356164385,-54.012160488071565,17.96446310726516,17.28090289940576,7,090141,095141,099141,091144,101144,093147,098147,000000,000000 +101144,2,98.63013698630138,103.56164383561644,-55.5,-52.5,101.0958904109589,-54.012160488071565,17.96446310726516,17.28090289940576,6,099141,104141,096144,106144,098147,103147,000000,000000,000000 +106144,2,103.56164383561644,108.4931506849315,-55.5,-52.5,106.02739726027396,-54.012160488071565,17.96446310726516,17.28090289940576,6,104141,108141,101144,111144,103147,109147,000000,000000,000000 +111144,2,108.4931506849315,113.42465753424658,-55.5,-52.5,110.95890410958904,-54.012160488071565,17.96446310726516,17.28090289940576,6,108141,113141,106144,116144,109147,114147,000000,000000,000000 +116144,2,113.42465753424658,118.35616438356163,-55.5,-52.5,115.89041095890413,-54.012160488071565,17.96446310726516,17.28090289940576,6,113141,118141,111144,121144,114147,119147,000000,000000,000000 +121144,2,118.35616438356163,123.28767123287672,-55.5,-52.5,120.82191780821918,-54.012160488071565,17.96446310726516,17.28090289940576,7,118141,122141,127141,116144,126144,119147,124147,000000,000000 +126144,2,123.28767123287672,128.21917808219175,-55.5,-52.5,125.75342465753424,-54.012160488071565,17.96446310726516,17.28090289940576,8,122141,127141,132141,121144,131144,119147,124147,130147,000000 +131144,2,128.21917808219175,133.15068493150685,-55.5,-52.5,130.6849315068493,-54.012160488071565,17.964463107264635,17.28090289940576,8,127141,132141,136141,126144,136144,124147,130147,135147,000000 +136144,2,133.15068493150685,138.08219178082192,-55.5,-52.5,135.6164383561644,-54.012160488071565,17.964463107264635,17.28090289940576,8,132141,136141,141141,131144,141144,130147,135147,140147,000000 +141144,2,138.08219178082192,143.013698630137,-55.5,-52.5,140.54794520547944,-54.012160488071565,17.964463107264635,17.28090289940576,8,136141,141141,145141,136144,145144,135147,140147,146147,000000 +145144,2,143.013698630137,147.94520547945206,-55.5,-52.5,145.47945205479454,-54.012160488071565,17.964463107264635,17.28090289940576,8,141141,145141,150141,141144,150144,140147,146147,151147,000000 +150144,2,147.94520547945206,152.87671232876713,-55.5,-52.5,150.41095890410958,-54.012160488071565,17.964463107264635,17.28090289940576,8,145141,150141,155141,145144,155144,146147,151147,156147,000000 +155144,2,152.87671232876713,157.8082191780822,-55.5,-52.5,155.34246575342468,-54.012160488071565,17.964463107264635,17.28090289940576,8,150141,155141,159141,150144,160144,151147,156147,161147,000000 +160144,2,157.8082191780822,162.73972602739727,-55.5,-52.5,160.27397260273972,-54.012160488071565,17.964463107264635,17.28090289940576,8,155141,159141,164141,155144,165144,156147,161147,167147,000000 +165144,2,162.73972602739727,167.67123287671234,-55.5,-52.5,165.20547945205482,-54.012160488071565,17.964463107264635,17.28090289940576,8,159141,164141,168141,160144,170144,161147,167147,172147,000000 +170144,2,167.67123287671234,172.6027397260274,-55.5,-52.5,170.13698630136986,-54.012160488071565,17.964463107264635,17.28090289940576,7,164141,168141,173141,165144,175144,167147,172147,000000,000000 +175144,2,172.6027397260274,177.53424657534248,-55.5,-52.5,175.06849315068496,-54.012160488071565,17.964463107264635,17.28090289940576,6,173141,178141,170144,180144,172147,177147,000000,000000,000000 +180144,2,177.53424657534248,182.46575342465755,-55.5,-52.5,180.0,-54.012160488071565,17.964463107264635,17.28090289940576,6,178141,182141,175144,185144,177147,183147,000000,000000,000000 +185144,2,182.46575342465755,187.39726027397265,-55.5,-52.5,184.9315068493151,-54.012160488071565,17.964463107264635,17.28090289940576,6,182141,187141,180144,190144,183147,188147,000000,000000,000000 +190144,2,187.39726027397265,192.3287671232877,-55.5,-52.5,189.8630136986301,-54.012160488071565,17.964463107264635,17.28090289940576,7,187141,192141,196141,185144,195144,188147,193147,000000,000000 +195144,2,192.3287671232877,197.2602739726028,-55.5,-52.5,194.79452054794524,-54.012160488071565,17.964463107264635,17.28090289940576,8,192141,196141,201141,190144,200144,188147,193147,199147,000000 +200144,2,197.2602739726028,202.1917808219178,-55.5,-52.5,199.72602739726028,-54.012160488071565,17.964463107265672,17.28090289940576,8,196141,201141,205141,195144,205144,193147,199147,204147,000000 +205144,2,202.1917808219178,207.12328767123287,-55.5,-52.5,204.65753424657527,-54.012160488071565,17.964463107264635,17.28090289940576,8,201141,205141,210141,200144,210144,199147,204147,209147,000000 +210144,2,207.12328767123287,212.054794520548,-55.5,-52.5,209.5890410958904,-54.012160488071565,17.964463107264635,17.28090289940576,8,205141,210141,215141,205144,215144,204147,209147,214147,000000 +215144,2,212.054794520548,216.986301369863,-55.5,-52.5,214.52054794520544,-54.012160488071565,17.964463107264635,17.28090289940576,8,210141,215141,219141,210144,219144,209147,214147,220147,000000 +219144,2,216.986301369863,221.91780821917808,-55.5,-52.5,219.45205479452056,-54.012160488071565,17.964463107264635,17.28090289940576,8,215141,219141,224141,215144,224144,214147,220147,225147,000000 +224144,2,221.91780821917808,226.84931506849315,-55.5,-52.5,224.3835616438356,-54.012160488071565,17.964463107264635,17.28090289940576,8,219141,224141,228141,219144,229144,220147,225147,230147,000000 +229144,2,226.84931506849315,231.78082191780825,-55.5,-52.5,229.3150684931507,-54.012160488071565,17.964463107264635,17.28090289940576,8,224141,228141,233141,224144,234144,225147,230147,236147,000000 +234144,2,231.78082191780825,236.7123287671233,-55.5,-52.5,234.2465753424657,-54.012160488071565,17.964463107264635,17.28090289940576,8,228141,233141,238141,229144,239144,230147,236147,241147,000000 +239144,2,236.7123287671233,241.6438356164384,-55.5,-52.5,239.17808219178085,-54.012160488071565,17.964463107264635,17.28090289940576,7,233141,238141,242141,234144,244144,236147,241147,000000,000000 +244144,2,241.6438356164384,246.57534246575344,-55.5,-52.5,244.1095890410959,-54.012160488071565,17.964463107264635,17.28090289940576,6,242141,247141,239144,249144,241147,246147,000000,000000,000000 +249144,2,246.57534246575344,251.5068493150685,-55.5,-52.5,249.041095890411,-54.012160488071565,17.964463107264635,17.28090289940576,6,247141,252141,244144,254144,246147,251147,000000,000000,000000 +254144,2,251.5068493150685,256.43835616438355,-55.5,-52.5,253.97260273972603,-54.012160488071565,17.964463107265672,17.28090289940576,6,252141,256141,249144,259144,251147,257147,000000,000000,000000 +259144,2,256.43835616438355,261.36986301369865,-55.5,-52.5,258.9041095890411,-54.012160488071565,17.96446310726361,17.28090289940576,6,256141,261141,254144,264144,257147,262147,000000,000000,000000 +264144,2,261.36986301369865,266.3013698630137,-55.5,-52.5,263.83561643835617,-54.012160488071565,17.964463107265672,17.28090289940576,7,261141,265141,270141,259144,269144,262147,267147,000000,000000 +269144,2,266.3013698630137,271.2328767123288,-55.5,-52.5,268.7671232876712,-54.012160488071565,17.96446310726361,17.28090289940576,8,265141,270141,275141,264144,274144,262147,267147,273147,000000 +274144,2,271.2328767123288,276.16438356164383,-55.5,-52.5,273.6986301369863,-54.012160488071565,17.964463107265672,17.28090289940576,8,270141,275141,279141,269144,279144,267147,273147,278147,000000 +279144,2,276.16438356164383,281.09589041095893,-55.5,-52.5,278.6301369863014,-54.012160488071565,17.96446310726361,17.28090289940576,8,275141,279141,284141,274144,284144,273147,278147,283147,000000 +284144,2,281.09589041095893,286.027397260274,-55.5,-52.5,283.56164383561645,-54.012160488071565,17.964463107265672,17.28090289940576,8,279141,284141,288141,279144,288144,278147,283147,289147,000000 +288144,2,286.027397260274,290.95890410958907,-55.5,-52.5,288.4931506849315,-54.012160488071565,17.96446310726361,17.28090289940576,8,284141,288141,293141,284144,293144,283147,289147,294147,000000 +293144,2,290.95890410958907,295.8904109589041,-55.5,-52.5,293.4246575342466,-54.012160488071565,17.964463107265672,17.28090289940576,8,288141,293141,298141,288144,298144,289147,294147,299147,000000 +298144,2,295.8904109589041,300.8219178082192,-55.5,-52.5,298.3561643835617,-54.012160488071565,17.96446310726361,17.28090289940576,8,293141,298141,302141,293144,303144,294147,299147,304147,000000 +303144,2,300.8219178082192,305.75342465753425,-55.5,-52.5,303.28767123287673,-54.012160488071565,17.964463107265672,17.28090289940576,8,298141,302141,307141,298144,308144,299147,304147,310147,000000 +308144,2,305.75342465753425,310.6849315068493,-55.5,-52.5,308.2191780821918,-54.012160488071565,17.96446310726361,17.28090289940576,8,302141,307141,312141,303144,313144,304147,310147,315147,000000 +313144,2,310.6849315068493,315.6164383561644,-55.5,-52.5,313.1506849315069,-54.012160488071565,17.964463107265672,17.28090289940576,7,307141,312141,316141,308144,318144,310147,315147,000000,000000 +318144,2,315.6164383561644,320.54794520547944,-55.5,-52.5,318.0821917808219,-54.012160488071565,17.964463107265672,17.28090289940576,6,316141,321141,313144,323144,315147,320147,000000,000000,000000 +323144,2,320.54794520547944,325.47945205479454,-55.5,-52.5,323.013698630137,-54.012160488071565,17.96446310726361,17.28090289940576,6,321141,325141,318144,328144,320147,326147,000000,000000,000000 +328144,2,325.47945205479454,330.4109589041096,-55.5,-52.5,327.94520547945206,-54.012160488071565,17.964463107265672,17.28090289940576,6,325141,330141,323144,333144,326147,331147,000000,000000,000000 +333144,2,330.4109589041096,335.3424657534247,-55.5,-52.5,332.8767123287671,-54.012160488071565,17.96446310726361,17.28090289940576,7,330141,335141,339141,328144,338144,331147,336147,000000,000000 +338144,2,335.3424657534247,340.2739726027397,-55.5,-52.5,337.8082191780822,-54.012160488071565,17.964463107265672,17.28090289940576,7,335141,339141,344141,333144,343144,336147,341147,000000,000000 +343144,2,340.2739726027397,345.2054794520548,-55.5,-52.5,342.7397260273973,-54.012160488071565,17.96446310726361,17.28090289940576,8,339141,344141,348141,338144,348144,336147,341147,347147,000000 +348144,2,345.2054794520548,350.13698630136986,-55.5,-52.5,347.67123287671234,-54.012160488071565,17.964463107265672,17.28090289940576,8,344141,348141,353141,343144,353144,341147,347147,352147,000000 +353144,2,350.13698630136986,355.06849315068496,-55.5,-52.5,352.6027397260274,-54.012160488071565,17.96446310726361,17.28090289940576,8,348141,353141,358141,348144,358144,347147,352147,357147,000000 +358144,2,355.06849315068496,360.0,-55.5,-52.5,357.5342465753425,-54.012160488071565,17.964463107265672,17.28090289940576,8,353141,358141,002141,353144,002144,352147,357147,003147,000000 +003147,2,0.0,5.294117647058823,-58.5,-55.5,2.647058823529412,-57.01340165745079,18.073360691744185,17.206458659361232,8,002144,007144,358144,008147,357147,003150,009150,357150,000000 +008147,2,5.294117647058823,10.588235294117649,-58.5,-55.5,7.9411764705882355,-57.01340165745079,18.07336069174417,17.206458659361232,8,002144,007144,012144,003147,013147,003150,009150,014150,000000 +013147,2,10.588235294117649,15.882352941176473,-58.5,-55.5,13.235294117647058,-57.01340165745079,18.07336069174416,17.206458659361232,8,007144,012144,017144,008147,019147,009150,014150,020150,000000 +019147,2,15.882352941176473,21.176470588235293,-58.5,-55.5,18.529411764705884,-57.01340165745079,18.07336069174416,17.206458659361232,8,012144,017144,022144,013147,024147,014150,020150,026150,000000 +024147,2,21.176470588235293,26.47058823529412,-58.5,-55.5,23.823529411764703,-57.01340165745079,18.07336069174416,17.206458659361232,7,017144,022144,027144,019147,029147,020150,026150,000000,000000 +029147,2,26.47058823529412,31.764705882352946,-58.5,-55.5,29.11764705882353,-57.01340165745079,18.07336069174416,17.206458659361232,6,027144,032144,024147,034147,026150,031150,000000,000000,000000 +034147,2,31.764705882352946,37.05882352941176,-58.5,-55.5,34.41176470588235,-57.01340165745079,18.07336069174416,17.206458659361232,6,032144,037144,029147,040147,031150,037150,000000,000000,000000 +040147,2,37.05882352941176,42.35294117647059,-58.5,-55.5,39.70588235294117,-57.01340165745079,18.07336069174416,17.206458659361232,6,037144,042144,034147,045147,037150,043150,000000,000000,000000 +045147,2,42.35294117647059,47.64705882352941,-58.5,-55.5,45.0,-57.01340165745079,18.07336069174416,17.206458659361232,7,042144,047144,052144,040147,050147,043150,049150,000000,000000 +050147,2,47.64705882352941,52.94117647058823,-58.5,-55.5,50.294117647058826,-57.01340165745079,18.07336069174416,17.206458659361232,7,047144,052144,057144,045147,056147,049150,054150,000000,000000 +056147,2,52.94117647058823,58.23529411764706,-58.5,-55.5,55.588235294117645,-57.01340165745079,18.07336069174416,17.206458659361232,8,052144,057144,062144,050147,061147,049150,054150,060150,000000 +061147,2,58.23529411764706,63.52941176470589,-58.5,-55.5,60.88235294117647,-57.01340165745079,18.07336069174416,17.206458659361232,8,057144,062144,067144,056147,066147,054150,060150,066150,000000 +066147,2,63.52941176470589,68.82352941176471,-58.5,-55.5,66.1764705882353,-57.01340165745079,18.0733606917439,17.206458659361232,8,062144,067144,072144,061147,071147,060150,066150,071150,000000 +071147,2,68.82352941176471,74.11764705882352,-58.5,-55.5,71.47058823529412,-57.01340165745079,18.0733606917444,17.206458659361232,8,067144,072144,076144,066147,077147,066150,071150,077150,000000 +077147,2,74.11764705882352,79.41176470588235,-58.5,-55.5,76.76470588235293,-57.01340165745079,18.0733606917439,17.206458659361232,8,072144,076144,081144,071147,082147,071150,077150,083150,000000 +082147,2,79.41176470588235,84.70588235294117,-58.5,-55.5,82.05882352941177,-57.01340165745079,18.0733606917439,17.206458659361232,8,076144,081144,086144,077147,087147,077150,083150,089150,000000 +087147,2,84.70588235294117,90.0,-58.5,-55.5,87.35294117647058,-57.01340165745079,18.0733606917439,17.206458659361232,8,081144,086144,091144,082147,093147,083150,089150,094150,000000 +093147,2,90.0,95.29411764705884,-58.5,-55.5,92.64705882352942,-57.01340165745079,18.0733606917439,17.206458659361232,8,086144,091144,096144,087147,098147,089150,094150,100150,000000 +098147,2,95.29411764705884,100.58823529411764,-58.5,-55.5,97.94117647058825,-57.01340165745079,18.0733606917444,17.206458659361232,7,091144,096144,101144,093147,103147,094150,100150,000000,000000 +103147,2,100.58823529411764,105.88235294117646,-58.5,-55.5,103.23529411764704,-57.01340165745079,18.0733606917439,17.206458659361232,6,101144,106144,098147,109147,100150,106150,000000,000000,000000 +109147,2,105.88235294117646,111.17647058823528,-58.5,-55.5,108.52941176470588,-57.01340165745079,18.0733606917439,17.206458659361232,6,106144,111144,103147,114147,106150,111150,000000,000000,000000 +114147,2,111.17647058823528,116.47058823529412,-58.5,-55.5,113.8235294117647,-57.01340165745079,18.0733606917439,17.206458659361232,6,111144,116144,109147,119147,111150,117150,000000,000000,000000 +119147,2,116.47058823529412,121.76470588235294,-58.5,-55.5,119.11764705882354,-57.01340165745079,18.0733606917439,17.206458659361232,7,116144,121144,126144,114147,124147,117150,123150,000000,000000 +124147,2,121.76470588235294,127.05882352941175,-58.5,-55.5,124.41176470588236,-57.01340165745079,18.0733606917439,17.206458659361232,8,121144,126144,131144,119147,130147,117150,123150,129150,000000 +130147,2,127.05882352941175,132.35294117647058,-58.5,-55.5,129.70588235294116,-57.01340165745079,18.0733606917439,17.206458659361232,8,126144,131144,136144,124147,135147,123150,129150,134150,000000 +135147,2,132.35294117647058,137.64705882352942,-58.5,-55.5,135.0,-57.01340165745079,18.0733606917439,17.206458659361232,8,131144,136144,141144,130147,140147,129150,134150,140150,000000 +140147,2,137.64705882352942,142.94117647058823,-58.5,-55.5,140.29411764705884,-57.01340165745079,18.0733606917439,17.206458659361232,8,136144,141144,145144,135147,146147,134150,140150,146150,000000 +146147,2,142.94117647058823,148.23529411764704,-58.5,-55.5,145.58823529411762,-57.01340165745079,18.0733606917439,17.206458659361232,8,141144,145144,150144,140147,151147,140150,146150,151150,000000 +151147,2,148.23529411764704,153.52941176470588,-58.5,-55.5,150.88235294117646,-57.01340165745079,18.0733606917439,17.206458659361232,8,145144,150144,155144,146147,156147,146150,151150,157150,000000 +156147,2,153.52941176470588,158.8235294117647,-58.5,-55.5,156.1764705882353,-57.01340165745079,18.0733606917439,17.206458659361232,8,150144,155144,160144,151147,161147,151150,157150,163150,000000 +161147,2,158.8235294117647,164.11764705882354,-58.5,-55.5,161.47058823529412,-57.01340165745079,18.0733606917439,17.206458659361232,8,155144,160144,165144,156147,167147,157150,163150,169150,000000 +167147,2,164.11764705882354,169.41176470588235,-58.5,-55.5,166.76470588235293,-57.01340165745079,18.0733606917439,17.206458659361232,7,160144,165144,170144,161147,172147,163150,169150,000000,000000 +172147,2,169.41176470588235,174.70588235294116,-58.5,-55.5,172.05882352941177,-57.01340165745079,18.0733606917439,17.206458659361232,7,165144,170144,175144,167147,177147,169150,174150,000000,000000 +177147,2,174.70588235294116,180.0,-58.5,-55.5,177.35294117647058,-57.01340165745079,18.0733606917439,17.206458659361232,6,175144,180144,172147,183147,174150,180150,000000,000000,000000 +183147,2,180.0,185.2941176470588,-58.5,-55.5,182.6470588235294,-57.01340165745079,18.0733606917439,17.206458659361232,6,180144,185144,177147,188147,180150,186150,000000,000000,000000 +188147,2,185.2941176470588,190.58823529411765,-58.5,-55.5,187.94117647058823,-57.01340165745079,18.0733606917439,17.206458659361232,7,185144,190144,195144,183147,193147,186150,191150,000000,000000 +193147,2,190.58823529411765,195.8823529411765,-58.5,-55.5,193.23529411764707,-57.01340165745079,18.0733606917439,17.206458659361232,7,190144,195144,200144,188147,199147,191150,197150,000000,000000 +199147,2,195.8823529411765,201.17647058823528,-58.5,-55.5,198.52941176470583,-57.01340165745079,18.0733606917439,17.206458659361232,8,195144,200144,205144,193147,204147,191150,197150,203150,000000 +204147,2,201.17647058823528,206.4705882352941,-58.5,-55.5,203.8235294117647,-57.01340165745079,18.0733606917439,17.206458659361232,8,200144,205144,210144,199147,209147,197150,203150,209150,000000 +209147,2,206.4705882352941,211.76470588235293,-58.5,-55.5,209.1176470588236,-57.01340165745079,18.0733606917439,17.206458659361232,8,205144,210144,215144,204147,214147,203150,209150,214150,000000 +214147,2,211.76470588235293,217.05882352941177,-58.5,-55.5,214.41176470588235,-57.01340165745079,18.0733606917439,17.206458659361232,8,210144,215144,219144,209147,220147,209150,214150,220150,000000 +220147,2,217.05882352941177,222.35294117647052,-58.5,-55.5,219.7058823529412,-57.01340165745079,18.0733606917439,17.206458659361232,8,215144,219144,224144,214147,225147,214150,220150,226150,000000 +225147,2,222.35294117647052,227.6470588235294,-58.5,-55.5,225.0,-57.01340165745079,18.0733606917439,17.206458659361232,8,219144,224144,229144,220147,230147,220150,226150,231150,000000 +230147,2,227.6470588235294,232.94117647058823,-58.5,-55.5,230.2941176470588,-57.01340165745079,18.0733606917439,17.206458659361232,8,224144,229144,234144,225147,236147,226150,231150,237150,000000 +236147,2,232.94117647058823,238.23529411764704,-58.5,-55.5,235.5882352941176,-57.01340165745079,18.0733606917439,17.206458659361232,8,229144,234144,239144,230147,241147,231150,237150,243150,000000 +241147,2,238.23529411764704,243.52941176470588,-58.5,-55.5,240.8823529411765,-57.01340165745079,18.0733606917439,17.206458659361232,7,234144,239144,244144,236147,246147,237150,243150,000000,000000 +246147,2,243.52941176470588,248.8235294117647,-58.5,-55.5,246.1764705882353,-57.01340165745079,18.0733606917439,17.206458659361232,6,244144,249144,241147,251147,243150,249150,000000,000000,000000 +251147,2,248.8235294117647,254.1176470588236,-58.5,-55.5,251.4705882352941,-57.01340165745079,18.0733606917439,17.206458659361232,6,249144,254144,246147,257147,249150,254150,000000,000000,000000 +257147,2,254.1176470588236,259.4117647058823,-58.5,-55.5,256.7647058823529,-57.01340165745079,18.073360691744867,17.206458659361232,6,254144,259144,251147,262147,254150,260150,000000,000000,000000 +262147,2,259.4117647058823,264.7058823529412,-58.5,-55.5,262.0588235294117,-57.01340165745079,18.07336069174295,17.206458659361232,7,259144,264144,269144,257147,267147,260150,266150,000000,000000 +267147,2,264.7058823529412,270.0,-58.5,-55.5,267.3529411764706,-57.01340165745079,18.07336069174295,17.206458659361232,8,264144,269144,274144,262147,273147,260150,266150,271150,000000 +273147,2,270.0,275.29411764705884,-58.5,-55.5,272.6470588235294,-57.01340165745079,18.07336069174295,17.206458659361232,8,269144,274144,279144,267147,278147,266150,271150,277150,000000 +278147,2,275.29411764705884,280.5882352941176,-58.5,-55.5,277.94117647058823,-57.01340165745079,18.073360691744867,17.206458659361232,8,274144,279144,284144,273147,283147,271150,277150,283150,000000 +283147,2,280.5882352941176,285.88235294117646,-58.5,-55.5,283.2352941176471,-57.01340165745079,18.07336069174295,17.206458659361232,8,279144,284144,288144,278147,289147,277150,283150,289150,000000 +289147,2,285.88235294117646,291.1764705882353,-58.5,-55.5,288.52941176470586,-57.01340165745079,18.07336069174295,17.206458659361232,8,284144,288144,293144,283147,294147,283150,289150,294150,000000 +294147,2,291.1764705882353,296.4705882352941,-58.5,-55.5,293.8235294117647,-57.01340165745079,18.073360691744867,17.206458659361232,8,288144,293144,298144,289147,299147,289150,294150,300150,000000 +299147,2,296.4705882352941,301.7647058823529,-58.5,-55.5,299.11764705882354,-57.01340165745079,18.07336069174295,17.206458659361232,8,293144,298144,303144,294147,304147,294150,300150,306150,000000 +304147,2,301.7647058823529,307.05882352941177,-58.5,-55.5,304.4117647058823,-57.01340165745079,18.07336069174295,17.206458659361232,8,298144,303144,308144,299147,310147,300150,306150,311150,000000 +310147,2,307.05882352941177,312.3529411764705,-58.5,-55.5,309.7058823529412,-57.01340165745079,18.073360691744867,17.206458659361232,7,303144,308144,313144,304147,315147,306150,311150,000000,000000 +315147,2,312.3529411764705,317.6470588235294,-58.5,-55.5,315.0,-57.01340165745079,18.07336069174295,17.206458659361232,7,308144,313144,318144,310147,320147,311150,317150,000000,000000 +320147,2,317.6470588235294,322.94117647058823,-58.5,-55.5,320.2941176470588,-57.01340165745079,18.07336069174295,17.206458659361232,6,318144,323144,315147,326147,317150,323150,000000,000000,000000 +326147,2,322.94117647058823,328.2352941176471,-58.5,-55.5,325.5882352941177,-57.01340165745079,18.07336069174295,17.206458659361232,6,323144,328144,320147,331147,323150,329150,000000,000000,000000 +331147,2,328.2352941176471,333.52941176470586,-58.5,-55.5,330.88235294117646,-57.01340165745079,18.073360691744867,17.206458659361232,6,328144,333144,326147,336147,329150,334150,000000,000000,000000 +336147,2,333.52941176470586,338.8235294117647,-58.5,-55.5,336.17647058823525,-57.01340165745079,18.07336069174295,17.206458659361232,7,333144,338144,343144,331147,341147,334150,340150,000000,000000 +341147,2,338.8235294117647,344.11764705882354,-58.5,-55.5,341.47058823529414,-57.01340165745079,18.07336069174295,17.206458659361232,8,338144,343144,348144,336147,347147,334150,340150,346150,000000 +347147,2,344.11764705882354,349.4117647058823,-58.5,-55.5,346.7647058823529,-57.01340165745079,18.073360691744867,17.206458659361232,8,343144,348144,353144,341147,352147,340150,346150,351150,000000 +352147,2,349.4117647058823,354.7058823529412,-58.5,-55.5,352.0588235294117,-57.01340165745079,18.07336069174295,17.206458659361232,8,348144,353144,358144,347147,357147,346150,351150,357150,000000 +357147,2,354.7058823529412,360.0,-58.5,-55.5,357.3529411764706,-57.01340165745079,18.07336069174295,17.206458659361232,8,353144,358144,002144,352147,003147,351150,357150,003150,000000 +003150,2,0.0,5.714285714285714,-61.5,-58.5,2.857142857142857,-60.01472305665399,18.465935232737905,17.12720235497534,8,003147,008147,357147,009150,357150,003153,009153,357153,000000 +009150,2,5.714285714285714,11.428571428571429,-61.5,-58.5,8.571428571428571,-60.01472305665399,18.465935232737905,17.12720235497534,8,003147,008147,013147,003150,014150,003153,009153,016153,000000 +014150,2,11.428571428571429,17.142857142857142,-61.5,-58.5,14.285714285714285,-60.01472305665399,18.465935232737905,17.12720235497534,8,008147,013147,019147,009150,020150,009153,016153,022153,000000 +020150,2,17.142857142857142,22.857142857142858,-61.5,-58.5,20.0,-60.01472305665399,18.465935232737905,17.12720235497534,7,013147,019147,024147,014150,026150,016153,022153,000000,000000 +026150,2,22.857142857142858,28.571428571428573,-61.5,-58.5,25.714285714285715,-60.01472305665399,18.465935232737905,17.12720235497534,7,019147,024147,029147,020150,031150,022153,028153,000000,000000 +031150,2,28.571428571428573,34.285714285714285,-61.5,-58.5,31.42857142857143,-60.01472305665399,18.465935232737905,17.12720235497534,6,029147,034147,026150,037150,028153,035153,000000,000000,000000 +037150,2,34.285714285714285,40.0,-61.5,-58.5,37.14285714285714,-60.01472305665399,18.46593523273779,17.12720235497534,6,034147,040147,031150,043150,035153,041153,000000,000000,000000 +043150,2,40.0,45.71428571428572,-61.5,-58.5,42.85714285714286,-60.01472305665399,18.46593523273779,17.12720235497534,6,040147,045147,037150,049150,041153,047153,000000,000000,000000 +049150,2,45.71428571428572,51.42857142857143,-61.5,-58.5,48.57142857142857,-60.01472305665399,18.46593523273779,17.12720235497534,8,045147,050147,056147,043150,054150,041153,047153,054153,000000 +054150,2,51.42857142857143,57.142857142857146,-61.5,-58.5,54.28571428571429,-60.01472305665399,18.46593523273779,17.12720235497534,8,050147,056147,061147,049150,060150,047153,054153,060153,000000 +060150,2,57.142857142857146,62.85714285714286,-61.5,-58.5,60.0,-60.01472305665399,18.46593523273779,17.12720235497534,8,056147,061147,066147,054150,066150,054153,060153,066153,000000 +066150,2,62.85714285714286,68.57142857142857,-61.5,-58.5,65.71428571428572,-60.01472305665399,18.46593523273779,17.12720235497534,8,061147,066147,071147,060150,071150,060153,066153,073153,000000 +071150,2,68.57142857142857,74.28571428571429,-61.5,-58.5,71.42857142857143,-60.01472305665399,18.46593523273779,17.12720235497534,8,066147,071147,077147,066150,077150,066153,073153,079153,000000 +077150,2,74.28571428571429,80.0,-61.5,-58.5,77.14285714285714,-60.01472305665399,18.46593523273779,17.12720235497534,7,071147,077147,082147,071150,083150,073153,079153,000000,000000 +083150,2,80.0,85.71428571428572,-61.5,-58.5,82.85714285714286,-60.01472305665399,18.46593523273779,17.12720235497534,7,077147,082147,087147,077150,089150,079153,085153,000000,000000 +089150,2,85.71428571428572,91.42857142857144,-61.5,-58.5,88.57142857142858,-60.01472305665399,18.46593523273779,17.12720235497534,7,082147,087147,093147,083150,094150,085153,092153,000000,000000 +094150,2,91.42857142857144,97.14285714285714,-61.5,-58.5,94.28571428571428,-60.01472305665399,18.46593523273779,17.12720235497534,7,087147,093147,098147,089150,100150,092153,098153,000000,000000 +100150,2,97.14285714285714,102.85714285714286,-61.5,-58.5,100.0,-60.01472305665399,18.46593523273779,17.12720235497534,7,093147,098147,103147,094150,106150,098153,104153,000000,000000 +106150,2,102.85714285714286,108.57142857142856,-61.5,-58.5,105.71428571428572,-60.01472305665399,18.46593523273779,17.12720235497534,7,103147,109147,100150,111150,098153,104153,111153,000000,000000 +111150,2,108.57142857142856,114.28571428571428,-61.5,-58.5,111.42857142857144,-60.01472305665399,18.46593523273779,17.12720235497534,7,109147,114147,106150,117150,104153,111153,117153,000000,000000 +117150,2,114.28571428571428,120.0,-61.5,-58.5,117.14285714285714,-60.01472305665399,18.46593523273779,17.12720235497534,8,114147,119147,124147,111150,123150,111153,117153,123153,000000 +123150,2,120.0,125.71428571428572,-61.5,-58.5,122.85714285714286,-60.01472305665399,18.46593523273779,17.12720235497534,8,119147,124147,130147,117150,129150,117153,123153,129153,000000 +129150,2,125.71428571428572,131.42857142857144,-61.5,-58.5,128.57142857142858,-60.01472305665399,18.46593523273779,17.12720235497534,8,124147,130147,135147,123150,134150,123153,129153,136153,000000 +134150,2,131.42857142857144,137.14285714285714,-61.5,-58.5,134.28571428571428,-60.01472305665399,18.46593523273779,17.12720235497534,8,130147,135147,140147,129150,140150,129153,136153,142153,000000 +140150,2,137.14285714285714,142.85714285714286,-61.5,-58.5,140.0,-60.01472305665399,18.46593523273779,17.12720235497534,7,135147,140147,146147,134150,146150,136153,142153,000000,000000 +146150,2,142.85714285714286,148.57142857142858,-61.5,-58.5,145.71428571428572,-60.01472305665399,18.46593523273779,17.12720235497534,7,140147,146147,151147,140150,151150,142153,148153,000000,000000 +151150,2,148.57142857142858,154.28571428571428,-61.5,-58.5,151.42857142857144,-60.01472305665399,18.46593523273779,17.12720235497534,7,146147,151147,156147,146150,157150,148153,155153,000000,000000 +157150,2,154.28571428571428,160.0,-61.5,-58.5,157.14285714285714,-60.01472305665399,18.46593523273779,17.12720235497534,7,151147,156147,161147,151150,163150,155153,161153,000000,000000 +163150,2,160.0,165.71428571428572,-61.5,-58.5,162.85714285714286,-60.01472305665399,18.46593523273779,17.12720235497534,7,156147,161147,167147,157150,169150,161153,167153,000000,000000 +169150,2,165.71428571428572,171.42857142857144,-61.5,-58.5,168.57142857142858,-60.01472305665399,18.46593523273779,17.12720235497534,8,161147,167147,172147,163150,174150,161153,167153,174153,000000 +174150,2,171.42857142857144,177.14285714285714,-61.5,-58.5,174.28571428571428,-60.01472305665399,18.46593523273779,17.12720235497534,7,172147,177147,169150,180150,167153,174153,180153,000000,000000 +180150,2,177.14285714285714,182.8571428571429,-61.5,-58.5,180.0,-60.01472305665399,18.46593523273779,17.12720235497534,7,177147,183147,174150,186150,174153,180153,186153,000000,000000 +186150,2,182.8571428571429,188.57142857142856,-61.5,-58.5,185.7142857142857,-60.01472305665399,18.46593523273779,17.12720235497534,7,183147,188147,180150,191150,180153,186153,193153,000000,000000 +191150,2,188.57142857142856,194.28571428571428,-61.5,-58.5,191.42857142857144,-60.01472305665399,18.46593523273779,17.12720235497534,8,188147,193147,199147,186150,197150,186153,193153,199153,000000 +197150,2,194.28571428571428,200.0,-61.5,-58.5,197.1428571428572,-60.01472305665399,18.46593523273779,17.12720235497534,7,193147,199147,204147,191150,203150,193153,199153,000000,000000 +203150,2,200.0,205.7142857142857,-61.5,-58.5,202.8571428571429,-60.01472305665399,18.46593523273779,17.12720235497534,7,199147,204147,209147,197150,209150,199153,205153,000000,000000 +209150,2,205.7142857142857,211.42857142857144,-61.5,-58.5,208.57142857142856,-60.01472305665399,18.46593523273779,17.12720235497534,7,204147,209147,214147,203150,214150,205153,212153,000000,000000 +214150,2,211.42857142857144,217.1428571428572,-61.5,-58.5,214.28571428571428,-60.01472305665399,18.46593523273779,17.12720235497534,7,209147,214147,220147,209150,220150,212153,218153,000000,000000 +220150,2,217.1428571428572,222.8571428571429,-61.5,-58.5,220.0,-60.01472305665399,18.46593523273779,17.12720235497534,7,214147,220147,225147,214150,226150,218153,224153,000000,000000 +226150,2,222.8571428571429,228.57142857142856,-61.5,-58.5,225.7142857142857,-60.01472305665399,18.46593523273779,17.12720235497534,8,220147,225147,230147,220150,231150,218153,224153,231153,000000 +231150,2,228.57142857142856,234.28571428571428,-61.5,-58.5,231.42857142857144,-60.01472305665399,18.46593523273779,17.12720235497534,8,225147,230147,236147,226150,237150,224153,231153,237153,000000 +237150,2,234.28571428571428,240.0,-61.5,-58.5,237.1428571428572,-60.01472305665399,18.46593523273779,17.12720235497534,8,230147,236147,241147,231150,243150,231153,237153,243153,000000 +243150,2,240.0,245.7142857142857,-61.5,-58.5,242.8571428571429,-60.01472305665399,18.46593523273779,17.12720235497534,8,236147,241147,246147,237150,249150,237153,243153,249153,000000 +249150,2,245.7142857142857,251.42857142857144,-61.5,-58.5,248.57142857142856,-60.01472305665399,18.46593523273779,17.12720235497534,7,246147,251147,243150,254150,243153,249153,256153,000000,000000 +254150,2,251.42857142857144,257.1428571428572,-61.5,-58.5,254.2857142857143,-60.01472305665399,18.46593523273779,17.12720235497534,7,251147,257147,249150,260150,249153,256153,262153,000000,000000 +260150,2,257.1428571428572,262.8571428571429,-61.5,-58.5,260.0,-60.01472305665399,18.46593523273688,17.12720235497534,7,257147,262147,267147,254150,266150,256153,262153,000000,000000 +266150,2,262.8571428571429,268.57142857142856,-61.5,-58.5,265.7142857142857,-60.01472305665399,18.465935232738687,17.12720235497534,7,262147,267147,273147,260150,271150,262153,268153,000000,000000 +271150,2,268.57142857142856,274.2857142857143,-61.5,-58.5,271.42857142857144,-60.01472305665399,18.46593523273688,17.12720235497534,7,267147,273147,278147,266150,277150,268153,275153,000000,000000 +277150,2,274.2857142857143,280.0,-61.5,-58.5,277.1428571428571,-60.01472305665399,18.46593523273688,17.12720235497534,7,273147,278147,283147,271150,283150,275153,281153,000000,000000 +283150,2,280.0,285.7142857142857,-61.5,-58.5,282.8571428571429,-60.01472305665399,18.46593523273688,17.12720235497534,7,278147,283147,289147,277150,289150,281153,287153,000000,000000 +289150,2,285.7142857142857,291.42857142857144,-61.5,-58.5,288.57142857142856,-60.01472305665399,18.46593523273688,17.12720235497534,8,283147,289147,294147,283150,294150,281153,287153,294153,000000 +294150,2,291.42857142857144,297.1428571428572,-61.5,-58.5,294.28571428571433,-60.01472305665399,18.46593523273688,17.12720235497534,8,289147,294147,299147,289150,300150,287153,294153,300153,000000 +300150,2,297.1428571428572,302.8571428571429,-61.5,-58.5,300.0,-60.01472305665399,18.46593523273688,17.12720235497534,8,294147,299147,304147,294150,306150,294153,300153,306153,000000 +306150,2,302.8571428571429,308.57142857142856,-61.5,-58.5,305.7142857142857,-60.01472305665399,18.465935232738687,17.12720235497534,8,299147,304147,310147,300150,311150,300153,306153,313153,000000 +311150,2,308.57142857142856,314.2857142857143,-61.5,-58.5,311.42857142857144,-60.01472305665399,18.46593523273688,17.12720235497534,8,304147,310147,315147,306150,317150,306153,313153,319153,000000 +317150,2,314.2857142857143,320.0,-61.5,-58.5,317.1428571428571,-60.01472305665399,18.46593523273688,17.12720235497534,6,315147,320147,311150,323150,313153,319153,000000,000000,000000 +323150,2,320.0,325.7142857142857,-61.5,-58.5,322.8571428571429,-60.01472305665399,18.46593523273688,17.12720235497534,6,320147,326147,317150,329150,319153,325153,000000,000000,000000 +329150,2,325.7142857142857,331.42857142857144,-61.5,-58.5,328.57142857142856,-60.01472305665399,18.46593523273688,17.12720235497534,6,326147,331147,323150,334150,325153,332153,000000,000000,000000 +334150,2,331.42857142857144,337.1428571428572,-61.5,-58.5,334.28571428571433,-60.01472305665399,18.46593523273688,17.12720235497534,7,331147,336147,341147,329150,340150,332153,338153,000000,000000 +340150,2,337.1428571428572,342.8571428571429,-61.5,-58.5,340.0,-60.01472305665399,18.46593523273688,17.12720235497534,7,336147,341147,347147,334150,346150,338153,344153,000000,000000 +346150,2,342.8571428571429,348.57142857142856,-61.5,-58.5,345.7142857142857,-60.01472305665399,18.465935232738687,17.12720235497534,8,341147,347147,352147,340150,351150,338153,344153,351153,000000 +351150,2,348.57142857142856,354.2857142857143,-61.5,-58.5,351.42857142857144,-60.01472305665399,18.46593523273688,17.12720235497534,8,347147,352147,357147,346150,357150,344153,351153,357153,000000 +357150,2,354.2857142857143,360.0,-61.5,-58.5,357.1428571428571,-60.01472305665399,18.46593523273688,17.12720235497534,8,352147,357147,003147,351150,003150,351153,357153,003153,000000 +003153,2,0.0,6.315789473684211,-64.5,-61.5,3.1578947368421053,-63.01669479807229,17.636737915734344,17.00893920620115,8,003150,009150,357150,009153,357153,003156,010156,357156,000000 +009153,2,6.315789473684211,12.63157894736842,-64.5,-61.5,9.473684210526317,-63.01669479807229,17.636737915734315,17.00893920620115,8,003150,009150,014150,003153,016153,003156,010156,017156,000000 +016153,2,12.63157894736842,18.94736842105263,-64.5,-61.5,15.789473684210526,-63.01669479807229,17.636737915734358,17.00893920620115,8,009150,014150,020150,009153,022153,010156,017156,024156,000000 +022153,2,18.94736842105263,25.26315789473684,-64.5,-61.5,22.105263157894736,-63.01669479807229,17.636737915734315,17.00893920620115,7,014150,020150,026150,016153,028153,017156,024156,000000,000000 +028153,2,25.26315789473684,31.57894736842105,-64.5,-61.5,28.42105263157895,-63.01669479807229,17.636737915734315,17.00893920620115,6,026150,031150,022153,035153,024156,031156,000000,000000,000000 +035153,2,31.57894736842105,37.89473684210526,-64.5,-61.5,34.73684210526316,-63.01669479807229,17.636737915734415,17.00893920620115,6,031150,037150,028153,041153,031156,038156,000000,000000,000000 +041153,2,37.89473684210526,44.21052631578947,-64.5,-61.5,41.05263157894737,-63.01669479807229,17.636737915734216,17.00893920620115,7,037150,043150,049150,035153,047153,038156,045156,000000,000000 +047153,2,44.21052631578947,50.526315789473685,-64.5,-61.5,47.368421052631575,-63.01669479807229,17.636737915734216,17.00893920620115,7,043150,049150,054150,041153,054153,045156,052156,000000,000000 +054153,2,50.526315789473685,56.8421052631579,-64.5,-61.5,53.6842105263158,-63.01669479807229,17.636737915734216,17.00893920620115,8,049150,054150,060150,047153,060153,045156,052156,059156,000000 +060153,2,56.8421052631579,63.15789473684211,-64.5,-61.5,60.0,-63.01669479807229,17.636737915734216,17.00893920620115,8,054150,060150,066150,054153,066153,052156,059156,066156,000000 +066153,2,63.15789473684211,69.47368421052632,-64.5,-61.5,66.31578947368422,-63.01669479807229,17.636737915734216,17.00893920620115,8,060150,066150,071150,060153,073153,059156,066156,073156,000000 +073153,2,69.47368421052632,75.78947368421052,-64.5,-61.5,72.63157894736841,-63.01669479807229,17.636737915734216,17.00893920620115,8,066150,071150,077150,066153,079153,066156,073156,080156,000000 +079153,2,75.78947368421052,82.10526315789474,-64.5,-61.5,78.94736842105263,-63.01669479807229,17.636737915734216,17.00893920620115,8,071150,077150,083150,073153,085153,073156,080156,087156,000000 +085153,2,82.10526315789474,88.42105263157895,-64.5,-61.5,85.26315789473685,-63.01669479807229,17.636737915734216,17.00893920620115,7,083150,089150,079153,092153,080156,087156,093156,000000,000000 +092153,2,88.42105263157895,94.73684210526316,-64.5,-61.5,91.57894736842104,-63.01669479807229,17.636737915734216,17.00893920620115,7,089150,094150,085153,098153,087156,093156,100156,000000,000000 +098153,2,94.73684210526316,101.05263157894736,-64.5,-61.5,97.89473684210526,-63.01669479807229,17.636737915734216,17.00893920620115,7,094150,100150,106150,092153,104153,093156,100156,000000,000000 +104153,2,101.05263157894736,107.36842105263158,-64.5,-61.5,104.21052631578948,-63.01669479807229,17.636737915734216,17.00893920620115,7,100150,106150,111150,098153,111153,100156,107156,000000,000000 +111153,2,107.36842105263158,113.6842105263158,-64.5,-61.5,110.52631578947368,-63.01669479807229,17.636737915734216,17.00893920620115,7,106150,111150,117150,104153,117153,107156,114156,000000,000000 +117153,2,113.6842105263158,120.0,-64.5,-61.5,116.84210526315788,-63.01669479807229,17.636737915734216,17.00893920620115,7,111150,117150,123150,111153,123153,114156,121156,000000,000000 +123153,2,120.0,126.31578947368422,-64.5,-61.5,123.15789473684212,-63.01669479807229,17.636737915734216,17.00893920620115,8,117150,123150,129150,117153,129153,114156,121156,128156,000000 +129153,2,126.31578947368422,132.6315789473684,-64.5,-61.5,129.4736842105263,-63.01669479807229,17.636737915734216,17.00893920620115,8,123150,129150,134150,123153,136153,121156,128156,135156,000000 +136153,2,132.6315789473684,138.94736842105263,-64.5,-61.5,135.78947368421052,-63.01669479807229,17.636737915734216,17.00893920620115,8,129150,134150,140150,129153,142153,128156,135156,142156,000000 +142153,2,138.94736842105263,145.26315789473685,-64.5,-61.5,142.10526315789474,-63.01669479807229,17.636737915734216,17.00893920620115,8,134150,140150,146150,136153,148153,135156,142156,149156,000000 +148153,2,145.26315789473685,151.57894736842104,-64.5,-61.5,148.42105263157896,-63.01669479807229,17.636737915734216,17.00893920620115,7,146150,151150,142153,155153,142156,149156,156156,000000,000000 +155153,2,151.57894736842104,157.89473684210526,-64.5,-61.5,154.73684210526315,-63.01669479807229,17.636737915734216,17.00893920620115,7,151150,157150,148153,161153,149156,156156,163156,000000,000000 +161153,2,157.89473684210526,164.21052631578948,-64.5,-61.5,161.05263157894737,-63.01669479807229,17.636737915734216,17.00893920620115,8,157150,163150,169150,155153,167153,156156,163156,170156,000000 +167153,2,164.21052631578948,170.5263157894737,-64.5,-61.5,167.3684210526316,-63.01669479807229,17.636737915734216,17.00893920620115,7,163150,169150,174150,161153,174153,163156,170156,000000,000000 +174153,2,170.5263157894737,176.8421052631579,-64.5,-61.5,173.68421052631578,-63.01669479807229,17.636737915734216,17.00893920620115,7,169150,174150,180150,167153,180153,170156,177156,000000,000000 +180153,2,176.8421052631579,183.1578947368421,-64.5,-61.5,180.0,-63.01669479807229,17.636737915734216,17.00893920620115,7,174150,180150,186150,174153,186153,177156,183156,000000,000000 +186153,2,183.1578947368421,189.4736842105264,-64.5,-61.5,186.31578947368425,-63.01669479807229,17.636737915734216,17.00893920620115,7,180150,186150,191150,180153,193153,183156,190156,000000,000000 +193153,2,189.4736842105264,195.7894736842105,-64.5,-61.5,192.63157894736844,-63.01669479807229,17.636737915734216,17.00893920620115,7,186150,191150,197150,186153,199153,190156,197156,000000,000000 +199153,2,195.7894736842105,202.1052631578948,-64.5,-61.5,198.94736842105263,-63.01669479807229,17.636737915734216,17.00893920620115,8,191150,197150,203150,193153,205153,190156,197156,204156,000000 +205153,2,202.1052631578948,208.42105263157896,-64.5,-61.5,205.26315789473685,-63.01669479807229,17.636737915734216,17.00893920620115,7,203150,209150,199153,212153,197156,204156,211156,000000,000000 +212153,2,208.42105263157896,214.73684210526315,-64.5,-61.5,211.57894736842104,-63.01669479807229,17.636737915734216,17.00893920620115,7,209150,214150,205153,218153,204156,211156,218156,000000,000000 +218153,2,214.73684210526315,221.05263157894737,-64.5,-61.5,217.8947368421053,-63.01669479807229,17.636737915734216,17.00893920620115,8,214150,220150,226150,212153,224153,211156,218156,225156,000000 +224153,2,221.05263157894737,227.3684210526316,-64.5,-61.5,224.21052631578948,-63.01669479807229,17.636737915734216,17.00893920620115,8,220150,226150,231150,218153,231153,218156,225156,232156,000000 +231153,2,227.3684210526316,233.68421052631572,-64.5,-61.5,230.5263157894737,-63.01669479807229,17.636737915734216,17.00893920620115,8,226150,231150,237150,224153,237153,225156,232156,239156,000000 +237153,2,233.68421052631572,240.0,-64.5,-61.5,236.8421052631579,-63.01669479807229,17.636737915734216,17.00893920620115,8,231150,237150,243150,231153,243153,232156,239156,246156,000000 +243153,2,240.0,246.31578947368425,-64.5,-61.5,243.1578947368421,-63.01669479807229,17.636737915734216,17.00893920620115,7,237150,243150,249150,237153,249153,239156,246156,000000,000000 +249153,2,246.31578947368425,252.63157894736844,-64.5,-61.5,249.4736842105264,-63.01669479807229,17.636737915734216,17.00893920620115,7,243150,249150,254150,243153,256153,246156,253156,000000,000000 +256153,2,252.63157894736844,258.94736842105266,-64.5,-61.5,255.7894736842105,-63.01669479807229,17.636737915734216,17.00893920620115,7,249150,254150,260150,249153,262153,253156,260156,000000,000000 +262153,2,258.94736842105266,265.2631578947368,-64.5,-61.5,262.10526315789474,-63.01669479807229,17.636737915735026,17.00893920620115,7,254150,260150,266150,256153,268153,260156,267156,000000,000000 +268153,2,265.2631578947368,271.57894736842104,-64.5,-61.5,268.42105263157896,-63.01669479807229,17.63673791573339,17.00893920620115,7,266150,271150,262153,275153,260156,267156,273156,000000,000000 +275153,2,271.57894736842104,277.89473684210526,-64.5,-61.5,274.7368421052631,-63.01669479807229,17.63673791573339,17.00893920620115,7,271150,277150,268153,281153,267156,273156,280156,000000,000000 +281153,2,277.89473684210526,284.2105263157895,-64.5,-61.5,281.0526315789474,-63.01669479807229,17.63673791573339,17.00893920620115,8,277150,283150,289150,275153,287153,273156,280156,287156,000000 +287153,2,284.2105263157895,290.5263157894737,-64.5,-61.5,287.3684210526316,-63.01669479807229,17.63673791573339,17.00893920620115,8,283150,289150,294150,281153,294153,280156,287156,294156,000000 +294153,2,290.5263157894737,296.8421052631579,-64.5,-61.5,293.68421052631584,-63.01669479807229,17.63673791573339,17.00893920620115,8,289150,294150,300150,287153,300153,287156,294156,301156,000000 +300153,2,296.8421052631579,303.1578947368421,-64.5,-61.5,300.0,-63.01669479807229,17.636737915735026,17.00893920620115,8,294150,300150,306150,294153,306153,294156,301156,308156,000000 +306153,2,303.1578947368421,309.4736842105263,-64.5,-61.5,306.31578947368416,-63.01669479807229,17.63673791573339,17.00893920620115,8,300150,306150,311150,300153,313153,301156,308156,315156,000000 +313153,2,309.4736842105263,315.7894736842105,-64.5,-61.5,312.63157894736844,-63.01669479807229,17.63673791573339,17.00893920620115,7,306150,311150,317150,306153,319153,308156,315156,000000,000000 +319153,2,315.7894736842105,322.10526315789474,-64.5,-61.5,318.9473684210526,-63.01669479807229,17.63673791573339,17.00893920620115,7,311150,317150,323150,313153,325153,315156,322156,000000,000000 +325153,2,322.10526315789474,328.42105263157896,-64.5,-61.5,325.2631578947369,-63.01669479807229,17.63673791573339,17.00893920620115,6,323150,329150,319153,332153,322156,329156,000000,000000,000000 +332153,2,328.42105263157896,334.7368421052632,-64.5,-61.5,331.57894736842104,-63.01669479807229,17.63673791573339,17.00893920620115,6,329150,334150,325153,338153,329156,336156,000000,000000,000000 +338153,2,334.7368421052632,341.0526315789474,-64.5,-61.5,337.8947368421053,-63.01669479807229,17.63673791573339,17.00893920620115,7,334150,340150,346150,332153,344153,336156,343156,000000,000000 +344153,2,341.0526315789474,347.3684210526316,-64.5,-61.5,344.2105263157895,-63.01669479807229,17.636737915735026,17.00893920620115,8,340150,346150,351150,338153,351153,336156,343156,350156,000000 +351153,2,347.3684210526316,353.6842105263158,-64.5,-61.5,350.52631578947364,-63.01669479807229,17.63673791573339,17.00893920620115,8,346150,351150,357150,344153,357153,343156,350156,357156,000000 +357153,2,353.6842105263158,360.0,-64.5,-61.5,356.8421052631579,-63.01669479807229,17.63673791573339,17.00893920620115,8,351150,357150,003150,351153,003153,350156,357156,003156,000000 +003156,2,0.0,6.923076923076923,-67.5,-64.5,3.4615384615384617,-66.01828116386164,18.640540336318224,16.91379060807067,8,003153,009153,357153,010156,357156,004159,012159,356159,000000 +010156,2,6.923076923076923,13.846153846153848,-67.5,-64.5,10.384615384615383,-66.01828116386164,18.640540336318224,16.91379060807067,8,003153,009153,016153,003156,017156,004159,012159,020159,000000 +017156,2,13.846153846153848,20.76923076923077,-67.5,-64.5,17.307692307692307,-66.01828116386164,18.640540336318185,16.91379060807067,7,009153,016153,022153,010156,024156,012159,020159,000000,000000 +024156,2,20.76923076923077,27.692307692307693,-67.5,-64.5,24.23076923076924,-66.01828116386164,18.640540336318185,16.91379060807067,7,016153,022153,028153,017156,031156,020159,027159,000000,000000 +031156,2,27.692307692307693,34.61538461538461,-67.5,-64.5,31.15384615384616,-66.01828116386164,18.640540336318267,16.91379060807067,6,028153,035153,024156,038156,027159,035159,000000,000000,000000 +038156,2,34.61538461538461,41.53846153846154,-67.5,-64.5,38.07692307692308,-66.01828116386164,18.64054033631808,16.91379060807067,6,035153,041153,031156,045156,035159,043159,000000,000000,000000 +045156,2,41.53846153846154,48.46153846153847,-67.5,-64.5,45.0,-66.01828116386164,18.64054033631808,16.91379060807067,8,041153,047153,054153,038156,052156,035159,043159,051159,000000 +052156,2,48.46153846153847,55.38461538461539,-67.5,-64.5,51.92307692307693,-66.01828116386164,18.640540336318267,16.91379060807067,8,047153,054153,060153,045156,059156,043159,051159,059159,000000 +059156,2,55.38461538461539,62.30769230769231,-67.5,-64.5,58.84615384615385,-66.01828116386164,18.640540336318267,16.91379060807067,8,054153,060153,066153,052156,066156,051159,059159,067159,000000 +066156,2,62.30769230769231,69.23076923076923,-67.5,-64.5,65.76923076923077,-66.01828116386164,18.64054033631808,16.91379060807067,8,060153,066153,073153,059156,073156,059159,067159,074159,000000 +073156,2,69.23076923076923,76.15384615384616,-67.5,-64.5,72.6923076923077,-66.01828116386164,18.64054033631808,16.91379060807067,8,066153,073153,079153,066156,080156,067159,074159,082159,000000 +080156,2,76.15384615384616,83.07692307692308,-67.5,-64.5,79.61538461538461,-66.01828116386164,18.64054033631808,16.91379060807067,7,073153,079153,085153,073156,087156,074159,082159,000000,000000 +087156,2,83.07692307692308,90.0,-67.5,-64.5,86.53846153846155,-66.01828116386164,18.64054033631808,16.91379060807067,7,079153,085153,092153,080156,093156,082159,090159,000000,000000 +093156,2,90.0,96.92307692307692,-67.5,-64.5,93.46153846153848,-66.01828116386164,18.64054033631808,16.91379060807067,7,085153,092153,098153,087156,100156,090159,098159,000000,000000 +100156,2,96.92307692307692,103.84615384615384,-67.5,-64.5,100.3846153846154,-66.01828116386164,18.64054033631808,16.91379060807067,7,092153,098153,104153,093156,107156,098159,106159,000000,000000 +107156,2,103.84615384615384,110.76923076923076,-67.5,-64.5,107.30769230769232,-66.01828116386164,18.64054033631808,16.91379060807067,7,104153,111153,100156,114156,098159,106159,113159,000000,000000 +114156,2,110.76923076923076,117.6923076923077,-67.5,-64.5,114.23076923076924,-66.01828116386164,18.64054033631808,16.91379060807067,8,111153,117153,123153,107156,121156,106159,113159,121159,000000 +121156,2,117.6923076923077,124.6153846153846,-67.5,-64.5,121.15384615384616,-66.01828116386164,18.64054033631808,16.91379060807067,8,117153,123153,129153,114156,128156,113159,121159,129159,000000 +128156,2,124.6153846153846,131.53846153846155,-67.5,-64.5,128.0769230769231,-66.01828116386164,18.64054033631772,16.91379060807067,8,123153,129153,136153,121156,135156,121159,129159,137159,000000 +135156,2,131.53846153846155,138.46153846153845,-67.5,-64.5,135.0,-66.01828116386164,18.64054033631845,16.91379060807067,8,129153,136153,142153,128156,142156,129159,137159,145159,000000 +142156,2,138.46153846153845,145.3846153846154,-67.5,-64.5,141.9230769230769,-66.01828116386164,18.64054033631772,16.91379060807067,7,136153,142153,148153,135156,149156,137159,145159,000000,000000 +149156,2,145.3846153846154,152.30769230769232,-67.5,-64.5,148.84615384615387,-66.01828116386164,18.64054033631772,16.91379060807067,7,142153,148153,155153,142156,156156,145159,153159,000000,000000 +156156,2,152.30769230769232,159.23076923076923,-67.5,-64.5,155.76923076923077,-66.01828116386164,18.64054033631845,16.91379060807067,7,148153,155153,161153,149156,163156,153159,160159,000000,000000 +163156,2,159.23076923076923,166.15384615384616,-67.5,-64.5,162.69230769230768,-66.01828116386164,18.64054033631772,16.91379060807067,7,155153,161153,167153,156156,170156,160159,168159,000000,000000 +170156,2,166.15384615384616,173.0769230769231,-67.5,-64.5,169.61538461538464,-66.01828116386164,18.64054033631772,16.91379060807067,8,161153,167153,174153,163156,177156,160159,168159,176159,000000 +177156,2,173.0769230769231,180.0,-67.5,-64.5,176.53846153846155,-66.01828116386164,18.64054033631845,16.91379060807067,7,174153,180153,170156,183156,168159,176159,184159,000000,000000 +183156,2,180.0,186.92307692307693,-67.5,-64.5,183.46153846153845,-66.01828116386164,18.64054033631772,16.91379060807067,7,180153,186153,177156,190156,176159,184159,192159,000000,000000 +190156,2,186.92307692307693,193.84615384615387,-67.5,-64.5,190.38461538461544,-66.01828116386164,18.64054033631772,16.91379060807067,8,186153,193153,199153,183156,197156,184159,192159,200159,000000 +197156,2,193.84615384615387,200.7692307692308,-67.5,-64.5,197.30769230769232,-66.01828116386164,18.64054033631845,16.91379060807067,7,193153,199153,205153,190156,204156,192159,200159,000000,000000 +204156,2,200.7692307692308,207.6923076923077,-67.5,-64.5,204.23076923076923,-66.01828116386164,18.64054033631772,16.91379060807067,7,199153,205153,212153,197156,211156,200159,207159,000000,000000 +211156,2,207.6923076923077,214.6153846153846,-67.5,-64.5,211.15384615384616,-66.01828116386164,18.64054033631845,16.91379060807067,7,205153,212153,218153,204156,218156,207159,215159,000000,000000 +218156,2,214.6153846153846,221.53846153846155,-67.5,-64.5,218.0769230769231,-66.01828116386164,18.64054033631772,16.91379060807067,7,212153,218153,224153,211156,225156,215159,223159,000000,000000 +225156,2,221.53846153846155,228.46153846153848,-67.5,-64.5,225.0,-66.01828116386164,18.64054033631772,16.91379060807067,8,218153,224153,231153,218156,232156,215159,223159,231159,000000 +232156,2,228.46153846153848,235.3846153846154,-67.5,-64.5,231.92307692307693,-66.01828116386164,18.64054033631845,16.91379060807067,8,224153,231153,237153,225156,239156,223159,231159,239159,000000 +239156,2,235.3846153846154,242.30769230769232,-67.5,-64.5,238.84615384615387,-66.01828116386164,18.64054033631772,16.91379060807067,8,231153,237153,243153,232156,246156,231159,239159,247159,000000 +246156,2,242.30769230769232,249.23076923076923,-67.5,-64.5,245.7692307692308,-66.01828116386164,18.64054033631845,16.91379060807067,8,237153,243153,249153,239156,253156,239159,247159,254159,000000 +253156,2,249.23076923076923,256.1538461538462,-67.5,-64.5,252.6923076923077,-66.01828116386164,18.64054033631772,16.91379060807067,7,249153,256153,246156,260156,247159,254159,262159,000000,000000 +260156,2,256.1538461538462,263.0769230769231,-67.5,-64.5,259.61538461538464,-66.01828116386164,18.64054033631845,16.91379060807067,7,256153,262153,268153,253156,267156,254159,262159,000000,000000 +267156,2,263.0769230769231,270.0,-67.5,-64.5,266.53846153846155,-66.01828116386164,18.64054033631845,16.91379060807067,7,262153,268153,275153,260156,273156,262159,270159,000000,000000 +273156,2,270.0,276.9230769230769,-67.5,-64.5,273.46153846153845,-66.01828116386164,18.64054033631845,16.91379060807067,7,268153,275153,281153,267156,280156,270159,278159,000000,000000 +280156,2,276.9230769230769,283.84615384615387,-67.5,-64.5,280.38461538461536,-66.01828116386164,18.64054033631696,16.913790608070485,7,275153,281153,287153,273156,287156,278159,286159,000000,000000 +287156,2,283.84615384615387,290.7692307692308,-67.5,-64.5,287.3076923076923,-66.01828116386164,18.64054033631845,16.91379060807067,8,281153,287153,294153,280156,294156,278159,286159,293159,000000 +294156,2,290.7692307692308,297.6923076923077,-67.5,-64.5,294.2307692307692,-66.01828116386164,18.64054033631845,16.91379060807067,8,287153,294153,300153,287156,301156,286159,293159,301159,000000 +301156,2,297.6923076923077,304.61538461538464,-67.5,-64.5,301.1538461538462,-66.01828116386164,18.64054033631696,16.913790608070485,8,294153,300153,306153,294156,308156,293159,301159,309159,000000 +308156,2,304.61538461538464,311.53846153846155,-67.5,-64.5,308.0769230769231,-66.01828116386164,18.64054033631845,16.91379060807067,8,300153,306153,313153,301156,315156,301159,309159,317159,000000 +315156,2,311.53846153846155,318.46153846153845,-67.5,-64.5,315.0,-66.01828116386164,18.64054033631845,16.91379060807067,8,306153,313153,319153,308156,322156,309159,317159,325159,000000 +322156,2,318.46153846153845,325.3846153846154,-67.5,-64.5,321.9230769230769,-66.01828116386164,18.64054033631696,16.913790608070485,6,319153,325153,315156,329156,317159,325159,000000,000000,000000 +329156,2,325.3846153846154,332.3076923076923,-67.5,-64.5,328.84615384615387,-66.01828116386164,18.64054033631845,16.91379060807067,6,325153,332153,322156,336156,325159,333159,000000,000000,000000 +336156,2,332.3076923076923,339.2307692307692,-67.5,-64.5,335.7692307692308,-66.01828116386164,18.64054033631845,16.91379060807067,7,332153,338153,344153,329156,343156,333159,340159,000000,000000 +343156,2,339.2307692307692,346.1538461538462,-67.5,-64.5,342.69230769230774,-66.01828116386164,18.64054033631696,16.913790608070485,7,338153,344153,351153,336156,350156,340159,348159,000000,000000 +350156,2,346.1538461538462,353.0769230769231,-67.5,-64.5,349.61538461538464,-66.01828116386164,18.64054033631845,16.91379060807067,8,344153,351153,357153,343156,357156,340159,348159,356159,000000 +357156,2,353.0769230769231,360.0,-67.5,-64.5,356.53846153846155,-66.01828116386164,18.64054033631845,16.91379060807067,8,351153,357153,003153,350156,003156,348159,356159,004159,000000 +004159,2,0.0,7.826086956521739,-70.5,-67.5,3.9130434782608696,-69.02082256441844,18.222414655245515,16.76136013271885,8,003156,010156,357156,012159,356159,005162,014162,356162,000000 +012159,2,7.826086956521739,15.652173913043478,-70.5,-67.5,11.73913043478261,-69.02082256441844,18.2224146552455,16.76136013271885,8,003156,010156,017156,004159,020159,005162,014162,023162,000000 +020159,2,15.652173913043478,23.47826086956522,-70.5,-67.5,19.565217391304348,-69.02082256441844,18.222414655245487,16.76136013271885,7,010156,017156,024156,012159,027159,014162,023162,000000,000000 +027159,2,23.47826086956522,31.30434782608696,-70.5,-67.5,27.39130434782609,-69.02082256441844,18.222414655245487,16.76136013271885,6,024156,031156,020159,035159,023162,032162,000000,000000,000000 +035159,2,31.30434782608696,39.130434782608695,-70.5,-67.5,35.21739130434783,-69.02082256441844,18.222414655245487,16.76136013271885,7,031156,038156,045156,027159,043159,032162,041162,000000,000000 +043159,2,39.130434782608695,46.95652173913044,-70.5,-67.5,43.04347826086956,-69.02082256441844,18.222414655245416,16.76136013271885,7,038156,045156,052156,035159,051159,041162,050162,000000,000000 +051159,2,46.95652173913044,54.78260869565217,-70.5,-67.5,50.869565217391305,-69.02082256441844,18.222414655245583,16.76136013271885,8,045156,052156,059156,043159,059159,041162,050162,059162,000000 +059159,2,54.78260869565217,62.60869565217392,-70.5,-67.5,58.69565217391305,-69.02082256441844,18.222414655245416,16.76136013271885,8,052156,059156,066156,051159,067159,050162,059162,068162,000000 +067159,2,62.60869565217392,70.43478260869566,-70.5,-67.5,66.52173913043478,-69.02082256441844,18.222414655245416,16.76136013271885,8,059156,066156,073156,059159,074159,059162,068162,077162,000000 +074159,2,70.43478260869566,78.26086956521739,-70.5,-67.5,74.34782608695653,-69.02082256441844,18.222414655245416,16.76136013271885,8,066156,073156,080156,067159,082159,068162,077162,086162,000000 +082159,2,78.26086956521739,86.08695652173913,-70.5,-67.5,82.17391304347825,-69.02082256441844,18.222414655245416,16.76136013271885,7,073156,080156,087156,074159,090159,077162,086162,000000,000000 +090159,2,86.08695652173913,93.91304347826087,-70.5,-67.5,90.0,-69.02082256441844,18.222414655245416,16.76136013271885,6,087156,093156,082159,098159,086162,095162,000000,000000,000000 +098159,2,93.91304347826087,101.7391304347826,-70.5,-67.5,97.82608695652176,-69.02082256441844,18.222414655245416,16.76136013271885,7,093156,100156,107156,090159,106159,095162,104162,000000,000000 +106159,2,101.7391304347826,109.56521739130434,-70.5,-67.5,105.65217391304348,-69.02082256441844,18.222414655245416,16.76136013271885,8,100156,107156,114156,098159,113159,095162,104162,113162,000000 +113159,2,109.56521739130434,117.3913043478261,-70.5,-67.5,113.47826086956522,-69.02082256441844,18.222414655245416,16.76136013271885,8,107156,114156,121156,106159,121159,104162,113162,122162,000000 +121159,2,117.3913043478261,125.21739130434784,-70.5,-67.5,121.30434782608695,-69.02082256441844,18.222414655245416,16.76136013271885,8,114156,121156,128156,113159,129159,113162,122162,131162,000000 +129159,2,125.21739130434784,133.04347826086956,-70.5,-67.5,129.1304347826087,-69.02082256441844,18.222414655245416,16.76136013271885,8,121156,128156,135156,121159,137159,122162,131162,140162,000000 +137159,2,133.04347826086956,140.8695652173913,-70.5,-67.5,136.95652173913044,-69.02082256441844,18.222414655245416,16.76136013271885,7,128156,135156,142156,129159,145159,131162,140162,000000,000000 +145159,2,140.8695652173913,148.69565217391303,-70.5,-67.5,144.7826086956522,-69.02082256441844,18.222414655245416,16.76136013271885,7,135156,142156,149156,137159,153159,140162,149162,000000,000000 +153159,2,148.69565217391303,156.52173913043478,-70.5,-67.5,152.6086956521739,-69.02082256441844,18.222414655245416,16.76136013271885,6,149156,156156,145159,160159,149162,158162,000000,000000,000000 +160159,2,156.52173913043478,164.34782608695653,-70.5,-67.5,160.43478260869566,-69.02082256441844,18.222414655245416,16.76136013271885,7,156156,163156,170156,153159,168159,158162,167162,000000,000000 +168159,2,164.34782608695653,172.17391304347825,-70.5,-67.5,168.26086956521738,-69.02082256441844,18.222414655245416,16.76136013271885,8,163156,170156,177156,160159,176159,158162,167162,176162,000000 +176159,2,172.17391304347825,180.0,-70.5,-67.5,176.08695652173913,-69.02082256441844,18.222414655245416,16.76136013271885,8,170156,177156,183156,168159,184159,167162,176162,185162,000000 +184159,2,180.0,187.8260869565217,-70.5,-67.5,183.91304347826087,-69.02082256441844,18.222414655245416,16.76136013271885,8,177156,183156,190156,176159,192159,176162,185162,194162,000000 +192159,2,187.8260869565217,195.65217391304347,-70.5,-67.5,191.73913043478265,-69.02082256441844,18.222414655245416,16.76136013271885,8,183156,190156,197156,184159,200159,185162,194162,203162,000000 +200159,2,195.65217391304347,203.4782608695652,-70.5,-67.5,199.5652173913044,-69.02082256441844,18.222414655245416,16.76136013271885,7,190156,197156,204156,192159,207159,194162,203162,000000,000000 +207159,2,203.4782608695652,211.30434782608697,-70.5,-67.5,207.3913043478261,-69.02082256441844,18.222414655245416,16.76136013271885,6,204156,211156,200159,215159,203162,212162,000000,000000,000000 +215159,2,211.30434782608697,219.1304347826087,-70.5,-67.5,215.2173913043478,-69.02082256441844,18.222414655245416,16.76136013271885,7,211156,218156,225156,207159,223159,212162,221162,000000,000000 +223159,2,219.1304347826087,226.95652173913044,-70.5,-67.5,223.0434782608696,-69.02082256441844,18.222414655245416,16.76136013271885,7,218156,225156,232156,215159,231159,221162,230162,000000,000000 +231159,2,226.95652173913044,234.7826086956522,-70.5,-67.5,230.8695652173913,-69.02082256441844,18.222414655245416,16.76136013271885,8,225156,232156,239156,223159,239159,221162,230162,239162,000000 +239159,2,234.7826086956522,242.6086956521739,-70.5,-67.5,238.69565217391303,-69.02082256441844,18.222414655245416,16.76136013271885,8,232156,239156,246156,231159,247159,230162,239162,248162,000000 +247159,2,242.6086956521739,250.43478260869568,-70.5,-67.5,246.5217391304348,-69.02082256441844,18.222414655245416,16.76136013271885,8,239156,246156,253156,239159,254159,239162,248162,257162,000000 +254159,2,250.43478260869568,258.2608695652174,-70.5,-67.5,254.3478260869565,-69.02082256441844,18.222414655245416,16.76136013271885,8,246156,253156,260156,247159,262159,248162,257162,266162,000000 +262159,2,258.2608695652174,266.0869565217391,-70.5,-67.5,262.17391304347825,-69.02082256441844,18.222414655245416,16.76136013271885,7,253156,260156,267156,254159,270159,257162,266162,000000,000000 +270159,2,266.0869565217391,273.9130434782609,-70.5,-67.5,270.0,-69.02082256441844,18.222414655245416,16.76136013271885,6,267156,273156,262159,278159,266162,275162,000000,000000,000000 +278159,2,273.9130434782609,281.7391304347826,-70.5,-67.5,277.8260869565217,-69.02082256441844,18.222414655245416,16.76136013271885,7,273156,280156,287156,270159,286159,275162,284162,000000,000000 +286159,2,281.7391304347826,289.5652173913044,-70.5,-67.5,285.6521739130435,-69.02082256441844,18.222414655245416,16.76136013271885,8,280156,287156,294156,278159,293159,275162,284162,293162,000000 +293159,2,289.5652173913044,297.39130434782606,-70.5,-67.5,293.47826086956525,-69.02082256441844,18.222414655245416,16.76136013271885,8,287156,294156,301156,286159,301159,284162,293162,302162,000000 +301159,2,297.39130434782606,305.2173913043478,-70.5,-67.5,301.30434782608694,-69.02082256441844,18.222414655245416,16.76136013271885,8,294156,301156,308156,293159,309159,293162,302162,311162,000000 +309159,2,305.2173913043478,313.0434782608696,-70.5,-67.5,309.1304347826087,-69.02082256441844,18.222414655245416,16.76136013271885,8,301156,308156,315156,301159,317159,302162,311162,320162,000000 +317159,2,313.0434782608696,320.8695652173913,-70.5,-67.5,316.95652173913044,-69.02082256441844,18.222414655245416,16.76136013271885,7,308156,315156,322156,309159,325159,311162,320162,000000,000000 +325159,2,320.8695652173913,328.69565217391306,-70.5,-67.5,324.7826086956522,-69.02082256441844,18.222414655245416,16.76136013271885,7,315156,322156,329156,317159,333159,320162,329162,000000,000000 +333159,2,328.69565217391306,336.5217391304348,-70.5,-67.5,332.60869565217394,-69.02082256441844,18.222414655245416,16.76136013271885,6,329156,336156,325159,340159,329162,338162,000000,000000,000000 +340159,2,336.5217391304348,344.3478260869565,-70.5,-67.5,340.4347826086956,-69.02082256441844,18.222414655245416,16.76136013271885,7,336156,343156,350156,333159,348159,338162,347162,000000,000000 +348159,2,344.3478260869565,352.17391304347825,-70.5,-67.5,348.2608695652174,-69.02082256441844,18.222414655245416,16.76136013271885,8,343156,350156,357156,340159,356159,338162,347162,356162,000000 +356159,2,352.17391304347825,360.0,-70.5,-67.5,356.0869565217391,-69.02082256441844,18.222414655245416,16.76136013271885,8,350156,357156,003156,348159,004159,347162,356162,005162,000000 +005162,2,0.0,9.0,-73.5,-70.5,4.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,004159,012159,356159,014162,356162,005165,016165,355165,000000 +014162,2,9.0,18.0,-73.5,-70.5,13.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,004159,012159,020159,005162,023162,005165,016165,026165,000000 +023162,2,18.0,27.0,-73.5,-70.5,22.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,012159,020159,027159,014162,032162,016165,026165,000000,000000 +032162,2,27.0,36.0,-73.5,-70.5,31.5,-72.02386573278832,17.964778416541023,16.578834404117913,6,027159,035159,023162,041162,026165,037165,000000,000000,000000 +041162,2,36.0,45.0,-73.5,-70.5,40.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,035159,043159,051159,032162,050162,037165,048165,000000,000000 +050162,2,45.0,54.0,-73.5,-70.5,49.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,043159,051159,059159,041162,059162,037165,048165,058165,000000 +059162,2,54.0,63.0,-73.5,-70.5,58.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,051159,059159,067159,050162,068162,048165,058165,069165,000000 +068162,2,63.0,72.0,-73.5,-70.5,67.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,059159,067159,074159,059162,077162,058165,069165,079165,000000 +077162,2,72.0,81.0,-73.5,-70.5,76.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,067159,074159,082159,068162,086162,069165,079165,000000,000000 +086162,2,81.0,90.0,-73.5,-70.5,85.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,074159,082159,090159,077162,095162,079165,090165,000000,000000 +095162,2,90.0,99.0,-73.5,-70.5,94.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,090159,098159,106159,086162,104162,090165,101165,000000,000000 +104162,2,99.0,108.0,-73.5,-70.5,103.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,098159,106159,113159,095162,113162,101165,111165,000000,000000 +113162,2,108.0,117.0,-73.5,-70.5,112.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,106159,113159,121159,104162,122162,101165,111165,122165,000000 +122162,2,117.0,126.0,-73.5,-70.5,121.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,113159,121159,129159,113162,131162,111165,122165,132165,000000 +131162,2,126.0,135.0,-73.5,-70.5,130.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,121159,129159,137159,122162,140162,122165,132165,143165,000000 +140162,2,135.0,144.0,-73.5,-70.5,139.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,129159,137159,145159,131162,149162,132165,143165,000000,000000 +149162,2,144.0,153.0,-73.5,-70.5,148.5,-72.02386573278832,17.964778416541023,16.578834404117913,6,145159,153159,140162,158162,143165,154165,000000,000000,000000 +158162,2,153.0,162.0,-73.5,-70.5,157.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,153159,160159,168159,149162,167162,154165,164165,000000,000000 +167162,2,162.0,171.0,-73.5,-70.5,166.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,160159,168159,176159,158162,176162,154165,164165,175165,000000 +176162,2,171.0,180.0,-73.5,-70.5,175.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,168159,176159,184159,167162,185162,164165,175165,185165,000000 +185162,2,180.0,189.0,-73.5,-70.5,184.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,176159,184159,192159,176162,194162,175165,185165,196165,000000 +194162,2,189.0,198.0,-73.5,-70.5,193.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,184159,192159,200159,185162,203162,185165,196165,206165,000000 +203162,2,198.0,207.0,-73.5,-70.5,202.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,192159,200159,207159,194162,212162,196165,206165,000000,000000 +212162,2,207.0,216.0,-73.5,-70.5,211.5,-72.02386573278832,17.964778416541023,16.578834404117913,6,207159,215159,203162,221162,206165,217165,000000,000000,000000 +221162,2,216.0,225.0,-73.5,-70.5,220.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,215159,223159,231159,212162,230162,217165,228165,000000,000000 +230162,2,225.0,234.0,-73.5,-70.5,229.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,223159,231159,239159,221162,239162,217165,228165,238165,000000 +239162,2,234.0,243.0,-73.5,-70.5,238.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,231159,239159,247159,230162,248162,228165,238165,249165,000000 +248162,2,243.0,252.0,-73.5,-70.5,247.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,239159,247159,254159,239162,257162,238165,249165,259165,000000 +257162,2,252.0,261.0,-73.5,-70.5,256.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,247159,254159,262159,248162,266162,249165,259165,000000,000000 +266162,2,261.0,270.0,-73.5,-70.5,265.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,254159,262159,270159,257162,275162,259165,270165,000000,000000 +275162,2,270.0,279.0,-73.5,-70.5,274.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,270159,278159,286159,266162,284162,270165,281165,000000,000000 +284162,2,279.0,288.0,-73.5,-70.5,283.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,278159,286159,293159,275162,293162,281165,291165,000000,000000 +293162,2,288.0,297.0,-73.5,-70.5,292.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,286159,293159,301159,284162,302162,281165,291165,302165,000000 +302162,2,297.0,306.0,-73.5,-70.5,301.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,293159,301159,309159,293162,311162,291165,302165,312165,000000 +311162,2,306.0,315.0,-73.5,-70.5,310.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,301159,309159,317159,302162,320162,302165,312165,323165,000000 +320162,2,315.0,324.0,-73.5,-70.5,319.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,309159,317159,325159,311162,329162,312165,323165,000000,000000 +329162,2,324.0,333.0,-73.5,-70.5,328.5,-72.02386573278832,17.964778416541023,16.578834404117913,6,325159,333159,320162,338162,323165,334165,000000,000000,000000 +338162,2,333.0,342.0,-73.5,-70.5,337.5,-72.02386573278832,17.964778416541023,16.578834404117913,7,333159,340159,348159,329162,347162,334165,344165,000000,000000 +347162,2,342.0,351.0,-73.5,-70.5,346.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,340159,348159,356159,338162,356162,334165,344165,355165,000000 +356162,2,351.0,360.0,-73.5,-70.5,355.5,-72.02386573278832,17.964778416541023,16.578834404117913,8,348159,356159,004159,347162,005162,344165,355165,005165,000000 +005165,2,0.0,10.588235294117649,-76.5,-73.5,5.294117647058823,-75.02756952473784,17.911680372201857,16.356685591222302,8,005162,014162,356162,016165,355165,006168,019168,354168,000000 +016165,2,10.588235294117649,21.176470588235293,-76.5,-73.5,15.882352941176473,-75.02756952473784,17.91168037220183,16.356685591222302,7,005162,014162,023162,005165,026165,006168,019168,000000,000000 +026165,2,21.176470588235293,31.764705882352946,-76.5,-73.5,26.47058823529412,-75.02756952473784,17.911680372201815,16.356685591222302,7,014162,023162,032162,016165,037165,019168,032168,000000,000000 +037165,2,31.764705882352946,42.35294117647059,-76.5,-73.5,37.05882352941177,-75.02756952473784,17.911680372201815,16.356685591222302,7,032162,041162,050162,026165,048165,032168,045168,000000,000000 +048165,2,42.35294117647059,52.94117647058823,-76.5,-73.5,47.647058823529406,-75.02756952473784,17.911680372201815,16.356685591222302,8,041162,050162,059162,037165,058165,032168,045168,058168,000000 +058165,2,52.94117647058823,63.52941176470589,-76.5,-73.5,58.23529411764706,-75.02756952473784,17.911680372201815,16.356685591222302,8,050162,059162,068162,048165,069165,045168,058168,071168,000000 +069165,2,63.52941176470589,74.11764705882352,-76.5,-73.5,68.8235294117647,-75.02756952473784,17.911680372201815,16.356685591222302,8,059162,068162,077162,058165,079165,058168,071168,084168,000000 +079165,2,74.11764705882352,84.70588235294117,-76.5,-73.5,79.41176470588235,-75.02756952473784,17.911680372201815,16.356685591222302,7,068162,077162,086162,069165,090165,071168,084168,000000,000000 +090165,2,84.70588235294117,95.29411764705884,-76.5,-73.5,90.0,-75.02756952473784,17.911680372201815,16.356685591222302,6,086162,095162,079165,101165,084168,096168,000000,000000,000000 +101165,2,95.29411764705884,105.88235294117646,-76.5,-73.5,100.58823529411764,-75.02756952473784,17.911680372201815,16.356685591222302,7,095162,104162,113162,090165,111165,096168,109168,000000,000000 +111165,2,105.88235294117646,116.47058823529412,-76.5,-73.5,111.17647058823528,-75.02756952473784,17.911680372201815,16.356685591222302,8,104162,113162,122162,101165,122165,096168,109168,122168,000000 +122165,2,116.47058823529412,127.05882352941175,-76.5,-73.5,121.76470588235294,-75.02756952473784,17.911680372201815,16.356685591222302,8,113162,122162,131162,111165,132165,109168,122168,135168,000000 +132165,2,127.05882352941175,137.64705882352942,-76.5,-73.5,132.3529411764706,-75.02756952473784,17.911680372201587,16.356685591222302,8,122162,131162,140162,122165,143165,122168,135168,148168,000000 +143165,2,137.64705882352942,148.23529411764704,-76.5,-73.5,142.94117647058823,-75.02756952473784,17.911680372202056,16.356685591222416,7,131162,140162,149162,132165,154165,135168,148168,000000,000000 +154165,2,148.23529411764704,158.8235294117647,-76.5,-73.5,153.52941176470586,-75.02756952473784,17.911680372201587,16.356685591222302,7,149162,158162,167162,143165,164165,148168,161168,000000,000000 +164165,2,158.8235294117647,169.41176470588235,-76.5,-73.5,164.11764705882354,-75.02756952473784,17.911680372201587,16.356685591222302,7,158162,167162,176162,154165,175165,161168,174168,000000,000000 +175165,2,169.41176470588235,180.0,-76.5,-73.5,174.70588235294116,-75.02756952473784,17.911680372201587,16.356685591222302,8,167162,176162,185162,164165,185165,161168,174168,186168,000000 +185165,2,180.0,190.58823529411765,-76.5,-73.5,185.29411764705884,-75.02756952473784,17.911680372201587,16.356685591222302,8,176162,185162,194162,175165,196165,174168,186168,199168,000000 +196165,2,190.58823529411765,201.17647058823528,-76.5,-73.5,195.8823529411765,-75.02756952473784,17.911680372202056,16.356685591222416,7,185162,194162,203162,185165,206165,186168,199168,000000,000000 +206165,2,201.17647058823528,211.76470588235293,-76.5,-73.5,206.4705882352941,-75.02756952473784,17.911680372201587,16.356685591222302,7,194162,203162,212162,196165,217165,199168,212168,000000,000000 +217165,2,211.76470588235293,222.35294117647052,-76.5,-73.5,217.05882352941177,-75.02756952473784,17.911680372201587,16.356685591222302,7,212162,221162,230162,206165,228165,212168,225168,000000,000000 +228165,2,222.35294117647052,232.94117647058823,-76.5,-73.5,227.6470588235294,-75.02756952473784,17.911680372201587,16.356685591222302,8,221162,230162,239162,217165,238165,212168,225168,238168,000000 +238165,2,232.94117647058823,243.52941176470588,-76.5,-73.5,238.23529411764707,-75.02756952473784,17.911680372201587,16.356685591222302,8,230162,239162,248162,228165,249165,225168,238168,251168,000000 +249165,2,243.52941176470588,254.1176470588236,-76.5,-73.5,248.8235294117647,-75.02756952473784,17.911680372201587,16.356685591222302,8,239162,248162,257162,238165,259165,238168,251168,264168,000000 +259165,2,254.1176470588236,264.7058823529412,-76.5,-73.5,259.4117647058823,-75.02756952473784,17.911680372201587,16.356685591222302,7,248162,257162,266162,249165,270165,251168,264168,000000,000000 +270165,2,264.7058823529412,275.29411764705884,-76.5,-73.5,270.0,-75.02756952473784,17.911680372201587,16.356685591222302,6,266162,275162,259165,281165,264168,276168,000000,000000,000000 +281165,2,275.29411764705884,285.88235294117646,-76.5,-73.5,280.5882352941177,-75.02756952473784,17.911680372201587,16.356685591222302,7,275162,284162,293162,270165,291165,276168,289168,000000,000000 +291165,2,285.88235294117646,296.4705882352941,-76.5,-73.5,291.17647058823525,-75.02756952473784,17.911680372201587,16.356685591222302,8,284162,293162,302162,281165,302165,276168,289168,302168,000000 +302165,2,296.4705882352941,307.05882352941177,-76.5,-73.5,301.7647058823529,-75.02756952473784,17.911680372201587,16.356685591222302,8,293162,302162,311162,291165,312165,289168,302168,315168,000000 +312165,2,307.05882352941177,317.6470588235294,-76.5,-73.5,312.3529411764706,-75.02756952473784,17.911680372201587,16.356685591222302,8,302162,311162,320162,302165,323165,302168,315168,328168,000000 +323165,2,317.6470588235294,328.2352941176471,-76.5,-73.5,322.94117647058823,-75.02756952473784,17.911680372201587,16.356685591222302,7,311162,320162,329162,312165,334165,315168,328168,000000,000000 +334165,2,328.2352941176471,338.8235294117647,-76.5,-73.5,333.52941176470586,-75.02756952473784,17.911680372201587,16.356685591222302,7,329162,338162,347162,323165,344165,328168,341168,000000,000000 +344165,2,338.8235294117647,349.4117647058823,-76.5,-73.5,344.11764705882354,-75.02756952473784,17.911680372201587,16.356685591222302,7,338162,347162,356162,334165,355165,341168,354168,000000,000000 +355165,2,349.4117647058823,360.0,-76.5,-73.5,354.7058823529412,-75.02756952473784,17.911680372201587,16.356685591222302,8,347162,356162,005162,344165,005165,341168,354168,006168,000000 +006168,2,0.0,12.857142857142858,-79.5,-76.5,6.428571428571429,-78.03212392275739,18.14559172830232,16.083519027930222,8,005165,016165,355165,019168,354168,008171,025171,352171,000000 +019168,2,12.857142857142858,25.714285714285715,-79.5,-76.5,19.285714285714285,-78.03212392275739,18.14559172830228,16.083519027930222,7,005165,016165,026165,006168,032168,008171,025171,000000,000000 +032168,2,25.714285714285715,38.57142857142857,-79.5,-76.5,32.14285714285714,-78.03212392275739,18.14559172830228,16.083519027930222,7,026165,037165,048165,019168,045168,025171,041171,000000,000000 +045168,2,38.57142857142857,51.42857142857143,-79.5,-76.5,45.0,-78.03212392275739,18.14559172830228,16.083519027930222,7,037165,048165,058165,032168,058168,041171,057171,000000,000000 +058168,2,51.42857142857143,64.28571428571429,-79.5,-76.5,57.85714285714286,-78.03212392275739,18.14559172830228,16.083519027930222,8,048165,058165,069165,045168,071168,041171,057171,074171,000000 +071168,2,64.28571428571429,77.14285714285714,-79.5,-76.5,70.71428571428572,-78.03212392275739,18.14559172830228,16.083519027930222,8,058165,069165,079165,058168,084168,057171,074171,090171,000000 +084168,2,77.14285714285714,90.0,-79.5,-76.5,83.57142857142857,-78.03212392275739,18.14559172830228,16.083519027930222,7,069165,079165,090165,071168,096168,074171,090171,000000,000000 +096168,2,90.0,102.85714285714286,-79.5,-76.5,96.42857142857144,-78.03212392275739,18.14559172830228,16.083519027930222,7,090165,101165,111165,084168,109168,090171,106171,000000,000000 +109168,2,102.85714285714286,115.71428571428572,-79.5,-76.5,109.28571428571428,-78.03212392275739,18.14559172830228,16.083519027930222,8,101165,111165,122165,096168,122168,090171,106171,123171,000000 +122168,2,115.71428571428572,128.57142857142858,-79.5,-76.5,122.14285714285715,-78.03212392275739,18.14559172830228,16.083519027930222,8,111165,122165,132165,109168,135168,106171,123171,139171,000000 +135168,2,128.57142857142858,141.42857142857144,-79.5,-76.5,135.0,-78.03212392275739,18.14559172830208,16.083519027930222,7,122165,132165,143165,122168,148168,123171,139171,000000,000000 +148168,2,141.42857142857144,154.28571428571428,-79.5,-76.5,147.85714285714286,-78.03212392275739,18.14559172830249,16.083519027930222,7,132165,143165,154165,135168,161168,139171,155171,000000,000000 +161168,2,154.28571428571428,167.14285714285714,-79.5,-76.5,160.71428571428572,-78.03212392275739,18.14559172830208,16.083519027930222,7,154165,164165,175165,148168,174168,155171,172171,000000,000000 +174168,2,167.14285714285714,180.0,-79.5,-76.5,173.57142857142856,-78.03212392275739,18.14559172830208,16.083519027930222,8,164165,175165,185165,161168,186168,155171,172171,188171,000000 +186168,2,180.0,192.8571428571429,-79.5,-76.5,186.42857142857144,-78.03212392275739,18.14559172830208,16.083519027930222,8,175165,185165,196165,174168,199168,172171,188171,205171,000000 +199168,2,192.8571428571429,205.7142857142857,-79.5,-76.5,199.28571428571428,-78.03212392275739,18.14559172830208,16.083519027930222,7,185165,196165,206165,186168,212168,188171,205171,000000,000000 +212168,2,205.7142857142857,218.57142857142856,-79.5,-76.5,212.1428571428572,-78.03212392275739,18.14559172830208,16.083519027930222,7,206165,217165,228165,199168,225168,205171,221171,000000,000000 +225168,2,218.57142857142856,231.42857142857144,-79.5,-76.5,225.0,-78.03212392275739,18.14559172830208,16.083519027930222,7,217165,228165,238165,212168,238168,221171,237171,000000,000000 +238168,2,231.42857142857144,244.2857142857143,-79.5,-76.5,237.8571428571429,-78.03212392275739,18.14559172830208,16.083519027930222,8,228165,238165,249165,225168,251168,221171,237171,254171,000000 +251168,2,244.2857142857143,257.1428571428572,-79.5,-76.5,250.7142857142857,-78.03212392275739,18.14559172830208,16.083519027930222,8,238165,249165,259165,238168,264168,237171,254171,270171,000000 +264168,2,257.1428571428572,270.0,-79.5,-76.5,263.57142857142856,-78.03212392275739,18.14559172830208,16.083519027930222,7,249165,259165,270165,251168,276168,254171,270171,000000,000000 +276168,2,270.0,282.8571428571429,-79.5,-76.5,276.42857142857144,-78.03212392275739,18.14559172830208,16.083519027930222,7,270165,281165,291165,264168,289168,270171,286171,000000,000000 +289168,2,282.8571428571429,295.7142857142857,-79.5,-76.5,289.28571428571433,-78.03212392275739,18.14559172830208,16.083519027930222,8,281165,291165,302165,276168,302168,270171,286171,303171,000000 +302168,2,295.7142857142857,308.57142857142856,-79.5,-76.5,302.1428571428571,-78.03212392275739,18.14559172830208,16.083519027930222,8,291165,302165,312165,289168,315168,286171,303171,319171,000000 +315168,2,308.57142857142856,321.42857142857144,-79.5,-76.5,315.0,-78.03212392275739,18.14559172830208,16.083519027930222,7,302165,312165,323165,302168,328168,303171,319171,000000,000000 +328168,2,321.42857142857144,334.2857142857143,-79.5,-76.5,327.8571428571429,-78.03212392275739,18.14559172830208,16.083519027930222,7,312165,323165,334165,315168,341168,319171,335171,000000,000000 +341168,2,334.2857142857143,347.1428571428572,-79.5,-76.5,340.7142857142857,-78.03212392275739,18.14559172830208,16.083519027930222,7,334165,344165,355165,328168,354168,335171,352171,000000,000000 +354168,2,347.1428571428572,360.0,-79.5,-76.5,353.57142857142856,-78.03212392275739,18.14559172830208,16.083519027930222,8,344165,355165,005165,341168,006168,335171,352171,008171,000000 +008171,2,0.0,16.363636363636363,-82.5,-79.5,8.181818181818182,-81.03760887479629,18.842658569686225,15.75453990460784,8,006168,019168,354168,025171,352171,011174,034174,349174,000000 +025171,2,16.363636363636363,32.72727272727273,-82.5,-79.5,24.545454545454547,-81.03760887479629,18.842658569686208,15.75453990460784,7,006168,019168,032168,008171,041171,011174,034174,000000,000000 +041171,2,32.72727272727273,49.09090909090909,-82.5,-79.5,40.90909090909091,-81.03760887479629,18.84265856968618,15.75453990460784,7,032168,045168,058168,025171,057171,034174,056174,000000,000000 +057171,2,49.09090909090909,65.45454545454545,-82.5,-79.5,57.27272727272727,-81.03760887479629,18.84265856968625,15.75453990460784,8,045168,058168,071168,041171,074171,034174,056174,079174,000000 +074171,2,65.45454545454545,81.81818181818181,-82.5,-79.5,73.63636363636363,-81.03760887479629,18.84265856968618,15.75453990460784,7,058168,071168,084168,057171,090171,056174,079174,000000,000000 +090171,2,81.81818181818181,98.1818181818182,-82.5,-79.5,90.0,-81.03760887479629,18.84265856968618,15.75453990460784,8,071168,084168,096168,109168,074171,106171,079174,101174,000000 +106171,2,98.1818181818182,114.54545454545456,-82.5,-79.5,106.36363636363636,-81.03760887479629,18.84265856968618,15.75453990460784,7,096168,109168,122168,090171,123171,101174,124174,000000,000000 +123171,2,114.54545454545456,130.9090909090909,-82.5,-79.5,122.72727272727272,-81.03760887479629,18.84265856968618,15.75453990460784,8,109168,122168,135168,106171,139171,101174,124174,146174,000000 +139171,2,130.9090909090909,147.27272727272728,-82.5,-79.5,139.0909090909091,-81.03760887479629,18.84265856968618,15.75453990460784,7,122168,135168,148168,123171,155171,124174,146174,000000,000000 +155171,2,147.27272727272728,163.63636363636363,-82.5,-79.5,155.45454545454544,-81.03760887479629,18.84265856968618,15.75453990460784,7,148168,161168,174168,139171,172171,146174,169174,000000,000000 +172171,2,163.63636363636363,180.0,-82.5,-79.5,171.8181818181818,-81.03760887479629,18.84265856968618,15.75453990460784,8,161168,174168,186168,155171,188171,146174,169174,191174,000000 +188171,2,180.0,196.3636363636364,-82.5,-79.5,188.1818181818182,-81.03760887479629,18.84265856968618,15.75453990460784,8,174168,186168,199168,172171,205171,169174,191174,214174,000000 +205171,2,196.3636363636364,212.72727272727272,-82.5,-79.5,204.54545454545456,-81.03760887479629,18.84265856968618,15.75453990460784,7,186168,199168,212168,188171,221171,191174,214174,000000,000000 +221171,2,212.72727272727272,229.0909090909091,-82.5,-79.5,220.9090909090909,-81.03760887479629,18.84265856968618,15.75453990460784,7,212168,225168,238168,205171,237171,214174,236174,000000,000000 +237171,2,229.0909090909091,245.45454545454544,-82.5,-79.5,237.27272727272725,-81.03760887479629,18.84265856968618,15.75453990460784,8,225168,238168,251168,221171,254171,214174,236174,259174,000000 +254171,2,245.45454545454544,261.8181818181818,-82.5,-79.5,253.63636363636363,-81.03760887479629,18.84265856968618,15.75453990460784,7,238168,251168,264168,237171,270171,236174,259174,000000,000000 +270171,2,261.8181818181818,278.1818181818182,-82.5,-79.5,270.0,-81.03760887479629,18.84265856968618,15.75453990460784,8,251168,264168,276168,289168,254171,286171,259174,281174,000000 +286171,2,278.1818181818182,294.54545454545456,-82.5,-79.5,286.3636363636364,-81.03760887479629,18.84265856968618,15.75453990460784,7,276168,289168,302168,270171,303171,281174,304174,000000,000000 +303171,2,294.54545454545456,310.9090909090909,-82.5,-79.5,302.72727272727275,-81.03760887479629,18.84265856968618,15.75453990460784,8,289168,302168,315168,286171,319171,281174,304174,326174,000000 +319171,2,310.9090909090909,327.27272727272725,-82.5,-79.5,319.09090909090907,-81.03760887479629,18.84265856968618,15.75453990460784,7,302168,315168,328168,303171,335171,304174,326174,000000,000000 +335171,2,327.27272727272725,343.6363636363636,-82.5,-79.5,335.45454545454544,-81.03760887479629,18.84265856968618,15.75453990460784,7,328168,341168,354168,319171,352171,326174,349174,000000,000000 +352171,2,343.6363636363636,360.0,-82.5,-79.5,351.8181818181818,-81.03760887479629,18.84265856968618,15.75453990460784,8,341168,354168,006168,335171,008171,326174,349174,011174,000000 +011174,2,0.0,22.5,-85.5,-82.5,11.25,-84.0429701882337,20.459851884158965,15.432977314919173,7,008171,025171,352171,034174,349174,020177,340177,000000,000000 +034174,2,22.5,45.0,-85.5,-82.5,33.75,-84.0429701882337,20.459851884158965,15.432977314919173,8,008171,025171,041171,057171,011174,056174,020177,060177,000000 +056174,2,45.0,67.5,-85.5,-82.5,56.25,-84.0429701882337,20.459851884158965,15.432977314919173,8,041171,057171,074171,034174,079174,020177,060177,100177,000000 +079174,2,67.5,90.0,-85.5,-82.5,78.75,-84.0429701882337,20.459851884158965,15.432977314919173,7,057171,074171,090171,056174,101174,060177,100177,000000,000000 +101174,2,90.0,112.5,-85.5,-82.5,101.25,-84.0429701882337,20.459851884158965,15.432977314919173,8,090171,106171,123171,079174,124174,060177,100177,140177,000000 +124174,2,112.5,135.0,-85.5,-82.5,123.75,-84.0429701882337,20.459851884158965,15.432977314919173,7,106171,123171,139171,101174,146174,100177,140177,000000,000000 +146174,2,135.0,157.5,-85.5,-82.5,146.25,-84.0429701882337,20.459851884158965,15.432977314919173,8,123171,139171,155171,172171,124174,169174,140177,180177,000000 +169174,2,157.5,180.0,-85.5,-82.5,168.75,-84.0429701882337,20.459851884158965,15.432977314919173,7,155171,172171,188171,146174,191174,140177,180177,000000,000000 +191174,2,180.0,202.5,-85.5,-82.5,191.25,-84.0429701882337,20.459851884158965,15.432977314919173,7,172171,188171,205171,169174,214174,180177,220177,000000,000000 +214174,2,202.5,225.0,-85.5,-82.5,213.75,-84.0429701882337,20.459851884158965,15.432977314919173,8,188171,205171,221171,237171,191174,236174,180177,220177,000000 +236174,2,225.0,247.5,-85.5,-82.5,236.25,-84.0429701882337,20.459851884158965,15.432977314919173,7,221171,237171,254171,214174,259174,220177,260177,000000,000000 +259174,2,247.5,270.0,-85.5,-82.5,258.75,-84.0429701882337,20.459851884158965,15.432977314919173,8,237171,254171,270171,236174,281174,220177,260177,300177,000000 +281174,2,270.0,292.5,-85.5,-82.5,281.25,-84.0429701882337,20.459851884158965,15.432977314919173,7,270171,286171,303171,259174,304174,260177,300177,000000,000000 +304174,2,292.5,315.0,-85.5,-82.5,303.75,-84.0429701882337,20.459851884158965,15.432977314919173,8,286171,303171,319171,281174,326174,260177,300177,340177,000000 +326174,2,315.0,337.5,-85.5,-82.5,326.25,-84.0429701882337,20.459851884158965,15.432977314919173,8,303171,319171,335171,352171,304174,349174,300177,340177,000000 +349174,2,337.5,360.0,-85.5,-82.5,348.75,-84.0429701882337,20.459851884158965,15.432977314919173,7,335171,352171,008171,326174,011174,340177,020177,000000,000000 +020177,2,0.0,40.0,-88.5,-85.5,20.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,011174,034174,056174,349174,060177,340177,000000,000000 +060177,2,40.0,80.0,-88.5,-85.5,60.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,034174,056174,079174,101174,020177,100177,000000,000000 +100177,2,80.0,120.0,-88.5,-85.5,100.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,056174,079174,101174,124174,060177,140177,000000,000000 +140177,2,120.0,160.0,-88.5,-85.5,140.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,101174,124174,146174,169174,100177,180177,000000,000000 +180177,2,160.0,200.0,-88.5,-85.5,180.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,146174,169174,191174,214174,140177,220177,000000,000000 +220177,2,200.0,240.0,-88.5,-85.5,220.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,191174,214174,236174,259174,180177,260177,000000,000000 +260177,2,240.0,280.0,-88.5,-85.5,260.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,236174,259174,281174,304174,220177,300177,000000,000000 +300177,2,280.0,320.0,-88.5,-85.5,300.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,259174,281174,304174,326174,260177,340177,000000,000000 +340177,2,320.0,360.0,-88.5,-85.5,340.0,-87.04518072076759,15.74947087361224,15.300393639120756,7,001180,304174,326174,349174,011174,300177,020177,000000,000000 +001180,2,0.0,360.0,-90.0,-88.5,0.0,-90.0,18.0,18.0,9,020177,060177,100177,140177,180177,220177,260177,300177,340177 diff --git a/daxa/files/erosita_calpv_info.csv b/daxa/files/erosita_calpv_info.csv new file mode 100644 index 00000000..e2c402ae --- /dev/null +++ b/daxa/files/erosita_calpv_info.csv @@ -0,0 +1,171 @@ +ObsID,start,duration,end,ra,dec,science_usable,Field_Name,Field_Type,download +300007,2019-11-03T02:42:50,89627.0,2019-11-04T03:36:37,129.55,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz +300008,2019-11-04T03:49:16,91643.0,2019-11-05T05:16:39,133.86,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz +300009,2019-11-05T05:29:18,90648.0,2019-11-06T06:40:06,138.14,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz +300010,2019-11-06T07:24:46,89722.0,2019-11-07T08:20:08,142.45,1.5,True,EFEDS,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eFEDS.tar.gz +300004,2019-11-16T23:14:40,154952.0,2019-11-18T18:17:12,130.3313,-78.9634,True,ETA_CHA,SURVEY,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/eta_Cha.tar.gz +700016,2019-09-15T09:23:10,113825.0,2019-09-16T17:00:15,83.836372375488,-69.311386108398,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz +700161,2019-10-18T16:49:59,80313.0,2019-10-19T15:08:32,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz +700203,2019-12-06T19:03:45,31712.0,2019-12-07T03:52:17,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz +700204,2019-12-07T03:58:56,31712.0,2019-12-07T12:47:28,83.836375,-69.311388888889,True,LMC_SN1987A,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_SN1987A.tar.gz +700156,2019-10-10T01:54:47,43559.0,2019-10-10T14:00:46,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700179,2019-11-22T15:53:20,59489.0,2019-11-23T08:24:49,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700182,2019-11-27T06:07:24,40296.0,2019-11-27T17:19:00,80.510115854516,-69.85367143598,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700183,2019-11-25T18:57:15,41034.0,2019-11-26T06:21:09,81.993496158843,-69.431537504153,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700184,2019-11-23T21:00:37,40292.0,2019-11-24T08:12:09,80.687582578861,-69.377649654414,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700185,2019-11-25T07:58:39,41267.0,2019-11-25T19:26:26,81.900481092646,-69.892924133714,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700201,2019-12-02T08:59:40,43230.0,2019-12-02T21:00:10,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700202,2019-12-04T00:59:40,43230.0,2019-12-04T13:00:10,81.25917,-69.64417,True,LMC_N132D,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/LMC_N132D.tar.gz +700206,2019-12-07T21:03:24,21801.0,2019-12-08T03:06:45,85.04515838623,-69.331733703613,True,PSR_J0540_6919,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0540m6919.tar.gz +700205,2019-12-07T12:43:24,31641.0,2019-12-07T21:30:45,84.444427490234,-69.171409606934,True,PSR_J0537_6910,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0537m6910.tar.gz +700207,2019-12-08T02:39:24,37274.0,2019-12-08T13:00:38,84.742172241211,-69.250358581543,True,PSR_J0540_PSR_J0537,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_J0540_PSR_J0537.tar.gz +700001,2019-11-07T17:03:44,61579.0,2019-11-08T10:10:03,16.008333333333,-72.031944444444,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz +700002,2019-11-08T09:40:42,61041.0,2019-11-09T02:38:03,15.036871800215,-71.888384341232,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz +700003,2019-11-09T02:37:45,61238.0,2019-11-09T19:38:23,16.994661672799,-72.170596682228,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz +700004,2019-11-09T19:09:02,57001.0,2019-11-10T10:59:03,16.282350461656,-71.850878735899,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz +700005,2019-11-10T10:29:12,56006.0,2019-11-11T02:02:38,16.419013700816,-71.760440299341,True,1ES_0102_72,MAGELLANIC_CLOUDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1ES_0102m72.tar.gz +700018,2019-10-05T14:56:50,117459.0,2019-10-06T23:34:29,119.58333333333,-60.870277777778,True,NGC_2516,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_2516.tar.gz +700019,2019-10-31T17:34:59,80263.0,2019-11-01T15:52:42,119.58333333333,-60.870277777778,True,NGC_2516,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_2516.tar.gz +300000,2019-10-14T11:36:38,100246.0,2019-10-15T15:27:24,104.9507625,14.239316666667,True,PSR_B0656_14,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_B0656p14.tar.gz +900035,2019-09-10T15:13:24,22641.0,2019-09-10T21:30:45,228.84419250488,-59.09810256958,True,PSR_1509_58,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_1509m58.tar.gz +900043,2019-09-14T15:13:24,28039.0,2019-09-14T23:00:43,228.84716796875,-59.106525421143,True,PSR_1509_58,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/PSR_1509m58.tar.gz +900033,2019-09-09T15:13:24,22641.0,2019-09-09T21:30:45,195.9973449707,-63.97021484375,True,IGR_J13020_6359__2RXP_J130159_635806_,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/IGR_J13020m6359.tar.gz +900062,2019-09-25T15:23:24,22041.0,2019-09-25T21:30:45,248.23999023438,-48.741333007812,True,IGR_J16318_4848,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/IGR_J16318m4848.tar.gz +900072,2019-10-01T14:57:43,21783.0,2019-10-01T21:00:46,255.44781494141,-41.563358306885,True,OAO_1657_415,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/OAO_1657m415.tar.gz +700007,2019-10-16T22:21:52,90249.0,2019-10-17T23:26:01,110.104,-31.430613888889,True,1RXS_J072025_312554,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1RXS_J072025m312554.tar.gz +700039,2019-10-29T08:51:34,59880.0,2019-10-30T01:29:34,132.19041666667,-45.614166666667,True,VELA_SNR,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Vela_SNR.tar.gz +700199,2019-11-29T17:18:35,30790.0,2019-11-30T01:51:45,126.0325,-42.996666666667,True,PUPPIS_A,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Puppis_A.tar.gz +700200,2019-11-30T02:25:15,30217.0,2019-11-30T10:48:52,126.0325,-42.996666666667,True,PUPPIS_A,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Puppis_A.tar.gz +700167,2019-11-22T10:03:20,19631.0,2019-11-22T15:30:31,120.89583333333,-40.003055555556,True,HR_3165__ZET_PUP_,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/HR_3165.tar.gz +900056,2019-09-21T23:14:30,45962.0,2019-09-22T12:00:32,83.469215393066,21.877420425415,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900075,2019-10-02T21:51:44,3601.0,2019-10-02T22:51:45,82.570663452148,21.874715805054,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900076,2019-10-02T22:21:24,4221.0,2019-10-02T23:31:45,82.750221252441,21.875782012939,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900077,2019-10-02T23:01:24,3621.0,2019-10-03T00:01:45,82.929794311523,21.876649856567,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900078,2019-10-02T23:31:24,3621.0,2019-10-03T00:31:45,83.037544250488,21.87707901001,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900079,2019-10-03T00:01:24,3530.0,2019-10-03T01:00:14,83.109382629395,21.877325057983,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900080,2019-10-03T00:31:24,3621.0,2019-10-03T01:31:45,83.145301818848,21.877435684204,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900081,2019-10-03T01:01:24,3201.0,2019-10-03T01:54:45,83.199180603027,21.877588272095,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900082,2019-10-03T01:24:24,3201.0,2019-10-03T02:17:45,83.253051757812,21.877721786499,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900083,2019-10-03T01:47:24,3201.0,2019-10-03T02:40:45,83.306930541992,21.877838134766,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900084,2019-10-03T02:10:24,3201.0,2019-10-03T03:03:45,83.342849731445,21.877906799316,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900085,2019-10-03T02:33:25,3199.0,2019-10-03T03:26:44,83.378768920898,21.877967834473,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900086,2019-10-03T02:56:24,3201.0,2019-10-03T03:49:45,83.414688110352,21.878019332886,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900087,2019-10-03T03:19:25,3200.0,2019-10-03T04:12:45,83.450607299805,21.878065109253,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900088,2019-10-03T03:42:24,3201.0,2019-10-03T04:35:45,83.468566894531,21.878084182739,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900089,2019-10-03T04:05:25,3199.0,2019-10-03T04:58:44,83.486526489258,21.878101348877,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900090,2019-10-03T04:28:24,3201.0,2019-10-03T05:21:45,83.522445678711,21.878129959106,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900091,2019-10-03T04:59:47,2698.0,2019-10-03T05:44:45,83.558364868164,21.878150939941,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900092,2019-10-03T05:14:24,3201.0,2019-10-03T06:07:45,83.594284057617,21.878164291382,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900093,2019-10-03T05:37:25,3199.0,2019-10-03T06:30:44,83.63020324707,21.878170013428,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900094,2019-10-03T06:00:24,3201.0,2019-10-03T06:53:45,83.68408203125,21.878164291382,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900095,2019-10-03T06:23:24,3201.0,2019-10-03T07:16:45,83.73796081543,21.87813949585,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900096,2019-10-03T06:46:24,3620.0,2019-10-03T07:46:44,83.791839599609,21.87809753418,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900097,2019-10-03T07:16:25,3620.0,2019-10-03T08:16:45,83.827758789062,21.878059387207,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900098,2019-10-03T07:46:25,3619.0,2019-10-03T08:46:44,83.899597167969,21.877962112427,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900099,2019-10-03T08:16:26,3618.0,2019-10-03T09:16:44,84.007347106934,21.877754211426,True,CRAB_1,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_I.tar.gz +900100,2019-10-03T08:59:47,3417.0,2019-10-03T09:56:44,84.186920166016,21.877252578735,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900101,2019-10-03T09:26:26,3262.0,2019-10-03T10:20:48,84.366485595703,21.876556396484,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900102,2019-10-03T10:21:07,3337.0,2019-10-03T11:16:44,82.836494445801,21.287460327148,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900103,2019-10-03T10:46:26,4219.0,2019-10-03T11:56:45,82.96248626709,21.40576171875,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900104,2019-10-03T11:26:25,3620.0,2019-10-03T12:26:45,83.088691711426,21.523977279663,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900105,2019-10-03T11:56:25,3620.0,2019-10-03T12:56:45,83.164512634277,21.594863891602,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900106,2019-10-03T12:26:24,3621.0,2019-10-03T13:26:45,83.215103149414,21.642105102539,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900107,2019-10-03T12:59:45,3420.0,2019-10-03T13:56:45,83.240417480469,21.665719985962,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900108,2019-10-03T13:26:24,3201.0,2019-10-03T14:19:45,83.278396606445,21.701133728027,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900109,2019-10-03T13:49:24,3201.0,2019-10-03T14:42:45,83.316390991211,21.736541748047,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900110,2019-10-03T14:12:24,3201.0,2019-10-03T15:05:45,83.35440826416,21.771940231323,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900111,2019-10-03T14:35:24,3201.0,2019-10-03T15:28:45,83.379760742188,21.795534133911,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900112,2019-10-03T14:58:25,3199.0,2019-10-03T15:51:44,83.405128479004,21.819124221802,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900113,2019-10-03T15:21:24,3201.0,2019-10-03T16:14:45,83.43049621582,21.842710494995,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900114,2019-10-03T15:44:24,3201.0,2019-10-03T16:37:45,83.455879211426,21.86629486084,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900115,2019-10-03T16:07:24,3170.0,2019-10-03T17:00:14,83.468566894531,21.878084182739,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900116,2019-10-03T16:30:25,3199.0,2019-10-03T17:23:44,83.481262207031,21.889873504639,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900117,2019-10-03T16:59:45,2820.0,2019-10-03T17:46:45,83.506660461426,21.91344833374,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900118,2019-10-03T17:16:24,3201.0,2019-10-03T18:09:45,83.532066345215,21.937019348145,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900119,2019-10-03T17:39:24,3201.0,2019-10-03T18:32:45,83.557479858398,21.960586547852,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900120,2019-10-03T18:02:25,3199.0,2019-10-03T18:55:44,83.582901000977,21.984149932861,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900121,2019-10-03T18:25:24,3201.0,2019-10-03T19:18:45,83.621047973633,22.019487380981,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900122,2019-10-03T18:48:24,3201.0,2019-10-03T19:41:45,83.659217834473,22.054817199707,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900123,2019-10-03T19:11:24,3620.0,2019-10-03T20:11:44,83.697402954102,22.090135574341,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900124,2019-10-03T19:41:25,3620.0,2019-10-03T20:41:45,83.722869873047,22.113677978516,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900125,2019-10-03T20:11:25,2928.0,2019-10-03T21:00:13,83.773826599121,22.160747528076,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900126,2019-10-03T20:41:26,3618.0,2019-10-03T21:41:44,83.850326538086,22.231323242188,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900127,2019-10-03T21:11:24,4220.0,2019-10-03T22:21:44,83.977996826172,22.348863601685,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900128,2019-10-03T21:51:26,3259.0,2019-10-03T22:45:45,84.10587310791,22.466297149658,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900129,2019-10-03T22:46:03,3340.0,2019-10-03T23:41:43,83.468925476074,21.045421600342,True,CRAB_2,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_II.tar.gz +900130,2019-10-03T23:11:25,4220.0,2019-10-04T00:21:45,83.468856811523,21.211936950684,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900131,2019-10-03T23:51:24,3621.0,2019-10-04T00:51:45,83.468788146973,21.378463745117,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900132,2019-10-04T00:21:25,3620.0,2019-10-04T01:21:45,83.468742370605,21.478384017944,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900133,2019-10-04T00:59:44,3121.0,2019-10-04T01:51:45,83.468719482422,21.544998168945,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900134,2019-10-04T01:21:24,3621.0,2019-10-04T02:21:45,83.468704223633,21.57830619812,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900135,2019-10-04T01:51:24,3201.0,2019-10-04T02:44:45,83.468681335449,21.628269195557,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900136,2019-10-04T02:14:24,3201.0,2019-10-04T03:07:45,83.468658447266,21.678232192993,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900137,2019-10-04T02:37:24,3201.0,2019-10-04T03:30:45,83.468635559082,21.728193283081,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900138,2019-10-04T03:00:24,3201.0,2019-10-04T03:53:45,83.468620300293,21.761503219604,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900139,2019-10-04T03:23:25,3199.0,2019-10-04T04:16:44,83.468605041504,21.794811248779,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900140,2019-10-04T03:46:24,3201.0,2019-10-04T04:39:45,83.468589782715,21.828121185303,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900141,2019-10-04T04:09:24,3048.0,2019-10-04T05:00:12,83.468574523926,21.861429214478,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900142,2019-10-04T04:32:24,3201.0,2019-10-04T05:25:45,83.468566894531,21.878084182739,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900143,2019-10-04T04:59:45,2939.0,2019-10-04T05:48:44,83.468559265137,21.894739151001,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900144,2019-10-04T05:18:24,3201.0,2019-10-04T06:11:45,83.468544006348,21.928047180176,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900145,2019-10-04T05:41:24,3201.0,2019-10-04T06:34:45,83.468528747559,21.961357116699,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900146,2019-10-04T06:04:24,3201.0,2019-10-04T06:57:45,83.46851348877,21.994665145874,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900147,2019-10-04T06:27:25,3199.0,2019-10-04T07:20:44,83.46849822998,22.027973175049,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900148,2019-10-04T06:50:24,3201.0,2019-10-04T07:43:45,83.468475341797,22.077936172485,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900149,2019-10-04T07:13:24,3201.0,2019-10-04T08:06:45,83.468452453613,22.127899169922,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900150,2019-10-04T07:36:24,3620.0,2019-10-04T08:36:44,83.46842956543,22.177862167358,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900151,2019-10-04T08:06:25,3226.0,2019-10-04T09:00:11,83.468414306641,22.211170196533,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900152,2019-10-04T08:36:25,3619.0,2019-10-04T09:36:44,83.468383789062,22.277784347534,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900153,2019-10-04T09:06:26,3617.0,2019-10-04T10:06:43,83.468338012695,22.37770652771,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900154,2019-10-04T09:36:24,4220.0,2019-10-04T10:46:44,83.468254089355,22.544233322144,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900155,2019-10-04T10:16:26,3256.0,2019-10-04T11:10:42,83.46817779541,22.710750579834,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900156,2019-10-04T11:11:00,3345.0,2019-10-04T12:06:45,84.101165771484,21.288724899292,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900157,2019-10-04T11:36:25,4220.0,2019-10-04T12:46:45,83.975067138672,21.40678024292,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900158,2019-10-04T12:16:26,3619.0,2019-10-04T13:16:45,83.848762512207,21.524745941162,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900159,2019-10-04T12:59:46,2819.0,2019-10-04T13:46:45,83.772872924805,21.59547996521,True,CRAB_3,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_III.tar.gz +900160,2019-10-04T13:16:24,3621.0,2019-10-04T14:16:45,83.722244262695,21.64262008667,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900161,2019-10-04T13:46:24,3621.0,2019-10-04T14:46:45,83.696914672852,21.66618347168,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900162,2019-10-04T14:16:24,3201.0,2019-10-04T15:09:45,83.658905029297,21.7015209198,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900163,2019-10-04T14:39:24,3201.0,2019-10-04T15:32:45,83.620872497559,21.736850738525,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900164,2019-10-04T15:02:24,3201.0,2019-10-04T15:55:45,83.582824707031,21.772172927856,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900165,2019-10-04T15:25:24,3201.0,2019-10-04T16:18:45,83.55744934082,21.795715332031,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900166,2019-10-04T15:48:25,3199.0,2019-10-04T16:41:44,83.532066345215,21.819253921509,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900167,2019-10-04T16:11:27,2928.0,2019-10-04T17:00:15,83.506675720215,21.842788696289,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900168,2019-10-04T16:34:24,3201.0,2019-10-04T17:27:45,83.481269836426,21.866319656372,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900169,2019-10-04T17:00:05,3040.0,2019-10-04T17:50:45,83.468566894531,21.878084182739,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900170,2019-10-04T17:20:25,3199.0,2019-10-04T18:13:44,83.455863952637,21.889846801758,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900171,2019-10-04T17:43:24,3182.0,2019-10-04T18:36:26,83.430442810059,21.913370132446,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900172,2019-10-04T18:06:24,3182.0,2019-10-04T18:59:26,83.40502166748,21.936889648438,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900173,2019-10-04T18:29:24,3183.0,2019-10-04T19:22:27,83.379585266113,21.960403442383,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900174,2019-10-04T18:52:26,3181.0,2019-10-04T19:45:27,83.354141235352,21.983915328979,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900175,2019-10-04T19:15:27,3181.0,2019-10-04T20:08:28,83.315963745117,22.019172668457,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900176,2019-10-04T19:38:27,3181.0,2019-10-04T20:31:28,83.277763366699,22.05442237854,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900177,2019-10-04T20:01:28,3522.0,2019-10-04T21:00:10,83.239547729492,22.08966255188,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900178,2019-10-04T20:31:28,3601.0,2019-10-04T21:31:29,83.214057922363,22.113151550293,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900179,2019-10-04T21:01:29,3616.0,2019-10-04T22:01:45,83.163055419922,22.16011428833,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900180,2019-10-04T21:31:29,3616.0,2019-10-04T22:31:45,83.086486816406,22.230529785156,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +900181,2019-10-04T22:01:24,4221.0,2019-10-04T23:11:45,82.958709716797,22.347799301147,True,CRAB_4,GALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/Crab_IV.tar.gz +700180,2019-11-19T22:17:20,37251.0,2019-11-20T08:38:11,353.509,-47.241,True,RE_J2334_471,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/RE_J2334m471.tar.gz +700181,2019-11-20T09:35:20,36830.0,2019-11-20T19:49:10,353.763,-47.526,True,RE_J2334_471,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/RE_J2334m471.tar.gz +700177,2019-11-21T10:22:18,80033.0,2019-11-22T08:36:11,55.72822,-53.63013,True,A3158,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3158.tar.gz +700154,2019-11-11T02:09:28,74248.0,2019-11-11T22:46:56,67.84096,-61.44033,True,A3266,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3266.tar.gz +300003,2019-10-11T09:00:52,50305.0,2019-10-11T22:59:17,107.17041666667,-49.551666666667,True,1H0707,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1H0707.tar.gz +300011,2019-11-18T18:30:36,60274.0,2019-11-19T11:15:10,359.46254166667,-32.624055555556,True,NGC_7793_P13,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/NGC_7793P13.tar.gz +700011,2019-11-01T16:38:30,25810.0,2019-11-01T23:48:40,5.5179793176519,-71.984619744048,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700012,2019-09-28T23:05:29,19529.0,2019-09-29T04:30:58,6.5339422225952,-72.176284790039,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700013,2019-11-02T07:43:00,25210.0,2019-11-02T14:43:10,6.3337552599947,-71.924866371827,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700014,2019-11-02T15:10:20,25210.0,2019-11-02T22:10:30,5.7107587761744,-72.237445497513,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700163,2019-11-02T00:14:50,25270.0,2019-11-02T07:16:00,6.5339424519341,-72.176284022687,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700173,2019-11-19T13:12:20,8810.0,2019-11-19T15:39:10,5.5179793176519,-71.984619744048,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700174,2019-11-19T16:10:20,8390.0,2019-11-19T18:30:10,6.5339424519341,-72.176284022687,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +700175,2019-11-19T19:01:20,8331.0,2019-11-19T21:20:11,6.3337552599947,-71.924866371827,True,47_TUC__NGC_104_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/47_Tuc.tar.gz +300017,2019-10-26T08:12:29,56225.0,2019-10-26T23:49:34,285.591,-37.124,True,TGUH2213P1__DARK_CLOUD_,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/TGUH2213P1.tar.gz +300014,2019-10-07T14:38:03,40286.0,2019-10-08T01:49:29,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz +300005,2019-10-08T15:54:34,61333.0,2019-10-09T08:56:47,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz +300006,2019-10-09T09:03:26,60547.0,2019-10-10T01:52:33,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz +300016,2019-10-17T23:59:56,60502.0,2019-10-18T16:48:18,96.706,-54.072,True,A3391_A3395,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/A3391_A3395.tar.gz +700008,2019-10-24T11:11:19,78273.0,2019-10-25T08:55:52,284.14625,-37.909166666667,True,1RXS_J185635_375433,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/1RXS_J185635m375433.tar.gz +900060,2019-09-24T15:27:06,21806.0,2019-09-24T21:30:32,281.54077148438,79.873725891113,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz +900068,2019-09-28T15:49:51,20441.0,2019-09-28T21:30:32,281.5002746582,79.885375976562,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz +900069,2019-09-29T15:23:24,22033.0,2019-09-29T21:30:37,281.48941040039,79.888214111328,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz +900070,2019-09-30T15:23:24,22028.0,2019-09-30T21:30:32,281.47827148438,79.89102935791,True,3C390_3,EXTRAGALACTIC_FIELDS,https://erosita.mpe.mpg.de/edr/eROSITAObservations/CalPvObs/3C390.tar.gz diff --git a/daxa/mission/__init__.py b/daxa/mission/__init__.py index ab9f18f3..3517a826 100644 --- a/daxa/mission/__init__.py +++ b/daxa/mission/__init__.py @@ -1,10 +1,10 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 09/10/2023, 23:36. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 30/01/2024, 16:13. Copyright (c) The Contributors from .asca import ASCA from .base import BaseMission from .chandra import Chandra -from .erosita import eROSITACalPV +from .erosita import eROSITACalPV, eRASS1DE from .integral import INTEGRALPointed from .nustar import NuSTARPointed from .rosat import ROSATAllSky, ROSATPointed @@ -14,8 +14,9 @@ # This just links the internal DAXA names of missions to their class MISS_INDEX = {'xmm_pointed': XMMPointed, 'nustar_pointed': NuSTARPointed, 'erosita_calpv': eROSITACalPV, - 'chandra': Chandra, 'rosat_all_sky': ROSATAllSky, 'rosat_pointed': ROSATPointed, 'swift': Swift, - 'suzaku': Suzaku, 'asca': ASCA, 'integral_pointed': INTEGRALPointed} + 'erosita_all_sky_de_dr1': eRASS1DE, 'chandra': Chandra, 'rosat_all_sky': ROSATAllSky, + 'rosat_pointed': ROSATPointed, 'swift': Swift, 'suzaku': Suzaku, 'asca': ASCA, + 'integral_pointed': INTEGRALPointed} diff --git a/daxa/mission/base.py b/daxa/mission/base.py index 499b801b..6e34637f 100644 --- a/daxa/mission/base.py +++ b/daxa/mission/base.py @@ -1,5 +1,5 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 29/01/2024, 15:50. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 30/01/2024, 14:18. Copyright (c) The Contributors import os.path import re @@ -539,7 +539,8 @@ def _check_chos_insts(self, insts: Union[List[str], str]): """ An internal function to perform some checks on the validity of chosen instrument names for a given mission. - :param List[str]/str insts: + :param List[str]/str insts: Instrument names that are to be checked for the current mission, either a single + name or a list of names. :return: The list of instruments (possibly altered to match formats expected by this module). :rtype: List """ diff --git a/daxa/mission/erosita.py b/daxa/mission/erosita.py index 8f026735..2d1c8166 100644 --- a/daxa/mission/erosita.py +++ b/daxa/mission/erosita.py @@ -1,6 +1,7 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 02/08/2023, 21:18. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 11:44. Copyright (c) The Contributors +import gzip import os import re import shutil @@ -16,14 +17,25 @@ from astropy.coordinates import BaseRADecFrame, FK5 from astropy.io import fits from astropy.units import Quantity +from bs4 import BeautifulSoup from tqdm import tqdm from .base import BaseMission from .base import _lock_check from .. import NUM_CORES -from ..config import CALPV_INFO +from ..config import EROSITA_CALPV_INFO, ERASS_DE_DR1_INFO from ..exceptions import DAXADownloadError +# So these are the style of directory names that we need - as I'm writing this the directory names are actually +# EXP_010 and DET_010, but the numbers there refer to the pipeline that they were processed with, so I don't know +# if that will stay forever - I am going to try and make it resilient to possible changes and let the user choose +# the pipeline version when downloading +REQUIRED_DIRS = {'erosita_all_sky_de_dr1': {'all': ['EXP'], + 'products': ['EXP', 'DET']}} + +# TODO Make sure the properties, internal methods, and user-facing methods are in the 'right' order for this project. +# Perhaps replace the 'get_evlist_path_from_obs' method? + class eROSITACalPV(BaseMission): """ @@ -45,9 +57,9 @@ def __init__(self, insts: Union[List[str], str] = None, fields: Union[List[str], super().__init__() # All the allowed names of fields - self._miss_poss_fields = CALPV_INFO["Field_Name"].tolist() - # All the allowed types of field, ie. survey, magellanic cloud, galactic field, extragalactic field - self._miss_poss_field_types = CALPV_INFO["Field_Type"].unique().tolist() + self._miss_poss_fields = EROSITA_CALPV_INFO["Field_Name"].tolist() + # All the allowed types of field, i.e. survey, magellanic cloud, galactic field, extragalactic field + self._miss_poss_field_types = EROSITA_CALPV_INFO["Field_Type"].unique().tolist() # This sets up extra columns which are expected to be present in the all_obs_info pandas dataframe self._required_mission_specific_cols = ['Field_Name', 'Field_Type'] @@ -81,6 +93,13 @@ def __init__(self, insts: Union[List[str], str] = None, fields: Union[List[str], # Call the name property to set up the name and pretty name attributes self.name + # Runs the method which fetches information on all available RASS observations and stores that + # information in the all_obs_info property + self._fetch_obs_info() + # Slightly cheesy way of setting the _filter_allowed attribute to be an array identical to the usable + # column of all_obs_info, rather than the initial None value + self.reset_filter() + # Defining properties first @property def name(self) -> str: @@ -220,9 +239,9 @@ def filter_on_obs_ids(self, allowed_obs_ids: Union[str, List[str]]): def _check_chos_insts(self, insts: Union[List[str], str]): """ - An internal function to check and peform event list filtering for instruments for eROSITA. This + An internal function to check and perform event list filtering for instruments for eROSITA. This overwrites the version of this method declared in BaseMission, though it does call the super method. - This sub-class of BaseMission re-implements this method so that setting chosen instruments also + This subclass of BaseMission re-implements this method so that setting chosen instruments also filters event lists for user specified instruments, as eROSITA observations contain all instruments. :param List[str]/str insts: @@ -237,7 +256,7 @@ def _check_chos_insts(self, insts: Union[List[str], str]): if len(insts) != 7: # Getting all the path for each eventlist corresponding to an obs_id for the # _inst_filtering function later - fits_paths = [self._get_evlist_path_from_obs(obs=o) for o in self.filtered_obs_ids] + fits_paths = [self.get_evlist_path_from_obs(o) for o in self.filtered_obs_ids] # Filtering out any events from the raw data that arent from the selected instruments if NUM_CORES == 1: @@ -358,7 +377,7 @@ def filter_on_fields(self, fields: Union[str, List[str]]): self.chosen_fields = fields # Selecting all Obs_IDs from each field - field_obs_ids = CALPV_INFO.loc[CALPV_INFO["Field_Name"].isin(fields), "ObsID"].tolist() + field_obs_ids = EROSITA_CALPV_INFO.loc[EROSITA_CALPV_INFO["Field_Name"].isin(fields), "ObsID"].tolist() # Uses the Pandas isin functionality to find the rows of the overall observation table that match the input # ObsIDs. This outputs a boolean array. @@ -375,15 +394,16 @@ def _fetch_obs_info(self): This method uses the hard coded csv file to pull information on all eROSITACalPV observations. The data are processed into a Pandas dataframe and stored. """ - # Hard coded this information and saved it to the CALPV_INFO.csv in /files - # Making a copy so that CALPV_INFO remains unchanged - calpv_copy = CALPV_INFO + # Hard coded this information and saved it to the erosita_calpv_info.csv file in /files + # Making a copy so that EROSITA_CALPV_INFO remains unchanged + calpv_copy = EROSITA_CALPV_INFO.copy() # Need to split the times since they go to milisecond precision, # which is a pain to translate to a datetime object, and is superfluous information anyway calpv_copy['start'] = [str(time).split('.', 1)[0] for time in calpv_copy['start']] calpv_copy['end'] = [str(time).split('.', 1)[0] for time in calpv_copy['end']] - calpv_copy['start'] = pd.to_datetime(calpv_copy['start'], utc=False, format="%Y-%m-%dT%H:%M:%S", errors='coerce') + calpv_copy['start'] = pd.to_datetime(calpv_copy['start'], utc=False, format="%Y-%m-%dT%H:%M:%S", + errors='coerce') calpv_copy['end'] = pd.to_datetime(calpv_copy['end'], utc=False, format="%Y-%m-%dT%H:%M:%S", errors='coerce') # Including the relevant information for the final all_obs_info DataFrame @@ -411,10 +431,10 @@ def _check_chos_fields(self, fields: Union[List[str], str]): raise ValueError("The fields input must be entered as a string, or a list of strings.") # Converting to upper case and replacing special characters and whitespaces - # with underscores to match the entries in CALPV_INFO + # with underscores to match the entries in EROSITA_CALPV_INFO fields = [re.sub("[-()+/. ]", "_", field.upper()) for field in fields] - # In case people use roman numerals or dont include the brackets in their input + # In case people use roman numerals or don't include the brackets in their input # Lovely and hard coded but not sure if there is any better way to do this poss_alt_field_names = {"IGR_J13020_6359": "IGR_J13020_6359__2RXP_J130159_635806_", "HR_3165": "HR_3165__ZET_PUP_", "CRAB_I": "CRAB_1", "CRAB_II": "CRAB_2", @@ -424,25 +444,27 @@ def _check_chos_fields(self, fields: Union[List[str], str]): # Finding if any of the fields entries are not valid CalPV field names or types bad_fields = [f for f in fields if f not in poss_alt_field_names and f not in self._miss_poss_fields - and f not in self._miss_poss_field_types and f != 'CRAB'] + and f not in self._miss_poss_field_types and f != 'CRAB'] if len(bad_fields) != 0: - raise ValueError("Some field names or field types {bf} are not associated with this mission, please" - " choose from the following fields; {gf} or field types; {gft}".format( - bf=",".join(bad_fields), gf=",".join(self._miss_poss_fields), gft=",".join(self._miss_poss_field_types))) + raise ValueError("Some field names or field types {bf} are not associated with this mission, please " + "choose from the following fields; {gf} or field types; " + "{gft}".format(bf=",".join(bad_fields), + gf=",".join(self._miss_poss_fields), + gft=",".join(self._miss_poss_field_types))) # Extracting the alt_fields from fields alt_fields = [field for field in fields if field in poss_alt_field_names] - #Making a list of the alt_fields DAXA compatible name + # Making a list of the alt_fields DAXA compatible name alt_fields_proper_name = [poss_alt_field_names[field] for field in alt_fields] # Seeing if someone just input 'crab' into the fields argument if 'CRAB' in fields: crab = ['CRAB_1', 'CRAB_2', 'CRAB_3', 'CRAB_4'] else: crab = [] - #Then the extracting the field_types + # Then the extracting the field_types field_types = [field for field in fields if field in self._miss_poss_field_types] # Turning the field_types into field_names - field_types_proper_name = CALPV_INFO.loc[CALPV_INFO["Field_Type"].isin(field_types), "Field_Name"].tolist() + field_types_proper_name = EROSITA_CALPV_INFO.loc[EROSITA_CALPV_INFO["Field_Type"].isin(field_types), "Field_Name"].tolist() # Then extracting the field names from fields field_names = [field for field in fields if field in self._miss_poss_fields] @@ -460,8 +482,8 @@ def _inst_filtering(insts: List[str], evlist_path: str): Method to filter event lists for eROSITACalPV data based on instrument choice. :param List[str] insts: The self.chosen_instruments attribute. - :param str evlist_path: This is the file path to the raw eventlist for a certain ObsID - that has NOT been filtered for the users instrument choice yet. + :param str evlist_path: This is the file path to the raw event list for a certain ObsID + that has NOT been filtered for the users instrument choice yet. """ # Getting a string of TM numbers to add to the end of the file name @@ -486,34 +508,33 @@ def _inst_filtering(insts: List[str], evlist_path: str): # Getting the indexes of events with the chosen insts gd_insts_indx = np.where(np.isin(t_col, gd_insts))[0] - # Filtering the data on those tscopes + # Filtering the data on those telescopes filtered_data = data[gd_insts_indx] - # Replacing unfiltered eventlist in the fits file with the new ones + # Replacing unfiltered event list in the fits file with the new ones fits_file[1].data = filtered_data # Writing this to a new file (the if is for instrument filtered) fits_file.writeto(evlist_path[:-5] + '_if_{}.fits'.format(insts_str)) @staticmethod - def _download_call(raw_data_path: str, link: str): + def _download_call(raw_dir: str, link: str): """ This internal static method is purely to enable parallelised downloads of data, as defining an internal function within download causes issues with pickling for multiprocessing. - :param str raw_data_path: This is the self.raw_data_path attribute. + :param str raw_dir: The raw data directory in which to create an ObsID directory and store + the downloaded data. :param str link: The download_link of the particular field to be downloaded. - :return: A None value. - :rtype: Any """ # Since you can't download a single observation for a field, you have to download them all in one tar file, # I am making a temporary directories to download the tar file and unpack it in, then move the observations # to their own directory afterwards in the _directory_formatting function # Getting the field name associated with the download link for directory naming purposes - field_name = CALPV_INFO.loc[CALPV_INFO['download'].isin([link]), 'Field_Name'].tolist()[0] + field_name = EROSITA_CALPV_INFO.loc[EROSITA_CALPV_INFO['download'].isin([link]), 'Field_Name'].tolist()[0] # The temporary - temp_dir = os.path.join(raw_data_path, "temp_download", field_name) + temp_dir = os.path.join(raw_dir, "temp_download", field_name) if not os.path.exists(temp_dir): os.makedirs(temp_dir) # Download the requested data @@ -523,11 +544,11 @@ def _download_call(raw_data_path: str, link: str): with open(field_dir + "{f}.tar.gz".format(f=field_name), "wb") as writo: copyfileobj(r.raw, writo) - # unzipping the tar file - tarname = field_dir + "{f}.tar.gz".format(f=field_name) - with tarfile.open(tarname, "r:gz") as tar: + # Unzipping the tar file + tar_name = field_dir + "{f}.tar.gz".format(f=field_name) + with tarfile.open(tar_name, "r:gz") as tar: tar.extractall(field_dir) - os.remove(tarname) + os.remove(tar_name) return None @@ -541,7 +562,7 @@ def _directory_formatting(self): # Moving the eventlist for each obs_id from its downloaded path to the path DAXA expects for obs_id in self.filtered_obs_ids: # The field the obs_id was downloaded with - field_name = CALPV_INFO["Field_Name"].loc[CALPV_INFO["ObsID"] == obs_id].values[0] + field_name = EROSITA_CALPV_INFO["Field_Name"].loc[EROSITA_CALPV_INFO["ObsID"] == obs_id].values[0] # The path to where the obs_id was initially downloaded field_dir = os.path.join(self.raw_data_path, "temp_download", field_name) # Only executing the method if new data has been downloaded, @@ -559,20 +580,23 @@ def _directory_formatting(self): if len(all_files) == 1: second_field_dir = all_files[0] # redefining all_files so it lists the files in the folder - all_files = [f for f in os.listdir(os.path.join(field_dir, second_field_dir)) if not f.startswith('.')] - #redefining field_dir so in the later block, the source is correct + all_files = [f for f in os.listdir(os.path.join(field_dir, second_field_dir)) + if not f.startswith('.')] + # Redefining field_dir so in the later block, the source is correct field_dir = os.path.join(field_dir, second_field_dir) - # Some of the fields are in another folder, so need to perform the same check again (pretty sure this only applies to efeds and eta cha) + # Some of the fields are in another folder, so need to perform the same check again (pretty + # sure this only applies to efeds and eta cha) if len(all_files) == 1: third_field_dir = all_files[0] - # redefining all_files so it lists the files in the folder + # Redefining all_files, so it lists the files in the folder all_files = os.listdir(os.path.join(field_dir, third_field_dir)) - #redefining field_dir so in the later block, the source is correct + # Redefining field_dir so in the later block, the source is correct field_dir = os.path.join(field_dir, third_field_dir) - # Selecting the eventlist for the obs_id - obs_file_name = [obs_file for obs_file in all_files if obs_id in obs_file and "eRO" not in obs_file ][0] + # Selecting the event list for the obs_id + obs_file_name = [obs_file for obs_file in all_files + if obs_id in obs_file and "eRO" not in obs_file ][0] source = os.path.join(field_dir, obs_file_name) dest = os.path.join(obs_dir, obs_file_name) shutil.move(source, dest) @@ -581,27 +605,26 @@ def _directory_formatting(self): pass # Deleting temp_download directory containing the field_name directories that contained - # extra files that were not the obs_id eventlists + # extra files that were not the obs_id event lists temp_dir = os.path.join(self.raw_data_path, "temp_download") if os.path.exists(temp_dir): shutil.rmtree(temp_dir) - def _get_evlist_path_from_obs(self, obs: str): - ''' - Internal method to get the unfiltered, downloaded event list path for a given - obs id, for use in the download method. + def get_evlist_path_from_obs(self, obs_id: str): + """ + Internal method to get the unfiltered, downloaded event list path for a given ObsID. - :param str obs: The obs id for the event list required. - :return: The path of the event list. + :param str obs_id: The ObsID of the event list required. + :return: The path to the event list. :rtype: str - ''' - all_files = os.listdir(os.path.join(self.raw_data_path + obs)) + """ + all_files = os.listdir(os.path.join(self.raw_data_path + obs_id)) - # This directory could have instrument filtered files in as well as the eventlist - # so selecting the eventlist by chosing the one with 4 hyphens in + # This directory could have instrument filtered files in as well as the event list so + # selecting the event list by choosing the one with 4 hyphens in file_name = [file for file in all_files if len(re.findall('_', file)) == 4][0] - ev_list_path = os.path.join(self.raw_data_path + obs, file_name) + ev_list_path = os.path.join(self.raw_data_path, obs_id, file_name) return ev_list_path @@ -611,7 +634,7 @@ def download(self, num_cores: int = NUM_CORES): have not been filtered out (if a filter has been applied, otherwise all data will be downloaded). Fields (or field types) specified by the chosen_fields property will be downloaded, which is set either on declaration of the class instance or by passing a new value to the chosen_fields property. - Donwloaded data is then filtered according to Instruments specified by the chosen_instruments property + Downloaded data is then filtered according to Instruments specified by the chosen_instruments property (set in the same manner as chosen_fields). :param int num_cores: The number of cores that can be used to parallelise downloading the data. Default is @@ -631,18 +654,22 @@ def download(self, num_cores: int = NUM_CORES): if all([os.path.exists(stor_dir + o) for o in self.filtered_obs_ids]): self._download_done = True - # Getting all the obs_ids that havent already been downloaded + # Getting all the obs_ids that haven't already been downloaded obs_to_download = list(set(self.filtered_obs_ids) - set(os.listdir(stor_dir))) - # Getting all the unique download links (since the CalPV data is downloaded in whole fields, rather than individual obs_ids) - download_links = list(set(CALPV_INFO.loc[CALPV_INFO['ObsID'].isin(obs_to_download), 'download'])) + # Getting all the unique download links (since the CalPV data is downloaded in whole fields, rather than + # individual obs_ids) + download_links = list(set(EROSITA_CALPV_INFO.loc[EROSITA_CALPV_INFO['ObsID'].isin( + obs_to_download), 'download'])) if not self._download_done: # If only one core is to be used, then it's simply a case of a nested loop through ObsIDs and instruments if num_cores == 1: - with tqdm(total=len(download_links), desc="Downloading {} data".format(self._pretty_miss_name)) as download_prog: + with (tqdm(total=len(download_links), desc="Downloading {} data".format(self._pretty_miss_name)) + as download_prog): for link in download_links: - # Use the internal static method I set up which both downloads and unpacks the eROSITACalPV data - self._download_call(raw_data_path=self.raw_data_path, link=link) + # Use the internal static method I set up which both downloads and unpacks the + # eROSITACalPV data + self._download_call(raw_dir=self.raw_data_path, link=link) # Update the progress bar download_prog.update(1) @@ -684,8 +711,8 @@ def err_callback(err): for link in download_links: # Add each download task to the pool pool.apply_async(self._download_call, - kwds={'raw_data_path': self.raw_data_path, 'link': link}, - error_callback=err_callback, callback=callback) + kwds={'raw_dir': self.raw_data_path, 'link': link}, + error_callback=err_callback, callback=callback) pool.close() # No more tasks can be added to the pool pool.join() # Joins the pool, the code will only move on once the pool is empty. @@ -703,7 +730,7 @@ def err_callback(err): if len(self.chosen_instruments) != 7: # Getting all the path for each eventlist corresponding to an obs_id for the # _inst_filtering function later - fits_paths = [self._get_evlist_path_from_obs(obs=o) for o in self.filtered_obs_ids] + fits_paths = [self.get_evlist_path_from_obs(o) for o in self.filtered_obs_ids] # Filtering out any events from the raw data that arent from the selected instruments if num_cores == 1: @@ -725,8 +752,8 @@ def err_callback(err): # The callback function is what is called on the successful completion of a _download_call def callback(download_conf: Any): """ - Callback function for the apply_async pool method, gets called when a download task finishes - without error. + Callback function for the apply_async pool method, gets called when a download task + finishes without error. :param Any download_conf: The Null value confirming the operation is over. """ @@ -768,7 +795,7 @@ def err_callback(err): self._download_done = True else: - warn("The raw data for this mission have already been downloaded.") + warn("The raw data for this mission have already been downloaded.", stacklevel=2) def assess_process_obs(self, obs_info: dict): """ @@ -803,7 +830,651 @@ def assess_process_obs(self, obs_info: dict): return to_return +class eRASS1DE(BaseMission): + """ + The mission class for the first data release of the German half of the eROSITA All-Sky Survey + + :param List[str]/str insts: The instruments that the user is choosing to download/process data from. + """ + def __init__(self, insts: Union[List[str], str] = None): + """ + The mission class for the first data release of the German half of the eROSITA All-Sky Survey + + :param List[str]/str insts: The instruments that the user is choosing to download/process data from. + """ + # Call the init of parent class with the required information + super().__init__() + + # This sets up extra columns which are expected to be present in the all_obs_info pandas dataframe + self._required_mission_specific_cols = ['ra_min', 'ra_max', 'dec_min', 'dec_max', 'neigh_obs'] + + # Runs the method which fetches information on all available eROSITACalPV observations and stores that + # information in the all_obs_info property + self._fetch_obs_info() + + # Slightly cheesy way of setting the _filter_allowed attribute to be an array identical to the usable + # column of all_obs_info, rather than the initial None value + self.reset_filter() + + # Sets the default instruments + if insts is None: + insts = ['TM1', 'TM2', 'TM3', 'TM4', 'TM5', 'TM6', 'TM7'] + + # Setting all the possible instruments that can be associated with eROSITA data + self._miss_poss_insts = ['TM1', 'TM2', 'TM3', 'TM4', 'TM5', 'TM6', 'TM7'] + # Setting the user specified instruments + self.chosen_instruments = insts + # Call the name property to set up the name and pretty name attributes + self.name + + # Runs the method which fetches information on all available RASS observations and stores that + # information in the all_obs_info property + self._fetch_obs_info() + # Slightly cheesy way of setting the _filter_allowed attribute to be an array identical to the usable + # column of all_obs_info, rather than the initial None value + self.reset_filter() + + # Defining properties first + @property + def name(self) -> str: + """ + Property getter for the name of this mission. + + :return: The mission name + :rtype: str + """ + # This is defined here (as well as in the init of BaseMission) because I want people to just copy this + # property if they're making a new subclass, then replace None with the name of the mission. + self._miss_name = "erosita_all_sky_de_dr1" + # Used for things like progress bar descriptions + self._pretty_miss_name = "eRASS DE:1" + return self._miss_name + + @property + def chosen_instruments(self) -> List[str]: + """ + Property getter for the names of the currently selected instruments associated with this mission which + will be processed into an archive by DAXA functions. Overwritten here because I want to use a custom + version of _check_chos_insts for eROSITA. + + :return: A list of instrument names + :rtype: List[str] + """ + return self._chos_insts + + @chosen_instruments.setter + @_lock_check + def chosen_instruments(self, new_insts: List[str]): + """ + Property setter for the instruments associated with this mission that should be processed. This property + may only be set to a list that is a subset of the existing property value. Overwritten here because I want + to use a custom version of _check_chos_insts for eROSITA. + + :param List[str] new_insts: The new list of instruments associated with this mission which should + be processed into the archive. + """ + self._chos_insts = self._check_chos_insts(new_insts) + + @property + def coord_frame(self) -> BaseRADecFrame: + """ + Property getter for the coordinate frame of the RA-Decs of the observations of this mission. + + :return: The coordinate frame of the RA-Dec. + :rtype: BaseRADecFrame + """ + # The name is defined here because this is the pattern for this property defined in + # the BaseMission superclass + # FK5 is an assumption because I can't find anything to contradict it - doesn't really matter anyway + self._miss_coord_frame = FK5 + return self._miss_coord_frame + + @property + def id_regex(self) -> str: + """ + Property getter for the regular expression (regex) pattern for observation IDs of this mission. + + :return: The regex pattern for observation IDs. + :rtype: str + """ + # The ObsID regular expression is defined here because this is the pattern for this property defined in + # the BaseMission superclass + # TODO THIS WILL NEED TO BE CHECKED WHEN I GET ACCESS TO DR1 + self._id_format = '^[0-9]{6}$' + return self._id_format + + @property + def fov(self) -> Union[Quantity, dict]: + """ + Property getter for the approximate field of view set for this mission. This is the radius/half-side-length of + the field of view. In cases where the field of view is not square/circular, it is the half-side-length of + the longest side. + + :return: The approximate field of view(s) for the mission's instrument(s). In cases with multiple instruments + then this may be a dictionary, with keys being instrument names. + :rtype: Union[Quantity, dict] + """ + # The approximate field of view is defined here because I want to force implementation for each + # new mission class. + self._approx_fov = Quantity(1.8, 'degree') + return self._approx_fov + + @property + def all_obs_info(self) -> pd.DataFrame: + """ + A property getter that returns the base dataframe containing information about all the observations available + for an instance of a mission class. + + :return: A pandas dataframe with (at minimum) the following columns; 'ra', 'dec', 'ObsID', 'science_usable', + 'start', 'duration' + :rtype: pd.DataFrame + """ + return self._obs_info + + @all_obs_info.setter + def all_obs_info(self, new_info: pd.DataFrame): + """ + Property setter that allows the setting of a new all-observation-information dataframe. This is the dataframe + that contains information on every possible observation for a mission. + + :param pd.DataFrame new_info: The new dataframe to update the all observation information. + """ + self._obs_info_checks(new_info) + self._obs_info = new_info + + def _check_chos_insts(self, insts: Union[List[str], str]): + """ + An internal function to check and perform event list filtering for instruments for eROSITA. This + overwrites the version of this method declared in BaseMission, though it does call the super method. + This subclass of BaseMission re-implements this method so that setting chosen instruments also + filters event lists for user specified instruments, as eROSITA observations contain all instruments. + + :param List[str]/str insts: Instrument names that are to be checked for the current mission, either a single + name or a list of names. + :return: The list of instruments (possibly altered to match formats expected by this module). + :rtype: List + """ + insts = super()._check_chos_insts(insts) + + # TODO TRY TO UNDERSTAND WHAT JESSICA DID HERE? + + # Checking if the data has already been downloaded: + if all([os.path.exists(self.raw_data_path + '{o}'.format(o=obs)) for obs in self.filtered_obs_ids]): + # Only doing the instrument filtering if not all the instruments have been chosen + if len(insts) != 7: + # Getting all the path for each event list corresponding to an obs_id for the + # _inst_filtering function later + fits_paths = [self.get_evlist_path_from_obs(o) for o in self.filtered_obs_ids] + + # Filtering out any events from the raw data that aren't from the selected instruments + if NUM_CORES == 1: + with tqdm(total=len(self), desc="Selecting EventLists from {}".format(insts)) as inst_filter_prog: + for path in fits_paths: + self._inst_filtering(insts=insts, evlist_path=path) + # Update the progress bar + inst_filter_prog.update(1) + + elif NUM_CORES > 1: + # List to store any errors raised during download tasks + raised_errors = [] + + # This time, as we want to use multiple cores, I also set up a Pool to add download tasks too + with tqdm(total=len(self), desc="Selecting EventLists from {}".format(insts)) \ + as inst_filter_prog, Pool(NUM_CORES) as pool: + + # The callback function is what is called on the successful completion of a _download_call + def callback(download_conf: Any): + """ + Callback function for the apply_async pool method, gets called when a download task + finishes without error. + + :param Any download_conf: The Null value confirming the operation is over. + """ + nonlocal inst_filter_prog # The progress bar will need updating + inst_filter_prog.update(1) + + # The error callback function is what happens when an exception is thrown + # during a _download_call + def err_callback(err): + """ + The callback function for errors that occur inside a download task running in the pool. + + :param err: An error that occurred inside a task. + """ + nonlocal raised_errors + nonlocal inst_filter_prog + + if err is not None: + # Rather than throwing an error straight away I append them all to a list for later. + raised_errors.append(err) + inst_filter_prog.update(1) + + # Again nested for loop through each Obs_ID + for path in fits_paths: + # Add each download task to the pool + pool.apply_async(self._inst_filtering, kwds={'insts': insts, 'evlist_path': path}, + error_callback=err_callback, callback=callback) + pool.close() # No more tasks can be added to the pool + pool.join() # Joins the pool, the code will only move on once the pool is empty. + + # Raise all the download errors at once, if there are any + if len(raised_errors) != 0: + raise DAXADownloadError(str(raised_errors)) + + else: + raise ValueError("The value of NUM_CORES must be greater than or equal to 1.") + + return insts + + # Then define user-facing methods + def _fetch_obs_info(self): + """ + This method uses the hard coded csv file to pull information on all German eRASS:1 observations. + The data are processed into a Pandas dataframe and stored. + """ + # Hard coded this information and saved it to the erass_de_dr1_info.csv file in /files + # Making a copy so that ERASS_DE_DR1_INFO remains unchanged + erass_dr1_copy = ERASS_DE_DR1_INFO.copy() + + # I prefer lowercase column names, so I make sure they are + erass_dr1_copy = erass_dr1_copy.rename(columns={cn: cn.lower() for cn in erass_dr1_copy.columns}) + # Apart from ObsID of course, I prefer that camel case, because why be consistent? + erass_dr1_copy = erass_dr1_copy.rename(columns={'obsid': 'ObsID'}) + + # Converting the start and end time columns to datetimes - the .%f accounts for the presence of milliseconds + # in the times - probably somewhat superfluous + # erass_dr1_copy['start'] = pd.to_datetime(erass_dr1_copy['start'], utc=False, format="%Y-%m-%dT%H:%M:%S.%f", + # errors='coerce') + # erass_dr1_copy['end'] = pd.to_datetime(erass_dr1_copy['end'], utc=False, format="%Y-%m-%dT%H:%M:%S.%f", + # errors='coerce') + + # TODO include real start and end values when I have figured out a way to make them available + # I have just used the start and end dates of this survey for now + # "Started on December 12, 2019, and was completed on June 11, 2020" + erass_dr1_copy['start'] = pd.to_datetime('2019-12-12T00:00:00.00', utc=False, format="%Y-%m-%dT%H:%M:%S.%f", + errors='coerce') + erass_dr1_copy['end'] = pd.to_datetime('2020-06-10T00:00:00.00', utc=False, format="%Y-%m-%dT%H:%M:%S.%f", + errors='coerce') + + # TODO this is clearly nonsense but have to assume it (see above) + erass_dr1_copy['duration'] = erass_dr1_copy['end'] - erass_dr1_copy['start'] + + # Have to assume this for all of them for now + erass_dr1_copy['science_usable'] = True + + # I want to keep the information about which ObsIDs are neighbours to the one in each row, but not in separate + # columns, so I join them all into a string and stick them in one column + field_cols = erass_dr1_copy.columns[erass_dr1_copy.columns.str.contains('field')] + erass_dr1_copy['neigh_obs'] = erass_dr1_copy[field_cols].agg(','.join, axis=1) + # Including the relevant information for the final all_obs_info DataFrame + obs_info_pd = erass_dr1_copy[['ra', 'dec', 'ObsID', 'science_usable', 'start', 'end', 'duration', + 'ra_min', 'ra_max', 'dec_min', 'dec_max', 'neigh_obs']] + # Finally, setting the all_obs_info property with our dataframe + self.all_obs_info = obs_info_pd + + @staticmethod + def _inst_filtering(insts: List[str], evlist_path: str): + """ + Method to filter event lists for eRASS1DE data based on instrument choice. + + :param List[str] insts: The self.chosen_instruments attribute. + :param str evlist_path: This is the file path to the raw event list for a certain ObsID + that has NOT been filtered for the users instrument choice yet. + """ + + # Getting a string of TM numbers to add to the end of the file name + insts_str = ''.join(sorted(re.findall(r'\d+', ''.join(insts)))) + + # Checking that this combination of instruments has not been filtered for before for this Obsid + # this is done by checking that there is no file with the _if_{}.fits ending where {} is the + # number(s) of the TM(s) that the user has specified when declaring the mission. + # Indexing the string at [:-5] removes the .fits part of the file path + if os.path.exists(evlist_path[:-5] + '_if_{}.fits'.format(insts_str)): + pass + else: + # Reading in the file + with fits.open(evlist_path) as fits_file: + # Selecting the telescope module number column + data = fits_file[1].data + t_col = data["TM_NR"] + + # Putting inst names into correct format to search in t_col for + gd_insts = [int(re.sub('[^0-9]', '', tscope)) for tscope in insts] + + # Getting the indexes of events with the chosen insts + gd_insts_indx = np.where(np.isin(t_col, gd_insts))[0] + + # Filtering the data on those telescopes + filtered_data = data[gd_insts_indx] + + # Replacing unfiltered event list in the fits file with the new ones + fits_file[1].data = filtered_data + + # Writing this to a new file (the if is for instrument filtered) + fits_file.writeto(evlist_path[:-5] + '_if_{}.fits'.format(insts_str)) + + @staticmethod + def _download_call(obs_id: str, raw_dir: str, download_products: bool, pipeline_version: str = None): + """ + This internal static method is purely to enable parallelised downloads of data, as defining + an internal function within download causes issues with pickling for multiprocessing. + + :param str obs_id: The ObsID (RRRDDD, where RRR is an integer representation of the central RA, and DDD is an + integer representation of the central Dec) of the eROSITA All-Sky Survey 1 data to be downloaded. + :param str raw_dir: The raw data directory in which to create an ObsID directory and store the downloaded data. + :param bool download_products: Controls whether pre-generated images and exposure maps are included in the + download of this eRASS1DE ObsID data. + :param str pipeline_version: The processing pipeline version used to generate the data that is to be + downloaded. The default is None, in which case the latest available will be used. + """ + + # This, once formatted, is the link to the top-level directory of the specified ObsID - that directory + # contains sub-directories with various other processed products that people might want to download. + top_url = 'https://erosita.mpe.mpg.de/dr1/erodat/data/download/{D}/{R}/' + + # Splitting the ObsID into the RA and Dec components, we shall need them for the link + rrr = obs_id[:3] + ddd = obs_id[3:] + + # The populated link, the directory it leads too should contain the following subdirectories; + # DET_010/ EXP_010/ SOU_010/ UPP_010/ + obs_url = top_url.format(D=ddd, R=rrr) + + # Relevant directories that we check for are defined here, by the choice of whether to download products\ + if not download_products: + req_dir = REQUIRED_DIRS['erosita_all_sky_de_dr1']['all'] + else: + req_dir = REQUIRED_DIRS['erosita_all_sky_de_dr1']['products'] + + # This opens a session that will persist - then a lot of the next session is for checking that the expected + # directories are present. + session = requests.Session() + + # This uses the beautiful soup module to parse the HTML of the top level archive directory + all_web_data = [en['href'] for en in BeautifulSoup(session.get(obs_url).text, "html.parser").find_all("a")] + top_data = [en for en in all_web_data if any([rd in en for rd in req_dir])] + + # The directory names indicate the version of the processing pipeline that was used to generate the data, and + # as the user can specify the version (and as we want to use the latest version if they didn't) we need to + # see what is available + vers = list(set([td.split('_')[-1].replace('/', '') for td in top_data])) + + if pipeline_version is not None and pipeline_version not in vers: + raise ValueError("The specified pipeline version ({p}) is not available for " + "{oi}".format(p=pipeline_version, oi=obs_id)) + else: + pipeline_version = vers[np.argmax([int(pv) for pv in vers])] + + # Final check that the online archive directory that we're pointing at does actually contain the data + # directories we expect it too. Every mission I've implemented I seem to have done this in a slightly + # different way, but as eROSITA is an active project things are more liable to change and I think this + # should be able to fail fairly informatively if that does happen + req_dir = [(rd + '_' + pipeline_version + '/') for rd in req_dir] + req_dir_missing = [rd for rd in req_dir if rd not in all_web_data] + if len(req_dir_missing) > 0: + raise FileNotFoundError("The archive data directory for {o} does not contain the following required " + "directories; {rq}".format(o=obs_id, rq=", ".join(req_dir_missing))) + + for rd in req_dir: + if 'EXP_' in rd and not download_products: + down_patt = ['_EventList_'] + elif 'EXP_' in rd: + down_patt = ['_EventList_', '_Image_'] + elif 'DET_' in rd: + down_patt = ['_ExposureMap_'] + + # This is the directory to which we will be saving this archive directories files + local_dir = raw_dir + '/{}/'.format(obs_id) + rd + # Make sure that the local directory is created + if not os.path.exists(local_dir): + os.makedirs(local_dir) + + # Set up the url for the current required directory + cur_url = obs_url + rd + '/' + + # Then use beautiful soup to find out what files are present at that directory, and reduce those entries + # to just things with 'fits' in + all_files = [en['href'] for en in BeautifulSoup(session.get(cur_url).text, "html.parser").find_all("a") + if 'fits' in en['href']] + + # Finally we strip anything that doesn't match the file pattern defined by whether the user wants + # pre-generated products or not + to_down = [f for patt in down_patt for f in all_files if patt in f] + + # Now we cycle through the files and download them + for down_file in to_down: + down_url = cur_url + down_file + with session.get(down_url, stream=True) as acquiro: + with open(local_dir + down_file, 'wb') as writo: + copyfileobj(acquiro.raw, writo) + + # There are a few compressed fits files in each archive + if '.gz' in down_file: + # Open and decompress the events file + with gzip.open(local_dir + down_file, 'rb') as compresso: + # Open a new file handler for the decompressed data, then funnel the decompressed events there + with open(local_dir + down_file.split('.gz')[0], 'wb') as writo: + copyfileobj(compresso, writo) + # Then remove the tarred file to minimize storage usage + os.remove(local_dir + down_file) + + return None + + def get_evlist_path_from_obs(self, obs_id: str): + """ + Internal method to get the unfiltered, downloaded event list path for a given ObsID. + + :param str obs_id: The ObsID of the event list required. + :return: The path to the event list. + :rtype: str + """ + all_files = os.listdir(os.path.join(self.raw_data_path + obs_id + '/EXP_010/')) + + # This directory could have instrument filtered files in as well as the event list so + # selecting the event list by choosing the one with 4 hyphens in + file_name = [file for file in all_files if len(re.findall('_', file)) == 4 and 'Event' in file][0] + + ev_list_path = os.path.join(self.raw_data_path, obs_id, 'EXP_010', file_name) + + return ev_list_path + + def download(self, num_cores: int = NUM_CORES, download_products: bool = False, pipeline_version: int = None): + """ + A method to acquire and download the German eROSITA All-Sky Survey DR1 data that + have not been filtered out (if a filter has been applied, otherwise all data will be downloaded). + Downloaded data is then filtered according to Instruments specified by the chosen_instruments property + (set in the same manner as chosen_fields). + + :param int num_cores: The number of cores that can be used to parallelise downloading the data. Default is + the value of NUM_CORES, specified in the configuration file, or if that hasn't been set then 90% + of the cores available on the current machine. + :param bool download_products: This controls whether the data downloaded include the images and exposure maps + generated by the eROSITA team and included in the first data release. The default is False. + :param int pipeline_version: The processing pipeline version used to generate the data that is to be + downloaded. The default is None, in which case the latest available will be used. + """ + # Ensures that a directory to store the 'raw' eRASS1DE data in exists - once downloaded and unpacked + # this data will be processed into a DAXA 'archive' and stored elsewhere. + if not os.path.exists(self.raw_data_path): + os.makedirs(self.raw_data_path) + # Grabs the raw data storage path + stor_dir = self.raw_data_path + + # A very unsophisticated way of checking whether raw data have been downloaded before (see issue #30) + # If not all data have been downloaded there are also secondary checks on an ObsID by ObsID basis in + # the _download_call method + if all([os.path.exists(stor_dir + o) for o in self.filtered_obs_ids]): + self._download_done = True + + # Getting all the obs_ids that haven't already been downloaded + obs_to_download = list(set(self.filtered_obs_ids) - set(os.listdir(stor_dir))) + + if not self._download_done: + # If only one core is to be used, then it's simply a case of a nested loop through ObsIDs and instruments + if num_cores == 1: + with (tqdm(total=len(obs_to_download), desc="Downloading {} data".format(self._pretty_miss_name)) + as download_prog): + for obs_id in obs_to_download: + self._download_call(obs_id=obs_id, raw_dir=self.raw_data_path, + download_products=download_products, pipeline_version=pipeline_version) + # Update the progress bar + download_prog.update(1) + + elif num_cores > 1: + # List to store any errors raised during download tasks + raised_errors = [] + + # This time, as we want to use multiple cores, I also set up a Pool to add download tasks too + with tqdm(total=len(obs_to_download), desc="Downloading {} data".format(self._pretty_miss_name)) \ + as download_prog, Pool(num_cores) as pool: + + # The callback function is what is called on the successful completion of a _download_call + def callback(download_conf: Any): + """ + Callback function for the apply_async pool method, gets called when a download task finishes + without error. + + :param Any download_conf: The Null value confirming the operation is over. + """ + nonlocal download_prog # The progress bar will need updating + download_prog.update(1) + + # The error callback function is what happens when an exception is thrown during a _download_call + def err_callback(err): + """ + The callback function for errors that occur inside a download task running in the pool. + + :param err: An error that occurred inside a task. + """ + nonlocal raised_errors + nonlocal download_prog + + if err is not None: + # Rather than throwing an error straight away I append them all to a list for later. + raised_errors.append(err) + download_prog.update(1) + + # Again nested for loop through ObsIDs and instruments + for obs_id in obs_to_download: + # Add each download task to the pool + pool.apply_async(self._download_call, + kwds={'raw_dir': self.raw_data_path, 'obs_id': obs_id, + 'download_products': download_products, + 'pipeline_version': pipeline_version}, + error_callback=err_callback, callback=callback) + pool.close() # No more tasks can be added to the pool + pool.join() # Joins the pool, the code will only move on once the pool is empty. + + # Raise all the download errors at once, if there are any + if len(raised_errors) != 0: + raise DAXADownloadError(str(raised_errors)) + + else: + raise ValueError("The value of NUM_CORES must be greater than or equal to 1.") + + # Only doing the instrument filtering step if not all the instruments have been chosen + if len(self.chosen_instruments) != 7: + # Getting all the path for each event list corresponding to an obs_id for the + # _inst_filtering function later + fits_paths = [self.get_evlist_path_from_obs(o) for o in self.filtered_obs_ids] + + # Filtering out any events from the raw data that aren't from the selected instruments + if num_cores == 1: + with tqdm(total=len(self), desc="Selecting EventLists from " + "{}".format(self.chosen_instruments)) as inst_filter_prog: + for path in fits_paths: + self._inst_filtering(insts=self.chosen_instruments, evlist_path=path) + # Update the progress bar + inst_filter_prog.update(1) + + elif num_cores > 1: + # List to store any errors raised during download tasks + raised_errors = [] + + # This time, as we want to use multiple cores, I also set up a Pool to add download tasks too + with tqdm(total=len(self), desc="Selecting EventLists from {}".format(self.chosen_instruments)) \ + as inst_filter_prog, Pool(num_cores) as pool: + + # The callback function is what is called on the successful completion of a _download_call + def callback(download_conf: Any): + """ + Callback function for the apply_async pool method, gets called when a download task + finishes without error. + + :param Any download_conf: The Null value confirming the operation is over. + """ + nonlocal inst_filter_prog # The progress bar will need updating + inst_filter_prog.update(1) + + # The error callback function is what happens when an exception is thrown + # during a _download_call + def err_callback(err): + """ + The callback function for errors that occur inside a download task running in the pool. + + :param err: An error that occurred inside a task. + """ + nonlocal raised_errors + nonlocal inst_filter_prog + + if err is not None: + # Rather than throwing an error straight away I append them all to a list for later. + raised_errors.append(err) + inst_filter_prog.update(1) + + # Again nested for loop through each Obs_ID + for path in fits_paths: + # Add each download task to the pool + pool.apply_async(self._inst_filtering, kwds={'insts': self.chosen_instruments, + 'evlist_path': path}, + error_callback=err_callback, callback=callback) + pool.close() # No more tasks can be added to the pool + pool.join() # Joins the pool, the code will only move on once the pool is empty. + + # Raise all the download errors at once, if there are any + if len(raised_errors) != 0: + raise DAXADownloadError(str(raised_errors)) + + else: + raise ValueError("The value of NUM_CORES must be greater than or equal to 1.") + + self._download_done = True + + else: + warn("The raw data for this mission have already been downloaded.", stacklevel=2) + + def assess_process_obs(self, obs_info: dict): + """ + A slightly unusual method which will allow the eRASS1DE mission to assess the information on a particular + observation that has been put together by an Archive (the archive assembles it because sometimes this + detailed information only becomes available at the first stages of processing), and make a decision on whether + that particular observation-instrument should be processed further for scientific use. + + This method should never need to be triggered by the user, as it will be called automatically when detailed + observation information becomes available to the Archive. + + :param dict obs_info: The multi-level dictionary containing available observation information for an + observation. + """ + + insts = list(obs_info.keys()) + + # The dictionary which will be set back will have top level instrument dictionaries with the + # following keys lower level sub keys: + # usable --> this dependent on the filter_wheel setting + # included --> this is to indicate whether this instrument is included in the chosen instruments + # We start off by assuming all the filters are set to OPEN and all the instruments are included + to_return = {inst: {'usable': True} for inst in insts} + + for inst in to_return: + rel_info = obs_info[inst] + + # Want to check that the observation was taken when the filter wheel was on OPEN or FILTER + if rel_info['filter'] not in ['OPEN', 'FILTER']: + to_return[inst]['usable'] = False + + return to_return diff --git a/daxa/mission/suzaku.py b/daxa/mission/suzaku.py index e19214b8..45c99aa1 100644 --- a/daxa/mission/suzaku.py +++ b/daxa/mission/suzaku.py @@ -1,5 +1,5 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) 09/10/2023, 20:48. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 31/01/2024, 12:26. Copyright (c) The Contributors import gzip import io @@ -501,7 +501,7 @@ def err_callback(err): self._download_done = True else: - warn("The raw data for this mission have already been downloaded.") + warn("The raw data for this mission have already been downloaded.", stacklevel=2) def assess_process_obs(self, obs_info: dict): """ diff --git a/daxa/process/erosita/__init__.py b/daxa/process/erosita/__init__.py index c6594b14..1ace7625 100644 --- a/daxa/process/erosita/__init__.py +++ b/daxa/process/erosita/__init__.py @@ -1,5 +1,5 @@ # This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by Jessica Pilling (jp735@sussex.ac.uk) 21/07/2023, 15:38. Copyright (c) The Contributors +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 11:15. Copyright (c) The Contributors from .clean import flaregti -from .setup import _prepare_erositacalpv_info +from .setup import _prepare_erosita_info diff --git a/daxa/process/erosita/_common.py b/daxa/process/erosita/_common.py index 2bad0a91..292d4ba8 100644 --- a/daxa/process/erosita/_common.py +++ b/daxa/process/erosita/_common.py @@ -1,27 +1,25 @@ -# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) Thu Apr 13 2023, 15:16. Copyright (c) The Contributors +# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 11:15. Copyright (c) The Contributors import glob -from typing import Tuple, List -from warnings import warn import os.path -from subprocess import Popen, PIPE +from enum import Flag from functools import wraps from multiprocessing.dummy import Pool -from enum import Flag +from subprocess import Popen, PIPE +from typing import Tuple, List +from warnings import warn -import itertools from astropy.units import UnitConversionError -from tqdm import tqdm from exceptiongroup import ExceptionGroup +from tqdm import tqdm from daxa.archive.base import Archive from daxa.exceptions import NoEROSITAMissionsError from daxa.process._backend_check import find_esass -from daxa.process.erosita.setup import _prepare_erositacalpv_info - -ALLOWED_EROSITA_MISSIONS = ['erosita_calpv'] +ALLOWED_EROSITA_MISSIONS = ['erosita_calpv', 'erosita_all_sky_de_dr1'] +# TODO Make this compliant with how I normally do docstrings class _eSASS_Flag(Flag): """ This class was written by Toby Wallage found on Github @TobyWallage. @@ -218,7 +216,7 @@ def esass_call(esass_func): @wraps(esass_func) def wrapper(*args, **kwargs): # This is here to avoid a circular import issue - from daxa.process.erosita.setup import _prepare_erositacalpv_info + from daxa.process.erosita.setup import _prepare_erosita_info # The first argument of all the eSASS processing functions will be an archive instance, and pulling # that out of the arguments will be useful later @@ -236,7 +234,7 @@ def wrapper(*args, **kwargs): # processing functions. It will also populate the _process_extra_info dictionary for the archive # with top level keys of the erositacalpv mission and lower level keys of obs_ids with lower level keys # of 'path', which will store the raw data path for that obs id. - _prepare_erositacalpv_info(obs_archive, miss) + _prepare_erosita_info(obs_archive, miss) # This is the output from whatever function this is a decorator for miss_cmds, miss_final_paths, miss_extras, process_message, cores, disable, timeout, esass_in_docker = esass_func(*args, **kwargs) diff --git a/daxa/process/erosita/assemble.py b/daxa/process/erosita/assemble.py index a40efa71..b0370d79 100644 --- a/daxa/process/erosita/assemble.py +++ b/daxa/process/erosita/assemble.py @@ -1,21 +1,24 @@ -# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by Jessica Pilling (jp735@sussex.ac.uk) Wed Jul 19 2023, 13:52. Copyright (c) The Contributors -from random import randint +# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 09:04. Copyright (c) The Contributors + import os.path +from random import randint -from astropy.units import Quantity +from astropy.units import Quantity, UnitConversionError from daxa import NUM_CORES from daxa.archive.base import Archive +from daxa.exceptions import NoDependencyProcessError from daxa.process._cleanup import _last_process from daxa.process.erosita._common import _esass_process_setup, ALLOWED_EROSITA_MISSIONS, esass_call, _is_valid_flag -from daxa.exceptions import NoDependencyProcessError + @_last_process(ALLOWED_EROSITA_MISSIONS, 1) @esass_call -def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV'), hi_en: Quantity = Quantity(10, 'keV'), - flag: int = 0xc0000000, flag_invert: bool = True, pattern: int = 15, num_cores: int = NUM_CORES, - disable_progress: bool = False, timeout: Quantity = None): +def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV'), + hi_en: Quantity = Quantity(10, 'keV'), flag: int = 0xc0000000, flag_invert: bool = True, + pattern: int = 15, num_cores: int = NUM_CORES, disable_progress: bool = False, + timeout: Quantity = None): """ The function wraps the eROSITA eSASS task evtool, which is used for selecting events. @@ -26,20 +29,21 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV which are ready to be analysed. :param Archive obs_archive: An Archive instance containing eROSITA mission instances with observations for - which cleaned event lists should be created. This function will fail if no eROSITA missions are present in the archive. + which cleaned event lists should be created. This function will fail if no eROSITA missions are present in + the archive. :param Quantity lo_en: The lower bound of an energy filter to be applied to the cleaned, filtered, event lists. If 'lo_en' is set to an Astropy Quantity, then 'hi_en' must be as well. Default is None, in which case no energy filter is applied. :param Quantity hi_en: The upper bound of an energy filter to be applied to the cleaned, filtered, event lists. If 'hi_en' is set to an Astropy Quantity, then 'lo_en' must be as well. Default is None, in which case no energy filter is applied. - :param int flag: FLAG parameter to select events based on owner, information, rejection, quality, and corrupted data. The eROSITA - website contains the full description of event flags in section 1.1.2 of the following link: - https://erosita.mpe.mpg.de/edr/DataAnalysis/prod_descript/EventFiles_edr.html. The default parameter will remove all events - flagged as either singly corrupt or as part of a corrupt frame. + :param int flag: FLAG parameter to select events based on owner, information, rejection, quality, and corrupted + data. The eROSITA website contains the full description of event flags in section 1.1.2 of the following link: + https://erosita.mpe.mpg.de/edr/DataAnalysis/prod_descript/EventFiles_edr.html. The default parameter will + remove all events flagged as either singly corrupt or as part of a corrupt frame. :param bool flag_invert: If set to True, this function will discard all events selected by the flag parameter. - :param int pattern: Selects events of a certain pattern chosen by the integer key. The default of 15 selects all four of the - recognized legal patterns. + :param int pattern: Selects events of a certain pattern chosen by the integer key. The default of 15 selects + all four of the recognized legal patterns. :param int num_cores: The number of cores to use, default is set to 90% of available. :param bool disable_progress: Setting this to true will turn off the eSASS generation progress bar. :param Quantity timeout: The amount of time each individual process is allowed to run for, the default is None. @@ -84,16 +88,16 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV raise ValueError("{} is not a valid eSASS flag, see the eROSITA website" " for valid flags.".format(flag)) - # Checking user has input flag_invert as a boolean + # Checking user has input flag_invert as a boolean if not isinstance(flag_invert, bool): raise TypeError("The flag_invert parameter must be a boolean.") - # Checking user has input pattern as an integer + # Checking user has input pattern as an integer if not isinstance(pattern, int): raise TypeError("The pattern parameter must be an integer between 1 and 15 inclusive.") - #  Checking user has input a valid pattern - if (pattern <= 0 or pattern >= 16): + # Checking user has input a valid pattern + if pattern <= 0 or pattern >= 16: raise ValueError("Valid eROSITA patterns are between 1 and 15 inclusive") # Converting the parameters to the correct format for the esass command @@ -114,8 +118,8 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV miss_final_paths = {} miss_extras = {} - # Just grabs the eROSITA missions, we already know there will be at least one because otherwise _esass_process_setup - # would have thrown an error + # Just grabs the eROSITA missions, we already know there will be at least one because otherwise + # _esass_process_setup would have thrown an error erosita_miss = [mission for mission in obs_archive if mission.name in ALLOWED_EROSITA_MISSIONS] # We are iterating through erosita missions (options could include erosita_cal_pv for instance). for miss in erosita_miss: @@ -129,12 +133,13 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV # Checking that any valid observations are left after the get_obs_to_process function is run if len(all_obs_info) == 0: - raise FileNotFoundError("No valid observations have been found, so cleanded_evt_lists may not be run.") + raise FileNotFoundError("No valid observations have been found, so cleaned_evt_lists may not be run.") # all_obs_info is a list of lists, where each list is of the format: [ObsID, Inst, 'usable']. - # There is a new list for each instrument, but I just want to loop over the ObsID in the following bit of code, - # I also want to know all the instruments that the ObsID contains events for - # So here I am just making a dictionary of the format: {ObsID: insts} + # There is a new list for each instrument, but I just want to loop over the ObsID in the following + # bit of code, + # I also want to know all the instruments that the ObsID contains events for + # So here I am just making a dictionary of the format: {ObsID: insts} # Getting unique obs_ids in all_obs_info obs_ids = list(set([all_obs_info_list[0] for all_obs_info_list in all_obs_info])) obs_info_dict = {} @@ -145,13 +150,13 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV # and append it to the dict obs_info_dict[obs] = ''.join(ch for ch in insts if ch.isdigit()) - # Counter for number of ObsIDs that flaregti has not been run succesfully on + # Counter for number of ObsIDs that flaregti has not been run successfully on bad_obs_counter = 0 # We iterate through the valid identifying information for obs_id in obs_info_dict: try: # Checking that flaregti has been run successfully on this observation so that it can be cleaned - # then only writing a command for ObsIDs that have had flaregti sucessfully run on them + # Then only writing a command for ObsIDs that have had flaregti successfully run on them obs_archive.check_dependence_success(miss.name, obs_id, 'flaregti') # Getting the insts associated with this obs for file naming purposes @@ -182,8 +187,8 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV if not os.path.exists(temp_dir): os.makedirs(temp_dir) - cmd = evtool_cmd.format(d=temp_dir, ef=evt_list_file, of=filt_evt_name, f=flag, fi=flag_invert, p=pattern, - emin=lo_en, emax=hi_en, fep=filt_evt_path) + cmd = evtool_cmd.format(d=temp_dir, ef=evt_list_file, of=filt_evt_name, f=flag, fi=flag_invert, + p=pattern, emin=lo_en, emax=hi_en, fep=filt_evt_path) # Now store the bash command, the path, and extra info in the dictionaries miss_cmds[miss.name][obs_id] = cmd @@ -193,26 +198,17 @@ def cleaned_evt_lists(obs_archive: Archive, lo_en: Quantity = Quantity(0.2, 'keV except NoDependencyProcessError: # If archive.check_dependence_success raises this error, it means flaregti was not run - # sucessfully, and so a warning will be raised saying this observation has not been cleaned + # successfully, and so a warning will be raised saying this observation has not been cleaned bad_obs_counter += 1 pass # If no observations have had flaregti run successfully, then no events can be cleaned if bad_obs_counter == len(obs_info_dict): raise NoDependencyProcessError("The required process flaregti has not been run successfully" - "for any data in {mn}".format(mn=miss.name)) + "for any data in {mn}".format(mn=miss.name)) # This is just used for populating a progress bar during the process run process_message = 'Generating final event lists' - return miss_cmds, miss_final_paths, miss_extras, process_message, num_cores, disable_progress, timeout, esass_in_docker - - - - - - - - - - \ No newline at end of file + return (miss_cmds, miss_final_paths, miss_extras, process_message, num_cores, disable_progress, timeout, + esass_in_docker) diff --git a/daxa/process/erosita/clean.py b/daxa/process/erosita/clean.py index fe8ea5e8..9b01a0ac 100644 --- a/daxa/process/erosita/clean.py +++ b/daxa/process/erosita/clean.py @@ -1,5 +1,5 @@ -# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by David J Turner (turne540@msu.edu) Thu Apr 20 2023, 10:52. Copyright (c) The Contributors +# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 09:04. Copyright (c) The Contributors import os from random import randint from typing import Union @@ -8,13 +8,13 @@ from daxa import NUM_CORES from daxa.archive.base import Archive -from daxa.exceptions import NoDependencyProcessError -from daxa.process.erosita.setup import sb_rate from daxa.process.erosita._common import _esass_process_setup, ALLOWED_EROSITA_MISSIONS, esass_call +from daxa.process.erosita.setup import sb_rate # Adding this to the enabled astropy units so that it can be used in flaregti to define thresholds add_enabled_units([sb_rate]) + @esass_call def flaregti(obs_archive: Archive, pimin: Quantity = Quantity(200, 'eV'), pimax: Quantity = Quantity(10000, 'eV'), mask_pimin: Quantity = Quantity(200, 'eV'), mask_pimax: Quantity = Quantity(10000, 'eV'), binsize: int = 1200, detml: Union[float, int] = 10, timebin: Quantity = Quantity(20, 's'), diff --git a/daxa/process/erosita/setup.py b/daxa/process/erosita/setup.py index 6eb1f871..a07ad93c 100644 --- a/daxa/process/erosita/setup.py +++ b/daxa/process/erosita/setup.py @@ -1,24 +1,26 @@ -# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. -# Last modified by Jessica E Pilling (jp735@sussex.ac.uk) Wed May 10 2023, 11:22. Copyright (c) The Contributors -import numpy as np -from typing import List +# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module. +# Last modified by David J Turner (turne540@msu.edu) 01/02/2024, 11:44. Copyright (c) The Contributors + import re +from typing import Union +import numpy as np from astropy.io import fits from astropy.units import def_unit, ct, deg, s -from daxa import NUM_CORES from daxa import BaseMission from daxa.archive.base import Archive +from daxa.mission import eRASS1DE, eROSITACalPV # Defining surface brightness rate astropy unit for use in flaregti to measure thresholds in sb_rate = def_unit('sb_rate', ct / (deg**2 *s)) -def _prepare_erositacalpv_info(archive: Archive, mission: BaseMission): + +def _prepare_erosita_info(archive: Archive, mission: BaseMission): """ A function to be used with in the esass_call wrapper. This is called only if no erosita processing has taken place yet. It populates two dictionaries - with necessary information for esass tasks to be excecuted. The first is the + with necessary information for esass tasks to be executed. The first is the _process_extra_info attribute for the given Archive, and it stores paths to raw data for each observation. The second dictionary is the observation summaries of the archive, which for erosita just parses the filter wheel status. @@ -27,10 +29,10 @@ def _prepare_erositacalpv_info(archive: Archive, mission: BaseMission): which esass_func wraps. :param BaseMission mission: The eROSITACalPV mission for which this information must be prepared. """ - def get_obs_path(mission: BaseMission, obs_id: str): + def get_obs_path(mission: Union[eRASS1DE, eROSITACalPV], obs_id: str): """ A function that returns the absolute raw data path for eROSITA Calibration - and Performance validtion data, for a given mission and obs_id. Since the names of + and Performance validation data, for a given mission and obs_id. Since the names of the data files change depending on the user's instrument choice for each mission, this function is necessary for the esass functions to point to the correct raw data path. This method is used to populate an Archive._process_extra_info['erositacalpv']['obs']['path'] @@ -42,13 +44,12 @@ def get_obs_path(mission: BaseMission, obs_id: str): :return: The raw data path of the obs_id, with the approriate instrument filtered suffix. :rtype: str """ - # In the case that no instrument filtering has taken place, the - # name of the raw fits file is unchanged from the output of - # the __get_evlist_path_from_obs method - obs_path = mission._get_evlist_path_from_obs(obs=obs_id) + # In the case that no instrument filtering has taken place, the name of the raw fits file is unchanged + # from the output of the get_evlist_path_from_obs method + obs_path = mission.get_evlist_path_from_obs(obs_id) if len(mission.chosen_instruments) != 7: - # Other wise, need to format the name of the fits file according to the instruments + # Otherwise, need to format the name of the fits file according to the instruments insts = mission.chosen_instruments # Getting an ordered string of the telescope module numbers, which is how the fits # file is named @@ -60,10 +61,10 @@ def get_obs_path(mission: BaseMission, obs_id: str): def parse_erositacalpv_sum(raw_obs_path: str): """ - A function that takes a path to raw eROSITA Calibration and Performance validtion data + A function that takes a path to raw eROSITA Calibration and Performance validation data that has been filtered for user's instrument choice. The header of the data will be read in and parsed so that information relevant to DAXA processing valid scientific observations can - be extracted. This includes information such aswhether the instrument was active, is the instrument + be extracted. This includes information such as to whether the instrument was active, is the instrument included in this observation, and whether the fitler wheel was closed or on the calibration source. :param str sum_path: The path to the raw data file whose header is to be parsed into a dictionary @@ -114,4 +115,4 @@ def parse_erositacalpv_sum(raw_obs_path: str): # Then adding to the parsed_obs_info dictionary parsed_obs_info[mission.name][obs] = parse_erositacalpv_sum(path_to_obs) - archive.observation_summaries = parsed_obs_info \ No newline at end of file + archive.observation_summaries = parsed_obs_info diff --git a/docs/requirements.txt b/docs/requirements.txt index 54c9c167..1a5b91b3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ versioneer~=0.18 setuptools~=65.5.0 -Sphinx~=3.1.2 +Sphinx~=5.0.0 nbsphinx sphinx_rtd_theme>=0.3.1 getdist>=1.1.3 diff --git a/docs/source/daxa.process.erosita.rst b/docs/source/daxa.process.erosita.rst new file mode 100644 index 00000000..f4eef59e --- /dev/null +++ b/docs/source/daxa.process.erosita.rst @@ -0,0 +1,26 @@ +process.xmm +=========== + +process.erosita.assemble +-------------------- + +.. automodule:: daxa.process.erosita.assemble + :members: + :undoc-members: + :show-inheritance: + +process.erosita.clean +-------------------- + +.. automodule:: daxa.process.erosita.clean + :members: + :undoc-members: + :show-inheritance: + +process.erosita.setup +-------------------- + +.. automodule:: daxa.process.erosita.setup + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/daxa.process.rst b/docs/source/daxa.process.rst index 6d3d7555..4d7b22d2 100644 --- a/docs/source/daxa.process.rst +++ b/docs/source/daxa.process.rst @@ -15,9 +15,15 @@ process.simple :undoc-members: :show-inheritance: +.. automodule:: daxa.process.erosita + :members: + :undoc-members: + :show-inheritance: + .. toctree:: :maxdepth: 2 :caption: Instrument Specific: daxa.process.xmm + daxa.process.erosita diff --git a/docs/source/future.rst b/docs/source/future.rst index 0194f444..9567ad7f 100644 --- a/docs/source/future.rst +++ b/docs/source/future.rst @@ -1,10 +1,6 @@ Planned DAXA Features ======================== -* **eROSITA Commissioning Data** - eROSITA commissioning data can be downloaded using DAXA, and processing is being implemented. - -* **eROSITA All-Sky Survey Data** - On the release of eRASS:1DE, another mission class will be implemented to allow for the acquisition of eROSITA All-Sky Survey data. - * **NuSTAR Data** - Data can be acquired and downloaded, but not processed yet. * **Chandra Data** - Data can be acquired and downloaded, but not processed yet. Data can also be downloaded in a form that will work with the standard Chandra reprocessing scripts. diff --git a/docs/source/intro.rst b/docs/source/intro.rst index fb32709f..c34c3640 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -20,7 +20,8 @@ Which missions are supported? limited. Support for more telescopes is either currently under development or being actively planned.* * XMM-Newton Pointed - * [Under Development - data acquisition implemented] eROSITA Commissioning + * eROSITA Commissioning + * eROSITA All-Sky Survey DR1 (German Half) * [Under Development - data acquisition implemented] NuSTAR Pointed * [Under Development - data acquisition implemented] Chandra * [Under Development - RASS/pointed data acquisition implemented] ROSAT