From 533df63968838f50cb1eda67211c497c05590c59 Mon Sep 17 00:00:00 2001 From: Steph Merritt Date: Thu, 17 Oct 2024 14:47:55 +0100 Subject: [PATCH] Changing default footprint_edge_threshold value --- benchmarks/test_bench_config.ini | 9 +- src/sorcha/data/demo/sorcha_config_demo.ini | 9 +- .../survey_setups/Rubin_full_footprint.ini | 9 +- .../Rubin_known_object_prediction.ini | 18 +- tests/data/PPConfig_goldens_test.ini | 22 +- tests/data/PPConfig_test_chunked.ini | 22 +- tests/data/PPConfig_test_unchunked.ini | 22 +- tests/data/config_for_ephemeris_unit_test.ini | 22 +- tests/data/goldens/out_end2end.csv | 18 +- tests/data/goldens/sorcha_ephemeris.csv | 822 +++++++++--------- tests/data/test_PPConfig.ini | 20 +- tests/data/test_ephem_config.ini | 17 +- tests/data/verification.ini | 9 - tests/sorcha/test_PPConfigParser.py | 6 +- 14 files changed, 483 insertions(+), 542 deletions(-) diff --git a/benchmarks/test_bench_config.ini b/benchmarks/test_bench_config.ini index a1e52bca..a92a9965 100644 --- a/benchmarks/test_bench_config.ini +++ b/benchmarks/test_bench_config.ini @@ -83,8 +83,8 @@ phase_function = HG camera_model = footprint # Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. # footprint_path= ./data/detectors_corners.csv # Fraction of detector surface area which contains CCD -- simulates chip gaps @@ -97,8 +97,9 @@ camera_model = footprint # circle_radius = 1.75 # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. +# Comment out or do not include if using footprint camera model. +footprint_edge_threshold = 2. [FADINGFUNCTION] diff --git a/src/sorcha/data/demo/sorcha_config_demo.ini b/src/sorcha/data/demo/sorcha_config_demo.ini index c3d61fd8..b9375a8a 100644 --- a/src/sorcha/data/demo/sorcha_config_demo.ini +++ b/src/sorcha/data/demo/sorcha_config_demo.ini @@ -86,8 +86,8 @@ phase_function = HG camera_model = footprint # Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. # footprint_path= ./data/detectors_corners.csv # Fraction of detector surface area which contains CCD -- simulates chip gaps @@ -100,8 +100,9 @@ camera_model = footprint # circle_radius = 1.75 # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. +# Comment out or do not include if using footprint camera model. +footprint_edge_threshold = 2. [FADINGFUNCTION] diff --git a/src/sorcha/data/survey_setups/Rubin_full_footprint.ini b/src/sorcha/data/survey_setups/Rubin_full_footprint.ini index 6ac3b462..a7e267f8 100644 --- a/src/sorcha/data/survey_setups/Rubin_full_footprint.ini +++ b/src/sorcha/data/survey_setups/Rubin_full_footprint.ini @@ -86,12 +86,13 @@ phase_function = HG camera_model = footprint # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. +# Comment out or do not include if using footprint camera model. +footprint_edge_threshold = 2. # Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. # footprint_path= ./data/detectors_corners.csv diff --git a/src/sorcha/data/survey_setups/Rubin_known_object_prediction.ini b/src/sorcha/data/survey_setups/Rubin_known_object_prediction.ini index 7b01b839..24df6328 100644 --- a/src/sorcha/data/survey_setups/Rubin_known_object_prediction.ini +++ b/src/sorcha/data/survey_setups/Rubin_known_object_prediction.ini @@ -77,22 +77,14 @@ phase_function = HG camera_model = footprint # Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. # footprint_path= ./data/detectors_corners.csv -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. -# Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 - # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. +# Comment out or do not include if using footprint camera model. +footprint_edge_threshold = 2. [FADINGFUNCTION] diff --git a/tests/data/PPConfig_goldens_test.ini b/tests/data/PPConfig_goldens_test.ini index aada297b..5cf16f2f 100644 --- a/tests/data/PPConfig_goldens_test.ini +++ b/tests/data/PPConfig_goldens_test.ini @@ -59,23 +59,15 @@ phase_function = HG # Options: circle, footprint. camera_model = footprint -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# The distance from the edge of a detector (in arcseconds on the focal plane) +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/PPConfig_test_chunked.ini b/tests/data/PPConfig_test_chunked.ini index c30e25e6..3edde7fd 100644 --- a/tests/data/PPConfig_test_chunked.ini +++ b/tests/data/PPConfig_test_chunked.ini @@ -59,23 +59,15 @@ phase_function = HG # Options: circle, footprint. camera_model = footprint -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# The distance from the edge of a detector (in arcseconds on the focal plane) +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/PPConfig_test_unchunked.ini b/tests/data/PPConfig_test_unchunked.ini index 50fa0373..75c0b2bd 100644 --- a/tests/data/PPConfig_test_unchunked.ini +++ b/tests/data/PPConfig_test_unchunked.ini @@ -59,23 +59,15 @@ phase_function = HG # Options: circle, footprint. camera_model = footprint -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# The distance from the edge of a detector (in arcseconds on the focal plane) +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/config_for_ephemeris_unit_test.ini b/tests/data/config_for_ephemeris_unit_test.ini index 94cf9dd0..6565f722 100644 --- a/tests/data/config_for_ephemeris_unit_test.ini +++ b/tests/data/config_for_ephemeris_unit_test.ini @@ -83,23 +83,15 @@ phase_function = HG # Options: circle, footprint. camera_model = footprint -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# The distance from the edge of a detector (in arcseconds on the focal plane) +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/goldens/out_end2end.csv b/tests/data/goldens/out_end2end.csv index 18d13798..5aa4e343 100644 --- a/tests/data/goldens/out_end2end.csv +++ b/tests/data/goldens/out_end2end.csv @@ -179,7 +179,6 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_YA42,60296.29391335548,149.93573621928826,2.1204587736093248,151.31829299748745,1.7835641046590898,5.393830616003084e-06,i,21.841875235950635,0.0409992660769424,23.6648376554281,16.160995751131736,411680529.87918735,-20.48943071229467,487835251.7799029 2011_YA42,60296.29433002215,149.93573621928826,2.1204587736093248,151.31828107290994,1.7835134479504842,5.384819957061021e-06,i,21.82506805561599,0.04094007229790951,23.66654747644317,16.1609409894801,411679791.7046626,-20.48844220315769,487835354.084894 2011_YA42,60296.29474668881,149.93573621928826,2.1204587736093248,151.31827963043946,1.7834743110801785,5.375881284495489e-06,i,21.745378172418214,0.04088122508970501,23.668249831364044,16.160886355978395,411679055.3362755,-20.48745468361075,487835456.1444527 -2011_YA42,60296.29766335544,149.93573621928826,2.1204587736093248,151.3182315665611,1.783185835023195,4.7990209171996165e-06,i,21.85530535937093,0.037676358204140566,23.765881471616474,16.160503175739123,411673892.9061188,-20.48049194688433,487836171.7871667 2011_YA42,60296.298080022105,149.93573621928826,2.1204587736093248,151.3182321129267,1.783130953627977,4.792409331874039e-06,i,21.782571952323938,0.037627495290389924,23.767425146258063,16.160448385626303,411673155.054682,-20.47949119861398,487836274.09170425 2011_YA42,60296.29849668877,149.93573621928826,2.1204587736093248,151.31820953035003,1.7830897686252463,4.966663114002765e-06,i,21.8596707773413,0.038605770765418344,23.73662038540584,16.160393723770248,411672419.0082258,-20.4784915251966,487836376.1509243 2011_YA42,60296.29891335543,149.93573621928826,2.1204587736093248,151.3182200005508,1.783048012933197,4.959652270759559e-06,i,21.807162083426075,0.03855608747817992,23.738149638802483,16.1603389273827,411671681.228085,-20.47748812686544,487836478.45550054 @@ -294,7 +293,6 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_YA42,60301.29698964156,150.16480719255492,2.294602531416047,151.20120424428626,1.294420914077431,8.15336464503366e-06,i,21.84155030261599,0.05055750137848214,23.351932393961366,15.460642552787156,403115346.3101551,-19.472289277850624,489059953.8786048 2011_YA42,60301.29740630822,150.16480719255492,2.294602531416047,151.20118863998175,1.2943751081263595,9.93714091965941e-06,i,21.78724563388634,0.05623229154416009,23.226832567604404,15.4605772784095,403114644.7827306,-19.4712330602838,489060055.72531456 2011_YA42,60301.29782297488,150.16480719255492,2.294602531416047,151.20120163330455,1.2943507873805962,9.920971785713135e-06,i,21.86131222176109,0.05617003057890869,23.228124204224994,15.460512157754,403113944.975183,-19.47017825815856,489060157.32780296 -2011_YA42,60301.29823964155,150.16480719255492,2.294602531416047,151.2011537516002,1.2942910325620227,1.0327221171314981e-05,i,21.75298704209089,0.05735453596185079,23.203630076527165,15.460446877750368,403113243.5230711,-19.469119806943407,489060259.1745474 2011_YA42,60301.2999063082,150.16480719255492,2.294602531416047,151.20107108250727,1.2941594844334623,9.98161608464373e-06,i,21.768381750557992,0.056285752028138604,23.225666750662416,15.460185886917838,403110439.7794684,-19.46487754542656,489060666.3167249 2011_YA42,60301.30032297486,150.16480719255492,2.294602531416047,151.20107424089218,1.2941046365304296,9.966468785972301e-06,i,21.7707955068421,0.05622849026244041,23.226853149726715,15.460120749775152,403109740.1996872,-19.463816178157533,489060767.9190921 2011_YA42,60301.30073964152,150.16480719255492,2.294602531416047,151.20106282631127,1.294067013427055,8.278902700920977e-06,i,21.79350851828929,0.05087858271454595,23.344392488220983,15.46005545346076,403109038.9776883,-19.462751188557394,489060869.7654877 @@ -362,7 +360,6 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_YA42,60329.29753693844,148.82191303453484,1.1387845575492574,148.1624082419412,-0.5705617974882585,3.970928804584306e-06,r,21.55298014597704,0.02575704798318304,23.966684870825343,9.40191356732923,366230327.8142431,-10.060214453805,495804755.8985957 2011_YA42,60329.31962740859,147.93528378676984,-1.8965574498888826,148.15845462863933,-0.571355258634988,4.963615943248489e-06,i,21.30065116289976,0.030761958357078536,23.55506715660134,9.395951265372831,366211188.51318896,-9.99558098082804,495809998.29252756 2011_YA42,60330.32367622572,147.1858228973512,-1.3397673602207054,147.98260435394934,-0.6066174350015603,5.631131260569404e-06,z,21.75094159369051,0.05041648449044407,23.301714677519534,9.12828657137934,365354290.4784405,-9.53646755275283,496048129.04298955 -2011_YA42,60330.32412424381,149.6400918995408,0.14200961656657665,147.98253456942467,-0.6066211124901523,6.4777404157666195e-06,z,21.659033594340013,0.06088227334382471,23.082426660275008,9.128165099778345,365353921.37993056,-9.53518588007121,496048235.23430973 2011_YA42,60340.24961146902,144.96346052806504,-0.32661809430965827,146.07333785789234,-0.8312316960324359,6.6555643621640105e-06,z,21.574767770744955,0.0576226836561318,23.008043229923608,6.499368549615079,359032536.27557945,-4.982632565062483,498387308.3567429 2011_YA42,60340.25006042587,147.8134233279373,-1.1079852285147411,146.07325675177242,-0.8312272644417518,6.834105523910392e-06,z,21.488561461934534,0.061314282972956366,22.937847011518517,6.499254154420422,359032343.0105229,-4.981272956317609,498387413.54287046 2011_YA42,60340.2774573229,147.8134233279373,-1.1079852285147411,146.0674735632469,-0.8315431599805391,6.267774289675813e-06,i,21.22550687767206,0.04362176802063661,22.991839179448377,6.492276845284331,359020649.7606016,-4.898942837681435,498393831.66199833 @@ -373,13 +370,14 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_YA42,60348.1814037417,143.35314399058413,-1.5127854764731996,144.3960398588257,-0.853478307225131,3.2785769110470514e-06,r,21.28992121720529,0.01642497579929009,24.28833017146034,4.796063501106246,356975202.7234105,-1.0553261173427877,500236349.67803997 2011_YA42,60348.26262253743,143.35314399058413,-1.5127854764731996,144.37807524921652,-0.8530285833780193,3.861339024647463e-06,r,21.327609593727335,0.020191960913216796,24.01537236073615,4.78306883955906,356968662.5719293,-0.8093522174545409,500255187.6633493 2013_CC263,60348.372167272086,198.84296694830422,-13.756247896607846,197.4228429647503,-13.055645493697831,2.9529545136539315e-05,i,23.562969206191276,0.2100963504490601,23.594296835236506,16.49784590644502,373259952.8243449,-20.26305976124753,460554266.5951969 +2013_CC263,60351.374297431175,196.9387871729443,-12.946832887110212,197.38929886055334,-13.228217312513879,2.181839374667874e-05,i,23.512553516677148,0.17535898340654005,23.767119827612532,16.006469965353666,368078366.38262,-19.607554428725248,461029978.3338923 2011_YA42,60353.2268118468,143.67126579939895,-1.6616241325892538,143.30523662338487,-0.8010312926385129,4.422523580581778e-06,r,21.28995242069444,0.02222486073981783,23.866766143174953,4.279059017834156,357128145.66557795,1.7422788217550669,501402828.8147534 2011_YA42,60353.25084252706,143.67126579939895,-1.6616241325892538,143.29992672542426,-0.8006676929630127,4.305701864491318e-06,i,21.061334690203434,0.024650498630349526,23.55580381750397,4.278184351055741,357131837.8521598,1.813922482264888,501408366.27859455 +2013_CC263,60353.29613963813,196.98573113660666,-13.470320222317994,197.34142106063814,-13.328987847049298,3.405606270899277e-05,r,23.63172187326142,0.1849651798253369,23.783134572015324,15.665773562821656,364851248.7231724,-19.341270151088825,461333660.27357227 2013_CC263,60355.30606007372,197.2075068834261,-12.011931525076365,197.2684663976251,-13.426012698736436,1.290243191163883e-05,r,23.611647089293754,0.11532539641361826,24.312669206401324,15.2869105896248,361557142.6385742,-18.810163494714708,461650537.93576384 2013_CC263,60355.32971844063,197.2075068834261,-12.011931525076365,197.26735774643006,-13.427121120914414,1.7121726031806643e-05,i,23.662660988359765,0.15275774857103164,23.8717055052729,15.282204592728164,361518759.1502482,-18.74666007623067,461654263.3396391 2011_YA42,60356.13349817276,142.50652825074644,-1.589142153308595,142.68184479697965,-0.7499612722197293,1.0751503289297952e-05,z,21.484514642289625,0.06555128549914647,22.728900675425418,4.288267266898271,357739555.72744215,3.0532515024448488,502071335.3786416 2011_YA42,60359.21990227888,142.7246405518805,0.09213441090263766,142.02925649697215,-0.6809551238566688,5.896496282999078e-06,z,21.43406394704793,0.049275260015692116,23.10586525381936,4.547542351092441,358804132.291414,4.891474849420971,502778320.5986013 -2011_YA42,60366.08445136705,140.14953476861263,1.394391996322671,140.64444815955846,-0.4811144210032054,2.7462420552704686e-05,z,21.397735134766762,0.19377804408503674,21.58331148546165,5.784259356364459,362679739.31922245,8.07713847981767,504340006.52949154 2011_YA42,60368.13697550501,140.63974356339025,-1.3126076256565273,140.2534673863707,-0.4111321985786068,5.4927592730578084e-06,i,21.262151600613567,0.03978207823498038,23.14823472776171,6.258625883439929,364232205.37108266,9.225332363601344,504804030.5830522 2011_YA42,60368.16086684396,140.63974356339025,-1.3126076256565273,140.2488604461808,-0.4102832424093301,7.966486427274102e-06,z,21.52970445826102,0.06583499411690749,22.891866648791158,6.264425662785653,364251322.4922344,9.297486673291244,504809423.71153986 2011_YA42,60370.12653613704,139.16688700000577,-0.9110151126497636,139.88741149829258,-0.3396374209288014,3.434942174432246e-06,r,21.510517210928597,0.022794059924555687,24.05685663445005,6.741256039810863,365906231.8429395,10.17282908597714,505252515.8183337 @@ -417,12 +415,10 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2012_HW1,60395.336605267374,234.9573985625208,-18.378301204500875,235.3434938143203,-18.04060891339375,1.2883657608634527e-05,z,22.06358274925431,0.11963251440901228,22.754967868541357,28.800035389279472,119284841.1471915,-25.68155582543261,242265561.06326976 2011_YA42,60396.14102769254,136.69119294176124,-0.851477838975071,136.660238145682,0.6986675707286215,1.5345426408125812e-05,z,22.097934836687184,0.12276667467758699,22.64207845818948,12.837509739137582,401300044.8178393,20.65484671064512,510993943.3284721 2011_YA42,60399.066346111584,134.82929223821782,0.5071084272194925,136.50783179487416,0.803121669180105,7.297097485126627e-06,r,22.013050745132293,0.049976782585525535,23.59842396098174,13.37680763440663,406579490.6248688,21.33346851491824,511624774.0941382 -2011_YA42,60399.06679561026,137.81893485097575,1.4554804769132723,136.50781696182605,0.8031207650680784,7.101641730501552e-06,r,21.98162486686248,0.04828381529320643,23.638779888890944,13.376889656082886,406580318.2531452,21.334727679642228,511624870.6818757 2011_YA42,60399.09055928464,134.82929223821782,0.5071084272194925,136.5066318647564,0.8039488888770134,6.763280096243937e-06,i,21.79237519235634,0.0519132638540665,23.364863902352525,13.381228346693504,406624191.0875036,21.400803480906504,511629982.62929004 2011_YA42,60399.09100827208,137.81893485097575,1.4554804769132723,136.50661535126193,0.8039641038614547,6.4302988737293035e-06,i,21.724462932102075,0.04937002833181703,23.4236924386287,13.38131026797383,406625021.32745504,21.40203675926918,511630079.2130748 2011_YA42,60399.11354463799,137.81893485097575,1.4554804769132723,136.50550664978942,0.8047364922524013,8.282324983116826e-06,i,21.939421489582525,0.058619697608913036,23.222930827102424,13.385418667619584,406666753.1159389,21.462818601525072,511634926.80836385 2011_YA42,60399.13741455051,137.81893485097575,1.4554804769132723,136.5043590022533,0.8055591287785074,1.592895299900544e-05,z,22.03659620493088,0.11656062693305877,22.752463926201983,13.389761506112167,406711081.197412,21.523985751023265,511640061.15162754 -2013_CC263,60399.19730565965,191.17180333436525,-14.995293342619753,190.84419720452448,-13.28616490765722,2.232525379391879e-05,i,22.732090572339274,0.16058393315468822,23.06512106568618,3.0708433787702845,320402033.68516874,-1.0714544259683303,468364593.03590524 2012_HW1,60402.37971449747,233.6785648890644,-14.870970296698918,233.72925169547472,-13.762366386983828,5.492240977758867e-06,r,21.397292380101888,0.033012693729312675,23.673133270552423,25.057711916116507,104332818.56980202,-23.15891765383783,237384048.17842233 2012_HW1,60402.39116380816,233.6785648890644,-14.870970296698918,233.72556939132147,-13.75430533398464,4.029629256260133e-06,i,21.162737189474875,0.02949779479009388,23.777452563011046,25.050513061285024,104309924.70705532,-23.12867706013956,237375674.27068186 2011_YA42,60404.04357922726,136.37827756601502,0.7846281209552038,136.34988737661,0.9655652787967381,5.429306413439358e-06,r,22.04910172941952,0.03546501516352662,24.084530594534606,14.204441349506912,416023737.3155779,22.595389833589376,512690960.7073219 @@ -462,20 +458,20 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2013_CC263,60416.22044980486,186.68642268462767,-11.822487498541657,187.38026977067165,-12.313451909495878,2.3414486793725013e-05,z,23.125749849237835,0.18297405465993488,23.08460735760931,5.3164086359979335,325161672.1990133,7.62011430588822,470848912.9875781 2012_HW1,60417.27144610204,225.37982228796153,0.17996499843155706,226.39252773845624,0.363566796034031,3.365673662254229e-06,i,20.204958323541653,0.01681451595703581,23.765004852451316,15.429492567428667,79422847.01006298,-14.383576800162388,225248616.38101417 2012_HW1,60417.294844346674,228.14682408211377,-0.07489762312001949,226.37552747643718,0.3918672572255969,6.064313119539172e-06,z,20.46330982504392,0.04752972624265664,22.84471694109903,15.420106718804067,79393847.0355028,-14.306411362945694,225227543.29876858 -2012_HW1,60417.29529102038,225.37982228796153,0.17996499843155706,226.37520734548502,0.3924131158529938,5.100473170875882e-06,z,20.456046806941863,0.03755545208156731,23.115242302240667,15.419928143937454,79393294.52766098,-14.304954389490366,225227140.65175134 2011_YA42,60419.98771588434,137.89656248591473,0.6024310653824922,136.6808996967324,1.3167023319450544,2.5934743136386933e-05,z,22.390657022967456,0.1854552911468697,22.529699645298944,16.07597066830387,449316694.2258336,25.395043031080967,516044488.3937837 +2011_YA42,60421.009018017445,137.83178346982265,1.617952206423642,136.74305334258275,1.3289495320272937,2.807676652814037e-05,z,22.72479828526691,0.19085756015143057,22.50978379760137,16.156579098676097,451565194.059663,25.57399742849192,516256015.9302251 2011_YA42,60424.99326218407,137.01461602683767,-0.05299262291603186,137.02931283951813,1.3641210748017614,1.9694404908934616e-05,i,22.323829902467427,0.12189397511200797,22.76587951903934,16.427912527822084,460428832.9852142,25.960722550418943,517077363.55272645 +2011_YA42,60425.01708353482,137.01461602683767,-0.05299262291603186,137.0311249666745,1.3642925163027386,2.3693138633345284e-05,z,22.595142574436142,0.1744591386755616,22.673709301816903,16.42943299149188,460482327.8775313,26.02265200406555,517082255.711096 2011_YA42,60425.018873837085,136.70988075744907,3.0131757862571886,137.0312610538872,1.3642506102901069,2.6121997232994197e-05,z,22.353875022400395,0.18740930145705756,22.588026985095812,16.429547052978926,460486352.8153046,26.02724975721272,517082623.3173419 2012_HW1,60425.26834969732,219.88929369784663,10.183280176907028,219.82542871928618,10.948449199190803,6.642259465773719e-06,i,19.987073411459416,0.04588059842081175,22.347709784749586,17.093246403337236,71820277.05600017,-7.250242291761596,217664934.2821402 2011_YA42,60425.97052147654,135.65676031333513,1.091982250264638,137.10991990644595,1.3696409525047053,2.052655085471804e-05,r,22.45660949111865,0.11005758855375597,23.088088344036855,16.484216399145875,462622768.426033,25.993536393518287,517277883.4372957 2011_YA42,60425.98152509183,135.65676031333513,1.091982250264638,137.11079747915886,1.369623738934743,2.6204557184297597e-05,i,22.350549669389114,0.12857725844761186,22.71577663581909,16.4848747812297,462647495.4759855,26.02229152431801,517280139.1848351 2011_YA42,60426.97466688626,138.6021572279294,0.8032451630671991,137.19673405961066,1.3739794917471564,1.0213662019253382e-05,i,22.221262330809783,0.06953447763562584,23.447629259681403,16.53809704680087,464884186.6196584,26.09101084789796,517483531.84240544 2011_YA42,60427.00534517539,135.7090978687659,1.1987798332431105,137.1993152385968,1.3740673209065428,1.0714967192741466e-05,i,22.281134118128733,0.0797664714641009,23.288954071039246,16.539804335549984,464953451.56804407,26.170830073981143,517489808.6825602 -2013_CC263,60429.09324107702,184.75354954010015,-10.907341063755748,185.2872161721241,-11.53823671829861,1.8767976602036973e-05,i,23.32645944898649,0.14978879569989262,23.588481618392255,9.32874593032974,336708082.0994518,13.13045677507898,472677492.19882303 +2013_CC263,60428.13690466541,185.99723249758665,-12.406531185486504,185.4189067244981,-11.592699195985446,2.656581721411773e-05,i,23.267608892604887,0.19105068147149407,23.27839898062801,9.043148428621205,335636356.8207693,12.837037174739304,472543187.3212035 2012_HW1,60429.17713938804,216.6958434146974,14.708556022075381,215.94798700372965,16.514641686835805,9.306841597984359e-06,i,20.038479714499424,0.04991775049380877,22.093969630121627,21.307146988599364,69953615.2247293,-3.706707467020592,213673365.97036293 2011_YA42,60430.03784512133,138.95456955112348,0.8715848654778718,137.48667841419547,1.3790979182373102,3.731820486681169e-05,g,23.022341820319067,0.12841100545555922,23.609363468595454,16.677512633663245,471822885.447513,26.47663097593975,518108428.7036051 2011_YA42,60430.06200494033,138.95456955112348,0.8715848654778718,137.48906691831792,1.379131384994723,2.806209325531156e-05,r,22.374025354728513,0.10582935774661612,23.186311804791128,16.67854819470232,471878210.1985415,26.53218936035149,518113342.54094243 -2011_YA42,60434.961279356925,138.83714242661082,1.0356563782648545,138.03038666700013,1.361290563963163,1.7716889872796064e-05,r,22.54124305042626,0.09239767474458599,23.406589496102352,16.823963848229553,483071023.38742536,26.547016693005546,519105062.0234422 2011_YA42,60434.97207364862,138.83714242661082,1.0356563782648545,138.03163108461604,1.3611911908819616,1.9674016011025383e-05,i,22.20871849783,0.09939181548702629,23.13147478910598,16.82422677119463,483095794.2412628,26.574674940803963,519107236.4343564 2013_CC263,60435.03792261089,185.19431774185983,-10.303339800846613,184.5651398268264,-11.219846004299512,2.5276957643159887e-05,r,23.305791201794733,0.14679468922811517,23.828471606466582,11.025539669400716,344078074.60213894,15.366425662540228,473506653.13736904 2013_CC263,60435.06226375861,185.19431774185983,-10.303339800846613,184.5623687927069,-11.218592588854362,3.174642912763945e-05,i,23.43286497324286,0.18796944357256562,23.42531239043306,11.032309866086516,344110462.0239193,15.43406527520347,473510027.8778158 @@ -485,15 +481,14 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_YA42,60437.04556949854,139.1110076414455,2.858716713071835,138.28738478819366,1.3438245831121116,1.4429769506818287e-05,i,22.426836959764792,0.09179395479127372,23.251021406765933,16.858826690837425,487857641.04414505,26.814617121490283,519524071.0966871 2013_CC263,60438.08455396744,184.45338376386482,-9.866140296732878,184.26303308869512,-11.072711364879321,9.654515494309471e-06,g,23.71596076485726,0.09224513457228523,24.915900278537467,11.835215831605629,348302400.66654307,16.60305362078666,473927748.2208407 2013_CC263,60441.15166240744,182.78250327972063,-10.140653112547584,184.00764222147285,-10.937659131096604,1.0690734457153086e-05,r,23.507532546475588,0.10280221714260288,24.36422724065523,12.604735500586727,352839297.84533507,17.81979139978279,474349001.1889743 -2013_CC263,60442.10381833096,184.67696777595413,-9.518445668428045,183.93888962867888,-10.89860719497954,2.421329444964116e-05,r,23.648152644942208,0.15417488507796753,23.901598013933647,12.83358544734117,354301736.33447146,18.02190004923558,474479225.31778234 2011_OB60,60491.43881108148,3.983214793738812,-11.646833760931319,5.280801800006145,-10.632073641283142,1.2999679821634706e-05,i,22.687797966165046,0.09870725791932268,23.44822757280817,1.565439954547096,5489034551.907195,-28.57615103409023,5512398794.974033 2011_OB60,60492.4375247264,5.054186200071651,-11.734918688159176,5.2849872167096805,-10.637702605349082,1.6568249088016863e-05,i,22.62310958619645,0.10613067996757188,23.36225412648784,1.5616862108669631,5486571496.752493,-28.50111484146604,5512367649.235186 2011_OB60,60502.41493442481,3.8785381267878845,-11.95035384284113,5.304497499681531,-10.703188263816285,1.8103606696313887e-05,r,22.85872287337688,0.10836655517804705,23.43227423940417,1.5011950632073106,5462443640.985957,-27.313083423519416,5512057588.170519 2011_OB60,60505.43140054126,3.9708371538536933,-10.527325804689204,5.302312198746279,-10.726105886226055,1.595414726642592e-05,i,22.64578642567044,0.10056922856420233,23.403994604433947,1.4748266265969776,5455385976.621248,-26.738547639478583,5511964239.186979 +2011_OB60,60505.44432770944,3.9708371538536933,-10.527325804689204,5.3022481489279585,-10.726239277384465,2.8266192298965187e-05,z,22.630233847362696,0.20557061841339913,22.548873527264064,1.4747015450403596,5455356131.336311,-26.704942827895334,5511963839.533659 2011_OB60,60526.40806071882,4.3051271477748605,-10.769416811088629,5.188706237239273,-10.917579414613792,8.740906391025846e-06,r,22.727003981222474,0.06098076454826876,24.050164116008833,1.1964890274391868,5411162333.109048,-21.30819986073461,5511320123.398543 2011_OB60,60526.41936547634,4.3051271477748605,-10.769416811088629,5.188576890702393,-10.917683761875946,1.75634203740799e-05,i,22.47283721278328,0.10281525004067438,23.331869304605114,1.1962944605928671,5411141534.513798,-21.279176651446427,5511319778.640955 2011_OB60,60529.34888739618,4.57774668018667,-10.12315642567113,5.159816972098838,-10.94812333762399,1.1953168634398348e-05,r,22.760599305547053,0.07103879083561408,23.86482086107362,1.1455184205220652,5405832521.151875,-20.43266912609657,5511230526.154718 -2011_OB60,60529.37306533358,4.57774668018667,-10.12315642567113,5.15955265660574,-10.94835430588444,1.5760542906506096e-05,i,22.425728368161714,0.09547080611758049,23.410708988278614,1.1450801524637422,5405789908.654681,-20.36499988395453,5511229790.249944 2011_OB60,60549.277482017504,4.495262800414186,-9.350018545466055,4.893281715028081,-11.167849388727142,7.808641216964929e-06,r,22.562523695800518,0.0666404961781997,23.883382725542493,0.7470105912977019,5377178786.317517,-12.494024621871654,5510627934.297738 2011_OB60,60549.35856594927,4.537311628882121,-12.144893742386936,4.891966462641506,-11.168737381616507,1.1270061142612885e-05,z,22.568921904787572,0.10469970553115089,23.237119906497924,0.7452450686190148,5377092077.520338,-12.264437943439882,5510625498.790104 2011_OB60,60566.14846874695,3.574870765030778,-10.70543668787467,4.59449678560577,-11.35663338828056,1.6599709962313773e-05,i,22.52609308341573,0.10725902854431778,23.173231973880846,0.4109154288098702,5364738732.239401,-4.636690859288057,5510124009.615381 @@ -503,6 +498,7 @@ ObjID,fieldMJD_TAI,fieldRA_deg,fieldDec_deg,RA_deg,Dec_deg,astrometricSigma_deg, 2011_OB60,60574.27390896737,3.7756506813229733,-12.50989682237079,4.436977521470055,-11.44261474483061,1.462528441133791e-05,i,22.416624932043476,0.11517516094613474,23.0793609726794,0.3324398253063262,5363041926.451804,-0.225239981865129,5509883342.343965 2011_OB60,60574.27435809689,5.345238787936747,-10.125341117759445,4.436980034451722,-11.442604591486006,1.5528138430200592e-05,i,22.432409601341842,0.12172432090211083,23.01458572495508,0.3324387391680265,5363041917.718783,-0.2239890623022055,5509883329.052096 2011_OB60,60574.29801569611,3.7756506813229733,-12.50989682237079,4.436500609783252,-11.442825531563638,2.3994973793976117e-05,z,22.52532019819052,0.16909483808530062,22.616573538339438,0.3323822963754713,5363041525.763475,-0.1602208574769282,5509882630.28992 +2011_OB60,60574.298463193634,5.345238787936747,-10.125341117759445,4.436438580734318,-11.442885394933297,2.5321216931266767e-05,z,22.17883890976323,0.1774432436170055,22.55913569870399,0.3323812402564566,5363041519.584345,-0.1590548657290185,5509882617.057359 2011_OB60,60582.21461625692,5.962442003193453,-12.16629838185981,4.279742140559449,-11.521052349145638,1.134873690359853e-05,g,23.02677540723936,0.06949838307384207,24.264099575344556,0.3785543357370989,5364154785.976036,3.702268049334649,5509649425.937796 2011_OB60,60582.21506667406,2.880986762474989,-11.255473350168435,4.27973890349881,-11.521032027128463,1.0822759840770182e-05,g,23.034560834343605,0.06562861460812797,24.330785527243815,0.3785601027776001,5364154929.946251,3.7035959765027977,5509649412.71756 2011_OB60,60582.23999612522,2.880986762474989,-11.255473350168435,4.279264411836095,-11.521272748562575,1.380071256790544e-05,r,22.509120016615505,0.07497720137511377,23.69581395058643,0.3788798902525094,5364162985.772348,3.7760214808756905,5509648680.323203 diff --git a/tests/data/goldens/sorcha_ephemeris.csv b/tests/data/goldens/sorcha_ephemeris.csv index f4e97451..09bc919c 100644 --- a/tests/data/goldens/sorcha_ephemeris.csv +++ b/tests/data/goldens/sorcha_ephemeris.csv @@ -1,412 +1,412 @@ ObjID,FieldID,fieldMJD_TAI,fieldJD_TDB,Range_LTC_km,RangeRate_LTC_km_s,RA_deg,RARateCosDec_deg_day,Dec_deg,DecRate_deg_day,Obj_Sun_x_LTC_km,Obj_Sun_y_LTC_km,Obj_Sun_z_LTC_km,Obj_Sun_vx_LTC_km_s,Obj_Sun_vy_LTC_km_s,Obj_Sun_vz_LTC_km_s,Obs_Sun_x_km,Obs_Sun_y_km,Obs_Sun_z_km,Obs_Sun_vx_km_s,Obs_Sun_vy_km_s,Obs_Sun_vz_km_s,phase_deg -1998 BW1,48293,60292.27976446247,2460292.780136993,227295901.7399242,-10.47623991749467,118.6894854667925,-0.1111400810778468,17.984116542964315,0.0183421103230195,-82446301.90451269,323350372.08483505,128130660.1705978,-20.958746654578235,-2.8151298328525347,-0.7605899377978248,21338756.185895886,133700469.71007615,57952293.17491885,-30.344258216466265,3.704017746886937,1.672849902406322,13.887099448651853 -1998 BW1,48294,60292.28021348675,2460292.780585993,227295495.3623462,-10.475004257219329,118.68943300017098,-0.1111459711855454,17.984124777038645,0.0183352862897775,-82447114.99783202,323350262.87129366,128130630.6632628,-20.958737354635662,-2.815166288710874,-0.7606043838455993,21337579.03076561,133700613.37759984,57952358.06893497,-30.343861070245666,3.702747888336201,1.672754872550221,13.886918779159087 -1998 BW1,48339,60292.30168842488,2460292.802060993,227276115.07555208,-10.41566296800233,118.6869209712012,-0.1113459348815382,17.984515009271636,0.0180073233832679,-82486003.61881438,323345037.69883585,128129218.71697424,-20.95829245232606,-2.8169098758146176,-0.7612953018472065,21281297.58217547,133707428.22204792,57955457.543527775,-30.321455215258837,3.6435931245550752,1.6682016615493316,13.878276229246554 -1998 BW1,48340,60292.30213726795,2460292.802509993,227275711.0480424,-10.41442072290539,118.68686840809252,-0.1113484028021375,17.984523093017273,0.0180004580569859,-82486816.69434823,323344928.41626006,128129189.1822807,-20.95828314820764,-2.8169463298967243,-0.7613097472670511,21280121.31439125,133707569.5468282,57955522.25721543,-30.3209170683812,3.642392675330957,1.6681062977429095,13.87809551374502 -2000 QR19,51129,60296.34362463712,2460296.843996994,222125216.49590075,-13.128753489069126,139.27095365662143,-0.0436541466827508,18.868449305578046,0.0142119547764137,-148513591.87911144,271852309.69530755,130223992.251065,-19.612429785965062,-5.172378077180738,-2.8238202738377502,10768403.263158385,134707629.59399176,58389498.12215452,-30.46172419349155,1.583274565951292,0.8182758322007858,19.65324734079882 -1999 JO12,55172,60302.32214138439,2460302.822513996,390583404.7683618,-20.647828622910477,160.60042171098377,0.0399653128549553,15.785242383096158,0.0580676115103568,-359371629.80559695,259775548.54100916,164738500.3776212,-11.649606382158376,-11.292122265599206,-1.645552711055802,-4856928.839620175,134934147.65409476,58487159.190590926,-30.519288036189856,-1.3052068203274474,-0.4376701606128958,16.29940621451023 -1999 JO12,55194,60302.33205759109,2460302.832429996,390565725.6789267,-20.62346438893174,160.6008326586979,0.0397976594556319,15.785817904095088,0.0580113246739453,-359381611.0385095,259765873.31484133,164737090.38966224,-11.64922032916839,-11.292401431519774,-1.64572973309238,-4883067.859773326,134933020.24649626,58486783.31209482,-30.5000955011418,-1.3264425348165838,-0.4397900059065718,16.297921855135474 -1999 LZ3,55213,60302.34057754053,2460302.8409499964,315636224.49889344,-24.19052996418238,163.3191799025659,0.098260748710982,7.469606931243695,-0.0051327433425449,-304693548.6863125,224763381.65425757,99519247.91250396,-9.345569923144993,-14.21647200447099,-3.9105152739321434,-4905513.5160567565,134932037.4002746,58486458.89937735,-30.48281104365149,-1.3437175400811925,-0.4416132635869915,20.66344655989358 -1999 LZ3,55217,60302.3423690182,2460302.842741996,315632479.5093728,-24.18604887251181,163.3193574628621,0.0982277123415634,7.469597729964732,-0.0051365488155005,-304694995.7579871,224761180.35166225,99518642.40067483,-9.345465563661092,-14.216549004113164,-3.91054936737412,-4910232.84436269,134931829.08146113,58486390.49523588,-30.479087149536348,-1.3472328420435036,-0.4419969531400345,20.66322230315061 -1999 LZ3,55238,60302.35182548247,2460302.8521979963,315612729.565536,-24.162146157738064,163.3202934658038,0.0980660434300892,7.469549062044469,-0.00515714174212,-304702631.37877744,224749564.35021448,99515447.15655422,-9.34491486886215,-14.216955305148758,-3.910729269016002,-4935126.041081077,134930721.0220647,58486028.55702184,-30.458956359296163,-1.3650819230687852,-0.4440227228871727,20.662038114551585 -1999 LZ3,55242,60302.35361811831,2460302.8539909963,315608986.8901511,-24.157569296505454,163.3204707774302,0.0980378091837194,7.469539811713745,-0.0051611351610736,-304704079.15653616,224747361.7442472,99514841.27364886,-9.34481044655866,-14.2170323441053,-3.91076338065967,-4939844.294088073,134930509.29789194,58485959.7413884,-30.45505179382645,-1.368331112220289,-0.4444070435995354,20.661813426356836 -1998 BW1,58570,60311.1993120951,2460311.6996849994,216330814.937488,-2.7497493502850627,115.55326163529006,-0.2091215508061011,18.58740042462809,0.0435750438259979,-116346524.24954966,317511561.8138254,126396435.11994652,-20.493244106778416,-4.316526495069746,-1.3568876210589589,-27899649.48508817,132521584.32418863,57440796.74061595,-30.12419686212092,-5.359559697909525,-2.285331867006858,5.459578664426928 -1998 BW1,58620,60311.22306453634,2460311.723437,216325240.7786344,-2.682539569417598,115.54801708079944,-0.209417714942972,18.588430534940656,0.0431620438516722,-116388579.6174306,317502701.58891124,126393649.77589571,-20.49257019226285,-4.3183646225313,-1.3576193582188687,-27961451.45296694,132510514.2509127,57436101.77408147,-30.10512443561964,-5.428658929066804,-2.290276874638569,5.447958815890043 -1998 BW1,59863,60313.16431007392,2460313.664683,215956496.1150885,-1.906458306224006,115.1327425040164,-0.2139080400291193,18.67318245828129,0.0455743787171951,-119821033.46236762,316765829.5255854,126160936.50719784,-20.43676192433374,-4.4681709086564245,-1.4172699661017512,-32928807.941490203,131546404.46018884,57018229.46748777,-29.922476159645555,-6.220121392822369,-2.690397778249068,4.514523113053338 -1998 BW1,59913,60313.188383797686,2460313.688756,215952598.7157181,-1.8407658722936984,115.12729983333286,-0.2144350378332168,18.67427474294875,0.0451695790353032,-119863539.56645246,316756534.16018105,126157987.93146878,-20.43606084636037,-4.470023345078755,-1.418007757941831,-32991036.463786475,131533392.05711208,57012628.533924274,-29.913776878158064,-6.292213685660911,-2.69535915225899,4.502745165156111 -1998 BW1,60052,60313.25232715747,2460313.7527,215942930.5151794,-1.658563533244742,115.11280430341044,-0.2148260562173721,18.67712699018739,0.0440364502996338,-119976439.44347274,316731824.6110665,126150148.31757788,-20.434197538320955,-4.47494325301119,-1.4199672894376387,-33156147.672515035,131498120.42842253,56997700.70315053,-29.84747054542225,-6.472384212588437,-2.708636807687846,4.47145654551533 -1998 BW1,60102,60313.27612119792,2460313.776494,215939590.03556567,-1.591586455687353,115.10741108730402,-0.2145915463762918,18.67816983185295,0.0436217764111809,-120018447.61406112,316722623.0839651,126147228.38124774,-20.43350379299981,-4.476773749302864,-1.4206963587992922,-33217469.008058365,131484752.67228732,56992127.17305885,-29.808191493816423,-6.531612169621603,-2.7136110567352194,4.4598257214121935 -1999 LZ3,60213,60313.32734769782,2460313.82772,293569970.6936822,-22.395606175763124,164.1270620274746,0.0335260489234652,7.580676669038979,0.026563149445897,-313257551.9497032,211046681.8350696,95708457.12255202,-8.692075688078619,-14.677396146085066,-4.116998560492413,-33349172.551802862,131455597.79009569,56980093.14372629,-29.7019694077617,-6.637577043258409,-2.724369933126712,18.9559082620064 -1999 LZ3,60235,60313.33721928334,2460313.837592,293550879.9545112,-22.369410108047923,164.12739513590924,0.0333738834166437,7.580938787268103,0.0265400982781843,-313264966.07314897,211034161.77717048,95704945.22582762,-8.691476240851731,-14.677800065515134,-4.117181736816855,-33374496.7236766,131449929.20176832,56977768.53058952,-29.67874986132797,-6.6540620764265,-2.7264496559313254,18.95394160375709 -1999 LZ3,62206,60316.287777232086,2460316.788150001,287944967.81028855,-21.847754525401506,164.21920465801668,0.0151225744488523,7.672315495286197,0.0359875853077935,-315457908.64392823,207276784.45165777,94648320.16050878,-8.51132967858613,-14.797679927493478,-4.171733122035797,-40846393.103480704,129668964.68743896,56205553.2037565,-29.377496393638268,-7.987877559845519,-3.329769959973293,18.35330112057185 -1999 LZ3,62207,60316.288225577206,2460316.788598001,287944122.1762374,-21.846638278383377,164.21921149157703,0.015111287629763,7.6723316175284975,0.0359866851787582,-315458238.11723167,207276211.6325861,94648158.672405,-8.511302177231075,-14.797698001123653,-4.171741374904352,-40847530.20670277,129668655.4804138,56205424.31583887,-29.376576628973837,-7.988835361490947,-3.3298630711284587,18.353202423097397 -1999 LZ3,62252,60316.309741698096,2460316.810114001,287903560.9039426,-21.79157870541839,164.2195341132518,0.0146288990346118,7.673105417459847,0.0359401611039842,-315474060.40073544,207248700.1620997,94640402.54511796,-8.509981323014063,-14.798565972969582,-4.172137722683742,-40902098.19237592,129653763.44901538,56199229.99908618,-29.330049947164326,-8.03188612057365,-3.3343402642447777,18.34845732105854 -1999 LZ3,62253,60316.31018889152,2460316.810561001,287902719.32849926,-21.790408112908143,164.21954070947152,0.0146201405471565,7.673121482479114,0.0359391338703558,-315474389.08629227,207248128.5878345,94640241.4019686,-8.509953880859333,-14.798584004326644,-4.172145956676093,-40903230.92259573,129653453.23515548,56199101.22242532,-29.329037391928136,-8.032717008836526,-3.334433383680066,18.3483586458329 -1999 LZ3,63727,60318.354045602304,2460318.854418002,284116739.5791232,-21.19702490221099,164.2493544931626,0.0009756188259274,7.752671765857159,0.042167819249659,-316966155.4960959,204627414.78770807,93900113.75214916,-8.38400859165334,-14.880620831068496,-4.209698936948813,-46016809.57879723,128208500.71813951,55573579.49078873,-28.898032057979968,-9.03785994654624,-3.748636593651448,17.894193460987953 -1999 LZ3,63751,60318.36616278587,2460318.866535002,284094565.92092574,-21.163723057276584,164.24936603848386,0.0009194046993416,7.753182518554767,0.0421357125699314,-316974933.01549053,204611834.7802674,93895706.15337802,-8.383259129747877,-14.88110473572785,-4.209920994173125,-46047046.53200965,128199032.09371036,55569653.695831686,-28.866133960220555,-9.050488069626352,-3.751147749165944,17.891332100554532 -2000 QR19,65578,60321.2472551315,2460321.747628003,202207766.5113741,-4.629434986884792,135.75860155717226,-0.2291279043063924,19.82217813658481,0.055885006444129,-189428760.15858135,258600168.26891756,123133060.17195736,-18.38105914486713,-7.108153226129171,-3.7484290763227626,-53148956.67677436,125882129.86547624,54563983.44767074,-28.58564912220953,-10.234762698130556,-4.326157897124858,9.013682735805522 -2000 QR19,65581,60321.248594129625,2460321.7489670026,202207231.16313696,-4.625672034373387,135.7582754200163,-0.2291443970429224,19.822252948466904,0.055857928467053,-189430886.6841687,258599345.9113008,123132626.50838436,-18.38098730733314,-7.108251290328451,-3.748475770006879,-53152263.59936612,125880945.6226957,54563482.940696426,-28.58324194732306,-10.237999799206587,-4.326427643007789,9.012991921860188 -2000 QR19,65628,60321.271009641234,2460321.7713820026,202198334.2216828,-4.562417943194644,135.7528131911121,-0.2293164067021455,19.82349990340191,0.0554024222300703,-189466483.7142302,258585577.8729305,123125366.13202111,-18.379784656793102,-7.1098927984578575,-3.749257378687739,-53207578.36768567,125861067.53048384,54555099.7613666,-28.53978836334983,-10.289342018332514,-4.330950238870571,9.00142630991565 -2000 QR19,65631,60321.27234969544,2460321.7727220026,202197806.2336116,-4.558633496429287,135.75248654797406,-0.2293204543385206,19.82357412438533,0.0553751697093025,-189468611.6803054,258584754.6997858,123124932.04869588,-18.37971275573756,-7.109990924293968,-3.7493041014368673,-53210882.42954152,125859876.10418946,54554598.32561346,-28.537011123405527,-10.292231410971617,-4.331221004521053,9.000734874570224 -1998 BW1,66095,60322.1605678669,2460322.6609400027,216251462.39001533,2.4418568098771107,113.11646880869064,-0.2230844097239917,19.093345009495227,0.0488754195865027,-135600300.51004538,313026175.5272053,124953045.10163644,-20.15973171329925,-5.151158303275064,-1.6895947607568411,-55370300.99454505,125079288.89473815,54215431.56593978,-28.490599825498997,-10.457012825353443,-4.505943834202211,1.063411848667891 -1998 BW1,66145,60322.18423623309,2460322.684609003,216256524.45748365,2.509105261462315,113.11087793767273,-0.2233123837336644,19.094496672703297,0.0484367333093801,-135641526.06872252,313015639.6755981,124949589.1830329,-20.15896383979897,-5.152930116589861,-1.6903020333815382,-55428547.13172931,125057833.2852523,54206212.12614504,-28.47233939010021,-10.526116013783648,-4.510619284124673,1.064750250561702 -2000 QR19,66294,60322.25536588568,2460322.7557380027,201827653.55783647,-4.158971496358416,135.52060566830477,-0.2343561742052682,19.878439437421008,0.0562154910765014,-191027426.6246069,257977824.05320495,122805036.25898229,-18.3268170411404,-7.181799111077338,-3.783491362495945,-55603241.02410019,124992549.88807522,54178448.47897656,-28.3682624695914,-10.71291987891676,-4.524779095141722,8.501172868106046 -1999 LZ3,67162,60323.33260478329,2460323.8329770034,275269060.795894,-19.920670356550147,164.20717080455017,-0.0321268088482703,8.00255578918747,0.0582605941660471,-320506133.16175413,198183700.64359507,92069656.7988318,-8.073305048778746,-15.076982542958358,-4.300354919810257,-58207332.8243262,123996076.78018849,53747448.63566104,-27.97587395601185,-11.305488168469346,-4.735453401469264,16.658285449379 -1999 LZ3,67184,60323.34382401689,2460323.844197003,275249764.9135841,-19.889349601635494,164.20680631526017,-0.0322057658270955,8.003209282985537,0.0582267095937161,-320513959.6647057,198169083.7135096,92065487.62497015,-8.072598566437454,-15.0774194528725,-4.300557894411527,-58234438.512635045,123985110.72519612,53742856.96248879,-27.946180787388407,-11.318420827909703,-4.737695912361114,16.655213797252085 -2000 QR19,70503,60328.24883619729,2460328.749209005,200383917.5623222,-1.3942564494935976,134.00566808553452,-0.2583056640253731,20.219481046543887,0.0568683326281899,-200433123.4005772,254146846.44261217,120792526.26320286,-17.998004076231503,-7.611983320593592,-3.988114186144085,-69799398.17901991,118898442.2130642,51536382.812076494,-26.980344637510903,-13.362743452708608,-5.66636108996025,5.391609730851872 -2000 QR19,70553,60328.27263791997,2460328.773010005,200381119.90602785,-1.326875477666862,133.99911724588193,-0.2582003488787361,20.220828438422306,0.0563546663322214,-200470133.41548616,254131191.31040663,120784324.22021876,-17.99667723508225,-7.613665473528285,-3.988913690157752,-69854827.48779972,118870912.19778468,51524725.84868327,-26.927606689426,-13.41096589954865,-5.670858398511736,5.37891293309775 -1999 LZ3,70604,60328.29552924374,2460328.795902005,267046962.42892185,-18.488940987408363,163.9996548620434,-0.065263248452866,8.331008294710209,0.0742707744786259,-323900766.6036693,191677247.2516897,90206395.86760326,-7.7580680230134815,-15.26772870372846,-4.389536100723935,-69908032.46601759,118844346.9177101,51513505.34835264,-26.8719911294875,-13.450366256782624,-5.6751944735341935,15.24056829860965 -1999 LZ3,70654,60328.31927890933,2460328.8196510053,267009093.3491738,-18.4221978924405,163.99808466054236,-0.0655464775960642,8.332771167532007,0.0741874712302836,-323916684.9068537,191645916.33701757,90197387.92868364,-7.756546342433568,-15.268629269943672,-4.389959928899528,-69963108.81122795,118816712.67364134,51501855.71694744,-26.810345415294297,-13.483340370782626,-5.679701198325135,15.233173199847622 -1998 BW1,71041,60329.1652519911,2460329.6656240053,218801429.26246145,5.845763021135272,111.5610262952836,-0.211557310527478,19.43034141157865,0.0478144131883134,-147730384.9824685,309751243.1373907,123867612.47883417,-19.923858641183124,-5.669544113738077,-1.8967074958823509,-71902100.9123795,117849585.3458475,51081003.00195795,-26.852271279533383,-13.578940152790535,-5.834309973666134,3.731167305638869 -1998 BW1,71048,60329.16839823954,2460329.668771005,218803019.9453536,5.8547538485605,111.56032031041866,-0.2115601976210946,19.43049178805005,0.0477537176889803,-147735802.17494172,309749701.5826705,123867096.76012865,-19.92374884166208,-5.6697742763048495,-1.8967995366203247,-71909401.62536854,117845892.0077213,51079416.56956258,-26.84900219773817,-13.587857757317868,-5.834890058223444,3.732664600454593 -1998 BW1,71091,60329.18892285564,2460329.689295005,218813454.03807572,5.913456136399556,111.55571647625464,-0.2114910965857747,19.43146781824708,0.0473575292913568,-147771131.10438192,309739646.3885946,123863732.7496055,-19.923032671897264,-5.671275281659167,-1.897399782197064,-71956991.04876871,117821746.28539422,51069066.35378391,-26.82404979826093,-13.644654376700542,-5.838681238800215,3.7424309455949487 -2000 QR19,71202,60329.24121958907,2460329.741592005,200282856.3508756,-0.9399328461649497,133.7414958807105,-0.261106920949354,20.27597364929013,0.0567239781388838,-201973936.7307777,253491176.1238785,120449149.82205898,-17.942543462304066,-7.681944859848269,-4.021361665655569,-72078004.77700415,117759790.88813052,51042662.57546885,-26.734160125952087,-13.774379078559674,-5.848399364351661,4.872157014670104 -2000 QR19,71252,60329.26556171201,2460329.765934005,200280952.3790462,-0.8708277408329802,133.7347206447405,-0.2610278432513328,20.27734794536117,0.0561929465910143,-202011671.24921536,253475018.002033,120440691.41929586,-17.941179538932875,-7.683656406234498,-4.022174925374479,-72134176.08078085,117730766.87748584,51030357.74147158,-26.68119360336154,-13.824958255390577,-5.85294705909023,4.859182802046719 -1999 LZ3,71294,60329.28484484582,2460329.7852170053,265486505.0369439,-18.18948955646272,163.93849951915382,-0.0717924111995767,8.405833358435402,0.0774330812593794,-324561229.6048363,190370530.257278,89830415.48705369,-7.694573083896019,-15.305144201864506,-4.407167580245333,-72178590.44222374,117707704.17878574,51020603.4244765,-26.63518880966647,-13.85967317583483,-5.856558346651135,14.935874849542644 -1999 LZ3,71344,60329.30917942818,2460329.809552005,265448332.5519272,-18.121323388119382,163.93672888261787,-0.0721367527809163,8.407716638510145,0.0773457829834879,-324577407.11690104,190338347.6034253,89821148.20631096,-7.693008506742133,-15.30606196843966,-4.407600655674546,-72234527.46392441,117678523.84078012,51008284.95424932,-26.57303762950048,-13.896072574684949,-5.8611244590953495,14.928116939974512 -1999 LZ3,72090,60330.326418787605,2460330.8267910057,263873176.15759665,-17.735713381080274,163.86661886060458,-0.0789299553424418,8.487926207443353,0.0803772056834012,-325250704.062328,188991343.0538633,89432948.63350002,-7.627489303141036,-15.344315028565848,-4.425677047224724,-74545915.24022947,116470865.50396104,50485005.25905341,-26.25500616803997,-14.336798181335377,-6.045640979652766,14.60683385064156 -1999 LZ3,72112,60330.33773078708,2460330.8381030057,263855857.84840167,-17.703665749876418,163.86571589643643,-0.0789619958964524,8.488835191456868,0.0803343261444766,-325258158.9242813,188976345.08891392,89428622.8139144,-7.6267594195384625,-15.344739193512009,-4.425877766995903,-74571560.5667644,116456848.08625606,50479095.48257877,-26.22387028888355,-14.347208625528722,-6.047745065057221,14.603140245832355 -1998 BW1,76233,60337.11287054269,2460337.613243008,224088412.7554989,9.396197873487717,109.96756225585176,-0.1813697435724024,19.796855861385367,0.044923008161589,-161313599.62665474,305660485.72849745,122486101.50072806,-19.635984854874437,-6.24275213608501,-2.1261661939915437,-89312665.9934464,107490535.58418716,46590428.71876552,-24.568058129451643,-16.708290735848095,-7.221814881184116,7.4024785939686355 -1998 BW1,76283,60337.1365879975,2460337.636960008,224107734.58537617,9.462432368056524,109.96298877514906,-0.1814740459838819,19.797915905586795,0.0444663272565136,-161353834.50398803,305647692.0761932,122481744.11497808,-19.63509472805555,-6.244438205987597,-2.126841847509881,-89362992.08045278,107456227.6968322,46575626.0789225,-24.549487574073368,-16.776447804805876,-7.225787326797525,7.413341392654565 -2000 QR19,77063,60338.15619314396,2460338.656566008,201184744.32542655,3.1866414986499416,131.28347077997637,-0.2700974935408344,20.758934304702528,0.0513948015344129,-215598989.89523804,247336464.2277,117238842.35235047,-17.43208725110367,-8.2942648470086,-4.311964645606242,-91477731.67947324,105969971.16697846,45931554.87108606,-24.203001195760265,-17.219380444105497,-7.394478774035872,1.113311083551152 -1998 BW1,77077,60338.1624506888,2460338.662823008,224969344.41538,9.979972975777889,109.7771394042909,-0.1765237015441531,19.842974405320888,0.043323446461975,-163092414.7307429,305091009.2833756,122291944.98881955,-19.596419941667165,-6.317226454887368,-2.156014107390819,-91490813.66611604,105960657.71982671,45927557.098616846,-24.19450128810217,-17.236235881011996,-7.395521542446615,7.872003682722522 -2000 QR19,77113,60338.179920415,2460338.680293008,201191344.23037136,3.2526649345993333,131.2766123577145,-0.2704446704473752,20.760147447243448,0.0508604752181048,-215634724.09177777,247319459.43098065,117230002.0918328,-17.43070037080565,-8.295855672718119,-4.312718703517729,-91527313.43360353,105934606.5149802,45916392.03829533,-24.167807697956,-17.281818860491263,-7.398439542005275,1.1143165917253777 -1999 LZ3,78883,60340.32387050209,2460340.8242430086,250079955.79204068,-13.975963178075856,162.8157485621322,-0.1430795527474478,9.440885528702424,0.1091284149429704,-331557737.58164555,175577672.40305576,85534059.47800727,-6.971394219104852,-15.708514814277876,-4.600469535349571,-95877484.00660846,102693428.42819262,44513462.8957063,-23.14228969506384,-18.274261253205225,-7.746450186647538,11.051696619085716 -1999 LZ3,78905,60340.3351075902,2460340.8354800087,250066402.37065107,-13.944195708152405,162.81411908106864,-0.143005916585842,9.442111472262928,0.1090695114099043,-331564505.8973944,175562420.466855,85529592.68670264,-6.97064440011703,-15.708911936780858,-4.600662995627365,-95899936.65683676,102675683.5845241,44505941.14385899,-23.110010626986643,-18.279666977160893,-7.748310362632833,11.047229585317428 -2000 QR19,79169,60341.108826462274,2460341.609199009,202209703.9348943,4.527687696691278,130.46431260625494,-0.2659925235222131,20.902186661067365,0.0484797509854101,-220023878.95634383,245195446.8159265,116126940.45842224,-17.25839748538508,-8.490646207889592,-4.405011844557416,-97431040.28642891,101476505.23520806,43983845.82554795,-23.237993364110427,-18.22217674528756,-7.870246514713617,2.007040609819116 -2000 QR19,79219,60341.13257017374,2460341.632943009,202219054.59272608,4.58905033837244,130.45754339055048,-0.2666327098710206,20.903331920406508,0.047981539824781,-220059282.26158375,245178027.0699178,116117903.03426558,-17.25699181572592,-8.492212494319574,-4.405753650194957,-97478691.71903816,101439053.47891778,43967696.287351,-23.21617238802687,-18.28939402720658,-7.8740247510985215,2.0178156746931584 -1999 LZ3,79531,60341.27976003631,2460341.780133009,248934515.8923012,-13.686967024138744,162.6821576240866,-0.1490398047509086,9.54666662169737,0.1119319838172885,-332130887.168068,174278871.1209311,85153415.24754363,-6.907510941599127,-15.742196493052049,-4.616901722431792,-97772283.40648057,101204225.64027542,43867409.95119498,-22.915472615303543,-18.60214278227112,-7.897807069893006,10.675930829153298 -1999 LZ3,79581,60341.304136717066,2460341.804509009,248905764.839386,-13.616016729027596,162.6784719718353,-0.1491396403696623,9.549393381844157,0.1117931778077802,-332145433.92611545,174245714.28274405,85143690.7698622,-6.905879247502973,-15.743052751597515,-4.617320100053692,-97820474.13009614,101165020.0393583,43850772.29976095,-22.847407019385454,-18.627093201243405,-7.901784433594846,10.666079223336302 -1999 JO12,81613,60344.2069858676,2460344.7073580096,339086205.06887496,-5.8755543813094455,157.79654934770812,-0.1638216278907927,19.942828638223205,0.1241105683830482,-398517686.616888,216920221.034102,157468705.66783687,-9.967723013620269,-12.351507951056274,-2.361177581685617,-103401498.6676564,96464801.64133872,41812395.778413154,-22.006636988580816,-19.558071111220325,-8.348653529423716,6.043850814474153 -1999 JO12,81614,60344.20743387352,2460344.70780601,339085977.6688271,-5.874331842151718,157.79647127202338,-0.1638288814973837,19.942884238589524,0.1241052672751572,-398518072.4468642,216919742.9320787,157468614.27129686,-9.967704534194317,-12.35151801332445,-2.3611848854031283,-103402350.46392156,96464044.58497578,41812072.62395812,-22.005638119486758,-19.55899738800909,-8.348722936391614,6.0437151963731 -1999 JO12,81661,60344.23068718395,2460344.73106001,339074240.05049384,-5.809612160455778,157.79241438114695,-0.1641441125967336,19.94576692886114,0.123823418987977,-398538098.4429745,216894925.92520356,157463869.83357504,-9.966745324136102,-12.352040270841227,-2.361563983345773,-103446508.9727063,96424701.66991916,41795295.20065167,-21.95096602801652,-19.60370232958008,-8.352331618679576,6.036673300590556 -1999 JO12,81663,60344.23158136251,2460344.7319540097,339073791.4097092,-5.807082625589076,157.7922582676229,-0.1641537950451552,19.945877622034825,0.1238123637420634,-398538868.3036547,216893971.8147631,157463687.41852668,-9.966708446817725,-12.352060347580762,-2.3615785573507564,-103448204.41497278,96423187.38775969,41794650.04795637,-21.948760497608028,-19.60528330178264,-8.352470574475637,6.036402497658181 -1999 LZ3,81696,60344.246388355656,2460344.7467610096,245589778.688565,-12.491916189849988,162.23177021819268,-0.1661495785284341,9.889455973448875,0.1193381261818577,-333875942.04071975,170230435.21631682,83963469.62425964,-6.707974897969092,-15.845430096718642,-4.667577193935359,-103476260.20128368,96398089.79829532,41783963.05224145,-21.911239240975085,-19.62989862511049,-8.354774131876306,9.472277099805634 -1999 JO12,81711,60344.25444226055,2460344.75481501,339062385.7964225,-5.741751624709652,157.78826354674283,-0.1643387957234313,19.94870483629881,0.1235262140983016,-398558553.89813447,216869573.16623008,157459022.39311588,-9.9657654225334,-12.352573705431906,-2.3619512275196484,-103491500.15466456,96384425.76012725,41778148.81567465,-21.890107797511888,-19.64200712105306,-8.35602861349736,6.029476646567248 -1999 JO12,81713,60344.255336867165,2460344.7557090097,339061942.3988759,-5.739179701703103,157.78810724749218,-0.164343565359813,19.9488152636698,0.1235149321995926,-398559323.6829504,216868619.01480132,157458839.9481969,-9.965728544238592,-12.352593779326616,-2.361965800714044,-103493190.88962528,96382908.53059123,41777503.37740202,-21.88773360664237,-19.64329402109581,-8.356167920681353,6.029205786252381 -1999 LZ3,81746,60344.27016229351,2460344.77053501,245564190.4316021,-12.422617753789211,162.2277569237861,-0.1664225622126769,9.892291341010436,0.119188013822936,-333889719.63656485,170197885.34130245,83953881.26316482,-6.706368091212804,-15.8462494059352,-4.667981310288418,-103521202.7886532,96357733.20730652,41766797.92655637,-21.847611673532104,-19.662931583315,-8.358479695167818,9.46223077813204 -1999 JO12,81793,60344.29113113689,2460344.7915040096,339044352.36113274,-5.636377856328079,157.78184731027903,-0.1643813622066205,19.953228393958508,0.1230640303675542,-398590142.8727999,216830414.32814047,157451534.08378044,-9.9642519381939,-12.353397433202437,-2.362549274078331,-103560731.67745364,96322088.39343484,41751651.72376257,-21.78888582918676,-19.68505270953986,-8.361753220173807,6.018362619159692 -1999 JO12,81794,60344.29157550452,2460344.7919480097,339044136.167334,-5.6351142743982345,157.78176966425605,-0.1643799625210252,19.953283033174568,0.1230584969700505,-398590525.1243784,216829940.4228137,157451443.45073968,-9.964233622046445,-12.353407400623675,-2.362556511157593,-103561567.50998202,96321333.23552094,41751330.95211198,-21.787622787618535,-19.685447760616537,-8.361822570687112,6.018228166588984 -1999 JO12,81843,60344.31479006917,2460344.81516301,339032899.20170486,-5.569950751730385,157.7777112678591,-0.1642441980733172,19.95613651271356,0.122773893682476,-398610510.55776286,216805161.26858965,157446704.22335666,-9.96327593093624,-12.353928520645008,-2.3629348987609866,-103605201.84265973,96281830.83361904,41734555.37163512,-21.720853999850306,-19.70177971510106,-8.365449808285966,6.011200990626643 -1999 JO12,81844,60344.31523470671,2460344.81560701,339032685.55539,-5.568725633066774,157.77763368575893,-0.1642404196900822,19.95619102315328,0.1227685611168592,-398610892.77181655,216804687.3429922,157446613.5755422,-9.963257614305924,-12.353938486659242,-2.3629421354393325,-103606035.06492136,96281075.0372137,41734234.45817678,-21.71956726011676,-19.702008781766416,-8.36551919396872,6.0110666552726055 -1999 LZ3,82430,60345.23336970853,2460345.7337420103,244549292.7478812,-12.085005477791617,162.07060562693937,-0.1715142445580101,10.008089862896966,0.121643745655908,-334445141.6729447,168877711.31717855,83564710.41873953,-6.641164489327779,-15.87933632350116,-4.684327309560931,-105312529.9692028,94740057.77632225,41065167.30628876,-21.56650253714432,-19.95619060898069,-8.502103280151347,9.060147824587837 -1999 LZ3,82480,60345.25654279181,2460345.75691501,244525163.80413735,-12.01785789792682,162.06656537948032,-0.1718526409583242,10.010906986725104,0.121493815530137,-334458437.2225819,168845916.47554308,83555330.93558799,-6.639593319535146,-15.88012974515784,-4.684719917874983,-105355649.43894295,94700065.66961752,41048141.29112256,-21.506049990925508,-19.99176682478848,-8.505653945715379,9.05022406788814 -1999 LZ3,84874,60348.31459678,2460348.814969011,241541609.0356696,-10.474769621306908,161.53217562985938,-0.1874159959366929,10.391754377123007,0.1270874225704039,-336185306.05773544,164636238.14041394,82310685.78768185,-6.431227495298026,-15.98375983193317,-4.736261790534503,-110840550.18068604,89377625.58428721,38741991.4030655,-20.16146665147596,-21.03993728969208,-8.946252116300672,7.738509365491549 -1999 LZ3,84884,60348.31872463115,2460348.819097012,241537875.1913375,-10.463137730496728,161.53138917747867,-0.18736599767249,10.392278935112238,0.1270589293943931,-336187599.8439017,164630537.16120273,82308996.4848547,-6.430944854610969,-15.983898270429172,-4.736331001988407,-110847738.7956654,89370121.27483584,38738800.5325894,-20.14936604473512,-21.04113576303748,-8.946853093659115,7.736677131109753 -1999 LZ3,84916,60348.33355811639,2460348.833931011,241524491.45399624,-10.422138134094808,161.52856502321018,-0.1871433010692941,10.39416298351156,0.1269594673694477,-336195841.74893075,164610050.24393845,82302925.75927201,-6.429929152765067,-15.984395717744524,-4.7365797056948775,-110873535.55914268,89343152.04707335,38727332.34679347,-20.105988702322957,-21.043198874408134,-8.94901212552653,7.73009518126289 -1999 LZ3,84926,60348.338027378304,2460348.838400011,241520469.57933667,-10.410062383815324,161.52771490512555,-0.1870632801296981,10.39473030046431,0.126930515580017,-336198324.51041543,164603878.08024567,82301096.78554536,-6.429623145633187,-15.984545572424112,-4.736654629495026,-110881296.40383533,89335026.81599393,38723876.814535,-20.092986911944944,-21.04313479648761,-8.94966231296773,7.728113024999279 -1999 JO12,85474,60349.23183736454,2460349.732210011,337140033.45437336,-3.2434076036234445,156.9093384133203,-0.1780217609261878,20.559702816666217,0.1218357543581533,-402800133.6135713,211533512.8615229,156425878.35961074,-9.759878350000427,-12.462681696989032,-2.442616312380211,-112423126.0441446,87733157.06222865,38027958.03746464,-19.988878977404145,-21.28172952295328,-9.07265494665939,4.6239975036638965 -1999 LZ3,85483,60349.23586445162,2460349.7362370114,240714588.01933867,-10.23486911101805,161.36247338765236,-0.1921964621597904,10.51004952614704,0.1294355356076676,-336694720.8039864,163362698.7243271,81933063.73402476,-6.36805747432247,-16.01455836889131,-4.7516835435026055,-112430078.98739237,87725751.38361996,38024801.26357574,-19.97826071432999,-21.287822294089167,-9.07322706813272,7.335035695771569 -1999 JO12,85524,60349.25559645247,2460349.755969011,337133445.9339453,-3.1747704333396047,156.9048197461563,-0.1781006439452633,20.562593666199795,0.1215117667014186,-402820167.6760354,211507928.9422688,156420863.7648954,-9.758892901809178,-12.463199358530748,-2.442999089253309,-112464093.45027772,87689435.57264547,38009330.42806511,-19.924614688054763,-21.3143003327031,-9.076033590765132,4.617684681252552 -1999 LZ3,85533,60349.25961871862,2460349.759991011,240693654.3349418,-10.164780140723408,161.35782709800318,-0.1924081998197255,10.51312199045059,0.1292542617348207,-336707789.0286809,163329829.38501292,81923310.89780305,-6.366426265393375,-16.01534988372748,-4.752080524851197,-112471015.32203913,87682028.01429968,38006176.399729416,-19.91339101632024,-21.31899134732973,-9.076606199716164,7.324377393874834 -2000 QR19,86917,60351.185213986646,2460351.6855860115,208404184.6802329,9.515004055798972,127.829023624404,-0.2340327394522109,21.294143723276807,0.0297761240530248,-234785459.0145237,237519704.90178195,112157671.55680215,-16.649709740762436,-9.136815174963308,-4.710598071279406,-115695859.9329945,84150802.28088892,36474441.63301859,-19.273130257574167,-21.821837504914377,-9.3338257788377,6.984403138161387 -2000 QR19,86967,60351.20899265591,2460351.709365012,208423800.94519943,9.580605117261904,127.82305583562864,-0.2336008230862855,21.29484521169648,0.0292274585681576,-234819663.34384775,237500932.3408937,112147993.19676758,-16.64824562389476,-9.138296193075908,-4.711297408556094,-115735399.7917882,84105921.30964658,36455261.93787248,-19.216786892939357,-21.86728933896997,-9.33703794490075,6.996231369877974 -1999 LZ3,86996,60351.22198166559,2460351.722354012,239048600.81418708,-9.319187672732443,160.9814841786647,-0.2011222382125237,10.76993549218794,0.1327047567980239,-337775791.53768307,160608850.58635718,81114804.47348627,-6.23124752339073,-16.08028554206142,-4.78476163906972,-115756947.4180332,84081368.32892,36444782.46394608,-19.1837427441716,-21.88905336401062,-9.33879716240816,6.451865192908497 -1999 LZ3,87046,60351.24577148336,2460351.746144012,239029517.47357547,-9.24908346966258,160.9766101430528,-0.2013819877763694,10.773090241227376,0.1325108850948645,-337788598.2993692,160575796.43924004,81104968.8958175,-6.229603627758882,-16.081067257099505,-4.785156444951717,-115796313.73789184,84036340.24964426,36425583.66026005,-19.11981186712897,-21.92282142647166,-9.342025979172488,6.441003895772965 -1992 SF17,89915,60355.32327832208,2460355.823651013,373127460.3286518,-21.66676522005061,209.26882749133944,0.0261770399934898,-12.554297356542795,-0.0043594199741206,-439885515.2340414,-101830142.34693396,-48060829.32695558,2.315186472201772,-14.453004137655569,-5.457046805860767,-122175595.84143037,76233129.8674419,33043916.891495097,-17.160000942711648,-23.107361675519392,-9.846205897518765,17.271212150792707 -1992 SF17,89964,60355.34697428703,2460355.847347013,373083163.6375353,-21.606289160045364,209.26945866604683,0.0258410277161297,-12.554398076007647,-0.0041404318412094,-439880773.6227366,-101859734.3144508,-48072002.390974246,2.3164630955107866,-14.452708709038273,-5.456907360446191,-122210657.60089824,76185828.49809906,33023755.446449853,-17.091497587724813,-23.098950579433897,-9.84910495224161,17.267815280306852 -1992 SF17,90020,60355.37445360857,2460355.874826013,373031952.6791765,-21.534202291051862,209.2701823454213,0.0255975393955127,-12.554508290793647,-0.0038807406198058,-439875271.7547042,-101894049.7910827,-48084958.84276261,2.317943476447032,-14.4523660164774,-5.456745616106391,-122251145.06241716,76131009.27570753,33000367.862302296,-17.015702648620458,-23.078597799749705,-9.852456350833588,17.263866320773555 -1992 SF17,90046,60355.38811582269,2460355.888488013,373006555.5674055,-21.49817089441305,209.27054014794248,0.025535869628343,-12.554560423551656,-0.0037510949055552,-439872535.0301555,-101911110.44198634,-48091400.38289208,2.318679471068332,-14.452195596901964,-5.456665185380417,-122271209.14343466,76103775.45586321,32988737.074024677,-16.980038528192217,-23.064476753067986,-9.85411708535715,17.26190024812251 -2000 QR19,90489,60356.22702860823,2460356.727401013,213011931.44208267,11.850641242838536,126.68520951072836,-0.204914560249295,21.42301489272977,0.0190943580458862,-241970018.83783707,233472006.6400676,110073783.69813344,-16.336533270793154,-9.446226296940049,-4.856589410430938,-123505128.45752914,74453510.45143974,32271016.69222613,-16.995471539434416,-23.31964694794268,-9.949705710284851,9.383344511813696 -1999 JO12,90511,60356.23686237687,2460356.737235013,336300733.1551405,0.4677055912480268,155.56924737544463,-0.1893226596438037,21.389508018448065,0.1142315011310142,-408619033.5019294,203945105.08138072,154913552.92322564,-9.468271702189496,-12.612056412679664,-2.554535542694897,-123519557.1716514,74433691.57368754,32262562.35190765,-16.968029222158297,-23.331560493129103,-9.950876534304385,3.3012954361088 -2000 QR19,90539,60356.25076120372,2460356.751134013,213036290.3364291,11.907218506041993,126.67999673652648,-0.2039902042304874,21.42346243977431,0.0186279507914815,-242003514.5576358,233452636.15604284,110063824.81165606,-16.335046315044977,-9.447660904947004,-4.857265771356078,-123539909.90132236,74405664.40308039,32250611.61266049,-16.92835394446825,-23.34591928256989,-9.952532954179386,9.394439755172687 -1992 SF17,90728,60356.340883438526,2460356.841256013,371241293.7339606,-21.44564304320143,209.29837615081732,0.0204237657114057,-12.557254599361285,-0.002058168304278,-439679537.7625979,-103100397.1244608,-48540389.0566588,2.3699729954350994,-14.440245575234286,-5.451031928474928,-123670689.68101808,74223721.35972284,32173073.954322472,-16.663279236218532,-23.36533204460216,-9.963278723268834,17.127140867813658 -1992 SF17,90729,60356.3413314268,2460356.841704013,371240463.6730186,-21.444481313451877,209.29838552360877,0.0204181770567903,-12.55725552047804,-0.0020539625491159,-439679446.02059,-103100956.10544558,-48540600.06574863,2.36999709846841,-14.440239926010497,-5.45102926848408,-123671334.64465022,74222816.95807368,32172688.30293947,-16.661998112280546,-23.36510941674632,-9.963331999951906,17.127074006843575 -1992 SF17,90749,60356.3503249034,2460356.850697013,371223810.84386665,-21.42103703075161,209.29857315534025,0.0203148651929786,-12.557273610993152,-0.0019691712510025,-439677604.22403777,-103112176.86152856,-48544835.77175428,2.370480931805256,-14.440126519326984,-5.450975870471611,-123684271.00285564,74204664.2866246,32164946.426257145,-16.636496412938612,-23.35999739411616,-9.964400839174278,17.125731255150946 -1992 SF17,90750,60356.35079393589,2460356.851166013,371222942.8714713,-21.41980859364892,209.29858291532432,0.0203099428441097,-12.557274533493755,-0.0019647322190133,-439677508.1609412,-103112762.04037564,-48545056.66979411,2.370506164363472,-14.440120604664262,-5.450973085559485,-123684945.11371116,74203717.70806324,32164542.651596807,-16.635178399432462,-23.359697423644175,-9.964456546913803,17.125661198120806 -1992 SF17,90751,60356.35124402132,2460356.851617013,371222108.2586503,-21.41862682985396,209.2985922985012,0.0203052530922329,-12.55727541862494,-0.001960462163798,-439677415.7837645,-103113324.75993758,-48545269.08970039,2.3705304284854445,-14.440114916975888,-5.45097040752093,-123685593.30196908,74202807.47053514,32164154.371603176,-16.633912152483134,-23.359405869570224,-9.964510113267432,17.125593827168807 -1992 SF17,90771,60356.360252079474,2460356.860625013,371205447.8749275,-21.39493939585865,209.2987792868888,0.0202205778445659,-12.55729269355096,-0.0018749298690645,-439675570.4999195,-103124564.13333675,-48549511.81443683,2.371015062247311,-14.440001308506668,-5.450916915770313,-123698529.55476116,74184629.48415776,32156398.664790977,-16.608876693007936,-23.35295193426593,-9.96557929975448,17.124247674126668 -1999 LZ3,92850,60359.22760871111,2460359.727981014,233997453.9654291,-5.336405755544627,159.28718939817855,-0.2278252658937349,11.86493790715947,0.1395923973266436,-341893060.01733524,149396828.497665,77759663.20811035,-5.671189939159411,-16.3357650841749,-4.9156914682573225,-127696262.02499464,68403868.7378351,29648534.95825402,-15.633964769244178,-24.082115932202147,-10.27597368279701,2.831256035954884 -1999 LZ3,92900,60359.25166454761,2460359.752037014,233986436.9124917,-5.264938307733648,159.28158930373567,-0.2277802435874356,11.868292877667884,0.1393381312062207,-341904845.67381483,149362874.24222255,77749445.66280366,-5.66948636550772,-16.336509555375258,-4.916078961668146,-127728684.60958764,68353790.28080902,29627174.24377851,-15.564589597111572,-24.104947101863345,-10.278607604362016,2.820545125884266 -1992 SF17,94616,60362.30684568294,2460362.8072180143,360518764.8629731,-20.321525256843223,209.35486311948472,-0.0126034443919793,-12.529935563471485,0.010656331778395,-438375322.2077692,-110524448.91782773,-51341078.70818418,2.6896407809268403,-14.362510292871873,-5.414682241658452,-131631110.32599884,61998800.182279766,26873349.72607236,-14.00353034467024,-24.80547259014302,-10.5812964755598,16.16218774157978 -1992 SF17,94617,60362.30729246676,2460362.807665014,360517980.06596094,-20.320378553477983,209.35485734658647,-0.0126108615692527,-12.529930799145516,0.0106605454306803,-438375218.3240776,-110525003.64744292,-51341287.84185341,2.6896646334981305,-14.36250428166612,-5.414679449029977,-131631651.12851556,61997842.17657545,26872941.066729933,-14.002210757723091,-24.80535293147557,-10.581341163309924,16.16210547462048 -1992 SF17,94666,60362.33129375543,2460362.8316660146,360475907.50808805,-20.25759134887156,209.3545429034568,-0.0129471682385855,-12.529672189058724,0.0108904915161911,-438369639.0963848,-110554788.659611,-51352516.79403345,2.690945338833397,-14.36218147829146,-5.414529488005331,-131660614.60554278,61946413.49670684,26850996.197909053,-13.93248567294533,-24.794381892752792,-10.583737212860884,16.157683231063917 -1992 SF17,94667,60362.33174598792,2460362.8321180143,360475116.4315561,-20.256390356673208,209.35453690736983,-0.0129523194701711,-12.52966726556818,0.0108948782140512,-438369533.9999049,-110555349.58046696,-51352728.26068264,2.690969457350995,-14.362175398314683,-5.414526663574014,-131661158.68263713,61945445.21294532,26850582.87271478,-13.931198267829975,-24.794090876198368,-10.583782262243544,16.15759986291002 -1992 SF17,96648,60366.2988831496,2460366.799256016,353709118.23228735,-19.3855978309498,209.27882718056716,-0.0352370277829812,-12.468415202097107,0.0194535248152526,-437410900.3751885,-115469192.43481982,-53204442.63111884,2.9020680249493243,-14.307717747576763,-5.389332367138819,-136164558.65548518,53436022.58954245,23161847.43676336,-12.11464824266717,-25.61491935553851,-10.932177981819237,15.399190787252117 -1992 SF17,96698,60366.32184862882,2460366.822221016,353670714.69379914,-19.32461399267585,209.27799447787345,-0.0355528431598026,-12.46796589279973,0.0196773511252299,-437405140.5795054,-115497582.9801087,-53215136.55900897,2.9032866114796136,-14.307396149635268,-5.389184173879018,-136188529.55368364,53385208.52163792,23140154.080992498,-12.047810734273227,-25.603047598627462,-10.934183299431083,15.39441094571655 -1999 LZ3,97210,60367.17300861422,2460367.673381015,231691365.5881313,-1.4474365699284508,157.45359404548927,-0.2370107186300959,12.971791925915404,0.1377998847262497,-345591617.7906868,138099853.91774726,74341615.44421387,-5.1018515255848405,-16.573885514240256,-5.041668875105619,-137069288.1097185,51529143.64810258,22333548.416838985,-11.994979729586223,-25.723006826527563,-11.001641697937602,1.834494007146544 -1999 LZ3,97260,60367.19695433125,2460367.6973270155,231688444.02677107,-1.3766119061304376,157.44776796462935,-0.2371374604244584,12.975088010454252,0.137492508322545,-345602171.4407333,138065562.75614795,74331184.12639548,-5.100115524318452,-16.57457929536959,-5.042042351249359,-137094038.43106854,51475888.9844404,22310784.66157563,-11.929971628009914,-25.755928837045875,-11.00365387169234,1.8433659724131144 -1999 LZ3,97305,60367.21724357919,2460367.717616016,231686083.66047403,-1.3164006496492964,157.4428308268689,-0.2370916110450304,12.977874940792429,0.137230978319621,-345611110.5390612,138036507.37661192,74322345.26230964,-5.098644548927796,-16.57516700933556,-5.042358760895292,-137114900.78831482,51430719.99493764,22291494.092055053,-11.871954794150112,-25.77729501049013,-11.005364447794973,1.850906329405613 -1999 LZ3,97355,60367.23994659988,2460367.7403190155,231683566.94761392,-1.249872353625234,157.43730919777553,-0.2368745957869689,12.980987206352232,0.1369423456391106,-345621110.1584539,138003993.75281903,74312454.08840045,-5.096998453777113,-16.575824526083203,-5.042712784843593,-137138122.58319622,51380139.3913408,22269904.757820062,-11.804866829371656,-25.79372591688565,-11.00728236273511,1.8593672893705984 -1999 LZ3,98153,60368.22011875329,2460368.720491016,231590024.78931725,-0.8030282039816935,157.20754475489767,-0.2369307956785006,13.115260459993234,0.1362317500838406,-346049748.3305596,136599035.56978154,73884754.72627094,-5.025827455043785,-16.60408712656649,-5.057964717607273,-138112809.00714654,49222612.7729869,21334497.01078875,-11.374057863553997,-25.95961618389094,-11.082780407617417,2.24514908428412 -1999 LZ3,98203,60368.24427788037,2460368.744650016,231588422.20443115,-0.7328210334546812,157.20167064889202,-0.2366362286755624,13.118547905623242,0.1359206817716426,-346060237.12246203,136564376.4220624,73874196.62785849,-5.024070712487186,-16.604780648581674,-5.05833983655497,-138136475.71044946,49168409.13456624,21311361.456026006,-11.30212040316685,-25.974524891975744,-11.08474569343544,2.2552401392055 -2000 QR19,99699,60370.166865357576,2460370.667238016,230339855.16163585,17.041426864615758,124.44167133988556,-0.1073090128858049,21.530586116625543,-0.0061638058998483,-261111167.16593957,221602176.67409983,103992541.60078555,-15.444151062201536,-10.253784672189177,-5.23646608701548,-139928745.45277765,44895547.132792,19458308.18160939,-10.535962240914388,-26.23743742612073,-11.22358115007654,15.108884880720982 -1999 LZ3,99716,60370.17448696637,2460370.674859016,231526483.0713328,0.0678418540266786,156.7501649748332,-0.2359070579379606,13.380012752773249,0.1345107871674063,-346886376.99647343,133790599.36872196,73028123.90996186,-4.883319673534508,-16.659708174227692,-5.0881841899201845,-139935676.2089309,44878267.32173976,19450917.778134312,-10.515548613338357,-26.248401815748306,-11.224148021172669,3.0968719907056323 -1999 LZ3,99718,60370.17537774718,2460370.675750016,231526488.39524928,0.0704720200868727,156.74994891523997,-0.2359109759382872,13.380132596472704,0.1344986283670658,-346886752.9235612,133789316.86368532,73027732.20887943,-4.883254522170989,-16.659733308584304,-5.0881979085074684,-139936485.62814915,44876246.60930791,19450053.713697005,-10.513131924366688,-26.249631100325782,-11.224214356211256,3.097280155656749 -2000 QR19,99749,60370.19060102974,2460370.690974016,230374863.0263613,17.0985736247483,124.43894292068244,-0.1065180365210984,21.530434334281168,-0.0066197523805166,-261142836.49169144,221581148.16025877,103981802.6852396,-15.44260103170615,-10.255100105223852,-5.23708337905998,-139950286.55118468,44841706.03285332,19435289.15673267,-10.470953280454651,-26.26888757421852,-11.225349525359764,15.117518241448984 -1999 LZ3,99766,60370.19822345097,2460370.6985960165,231526694.22959477,0.1381113527301669,156.74440844016462,-0.2359187511021274,13.383201780676696,0.13418580649647,-346896390.30031544,133756431.68445124,73017688.29974712,-4.881583929333993,-16.660377705084695,-5.088549646443718,-139957174.98061383,44824404.09431378,19427896.618332185,-10.449269993502178,-26.277258497662917,-11.225918945754303,3.107747195707253 -1999 LZ3,99768,60370.19911409484,2460370.699487016,231526704.96336284,0.1407485711524481,156.74419237042605,-0.2359154355073796,13.383321334737651,0.1341736079518896,-346896766.093497,133755149.12884434,73017296.57082781,-4.881518773609661,-16.660402833981568,-5.088563363593674,-139957979.29172707,44822381.17330158,19427032.418005407,-10.44671336376282,-26.27818054545702,-11.225985551114942,3.108155444375517 -1998 BW1,100215,60371.013785925,2460371.514158016,270451928.1538031,20.80411421748597,107.5305094952742,0.0407851438407604,20.85152081608376,0.0165086210464045,-216793112.7416253,283999339.69371766,114901534.5221892,-18.194744334176825,-8.494938275096759,-3.032805215861953,-140664704.54590225,42998427.15682778,18634868.09978938,-10.309325187976704,-26.05591530719556,-11.280695537893614,18.93704014454908 -1998 BW1,100237,60371.024986631535,2460371.5253590164,270472075.67835814,20.83261973396601,107.5309981444016,0.040757360849025,20.851704656709064,0.0163167169620189,-216810719.5273106,283991118.8154168,114898599.54418647,-18.19421759145522,-8.495628246459864,-3.0330843650456893,-140674677.6016411,42973196.61143505,18623950.65816041,-10.300802921427731,-26.085856836465155,-11.281446881472538,18.939567988021828 -1992 SF17,101396,60372.30875567979,2460372.809128016,344115236.1878747,-17.685909013061643,208.99014781329103,-0.0696477222017065,-12.309155169499832,0.0330576612564921,-435821333.4848749,-122876695.1313019,-55992814.33488122,3.219614600615564,-14.221080637464071,-5.349635915934329,-141742184.58451274,40067940.033123285,17367909.692405634,-9.119268571584952,-26.593758262146228,-11.365403342659931,14.07052349919828 -1992 SF17,101446,60372.33269035583,2460372.833063016,344078731.0238777,-17.619684503093836,208.98843904542812,-0.0698322265898556,-12.30836105250323,0.0332987107413549,-435814673.6781463,-122906105.46439064,-56003877.78106216,3.220873809104921,-14.220725702045272,-5.349474166344566,-141760973.68419677,40012966.90807641,17344404.544873364,-9.052811954753553,-26.570778792771787,-11.367021764620208,14.06467062227325 -1992 SF17,101502,60372.35831577906,2460372.8586880164,344039800.13172793,-17.54901036041989,208.9866064900181,-0.0698840998620867,-12.307504470444966,0.0335559059030722,-435807540.7515985,-122937591.57868113,-56015722.02051914,3.2222218792074178,-14.220345618851542,-5.349300964013658,-141780942.4039812,39954174.521430336,17319236.052659366,-8.986774227570661,-26.53743880009628,-11.368740702973252,14.058399409791903 -1992 SF17,101524,60372.36986484486,2460372.870237016,344022305.1160497,-17.517662168842918,208.9857805344145,-0.0698587343035158,-12.307116272074383,0.0336701708209057,-435804325.01871336,-122951781.8619533,-56021060.00610389,3.2228294281333283,-14.220174288893384,-5.3492228921958604,-141789895.78699186,39927703.290411904,17307891.55742161,-8.959104793662394,-26.519702041483537,-11.369509900777468,14.05557224599165 -1999 LZ3,105269,60377.15718489009,2460377.657557017,232617755.45530668,3.463233790354597,155.15310645129065,-0.2230069282059463,14.27980432208473,0.1224812389547662,-349677454.9600478,123681627.23266898,69926318.81625375,-4.367679666669728,-16.850340066992292,-5.19402449959863,-145114180.2683803,28956877.55223167,12549419.296806566,-7.013508280539827,-27.173030580038503,-11.62578997785414,6.359502288565147 -1999 LZ3,105319,60377.17969600706,2460377.680069017,232624555.84375232,3.5292057318433576,155.14792659874692,-0.2229289922079603,14.28255773044029,0.1221357794726792,-349685948.52638537,123648852.50600386,69916216.0388521,-4.366000998197749,-16.85093389925207,-5.194360234240665,-145127760.59691367,28903998.80635717,12526805.60498784,-6.950022325001232,-27.198741958252214,-11.626924579830948,6.370214623948384 -1992 SF17,106442,60378.30203797946,2460378.802410017,335470870.3172178,-15.725130540793618,208.49543486026013,-0.1031478336316568,-12.070043225555867,0.0464624138181719,-434072655.877733,-130217628.45358364,-58752473.34505733,3.533555210279588,-14.12977641993688,-5.308237553848118,-145760262.58300218,26293486.16030759,11396936.533953406,-6.06713650878318,-27.2959333514784,-11.675716992341364,12.53096737895472 -1992 SF17,106492,60378.32590107096,2460378.8262740173,335438517.4956739,-15.657706211563095,208.49291598444225,-0.1032658714125015,-12.068931574534556,0.0467030174498955,-434065368.5528535,-130246763.06872408,-58763418.53229584,3.534799764288064,-14.129403159158056,-5.308069132741901,-145772704.39620954,26237232.88557123,11372861.83197851,-6.00219901678427,-27.26858157034072,-11.676810512770604,12.524283890466371 -1992 SF17,107189,60379.25008294898,2460379.7504550177,334198808.98748803,-15.508587684590792,208.3989961524265,-0.1078920324294579,-12.02493427593892,0.0481523231051165,-433781179.3555813,-131374464.88202322,-59187024.77371207,3.5829639406186065,-14.114888964143471,-5.301524955108772,-146251690.36501592,24085639.499039955,10439068.289943043,-5.699539786381621,-27.41481258500528,-11.712202993921837,12.268459787769032 -1992 SF17,107239,60379.273526391735,2460379.773899018,334167460.1819396,-15.444666218051395,208.39640514779947,-0.1082752231958693,-12.023802732794229,0.0483805584037008,-433773920.2291016,-131403056.56194028,-59197763.72531917,3.584184883431515,-14.11451928457902,-5.301358396075288,-146263163.6950151,24030117.586823333,10415343.486509567,-5.629292563435572,-27.405005952250928,-11.71320383043087,12.261774892451925 -1992 SF17,107293,60379.29854018832,2460379.798913018,334134157.2003409,-15.374406882997333,208.39363225284188,-0.1085442689494383,-12.022589425005725,0.0486304507242202,-433766172.2473887,-131433562.13929184,-59209221.46933011,3.5854875435713063,-14.114124766949995,-5.301180652913482,-146275251.01675835,23970909.28873287,10390027.651058389,-5.556982629602945,-27.38524590881496,-11.71426345521695,12.254632574136144 -1992 SF17,107343,60379.32285192187,2460379.823224018,334101936.59242034,-15.305500712774773,208.39093247791385,-0.1086643351083409,-12.021404195048913,0.0488751137574013,-433758639.3208965,-131463209.55586793,-59220356.83116795,3.586753547026852,-14.113741256493704,-5.301007875427295,-146286852.86501482,23913415.244078062,10365421.115525251,-5.490686740778672,-27.357349846094134,-11.71528192710077,12.247684482493336 -1992 SF17,110116,60383.21469260357,2460383.7150650183,329185276.559189,-14.082365350056987,207.94223148073996,-0.1282238987756585,-11.81544167658331,0.0563928077909682,-432518506.4845687,-136198820.69474775,-60998241.7365049,3.788834791071277,-14.051326054222208,-5.272972335447308,-147871080.17977166,14782963.6258834,6405688.451306487,-3.714169467222815,-27.6835392153484,-11.827198656549411,11.114979214169258 -1992 SF17,110166,60383.23884298534,2460383.739215018,329155958.8898764,-14.018823697983798,207.93906124913136,-0.1287379326552395,-11.814077128279925,0.056615292006405,-432510599.1775239,-136228140.59405097,-61009244.44181754,3.7900851090570007,-14.050932433622435,-5.27279603834246,-147878753.1786435,14725200.459780669,6381009.606295611,-3.64059296866646,-27.681797601591864,-11.827855166884582,11.10756956795198 -1992 SF17,110380,60383.343291344616,2460383.843664018,329030775.77888066,-13.72385288092348,207.92526539129344,-0.1294011586715845,-11.80811036836243,0.0576393532676378,-432476369.9715568,-136354939.92503142,-61056826.99044002,3.7954922240667233,-14.04922912676882,-5.27203322221792,-147910252.01307213,14475762.970959734,6274257.833666584,-3.352801449921604,-27.573082096764853,-11.830601691424892,11.075422543299627 -1992 SF17,110439,60383.37128533245,2460383.8716580183,328997674.53986007,-13.6486021518193,207.9215678938484,-0.129143899367937,-11.806493114262912,0.057901091933123,-432467187.7116413,-136388921.5374246,-61069578.69560103,3.7969412728166594,-14.048772366671662,-5.271828684421512,-147918286.6926488,14409134.72394631,6245642.534902776,-3.2926425282900804,-27.520254830000496,-11.831291921423894,11.066800266971486 -1999 LZ3,110757,60384.11003201465,2460384.610405018,235672084.70996067,6.549459497214329,153.6988046340609,-0.1965058971850236,15.072726238212532,0.1053997083401509,-352144483.21103275,113505566.87014422,66775385.87845679,-3.844308314968665,-17.02725637206145,-5.295985771201957,-148138417.6343609,12674193.372632183,5490062.691981195,-3.4895856872451123,-27.63754310993792,-11.844199926415744,9.546735888813064 -1999 LZ3,110807,60384.13385294682,2460384.6342250183,235685633.8401737,6.617475048035296,153.69395591397807,-0.1965675379374451,15.075232212017603,0.1050084055349246,-352152392.9464784,113470524.12847184,66764486.3717702,-3.84249843313932,-17.02783983960659,-5.296329022491145,-148145536.1647957,12617276.869384998,5465686.204068095,-3.4273176218238426,-27.67235810709916,-11.844741632880174,9.557506979784222 -1999 LZ3,110841,60384.15099817706,2460384.651371018,235695473.79827812,6.666837936059082,153.6904659320519,-0.1964943246347361,15.07703025233121,0.1047244917375433,-352158084.1880767,113445299.08997698,66756640.30482059,-3.841195582027736,-17.02825973160804,-5.296576073948357,-148150578.391064,12576267.132632434,5448138.941103594,-3.379644571566407,-27.69259516703964,-11.845137119524384,9.565257389466373 -1999 JO12,110844,60384.152345109,2460384.6527180183,354317114.62496835,14.062030921592044,150.3754775730228,-0.1428131428389343,23.764920220190408,0.0488030920677158,-430036427.07013047,172865889.36298144,148231253.3482935,-8.287230586769086,-13.14320199034844,-2.981659990123592,-148150971.4940674,12573044.163340786,5446760.3925023535,-3.3758136998751183,-27.694005460614484,-11.845168350387889,9.405645447857044 -1999 LZ3,110891,60384.17512363386,2460384.675496018,235709442.48642483,6.7358162957716345,153.6855594467879,-0.1962245189653894,15.079551932084463,0.1043277209004633,-352166088.6870488,113409805.56369494,66745600.00641838,-3.839362326565957,-17.028850396529283,-5.296923646737932,-148157550.34327886,12518521.120375248,5423448.352412228,-3.309493746171443,-27.713745398146845,-11.84569921119249,9.57615537383971 -1999 JO12,110894,60384.17647416459,2460384.6768470183,354346498.53346515,14.12709065030672,150.37171543487435,-0.1425580924216824,23.76609288737661,0.0483983901901443,-430053701.950085,172838489.98682716,148225037.26734817,-8.286198063846724,-13.143617232021809,-2.9820160040541666,-148157936.41458547,12515286.139864529,5422065.644461375,-3.305482048235454,-27.71466795663352,-11.84573082941261,9.41249280334862 -1992 SF17,113420,60390.32038221607,2460390.820755019,321539344.3455605,-10.852811317346031,206.92640264349765,-0.161917350724461,-11.360350388075986,0.0711362386806146,-430079791.8275367,-144789497.56094885,-64219445.74750413,4.154759424928287,-13.932175089876614,-5.2198711749266895,-149015598.7427999,-2034602.177785745,-882969.9066360386,0.2423969237578791,-27.71565305911246,-11.887780380765026,8.84087698574857 -1992 SF17,113470,60390.34474055205,2460390.8451130185,321516575.7033849,-10.785732142415135,206.92238250017587,-0.1616818334539608,-11.358614949308086,0.0713563564878855,-430071046.3777056,-144818818.87476072,-64230431.32990236,4.156007009933157,-13.931755188117362,-5.219684925735259,-149015030.63486558,-2092883.416997725,-907988.1166356336,0.2963233176527942,-27.66972156389388,-11.887782690239291,8.83253019882505 -1999 LZ3,116037,60394.10335063107,2460394.603723019,243139698.09251413,10.51863534715643,152.01609814588355,-0.1418033682805992,15.9722048465196,0.0744924375621258,-355132993.781017,98702593.00822908,62141755.26940773,-3.0750574400528023,-17.258089628006363,-5.436218551394343,-148710199.60420772,-10979970.142312285,-4763238.366979767,1.6983548402299191,-27.680673501927785,-11.848012122248202,13.720590284107155 -1999 LZ3,116087,60394.12603700732,2460394.626410019,243160378.79206777,10.581934141239325,152.01275346087405,-0.1416395035840016,15.973890398501736,0.0740996152964032,-355139019.43085366,98668765.15546808,62131099.50047344,-3.073288623521705,-17.258581328336025,-5.436528113286984,-148706809.5746242,-11034254.40447239,-4786462.077985404,1.7612009389432506,-27.70577702120263,-11.847757492675878,13.729544674746364 -2001 SF198,116639,60394.38681638566,2460394.887189019,268755715.2783255,-19.20523488515875,252.76248776046168,0.1195813385880291,-13.838434530181772,0.0605230153944319,-225988429.71584472,-260891316.40282124,-69335669.5668425,13.923847406489138,-12.31713344680466,-4.060443593178211,-148658794.06468272,-11657393.246539949,-5053374.236387955,2.4313278986624924,-27.45319615149533,-11.84460874772257,23.215258633952494 -2001 SF198,116661,60394.39718156925,2460394.897554019,268738528.75689256,-19.17848972933473,252.76376389654217,0.1195163871170365,-13.837806538072837,0.0606524788847275,-225975959.33485156,-260902347.22773105,-69339305.98872915,13.924462897288484,-12.316422852132812,-4.060254753800952,-148656610.83845174,-11681967.161402944,-5063981.43796218,2.444196058681839,-27.42763027062195,-11.844447342708747,23.213692946330056 -1999 LZ3,117062,60395.1615621406,2460395.66193502,244120492.07091132,11.034548891918153,151.87208875548407,-0.1347542538293449,16.049093647470734,0.0702236799827838,-355410359.99774235,97123707.0655468,61644083.48185121,-2.9924458012290787,-17.280865734474887,-5.450614298224765,-148512015.83621687,-13479278.429205634,-5845689.312331636,2.382785882118996,-27.688800330762987,-11.829126382352314,14.127354850617673 -1999 LZ3,117112,60395.1853890408,2460395.685762019,244143272.7601857,11.09601648665524,151.86875529985238,-0.1341160597516374,16.050762241199717,0.0698387722921986,-355416518.26074225,97088132.5534082,61632862.64159737,-2.9905831809049626,-17.28137482599296,-5.450937412082156,-148507036.22795516,-13536285.522246549,-5870041.032251831,2.455071698312832,-27.692606251209227,-11.828792407466311,14.13656939992592 -1999 LZ3,117162,60395.20910835882,2460395.709481019,244166071.93451643,11.15317228268194,151.86545466231203,-0.1333194016192952,16.052414428711643,0.0694790995009058,-355422644.8008581,97052718.2543484,61621692.00309671,-2.9887288936575493,-17.28188144594364,-5.451259016394864,-148501931.09958002,-13593032.777803194,-5894281.690661868,2.5270876104245183,-27.68740292387787,-11.828458601002348,14.14572323258769 -1999 LZ3,120565,60399.09997425072,2460399.6003470197,248055936.81888187,12.213446158205002,151.40306085381528,-0.109719022525671,16.30339919520616,0.0580824327229242,-356376037.6166261,91229560.00541824,59780410.03098378,-2.683074455068605,-17.362759260984284,-5.503403088514649,-147338647.68968123,-22726838.45696415,-9854758.189580362,4.260697566703364,-27.40913859781421,-11.725268464027245,15.57305624902828 -1999 LZ3,120615,60399.123835000006,2460399.624208019,248081183.99099216,12.278723772298717,151.40033623243178,-0.1094413022812747,16.304780168273858,0.0576699182706014,-356381566.8506141,91193766.07379976,59769064.40621314,-2.681190993055817,-17.36324149874265,-5.503719080816278,-147329794.6994603,-22783368.72015026,-9878930.216721846,4.328398253944557,-27.4308772287196,-11.72461610573166,15.581662072484292 -1992 SF17,120879,60399.24922813567,2460399.749601019,314630105.11538106,-6.868545582143703,205.35297583214717,-0.1943628177195943,-10.662450970084343,0.084863829583709,-426698895.68625087,-155477119.14762127,-68219620.92211373,4.60894328983308,-13.773063313560348,-5.149687551830422,-147280869.09556395,-23080607.408058,-10005935.758935835,4.700628106135412,-27.39968801763228,-11.721201282039726,5.6687215040584364 -1992 SF17,120945,60399.28118382621,2460399.781556019,314611272.4182535,-6.774275156593664,205.346656216224,-0.1942994715692638,-10.659734681969072,0.0851421939708359,-426686168.2810421,-155515145.4175443,-68233838.7238841,4.610557369957666,-13.772475298793802,-5.149429537232098,-147267772.53405833,-23156195.490139306,-10038295.725049775,4.785044089072781,-27.35389738835448,-11.720299742432198,5.656662754671433 -1992 SF17,120995,60399.30417585096,2460399.804548019,314597881.15609294,-6.70845467512526,205.34211255383948,-0.1940984901349623,-10.65777484831892,0.085336173445212,-426677008.0083876,-155542504.7562411,-68244068.15676358,4.611718668936318,-13.772052133849629,-5.149243862746786,-147258211.76021257,-23210494.57942119,-10061577.5458755,4.8397140872463735,-27.312918813483517,-11.719635069694808,5.647987449337347 -2000 QR19,122203,60401.01488077102,2460401.515253019,285802709.0629085,23.63792912312116,124.89829079045587,0.1100425383958904,20.658627551707674,-0.0488477467789676,-299521254.53796273,192146355.72740576,89041752.46524005,-13.358584022054654,-11.795744873326017,-5.955914223685371,-146521506.20897037,-27187583.53269078,-11789237.848307772,5.076719273729431,-27.11678685143024,-11.656174857714973,22.37178176043368 -2000 QR19,122253,60401.03878397265,2460401.539156019,285851588.7192373,23.69739901933748,124.9011041424652,0.1102456644849091,20.657455203133168,-0.0492437818701146,-299548839.04872656,192121995.75168493,89029452.6580631,-13.356920955183329,-11.796811768691754,-5.9564086197043,-146510971.7384001,-27243633.410410155,-11813309.52513536,5.126267155590754,-27.16210369137763,-11.655325689226776,22.374912295466597 -1992 SF17,123406,60402.15432435613,2460402.654697019,313081351.07739574,-5.657540712286549,204.78623333775388,-0.2012045155972652,-10.410700729304612,0.0878040163697577,-425523637.3050758,-158927479.50178397,-69509260.31647396,4.755348619199282,-13.719068434292772,-5.126033262076666,-145963121.45205715,-29833889.371293567,-12934572.021596432,5.949456950988645,-27.18418286618596,-11.610135582790848,4.57785281814218 -1992 SF17,123456,60402.17809368587,2460402.678466019,313069799.0466513,-5.592205502751041,204.78136503766785,-0.2016661741030291,-10.408611542346334,0.0879886947130621,-425513870.1125299,-158955653.62234348,-69519787.34894076,4.75654369176864,-13.718622185214066,-5.125838081625826,-145950829.37555194,-29889715.46017245,-12958414.17497977,6.021557509523115,-27.18221166623933,-11.60925484579906,4.568705618466988 -1992 SF17,123491,60402.19394080225,2460402.694313019,313062173.30331534,-5.546810024851967,204.77811380470376,-0.2019003205413251,-10.40721617288068,0.0881170762294363,-425507356.877615,-158974437.0417447,-69526805.58935322,4.75734043174083,-13.71832462685572,-5.125707938332544,-145942551.98937556,-29926928.952607304,-12974308.940843802,6.0693691443320255,-27.175895445477707,-11.60866616255626,4.562601163387677 -1992 SF17,123541,60402.218192296605,2460402.71856502,313050625.19984645,-5.475467607183903,204.7731321854737,-0.202139477435719,-10.40507672094938,0.0883188164798088,-425497387.0146872,-159003182.098008,-69537545.84739122,4.75855971084707,-13.717869185936612,-5.125508746178361,-145929758.8425639,-29983856.060768545,-12998632.476822944,6.141107037471403,-27.158604124517318,-11.60776051864392,4.553252063940405 -1992 SF17,123585,60402.23804355536,2460402.738416019,313041284.90145624,-5.416239449367592,204.76905140177183,-0.2022254150583129,-10.403321844147705,0.088486182197428,-425489224.479064,-159026710.0850706,-69546336.76256055,4.759557692512865,-13.717496337642029,-5.1253456807320354,-145919177.21118924,-30030419.49560425,-13018540.612781797,6.1976864183959215,-27.137803992179293,-11.60701295572816,4.545595292098551 -1992 SF17,123587,60402.23895168128,2460402.7393240198,313040860.1005048,-5.413526337935769,204.7688647113163,-0.2022269620014424,-10.403241495180444,0.0884938447253345,-425488851.0773409,-159027786.25836942,-69546738.85923056,4.759603340221002,-13.717479282059838,-5.125338221546021,-145918690.89581892,-30032548.44715461,-13019451.195924705,6.200214961076806,-27.13671430227403,-11.606978595154374,4.545245006749223 -1992 SF17,123635,60402.26210283164,2460402.76247502,313030100.82333344,-5.344637378562059,204.76410482042377,-0.2021960941492443,-10.401190519114268,0.0886882371000648,-425479329.3627042,-159055224.65467954,-69556990.79245514,4.760767182961793,-13.717044385593416,-5.125148023917503,-145906225.8714667,-30086798.103584208,-13042667.133060422,6.262559656752266,-27.105024481703765,-11.606096724419256,4.536313121712992 -1992 SF17,123637,60402.26300464005,2460402.763377019,313029684.40787464,-5.341973416058407,204.7639193943768,-0.2021921659113252,-10.40111051894735,0.0886957467444114,-425478958.33444256,-159056293.68062434,-69557390.21637559,4.760812527254913,-13.717027439944491,-5.125140613003819,-145905737.72155118,-30088910.41997169,-13043571.627210025,6.2648980863500885,-27.103642181786014,-11.606062121182289,4.535965112542751 -2000 QR19,125840,60404.99990943106,2460405.500282019,294023414.9204308,24.07441764482449,125.44440660309404,0.132618489913408,20.454429447917743,-0.0534894586305004,-304072513.777903,188055016.09280676,86977218.40361033,-13.08050177725982,-11.970935631582703,-6.037019907362804,-144315036.03347978,-36377011.63515354,-15772875.300132804,7.06244762059506,-26.683183170127847,-11.47308454119388,22.818072764710017 -1998 BW1,125849,60405.00393638609,2460405.504309019,339640758.0722515,25.293362555810045,112.8781436659774,0.223926455564846,20.797062170674867,-0.0206124521215625,-267752162.75931388,256147389.9347653,104815650.6240662,-16.474219620276305,-10.416792561398491,-3.81450218415049,-144312577.46085125,-36386296.9929045,-15776867.127829676,7.070044723306444,-26.691222718032854,-11.47288403712216,22.74055201587069 -1998 BW1,125850,60405.00438469447,2460405.504757019,339641737.1425992,25.294424558745053,112.8782509782302,0.2239314677364281,20.79705293489244,-0.0206187052099291,-267752800.37620476,256146986.7633633,104815502.98760736,-16.47419553388224,-10.416815604938062,-3.814511613512888,-144312303.7825176,-36387330.15289669,-15777311.210766522,7.070903230451059,-26.69210825208908,-11.47286175925304,22.740564017186884 -2000 QR19,125890,60405.02361988217,2460405.5239920192,294072793.21674794,24.133067890265977,125.44776421702382,0.1327740645349127,20.453156711554318,-0.0538688574492705,-304099305.90935034,188030494.02634463,86964851.81146911,-13.078842426560673,-11.971961890989617,-6.037494551827602,-144300520.61857507,-36431720.47562964,-15796377.213696493,7.110194705743085,-26.72833340201054,-11.471910346261756,22.82059509023793 -1998 BW1,125899,60405.02764827529,2460405.528021019,339692634.7029372,25.34857973696897,112.8838273615382,0.224253802020964,20.796569526758983,-0.0209377212449406,-267785909.61475137,256126049.4320152,104807835.93906416,-16.47294471841122,-10.418012139369386,-3.815001234740539,-144298043.99252778,-36441026.00072209,-15800370.615157451,7.119003768417223,-26.73544730951317,-11.471712269682998,22.741183011622223 -1998 BW1,125900,60405.02809565688,2460405.528468019,339693613.7190408,25.349597348060747,112.88393459093324,0.2242611709115495,20.796560166258462,-0.0209437201850972,-267786545.7587011,256125647.1137421,104807688.61298507,-16.472920684108487,-10.418035128261373,-3.8150106418235823,-144297769.0318685,-36442058.55992374,-15800813.66135146,7.119992942079009,-26.73622584301192,-11.471690318561986,22.741194814832163 -1992 SF17,126148,60405.143232581446,2460405.643605019,311862512.764946,-4.168747494663655,204.1820457810836,-0.2073860728253332,-10.141922986489243,0.0907984417401023,-424276215.0976328,-162463075.84322372,-70829849.44736654,4.905270051698571,-13.66238641018912,-5.101281163183725,-144225463.000092,-36708744.16696517,-15914904.465827612,7.43257693124855,-26.84939755354421,-11.466151202571895,3.4327320064459124 -1992 SF17,126198,60405.16648370551,2460405.6668560198,311854201.93701464,-4.104756576667263,204.1771417980796,-0.2078332692767729,-10.1398098612863,0.0909696767665016,-424266359.66232544,-162490521.9575028,-70840097.28834765,4.906433481941426,-13.661941002858269,-5.10108696975152,-144210461.13400465,-36762681.67796988,-15937937.55021502,7.502965574624003,-26.848079269424467,-11.465044788896751,3.4236294999859367 -1992 SF17,126223,60405.17800431546,2460405.6783770192,311850132.3650299,-4.0718206555174445,204.17470830926175,-0.2080080250802426,-10.13876129294407,0.0910579608183084,-424261475.3741545,-162504121.32598263,-70845175.00516029,4.907009951839219,-13.66172027554868,-5.100990736453174,-144202975.23567638,-36789404.90196312,-15949349.747668764,7.537772777663794,-26.844229750076888,-11.464495786690788,3.419115367756119 -1992 SF17,126273,60405.2023766127,2460405.702749019,311841633.1871932,-4.000270945756811,204.16955477765535,-0.2082708758768173,-10.13653970103992,0.0912498985505063,-424251141.05984575,-162532889.2634285,-70855916.29976025,4.908229404595084,-13.661253284190344,-5.100787140088952,-144187025.86157575,-36845917.67850123,-15973489.778369902,7.610387929910648,-26.829180009130614,-11.463330698325734,3.409559583089424 -1992 SF17,127380,60406.28009397116,2460406.780466019,311500308.1393196,-3.2554422146071227,203.94698193698605,-0.2097056733846157,-10.037521763535214,0.0927111749290243,-423791597.8502556,-163804005.19658053,-71330460.59549242,4.962104942569761,-13.640527545282085,-5.091756414898556,-143462255.4690581,-39304033.080962,-17038115.70022552,8.31778643741286,-26.588917942396456,-11.403751171216037,2.991586595716788 -1992 SF17,127430,60406.30412573269,2460406.804498019,311493618.4427484,-3.188901086568809,203.941868254869,-0.2093324429305707,-10.035291627977893,0.0928841205936242,-423781293.35313207,-163832327.73086607,-71341032.8432903,4.963305241130922,-13.640063697735467,-5.091554419651625,-143444929.7574753,-39359191.40357944,-17061792.710722223,8.369558144004142,-26.5397765393911,-11.402460295103875,2.9821203783201438 -1992 SF17,127431,60406.30454239935,2460406.80491502,311493503.57130265,-3.187782306056477,203.94177960857076,-0.2093248068687671,-10.035252894681843,0.0928870170778606,-423781114.528856,-163832819.1712531,-71341216.2878409,4.963326068141456,-13.640055648465449,-5.091550914418322,-143444628.19717237,-39360147.58393128,-17062203.527422827,8.370393690041311,-26.538872058429675,-11.402437731821005,2.9819561867830937 -1992 SF17,127481,60406.32834317959,2460406.828716019,311487012.24894124,-3.1263521363752416,203.93672585334335,-0.2088270385060104,-10.033040178622258,0.093045300486047,-423770906.58348656,-163860868.491963,-71351686.4902854,4.964514782118574,-13.639596185940038,-5.0913508337512505,-143427368.855297,-39414667.40997153,-17085650.242225252,8.414256185710459,-26.48469340055614,-11.401139945211808,2.97258934199429 -1999 JO12,127743,60407.00871442623,2460407.509087019,390101086.0925321,21.443033214648125,148.20745475827974,-0.0368466361972902,24.177536688273783,-0.0101734026461061,-445430250.0874634,146546057.8042758,142017274.1771039,-7.301647543919671,-13.503126211412592,-3.3085748105535404,-142944583.20123318,-40948519.732489474,-17754632.281057876,8.075320666860689,-26.44936124147974,-11.359359351382256,14.666129459079912 -1999 JO12,127793,60407.03255018349,2460407.532923019,390145306.95142686,21.5017847267338,148.2064905574944,-0.0369411617207931,24.17728998210339,-0.0105290385010725,-445445285.18105817,146518250.69823685,142010460.5463991,-7.300612563151366,-13.50346689926688,-3.308904900133022,-142927900.15469316,-41003034.16019754,-17778024.70230406,8.127414834136585,-26.490894369412302,-11.3580131300731,14.670382777413591 -1999 LZ3,127914,60407.08985114443,2460407.5902240197,257291530.02284005,14.510253403067578,150.78022008922696,-0.0549899756622599,16.66381481881736,0.0318832601263552,-358009078.20534384,79190595.01350288,55945525.90040001,-2.0463409407828124,-17.514689803469732,-5.606568657752173,-142887306.42611778,-41134380.26168078,-17834248.11041566,8.276208729149381,-26.562313469884625,-11.354824687877588,18.171241481100857 -1999 LZ3,127964,60407.11219956464,2460407.612572019,257319605.3588825,14.569279988213772,150.77894109543456,-0.0546392977830181,16.664523117461652,0.0315061759234953,-358013027.49158365,79156777.73099996,55934700.61519769,-2.044543113553152,-17.51508756143207,-5.606849649384434,-142871264.3190334,-41185684.524932384,-17856171.57938244,8.340702440069187,-26.57759196385489,-11.353593534360408,18.178012365437407 -1992 SF17,128140,60407.192451153336,2460407.692824019,311250671.05451494,-2.998026841256277,203.75817076710197,-0.2113364118899744,-9.9530003764719,0.0927992400019029,-423398647.03626114,-164878572.99506253,-71731533.70155741,5.007640643712636,-13.622866385614,-5.084068872329529,-142812597.96777984,-41369993.13124147,-17934879.530058727,8.581346726042453,-26.56794168989395,-11.349180977946569,2.637138876468603 -1999 LZ3,131572,60411.047927265936,2460411.548300019,262402178.334452,15.36399704486158,150.64206570498573,-0.0272448310410133,16.765893479475235,0.0196759871416954,-358654239.63698304,73189487.74395601,54019867.15217686,-1.7264827117483694,-17.582726465730627,-5.655660485847982,-139673171.16420883,-49988272.67897695,-21673158.83026259,10.12536416240019,-25.905444241362225,-11.086048015604408,19.28634548335721 -1999 LZ3,131622,60411.07164209287,2460411.572015019,262433723.90022615,15.42669033668141,150.64139248589774,-0.0270892167027412,16.766355361598837,0.0192767221233534,-358657775.0058294,73153462.60781679,54008279.13798693,-1.7245575666586574,-17.583119407926553,-5.655950497163896,-139652360.38955313,-50041380.150682695,-21695872.17884412,10.188723363893615,-25.9313194332776,-11.084392217825105,19.292847778050955 -1998 BW1,132364,60411.97424452221,2460412.4746170198,354908999.67387384,25.48291932100892,114.68803669826964,0.249843523506169,20.627751129028898,-0.0286262504348865,-277559075.1046834,249768087.14866412,102475010.63113075,-16.095714352990584,-10.768002929089455,-3.9584032439163592,-138825267.70491832,-52026814.03425595,-22557650.51733137,10.443984741828404,-25.612072241063775,-11.014955212474652,22.78389150238877 -1998 BW1,132385,60411.98501559516,2460412.485388019,354932726.6611746,25.508409042921,114.69091258004056,0.2499302881569187,20.62744201256112,-0.028771455698726,-277574052.46013314,249758066.8960103,102471327.09632836,-16.095123841913924,-10.768534325869435,-3.958621264206018,-138815539.37927428,-52050658.93125175,-22567900.817353856,10.463595157058847,-25.633257533191056,-11.014148241668202,22.783862349429132 -1999 LZ3,132605,60412.09158317338,2460412.591956019,263800754.2579232,15.698373381816364,150.62420541918573,-0.0198094848622437,16.784529697196426,0.0157750720318569,-358806089.3379936,71603327.68592228,53509338.02537226,-1.6416630631544369,-17.599852141652573,-5.66837640003244,-138718067.82024574,-52287427.96773944,-22669277.051414333,10.726525040503692,-25.772507456382,-11.006308130657535,19.56168362185014 -1999 LZ3,132655,60412.11554532927,2460412.61591802,263833319.17029935,15.759188494785787,150.62371536421787,-0.0193230947599452,16.784903024852422,0.0153872506211091,-358809485.90520704,71566891.92575358,53497603.00546115,-1.639713296338989,-17.600241320782153,-5.668667221647848,-138695787.9819462,-52340796.5713987,-22692061.794019416,10.796941302703315,-25.781981548920854,-11.004567516488615,19.568058405314865 -2001 SF198,133173,60412.35795336095,2460412.8583260197,241124066.59403715,-16.0214249814873,253.9403369850843,-0.0112624329932882,-12.56546768592884,0.0795116415606911,-203569226.75701416,-279042240.3366388,-75380105.32657252,14.932366568022069,-11.049665179500812,-3.7207564005647953,-138462796.15219498,-52878245.2440658,-22922355.57963701,11.367541498144297,-25.419377484781617,-10.986538228468095,19.578444080844303 -2001 SF198,133174,60412.35841602942,2460412.8587890198,241123425.72600505,-16.020175138703564,253.94033164224007,-0.0112639996225358,-12.565430870748427,0.0795172033955816,-203568629.3820943,-279042682.38160795,-75380254.17652775,14.932391024273402,-11.049631654575228,-3.7207473446910018,-138462341.4051756,-52879262.075872496,-22922795.075632904,11.367988339765922,-25.418142018260816,-10.986502120363951,19.57831832590145 -2001 SF198,133216,60412.379403575454,2460412.879776019,241094428.5202588,-15.963968912145983,253.9400892118635,-0.0112618313342702,-12.563759412320907,0.0797670683305933,-203541550.37373948,-279062718.114066,-75387000.90944035,14.933499500860428,-11.048111982357195,-3.7203368416374634,-138441711.89914277,-52925301.073349245,-22942715.15546565,11.384690330878852,-25.361596957296843,-10.984856350003758,19.572618075777463 -2001 SF198,133217,60412.37985783738,2460412.880230019,241093802.3628889,-15.9627661492609,253.94008397393512,-0.0112602128530384,-12.563723196880671,0.0797724091952852,-203540964.56692597,-279063151.50508296,-75387146.8494045,14.933523478093829,-11.048079107193908,-3.720327961119157,-138441265.32251427,-52926295.87246972,-22943146.04209081,11.384974359317736,-25.3603655430457,-10.984820551063208,19.57249477718587 -2000 QM186,133906,60413.26447794604,2460413.764850019,291676121.8065193,-23.45378959348169,270.1595157991267,0.0953778934439027,-22.578450968479107,-0.0240228066430039,-136839597.41211915,-324174480.6006315,-135768420.6382609,17.2443670957308,-3.2369556906720014,-3.214914581290508,-137589405.19641018,-54855010.532493696,-23779935.236432478,11.687854900257705,-25.452078188226448,-10.913131811008578,21.421178558954168 -2000 QM186,133956,60413.288760198375,2460413.7891330197,291626963.5284014,-23.40684445426403,270.1620131031549,0.094560722621127,-22.579030736569862,-0.0237216088673672,-136803414.2725264,-324181270.66678536,-135775165.48236263,17.245077082563583,-3.235273204808696,-3.214209918681651,-137564829.1096965,-54908356.89501861,-23802829.554670528,11.738474911592672,-25.40017025703844,-10.911230461553949,21.41787284545061 -2000 QM186,134235,60413.42235583642,2460413.9227280198,291358566.85666335,-23.090662180923182,270.175499737544,0.0926404263437506,-22.58206600998245,-0.0216590673415943,-136604323.12711045,-324218563.6297815,-135812246.34874097,17.248980264795225,-3.2260150769352367,-3.2103320459960143,-137428343.8135139,-55199586.3460234,-23928711.67147922,11.864685278657698,-25.052390071209945,-10.900381658440873,21.39945127591104 -1992 SF17,136549,60416.18322366022,2460416.6835960187,310768305.4338981,1.6733637230551002,201.8615820223788,-0.2144664876888231,-9.09997298085463,0.0954796160074176,-419335384.2706877,-175391751.66901633,-75650876.11608155,5.452743369258962,-13.443203842163312,-5.006247131785023,-134545712.18181604,-61128794.0765456,-26500506.27016156,12.879363885772412,-24.97021284109752,-10.660045333016276,0.8960907792147988 -1992 SF17,136599,60416.20764484783,2460416.7080170186,310771913.83926535,1.7469181814606107,201.85627812281768,-0.2144145552869474,-9.097639382472806,0.0956342572610238,-419323877.9215856,-175420115.79356486,-75661438.88067561,5.4539433538657125,-13.44270202511204,-5.006030678092275,-134518465.0504111,-61181450.227710254,-26522996.492536794,12.946969553927673,-24.93998627959344,-10.657957960057228,0.9058309086558044 -1992 SF17,136641,60416.22679643129,2460416.7271690187,310774851.8224637,1.803929588834531,201.8521206208044,-0.2142681376176327,-9.095806648120645,0.0957535777702,-419314852.3775469,-175442359.4161424,-75669722.3343088,5.454884398962879,-13.44230842658085,-5.005860906706763,-134496999.5461897,-61222695.44085103,-26540631.20510929,12.996890427244622,-24.910390245318386,-10.65631268976058,0.913468730743476 -1992 SF17,136691,60416.25091203088,2460416.7512850184,310778683.72110945,1.8737245430899416,201.84689108120028,-0.2139548829065759,-9.093495693368933,0.0958984070463573,-419303485.29376125,-175470367.42240232,-75680152.37132218,5.456069310019996,-13.441812746397645,-5.00564710848862,-134469857.4999713,-61274554.67861794,-26562832.767737865,13.054871991651517,-24.86637981285381,-10.654228268458438,0.9230824346672862 -2000 QM186,137870,60417.35570978302,2460417.8560820185,283583050.58200544,-22.62373328509465,270.54753921460537,0.0679777621134672,-22.67208174172527,-0.0239087320363126,-130722674.39426178,-325268505.3154769,-136883835.56202435,17.361709418426518,-2.952078522689801,-3.095314726513931,-133223244.43070082,-63610994.36475559,-27574912.367427614,13.673598526122522,-24.391690414653453,-10.552109404450638,20.831712088721392 -2000 QM186,137917,60417.380642771735,2460417.8810150186,283534381.8440419,-22.561534729664125,270.549372650445,0.0677551422957834,-22.67267269256281,-0.023493768892013,-130685270.0300044,-325274863.3175251,-136890503.23596954,17.36241039698,-2.950333743768074,-3.0945804479419485,-133193771.57772014,-63663465.549206346,-27597641.32186931,13.687760650521325,-24.323217259044124,-10.549767571453083,20.82761484960577 -2000 QM186,138682,60418.29961597492,2460418.799988019,281748991.3990716,-22.58630011662449,270.62152347740863,0.0626399777442653,-22.694441744321896,-0.0251382372419957,-129305581.36182024,-325506580.1117092,-137135153.38343936,17.388126437074398,-2.8859523012357364,-3.0674709904831428,-132125202.03505152,-65587150.60540921,-28431730.90386531,14.05651731727966,-24.31287542599429,-10.461787546922997,20.6806995748801 -2000 QM186,138732,60418.32406782271,2460418.8244400187,281701334.41365856,-22.52951578554841,270.62317569785466,0.0620622431853811,-22.6950518483433,-0.0247598071576275,-129268842.80274658,-325512675.77551574,-137141633.60963428,17.388807481696386,-2.8842373039352807,-3.0667484491562376,-132095467.9045209,-65638449.513157554,-28453830.58873148,14.090628181299325,-24.250027773316177,-10.45947410775355,20.676540041899244 -2000 QM186,139913,60420.30384433893,2460420.804217018,277896880.63918906,-22.218428311761237,270.7572128385667,0.0494203602160882,-22.743156664374744,-0.0257995829066746,-126289534.3511604,-325994173.35842466,-137661232.55824524,17.44339463934367,-2.745048808553772,-3.008038732643038,-129676522.59646216,-69726947.56299186,-30226072.75136192,14.94882451904422,-23.830608651294263,-10.262117158892153,20.339464443117325 -2000 QM186,139963,60420.327139237976,2460420.8275120184,277852217.7859105,-22.163003411269493,270.75845446095514,0.0489150791522273,-22.74375335020455,-0.0254257763963902,-126254422.99975768,-325999697.0434999,-137667286.5528464,17.44403040058064,-2.743407148748704,-3.007345474438781,-129646404.60879044,-69774849.86608897,-30246724.842224777,14.977931490524956,-23.76925289197544,-10.259779161496803,20.335181937018493 -2000 QM186,141829,60422.30507373817,2460422.805446018,274112655.36903703,-21.83473173237884,270.86438437380104,0.0360149041697397,-22.79342364034526,-0.0265498292526211,-123268553.00850388,-326456631.62848866,-138176217.9670716,17.4974536161858,-2.603687333789263,-2.948274543668165,-127080828.64749214,-73778841.96336211,-31982296.30550517,15.816985850318025,-23.330498482021124,-10.052050929488887,19.9714923483976 -2000 QM186,141879,60422.33074131335,2460422.8311140183,274064301.24263334,-21.772507686222227,270.86537955975257,0.0355025932236064,-22.794099716195117,-0.0261251526875158,-123229745.0545802,-326462404.2716559,-138182756.02360266,17.4981396257201,-2.6018698893350263,-2.947505272111078,-127045717.3313082,-73830506.52968925,-32004585.882614747,15.84573290882748,-23.261626783171504,-10.049332809419711,19.96641529889383 -2001 SF198,142692,60423.25057897233,2460423.750951018,227335030.2184728,-13.28044957229958,253.44235840835736,-0.0943074055884357,-11.669261610029556,0.0835852532023114,-189251512.4918417,-289067066.68497086,-78780424.10553153,15.48564424067378,-10.249508131421264,-3.5036412984423317,-125804649.00530197,-75662664.7337657,-32799202.87335059,16.152510963800363,-23.206390085244767,-9.94901952741534,16.314848086324854 -2001 SF198,142742,60423.27522695109,2460423.775599018,227306818.1444493,-13.21493036154857,253.43997674668728,-0.0949195376529569,-11.667198130104484,0.0838527878410727,-189218531.7242557,-289088892.917013,-78787885.21261416,15.48684587333633,-10.247672392598854,-3.503141021535708,-125770200.44243668,-75712024.49886745,-32820387.38456545,16.198499583392845,-23.148868640329848,-9.946392724224427,16.30639818827777 -1992 SF17,145370,60426.12066758172,2460426.621040018,314368164.14705354,6.560000942292958,199.83505026868784,-0.198261614094647,-8.171751738533406,0.0897050812157102,-414445292.052904,-186844450.2635117,-79910702.20637822,5.936966285942705,-13.232896242389222,-4.915926781369022,-121730121.7876416,-81258183.64568841,-35226118.427660964,17.078799278784555,-22.59804615888663,-9.622177903175892,4.731393483134071 -1992 SF17,145420,60426.14503737415,2460426.6454100176,314382052.48518205,6.632227172898809,199.8301677524877,-0.1983452027422943,-8.16956422688471,0.0898203718930071,-414432790.4027898,-186872311.85394284,-79921052.55750784,5.938143662389608,-13.232365537654504,-4.915699799640587,-121694086.7062632,-81305747.39241463,-35246375.718575865,17.149263949129825,-22.57942156547953,-9.619461544419556,4.740684439167475 -2000 QR19,145597,60426.9986178272,2460427.498990018,341165036.0452023,25.245233896024125,129.92602297051891,0.2310857622041706,18.99820532034455,-0.0788518622615899,-327455750.97166306,164450115.7473702,75110294.54762366,-11.52012354880778,-12.842793261344829,-6.437926436985816,-120423680.16294618,-82929055.00087376,-35952072.41927388,17.14931025089035,-22.282827644926204,-9.517556516348195,23.736433550607472 -2000 QR19,145647,60427.02241854762,2460427.522791018,341217007.5162379,25.299491945751203,129.93184408551951,0.2314418055922375,18.99632504270019,-0.0791457553832795,-327479437.27643985,164423707.0916282,75097056.2686905,-11.51841605937432,-12.843650845797622,-6.438318113974865,-120388352.56956431,-82974904.89275554,-35971641.57848162,17.2100585656637,-22.30814111599233,-9.51483032645815,23.736341541314783 -1992 SF17,146030,60427.20578892668,2460427.706161017,315016289.768576,7.301430693464423,199.6254774706263,-0.1952388017875849,-8.074777253403258,0.0891022877676449,-413886231.8851744,-188083954.7114092,-80371107.0370677,5.989343027535431,-13.209195151448036,-4.905794165959756,-120111575.22513442,-83328286.5656753,-36122221.00390393,17.721345214614907,-22.215649294771318,-9.493891272554636,5.137767753463108 -1992 SF17,146080,60427.230345442,2460427.7307180176,315031854.5948671,7.369775378494547,199.62064034445172,-0.1947841793315095,-8.072587902382306,0.0892039329988147,-413873523.2027707,-188111979.73131567,-80381515.28339545,5.990527205316576,-13.208657113732531,-4.905564247488639,-120073915.49655576,-83375371.10531804,-36142361.418518245,17.77672495248546,-22.166443873897997,-9.49105120314734,5.1470483071534 -1998 WD8,147449,60428.42281821025,2460428.923191017,439859146.1920675,-22.305593036858063,329.90951137532846,0.2818806578335847,-17.508710610409306,0.0690361080685674,244707530.8109898,-295928718.714509,-169444696.03097433,14.060701288710275,10.039059987291928,3.214063607131885,-118241979.23305067,-85614736.51416059,-37112725.06916517,18.312718836133943,-21.37078969535164,-9.346172923861811,20.00688021541378 -1999 LZ3,147537,60428.99991073471,2460429.5002830173,288672176.3770106,18.07765166370328,151.40130218582507,0.0906832000325501,16.639777955856054,-0.0315654457202981,-360186919.28102255,45715246.54311111,45085428.00375891,-0.2405138412909294,-17.828341874195672,-5.860485737491813,-117348094.33435062,-86677619.27473426,-37576894.69103049,17.961418889662784,-21.72786202102895,-9.273291434852672,22.961864625979185 -1999 LZ3,147587,60429.02367443869,2460429.524047017,288709356.2722318,18.137569951913104,151.40355262019267,0.0908102525076779,16.639023628119954,-0.0319195283271725,-360187411.02065134,45678643.17174953,45073395.66806759,-0.2385099119079654,-17.828596305357667,-5.860736627939476,-117311153.16568016,-86722255.8738586,-37595931.7841788,18.023147191413237,-21.75065743924572,-9.270450897095856,22.965479391057816 -1999 LZ3,147604,60429.03133883447,2460429.531711017,288721373.19417626,18.156847892487946,151.40427928967432,0.0908841302746868,16.638778560174373,-0.0320334145224244,-360187568.731541,45666838.30491333,45069515.0746755,-0.237863615374021,-17.82867831962571,-5.8608175294296885,-117299211.9248444,-86736660.41340011,-37602070.09231655,18.04393144607316,-21.756298725621555,-9.269536625412869,22.966643744439526 -1999 LZ3,147654,60429.05520522838,2460429.555578017,288758877.1359975,18.21607403998103,151.40654702470718,0.0912159667347049,16.638009821467136,-0.0323837363897304,-360188057.1285816,45630075.59897067,45057429.90533476,-0.2358508755234241,-17.828933598014792,-5.861069433424384,-117261934.95893422,-86781538.06702842,-37621181.953028224,18.11075864388509,-21.768241384769613,-9.266693608774416,22.97026355596591 -1992 SF17,147791,60429.11931522979,2460429.6196880173,316277331.87955534,8.013760514391224,199.26546507621407,-0.1899992702937486,-7.906874149557187,0.0864980093983334,-412888427.4072904,-190264280.91007227,-81180669.7367476,6.081464729656123,-13.167049543244444,-4.88779761279114,-117161102.26224656,-86902111.23197451,-37672490.01334311,18.29725351474982,-21.756127614640484,-9.259067667162563,5.844422158624202 -1992 SF17,147841,60429.14372251138,2460429.644095017,316294307.3267209,8.08624934151433,199.26078271894107,-0.190018912814987,-7.904761708486425,0.0866035286932412,-412875602.1367635,-190292045.80452543,-81190976.4320805,6.0826377534869485,-13.166509092209177,-4.88756701014699,-117122443.83323236,-86947968.53542596,-37692012.14354787,18.36689501857664,-21.73443134203564,-9.256159074449068,5.85350659700267 -1992 SF17,148793,60430.13571288456,2460430.636085017,317008059.4390681,8.540262499390725,199.0783568811529,-0.1869322911799162,-7.8194421054104275,0.0853491928473493,-412352244.49329627,-191419545.6781512,-81609465.7764925,6.130271318588044,-13.144481800927366,-4.878171986259762,-115542381.58541568,-88765461.26508845,-38479963.307247065,18.741732629145552,-21.44866971509404,-9.130835314117572,6.215315277053373 -1992 SF17,148865,60430.17011313594,2460430.670486017,317033595.4512706,8.64247932643458,199.07186832432325,-0.1867429928116482,-7.816503526752559,0.0854929487684503,-412334021.88682014,-191458612.05807692,-81623964.00440219,6.131921705858493,-13.14371577323356,-4.877845391359463,-115486535.34928976,-88829151.9184647,-38507096.16173163,18.835536778998936,-21.40533406880053,-9.126634636535488,6.228002592284174 -1992 SF17,148915,60430.19461971733,2460430.694992017,317051970.118758,8.71363619207598,199.0672526617285,-0.1864302273299662,-7.814407219358216,0.0855914082321729,-412321037.7881314,-191486440.10523173,-81634291.41058908,6.13309731960938,-13.143169995799887,-4.8776127051366345,-115446588.4652574,-88874431.75886208,-38526416.972724624,18.897060702293672,-21.3642582275112,-9.123628240677638,6.237035724433055 -2001 SF198,149255,60430.35531883368,2460430.855691017,219967747.03820023,-10.668864021888558,252.62694523509504,-0.1462546817890369,-11.069489459492653,0.0847805602322817,-179640898.10061148,-295195646.5678354,-80886627.58974409,15.822532826608542,-9.71591470330386,-3.3578296534889067,-115182274.22198115,-89168433.90670364,-38652953.96525688,19.115072007383706,-20.95899337546548,-9.103443180108764,13.79757799841154 -2000 QM186,150084,60431.29687338574,2460431.797246017,257981311.7390278,-19.84592793990096,270.98072844272417,-0.0271672452144079,-23.04132652082989,-0.0304594907536587,-109583620.23905796,-328230507.3781738,-140361088.32737958,17.726171643548376,-1.960387024976584,-2.674575381396524,-113646988.27790985,-90865003.0235688,-39388500.02117526,19.466140438805045,-20.81728559130628,-8.981546025061972,17.967819676946533 -2000 QM186,150134,60431.32242346413,2460431.8227960174,257937573.01241505,-19.781205624002386,270.97996780235144,-0.0275911836884047,-23.04209884827623,-0.0299942015885615,-109544486.09210804,-328234833.2208054,-140366992.02524778,17.72678792686201,-1.9585403359551803,-2.673785662502918,-113603991.28949076,-90910879.09656724,-39408323.31411698,19.487164465058218,-20.74586046439891,-8.97823499859269,17.961089861964933 -2001 SF198,151059,60432.29566528121,2460432.7960380167,218210297.23266837,-10.110918011647849,252.34160286057303,-0.1603384288261427,-10.90689920605394,0.0836119703523999,-176980767.00415885,-296812204.3508542,-81446193.07271813,15.911220164314113,-9.56868001326211,-3.3174591577223005,-111984283.23412178,-92639578.64745852,-40157819.05191344,19.846349295992336,-20.50873413268602,-8.849680076420006,13.068330809060308 -2001 SF198,151060,60432.29611829165,2460432.7964910166,218209901.53109452,-10.109628750169392,252.3415288907549,-0.1603398545752336,-10.906861328755154,0.0836167377022574,-176980144.23037198,-296812578.87326854,-81446322.91960298,15.911240702740422,-9.568645566056876,-3.3174497058434773,-111983506.45517054,-92640381.31829704,-40158165.42011018,19.84679790073749,-20.5074804003528,-8.849620351286369,13.068154691788813 -2001 SF198,151109,60432.31974068287,2460432.8201130168,218189337.00814,-10.042902081291489,252.33767161536184,-0.1603117163228113,-10.904883215955952,0.0838628308714721,-176947668.144865,-296832106.7363988,-81453093.36296135,15.912311585279705,-9.566849245481167,-3.3169568137717875,-111942979.49523956,-92682168.51571263,-40176223.78559448,19.865736515109926,-20.44122573472209,-8.846494719332185,13.05897233068988 -2001 SF198,151110,60432.3201897205,2460432.8205620167,218188947.4385084,-10.041647642619337,252.337598312306,-0.1603092476031252,-10.904845560515776,0.0838674419998799,-176947050.82802856,-296832477.88064384,-81453222.0437706,15.912331938241213,-9.566815100664032,-3.3169474446989846,-111942208.82659194,-92682961.47965248,-40176566.97175928,19.866011099588214,-20.43995408059373,-8.846435093047068,13.05879783714522 -2001 SF198,151142,60432.33586361277,2460432.836236017,218175378.35704452,-9.99834356851479,252.3350403522693,-0.160178611420996,-10.903529772337258,0.0840261449848883,-176925500.61151922,-296845433.2095316,-81457713.89434505,15.913042385473451,-9.565623128911376,-3.3166203749676013,-111915300.03772835,-92710611.83129635,-40188545.6997834,19.87358208580974,-20.39544193738807,-8.844348537581253,13.052708057048587 -2001 SF198,151192,60432.36052296814,2460432.8608950167,218154147.3555039,-9.932769009527853,252.33102219770808,-0.1598027202834762,-10.901454803378394,0.084264121017388,-176891594.95837292,-296865811.80948585,-81464779.76571886,15.91415990207734,-9.563747786484113,-3.316105784906677,-111872952.66628136,-92753990.5612056,-40207385.40288938,19.87756265174193,-20.325619269412165,-8.841045856683102,13.043135767199509 -1999 JO12,151485,60433.02971977216,2460433.530092017,443791535.2801127,25.49742742095133,149.05675150460337,0.0833713141789436,23.210168662611107,-0.0601271176897649,-460569142.4916679,115804244.92051557,134184576.925642,-6.1646738944285175,-13.832766663310744,-3.655382423731512,-110745455.89397308,-93919713.4265344,-40715898.70756511,19.59979808445848,-20.56305932067006,-8.749801234078792,17.499838294278796 -1999 LZ3,151487,60433.03061429086,2460433.530987017,295042113.37404394,18.51609719536695,151.86109292209562,0.1144274848272876,16.491370679245247,-0.0421454630614531,-360211338.07434314,39499660.36590948,43037304.86293871,0.1007168181561579,-17.868734634467636,-5.902240507761744,-110743940.18483788,-93921303.54462096,-40716575.307752006,19.60227765274024,-20.563515638315543,-8.749685094513866,23.50074250281504 -1999 JO12,151535,60433.05345753535,2460433.553830017,443843886.5547041,25.552084691958385,149.05890830174212,0.0836552741776669,23.20873792955893,-0.0604147085523368,-460581783.8668531,115775876.57316609,134177080.1981724,-6.163630980272362,-13.833029091173684,-3.655686387608303,-110705189.14893197,-93961897.1383253,-40733841.07069468,19.666764525120783,-20.571003894785072,-8.746723119427521,17.50107538373414 -1999 LZ3,151537,60433.05435247749,2460433.554725017,295080150.0380254,18.573857340781235,151.86393006856773,0.1148024382012741,16.490366247684968,-0.0424792799491297,-360211129.45313585,39463014.28998583,43025200.08698385,0.1027343217574719,-17.868955959941275,-5.902481610024759,-110703668.2580946,-93963487.8580663,-40734517.43286211,19.669329726453142,-20.571132145429424,-8.746607135788777,23.50376911407599 -1992 SF17,152641,60434.11610479162,2460434.616477017,320267960.2934417,10.347987627244953,198.379796937923,-0.173038455395799,-7.490415995992131,0.0796761853212524,-410211315.6743705,-195924517.9249887,-83280507.10643005,6.320567581636523,-13.054895210708985,-4.840034116637954,-108874637.07763714,-95801145.40101343,-41530264.02646921,20.224302188307448,-20.23132756814836,-8.601633907263627,7.631241855793099 -1992 SF17,152691,60434.13965422124,2460434.640027017,320289086.53714406,10.417703392886486,198.37568740678543,-0.1729660407177534,-7.488538613325337,0.0797618473771923,-410198454.3938488,-195951079.5157528,-83290354.6476128,6.321689481372772,-13.054359464617084,-4.839806384059021,-108833419.13077676,-95842286.2023678,-41547762.76565752,20.28987114886246,-20.20604737599776,-8.59850950299712,7.639570150498288 -1992 SF17,152753,60434.16545641086,2460434.665829017,320312395.4719423,10.493475274866144,198.3711888760149,-0.1727298514419168,-7.486479400195773,0.0798541585809433,-410184360.6193125,-195980179.8352249,-83301143.33835936,6.322918610020547,-13.053772410331293,-4.839556846152714,-108788110.33102372,-95887291.7936162,-41566927.5361775,20.357931407979663,-20.168927079505437,-8.595076033995703,7.64869209266679 -1992 SF17,152803,60434.1888529561,2460434.6892250166,320333675.1352675,10.560252264847476,198.3671168620502,-0.1723769023037048,-7.484610192183823,0.0799336261488774,-410171578.7038485,-196006565.4532172,-83310925.51564553,6.324033075131186,-13.053240028642158,-4.839330551906431,-108746900.0160052,-95928020.75468592,-41584298.58964531,20.41497336016045,-20.12736926514397,-8.591950449739768,7.656957765684306 -2000 QM186,153241,60434.39808324944,2460434.898456017,252796080.3168429,-18.79839434222728,270.8753448798136,-0.0495031404193806,-23.13554563111565,-0.0298379971332134,-104823786.26706928,-328725716.73279154,-141064885.82094282,17.79955692474906,-1.7354729092008774,-2.578225784891502,-108375177.66853142,-96287152.25671726,-41739362.47988426,20.601550070349926,-19.57997771931624,-8.563176377200943,17.137712941375337 -2000 QM186,153263,60434.409795636064,2460434.910168017,252777072.16325915,-18.770721284366243,270.8747154272953,-0.049334325106796,-23.13589391860292,-0.0296385649908939,-104805773.3293276,-328727472.5663978,-141067494.74965477,17.799828624657962,-1.7346205813497693,-2.577860022039302,-108354335.09648052,-96306950.19496876,-41748026.86240586,20.59236413061245,-19.549764100869236,-8.561515931984285,17.134360482208454 -1999 JO12,155445,60437.0334204716,2460437.5337930163,452625395.8198922,25.741546960385477,149.47367216905215,0.0995284630250159,22.959165748819053,-0.0660563344139905,-462671008.34857553,111012082.86057363,132911386.22498702,-5.988650400925546,-13.876051713313544,-3.7063285222623272,-103667222.0736321,-100679571.8967386,-43646461.76676836,21.080906254767967,-19.27204907448598,-8.185976118369194,17.659793882440812 -1999 LZ3,155447,60437.0343153372,2460437.5346880164,301471655.2289901,18.79712239175068,152.41333654635102,0.13701976079016,16.304520106779353,-0.0518940827903804,-360117501.9826908,33312757.67471868,40988789.63555782,0.4422779025787566,-17.903289628715676,-5.942097344523564,-103665591.83193824,-100681062.17498548,-43647094.76711415,21.08342230484571,-19.27228310510963,-8.185850421755768,23.941814453762877 -1999 JO12,155495,60437.057147843385,2460437.557520016,452678221.3532165,25.794193886432687,149.47624087015697,0.0998571604176044,22.95759519000714,-0.0663271401331981,-462683283.0350676,110983638.96704938,132903788.55051632,-5.987606517833785,-13.876302383539256,-3.706628515847277,-103623936.9972284,-100719083.36409543,-43663239.707800016,21.14842088253141,-19.27400620574066,-8.182645196928059,17.660628631239394 -1999 LZ3,155497,60437.05804185979,2460437.5584140164,301510247.02652985,18.85305303351625,152.41672885451288,0.1374611182967623,16.30328509416549,-0.052209970540297,-360116593.3214717,33276059.361822955,40976609.30173862,0.4443096319205384,-17.903477668084648,-5.942328653375105,-103622303.35965437,-100720572.11586694,-43663871.7437657,21.150989120798545,-19.2739059554396,-8.182519727948767,23.94429050779629 -2001 SF198,155907,60437.24997618656,2460437.7503490164,214265404.47227025,-8.320350673759817,251.49830317798737,-0.1919304279474327,-10.49944106770777,0.0804954453007329,-170122309.7321436,-300827306.84073454,-82844052.99753027,16.131174143935976,-9.18994258495182,-3.213350909679309,-103267316.99728924,-101038458.65935196,-43799339.62369953,21.614940756091716,-18.982390899743223,-8.155339033505987,11.151074250093812 -2001 SF198,155957,60437.27317160858,2460437.7735440163,214248797.19296336,-8.253537580689683,251.49377270989345,-0.1921387866565689,-10.497571301245234,0.080726286748641,-170089980.1809595,-300845722.6502701,-82850492.39337887,16.132181924315738,-9.18816017004753,-3.212860079727162,-103223968.690236,-101076438.16407771,-43815679.95846741,21.644474105444424,-18.91987456332484,-8.151986423058613,11.14177684196027 -2000 QM186,156017,60437.301246595416,2460437.801619016,248143236.4552492,-18.18826409579157,270.7088319866671,-0.0715787396033971,-23.227825489114533,-0.0328363809819548,-100350446.87043934,-329134503.4568285,-141700222.88900054,17.865640079693097,-1.5235308106524337,-2.4871265169169616,-103171433.6105584,-101122236.48986565,-43835449.11986409,21.66923089689954,-18.8409080337645,-8.147900859637927,16.295949248601687 -2000 QM186,156067,60437.32666156726,2460437.827034016,248103370.83248505,-18.12182833669078,270.7068482411966,-0.0718412948268068,-23.22865374856239,-0.0323416621073349,-100311213.49820957,-329137847.0712416,-141705683.7120298,17.86620731459071,-1.5216695198203103,-2.4863251665582324,-103123836.40353043,-101163528.4616993,-43853336.651016936,21.680899986145334,-18.768013328791582,-8.144175409992108,16.288087310031578 -2000 QM186,157643,60441.24763375227,2460441.748006016,242160931.11217725,-17.08129968797538,270.37368195460533,-0.1000505736847905,-23.359012396734183,-0.0352957945434837,-94243732.5386587,-329604595.5059587,-142526997.53496137,17.95135039344135,-1.2332978672911594,-2.361897486970906,-95693643.67714132,-107296266.2034222,-46512305.75541044,22.953268891272696,-17.56685699869035,-7.5494875151775345,15.04837266786347 -2000 QM186,157645,60441.24854631062,2460441.7489190158,242159583.7835037,-17.079050302430364,270.3735824406969,-0.1000755916585041,-23.35904461403489,-0.035278809689379,-94242316.39762533,-329604692.7953384,-142527183.85842288,17.951369667554324,-1.233230439920067,-2.361868329801756,-95691833.00407122,-107297651.83561882,-46512901.27743923,22.954440570587263,-17.564389336932994,-7.549347265957386,15.048063423949957 -2000 QM186,157693,60441.27263018707,2460441.773003015,242124107.80428863,-17.018212396156315,270.37094919146944,-0.1006431512888316,-23.35988876222345,-0.0348176219909393,-94204959.49932176,-329607257.26860887,-142532098.04976827,17.951878005619328,-1.2314517281239818,-2.361099162644857,-95644039.11180176,-107334131.9312578,-46528606.53691788,22.980815943075285,-17.49769519913849,-7.545636403331696,15.039898338376668 -2000 QM186,157695,60441.27358203158,2460441.7739550155,242122708.11942616,-17.015757179406535,270.370844814712,-0.1006618610697082,-23.359921899723865,-0.0347989515400604,-94203482.82199413,-329607358.5618917,-142532292.26663217,17.951898095677986,-1.2313814167726735,-2.3610687575321214,-95642148.839352,-107335571.0554845,-46529227.18076149,22.98167590176145,-17.49500542215051,-7.545489266641596,15.03957531935016 -1992 SF17,158373,60442.121666028346,2460442.6220390154,328646722.0265056,13.808562551524304,197.1661049121108,-0.1387186748865668,-6.907248859571377,0.0654191141258242,-405708414.43680376,-204890102.715578,-86601033.06605944,6.699224453896036,-12.868933617252528,-4.7612133223395725,-93980892.31881236,-108596361.1914444,-47077177.02660216,23.01379060289568,-17.467317634568467,-7.411887373590562,10.272797598218146 -1992 SF17,158374,60442.12211294648,2460442.6224850155,328647254.1598248,13.809854978775077,197.16604259211212,-0.1387148204851359,-6.907219682374213,0.0654202949665562,-405708156.2976355,-204890598.58930272,-86601216.5280695,6.699245396682279,-12.868923043461484,-4.761208852974331,-93980005.47320372,-108597034.27261968,-47077462.638014734,23.014969819058937,-17.466713191272053,-7.411819506185431,10.27293859383744 -1992 SF17,158423,60442.14600853552,2460442.6463810154,328675837.4110653,13.87839571494717,197.16270668152785,-0.1384391281550477,-6.905655653629237,0.0654821446382694,-405694324.4206218,-204917166.1403013,-86611045.88682891,6.700367453797782,-12.868356481449174,-4.760969378628072,-93932424.58880132,-108633059.95082012,-47092761.42999029,23.07611760728741,-17.430152987585224,-7.408178074982358,10.280490375591576 -1992 SF17,158424,60442.14645656498,2460442.646829016,328676374.63323456,13.879663050784188,197.16264420901504,-0.1384326747666242,-6.905626317366616,0.0654832693852393,-405694065.0796887,-204917664.2152359,-86611230.1620593,6.700388489557718,-12.868345858944789,-4.760964888746514,-93931531.35522328,-108633734.60873508,-47093048.178594,23.07722186555528,-17.429391367582976,-7.408109698692139,10.280631898075962 -2000 QM186,158947,60442.39596038328,2460442.896333015,240499112.88585284,-16.374150946612588,270.2514879186137,-0.1078219436841494,-23.398307996451187,-0.0327166869543632,-92461385.71682304,-329722753.9082118,-142759525.8057703,17.97538789654707,-1.1483887026774813,-2.3251574257994405,-93430195.93388449,-109002886.2608822,-47252328.53043001,23.28327670472004,-16.784053593466023,-7.369013475196088,14.662001285711138 -2000 QM186,158969,60442.407420217336,2460442.907793015,240482913.14187256,-16.348248852631816,270.2501430803348,-0.1075726881565025,-23.39868181491861,-0.0325237351875023,-92443586.4051633,-329723890.6208941,-142761827.9903942,17.97562571739985,-1.1475403017735193,-2.3247900884254005,-93407148.2877851,-109019490.81327666,-47259623.99876288,23.27056433658991,-16.75581464823743,-7.367162578573912,14.658028863122272 -2000 QM186,159638,60443.2501127467,2460443.750485015,239286269.36116576,-16.41381065783368,270.15607731927355,-0.1147281297069356,-23.427920361537684,-0.0358632918720254,-91134100.74952306,-329805173.43403447,-142930117.6809663,17.9930012088905,-1.085098854262037,-2.297741653191198,-91732194.611875,-110246242.88505548,-47791077.29950767,23.582505214576173,-16.81981057808093,-7.233254874822607,14.37026539400634 -2000 QM186,159688,60443.27453295188,2460443.774905015,239251704.10846323,-16.351026612736604,270.1530166205581,-0.1152458321740824,-23.42879028838143,-0.0353803343708937,-91096134.92921336,-329807461.0865604,-142934965.0957883,17.993501418125714,-1.0832877552477247,-2.296956743978952,-91682411.55435294,-110281658.83123206,-47806334.58595217,23.6062015456238,-16.75117066121498,-7.229392111140791,14.36161679771956 -2000 QM186,160877,60448.37666036951,2460448.877033014,232459108.15690172,-14.322821119257782,269.45619354849697,-0.1499953666293773,-23.60986876653912,-0.034313922913795,-83141332.10123323,-330201321.8871597,-143911225.92440593,18.093887613232177,-0.7028874068011798,-2.131628401730008,-81119726.19158478,-117210085.7102346,-50809757.69498677,25.00724307075956,-14.5383468973676,-6.391654494692321,12.49927200707635 -2000 QM186,160898,60448.386195174586,2460448.886568014,232447317.8372053,-14.30082304921195,269.4546337912856,-0.1497788033198341,-23.610195131623104,-0.0341434423621426,-83126425.13596429,-330201900.6763305,-143912981.96678126,18.09406747244448,-0.7021727988132475,-2.1313169496658384,-81099128.86557917,-117222052.79128437,-50815022.62069565,24.99674223478422,-14.514301637148732,-6.390020698734568,12.495550430045274 -2000 QM186,160928,60448.40106792405,2460448.901440014,232428963.4727434,-14.268054548343102,269.4522058493137,-0.1493906556923056,-23.610701020062205,-0.0338919672901245,-83103174.04167458,-330202802.2542367,-143915720.40152517,18.094347945607897,-0.7010581779230245,-2.1308311509820688,-81067021.2773337,-117240679.55406362,-50823231.77880881,24.977989785863706,-14.478458877018094,-6.387466498239164,12.489750168599164 -2000 QM186,160949,60448.41055385032,2460448.910926014,232417277.74848875,-14.248230793262044,269.45066067859744,-0.1491127166368743,-23.611021799745803,-0.0337416381054502,-83088343.30871484,-330203376.57112014,-143917466.76652265,18.094526806407668,-0.7003472074899032,-2.130521276015956,-81046554.97144523,-117252537.00260413,-50828466.21614549,24.96459652770191,-14.45675908355739,-6.385833731133316,12.48605365703683 -2000 QM186,161762,60450.19590377167,2460450.6962760133,230229702.9136212,-14.04221172546204,269.1622625731293,-0.1622186299397995,-23.675868164579303,-0.0382143459305699,-80294483.76797213,-330301079.88645023,-144241617.53554735,18.127675328476546,-0.5662949736319843,-2.0720374087079785,-77211672.86428055,-119471933.33964892,-51790098.63524075,25.473674663483106,-14.24911321108932,-6.083260520072076,11.79228435207497 -2000 QM186,161812,60450.21870081662,2460450.7190730134,230202098.62793088,-13.98678917083918,269.1582152529475,-0.1629426832015213,-23.67673437376223,-0.0377734307473154,-80258776.31582001,-330302193.65962243,-144245698.2000756,18.12809196013541,-0.5645801765034436,-2.071288542903656,-77161464.58973993,-119499940.96649674,-51802076.82856775,25.50675212817165,-14.189267790685284,-6.079433010287713,11.783088203069855 -2000 QM186,162942,60460.30767032746,2460460.8080430105,219848362.2679428,-9.695655887472451,267.1041251556958,-0.2230781614804721,-24.044248348061423,-0.0344464115050716,-64380612.20092044,-330461384.6729889,-145905338.45661622,18.295738583084752,0.2018262660859684,-1.734738241522016,-54237385.09129623,-129945416.22359668,-56329874.55884163,27.71189696661784,-9.76426115882375,-4.288167711478957,7.464952495380024 -2000 QM186,162992,60460.33181502685,2460460.8321880107,219828200.0095729,-9.634762347602711,267.09823282976623,-0.2226169858788856,-24.04507377396578,-0.0339320808263775,-64342443.340886354,-330460961.6929691,-145908956.6067293,18.29609911008705,0.2036781087132493,-1.7339205952193242,-54179592.57275663,-129965715.33810742,-56338815.52826023,27.693159479121658,-9.697368621659589,-4.283660725760602,7.453711453033706 -2000 QM186,162999,60460.33494728511,2460460.835320011,219825593.8260356,-9.627145262886737,267.0974694667704,-0.2225434308389154,-24.045179949047224,-0.0338682177979455,-64337492.16302049,-330460906.54249954,-145909425.8147381,18.296145861856147,0.203918328939114,-1.733814528931804,-54172099.08061762,-129968338.35459252,-56339974.62814828,27.69010606252789,-9.688969067630971,-4.283074553938316,7.452254139379971 -2000 QM186,163049,60460.35912670188,2460460.8594990107,219805541.5928577,-9.570970961495288,267.09158573009614,-0.2218758391683808,-24.04599311029429,-0.0334017860925178,-64299268.71278351,-330460478.5935314,-145913047.12791932,18.29650667312796,0.20577287272889,-1.7329956658447097,-54114280.635110885,-129988513.42191936,-56348917.51667868,27.66197877400739,-9.626775998536797,-4.278537989219861,7.441011919319967 -1992 SF17,163373,60461.02658015218,2460461.526953011,356461964.61990565,19.78899984000496,195.5432265179556,-0.0418255323468204,-6.059175597704581,0.0234546999489084,-394050098.162368,-225531309.271914,-94218571.29016297,7.571438387187466,-12.399669926286656,-4.564070246972077,-52543039.32796794,-130545498.00646938,-56592029.52499662,27.50873288113933,-9.979479300810793,-4.154381065203872,15.160813134534024 -1992 SF17,163423,60461.05150750582,2460461.551880011,356504658.6589876,19.857933048629373,195.54217873998803,-0.041749659337261,-6.058590480286888,0.0234919120425319,-394033791.473641,-225558011.8887599,-94228399.9541283,7.572567766109896,-12.399023652471271,-4.563800255581374,-52483722.37429863,-130566967.01247849,-56600971.96458929,27.57487683082839,-9.955827891246772,-4.14990319671386,15.166043822751766 -2000 QM186,164058,60465.146209515005,2460465.6465820093,216178249.4543704,-7.908686762029811,265.9075930399955,-0.2442000589468953,-24.213490945218897,-0.0360115911483226,-56717307.68210498,-330299208.86256564,-146596156.0431136,18.364015895239003,0.5745676832078045,-1.5697326997966892,-42646957.50656955,-133642258.05977637,-57933286.22692085,28.440558417935712,-8.024339524689584,-3.3791899183926817,5.198704521088349 -2000 QM186,164108,60465.169428405046,2460465.6698010094,216162441.2739891,-7.850598395056782,265.90136660179184,-0.244908001626506,-24.214321326619928,-0.0355082894349939,-56680465.95488481,-330298054.3779947,-146599304.40094593,18.364324159200248,0.5763642605735352,-1.5689353086498792,-42589867.09202388,-133658295.96945764,-57940060.92205694,28.47442080354784,-7.963885335490845,-3.3748295077901065,5.187399662375355 -2000 QM186,165483,60466.33255919102,2460466.8329320094,215414740.97476956,-6.9638662741589,265.5954122634522,-0.2481072222041732,-24.25353549376207,-0.0311953088982299,-54834138.35474601,-330235606.05127907,-146754968.28249487,18.379527208442656,0.6664569950451863,-1.52892312106387,-39750724.57094483,-134414132.48394188,-58267953.71103155,28.614017237317096,-7.049130819196055,-3.151903883553937,4.626539204945397 -2000 QM186,165484,60466.33297340517,2460466.8333460093,215414491.89607263,-6.962916444664418,265.59529960630664,-0.2480940962212125,-24.253548406943462,-0.0311872293691508,-54833480.91120706,-330235582.21126485,-146755022.9724676,18.379532536131208,0.6664890953869448,-1.5289088556763184,-39749701.06844666,-134414384.60940957,-58268066.45189661,28.61350307831323,-7.04806557692655,-3.15182298186125,4.626336164680621 -2000 QM186,165533,60466.35552258345,2460466.8558950094,215400975.2819188,-6.9136043708197485,265.5891732000896,-0.2473060752863967,-24.254246874853035,-0.0307723837007962,-54797672.17644707,-330234282.00197804,-146758000.95629904,18.379822625010345,0.6682375143773127,-1.5281318489286213,-39693984.78269576,-134428060.9177013,-58274202.64152853,28.582135017848827,-6.992448255909668,-3.1474082859442656,4.615285635450974 -2000 QM186,165534,60466.35596989156,2460466.8563420093,215400708.28982136,-6.912677674846151,265.5890519560749,-0.2472890641288369,-24.25426062838523,-0.0307646891954592,-54796962.31664448,-330234256.1928594,-146758059.97502902,18.379828373796848,0.6682721748494812,-1.5281164454392064,-39692880.93123817,-134428330.9512781,-58274324.19523714,28.581448841168605,-6.991396640659847,-3.1473206123493496,4.6150667516220265 -2001 SF198,166407,60467.28136055165,2460467.781733009,209322874.2683249,4.922442601911009,244.43089625669631,-0.2450138490748669,-8.742878551565404,0.0278472174460477,-126723167.40428948,-321622139.3515415,-90335967.45774572,17.262530347031756,-6.81855257753775,-2.55363377045127,-37429300.32899571,-134993263.1423323,-58518777.77071658,28.78497654132436,-6.739689636077561,-2.9691967812592868,7.117522916174086 -2001 SF198,166409,60467.282258004765,2460467.782631009,209323256.26902357,4.92453134052618,244.43067366482643,-0.2449760600288519,-8.742853543059756,0.0278510170731701,-126721828.0740151,-321622668.372341,-90336165.58295718,17.262558947886646,-6.818479981197904,-2.5536133813223,-37427067.002707645,-134993785.95524785,-58519008.13556351,28.784482620442528,-6.737095814468323,-2.969022008883084,7.117821367963596 -2000 QM186,166441,60467.29675869286,2460467.797131009,214833751.67554352,-6.592281948106407,265.3393224713719,-0.2523774671970297,-24.285678711084906,-0.0313677399123077,-53302450.875944585,-330176968.48302794,-146880955.75320846,18.391773492856267,0.7412818795503965,-1.4956537313030314,-37391011.53240294,-135002200.17457852,-58522725.95683356,28.774803792364843,-6.695740521744529,-2.966195819452604,4.15986448823072 -2000 QM186,166445,60467.29856699975,2460467.798940009,214832721.6717673,-6.587692371278363,265.3388216355963,-0.2523373924465697,-24.285735419061734,-0.0313276815935612,-53299576.22083195,-330176852.60895085,-146881189.52056992,18.39179616418653,0.7414223830470518,-1.4955912268336993,-37386514.21064103,-135003246.3053994,-58523189.53853592,28.77337384482593,-6.690658829402244,-2.965842686865753,4.158970668926034 -2001 SF198,166789,60476.1100274578,2460476.610400006,214292976.28349203,8.241698892521576,242.4468668720179,-0.2126478423904733,-8.609639274280996,0.0029584607180759,-113452277.5622518,-326549940.46507925,-92206946.3244958,17.528494084950406,-6.10074948333082,-2.351496468564261,-15443591.890833115,-138702530.22772107,-60126926.30399079,29.46747331741278,-3.1169764950982013,-1.2442498433930709,10.366217168927284 -2001 SF198,166839,60476.13468020435,2460476.635053006,214310606.9763351,8.312825252514966,242.44156399255112,-0.2126686615747524,-8.609564491758038,0.0031088254938107,-113414941.82023402,-326562932.6727386,-92211954.31248468,17.52919406364952,-6.098734198883474,-2.350927459213652,-15380786.433932189,-138709102.9161251,-60129571.51393181,29.50290422333034,-3.053619295271284,-1.2394898599117654,10.375916172699174 -2000 QM186,169261,60485.2027167642,2460485.7030890035,210734083.3714928,1.503646613165224,260.29684582447976,-0.260461055723848,-24.77385712405572,-0.0199352235828769,-24704625.485422328,-327943393.92143583,-148708293.98383108,18.558657117366288,2.1530392781829404,-0.8615328580124358,7544509.5670958,-139340699.97043294,-60402739.13470467,29.65781320148123,1.2794992671787375,0.5390971111341418,4.926843894180017 -2000 QM186,169311,60485.22596281841,2460485.726335003,210737165.16164812,1.5647119104942944,260.29018336619686,-0.2599656549298588,-24.774313904905423,-0.0193690891140134,-24667351.319962207,-327939067.795577,-148710023.47785103,18.558796953009413,2.154898206280913,-0.8606898969144617,7604067.777504999,-139338060.95595545,-60401651.79722032,29.64827224803778,1.3481867184414482,0.5436667226310297,4.938646217303659 -1992 SF17,169796,60485.95987688283,2460486.4602490035,404328027.4382619,23.802344771420906,196.21835480814613,0.0812369107931283,-6.160099023803069,-0.029735910515247,-376543861.8625901,-251519417.6725838,-103749775.74716316,8.673265365409101,-11.717806356879954,-4.28110716298302,9451924.04898759,-139243171.1753257,-60362548.328182936,29.292631197186765,1.1911147553464032,0.688133662356964,18.539062338159116 -1992 SF17,169818,60485.971184949645,2460486.4715570034,404351297.2021824,23.831555226590677,196.21927881247984,0.0812484432700454,-6.160435180318951,-0.0297186790243837,-376535388.421428,-251530865.0315528,-103753958.03867498,8.673752265527133,-11.717481206089657,-4.280973043311803,9480556.934361782,-139242002.6865366,-60361874.96554286,29.32052826157512,1.2011864875283762,0.6902798200378399,18.53991275621108 -2000 QM186,170376,60486.238924623896,2460486.7392970035,210881604.86279437,2.045899497642293,260.011125403102,-0.2569502489086358,-24.795121549356047,-0.0183038852713033,-23042835.12090596,-327746925.7505414,-148783741.720862,18.564691425809173,2.235964961241716,-0.82390851048726,10163954.483196056,-139207792.46318564,-60345313.34863618,29.609983088860915,1.844433075965776,0.7419602858387405,5.443245346182986 -2000 QM186,170384,60486.24254275176,2460486.742915003,210882245.7989296,2.0547649372684917,260.01010158137746,-0.2568349478308179,-24.795187625688328,-0.0182227302742529,-23037031.924632963,-327746226.7581747,-148783999.24835032,18.56471178081662,2.2362547258793164,-0.823776967908111,10173209.934456095,-139207214.29221693,-60345081.30369011,29.60683857065766,1.8547230635405036,0.7426753281191938,5.445073163264002 -2000 QM186,170426,60486.263196721,2460486.7635690034,210885956.54341435,2.1034483695887047,260.0042663640273,-0.2560968595437037,-24.795559366969115,-0.0177805611932519,-23003903.218250845,-327742234.7006487,-148785468.60270795,18.5648278856982,2.2379089288839475,-0.8230260103317576,10226025.10450779,-139203853.04656383,-60343752.34757307,29.585176680747885,1.9119658003945328,0.746766127863001,5.455498902553567 -2000 QM186,170434,60486.26679731381,2460486.767170003,210886612.2580773,2.1115696858020976,260.0032507877134,-0.2559547922294627,-24.795623262806597,-0.0177074835036818,-22998127.2481294,-327741538.3881655,-148785724.64563018,18.564848111832205,2.238197342304,-0.8228950777633282,10235229.15249274,-139203256.67494497,-60343519.89776017,29.580769821253067,1.9216473864450103,0.747480858534407,5.457314980301936 -2000 QM186,171443,60487.25115415722,2460487.751527003,211064933.68924052,2.5205965640099217,259.7352872433927,-0.2535709112073931,-24.815215659190017,-0.0172941125910186,-21418996.98290293,-327547830.30434805,-148854186.83652866,18.57019185941841,2.317094503205644,-0.7870588078992373,12719208.286817305,-139037541.4050293,-60271682.05538493,29.560879608104383,2.337304198113283,0.9401158432628378,5.945468863672564 -2000 QM186,171493,60487.27527167573,2460487.775644003,211070243.03791475,2.574500531780611,259.7285622615886,-0.252601910854735,-24.81562678423128,-0.0168097125199736,-21380302.30827077,-327543000.179669,-148855825.90798116,18.57031814380925,2.31902893336389,-0.7861796876232681,12780774.720572118,-139032603.05691445,-60269718.14307678,29.53088532102503,2.4019195906756936,0.9449035088848692,5.957578488136833 -2001 SF198,172111,60488.0745613417,2460488.5749340025,225168598.19486535,12.531332793316787,240.39000507062931,-0.1418691812499408,-8.760708944995292,-0.0281455583264736,-95167145.37360552,-332348545.42052615,-94493995.6049382,17.84018384912419,-5.116324760129112,-2.0725791294421017,14789206.092246458,-138868957.24321964,-60198990.95267683,29.472857528543937,2.293881174120646,1.101430952746119,14.835342198571086 -2001 SF198,172161,60488.098963502525,2460488.5993360025,225195091.1740698,12.600146175566849,240.38650252283375,-0.1418171105670308,-8.761393950282867,-0.0279974485538868,-95129533.29675847,-332359329.7537035,-94498364.50264984,17.84076207962438,-5.114304848659555,-2.0720048630866783,14851381.603321144,-138864056.48489565,-60196663.82661272,29.50657001848469,2.35595330409993,1.1061230968582971,14.844071091996708 -1992 SF17,172896,60488.95877275518,2460489.4591450025,410539568.01630175,24.035782741791287,196.4975510237917,0.0941284720984683,-6.257298491447055,-0.0351821299267743,-374280067.0340728,-254544098.93953356,-104854318.30990064,8.801978464707245,-11.631077168726968,-4.245357147137748,17013240.436678037,-138655932.96598384,-60108174.086078286,29.18892373828248,2.5493701633890544,1.2750868756408191,18.730108174533523 -1992 SF17,172918,60488.97061368176,2460489.470986002,410564174.0915535,24.066282463288665,196.49867240767068,0.0941545018221861,-6.257714970901275,-0.0351631588802005,-374271062.5253821,-254555997.12531492,-104858661.15368354,8.802485034512522,-11.630732740589748,-4.245215269512508,17043117.228313025,-138653318.89768314,-60106868.442839645,29.21758374121689,2.5612754384354144,1.277334904260781,18.7308323490387 -1992 SF17,173052,60489.03290189512,2460489.5332740024,410694122.0624728,24.22396608261046,196.50458652991952,0.0947318175199682,-6.259902155262783,-0.0350672917231325,-374223686.9901185,-254618580.1238988,-104881503.70735802,8.805149562832085,-11.628920666496173,-4.244468848249872,17200739.702549506,-138639299.04573786,-60099962.35855648,29.355290025065425,2.65818081766184,1.2891900656275714,18.73462916860042 -1992 SF17,173102,60489.05675780356,2460489.5571300024,410744110.527335,24.27985841361469,196.50686472628573,0.0951413879749679,-6.260738345785246,-0.0350367382155449,-374205538.6005542,-254642546.51566625,-104890251.22696462,8.806169968655507,-11.628226537118504,-4.24418293119031,17261291.928494412,-138633768.8829062,-60097300.43573494,29.399233849641263,2.7090247983024263,1.293750896352915,18.73607185327281 -1998 WD8,174720,60490.34074194592,2460490.841114002,320475502.1464689,-19.829057169231056,341.68554952775963,0.0407168881223859,-15.958504063688531,-0.0360793505981354,313012306.15439737,-235091460.1861013,-148051669.44570547,11.359594574009652,12.609183242391095,4.750942881849497,20495257.126791254,-138268844.3851951,-59939782.76926112,29.240547942615496,3.9151337370659465,1.5452150752866567,18.266203053822583 -1998 WD8,174770,60490.36519018611,2460490.865563002,320433683.08662134,-19.76543002173156,341.68658120449373,0.0404489659022592,-15.959383714079832,-0.0358777058432503,313036302.41089547,-235064821.92081428,-148041632.32414183,11.35839732696818,12.61008212269431,4.751509016399077,20556965.113712527,-138260532.01726782,-59936513.47779951,29.183453482033386,3.953533699889606,1.5501297010562085,18.26179522702705 -1998 WD8,174781,60490.37031059925,2460490.870683002,320424942.61933887,-19.751986798224586,341.68679650264545,0.0404114060861711,-15.959567298527691,-0.0358349571734271,313041327.2782822,-235059243.2151177,-148039530.24401522,11.358146592666198,12.61027034971455,4.751627569172332,20569872.19085448,-138258781.55120897,-59935827.52214617,29.171002311178142,3.960473059236442,1.5511601035075269,18.260871678937004 -1998 WD8,174822,60490.39125984777,2460490.891632002,320389242.0782047,-19.69699799172956,341.6876758840464,0.0403250171899741,-15.960316171750524,-0.0356601104465772,313061885.8762692,-235036416.50881663,-148030928.8241353,11.357120643770232,12.611040454761657,4.752112623363392,20622624.48314341,-138251590.15932232,-59933016.11453873,29.11870327152821,3.984723064646973,1.5553794244497716,18.25709223414855 -2001 SF198,175215,60491.084973102894,2460491.585346001,228569128.60568848,13.53095893068537,240.01496915203967,-0.1215565272714085,-8.855882873272643,-0.0352652877029867,-90517999.25866796,-333646806.0518698,-95023822.45624784,17.909750042857436,-4.866794722398467,-2.0015772795418054,22353041.184288885,-138030420.6991185,-59835691.46848374,29.326895382141785,3.691676662098734,1.6904966847591163,15.864525561646383 -2001 SF198,175263,60491.1086784589,2460491.6090510013,228596910.1607651,13.597527971462783,240.01205509319053,-0.1213401064387343,-8.856717111778794,-0.0351200018131494,-90481319.19879372,-333656771.3259856,-95027921.15107784,17.91028367576341,-4.864827183488752,-2.0010169542403538,22413134.18846495,-138022795.07339555,-59832224.46750565,29.35314553533568,3.755511262666639,1.6950644043341705,15.872612638619644 -2001 SF198,175313,60491.13293707583,2460491.6333100013,228625481.28409272,13.664594029080442,240.00908073950373,-0.1209189652548524,-8.857567320051848,-0.034975319635343,-90443780.78110828,-333666965.32027555,-95032114.44579962,17.910829550830584,-4.862813620371362,-2.000443514236764,22474678.502349265,-138014851.8262923,-59828666.7343798,29.371491659914188,3.824514962791564,1.6997588602443108,15.880884131123103 -2000 QM186,175463,60491.2052091824,2460491.705582001,212147631.96113855,4.157819839532165,258.6937117710371,-0.2403321439333864,-24.887675507037372,-0.015595105333084,-15071724.69824263,-326701971.89635026,-149098366.00147706,18.587911170911497,2.6351506004147405,-0.6422110041836947,22658126.275180064,-137990303.1012051,-59818008.963697016,29.371542539635232,4.0386398092900375,1.7138731874562358,7.880140617167087 -2000 QM186,175513,60491.2296752954,2460491.7300480013,212156485.7683345,4.218270890640502,258.6872396784456,-0.2395701203032425,-24.888050181804843,-0.0150403311554869,-15032432.864909282,-326696399.54226035,-149099722.5761338,18.588002000475942,2.637124161742836,-0.6413103025444609,22720195.59181973,-137981690.85741213,-59814380.978699215,29.352900965264453,4.109274286903316,1.7186953983386497,7.892158645552096 -1998 WD8,175903,60491.41629244073,2460491.9166650013,318650258.09131134,-19.43211126541521,341.73406998001803,0.0348275161225992,-15.99826166753039,-0.0377441605595279,314065545.1663765,-233917807.65153685,-147608990.57579383,11.306834535693492,12.648633465389947,4.775813870736407,23190882.32274354,-137912054.26617673,-59786369.26344861,28.97876243398643,4.456146066868537,1.7560306757853754,18.07494342264215 -1998 WD8,175905,60491.41719804266,2460491.917571001,318648737.093398,-19.429809825483755,341.7341028072879,0.0348322798043242,-15.99829586044177,-0.0377368895065291,314066430.3028854,-233916817.47141537,-147608616.70773208,11.306790014229383,12.64866661633386,4.775834791486891,23193150.64129253,-137911705.42666405,-59786231.797044285,28.976401731694416,4.456643607193325,1.7562132490600884,18.07477482511151 -1998 WD8,175925,60491.4277020255,2460491.9280750016,318631115.9836532,-19.4034013427553,341.73448378297405,0.034901701671743,-15.998691810323324,-0.0376537991548238,314076692.16173387,-233905337.31193104,-147604282.02918366,11.306273830743482,12.649050952531468,4.776077339264715,23219435.62187246,-137907658.502566,-59784636.99285083,28.94901654061176,4.461455238080999,1.7583300281304353,18.072820641531678 -1998 WD8,175927,60491.42860293984,2460491.928975001,318629607.2886037,-19.401164021313956,341.7345164634897,0.0349088551413898,-15.998725695583095,-0.0376467919234284,314077571.3926906,-233904353.65698087,-147603910.61664063,11.306229602477128,12.649083882235812,4.776098120841201,23221686.605869707,-137907311.56692755,-59784500.25807615,28.94667091246993,4.461785566504199,1.7585113970861477,18.07265325181929 -2001 SF198,176149,60492.039852946175,2460492.540225001,229698882.91572645,13.717633144767785,239.9094512543056,-0.1145439788181752,-8.890597985673251,-0.0378715792697368,-89039602.8107377,-334045035.6792329,-95188016.68688552,17.93107066699219,-4.78750687377958,-1.9789914142595444,24740407.127386272,-137689574.49198878,-59688453.12396716,29.187768544819097,4.039549148618926,1.877313938479992,16.179838164166668 -2000 QM186,176498,60492.20155635008,2460492.7019290016,212511540.2640252,4.576887582194361,258.4415572787352,-0.2360688310396324,-24.904486395851222,-0.015067614811035,-13471464.581479857,-326471668.9442658,-149152069.54505688,18.591421608096265,2.71557592451938,-0.6054870969548851,25149409.121774036,-137630170.29643154,-59662007.25752833,29.296938464596955,4.485310297044636,1.908599030567517,8.359445111592516 -2000 QM186,176506,60492.2051704231,2460492.705543001,212512970.8532253,4.586045078407982,258.44061685736614,-0.2359683183479321,-24.90454069739429,-0.0149831863201185,-13465659.505084343,-326470820.9742092,-149152258.58440852,18.591433636886244,2.715867849790379,-0.6053537264217473,25158556.747584585,-137628768.10485944,-59661411.18747869,29.29478783387276,4.495906200373434,1.9093090260444792,8.361207766821735 -2000 QM186,176548,60492.22584068312,2460492.726213001,212521206.9415827,4.636827177549465,258.4352465742921,-0.2353093717380841,-24.90484553569808,-0.0145177920785776,-13432457.73653404,-326465969.3218864,-149153338.9804814,18.591502336654717,2.717537522430631,-0.6045909009859928,25210860.484013557,-137620685.41549644,-59657997.74347906,29.27860616801356,4.555509719644059,1.9133789668479737,8.371281586102446 -2000 QM186,176556,60492.22943181704,2460492.7298040013,212522646.9245341,4.645340181765146,258.4343151976673,-0.2351807435350978,-24.904897529679214,-0.0144403283867988,-13426689.57973804,-326465126.1401607,-149153526.53882864,18.591514254859582,2.717827599583995,-0.6044583713532787,25219944.001023717,-137619270.43680084,-59657403.98399197,29.275132564099877,4.565652157556195,1.914087604777106,8.373030266743125 -1992 SF17,177102,60492.99511002275,2460493.4954830008,418976827.3109912,24.36657615056069,196.9332735495993,0.110951558233368,-6.41343014400575,-0.0420718690919098,-371180696.53839445,-258579413.30021885,-106326252.54320209,8.973903129701144,-11.512768957748936,-4.19666710087833,27122848.04326915,-137312839.53857127,-59525758.04391518,29.0222646553896,4.408309518118984,2.064007599959881,18.92239160305284 -2001 SF198,177282,60493.08140440486,2460493.581777001,230957707.700048,14.137686320401848,239.8008625933332,-0.1076209091221679,-8.93091805752602,-0.0399198140196667,-87425028.30360748,-334471949.7848023,-95364988.24526012,17.953917106331687,-4.700948564845138,-1.9543207397824165,27339842.39874021,-137279330.4929872,-59510307.99891755,29.172466621682663,4.59476700765984,2.08045902166814,16.51825113041392 -2001 SF198,177332,60493.10432647012,2460493.6046990007,230985770.7480485,14.2017230219115,239.7983677312968,-0.1073924961084485,-8.931831474284309,-0.039778317279871,-87389472.46320628,-334481257.5011921,-95368857.97954574,17.954415095241604,-4.6990427780871125,-1.953777395137523,27397642.82173597,-137270170.0273735,-59506183.37174124,29.19697047868637,4.656713826388731,2.084864584151666,16.525797313684148 -2001 SF198,177338,60493.106822114205,2460493.607195001,230988834.20729935,14.208654859302172,239.79809643383655,-0.1073568011303131,-8.931930741941086,-0.0397630704698606,-87385600.69173612,-334482270.800115,-95369279.29391724,17.954469309270706,-4.698835252813376,-1.953718228736212,27403939.5179084,-137269165.036253,-59505733.70961338,29.199181480742578,4.663677105575552,2.085345375839898,16.526618813615002 -2001 SF198,177388,60493.12957205908,2460493.629945001,231016824.73302853,14.271008605006026,239.7956286091839,-0.1069348269024019,-8.932833793373643,-0.03962709839534,-87350310.57866366,-334491504.5322695,-95373118.80970752,17.954963334315902,-4.696943727021273,-1.9531789423220536,27461350.279100493,-137259934.6378272,-59501630.4410004,29.215016366228717,4.728688631797037,2.0897376731683286,16.534103086636215 -2000 QM186,177558,60493.21054825881,2460493.710921001,212916847.869724,5.023094355460218,258.1909660236066,-0.2311595233253252,-24.92096374124308,-0.0142828422202247,-11850606.434353096,-326231382.9321652,-149203228.86212075,18.59458160853381,2.7971350324693143,-0.568205521216811,27665775.174116086,-137226012.9777867,-59486954.8659192,29.205417431778564,4.968090988454423,2.1055261758347883,8.840934682735385 -2000 QM186,177608,60493.23367369584,2460493.734046001,212926939.85580876,5.078131362747045,258.18508168202425,-0.23034235037943,-24.92128815374889,-0.0137817911188719,-11813455.019166434,-326225792.481622,-149204363.262832,18.594649359159305,2.799005601940501,-0.567349991056114,27724107.3780012,-137216020.72511563,-59482743.47917771,29.18383556053115,5.033689335851687,2.1100793639676767,8.852102465089613 -1998 WD8,178028,60493.43292514957,2460493.933298001,315281864.35169536,-18.96942438096807,341.80780816979643,0.0237647945916322,-16.080028202691977,-0.0421814005289253,316027089.4265445,-231707395.1660492,-146772763.13501653,11.207409362381489,12.72208725559929,4.822256858620739,28223298.154167764,-137125782.47786024,-59446076.15086201,28.75835629117183,5.362131786485148,2.149878362866574,17.698977329699588 -2000 QM186,178654,60495.2379085837,2460495.738281,213841155.9411229,5.917605718163669,257.7034812342338,-0.2200009633413503,-24.952583198204643,-0.0126740145587822,-8593090.445982782,-325727058.9644144,-149296176.70079246,18.599722193402247,2.961350343758747,-0.4930187871501145,32697865.26308929,-136294338.8795756,-59083419.77514342,28.978217959355696,5.953933175687759,2.49986760105952,9.795086702703738 -2000 QM186,178704,60495.262095230486,2460495.762468,213853575.7070322,5.967504641467105,257.6976266881044,-0.2188914299355515,-24.952884292060777,-0.0122337758899614,-8554222.267145576,-325720868.53488785,-149297206.03001708,18.59977373479141,2.963312183598795,-0.4921195634324739,32758387.931282084,-136281829.91938,-59078190.685643785,28.943623712444143,6.016942840396945,2.5046312501913035,9.806515140105065 -1998 WD8,179028,60495.42004746927,2460495.92042,312035183.5481219,-18.551520183595404,341.85732302639246,0.0123084339285238,-16.169798934025376,-0.0468161224121586,317942924.99164635,-229516869.7422816,-145940879.21570456,11.108803375689083,12.793806264999487,4.867776275081081,33151095.706236526,-136197704.2775836,-59043795.828789495,28.580380569855965,6.25339819785256,2.536062189466241,17.305428678209815 -1998 WD8,179050,60495.43159257562,2460495.931965,312016693.19926083,-18.523054973114363,341.8574716448188,0.0124241570646493,-16.17033889430734,-0.0467245948696551,317954006.2890014,-229504107.0784845,-145936023.2356849,11.108228648985229,12.794221023954352,4.868040026340154,33179589.121549763,-136191465.1116969,-59041264.98688145,28.54999150995047,6.2560044728335065,2.5383684615802955,17.303011823673266 -1998 WD8,180990,60503.38702894039,2460503.887400998,299840880.54574674,-16.554866500380175,341.8184632299485,-0.0340888515074847,-16.61858088793761,-0.0643530661868709,325452436.0586154,-220612475.70216185,-142527769.49574387,10.707216051513688,13.074690741282538,5.047796614279996,52480897.132946245,-130961462.10393526,-56773537.27475497,27.48231873917975,9.739474584303016,4.048491492642241,15.495522241821092 -1998 WD8,181033,60503.40788660944,2460503.908258998,299811095.24829537,-16.50165059462863,341.817723058194,-0.0339009546740951,-16.619921179518652,-0.0641646810809496,325471731.9725481,-220588911.4459133,-142518671.78290084,10.706151714892096,13.075411981049832,5.048262619031631,52530373.01131108,-130943903.42307992,-56766237.77102176,27.42592083432675,9.745942181763231,4.052476466500801,15.490179707084993 -2000 QM186,181120,60503.960730688894,2460504.4611029974,219392266.17466435,8.677332025402462,255.90247049404456,-0.1653155893322386,-25.073588596491703,-0.0159940038835861,5427482.348287372,-323227677.00341105,-149544688.7617059,18.60310924358368,3.672841130228856,-0.1653725856140631,53829779.65278773,-130494882.55810824,-56570208.29418095,27.549722203604883,9.219934302647149,4.154050839563665,13.649400296228665 -2000 QM186,181142,60503.97253602735,2460504.472908997,219401128.82576415,8.69959045020621,255.90031295232797,-0.1657346213175637,-25.073776287277752,-0.0157992081476964,5446457.674763668,-323223930.17911136,-149544857.2146301,18.603092908749858,3.673809314723103,-0.1649246377662108,53857893.902220026,-130485468.29100028,-56565969.92606527,27.574008932313003,9.23904591910934,4.156162704360779,13.65438092724994 -1998 WD8,182001,60505.25198735829,2460505.7523599965,297198417.6738973,-16.323996427071062,341.75481851628933,-0.0443554414333121,-16.74315981792709,-0.069636080554526,327170128.97188264,-218500423.39816648,-141711009.99696898,10.611787205980232,13.138883842879611,5.089352018408896,56879292.100081824,-129397074.22069705,-56093510.98906832,27.435756128913155,10.397522113693237,4.390467352644521,15.019774519166589 -1998 WD8,182002,60505.25243578651,2460505.7528079967,297197785.8473185,-16.322918755255426,341.7547977625241,-0.0443673949850908,-16.743191014047685,-0.0696322675503499,327170539.74653566,-218499914.80061784,-141710812.99142453,10.611764218027966,13.138899191646145,5.08936197376973,56880354.04536284,-129396671.74165036,-56093341.0446971,27.43490950675419,10.398552166513804,4.390550854341907,15.019655049996851 -1998 WD8,182051,60505.27667949025,2460505.777051997,297163657.579287,-16.26254473287959,341.75366690705795,-0.0449432006132985,-16.744876591752288,-0.0694156761544592,327192767.92023546,-218472390.6252953,-141700151.25525287,10.610520155130317,13.13972975478606,5.089900699105135,56937771.05410103,-129374834.05966544,-56084139.50032599,27.385721085398544,10.450908603571657,4.395077339592122,15.013183452865432 -1998 WD8,182052,60505.27712950303,2460505.7775019966,297163025.32339,-16.26139003758303,341.75364578488615,-0.0449525356350788,-16.744907827843214,-0.0694114859092668,327193180.478936,-218471879.7249489,-141699953.3491245,10.610497062882034,13.139745170145329,5.089910698175411,56938835.79133616,-129374427.71099262,-56083968.61819684,27.384748884993865,10.451814338483398,4.395161491957654,15.013063224204638 -1992 SF17,183914,60509.95939686034,2460510.459768995,454711107.9694726,24.30566764066376,199.45433333736293,0.1727015441147843,-7.35212258093443,-0.0670366655804393,-357508020.77532834,-275077601.8837429,-112323098.06472608,9.679750247985435,-10.995973280853734,-3.984929196300324,67717381.12601721,-124878701.38118084,-54135130.43836927,26.38254299770075,11.72887826687088,5.232742571226179,18.989842268482278 -1992 SF17,183935,60509.97028471335,2460510.470656995,454733985.5409176,24.331722852513163,199.4562298714701,0.1728087798623494,-7.352852342564702,-0.0670122360850631,-357498915.34025323,-275087945.0504436,-112326846.4100612,9.680194487877744,-10.99563153637388,-3.984789653293052,67742209.58287093,-124867658.6642488,-54130207.00456856,26.40317569263769,11.74846519411432,5.234595679806779,18.989582802497257 -2001 SF198,184473,60512.12309317165,2460512.623465995,258170373.24623016,18.75250321688459,239.2015496360652,0.0294920101000498,-10.057092881014205,-0.0745981799890848,-57587680.17876656,-340897137.3691871,-98205731.36788753,18.29620667850571,-3.106986205938972,-1.497500443288849,72569444.6962707,-122543102.02009653,-53121590.995358855,26.08035952552723,12.95788669898696,5.608057560927295,21.452714556689 -2001 SF198,184545,60512.15676332662,2460512.657135995,258225032.5337921,18.82311934948565,239.20257899990696,0.0307570590247129,-10.059601567980792,-0.0744244924000183,-57534457.54476594,-340906171.1748396,-98210086.26716548,18.29668520772103,-3.104151659633563,-1.4966839094154625,72645289.13245049,-122505263.73677333,-53105268.20564405,26.059760301553773,13.05551032054482,5.613878347064556,21.45951227998269 -2001 SF198,184595,60512.1806199396,2460512.6809919947,258263875.78528777,18.86564778038786,239.2033366424368,0.0318029519205177,-10.06137583355437,-0.0743273882423779,-57496747.20193453,-340912566.8500619,-98213170.3791071,18.29702398617841,-3.1021432884336093,-1.4961053589326367,72698977.90281649,-122478285.0928249,-53093692.84127776,26.03453272019782,13.122136132730024,5.618026939548844,21.464303370567293 -2001 SF198,185515,60513.13139772396,2460513.6317699943,259792828.0971788,18.94483427069915,239.24176783730357,0.0366181962107325,-10.13375811125897,-0.0758882091187845,-55993241.46192579,-341164095.44604474,-98335116.29104708,18.31034307410566,-3.0220812933834003,-1.4730359816552243,74796418.0967036,-121398307.98236376,-52625411.15377592,25.837194483038484,13.385040329116544,5.780866342101425,21.647212287332312 -2001 SF198,185808,60514.02937495805,2460514.5297469944,261248767.63548365,18.86180936806656,239.2841942371384,0.0410860523643376,-10.203229075866805,-0.077852335457834,-54572241.269761056,-341395615.34227735,-98448549.10826308,18.32259481824043,-2.946433100534216,-1.451227746212784,76758149.62363857,-120348957.09204993,-52170888.24199922,25.567700064202995,13.495184035725403,5.93370524671644,21.814209704885823 -2001 SF198,185858,60514.05359098071,2460514.5539629944,261288299.39293435,18.92575140710248,239.2852082290262,0.041364319925008,-10.205112225481365,-0.0776776093802494,-54533907.67004922,-341401777.5293957,-98451584.65016912,18.322920806613453,-2.9443926491899046,-1.4506393714057115,76811666.27914648,-120320654.27139685,-52158469.15132196,25.58761972092198,13.560227856027456,5.937744570810352,21.81883684930776 -1998 WD8,186043,60518.365990130354,2460518.866362993,281293964.76783633,-11.59946328029478,340.7132385163213,-0.1183059919305292,-17.79567992692208,-0.0892082548394961,338808238.89300615,-203363804.34325883,-135781291.9981505,9.925960227699196,13.573210893405715,5.375064986759654,86005114.35059808,-114898978.89136472,-49811242.014622025,24.033551679311124,15.759338777741927,6.65677602170729,11.149788815217123 -1998 WD8,186088,60518.387651328165,2460518.888023993,281272307.31558055,-11.54570843072433,340.7105509375256,-0.1179492901815585,-17.79760974410792,-0.0889785669037091,338826815.06883687,-203338400.3102317,-135771231.68753943,9.924806428258195,13.573903224090722,5.375527286285751,86050036.9847231,-114869485.22797568,-49798780.35448938,23.973487159324403,15.757999168835056,6.660445899731775,11.142600952066216 -1998 WD8,188066,60524.394038930586,2460524.894410991,275777278.31372625,-9.128977214351703,339.9057331676537,-0.1473977713641369,-18.35767576489543,-0.0942532959287991,343894023.4254528,-196244696.26647565,-132948447.60132684,9.602270131481887,13.762634751106589,5.502458987254467,98083982.09564029,-106318884.37390646,-46092940.17074096,22.11364759449601,17.929619101235126,7.610998513454048,9.123540419621348 -2001 SF198,188172,60524.967865455306,2460525.468237991,279811767.7431323,20.2538836712763,240.21866154954228,0.111025990483264,-11.123089342713271,-0.089676393850001,-37194792.14822208,-343743927.47059155,-99693990.54602398,18.446283628733177,-2.0228260246918794,-1.1841362544811287,99174537.66122276,-105449717.25826325,-45713432.61872832,22.383771212061585,17.49470711180437,7.6969743750802255,23.4565455947046 -2001 SF198,188193,60524.97937505204,2460525.479747991,279831924.60555905,20.283361882915703,240.2199638341498,0.1110164715795943,-11.124121002893991,-0.0895867089429324,-37176449.171707615,-343745938.47766185,-99695167.90666492,18.44638891080809,-2.021852469332906,-1.1838539149396852,99196804.84904286,-105432306.19798484,-45705777.41269808,22.398243355352367,17.52148179634846,7.698668429735751,23.457975056733016 -1998 WD8,189285,60526.3004658234,2460526.800837991,274295486.4337791,-8.517258712759547,339.61210326795185,-0.1578013233540314,-18.541395197756486,-0.0963728092336838,345467199.1057187,-193972881.29607505,-132038803.31384245,9.49882711832066,13.821176629265407,5.542216364033696,101700423.88694116,-103375441.32555684,-44815658.173519365,21.70607947362831,18.612768358850197,7.89676313968323,8.4647261506542 -1998 WD8,189335,60526.324555290885,2460526.824927991,274277828.18124825,-8.451105693399006,339.60809562186586,-0.1576221077631394,-18.543712868523443,-0.096047121849455,345486968.93289894,-193944112.6516953,-132027267.0303834,9.497516732447256,13.821912149918832,5.542717091683638,101745530.93723288,-103336685.08883588,-44799218.18101145,21.637266235556908,18.626670044541,7.900471682074005,8.456196219469458 -2000 QM186,189904,60527.12754119473,2460527.62791399,244026515.8191392,15.255927015544048,254.0201165120241,0.0087443220278256,-25.416270854882494,-0.0164856669938523,42554769.98143866,-313959099.7702537,-148981127.69778973,18.45721229068623,5.595883960370749,0.7356920578411147,103233065.64758033,-102067985.2860976,-44246985.88842971,21.73943781387998,18.626292833361887,8.017586891723237,21.39864557300016 -2000 QM186,189954,60527.15171080865,2460527.6520829904,244058424.60526603,15.30321205574998,254.0203631736619,0.0097158750109067,-25.41666434505503,-0.0160845301988239,42593310.10942429,-313947412.9144909,-148979590.4979953,18.45693727107706,5.597911173659184,0.7366540430889392,103278429.67335686,-102029021.98220134,-44230239.81272941,21.70706994627669,18.690662663873734,8.02116990938393,21.40484511443842 -2000 QM186,190019,60527.18128955398,2460527.68166199,244097600.94482288,15.35311110213802,254.02070332657567,0.0110885070876983,-25.41713376825552,-0.015671152161573,42640476.28639934,-313933104.3099101,-148977706.47749484,18.45660033164061,5.600392208565772,0.7378314181626131,103333842.43186024,-101981161.02694131,-44209735.07628737,21.65629470004977,18.763445588669036,8.025579873666771,21.41239918963427 -1998 WD8,190253,60527.29542872531,2460527.7958009904,273575403.5680833,-8.097801480554509,339.4516976765015,-0.1621224134108055,-18.63791017065786,-0.0967753728740074,346281458.5085744,-192783410.1059719,-131561466.50366758,9.444638262386311,13.851467047424704,5.562862875472144,103546108.68247366,-101795067.96983512,-44130505.29679614,21.37499935990277,18.94815469943295,8.042784217586435,8.119069661112002 -1998 WD8,190303,60527.32007870435,2460527.82045099,273558230.0551183,-8.029871055641753,339.4474820857056,-0.1619453710119368,-18.640291470569444,-0.0964358504767265,346301572.43116635,-192753908.21629065,-131549618.07881762,9.443293994339523,13.85221519439428,5.563373489337412,103591557.41756973,-101754695.38726668,-44113372.119337365,21.304506961971008,18.963038283521172,8.046519734920626,8.110325979129156 -1998 WD8,192063,60529.21821533509,2460529.71858799,272288161.40411186,-7.433946663477131,339.1295788297154,-0.1698368904966068,-18.825235359672305,-0.0982262692612567,347841801.4017226,-190477393.85215983,-130633989.6102526,9.3395274647567,13.909491587545048,5.602561507993218,107028658.0224766,-98662215.78813224,-42771336.03258457,20.87137317676317,19.51078792340388,8.31771198112561,7.451513942237931 -1998 WD8,192113,60529.241934032696,2460529.7423069896,272272994.51356137,-7.367727613348105,339.1253185820134,-0.1701445880752936,-18.827561163652778,-0.0978851619122653,347860940.23801875,-190448887.39854616,-130622507.37672614,9.338227652725529,13.910203136666082,5.603049557780166,107071370.28630534,-98622189.96934517,-42754286.824033335,20.812125993098483,19.550451134665938,8.3211703887389,7.443120736964658 -2001 SF198,192568,60529.98951572502,2460530.4898879896,288738901.5746932,20.807202902087397,240.8987716639308,0.1404513473059268,-11.58147755183053,-0.0929051064491348,-29182795.331275657,-344529339.4634137,-100180963.21291432,18.487254673581624,-1.5978386933942972,-1.060726455487176,108387443.75525016,-97376871.50221008,-42213384.50789395,20.71280286452525,19.246782536386316,8.425268055430397,23.975478552818284 -2001 SF198,192618,60530.01341784297,2460530.513789989,288781935.2815381,20.86810736207143,240.9022010636307,0.1406861268852774,-11.58369584187982,-0.0927108673582918,-29144619.17388509,-344532636.8923632,-100183152.99353224,18.487425907105724,-1.5958148462110189,-1.0601379965464288,108430236.14413288,-97337059.84438977,-42195981.85114645,20.728552813598263,19.309854594798416,8.428524545316664,23.977773964139278 -2000 QM186,193835,60531.13038164903,2460531.6307539893,249351935.9273379,15.95821240373844,254.1560355155118,0.0396390918927944,-25.49369534977748,-0.0179802912414776,48929492.13435648,-311965777.86612874,-148699088.71874645,18.408044968475917,5.93210869018582,0.8955977524417009,110378639.47030784,-95443383.68893272,-41375078.99971521,20.31265230568668,19.959537129607455,8.581876640429398,22.34226212236355 -2000 QM186,193885,60531.154405991365,2460531.6547779893,249385106.9654949,16.001461906847165,254.1571038119168,0.0406589446897095,-25.49412284880477,-0.0176182293923896,48967698.86006788,-311953463.30316323,-148697228.84923276,18.407727780476165,5.934129424915893,0.8965609638833815,110420764.40176123,-95401889.9801086,-41357262.37341643,20.27516097010338,20.02069510487544,8.585205384306542,22.347722123154067 -2000 QM186,196148,60543.11315233727,2460543.613524986,266446259.3255523,17.41123600464174,255.3376332542354,0.1247921353852317,-25.76248980038007,-0.0220685933521373,67893130.88820346,-305301575.1632804,-147521513.35388434,18.216415605622885,6.943481241085034,1.3809670874775164,128633038.56469576,-73153702.03234032,-31712887.920319904,15.555905483788312,23.31429955622055,10.018555054928736,24.51031043433772 -2000 QM186,196198,60543.13721034336,2460543.637582986,266482492.9464849,17.4497706885113,255.34098003677516,0.1257976603443386,-25.763016786585386,-0.0217504114176305,67930993.0600896,-305287141.0871845,-147518642.00403205,18.21596246235386,6.945517681816457,1.3819511209897637,128665328.81116185,-73105181.11625555,-31692060.54749691,15.511872558459478,23.370742340949302,10.021148027603148,24.5138566251518 -2000 QM186,196950,60544.03954102843,2460544.539913986,267821856.2206744,17.35362199853648,255.4751488866841,0.1291550273999975,-25.785265552551536,-0.0235317611652111,69350385.76883204,-304742712.2849953,-147409470.02157757,18.19876545664061,7.02191104142166,1.4188851391777562,129832038.5768222,-71295266.63866019,-30907081.7872469,15.213733782437345,23.364731590329143,10.114236442221484,24.639101383190763 -2000 QM186,197000,60544.06401857104,2460544.564390986,267858614.3584377,17.407111363127047,255.47866764664357,0.129759319461158,-25.78583593714122,-0.0230790434375629,69388870.01978256,-304727860.9259442,-147406468.45852432,18.19829349773933,7.02398367845753,1.4198877382182675,129864193.9811786,-71245783.39733532,-30885689.407270573,15.194381499061082,23.431843236442187,10.116758389419209,24.642615445131533 -1998 WD8,197182,60544.24833628226,2460544.748708986,267186282.08998904,-0.3622613879716412,336.1756098444821,-0.2071747470349135,-20.24063066039697,-0.0860602864872707,359428882.5535762,-172130519.72843823,-123161161.77185874,8.50069395697317,14.33944421325429,5.903519055706459,130103496.9576275,-70869340.12623459,-30724424.681506436,14.798427607877276,23.782093827745268,10.136306779067716,3.4931099714364424 -1998 WD8,197232,60544.27091212456,2460544.771284986,267185636.29223037,-0.3002779044396247,336.1706280182364,-0.2068833072048133,-20.242569209800426,-0.0856776812937183,359445462.4890695,-172102549.06124482,-123149646.12499666,8.499411688423537,14.340058096474737,5.903958346269969,130132297.63458976,-70822938.58053885,-30704650.770014465,14.731992567177311,23.79406933624609,10.13873953922491,3.491885337805741 -1998 WD8,197272,60544.289593986105,2460544.789965986,267185191.66601,-0.2510336444660137,336.1665120998917,-0.2065353813311964,-20.24416690401836,-0.0853749639073534,359459180.0222099,-172079403.22568634,-123140116.60743766,8.498350598426601,14.340565994103669,5.904321817205544,130156030.9929454,-70784530.24623351,-30688284.830333497,14.676685512726326,23.79784016829753,10.140752674871678,3.4908898310424337 -1998 WD8,197301,60545.30498079835,2460545.8053529854,267168907.63560852,0.2647078330938619,335.9494766587877,-0.2068849185186407,-20.331259284833965,-0.0835222847927457,360202204.14110106,-170820104.6744208,-122621268.05016766,8.440609094854898,14.368072383815436,5.924037679629298,131426942.18039988,-68720977.45279714,-29794154.863342844,14.19455792300846,24.02712330002671,10.24284250918724,3.46761828488116 -1998 WD8,197351,60545.328949925,2460545.8293219856,267169514.32936507,0.3203035701159707,335.94419690830523,-0.2061922287767613,-20.333257076654697,-0.0831818528683945,360219682.5508431,-170790348.88188094,-122608999.36352536,8.439244476305996,14.368719321089904,5.924502131399754,131456266.14452724,-68671228.20705888,-29772940.131670427,14.125560476601503,24.016912744588964,10.24535977087803,3.467621144443352 -2000 QM186,200531,60549.0432418313,2460549.543613985,275359357.3192944,17.755232672843665,256.32123341304373,0.1612881768525116,-25.91069527670373,-0.024199838907586,77195890.60992588,-301615545.87083405,-146751682.64616853,18.096238514125226,7.445955065428908,1.6246046218369687,135766591.38420892,-60961318.88878379,-26427987.10046104,13.015801587920675,24.51357312565243,10.594074627337008,25.249151122565628 -2000 QM186,200581,60549.06792710815,2460549.568299985,275397283.4940062,17.806273539364028,256.3256690078461,0.161973425695624,-25.91128731616341,-0.0237718674906523,77234484.67875333,-301599663.32225853,-146748216.69390076,18.09570238159472,7.448048615056602,1.625623271876416,135794325.46300587,-60908964.2704231,-26405388.9344543,12.988971429883248,24.579126682240965,10.596307922963849,25.251959512016583 -1998 WD8,201564,60550.087518927896,2460550.5878909845,267655922.9055522,2.0761241226230758,334.9219071051503,-0.2072491949202595,-20.71758405930764,-0.0778167471964823,363633492.9966321,-164856707.8573162,-120154372.6459758,8.166892178845217,14.494979623232489,6.015830146865981,136885487.50429058,-58745883.063708656,-25467900.89162072,12.505630634296914,24.836297316363297,10.685572837353128,4.022206491061446 -2001 SF198,203183,60561.00651885256,2460561.506890983,346160181.6906671,21.69706676955187,248.012813075416,0.283969778038344,-14.554552284684288,-0.0926088003572092,20485864.96145105,-345291038.42007464,-101994472.554558,18.520386129195057,1.0279752600928496,-0.2911858047046295,145928887.2665073,-34608646.07229226,-15003837.264617575,7.35991110452821,26.427154837312987,11.429459922699715,24.51622979186949 -2000 QM186,203197,60561.01288332519,2460561.5132559827,293845315.76681113,18.165255965064624,259.0287624035635,0.2304131743002817,-26.218018279861425,-0.0240730945953141,95762851.5163136,-293390345.2085026,-144814885.84690535,17.800656934540097,8.461930892634985,2.1224803201239477,145932933.1594255,-34594108.25293407,-14997551.70520589,7.354033088714399,26.44377823604617,11.42978067630117,26.14731413732653 -2001 SF198,203233,60561.0306911931,2460561.5310639828,346205548.8963938,21.74476978647569,248.019912248577,0.2845601076078218,-14.55678856662688,-0.09241756535599,20524542.730872773,-345288889.46902895,-101995080.03593482,18.520264826107912,1.0300156813368664,-0.2905831189728727,145944233.5529862,-34553386.18715996,-14979965.021919178,7.334231313567419,26.489550277844565,11.430685397294768,24.515274812382525 -2000 QM186,203247,60561.03699275545,2460561.537364983,293883207.698998,18.21451362270509,259.0349620307361,0.230997330693073,-26.218593646297045,-0.0236624934618382,95799927.65114276,-293372717.7942049,-144810463.89862338,17.799988534015828,8.463977699496686,2.1234906349395164,145948224.15850037,-34538960.7795063,-14973741.995617555,7.326059472986162,26.50541052263278,11.431008053851052,26.1485346517627 -2000 QM186,203268,60561.04790460416,2460561.5482769827,293900390.89628625,18.235484786045298,259.03777360732977,0.2313064403895008,-26.218850891228637,-0.0234877887236673,95816708.25943248,-293364738.0313184,-144808461.784456,17.79968591074087,8.464904105605289,2.123947923763354,145955123.94820735,-34513958.80583176,-14962964.613518834,7.310500575052562,26.532357693267475,11.431569889441883,26.149082425773955 -2000 QM186,203318,60561.07233178472,2460561.5727039827,293938924.8672341,18.27879303973062,259.04408214647447,0.2320915746130115,-26.21942013211093,-0.023127209833123,95854271.36399384,-293346871.8109944,-144803978.40004748,17.799008254011746,8.466977904274495,2.1249716060154977,145970510.85984007,-34457901.1156943,-14938837.029360387,7.269443034738188,26.58973989201709,11.432841110984878,26.150296190915764 -1998 WD8,203460,60561.139313112064,2460561.639685983,272313725.0705786,7.353690741064987,332.6219186710909,-0.1894625411157337,-21.41756583916509,-0.0494080230026028,371125798.1077961,-150882213.3487059,-114311344.27929293,7.523664649954681,14.771314605386976,6.221055099725089,146012168.31578833,-34303625.98737426,-14872662.105211733,7.118380374652695,26.717487190894392,11.436409614425516,7.410247672565657 -1998 WD8,203510,60561.16303088659,2460561.663402983,272328862.0374671,7.4201415306335345,332.6170919880126,-0.1894243356799825,-21.418732171746424,-0.0489458465595478,371141213.4056391,-150851944.8910988,-114298596.28512594,7.522268718400782,14.77188191698575,6.221484966972241,146026689.98333785,-34248843.86106115,-14849225.884148529,7.054257225660103,26.749382166260705,11.437695399525111,7.418592392509968 -1998 WD8,203645,60561.22853937814,2460561.728911983,272371370.93609655,7.59797228569896,332.6037883526738,-0.1884819802770182,-21.421897484750144,-0.0477105469180839,371183777.297685,-150768334.0308148,-114263380.34175456,7.518412662350623,14.773448318169216,6.222672070297439,146066078.4946289,-34097285.72833829,-14784478.662924066,6.861440884000044,26.793852551458947,11.44127602742673,7.441598828019096 -1998 WD8,203695,60561.25212092049,2460561.752492983,272386911.35613483,7.656367172404929,332.5990214902297,-0.1878599251206232,-21.42301771810994,-0.0473059608603235,371199093.4952409,-150738234.82202235,-114250702.1667788,7.517024492755569,14.77401196174556,6.223099301376127,146079985.35979688,-34042695.04030498,-14761166.910598546,6.79022985594868,26.79329314225017,11.442566247120164,7.449858229703291 -1998 WD8,204491,60563.20040441238,2460563.7007769826,273710839.543055,8.40995954588812,332.22497691385144,-0.1825705543913895,-21.512920873929858,-0.0425411452404589,372454748.6321111,-148247466.92975685,-113200222.51526833,7.40211092805535,14.82020150690207,6.258241052720419,147150870.5993589,-29583697.957790777,-12827436.56143224,5.946463427940422,26.99537873630859,11.5304036018793,8.12691396811538 -1998 WD8,204541,60563.22474067464,2460563.7251129826,273728590.0250995,8.47339591668224,332.2202075514443,-0.182055381962657,-21.513950712140304,-0.0420978816016451,372470310.584724,-148216305.79903477,-113187063.65831828,7.400672786367197,14.820773714843329,6.2586780480399264,147163296.75712076,-29526926.91651799,-12803191.160294011,5.873031155344695,27.00307048741393,11.5315679300773,8.135476782989208 -1998 WD8,206470,60565.282790000885,2460565.783162982,275284309.14985806,9.466322301784766,331.83923652484293,-0.1728749708629791,-21.596985757414927,-0.0354127738647597,373775399.2998306,-145576742.22575948,-112070930.92883188,7.278807641072881,14.868739585015744,6.2954582219662605,148115769.87883836,-24777999.87358449,-10745483.188257346,4.69470358860932,27.155618472926445,11.610633502102116,8.849704753700044 -2000 QM186,207719,60567.01745298455,2460567.517824982,303202405.3687708,18.18591563194777,260.7171566863635,0.261238143278198,-26.36473675532524,-0.0221106356765366,104952408.80212562,-288868406.9479749,-143648407.02245605,17.62492964131523,8.971511799638355,2.37494321231804,148774211.5107441,-20761231.49726381,-9001124.46310786,4.364425131200673,27.039995902681756,11.664565064171724,26.33168332263804 -2000 QM186,207720,60567.01789955423,2460567.5182719817,303203107.7674524,18.18680618371768,260.7172870186978,0.261248966253953,-26.36474663712304,-0.0221032357710625,104953089.44928604,-288868060.4813508,-143648315.30545962,17.624915863202947,8.971549713375117,2.374962066311581,148774380.05701435,-20760187.16988024,-9000673.968097784,4.363840103458242,27.04109971872106,11.664578830884992,26.331693696700484 -2000 QM186,207769,60567.04144418392,2460567.541816982,303240152.7277563,18.23165700442181,260.72416027390545,0.2618820303627189,-26.36526260008153,-0.0217303328618343,104988940.686954,-288849808.84175664,-143643483.2315456,17.624189975877123,8.973546752380308,2.375955182013653,148783223.13565686,-20705119.741804373,-8976944.111220086,4.328829989615271,27.09758840672005,11.665313166042724,26.33223323730284 -1998 WD8,210276,60572.05591767253,2460572.5562899816,281459653.9587764,11.74063448709523,330.71463516224765,-0.1461027854671943,-21.784671373918066,-0.0189365479114266,377916716.4838102,-136830998.52171758,-108352091.62669884,6.8744006710516325,15.020636114757089,6.414027567063576,149960678.2733964,-8984588.90817663,-3896948.14906437,1.7770961609486935,27.402783257588386,11.770781712171036,11.132434213350082 -1998 WD8,210326,60572.08050465147,2460572.5808769814,281484662.7084716,11.804783075638694,330.71076313738126,-0.1463419509873812,-21.78513142547912,-0.0184824485307148,377931317.7451592,-136799090.6168676,-108338466.2853276,6.87292347529954,15.021170761603289,6.414451001028577,149964397.44379243,-8926325.472764052,-3871942.83014025,1.7232263144688549,27.449955094952337,11.771207802728425,11.14059378661084 -1998 WD8,210553,60572.1865121623,2460572.6868849816,281594100.0060031,12.089668337890185,330.6940769985999,-0.1454630507928883,-21.786983156529956,-0.016469727437776,377994235.79667264,-136661505.27282616,-108279709.72540829,6.86655373228273,15.023474521879985,6.416276072898421,149978894.8355799,-8674267.51998496,-3764120.376329966,1.4301267671951068,27.56309375370255,11.773173569800754,11.175702733626013 -1998 WD8,210603,60572.21088829548,2460572.7112609814,281619625.9940626,12.14955233725723,330.6902663568808,-0.1448343468305799,-21.78737940962161,-0.0160469097129253,378008695.2238729,-136629865.25874498,-108266196.59798566,6.865088871459164,15.024003939632436,6.416695604912086,149981828.92627198,-8616213.584602674,-3739324.566995031,1.3561394016899426,27.565006343407585,11.7736375738911,11.183741448074777 -2000 QM186,211018,60572.98199923911,2460573.4823719813,312461413.73349667,18.018769298138224,262.5887691334973,0.2884483244786396,-26.497017108751745,-0.0197424477778481,113985667.76808923,-284115060.48587114,-142359638.7949263,17.431732979110375,9.476956625867045,2.6272447316819574,150056388.05351168,-6811485.542096825,-2954597.5165393394,1.3846821332110306,27.26547104200688,11.781721204447766,26.361413367308195 -2000 QM186,211039,60572.99318108737,2460573.493553981,312478834.1093794,18.04210218231211,262.5923744275382,0.2886594577483873,-26.49723678787308,-0.0195499734158085,114002507.80044882,-284105904.65614307,-142357100.47201866,17.431353115029484,9.477903173819747,2.627719022219705,150057720.02427006,-6785130.225669372,-2943214.83958043,1.3723416802798671,27.29327438065145,11.781854383711805,26.361402971214837 -2000 QM186,211100,60573.021532990446,2460573.521904981,312523099.8384116,18.097875831287148,262.60152882332784,0.2893224144955781,-26.49778441451917,-0.0190891531013714,114045202.6048566,-284082686.7413159,-142350662.71964478,17.430389704195516,9.48030304426648,2.628921565431929,150061035.3136543,-6718190.704711744,-2914354.4449981414,1.3325419255498998,27.361037069293925,11.782210848749044,26.361365387860225 -1998 WD8,211495,60573.20902749124,2460573.7093999814,282666362.36726093,12.529251815331202,330.54350889610447,-0.1400389318596177,-21.80337249343246,-0.0131616667982739,378598123.1326074,-135333327.7284652,-107712108.76867191,6.805051326761406,15.04557953491395,6.433831444147939,150079088.28857803,-6272458.646179869,-2723465.5751428874,0.8507908813488737,27.590979088842992,11.78503893786903,11.506483347453806 -1998 WD8,212355,60574.199558013854,2460574.6999309813,283736921.5504562,12.88554684760274,330.4030045797345,-0.135347249105567,-21.816424095699947,-0.0104118371533799,379177934.7214485,-134044843.395622,-107160787.6795734,6.745365814623985,15.066791998012452,6.450753494277307,150132675.26601177,-3944913.320296339,-1714507.6773049578,0.3674519337568737,27.610423543235893,11.793273576247108,11.822592028049865 -1998 WD8,212356,60574.20000415996,2460574.7003769814,283737418.1143695,12.886614438021216,330.4029395608991,-0.1353349115796047,-21.816428737701816,-0.0104043103376539,379178194.6384417,-134044262.83041704,-107160539.1141153,6.7453389168400575,15.066801504575029,6.450761094955968,150132689.3994341,-3943849.369205932,-1714053.2303353806,0.3660961836641993,27.610405464060687,11.793279319936016,11.822735308064765 -1998 WD8,212357,60574.20045402672,2460574.7008269816,283737919.17346936,12.887690063580033,330.4028739649475,-0.1353224151991536,-21.816433417936352,-0.0103967267915406,379178456.8854962,-134043677.0579387,-107160288.31905694,6.745311777797099,15.066811096358158,6.450768763785593,150132703.60666797,-3942775.876648704,-1713594.707352721,0.3647283494560562,27.610384002684345,11.793285114447484,11.822879866853585 -2000 QM186,213796,60576.054993998725,2460576.555365981,317204307.9645937,18.074476792621848,263.6226423308103,0.303500456429301,-26.55768427817355,-0.0167598570729889,118599554.05194792,-281564500.19582134,-141644812.02703977,17.324828890098804,9.7369008101751,2.7577542149527736,150115693.38679728,414116.2183503234,176786.60262093763,-0.2607527353896232,27.487201254196844,11.799581382804822,26.322655602135544 -2000 QM186,213846,60576.07931101434,2460576.5796839814,317242321.39042,18.10775838599102,263.63090493794914,0.3043576187681395,-26.55808834120499,-0.0164803853908227,118635951.711992,-281544041.309587,-141639017.04107514,17.32396274449291,9.738956299126164,2.7587882878812677,150115087.69054988,471915.5546905447,201578.5342112227,-0.3169111717949319,27.530496476927805,11.799701728825104,26.322301201048667 +1998 BW1,48293,60292.27976446247,2460292.780136993,227295901.746002,-10.476239505447042,118.689485465191,-0.1111400749613066,17.98411654453465,0.0183421072712271,-82446301.90451269,323350372.08483505,128130660.1705978,-20.958746654578235,-2.8151298328525347,-0.7605899377978248,21338756.18244672,133700469.70379132,57952293.167117074,-30.34425776107367,3.7040175001103743,1.6728499087251951,13.887099446775878 +1998 BW1,48294,60292.28021348675,2460292.780585993,227295495.36844,-10.475003845934646,118.6894329985724,-0.1111459650421558,17.984124778607608,0.0183352832431619,-82447114.99783202,323350262.87129366,128130630.6632628,-20.958737354635662,-2.815166288710874,-0.7606043838455993,21337579.027334124,133700613.37130548,57952358.06113342,-30.343860614156693,3.702747642851212,1.6727548788779394,13.886918777286134 +1998 BW1,48339,60292.30168842488,2460292.802060993,227276115.08237275,-10.415662596944824,118.68692096975536,-0.11134592751529,17.984515010778036,0.0180073206121496,-82486003.61881438,323345037.69883585,128129218.71697424,-20.95829245232606,-2.8169098758146176,-0.7612953018472065,21281297.579618417,133707428.21535677,57955457.535738334,-30.32145473023049,3.6435929429511296,1.6682016682376188,13.87827622753004 +1998 BW1,48340,60292.30213726795,2460292.802509993,227275711.0548774,-10.414420352764267,118.68686840665012,-0.1113483954116889,17.984523094522427,0.0180004552921933,-82486816.69434823,323344928.41626006,128129189.1822807,-20.95828314820764,-2.8169463298967243,-0.7613097472670511,21280121.311853018,133707569.54013,57955522.24942623,-30.32091658284113,3.6423924951022575,1.668106304437336,13.87809551203196 +2000 QR19,51129,60296.34362463712,2460296.843996994,222125216.5028561,-13.128753132098556,139.27095365517798,-0.0436541391401848,18.86844930714701,0.0142119518761422,-148513591.87911144,271852309.69530755,130223992.251065,-19.612429785965062,-5.172378077180738,-2.8238202738377502,10768403.26320022,134707629.58696812,58389498.11414944,-30.46172368458024,1.5832745747399666,0.8182758402356486,19.653247339071097 +1999 JO12,55172,60302.32214138439,2460302.822513996,390583404.7730614,-20.64782821051994,160.60042171007112,0.03996531529175,15.785242384148864,0.0580676099161301,-359371629.8055951,259775548.5410109,164738500.37762147,-11.649606382158446,-11.292122265599154,-1.6455527110557695,-4856928.839182591,134934147.6475958,58487159.18240712,-30.519287565559683,-1.3052067818045263,-0.4376701514158125,16.299406213339623 +1999 JO12,55194,60302.33205759109,2460302.832429996,390565725.6839744,-20.623463989059584,160.60083265781213,0.0397976622295931,15.785817905132188,0.05801132312369,-359381611.0385076,259765873.31484312,164737090.38966247,-11.64922032916846,-11.292401431519725,-1.6457297330923475,-4883067.858933869,134933020.24004295,58486783.303918935,-30.500095033938923,-1.3264424668990893,-0.4397899966623312,16.297921853994342 +1999 LZ3,55213,60302.34057754053,2460302.8409499964,315636224.5028977,-24.19052955240801,163.3191799015067,0.0982607521824276,7.469606932643972,-0.0051327443262762,-304693548.6863125,224763381.65425757,99519247.91250396,-9.345569923144993,-14.21647200447099,-3.9105152739321434,-4905513.514874918,134932037.3938805,58486458.89120826,-30.482810580858292,-1.3437174471245583,-0.4416132543316096,20.663446558391097 +1999 LZ3,55217,60302.3423690182,2460302.842741996,315632479.51344055,-24.18604846326892,163.31935746180918,0.0982277158867361,7.469597731363255,-0.0051365497940327,-304694995.7579871,224761180.35166225,99518642.40067483,-9.345465563661092,-14.216549004113164,-3.91054936737412,-4910232.843109284,134931829.07508183,58486390.48706823,-30.479086687841917,-1.3472327438534326,-0.4419969438857213,20.663222301654567 +1999 LZ3,55238,60302.35182548247,2460302.8521979963,315612729.5699326,-24.162145762710825,163.32029346478657,0.0980660473565152,7.46954906343387,-0.0051571426911286,-304702631.37877744,224749564.35021448,99515447.15655422,-9.34491486886215,-14.216955305148758,-3.910729269016002,-4935126.039453122,134930721.0157768,58486028.548861735,-30.45895590437487,-1.3650817974924414,-0.4440227136589166,20.66203811309172 +1999 LZ3,55242,60302.35361811831,2460302.8539909963,315608986.8946085,-24.15756890433389,163.32047077642008,0.098037813180888,7.469539813101452,-0.0051611361040935,-304704079.15653616,224747361.7442472,99514841.27364886,-9.34481044655866,-14.2170323441053,-3.91076338065967,-4939844.292389756,134930509.29162392,58485959.73322973,-30.45505134037332,-1.368330981499707,-0.4444070343800557,20.661813424904125 +1998 BW1,58570,60311.1993120951,2460311.6996849994,216330814.9439224,-2.7497490600034387,115.5532616340796,-0.2091215442135484,18.587400426405683,0.0435750413934814,-116346524.24954966,317511561.8138254,126396435.11994652,-20.493244106778416,-4.316526495069746,-1.3568876210589589,-27899649.48728851,132521584.31874792,57440796.732203394,-30.12419646917805,-5.359559852300026,-2.285331858729456,5.459578662711417 +1998 BW1,58620,60311.22306453634,2460311.723437,216325240.78562,-2.6825393235084527,115.5480170797668,-0.2094177073687205,18.58843053666421,0.0431620417415819,-116388579.6174306,317502701.58891124,126393649.77589571,-20.49257019226285,-4.3183646225313,-1.3576193582188687,-27961451.454340287,132510514.24521668,57436101.76568672,-30.105124024090728,-5.428659023038207,-2.2902768655890293,5.447958814350714 +1998 BW1,59863,60313.16431007392,2460313.664683,215956496.12082055,-1.906457980957203,115.13274250266228,-0.2139080346968985,18.67318246012845,0.0455743760234153,-119821033.46236762,316765829.5255854,126160936.50719784,-20.43676192433374,-4.4681709086564245,-1.4172699661017512,-32928807.944508027,131546404.45523708,57018229.45905678,-29.92247580246863,-6.220121606880996,-2.690397771029249,4.514523111137533 +1998 BW1,59913,60313.188383797686,2460313.688756,215952598.72208816,-1.840765584600872,115.12729983212805,-0.2144350313636752,18.674274744734245,0.0451695766056409,-119863539.56644924,316756534.1601817,126157987.931469,-20.436060846360423,-4.470023345078616,-1.4180077579417751,-32991036.466030598,131533392.0517732,57012628.52550948,-29.913776492793318,-6.292213843157064,-2.695359143942343,4.502745163394035 +1998 BW1,60052,60313.25232715747,2460313.7527,215942930.5227998,-1.6585633746912738,115.11280430272558,-0.2148260475122049,18.67712699184613,0.044036448822241,-119976439.44347274,316731824.6110665,126150148.31757788,-20.434197538320955,-4.47494325301119,-1.4199672894376387,-33156147.67251492,131498120.4226608,56997700.69478777,-29.847470129415644,-6.472384206091554,-2.7086367974091696,4.471456544252857 +1998 BW1,60102,60313.27612119792,2460313.776494,215939590.0434552,-1.5915863529419998,115.10741108684432,-0.2145915371846052,18.67816983348153,0.0436217753580745,-120018447.61406112,316722623.0839651,126147228.38124774,-20.43350379299981,-4.476773749302864,-1.4206963587992922,-33217469.007207315,131484752.66660304,56992127.16471761,-29.808191083551822,-6.5316121009641686,-2.7136110461262364,4.459825720356263 +1999 LZ3,60213,60313.32734769782,2460313.82772,293569970.69862354,-22.395605880179616,164.127062026649,0.0335260537785741,7.580676670543649,0.0265631486130444,-313257551.9497032,211046681.8350696,95708457.12255202,-8.692075688078619,-14.677396146085066,-4.116998560492413,-33349172.54921662,131455597.78500086,56980093.13543223,-29.7019690407564,-6.637576847892786,-2.72436992259515,18.955908260683103 +1999 LZ3,60235,60313.33721928334,2460313.837592,293550879.9596969,-22.36940983084401,164.12739513513355,0.0333738885770356,7.580938788764761,0.0265400974887733,-313264966.07314897,211034161.77717048,95704945.22582762,-8.691476240851731,-14.677800065515134,-4.117181736816855,-33374496.720782727,131449929.19684976,56977768.52230439,-29.67874950723685,-6.654061858606113,-2.7264496455384606,18.95394160248263 +1999 LZ3,62206,60316.287777232086,2460316.788150001,287944967.81448406,-21.847754196226905,164.21920465708405,0.0151225784218619,7.672315496846002,0.0359875843942373,-315457908.64392823,207276784.45165777,94648320.16050878,-8.51132967858613,-14.797679927493478,-4.171733122035797,-40846393.10174986,129668964.68212278,56205553.19542762,-29.377496009892848,-7.987877427744913,-3.3297699506858973,18.353301119132077 +1999 LZ3,62207,60316.288225577206,2460316.788598001,287944122.1804456,-21.846637949859744,164.2192114906462,0.0151112916189785,7.672331619087892,0.0359866842666815,-315458238.11723167,207276211.6325861,94648158.672405,-8.511302177231075,-14.797698001123653,-4.171741374904352,-40847530.20495708,129668655.47510277,56205424.307510346,-29.3765762456044,-7.98883522830593,-3.3298630618399714,18.353202421659383 +1999 LZ3,62252,60316.309741698096,2460316.810114001,287903560.9087306,-21.791578411145387,164.21953411241572,0.0146289037623322,7.673105419000444,0.035940160271399,-315474060.40073544,207248700.1620997,94640402.54511796,-8.509981323014063,-14.798565972969582,-4.172137722683742,-40902098.18993657,129653763.44399948,56199229.99077491,-29.330049585396665,-8.031885936722821,-3.3343402549900323,18.34845731971476 +1999 LZ3,62253,60316.31018889152,2460316.810561001,287902719.33329856,-21.790407819406425,164.21954070863762,0.014620145289342,7.673121484019338,0.0359391330395926,-315474389.08629227,207248128.5878345,94640241.4019686,-8.509953880859333,-14.798584004326644,-4.172145956676093,-40903230.92014242,129653453.23014668,56199101.2141144,-29.32903703068143,-8.032716823965949,-3.3344333744278454,18.34835864449113 +1999 LZ3,63727,60318.354045602304,2460318.854418002,284116739.5850081,-21.1970247143241,164.2493544926159,0.000975625005389,7.752671767387086,0.0421678186772293,-316966155.4960959,204627414.78770807,93900113.75214916,-8.38400859165334,-14.880620831068496,-4.209698936948813,-46016809.57489922,128208500.71424928,55573579.48247767,-28.89803177819797,-9.037859656737584,-3.7486365859207655,17.894193459916487 +1999 LZ3,63751,60318.36616278587,2460318.866535002,284094565.926993,-21.163722896747583,164.24936603801422,0.0009194111153288,7.753182520078181,0.0421357120677244,-316974933.01549053,204611834.7802674,93895706.15337802,-8.383259129747877,-14.88110473572785,-4.209920994173125,-46047046.527830616,128199032.0901344,55569653.68752856,-28.866133703383703,-9.050487759303175,-3.7511477417471504,17.89133209955641 +2000 QR19,65578,60321.2472551315,2460321.747628003,202207766.51847383,-4.629434775997105,135.75860155620768,-0.2291278962116062,19.822178138393348,0.0558850043624549,-189428760.15858135,258600168.26891756,123133060.17195736,-18.38105914486713,-7.108153226129171,-3.7484290763227626,-53148956.67577431,125882129.86003208,54563983.43925872,-28.58564872903956,-10.2347626198076,-4.326157888554326,9.01368273461946 +2000 QR19,65581,60321.248594129625,2460321.7489670026,202207231.17026097,-4.625671826123245,135.75827541906324,-0.2291443889014254,19.822252950272667,0.0558579264083787,-189430886.6841687,258599345.9113008,123132626.50838436,-18.38098730733314,-7.108251290328451,-3.748475770006879,-53152263.59832063,125880945.61726078,54563482.93228538,-28.583241554828327,-10.237999717569116,-4.326427634427821,9.012991920685325 +2000 QR19,65628,60321.271009641234,2460321.7713820026,202198334.22916597,-4.562417781151075,135.75281319036156,-0.2293163978672099,19.823499905166,0.0554024205769632,-189466483.7142302,258585577.8729305,123125366.13202111,-18.379784656793102,-7.1098927984578575,-3.749257378687739,-53207578.36589373,125861067.52526008,54555099.75297228,-28.53978798626169,-10.289341882252666,-4.33095023022289,9.001426308935823 +2000 QR19,65631,60321.27234969544,2460321.7727220026,202197806.24111336,-4.558633337259568,135.75248654723617,-0.229320445467591,19.823574126147225,0.0553751680815747,-189468611.6803054,258584754.6997858,123124932.04869588,-18.37971275573756,-7.109990924293968,-3.7493041014368673,-53210882.42770598,125859876.09898163,54554598.31722015,-28.537010747480032,-10.292231271712676,-4.331220995874896,9.00073487360256 +1998 BW1,66095,60322.1605678669,2460322.6609400027,216251462.39666,2.441857062297516,113.11646880762842,-0.2230844029202129,19.09334501126274,0.0488754174057785,-135600300.51004538,313026175.5272053,124953045.10163644,-20.15973171329925,-5.151158303275064,-1.6895947607568411,-55370300.99642093,125079288.88948277,54215431.55746212,-28.49059944666377,-10.4570129565642,-4.505943826858404,1.0634118472362193 +1998 BW1,66145,60322.18423623309,2460322.684609003,216256524.4645996,2.5091054690825376,113.11087793679177,-0.2233123760888199,19.094496674423088,0.0484367314646438,-135641526.06872252,313015639.6755981,124949589.1830329,-20.15896383979897,-5.152930116589861,-1.6903020333815382,-55428547.13281339,125057833.27978715,54206212.11768321,-28.47233899598606,-10.526116087290918,-4.51061927600384,1.0647502491441532 +2000 QR19,66294,60322.25536588568,2460322.7557380027,201827653.5651433,-4.158971308403206,135.52060566743552,-0.234356165719506,19.87843943920892,0.0562154891676457,-191027426.6246069,257977824.05320495,122805036.25898229,-18.3268170411404,-7.181799111077338,-3.783491362495945,-55603241.02274291,124992549.88270669,54178448.47056932,-28.36826208251524,-10.712919774505176,-4.524779085791684,8.501172867027629 +1999 LZ3,67162,60323.33260478329,2460323.8329770034,275269060.8016932,-19.920670155788343,164.2071708039453,-0.0321268026367378,8.002555790768632,0.0582605935023497,-320506133.16175413,198183700.64359507,92069656.7988318,-8.073305048778746,-15.076982542958358,-4.300354919810257,-58207332.8206011,123996076.77614428,53747448.6273312,-27.97587366574989,-11.305487891424573,-4.735453392380251,16.65828544824255 +1999 LZ3,67184,60323.34382401689,2460323.844197003,275249764.91956604,-19.889349425494,164.20680631472712,-0.0322057593713165,8.003209284559627,0.0582267089974684,-320513959.6647057,198169083.7135096,92065487.62497015,-8.072598566437454,-15.0774194528725,-4.300557894411527,-58234438.50863827,123985110.7214302,53742856.95416763,-27.946180517403857,-11.318420531072077,-4.737695903568778,16.655213796184434 +2000 QR19,70503,60328.24883619729,2460328.749209005,200383917.56982893,-1.3942562917620018,134.00566808479024,-0.2583056551166908,20.2194810482954,0.056868330950608,-200433123.4005772,254146846.44261217,120792526.26320286,-17.998004076231503,-7.611983320593592,-3.988114186144085,-69799398.17735395,118898442.20782337,51536382.80373386,-26.980344259405403,-13.362743325613549,-5.666361080766943,5.391609730044705 +2000 QR19,70553,60328.27263791997,2460328.773010005,200381119.91380468,-1.3268753724146067,133.99911724536983,-0.2582003394370606,20.22082844013977,0.0563546651312054,-200470133.41548333,254131191.31040788,120784324.22021936,-17.996677235082352,-7.613665473528157,-3.988913690157692,-69854827.48537874,118870912.19286248,51524725.84035959,-26.92760633461916,-13.4109657173413,-5.67085838929246,5.378912932511459 +1999 LZ3,70604,60328.29552924374,2460328.795902005,267046962.43429893,-18.488940742678725,163.99965486128775,-0.0652632426740479,8.331008296342258,0.0742707736533665,-323900766.6036693,191677247.2516897,90206395.86760326,-7.7580680230134815,-15.26772870372846,-4.389536100723935,-69908032.46292332,118844346.91319756,51513505.34004707,-26.87199080462977,-13.450366025434867,-5.675194464482948,15.240568297326378 +1999 LZ3,70654,60328.31927890933,2460328.8196510053,267009093.3550039,-18.422197696523234,163.9980846599332,-0.0655464711931241,8.332771169146074,0.0741874705439761,-323916684.9068537,191645916.33701757,90197387.92868364,-7.756546342433568,-15.268629269943672,-4.389959928899528,-69963108.8075051,118816712.66965154,51501855.70866009,-26.810345128641025,-13.483340093571506,-5.679701189644576,15.233173198706218 +1998 BW1,71041,60329.1652519911,2460329.6656240053,218801429.2696516,5.845763215166491,111.56102629446704,-0.2115573028629687,19.43034141324848,0.0478144114577868,-147730384.9824685,309751243.1373907,123867612.47883417,-19.923858641183124,-5.669544113738077,-1.8967074958823509,-71902100.91340214,117849585.34043355,51081002.99355252,-26.852270888315235,-13.578940222019543,-5.834309966285288,3.731167306197707 +1998 BW1,71048,60329.16839823954,2460329.668771005,218803019.95259556,5.854754036165992,111.56032030962784,-0.2115601898646957,19.43049178971452,0.047753716007238,-147735802.17494172,309749701.5826705,123867096.76012865,-19.92374884166208,-5.6697742763048495,-1.8967995366203247,-71909401.62628463,117845892.0022896,51079416.56115917,-26.849001805230618,-13.587857818759916,-5.834890050738711,3.7326646009898554 +1998 BW1,71091,60329.18892285564,2460329.689295005,218813454.04561213,5.913456280406359,111.55571647563848,-0.2114910883068506,19.4314678198804,0.0473575279430854,-147771131.10438192,309739646.3885946,123863732.7496055,-19.923032671897264,-5.671275281659167,-1.897399782197064,-71956991.04898375,117821746.2798989,51069066.34539433,-26.82404940115961,-13.644654386911304,-5.838681230713124,3.742430945972008 +2000 QR19,71202,60329.24121958907,2460329.741592005,200282856.35833344,-0.939932684053844,133.7414958799465,-0.2611069121401196,20.275973651048663,0.0567239764211334,-201973936.7307777,253491176.1238785,120449149.82205898,-17.942543462304066,-7.681944859848269,-4.021361665655569,-72078004.77544999,117759790.8828834,51042662.5671182,-26.734159747086267,-13.774378959487152,-5.848399355364808,4.872157013886619 +2000 QR19,71252,60329.26556171201,2460329.765934005,200280952.38678956,-0.8708276319352948,133.7347206442128,-0.2610278338799026,20.277347947083705,0.05619294535662,-202011671.24921536,253475018.002033,120440691.41929586,-17.941179538932875,-7.683656406234498,-4.022174925374479,-72134176.07845226,117730766.87254928,51030357.73313995,-26.681193247231068,-13.824958079726768,-5.852947050016497,4.859182801486958 +1999 LZ3,71294,60329.28484484582,2460329.7852170053,265486505.0421804,-18.189489301432317,163.93849951836287,-0.0717924055906947,8.405833360082728,0.0774330803958592,-324561229.6048363,190370530.257278,89830415.48705369,-7.694573083896019,-15.305144201864506,-4.407167580245333,-72178590.43932109,117707704.17417718,51020603.416159935,-26.63518847754343,-13.859672958230536,-5.856558337661689,14.93587484822394 +1999 LZ3,71344,60329.30917942818,2460329.809552005,265448332.5576493,-18.121323181695946,163.9367288819729,-0.072136746497798,8.407716640138268,0.0773457822589685,-324577407.11689985,190338347.6034277,89821148.20631164,-7.693008506742249,-15.30606196843959,-4.407600655674514,-72234527.46036135,117678523.8366808,51008284.9459514,-26.573037334641885,-13.896072308841829,-5.861124450403604,14.928116938798109 +1999 LZ3,72090,60330.326418787605,2460330.8267910057,263873176.1636592,-17.735713225850056,163.86661886011174,-0.0789299485593448,8.487926209069254,0.0803772051006935,-325250704.062328,188991343.0538633,89432948.63350002,-7.627489303141036,-15.344315028565848,-4.425677047224724,-74545915.23615487,116470865.50044556,50485005.25075257,-26.255005915756144,-14.33679787785284,-6.04564097142368,14.606833849609115 +1999 LZ3,72112,60330.33773078708,2460330.8381030057,263855857.8546034,-17.70366562057245,163.86571589602235,-0.078961988918522,8.488835193076609,0.0803343256396815,-325258158.9242813,188976345.08891392,89428622.8139144,-7.6267594195384625,-15.344739193512009,-4.425877766995903,-74571560.56245406,116456848.08304574,50479095.47428585,-26.22387005893978,-14.347208304830492,-6.047745057118242,14.603140244874917 +1998 BW1,76233,60337.11287054269,2460337.613243008,224088412.7626096,9.39619804450312,109.96756225514146,-0.1813697363640571,19.79685586306,0.0449230066236373,-161313599.62665474,305660485.72849745,122486101.50072806,-19.635984854874437,-6.24275213608501,-2.1261661939915437,-89312665.99437588,107490535.5790912,46590428.71019467,-24.56805776018729,-16.70829079768077,-7.221814873898292,7.4024785946620755 +1998 BW1,76283,60337.1365879975,2460337.636960008,224107734.5927885,9.462432490864416,109.96298877462742,-0.1814740382495595,19.7979159072292,0.0444663260815612,-161353834.50398803,305647692.0761932,122481744.11497808,-19.63509472805555,-6.244438205987597,-2.126841847509881,-89362992.08061898,107456227.69166672,46575626.07036751,-24.54948719977129,-16.77644781068981,-7.22578731864311,7.413341393170351 +2000 QR19,77063,60338.15619314396,2460338.656566008,201184744.33245984,3.186641680737997,131.2834707791221,-0.2700974857897631,20.758934306548287,0.051394799594409,-215598989.89523804,247336464.2277,117238842.35235047,-17.43208725110367,-8.2942648470086,-4.311964645606242,-91477731.67875746,105969971.16191196,45931554.86253289,-24.2030008287644,-17.21938038526724,-7.394478764987468,1.1133110852300112 +1998 BW1,77077,60338.1624506888,2460338.662823008,224969344.4230253,9.979973023797111,109.77713940406277,-0.1765236934469608,19.842974406932733,0.0433234458581387,-163092414.7307429,305091009.2833756,122291944.98881955,-19.596419941667165,-6.317226454887368,-2.156014107390819,-91490813.66520251,105960657.71479596,45927557.0900686,-24.19450092374884,-17.236235807684352,-7.395521533242211,7.872003682973975 +2000 QR19,77113,60338.179920415,2460338.680293008,201191344.2377309,3.252665070266001,131.27661235706535,-0.2704446620559994,20.76014744904808,0.0508604736973942,-215634724.09177777,247319459.43098065,117230002.0918328,-17.43070037080565,-8.295855672718119,-4.312718703517729,-91527313.43214735,105934606.51009025,45916392.029761255,-24.16780734399177,-17.281818747401374,-7.398439532442551,1.1143165934079555 +1999 LZ3,78883,60340.32387050209,2460340.8242430086,250079955.7982945,-13.97596319890714,162.8157485621749,-0.1430795454878986,9.440885530422952,0.1091284148544728,-331557737.58164555,175577672.40305576,85534059.47800727,-6.971394219104852,-15.708514814277876,-4.600469535349571,-95877484.00183724,102693428.4269094,44513462.887272574,-23.142289605808667,-18.274260897138344,-7.746450178515631,11.051696618567918 +1999 LZ3,78905,60340.3351075902,2460340.8354800087,250066402.3768723,-13.944195754600706,162.81411908119378,-0.1430059093724225,9.442111473982989,0.1090695114152255,-331564505.8973944,175562420.466855,85529592.68670264,-6.97064440011703,-15.708911936780858,-4.600662995627365,-95899936.65199123,102675683.58358938,44505941.13543293,-23.110010563296456,-18.27966661566908,-7.748310354973978,11.047229584876806 +2000 QR19,79169,60341.108826462274,2460341.609199009,202209703.94154763,4.527687911226923,130.46431260526103,-0.2659925166105497,20.902186662958773,0.0484797487596201,-220023878.95634383,245195446.8159265,116126940.45842224,-17.25839748538508,-8.490646207889592,-4.405011844557416,-97431040.28643392,101476505.23016456,43983845.81693829,-23.23799299871772,-18.22217673924042,-7.870246506492831,2.0070406118404787 +2000 QR19,79219,60341.13257017374,2460341.632943009,202219054.5997768,4.58905051057071,130.45754338974234,-0.2666327021847577,20.90333192224941,0.0479815379718716,-220059282.26158375,245178027.0699178,116117903.03426558,-17.25699181572592,-8.492212494319574,-4.405753650194957,-97478691.7182974,101439053.4739429,43967696.27875914,-23.21617202772433,-18.28939396647148,-7.8740247420050755,2.0178156765590227 +1999 LZ3,79531,60341.27976003631,2460341.780133009,248934515.89848325,-13.686966965029397,162.68215762387086,-0.1490397975923652,9.546666623433424,0.1119319834312648,-332130887.168068,174278871.1209311,85153415.24754363,-6.907510941599127,-15.742196493052049,-4.616901722431792,-97772283.40212992,101204225.63795058,43867409.94273146,-22.915472449608984,-18.602142457001214,-7.897807060253159,10.675930828396504 +1999 LZ3,79581,60341.304136717066,2460341.804509009,248905764.8456345,-13.616016725160778,162.6784719717981,-0.1491396331077856,9.54939338357322,0.1117931776211779,-332145433.92611545,174245714.28274405,85143690.7698622,-6.905879247502973,-15.743052751597515,-4.617320100053692,-97820474.12545072,101165020.03774264,43850772.291316986,-22.847406905722583,-18.6270928544039,-7.901784424689666,10.666079222748976 +1999 JO12,81613,60344.2069858676,2460344.7073580096,339086205.07596743,-5.875554255205336,157.79654934735814,-0.1638216230411135,19.942828639307788,0.1241105675768694,-398517686.616888,216920221.034102,157468705.66783687,-9.967723013620269,-12.351507951056274,-2.361177581685617,-103401498.6642464,96464801.6378438,41812395.76996021,-22.006636736147968,-19.55807085564938,-8.348653520532132,6.043850814271338 +1999 JO12,81614,60344.20743387352,2460344.70780601,339085977.6759239,-5.874331716933591,157.79647127167524,-0.1638288766420461,19.942884239673848,0.1241052664736938,-398518072.4468626,216919742.93208063,157468614.27129725,-9.967704534194391,-12.351518013324409,-2.361184885403099,-103402350.4605018,96464044.58149074,41812072.61550552,-22.00563786778021,-19.558997131724038,-8.348722927501758,6.043715196172275 +1999 JO12,81661,60344.23068718395,2460344.73106001,339074240.0577952,-5.809612082443913,157.79241438092208,-0.1641441075020087,19.94576692992973,0.1238234184391661,-398538098.4429728,216894925.92520544,157463869.83357543,-9.96674532413618,-12.352040270841186,-2.361563983345744,-103446508.9688205,96424701.66698432,41795295.192216784,-21.950965816635943,-19.603702039174603,-8.3523316099708,6.036673300503999 +1999 JO12,81663,60344.23158136251,2460344.7319540097,339073791.4170165,-5.807082549432175,157.7922582674029,-0.1641537899434001,19.94587762310293,0.1238123632032391,-398538868.3036532,216893971.81476507,157463687.41852704,-9.966708446817798,-12.35206034758072,-2.361578557350726,-103448204.41107072,96423187.38484731,41794650.03952216,-21.948760287874727,-19.60528301018641,-8.352470565777551,6.036402497576218 +1999 LZ3,81696,60344.246388355656,2460344.7467610096,245589778.6946671,-12.491916113976762,162.2317702179228,-0.1661495714598602,9.889455975195451,0.1193381257470126,-333875942.04071975,170230435.21631682,83963469.62425964,-6.707974897969092,-15.845430096718642,-4.667577193935359,-103476260.19713116,96398089.79576802,41783963.04381823,-21.911239059461497,-19.62989831518043,-8.354774123392588,9.472277099022063 +1999 JO12,81711,60344.25444226055,2460344.75481501,339062385.8038334,-5.741751596646863,157.788263546649,-0.1643387904980331,19.948704837357457,0.1235262138197822,-398558553.89813447,216869573.16623008,157459022.39311588,-9.9657654225334,-12.352573705431906,-2.3619512275196484,-103491500.15039128,96384425.75781871,41778148.80725729,-21.890107632032738,-19.64200680228469,-8.35602860516034,6.029476646602493 +1999 JO12,81713,60344.255336867165,2460344.7557090097,339061942.4062889,-5.739179675539506,157.7881072474033,-0.164343560131789,19.948815264728204,0.1235149319314055,-398559323.6829504,216868619.01480132,157458839.9481969,-9.965728544238592,-12.352593779326616,-2.361965800714044,-103493190.88533928,96382908.52830736,41777503.3689853,-21.88773344297025,-19.64329370139687,-8.356167912361817,6.029205786292109 +1999 LZ3,81746,60344.27016229351,2460344.77053501,245564190.43780625,-12.42261773052934,162.227756923689,-0.1664225549862945,9.892291342748974,0.1191880135828521,-333889719.63656485,170197885.34130245,83953881.26316482,-6.706368091212804,-15.8462494059352,-4.667981310288418,-103521202.78417708,96357733.20544142,41766797.9181501,-21.847611540547515,-19.66293124970302,-8.35847968717602,9.462230777513486 +1999 JO12,81793,60344.29113113689,2460344.7915040096,339044352.3685089,-5.636377906227893,157.78184731038945,-0.1643813570116697,19.95322839501477,0.1230640305165417,-398590142.8727999,216830414.32814047,157451534.08378044,-9.9642519381939,-12.353397433202437,-2.362549274078331,-103560731.67277732,96322088.39218833,41751651.71537028,-21.78888574153333,-19.68505236129448,-8.36175321275906,6.018362619386538 +1999 JO12,81794,60344.29157550452,2460344.7919480097,339044136.1747081,-5.6351143252333165,157.78176966436894,-0.1643799573281736,19.9532830342309,0.1230584971242099,-398590525.1243784,216829940.4228137,157451443.45073968,-9.964233622046445,-12.353407400623675,-2.362556511157593,-103561567.5053024,96321333.23428778,41751330.94371999,-21.78762270094451,-19.685447412126926,-8.361822563286076,6.018228166818202 +1999 JO12,81843,60344.31479006917,2460344.81516301,339032899.2089286,-5.569950850722812,157.7777112680984,-0.1642441930469176,19.95613651377658,0.1227738941042469,-398610510.55776286,216805161.26858965,157446704.22335666,-9.96327593093624,-12.353928520645008,-2.3629348987609866,-103605201.83785816,96281830.83309504,41734555.36325719,-21.720853965143487,-19.70177935771983,-8.365449801670163,6.011200990975425 +1999 JO12,81844,60344.31523470671,2460344.81560701,339032685.56261,-5.568725732962797,157.7776336860006,-0.1642404146679377,19.95619102421649,0.1227685615436766,-398610892.77181655,216804687.3429922,157446613.5755422,-9.963257614305924,-12.353938486659242,-2.3629421354393325,-103606035.06011848,96281075.03670344,41734234.44979911,-21.71956722641485,-19.70200842428978,-8.365519187369177,6.011066655623704 +1999 LZ3,82430,60345.23336970853,2460345.7337420103,244549292.7539416,-12.085005391105833,162.070605626633,-0.1715142375413367,10.008089864645518,0.1216437451775807,-334445141.6729447,168877711.31717855,83564710.41873953,-6.641164489327779,-15.87933632350116,-4.684327309560931,-105312529.96515484,94740057.77365908,41065167.29788595,-21.566502345529337,-19.95619030680326,-8.502103271696457,9.060147823780172 +1999 LZ3,82480,60345.25654279181,2460345.75691501,244525163.8103207,-12.017857862044655,162.0665653793416,-0.1718526337516129,10.010906988464749,0.1214938152411558,-334458437.2225819,168845916.47554308,83555330.93558799,-6.639593319535146,-15.88012974515784,-4.684719917874983,-105355649.43455704,94700065.66758528,41048141.28273631,-21.50604984554628,-19.99176649787165,-8.505653937653799,9.050224067241151 +1999 LZ3,84874,60348.31459678,2460348.814969011,241541609.04147345,-10.47476976252703,161.5321756303134,-0.1874159892617371,10.391754378862364,0.1270874229898872,-336185306.05773443,164636238.14041644,82310685.7876826,-6.431227495298151,-15.983759831933112,-4.736261790534472,-110840550.1759286,89377625.58468607,38741991.39480705,-20.161466683738144,-21.039936935880277,-8.946252110761804,7.738509365448655 +1999 LZ3,84884,60348.31872463115,2460348.819097012,241537875.19708952,-10.463137880006643,161.5313891779612,-0.1873659910761585,10.392278936853211,0.1270589298483596,-336187599.8439017,164630537.16120273,82308996.4848547,-6.430944854610969,-15.983898270429172,-4.736331001988407,-110847738.79092108,89370121.27536073,38738800.524332896,-20.14936608622772,-21.041135410194904,-8.946853088277019,7.736677131093168 +1999 LZ3,84916,60348.33355811639,2460348.833931011,241524491.45953783,-10.42213831250626,161.52856502378984,-0.1871432947922818,10.39416298526018,0.1269594679446228,-336195841.74893075,164610050.24393845,82302925.75927201,-6.429929152765067,-15.984395717744524,-4.7365797056948775,-110873535.5544727,89343152.04804729,38727332.33854349,-20.10598877670325,-21.043198527029293,-8.94901212073529,7.73009518133624 +1999 LZ3,84926,60348.338027378304,2460348.838400011,241520469.58480775,-10.41006257063597,161.5277149057335,-0.1870632739598606,10.394730302215583,0.1269305161907668,-336198324.51041543,164603878.08024567,82301096.78554536,-6.429623145633187,-15.984545572424112,-4.736654629495026,-110881296.39919595,89335026.8171016,38723876.80628683,-20.092986996117087,-21.043134451356604,-8.949662308362297,7.728113025098711 +1999 JO12,85474,60349.23183736454,2460349.732210011,337140033.4617582,-3.243407611219728,156.9093384133214,-0.1780217557169368,20.559702817695214,0.1218357542758318,-402800133.6135713,211533512.8615229,156425878.35961074,-9.759878350000427,-12.462681696989032,-2.442616312380211,-112423126.0397378,87733157.0603562,38027958.029202014,-19.98887884327105,-21.28172919475961,-9.072654938805746,4.623997504004217 +1999 LZ3,85483,60349.23586445162,2460349.7362370114,240714588.02554545,-10.234869099266872,161.3624733875936,-0.1921964548688413,10.51004952787256,0.1294355354038583,-336694720.8039864,163362698.7243271,81933063.73402476,-6.36805747432247,-16.01455836889131,-4.7516835435026055,-112430078.98294038,87725751.38186228,38024801.25531584,-19.97826058860253,-21.287821962586055,-9.07322706035386,7.335035695262763 +1999 JO12,85524,60349.25559645247,2460349.755969011,337133445.94126314,-3.174770490462259,156.90481974628844,-0.1781006388063029,20.56259366723028,0.1215117668998958,-402820167.67603385,211507928.9422708,156420863.7648958,-9.758892901809254,-12.46319935853071,-2.4429990892532807,-112464093.44564718,87689435.57146485,38009330.419818126,-19.924614604588477,-21.314299988129275,-9.07603358342069,4.617684681710989 +1999 LZ3,85533,60349.25961871862,2460349.759991011,240693654.341119,-10.16478018123781,161.3578270981204,-0.1924081925691154,10.513121992173764,0.1292542617416315,-336707789.0286809,163329829.38501292,81923310.89780305,-6.366426265393375,-16.01534988372748,-4.752080524851197,-112471015.31738111,87682028.01323913,38006176.39148496,-19.913390941649315,-21.31899100074438,-9.07660619247363,7.324377393534042 +2000 QR19,86917,60351.185213986646,2460351.6855860115,208404184.6874857,9.51500394902704,127.82902362482358,-0.2340327314508032,21.294143724924183,0.0297761247923777,-234785459.0145237,237519704.90178195,112157671.55680215,-16.649709740762436,-9.136815174963308,-4.710598071279406,-115695859.92906149,84150802.27814226,36474441.62480171,-19.273130059735852,-21.82183721093372,-9.333825769347987,6.98440313841081 +2000 QR19,86967,60351.20899265591,2460351.709365012,208423800.95218527,9.580604964634068,127.82305583624652,-0.233600815572139,21.294845213366592,0.0292274597368958,-234819663.34384775,237500932.3408937,112147993.19676758,-16.64824562389476,-9.138296193075908,-4.711297408556094,-115735399.7874956,84105921.30753218,36455261.92967493,-19.216786741425405,-21.86728901863616,-9.337037935606965,6.996231369963725 +1999 LZ3,86996,60351.22198166559,2460351.722354012,239048600.82040748,-9.319187664614002,160.98148417861503,-0.2011222308718485,10.76993549390186,0.132704756577241,-337775791.53768307,160608850.58635718,81114804.47348627,-6.23124752339073,-16.08028554206142,-4.78476163906972,-115756947.41358556,84081368.32717167,36444782.45575886,-19.183742619479325,-21.889053032305988,-9.338797153305595,6.451865192453301 +1999 LZ3,87046,60351.24577148336,2460351.746144012,239029517.4797587,-9.24908351383836,160.9766101431806,-0.201381980486749,10.773090242938617,0.1325108850906054,-337788598.2993692,160575796.43924004,81104968.8958175,-6.229603627758882,-16.081067257099505,-4.785156444951717,-115796313.73324011,84036340.24859446,36425583.65209106,-19.119811793617647,-21.922821079794744,-9.342025970569324,6.441003895488366 +1992 SF17,89915,60355.32327832208,2460355.823651013,373127460.3316693,-21.666765212887427,209.26882749132707,0.0261770448322054,-12.554297355173851,-0.0043594200114673,-439885515.2340414,-101830142.34693396,-48060829.32695558,2.315186472201772,-14.453004137655569,-5.457046805860767,-122175595.83713216,76233129.86976086,33043916.88344918,-17.160001115558888,-23.107361354281466,-9.846205892704395,17.271212150300904 +1992 SF17,89964,60355.34697428703,2460355.847347013,373083163.6405127,-21.6062892064999,209.26945866615168,0.0258410325153683,-12.554398074641297,-0.0041404320223657,-439880773.6227366,-101859734.3144508,-48072002.390974246,2.3164630955107866,-14.452708709038273,-5.456907360446191,-122210657.59700198,76185828.50104679,33023755.4384127,-17.09149780678948,-23.09895028761269,-9.849104948506543,17.267815279923113 +1992 SF17,90020,60355.37445360857,2460355.874826013,373031952.6819708,-21.53420239833164,209.270182345659,0.02559754401367,-12.55450828943451,-0.0038807409624663,-439875271.7547042,-101894049.7910827,-48084958.84276261,2.317943476447032,-14.4523660164774,-5.456745616106391,-122251145.05909868,76131009.27929948,33000367.854272425,-17.015702915068392,-23.07859755024677,-9.852456348448394,17.263866320513774 +1992 SF17,90046,60355.38811582269,2460355.888488013,373006555.5700559,-21.49817103085252,209.2705401482439,0.0255358741038406,-12.554560422197724,-0.0037510953249672,-439872535.0301555,-101911110.44198634,-48091400.38289208,2.318679471068332,-14.452195596901964,-5.456665185380417,-122271209.1404431,76103775.45973572,32988737.06599721,-16.98003881528809,-23.064476527517865,-9.854117083670674,17.261900247922743 +2000 QR19,90489,60356.22702860823,2460356.727401013,213011931.44802985,11.850640976056052,126.6852095118215,-0.204914554733317,21.42301489443985,0.0190943602755869,-241970018.83783707,233472006.6400676,110073783.69813344,-16.336533270793154,-9.446226296940049,-4.856589410430938,-123505128.45257507,74453510.45112231,32271016.684135523,-16.995471518443416,-23.319646578923024,-9.949705702502808,9.383344511405978 +1999 JO12,90511,60356.23686237687,2460356.737235013,336300733.1622967,0.4677054444387712,155.56924737581954,-0.1893226546977096,21.38950801944969,0.1142315018558884,-408619033.5019294,203945105.08138072,154913552.92322564,-9.468271702189496,-12.612056412679664,-2.554535542694897,-123519557.1666893,74433691.57368405,32262562.343823567,-16.968029224214984,-23.33156012346507,-9.950876526727953,3.301295437119081 +2000 QR19,90539,60356.25076120372,2460356.751134013,213036290.3417973,11.907218209172267,126.679996737747,-0.2039901997653922,21.423462441540824,0.0186279533086443,-242003514.5576358,233452636.15604284,110063824.81165606,-16.335046315044977,-9.447660904947004,-4.857265771356078,-123539909.8963823,74405664.40352018,32250611.604585305,-16.928353979075887,-23.345918914444,-9.952532946942153,9.394439754670714 +1992 SF17,90728,60356.340883438526,2460356.841256013,371241293.736994,-21.44564309784697,209.29837615094124,0.02042377059038,-12.5572545979872,-0.0020581685126574,-439679537.7625979,-103100397.1244608,-48540389.0566588,2.3699729954350994,-14.440245575234286,-5.451031928474928,-123670689.67713133,74223721.36280224,32173073.946291715,-16.66327946482726,-23.36533175336679,-9.96327871939316,17.127140867444513 +1992 SF17,90729,60356.3413314268,2460356.841704013,371240463.6760498,-21.444481369117,209.29838552373485,0.0204181819336424,-12.557255519104046,-0.0020539627602438,-439679446.02059,-103100956.10544558,-48540600.06574863,2.36999709846841,-14.440239926010497,-5.45102926848408,-123671334.6407723,74222816.96116434,32172688.294908863,-16.661998341717638,-23.365109126160217,-9.963331996096832,17.12707400647652 +1992 SF17,90749,60356.3503249034,2460356.850697013,371223810.8468467,-21.42103710677911,209.29857315551104,0.0203148700189172,-12.557273609621303,-0.0019691715168878,-439677604.22403777,-103112176.86152856,-48544835.77175428,2.370480931805256,-14.440126519326984,-5.450975870471611,-123684270.99916236,74204664.28993583,32164946.41822937,-16.636496658603814,-23.359997117053407,-9.964400835740731,17.125731254825492 +1992 SF17,90750,60356.35079393589,2460356.851166013,371222942.8744483,-21.419808670732287,209.29858291549743,0.0203099476669609,-12.557274532122037,-0.0019647324877333,-439677508.1609412,-103112762.04037564,-48545056.66979411,2.370506164363472,-14.440120604664262,-5.450973085559485,-123684945.11002783,74203717.71138568,32164542.64356917,-16.63517864592267,-23.35969714731188,-9.964456543502472,17.12566119779749 +1992 SF17,90751,60356.35124402132,2460356.851617013,371222108.2616241,-21.41862690795204,209.2985922986766,0.0203052579120712,-12.557275417253344,-0.0019604624352398,-439677415.7837645,-103113324.75993758,-48545269.08970039,2.3705304284854445,-14.440114916975888,-5.45097040752093,-123685593.2982954,74202807.47386834,32164154.36357568,-16.63391239976447,-23.359405593942885,-9.964510109877631,17.125593826847563 +1992 SF17,90771,60356.360252079474,2460356.860625013,371205447.8778328,-21.39493949408085,209.29877928710837,0.0202205825960516,-12.557292692182047,-0.0018749301944,-439675570.4999195,-103124564.13333675,-48549511.81443683,2.371015062247311,-14.440001308506668,-5.450916915770313,-123698529.55128597,74184629.48769987,32156398.65676595,-16.608876955662414,-23.3529516731812,-9.965579296798236,17.124247673846792 +1999 LZ3,92850,60359.22760871111,2460359.727981014,233997453.9715961,-5.3364059293987545,159.28718939876808,-0.2278252586362972,11.864937908849123,0.1395923979499413,-341893060.01733524,149396828.497665,77759663.20811035,-5.671189939159411,-16.3357650841749,-4.9156914682573225,-127696262.01984324,68403868.73840629,29648534.9502329,-15.633964812927625,-24.082115549315123,-10.275973675863591,2.831256036578057 +1999 LZ3,92900,60359.25166454761,2460359.752037014,233986436.91824573,-5.264938530446749,159.28158930449592,-0.2277802369780249,11.868292879375364,0.1393381320618184,-341904845.67381483,149362874.24222255,77749445.66280366,-5.66948636550772,-16.336509555375258,-4.916078961668146,-127728684.6045872,68353790.28216614,29627174.23577112,-15.564589698403678,-24.1049467299359,-10.278607598102942,2.820545126677726 +1992 SF17,94616,60362.30684568294,2460362.8072180143,360518764.8663225,-20.3215253389126,209.35486311967608,-0.0126034391023011,-12.529935562067363,0.010656331487279,-438375322.2077692,-110524448.91782773,-51341078.70818418,2.6896407809268403,-14.362510292871873,-5.414682241658452,-131631110.32205456,61998800.1858468,26873349.718174387,-14.003530607421755,-24.80547229603201,-10.581296472194785,16.16218774126097 +1992 SF17,94617,60362.30729246676,2460362.807665014,360517980.06930727,-20.320378636613057,209.35485734678028,-0.0126108562828525,-12.529930797741528,0.0106605451366043,-438375218.3240776,-110525003.64744292,-51341287.84185341,2.6896646334981305,-14.36250428166612,-5.414679449029977,-131631651.12458144,61997842.18015383,26872941.05883209,-14.002211021304158,-24.805352638106985,-10.581341159965802,16.162105474303974 +1992 SF17,94666,60362.33129375543,2460362.8316660146,360475907.51120335,-20.257591488036752,209.35454290377788,-0.0129471631893058,-12.529672187663673,0.0108904910672728,-438369639.0963848,-110554788.659611,-51352516.79403345,2.690945338833397,-14.36218147829146,-5.414529488005331,-131660614.60219918,61946413.50084993,26850996.190016963,-13.932485977817956,-24.794381642521184,-10.583737210672547,16.157683230866834 +1992 SF17,94667,60362.33174598792,2460362.8321180143,360475116.4346659,-20.256390496866945,209.3545369076933,-0.0129523144264888,-12.529667264173328,0.0108948777623024,-438369533.9999049,-110555349.58046696,-51352728.26068264,2.690969457350995,-14.362175398314683,-5.414526663574014,-131661158.67930546,61945445.21709816,26850582.86482277,-13.931198573416012,-24.794090626837487,-10.583782260077308,16.157599862715127 +1992 SF17,96648,60366.2988831496,2460366.799256016,353709118.2356524,-19.385597939422343,209.2788271808224,-0.0352370224036821,-12.468415200687868,0.0194535244185167,-437410900.37518895,-115469192.43481758,-53204442.63111799,2.9020680249492274,-14.307717747576788,-5.38933236713883,-136164558.65173382,53436022.59341217,23161847.428996105,-12.114648528414946,-25.6149190752314,-10.932177977116172,15.39919078698916 +1992 SF17,96698,60366.32184862882,2460366.822221016,353670714.6968956,-19.324614154505237,209.27799447825203,-0.0355528380618726,-12.46796589140131,0.0196773505810361,-437405140.5795058,-115497582.98010646,-53215136.55900812,2.903286611479517,-14.307396149635291,-5.38918417387903,-136188529.55053753,53385208.52602088,23140154.073233355,-12.04781105756676,-25.603047362509425,-10.934183295968,15.394410945570115 +1999 LZ3,97210,60367.17300861422,2460367.673381015,231691365.5947145,-1.447436733439281,157.45359404604798,-0.2370107107870944,12.971791927523848,0.1377998853265673,-345591617.7906868,138099853.91774726,74341615.44421387,-5.1018515255848405,-16.573885514240256,-5.041668875105619,-137069288.10429788,51529143.64823594,22333548.409023046,-11.994979742050711,-25.72300642428095,-11.001641688714509,1.8344940083918413 +1999 LZ3,97260,60367.19695433125,2460367.6973270155,231688444.03296143,-1.37661212160664,157.44776796537343,-0.2371374532036674,12.975088012080318,0.1374925091912097,-345602171.4407333,138065562.75614795,74331184.12639548,-5.100115524318452,-16.57457929536959,-5.042042351249359,-137094038.4257364,51475888.98540093,22310784.65377824,-11.929971700937385,-25.75592844120108,-11.003653863021242,1.8433659735948744 +1999 LZ3,97305,60367.21724357919,2460367.717616016,231686083.6662509,-1.3164009053559762,157.4428308277567,-0.2370916044813814,12.977874942438294,0.1372309794004021,-345611110.5390612,138036507.37661192,74322345.26230964,-5.098644548927796,-16.57516700933556,-5.042358760895292,-137114900.78315455,51430719.99658206,22291494.084272344,-11.87195491707446,-25.77729462715159,-11.005364439741829,1.8509063305419893 +1999 LZ3,97355,60367.23994659988,2460367.7403190155,231683566.9528495,-1.249872649355573,157.43730919880568,-0.2368745900860344,12.980987208025311,0.1369423469360984,-345621110.1584531,138003993.75282162,74312454.08840124,-5.096998453777244,-16.575824526083153,-5.042712784843565,-137138122.57833013,51380139.393717386,22269904.75005235,-11.80486700583409,-25.79372555498164,-11.007282355523362,1.859367290467301 +1999 LZ3,98153,60368.22011875329,2460368.720491016,231590024.79493424,-0.8030284775608024,157.2075447558505,-0.2369307893796866,13.11526046163866,0.1362317512771654,-346049748.3305588,136599035.56978416,73884754.72627173,-5.025827455043917,-16.604087126566437,-5.057964717607244,-138112809.00204065,49222612.77491293,21334497.003037635,-11.374058006862445,-25.9596158043876,-11.08278040000044,2.2451490851538054 +1999 LZ3,98203,60368.24427788037,2460368.744650016,231588422.20943335,-0.7328213473392611,157.20167064998984,-0.236636223356934,13.118547907300076,0.135920683187391,-346060237.12246203,136564376.4220624,73874196.62785849,-5.024070712487186,-16.604780648581674,-5.05833983655497,-138136475.7057019,49168409.13725864,21311361.44828982,-11.302120602534046,-25.974524538596743,-11.084745686772688,2.2552401400190827 +2000 QR19,99699,60370.166865357576,2460370.667238016,230339855.1670012,17.041426526772128,124.44167134117794,-0.1073090085740685,21.530586118162923,-0.0061638032405481,-261111167.1659371,221602176.67410147,103992541.6007864,-15.444151062201655,-10.253784672189074,-5.236466087015433,-139928745.44724956,44895547.1332816,19458308.17389187,-10.53596227872545,-26.237437015858923,-11.223581141618762,15.108884879964863 +1999 LZ3,99716,60370.17448696637,2460370.674859016,231526483.07773912,0.0678416440618954,156.75016497556254,-0.2359070504012774,13.38001275435788,0.1345107880505235,-346886376.99647343,133790599.36872196,73028123.90996186,-4.883319673534508,-16.659708174227692,-5.0881841899201845,-139935676.20343417,44878267.32249878,19450917.770422302,-10.51554867085298,-26.248401407760007,-11.224148012900972,3.096871991375957 +1999 LZ3,99718,60370.17537774718,2460370.675750016,231526488.40163943,0.0704718081985172,156.7499489159762,-0.2359109684274527,13.380132598058124,0.1344986292604855,-346886752.9235612,133789316.86368532,73027732.20887943,-4.883254522170989,-16.659733308584304,-5.0881979085074684,-139936485.62265697,44876246.61009833,19450053.70598563,-10.51313198417738,-26.249630692665363,-11.224214347962386,3.097280156322982 +2000 QR19,99749,60370.19060102974,2460370.690974016,230374863.0310076,17.098573262908673,124.4389429220704,-0.1065180334139947,21.530434335884173,-0.0066197495039552,-261142836.49169144,221581148.16025877,103981802.6852396,-15.44260103170615,-10.255100105223852,-5.23708337905998,-139950286.5457968,44841706.03417539,19435289.14903187,-10.47095337914556,-26.268887174141963,-11.225349517540042,15.117518240624742 +1999 LZ3,99766,60370.19822345097,2460370.6985960165,231526694.2355201,0.1381110939782098,156.7444084410681,-0.2359187443329537,13.383201782285642,0.1341858076434957,-346896390.3003147,133756431.68445385,73017688.29974793,-4.881583929334126,-16.66037770508464,-5.08854964644369,-139957174.97529727,44824404.09589766,19427896.61063646,-10.44927011134154,-26.277258102778426,-11.225918938175074,3.1077471962763217 +1999 LZ3,99768,60370.19911409484,2460370.699487016,231526704.96926773,0.1407483106752549,156.74419237133637,-0.2359154287701025,13.383321336347445,0.1341736091083574,-346896766.093497,133755149.12884434,73017296.57082781,-4.881518773609661,-16.660402833981568,-5.088563363593674,-139957979.28641963,44822381.17491583,19427032.410310265,-10.44671348382394,-26.278180151239507,-11.225985543565,3.108155444940873 +1998 BW1,100215,60371.013785925,2460371.514158016,270451928.1613963,20.80411405446775,107.53050949578731,0.0407851507562509,20.85152081723278,0.0165086220152408,-216793112.7416253,283999339.69371766,114901534.5221892,-18.194744334176825,-8.494938275096759,-3.032805215861953,-140664704.54218805,42998427.152584106,18634868.092018142,-10.309324879119115,-26.05591502990868,-11.280695529739427,18.937040144187677 +1998 BW1,100237,60371.024986631535,2460371.5253590164,270472075.6857816,20.832619546237854,107.5309981449962,0.0407573675229962,20.85170465786987,0.0163167180982208,-216810719.5273106,283991118.8154168,114898599.54418647,-18.19421759145522,-8.495628246459864,-3.0330843650456893,-140674677.59763777,42973196.60747009,18623950.650397185,-10.300802633043288,-26.08585653800619,-11.281446873075309,18.93956798758588 +1992 SF17,101396,60372.30875567979,2460372.809128016,344115236.1909407,-17.685909230722636,208.9901478138152,-0.0696477170767625,-12.309155168105622,0.0330576605604138,-435821333.4848749,-122876695.1313019,-55992814.33488122,3.219614600615564,-14.221080637464071,-5.349635915934329,-141742184.58182165,40067940.03813039,17367909.68487821,-9.11926893926501,-26.593758058825752,-11.365403341402557,14.070523499183755 +1992 SF17,101446,60372.33269035583,2460372.833063016,344078731.0264407,-17.61968477103153,208.98843904607145,-0.069832222005405,-12.308361051127392,0.0332987099049152,-435814673.6781463,-122906105.46439064,-56003877.78106216,3.220873809104921,-14.220725702045272,-5.349474166344566,-141760973.682295,40012966.913445,17344404.53734731,-9.052812348963617,-26.5707786471676,-11.367021764555268,14.064670622374184 +1992 SF17,101502,60372.35831577906,2460372.8586880164,344039800.13364416,-17.54901067538277,208.98660649077277,-0.0698840959725278,-12.307504469092269,0.0335559049374404,-435807540.7515985,-122937591.57868113,-56015722.02051914,3.2222218792074178,-14.220345618851542,-5.349300964013658,-141780942.40297458,39954174.52704937,17319236.045132056,-8.98677464019563,-26.53743871996289,-11.368740704167193,14.058399410002735 +1992 SF17,101524,60372.36986484486,2460372.870237016,344022305.1176423,-17.51766250237268,208.9857805352131,-0.0698587307617975,-12.307116270733127,0.0336701698050798,-435804325.01871336,-122951781.8619533,-56021060.00610389,3.2228294281333283,-14.220174288893384,-5.3492228921958604,-141789895.7863995,39927703.29609581,17307891.549892828,-8.959105211075125,-26.51970199165724,-11.369509902524312,14.055572246246657 +1999 LZ3,105269,60377.15718489009,2460377.657557017,232617755.461464,3.4632335133365526,155.15310645226805,-0.2230069211189455,14.27980432356994,0.1224812403159691,-349677454.9600471,123681627.23267163,69926318.81625457,-4.367679666669864,-16.850340066992246,-5.194024499598603,-145114180.2626987,28956877.553841528,12549419.289445063,-7.0135083986657705,-27.17303015863623,-11.625789971714005,6.359502288607128 +1999 LZ3,105319,60377.17969600706,2460377.680069017,232624555.84932747,3.529205411966987,155.14792659987904,-0.2229289860495703,14.282557731958846,0.1221357810833139,-349685948.52638537,123648852.50600386,69916216.0388521,-4.366000998197749,-16.85093389925207,-5.194360234240665,-145127760.59151924,28903998.808767702,12526805.597637553,-6.95002250169768,-27.19874155773949,-11.62692457445372,6.370214623884057 +1992 SF17,106442,60378.30203797946,2460378.802410017,335470870.3200448,-15.725130828957829,208.4954348609695,-0.1031478287351474,-12.070043224184303,0.0464624129124337,-434072655.877733,-130217628.45358364,-58752473.34505733,3.533555210279588,-14.12977641993688,-5.308237553848118,-145760262.58103445,26293486.16599709,11396936.52669149,-6.067136925958168,-27.29593320067117,-11.67571699225412,12.530967379114475 +1992 SF17,106492,60378.32590107096,2460378.8262740173,335438517.4978583,-15.657706545562704,208.49291598526267,-0.1032658672229607,-12.068931573186166,0.0467030164172437,-434065368.5528535,-130246763.06872408,-58763418.53229584,3.534799764288064,-14.129403159158056,-5.308069132741901,-145772704.39512226,26237232.891505804,11372861.824715558,-6.002199452035874,-27.26858148389229,-11.676810513859884,12.524283890735832 +1992 SF17,107189,60379.25008294898,2460379.7504550177,334198808.991344,-15.508587870593365,208.39899615288985,-0.1078920263876197,-12.024934274534427,0.0481523224750358,-433781179.3555813,-131374464.88202322,-59187024.77371207,3.5829639406186065,-14.114888964143471,-5.301524955108772,-146251690.36145428,24085639.503970608,10439068.282733928,-5.699540148178112,-27.4148123171721,-11.712202990753884,12.26845978769171 +1992 SF17,107239,60379.273526391735,2460379.773899018,334167460.18536,-15.444666461297649,208.39640514840207,-0.108275217634658,-12.023802731406445,0.0483805576112136,-433773920.2291016,-131403056.56194028,-59197763.72531917,3.584184883431515,-14.11451928457902,-5.301358396075288,-146263163.6922239,24030117.5922404,10415343.479305657,-5.629292961001671,-27.405005740702737,-11.713203828468068,12.261774892507876 +1992 SF17,107293,60379.29854018832,2460379.798913018,334134157.2031748,-15.374407181453348,208.3936322535788,-0.1085442640360098,-12.022589423639737,0.0486304497774887,-433766172.2473887,-131433562.13929184,-59209221.46933011,3.5854875435713063,-14.114124766949995,-5.301180652913482,-146275251.0148591,23970909.29453751,10390027.643857293,-5.556983055731546,-27.38524576246363,-11.714263454574004,12.254632574322493 +1992 SF17,107343,60379.32285192187,2460379.823224018,334101936.5945771,-15.30550105779778,208.39093247876383,-0.1086643309430586,-12.021404193707534,0.0488751126832146,-433758639.3208965,-131463209.55586793,-59220356.83116795,3.586753547026852,-14.113741256493704,-5.301007875427295,-146286852.86403096,23913415.25012028,10365421.108324155,-5.4906871844981735,-27.3573497666834,-11.7152819277451,12.247684482791843 +1992 SF17,110116,60383.21469260357,2460383.7150650183,329185276.5637221,-14.082365529006411,207.9422314811931,-0.1282238919610379,-11.815441675167277,0.0563928071639967,-432518506.4845687,-136198820.69474775,-60998241.7365049,3.788834791071277,-14.051326054222208,-5.272972335447308,-147871080.17557445,14782963.63099434,6405688.444271398,-3.714169841808304,-27.68353890134009,-11.82719865211401,11.114979214076108 +1992 SF17,110166,60383.23884298534,2460383.739215018,329155958.8939666,-14.018823942661635,207.93906124974689,-0.1287379263363973,-11.814077126881362,0.0566152911892425,-432510599.1775239,-136228140.59405097,-61009244.44181754,3.7900851090570007,-14.050932433622435,-5.27279603834246,-147878753.17527494,14725200.465484846,6381009.599268663,-3.6405933868586273,-27.68179734809041,-11.827855163529026,11.107569568013393 +1992 SF17,110380,60383.343291344616,2460383.843664018,329030775.7797302,-13.72385332824092,207.9252653924077,-0.129401155987395,-11.80811036708276,0.0576393518907323,-432476369.9715568,-136354939.92503142,-61056826.99044002,3.7954922240667233,-14.04922912676882,-5.27203322221792,-147910252.01394206,14475762.977587886,6274257.826647209,-3.352801936731144,-27.573082153200478,-11.830601693114392,11.075422543859275 +1992 SF17,110439,60383.37128533245,2460383.8716580183,328997674.5395955,-13.648602623402883,207.92156789502167,-0.1291438979347231,-11.806493113022675,0.057901090499494,-432467187.7116413,-136388921.5374246,-61069578.69560103,3.7969412728166594,-14.048772366671662,-5.271828684421512,-147918286.6946783,14409134.730334671,6245642.527877762,-3.292642997830089,-27.520254971344794,-11.8312919243825,11.066800267599266 +1999 LZ3,110757,60384.11003201465,2460384.610405018,235672084.7167049,6.549459181971487,153.69880463516873,-0.1965058892422147,15.072726239542725,0.1053997099553748,-352144483.21103275,113505566.87014422,66775385.87845679,-3.844308314968665,-17.02725637206145,-5.295985771201957,-148138417.62784886,12674193.374321427,5490062.684944228,-3.489585810601516,-27.637542627378405,-11.844199918948382,9.546735888536723 +1999 LZ3,110807,60384.13385294682,2460384.6342250183,235685633.846215,6.61747468150654,153.6939559152684,-0.1965675311055466,15.075232213389958,0.1050084074533415,-352152392.9464784,113470524.12847184,66764486.3717702,-3.84249843313932,-17.02783983960659,-5.296329022491145,-148145536.1586113,12617276.872044776,5465686.197045924,-3.427317816282996,-27.672357648287235,-11.84474162599341,9.557506979374905 +1999 LZ3,110841,60384.15099817706,2460384.651371018,235695473.8037524,6.666837537670026,153.69046593345564,-0.196494318700715,15.077030253738137,0.1047244938475974,-352158084.1880767,113445299.08997698,66756640.30482059,-3.841195582027736,-17.02825973160804,-5.296576073948357,-148150578.385204,12576267.135955084,5448138.93409126,-3.379644814614132,-27.69259473181666,-11.84513711314496,9.565257388978448 +1999 JO12,110844,60384.152345109,2460384.6527180183,354317114.6309073,14.062030526654553,150.37547757405022,-0.1428131392825975,23.76492022100641,0.0488030943972584,-430036427.07013047,172865889.36298144,148231253.3482935,-8.287230586769086,-13.14320199034844,-2.981659990123592,-148150971.48823586,12573044.166713968,5446760.3854907565,-3.375813946627762,-27.694005027466293,-11.84516834405128,9.405645447627432 +1999 LZ3,110891,60384.17512363386,2460384.675496018,235709442.49102852,6.735815860529024,153.68555944832286,-0.1962245144109765,15.079551933545144,0.1043277232375656,-352166088.6870488,113409805.56369494,66745600.00641838,-3.839362326565957,-17.028850396529283,-5.296923646737932,-148157550.3379927,12518521.124563202,5423448.345412348,-3.3094940526755225,-27.713745004715783,-11.845699205640456,9.576155373267566 +1999 JO12,110894,60384.17647416459,2460384.6768470183,354346498.5385472,14.127090224634404,150.3717154359827,-0.1425580898166224,23.766092888251453,0.0483983927213658,-430053701.9500837,172838489.98682925,148225037.26734865,-8.286198063846802,-13.143617232021777,-2.9820160040541395,-148157936.4093353,12515286.144098254,5422065.63746214,-3.3054823580972066,-27.714667565823955,-11.8457308239106,9.412492803096924 +1992 SF17,113420,60390.32038221607,2460390.820755019,321539344.34598607,-10.85281186042498,206.92640264487957,-0.1619173486050679,-11.360350386844337,0.0711362370555969,-430079791.8275367,-144789497.56094885,-64219445.74750413,4.154759424928287,-13.932175089876614,-5.2198711749266895,-149015598.74465704,-2034602.1702015072,-882969.9133287285,0.2423963683905828,-27.715653187097104,-11.887780384063698,8.840876986565922 +1992 SF17,113470,60390.34474055205,2460390.8451130185,321516575.7026497,-10.78573270020139,206.922382501594,-0.1616818326652682,-11.358614948116443,0.071356354834059,-430071046.3777056,-144818818.87476072,-64230431.32990236,4.156007009933157,-13.931755188117362,-5.219684925735259,-149015030.63786647,-2092883.4097715956,-907988.1233363833,0.2963227882215583,-27.669721775570316,-11.887782694582745,8.832530199689979 +1999 LZ3,116037,60394.10335063107,2460394.603723019,243139698.09822905,10.518634836780148,152.0160981476438,-0.1418033620522127,15.972204847717055,0.0744924403518823,-355132993.781017,98702593.00822908,62141755.26940773,-3.0750574400528023,-17.258089628006363,-5.436218551394343,-148710199.597221,-10979970.137892498,-4763238.37343768,1.6983545172605283,-27.68067298380519,-11.848012113817504,13.720590283120972 +1999 LZ3,116087,60394.12603700732,2460394.626410019,243160378.79674432,10.58193359399134,152.0127534627626,-0.1416394989552102,15.973890399765228,0.0740996183178685,-355139019.43085366,98668765.15546808,62131099.50047344,-3.073288623521705,-17.258581328336025,-5.436528113286984,-148706809.5683412,-11034254.399085516,-4786462.08442754,1.761200545108125,-27.7057765542763,-11.847757485032805,13.729544673678689 +2001 SF198,116639,60394.38681638566,2460394.887189019,268755715.28058094,-19.205235411701995,252.76248776210645,0.1195813439505817,-13.838434528653888,0.0605230131224752,-225988429.71584472,-260891316.40282124,-69335669.5668425,13.923847406489138,-12.31713344680466,-4.060443593178211,-148658794.07068026,-11657393.240591286,-5053374.242807273,2.431327460710644,-27.453196582209785,-11.844608753453068,23.215258635455317 +2001 SF198,116661,60394.39718156925,2460394.897554019,268738528.7586685,-19.178490273422085,252.7637638982406,0.1195163918181766,-13.837806536568875,0.0606524765407509,-225975959.33485156,-260902347.22773105,-69339305.98872915,13.924462897288484,-12.316422852132812,-4.060254753800952,-148656610.84482864,-11681967.155852608,-5063981.444386812,2.4441956497526376,-27.42763072916466,-11.844447348843474,23.213692947886454 +1999 LZ3,117062,60395.1615621406,2460395.66193502,244120492.0735732,11.034548294194831,151.87208875754274,-0.1347542522939876,16.04909364884246,0.0702236833433198,-355410359.99774235,97123707.0655468,61644083.48185121,-2.9924458012290787,-17.280865734474887,-5.450614298224765,-148512015.83141184,-13479278.422215894,-5845689.318684238,2.382785371002164,-27.68879997140496,-11.829126376641188,14.127354849443355 +1999 LZ3,117112,60395.1853890408,2460395.685762019,244143272.7616115,11.096015884748692,151.86875530192486,-0.1341160601206643,16.050762242652397,0.0698387757026352,-355416518.2607418,97088132.5534109,61632862.64159823,-2.9905831809051047,-17.28137482599292,-5.450937412082131,-148507036.22425422,-13536285.514598656,-5870041.038593898,2.4550711388028787,-27.69260597238768,-11.828792402958769,14.136569398774595 +1999 LZ3,117162,60395.20910835882,2460395.709481019,244166071.93471485,11.1531716901397,151.86545466435263,-0.13331940387767,16.05241443024491,0.0694791028838716,-355422644.8008581,97052718.2543484,61621692.00309671,-2.9887288936575493,-17.28188144594364,-5.451259016394864,-148501931.09706447,-13593032.769671652,-5894281.696995999,2.527087015256506,-27.6874027315899,-11.828458597777669,14.145723231499488 +1999 LZ3,120565,60399.09997425072,2460399.6003470197,248055936.8238115,12.213445554933822,151.40306085587173,-0.1097190175247231,16.303399196352576,0.0580824361141917,-356376037.6166261,91229560.00541824,59780410.03098378,-2.683074455068605,-17.362759260984284,-5.503403088514649,-147338647.68266028,-22726838.45105927,-9854758.195727937,4.260697136551842,-27.40913807762586,-11.725268458054297,15.573056247732964 +1999 LZ3,120615,60399.123835000006,2460399.624208019,248081183.9946455,12.278723139754966,151.40033623458865,-0.1094412992136894,16.30478016950365,0.0576699218543762,-356381566.8506141,91193766.07379976,59769064.40621314,-2.681190993055817,-17.36324149874265,-5.503719080816278,-147329794.69340366,-22783368.71324345,-9878930.222858164,4.328397750428554,-27.43087677876668,-11.724616100804315,15.581662071137268 +1992 SF17,120879,60399.24922813567,2460399.749601019,314630105.11753064,-6.868546200080341,205.352975833749,-0.1943628137620789,-10.662450968877048,0.0848638277796393,-426698895.68625087,-155477119.14762127,-68219620.92211373,4.60894328983308,-13.773063313560348,-5.149687551830422,-147280869.096248,-23080607.398816187,-10005935.76505331,4.70062743079376,-27.39968805959793,-11.721201283614926,5.668721505080834 +1992 SF17,120945,60399.28118382621,2460399.781556019,314611272.41863906,-6.774275812153447,205.3466562179214,-0.1942994696728313,-10.65973468082098,0.0851421920818093,-426686168.2810421,-155515145.4175443,-68233838.7238841,4.610557369957666,-13.772475298793802,-5.149429537232098,-147267772.53658316,-23156195.48120004,-10038295.731173849,4.785043435485969,-27.35389756482928,-11.720299745616364,5.656662755802874 +1992 SF17,120995,60399.30417585096,2460399.804548019,314597881.1551634,-6.708455341356039,205.3421125555633,-0.1940984897756715,-10.657774847214489,0.0853361715422047,-426677008.0083876,-155542504.7562411,-68244068.15676358,4.611718668936318,-13.772052133849629,-5.149243862746786,-147258211.76400605,-23210494.570925385,-10061577.55200697,4.839713465818112,-27.312919082707182,-11.719635073945058,5.647987450508916 +2000 QR19,122203,60401.01488077102,2460401.515253019,285802709.06847346,23.63792852258314,124.89829079231718,0.1100425430810859,20.658627552593707,-0.0488477430150339,-299521254.53796273,192146355.72740576,89041752.46524005,-13.358584022054654,-11.795744873326017,-5.955914223685371,-146521506.1997581,-27187583.53071237,-11789237.854406632,5.076719130759,-27.11678617221596,-11.656174849493846,22.37178175894842 +2000 QR19,122253,60401.03878397265,2460401.539156019,285851588.72352743,23.697398387505267,124.9011041444245,0.1102456674540631,20.657455204111912,-0.0492437778917926,-299548839.04872656,192121995.75168493,89029452.6580631,-13.356920955183329,-11.796811768691754,-5.9564086197043,-146510971.72958758,-27243633.407056358,-11813309.531217871,5.12626691209151,-27.162103041204304,-11.655325681647568,22.37491229391394 +1992 SF17,123406,60402.15432435613,2460402.654697019,313081351.0835835,-5.657541145041809,204.78623333888493,-0.2012045069651795,-10.410700727983222,0.0878040150712681,-425523637.3050758,-158927479.50178397,-69509260.31647396,4.755348619199282,-13.719068434292772,-5.126033262076666,-145963121.44789568,-29833889.362676576,-12934572.027579894,5.949456322485969,-27.18418255548631,-11.61013558023046,4.577852818690673 +1992 SF17,123456,60402.17809368587,2460402.678466019,313069799.0518708,-5.592206011166936,204.78136503899412,-0.2016661666070812,-10.408611541058226,0.0879886932161423,-425513870.1125299,-158955653.62234348,-69519787.34894076,4.75654369176864,-13.718622185214066,-5.125838081625826,-145950829.37272418,-29889715.45101629,-12958414.180959309,6.021556841583477,-27.182211452843305,-11.609254844541,4.56870561920656 +1992 SF17,123491,60402.19394080225,2460402.694313019,313062173.3078076,-5.546810577474553,204.77811380614364,-0.2019003138984227,-10.407216171617073,0.0881170746185764,-425507356.87761575,-158974437.04174256,-69526805.58935241,4.757340431740739,-13.718324626855756,-5.125707938332559,-145942551.98747545,-29926928.9432051,-12974308.946822217,6.069368458376296,-27.175895299773785,-11.608666162177482,4.562601164240348 +1992 SF17,123541,60402.218192296605,2460402.71856502,313050625.2031191,-5.475468216644705,204.7731321870605,-0.2021394722242542,-10.405076719726791,0.0883188147259717,-425497387.0146872,-159003182.098008,-69537545.84739122,4.75855971084707,-13.717869185936612,-5.125508746178361,-145929758.84211892,-29983856.05117192,-12998632.482801972,6.141106337239926,-27.1586040850195,-11.607760519604666,4.55325206494194 +1992 SF17,123585,60402.23804355536,2460402.738416019,313041284.9036513,-5.416240094800976,204.7690514034512,-0.2022254111112257,-10.403321842960835,0.0884861803568698,-425489224.479064,-159026710.0850706,-69546336.76256055,4.759557692512865,-13.717496337642029,-5.1253456807320354,-145919177.2119464,-30030419.486015145,-13018540.618763397,6.197685718648297,-27.137804040434894,-11.607012957760926,4.545595293198087 +1992 SF17,123587,60402.23895168128,2460402.7393240198,313040860.1026492,-5.413526984776216,204.7688647129992,-0.2022269581138311,-10.403241493995251,0.0884938428814903,-425488851.0773409,-159027786.25836942,-69546738.85923056,4.759603340221002,-13.717479282059838,-5.125338221546021,-145918690.89663097,-30032548.43756945,-13019451.201906463,6.200214261614216,-27.13671435453621,-11.606978597235386,4.545245007852535 +1992 SF17,123635,60402.26210283164,2460402.76247502,313030100.82415307,-5.344638053992649,204.76410482218,-0.2021960918158965,-10.401190517972564,0.0886882351930583,-425479329.3627042,-159055224.65467954,-69556990.79245514,4.760767182961793,-13.717044385593416,-5.125148023917503,-145906225.8736653,-30086798.09420519,-13042667.13904755,6.262558972263825,-27.105024635188546,-11.606096727695824,4.536313122899464 +1992 SF17,123637,60402.26300464005,2460402.763377019,313029684.40864164,-5.341974092314619,204.76391939613515,-0.2021921636397654,-10.401110517807364,0.0886957448357571,-425478958.33444256,-159056293.68062434,-69557390.21637559,4.760812527254913,-13.717027439944491,-5.125140613003819,-145905737.7238031,-30088910.41060477,-13043571.633197412,6.264897402742994,-27.10364233916253,-11.6060621245039,4.535965113731806 +2000 QR19,125840,60404.99990943106,2460405.500282019,294023414.9260608,24.074417040244075,125.44440660491048,0.1326184946661623,20.454429448727776,-0.0534894549928034,-304072513.777903,188055016.09280676,86977218.40361033,-13.08050177725982,-11.970935631582703,-6.037019907362804,-144315036.02414796,-36377011.63320277,-15772875.305995042,7.062447478809951,-26.68318248267623,-11.473084532639108,22.81807276324728 +1998 BW1,125849,60405.00393638609,2460405.504309019,339640758.07581955,25.293361906542824,112.8781436676732,0.2239264572895589,20.79706217150369,-0.0206124486642334,-267752162.7593113,256147389.93476695,104815650.62406678,-16.4742196202764,-10.4167925613984,-3.814502184150452,-144312577.45157182,-36386296.990715206,-15776867.133688958,7.0700445641655625,-26.691222034374007,-11.472884028684073,22.74055201443034 +1998 BW1,125850,60405.00438469447,2460405.504757019,339641737.1461413,25.29442390917381,112.8782509799274,0.2239314694324561,20.79705293572276,-0.0206187017507334,-267752800.37620476,256146986.7633633,104815502.98760736,-16.47419553388224,-10.416815604938062,-3.814511613512888,-144312303.77324438,-36387330.150680944,-15777311.216625478,7.070903069367019,-26.692107568891306,-11.472861750828253,22.74056401574592 +2000 QR19,125890,60405.02361988217,2460405.5239920192,294072793.2211037,24.133067253173387,125.44776421893968,0.1327740676244297,20.45315671245333,-0.0538688535958888,-304099305.90935034,188030494.02634463,86964851.81146911,-13.078842426560673,-11.971961890989617,-6.037494551827602,-144300520.60963777,-36431720.47229757,-15796377.21954195,7.110194463185396,-26.72833274334143,-11.471910338449854,22.820595088705662 +1998 BW1,125899,60405.02764827529,2460405.528021019,339692634.7051625,25.348579078644292,112.88382736325909,0.2242538022248405,20.79656952767061,-0.0209377177267805,-267785909.61475137,256126049.4320152,104807835.93906416,-16.47294471841122,-10.418012139369386,-3.815001234740539,-144298043.9836778,-36441025.99716182,-15800370.62100021,7.119003509152367,-26.735446657266724,-11.47171226201216,22.74118301017187 +1998 BW1,125900,60405.02809565688,2460405.528468019,339693613.7212408,25.34959668970454,112.88393459265424,0.2242611710866809,20.796560167171663,-0.0209437166665396,-267786545.7587011,256125647.1137421,104807688.61298507,-16.472920684108487,-10.418035128261373,-3.8150106418235823,-144297769.02302852,-36442058.556338295,-15800813.667193923,7.119992680979292,-26.736225191496818,-11.471690310906997,22.741194813381945 +1992 SF17,126148,60405.143232581446,2460405.643605019,311862512.77118224,-4.168747931506782,204.18204578222705,-0.2073860641907471,-10.141922985203216,0.0907984404635845,-424276215.0976336,-162463075.84322158,-70829849.44736573,4.90527005169848,-13.662386410189152,-5.1012811631837405,-144225462.99587792,-36708744.158354536,-15914904.471619198,7.432576303488933,-26.849397239524677,-11.466151200382832,3.432732007018317 +1992 SF17,126198,60405.16648370551,2460405.6668560198,311854201.94229776,-4.104757087314361,204.17714179941447,-0.207833261765388,-10.139809860032331,0.0909696753017851,-424266359.66232544,-162490521.9575028,-70840097.28834765,4.906433481941426,-13.661941002858269,-5.10108696975152,-144210461.1310933,-36762681.66882295,-15937937.55600351,7.502964907724462,-26.848079050481843,-11.465044788003286,3.4236295007449917 +1992 SF17,126223,60405.17800431546,2460405.6783770192,311850132.36978817,-4.071821198758241,204.17470831068096,-0.2080080181868868,-10.13876129170746,0.0910579592717164,-424261475.3741545,-162504121.32598263,-70845175.00516029,4.907009951839219,-13.66172027554868,-5.100990736453174,-144202975.2334362,-36789404.89262255,-15949349.753456684,7.537772096632249,-26.844229580117972,-11.464495786442065,3.419115368598622 +1992 SF17,126273,60405.2023766127,2460405.702749019,311841633.19074285,-4.000271548294489,204.169554779228,-0.2082708704065235,-10.136539699842857,0.091249896857974,-424251141.05984575,-162532889.2634285,-70855916.29976025,4.908229404595084,-13.661253284190344,-5.100787140088952,-144187025.86079144,-36845917.66891415,-15973489.784158723,7.610387230888847,-26.82917994541577,-11.463330699427086,3.409559584087021 +1992 SF17,127380,60406.28009397116,2460406.780466019,311500308.13821214,-3.255442907528874,203.9469819387919,-0.2097056734161306,-10.037521762499384,0.0927111730600591,-423791597.8502556,-163804005.19658053,-71330460.59549242,4.962104942569761,-13.640527545282085,-5.091756414898556,-143462255.47308177,-39304033.07217077,-17038115.705963846,8.317785796198404,-26.588918229403514,-11.403751176134264,2.9915865969876863 +1992 SF17,127430,60406.30412573269,2460406.804498019,311493618.4402078,-3.1889017714536187,203.9418682566535,-0.2093324446488639,-10.035291626986591,0.0928841187637228,-423781293.35313207,-163832327.73086607,-71341032.8432903,4.963305241130922,-13.640063697735467,-5.091554419651625,-143444929.76278022,-39359191.39548252,-17061792.716471795,8.369557553429713,-26.5397769199049,-11.402460300993395,2.982120379587614 +1992 SF17,127431,60406.30454239935,2460406.80491502,311493503.5687373,-3.1877829906620065,203.94177961035444,-0.2093248086160934,-10.035252893691306,0.0928870152490098,-423781114.528856,-163832819.1712531,-71341216.2878409,4.963326068141456,-13.640055648465449,-5.091550914418322,-143444628.20249856,-39360147.57584811,-17062203.533172607,8.370393100468895,-26.538872440494984,-11.402437737726128,2.9819561880501446 +1992 SF17,127481,60406.32834317959,2460406.828716019,311487012.2449899,-3.126352797259542,203.93672585506508,-0.2088270418843879,-10.033040177674364,0.0930452987377869,-423770906.58348656,-163860868.491963,-71351686.4902854,4.964514782118574,-13.639596185940038,-5.0913508337512505,-143427368.86177224,-39414667.40276192,-17085650.247988038,8.414255659860473,-26.48469386648227,-11.401139951929744,2.972589343220434 +1999 JO12,127743,60407.00871442623,2460407.509087019,390101086.10055727,21.44303272596993,148.20745475944565,-0.0368466303608609,24.17753668866608,-0.010173399984817,-445430250.0874634,146546057.8042758,142017274.1771039,-7.301647543919671,-13.503126211412592,-3.3085748105535404,-142944583.1921249,-40948519.729615085,-17754632.286781378,8.075320457418611,-26.4493605701672,-11.359359342682078,14.666129458316384 +1999 JO12,127793,60407.03255018349,2460407.532923019,390145306.9583849,21.501784180904657,148.20649055879895,-0.0369411569618752,24.177289982563234,-0.0105290355046782,-445445285.18105817,146518250.69823685,142010460.5463991,-7.300612563151366,-13.50346689926688,-3.308904900133022,-142927900.1461183,-41003034.15597813,-17778024.70801038,8.127414526501639,-26.49089373700892,-11.358013122109588,14.670382776568829 +1999 LZ3,127914,60407.08985114443,2460407.5902240197,257291530.0266449,14.51025274796297,150.7802200913891,-0.0549899723646172,16.663814819882518,0.0318832637814131,-358009078.2053435,79190595.01350564,55945525.9004009,-2.046340940782959,-17.5146898034697,-5.606568657752151,-142887306.41959265,-41134380.25466995,-17834248.116088122,8.276208217741873,-26.562312986963903,-11.35482468229422,18.171241479642077 +1999 LZ3,127964,60407.11219956464,2460407.612572019,257319605.3614033,14.569279316737228,150.77894109765242,-0.0546392963621271,16.664523118609804,0.0315061796946752,-358013027.49158365,79156777.73099996,55934700.61519769,-2.044543113553152,-17.51508756143207,-5.606849649384434,-142871264.31355807,-41185684.517061606,-17856171.585045177,8.340701865864618,-26.577591557513816,-11.353593529888832,18.178012363964054 +1992 SF17,128140,60407.192451153336,2460407.692824019,311250671.0582102,-2.998027441376804,203.75817076866875,-0.2113364062826331,-9.953000375297169,0.0927992383254829,-423398647.03626114,-164878572.99506253,-71731533.70155741,5.007640643712636,-13.622866385614,-5.084068872329529,-142812597.9668166,-41369993.12165789,-17934879.53570556,8.581346026658535,-26.567941612808816,-11.34918097789193,2.637138877469696 +1999 LZ3,131572,60411.047927265936,2460411.548300019,262402178.3397871,15.363996415273183,150.6420657070251,-0.0272448255428006,16.765893480373425,0.0196759905829731,-358654239.63698304,73189487.74395601,54019867.15217686,-1.7264827117483694,-17.582726465730627,-5.655660485847982,-139673171.15640628,-49988272.67310515,-21673158.83574022,10.125363734199762,-25.905443665595666,-11.086048008901978,19.286345481925554 +1999 LZ3,131622,60411.07164209287,2460411.572015019,262433723.90423352,15.42668967261848,150.64139248804997,-0.0270892131090929,16.76635536258132,0.0192767257774246,-358657775.0058294,73153462.60781679,54008279.13798693,-1.7245575666586574,-17.583119407926553,-5.655950497163896,-139652360.3827128,-50041380.14370096,-21695872.18430891,10.18872285461883,-25.93131892765936,-11.08439221201216,19.292847776553867 +1998 BW1,132364,60411.97424452221,2460412.4746170198,354908999.6779005,25.48291866101997,114.6880366999182,0.2498435258250115,20.6277511297275,-0.0286262470951698,-277559075.1046834,249768087.14866412,102475010.63113075,-16.095714352990584,-10.768002929089455,-3.9584032439163592,-138825267.69529748,-52026814.03230297,-22557650.52279987,10.443984600197682,-25.612071532862945,-11.014955204333017,22.783891500983184 +1998 BW1,132385,60411.98501559516,2460412.485388019,354932726.6645825,25.508408373855307,114.69091258171198,0.2499302898065398,20.62744201329598,-0.028771452308926,-277574052.46013314,249758066.8960103,102471327.09632836,-16.095123841913924,-10.768534325869435,-3.958621264206018,-138815539.36980748,-52050658.92864464,-22567900.82281487,10.463594967703369,-25.63325683616014,-11.014148233727608,22.78386234800854 +1999 LZ3,132605,60412.09158317338,2460412.591956019,263800754.2605472,15.698372693473445,150.624205421408,-0.0198094832358896,16.784529698250147,0.0157750758380788,-358806089.3379936,71603327.68592228,53509338.02537226,-1.6416630631544369,-17.599852141652573,-5.66837640003244,-138718067.8144722,-52287427.95974831,-22669277.05681696,10.72652445789812,-25.772507028366245,-11.006308126359423,19.56168362031656 +1999 LZ3,132655,60412.11554532927,2460412.61591802,263833319.1714909,15.759187801898898,150.62371536645523,-0.0193230951796951,16.784903025998098,0.0153872544743499,-358809485.90520704,71566891.92575358,53497603.00546115,-1.639713296338989,-17.600241320782153,-5.668667221647848,-138695787.9774412,-52340796.562615685,-22692061.7994143,10.796940662184625,-25.78198121341087,-11.004567513317342,19.56805840380448 +2001 SF198,133173,60412.35795336095,2460412.8583260197,241124066.59516343,-16.021425669093244,253.9403369874489,-0.0112624293807255,-12.565467684542764,0.0795116385683849,-203569226.75701416,-279042240.3366388,-75380105.32657252,14.932366568022069,-11.049665179500812,-3.7207564005647953,-138462796.1608735,-52878245.23910291,-22922355.585085437,11.367541135201918,-25.419378111842747,-10.986538235465384,19.578444083186422 +2001 SF198,133174,60412.35841602942,2460412.8587890198,241123425.72710383,-16.02017582681076,253.9403316446064,-0.0112639960521088,-12.565430869363732,0.0795172004011565,-203568629.3820943,-279042682.38160795,-75380254.17652775,14.932391024273402,-11.049631654575228,-3.7207473446910018,-138462341.4138686,-52879262.07093471,-22922795.081081606,11.367987978655028,-25.41814264638146,-10.986502127369448,19.578318328245185 +2001 SF198,133216,60412.379403575454,2460412.879776019,241094428.52009317,-15.963969616761608,253.94008921428585,-0.0112618297004033,-12.563759410999875,0.079767065267144,-203541550.37373948,-279062718.114066,-75387000.90944035,14.933499500860428,-11.048111982357195,-3.7203368416374634,-138441711.90841344,-52925301.06959046,-22942715.16092736,11.384690055771816,-25.361597627695588,-10.984856357313756,19.572618078174493 +2001 SF198,133217,60412.37985783738,2460412.880230019,241093802.36269552,-15.962766854098028,253.94008397635812,-0.011260211261516,-12.56372319556103,0.0797724061309311,-203540964.56692597,-279063151.50508296,-75387146.8494045,14.933523478093829,-11.048079107193908,-3.720327961119157,-138441265.3317957,-52926295.86873725,-22943146.047552805,11.384974086130295,-25.36036621423182,-10.984820558378248,19.57249477958356 +2000 QM186,133906,60413.26447794604,2460413.764850019,291676121.8126719,-23.453789904833588,270.1595158001237,0.0953779044631052,-22.57845096683511,-0.0240228087361028,-136839597.41211915,-324174480.6006315,-135768420.6382609,17.2443670957308,-3.2369556906720014,-3.214914581290508,-137589405.20112115,-54855010.5236125,-23779935.24179786,11.687854252224948,-25.452078525200324,-10.913131816015095,21.42117855988713 +2000 QM186,133956,60413.288760198375,2460413.7891330197,291626963.53380674,-23.406844853763303,270.16201310442915,0.0945607326495775,-22.57903073498418,-0.0237216115675565,-136803414.2725264,-324181270.66678536,-135775165.48236263,17.245077082563583,-3.235273204808696,-3.214209918681651,-137564829.1157079,-54908356.88694563,-23802829.56004736,11.73847432244497,-25.40017068900572,-10.911230467433375,21.417872846639188 +2000 QM186,134235,60413.42235583642,2460413.9227280198,291358566.85547525,-23.090662855598683,270.1754997396854,0.0926404275831052,-22.58206600891677,-0.0216590719623674,-136604323.12711045,-324218563.6297815,-135812246.34874097,17.248980264795225,-3.2260150769352367,-3.2103320459960143,-137428343.8235717,-55199586.34507018,-23928711.67693917,11.864685208819724,-25.05239079915363,-10.900381666013669,21.399451277896457 +1992 SF17,136549,60416.18322366022,2460416.6835960187,310768305.4364142,1.6733630327181264,201.86158202417448,-0.214466483671663,-9.099972979813336,0.0954796142808245,-419335384.2706877,-175391751.66901633,-75650876.11608155,5.452743369258962,-13.443203842163312,-5.006247131785023,-134545712.1822624,-61128794.06636229,-26500506.27534044,12.879363143656796,-24.97021286718789,-10.66004533527869,0.8960907779900925 +1992 SF17,136599,60416.20764484783,2460416.7080170186,310771913.8402899,1.7469174608334412,201.8562781246912,-0.2144145530261535,-9.097639381474458,0.0956342554774919,-419323877.9215856,-175420115.79356486,-75661438.88067561,5.4539433538657125,-13.44270202511204,-5.006030678092275,-134518465.05241293,-61181450.21770212,-26522996.497721728,12.946968824563172,-24.9399864192218,-10.657957963521287,0.9058309073428684 +1992 SF17,136641,60416.22679643129,2460416.7271690187,310774851.8222846,1.8039288563824756,201.852120622708,-0.2142681367738377,-9.095806647156635,0.0957535759713828,-419314852.3775469,-175442359.4161424,-75669722.3343088,5.454884398962879,-13.44230842658085,-5.005860906706763,-134496999.54938158,-61222695.43114618,-26540631.210300688,12.996889719987664,-24.91039047180681,-10.656312694098686,0.9134687293892472 +1992 SF17,136691,60416.25091203088,2460416.7512850184,310778683.7194016,1.873723810949063,201.84689108310255,-0.2139548838618997,-9.093495692448162,0.0958984052653627,-419303485.29376125,-175470367.42240232,-75680152.37132218,5.456069310019996,-13.441812746397645,-5.00564710848862,-134469857.5045954,-61274554.66949503,-26562832.77293936,13.054871326826625,-24.866380143869478,-10.654228273790736,0.923082433297941 +2000 QM186,137870,60417.35570978302,2460417.8560820185,283583050.58398336,-22.623733910461908,270.54753921664854,0.0679777676064589,-22.67208174042336,-0.0239087364381817,-130722674.39426178,-325268505.3154769,-136883835.56202435,17.361709418426518,-2.952078522689801,-3.095314726513931,-133223244.44007276,-63610994.36053611,-27574912.372611,13.67359821868708,-24.39169109217335,-10.552109412333342,20.83171209062036 +2000 QM186,137917,60417.380642771735,2460417.8810150186,283534381.8446291,-22.561535392762348,270.54937265261105,0.0677551458801586,-22.67267269137432,-0.0234937735685221,-130685270.0300044,-325274863.3175251,-136890503.23596954,17.36241039698,-2.950333743768074,-3.0945804479419485,-133193771.58763716,-63663465.54649237,-27597641.32706985,13.687760452930004,-24.32321797637492,-10.549767579462298,20.827614851616936 +2000 QM186,138682,60418.29961597492,2460418.799988019,281748991.40367174,-22.58630061398908,270.62152347904845,0.0626399868616698,-22.69444174281279,-0.0251382407520088,-129305581.36182024,-325506580.1117092,-137135153.38343936,17.388126437074398,-2.8859523012357364,-3.0674709904831428,-132125202.04256752,-65587150.5983832,-28431730.908936877,14.056516804793516,-24.3128759678218,-10.461787553927264,20.680699576409644 +2000 QM186,138732,60418.32406782271,2460418.8244400187,281701334.4171341,-22.529516350730432,270.62317569971594,0.0620622507519939,-22.695051846926173,-0.0247598111556141,-129268842.80274658,-325512675.77551574,-137141633.60963428,17.388807481696386,-2.8842373039352807,-3.0667484491562376,-132095467.9130273,-65638449.50735504,-28453830.59381853,14.090627758055708,-24.250028387457657,-10.45947411538394,20.67654004363217 +2000 QM186,139913,60420.30384433893,2460420.804217018,277896880.6434033,-22.218428845881583,270.7572128403531,0.0494203688660831,-22.743156662907527,-0.0257995867481802,-126289534.3511604,-325994173.35842466,-137661232.55824524,17.44339463934367,-2.745048808553772,-3.008038732643038,-129676522.6045395,-69726947.55646032,-30226072.756295707,14.948824041764476,-23.83060923389351,-10.262117165944575,20.339464444782397 +2000 QM186,139963,60420.327139237976,2460420.8275120184,277852217.7889872,-22.16300400544281,270.75845446294016,0.0489150862109281,-22.743753348832083,-0.0254257806755015,-126254422.99975768,-325999697.0434999,-137667286.5528464,17.44403040058064,-2.743407148748704,-3.007345474438781,-129646404.61773904,-69774849.86079635,-30246724.84717344,14.977931103588435,-23.769253538254784,-10.25977916919454,20.33518193886572 +2000 QM186,141829,60422.30507373817,2460422.805446018,274112655.3729928,-21.834732296998236,270.86438437571616,0.0360149125228929,-22.793423638906557,-0.0265498333902436,-123268553.00850388,-326456631.62848866,-138176217.9670716,17.4974536161858,-2.603687333789263,-2.948274543668165,-127080828.65603322,-73778841.95717679,-31982296.310318165,15.81698539772846,-23.330499098457263,-10.0520509364734,19.97149235018149 +2000 QM186,141879,60422.33074131335,2460422.8311140183,274064301.24526566,-21.77250831251421,270.86537956187453,0.0355025996979231,-22.794099714868693,-0.0261251572803519,-123229745.0545802,-326462404.2716559,-138182756.02360266,17.4981396257201,-2.6018698893350263,-2.947505272111078,-127045717.34073828,-73830506.52494629,-32004585.8874441,15.845732561427036,-23.26162746462769,-10.049332817157469,19.966415300866974 +2001 SF198,142692,60423.25057897233,2460423.750951018,227335030.2238593,-13.280450167113967,253.44235841051767,-0.0943073952206501,-11.6692616085315,0.0835852506445592,-189251512.4918441,-289067066.68496925,-78780424.10553096,15.485644240673697,-10.2495081314214,-3.503641298442368,-125804649.01150478,-75662664.72516294,-32799202.878081597,16.15251033522493,-23.206390530855423,-9.949019532465677,16.3148480885833 +2001 SF198,142742,60423.27522695109,2460423.775599018,227306818.14849785,-13.214931021675834,253.4399767490825,-0.094919529451372,-11.667198128673022,0.0838527850132545,-189218531.7242557,-289088892.917013,-78787885.21261416,15.48684587333633,-10.247672392598854,-3.503141021535708,-125770200.44989918,-75712024.49131376,-32820387.389308352,16.198499031282587,-23.148869177978643,-9.946392730325158,16.306398190758063 +1992 SF17,145370,60426.12066758172,2460426.621040018,314368164.1512511,6.56000024994927,199.83505027045996,-0.1982616083781027,-8.171751737594015,0.0897050796453691,-414445292.052904,-186844450.2635117,-79910702.20637822,5.936966285942705,-13.232896242389222,-4.915926781369022,-121730121.78630964,-81258183.63497671,-35226118.4321662,17.078798497912324,-22.598046054612134,-9.622177903082145,4.731393481877499 +1992 SF17,145420,60426.14503737415,2460426.6454100176,314382052.4878692,6.632226433329756,199.8301677543792,-0.1983451987801524,-8.169564225984683,0.0898203702383324,-414432790.4027898,-186872311.85394284,-79921052.55750784,5.938143662389608,-13.232365537654504,-4.915699799640587,-121694086.70658591,-81305747.38161035,-35246375.723082334,17.149263161365308,-22.579421581969573,-9.619461545674069,4.740684437786746 +2000 QR19,145597,60426.9986178272,2460427.498990018,341165036.0466494,25.245233145256037,129.9260229724372,0.2310857622614401,18.998205321055774,-0.0788518586096754,-327455750.97166306,164450115.7473702,75110294.54762366,-11.52012354880778,-12.842793261344829,-6.437926436985816,-120423680.15467036,-82929054.99393414,-35952072.42374923,17.149309746051212,-22.28282703417648,-9.517556510223931,23.736433549035443 +2000 QR19,145647,60427.02241854762,2460427.522791018,341217007.5161464,25.29949120295897,129.9318440874176,0.2314418039309606,18.996325043498206,-0.079145751756234,-327479437.27643985,164423707.0916282,75097056.2686905,-11.51841605937432,-12.843650845797622,-6.438318113974865,-120388352.56241706,-82974904.88464257,-35971641.58294548,17.21005797505571,-22.308140587572694,-9.514830321434214,23.736341539783425 +1992 SF17,146030,60427.20578892668,2460427.706161017,315016289.7669618,7.301429909662682,199.6254774726241,-0.1952388028363422,-8.074777252625317,0.0891022860932238,-413886231.88517344,-188083954.71141127,-80371107.03706847,5.989343027535519,-13.209195151447997,-4.90579416595974,-120111575.22972566,-83328286.55576874,-36122221.00836619,17.721344492227644,-22.2156496228931,-9.493891277249334,5.137767751938373 +1992 SF17,146080,60427.230345442,2460427.7307180176,315031854.5916071,7.369774613958639,199.62064034639943,-0.1947841822861226,-8.072587901644678,0.089203931384857,-413873523.2027707,-188111979.73131567,-80381515.28339545,5.990527205316576,-13.208657113732531,-4.905564247488639,-120073915.5026199,-83375371.09622337,-36142361.42299159,17.776724289240992,-22.166444309565648,-9.49105120887634,5.147048305658423 +1998 WD8,147449,60428.42281821025,2460428.923191017,439859146.1982593,-22.305593569300772,329.9095113763754,0.2818806642824459,-17.508710609533228,0.0690361062692229,244707530.8109898,-295928718.714509,-169444696.03097433,14.060701288710275,10.039059987291928,3.214063607131885,-118241979.24375343,-85614736.5168174,-37112725.07371644,18.312719030366456,-21.370790470122888,-9.346172931352044,20.006880216665905 +1999 LZ3,147537,60428.99991073471,2460429.5002830173,288672176.3815788,18.07765093632446,151.40130218797032,0.0906832044623372,16.639777956489326,-0.0315654420957429,-360186919.28102255,45715246.54311391,45085428.003759824,-0.2405138412910826,-17.828341874195655,-5.860485737491794,-117348094.32635292,-86677619.26729703,-37576894.695394695,17.96141834842108,-21.72786143092587,-9.273291429251277,22.961864624311826 +1999 LZ3,147587,60429.02367443869,2460429.524047017,288709356.27527285,18.13756919588313,151.40355262242377,0.0908102549542364,16.63902362884141,-0.0319195245357674,-360187411.02065134,45678643.17174953,45073395.66806759,-0.2385099119079654,-17.828596305357667,-5.860736627939476,-117311153.15888011,-86722255.86529715,-37595931.78853271,18.023146568232967,-21.750656936204585,-9.270450892687604,22.965479389347767 +1999 LZ3,147604,60429.03133883447,2460429.531711017,288721373.19671464,18.156847130825827,151.40427929192236,0.0908841320615996,16.63877856092504,-0.032033410695359,-360187568.731541,45666838.30491333,45069515.0746755,-0.237863615374021,-17.82867831962571,-5.8608175294296885,-117299211.918465,-86736660.40451579,-37602070.09666767,18.04393079920651,-21.756298253494645,-9.269536621409364,22.96664374272532 +1999 LZ3,147654,60429.05520522838,2460429.555578017,288758877.1369559,18.21607327213865,151.40654702697415,0.0912159664621853,16.63800982230995,-0.0323837325090071,-360188057.1285816,45630075.59897067,45057429.90533476,-0.2358508755234241,-17.828933598014792,-5.861069433424384,-117261934.95395684,-86781538.05727428,-37621181.95737243,18.11075793350061,-21.768241014880108,-9.26669360607822,22.97026355426956 +1992 SF17,147791,60429.11931522979,2460429.6196880173,316277331.8832332,8.013759786912567,199.26546507806188,-0.1899992652723262,-7.90687414867085,0.0864980078291341,-412888427.40729135,-190264280.9100702,-81180669.73674683,6.081464729656035,-13.167049543244486,-4.887797612791156,-117161102.26150677,-86902111.22101104,-37672490.01768254,18.2972527159484,-21.756127553876528,-9.259067668144592,5.844422157277798 +1992 SF17,147841,60429.14372251138,2460429.644095017,316294307.32881886,8.086248573608154,199.2607827208908,-0.1900189096154239,-7.9047617076394,0.0866035270588692,-412875602.1367635,-190292045.80452543,-81190976.4320805,6.0826377534869485,-13.166509092209177,-4.88756701014699,-117122443.83418033,-86947968.52446418,-37692012.14789082,18.366894219823926,-21.73443140439805,-9.256159076802495,5.853506595548074 +1992 SF17,148793,60430.13571288456,2460430.636085017,317008059.4414713,8.540261735023119,199.0783568830888,-0.1869322876547353,-7.819442104566593,0.0853491912408571,-412352244.49329627,-191419545.6781512,-81609465.7764925,6.130271318588044,-13.144481800927366,-4.878171986259762,-115542381.5860338,-88765461.25407396,-38479963.31154549,18.741731826735396,-21.448669753556214,-9.130835316381395,6.215315275610293 +1992 SF17,148865,60430.17011313594,2460430.670486017,317033595.45134723,8.64247853146933,199.07186832633545,-0.1867429919621313,-7.816503525964801,0.0854929471271655,-412334021.88682014,-191458612.05807692,-81623964.00440219,6.131921705858493,-13.14371577323356,-4.877845391359463,-115486535.35226189,-88829151.90782122,-38507096.16603959,18.835536003613047,-21.405334279008382,-9.12663464065852,6.228002590749735 +1992 SF17,148915,60430.19461971733,2460430.694992017,317051970.1171491,8.7136353980392,199.0672526637377,-0.1864302284182129,-7.81440721861048,0.0855914066128625,-412321037.7881314,-191486440.10523173,-81634291.41058908,6.13309731960938,-13.143169995799887,-4.8776127051366345,-115446588.46983044,-88874431.74878846,-38526416.97704262,18.89705996845846,-21.3642585545273,-9.123628245998908,6.237035722885842 +2001 SF198,149255,60430.35531883368,2460430.855691017,219967747.0355664,-10.668864801761467,252.62694523800255,-0.1462546847409687,-11.069489458452129,0.0847805570055522,-179640898.10061148,-295195646.5678354,-80886627.58974409,15.822532826608542,-9.71591470330386,-3.3578296534889067,-115182274.23297888,-89168433.9051676,-38652953.96968298,19.115071896324626,-20.95899417128266,-9.103443188917469,13.797578001404103 +2000 QM186,150084,60431.29687338574,2460431.797246017,257981311.7422444,-19.84592859103057,270.9807284450739,-0.0271672377492943,-23.041326519478925,-0.0304594958752261,-109583620.23905796,-328230507.3781738,-140361088.32737958,17.726171643548376,-1.960387024976584,-2.674575381396524,-113646988.28773588,-90865003.0183954,-39388500.02551392,19.466140062703182,-20.817286301593857,-8.981546033839528,17.967819679125704 +2000 QM186,150134,60431.32242346413,2460431.8227960174,257937573.014137,-19.78120632410346,270.97996780487745,-0.0275911784835573,-23.042098847061485,-0.0299942071076742,-109544486.09210804,-328234833.2208054,-140366992.02524778,17.72678792686201,-1.9585403359551803,-2.673785662502918,-113603991.30001748,-90910879.09302177,-39408323.3184753,19.487164207725048,-20.745861225787586,-8.978235007582953,17.961089864304505 +2001 SF198,151059,60432.29566528121,2460432.7960380167,218210297.23363885,-10.110918790599836,252.341602863498,-0.16033842580237,-10.906899204858853,0.0836119671567807,-176980767.00415885,-296812204.3508542,-81446193.07271813,15.911220164314113,-9.56868001326211,-3.3174591577223005,-111984283.24399452,-92639578.64241172,-40157819.05619907,19.846348929480083,-20.508734846421763,-8.849680085320708,13.068330812115295 +2001 SF198,151060,60432.29611829165,2460432.7964910166,218209901.53203455,-10.109629529490856,252.34152889368124,-0.1603398516027744,-10.906861327561517,0.0836167345051594,-176980144.23037198,-296812578.87326854,-81446322.91960298,15.911240702740422,-9.568645566056876,-3.3174497058434773,-111983506.4650576,-92640381.31327818,-40158165.42439615,19.84679753626537,-20.507481115131235,-8.849620360192459,13.068154694844823 +2001 SF198,151109,60432.31974068287,2460432.8201130168,218189337.00747588,-10.04290287100749,252.3376716183273,-0.1603117160495378,-10.90488321483846,0.0838628276334475,-176947668.144865,-296832106.7363988,-81453093.36296135,15.912311585279705,-9.566849245481167,-3.3169568137717875,-111942979.50575931,-92682168.51220249,-40176223.78989883,19.86573626071758,-20.441226495602766,-8.846494728406142,13.058972333768184 +2001 SF198,151110,60432.3201897205,2460432.8205620167,218188947.43781367,-10.041648432363628,252.3375983152716,-0.1603092473814061,-10.904845559399734,0.0838674387617686,-176947050.82802856,-296832477.88064384,-81453222.0437706,15.912331938241213,-9.566815100664032,-3.3169474446989846,-111942208.83712152,-92682961.47617184,-40176566.97606398,19.86601084735048,-20.439954842190264,-8.846435102122099,13.058797840223397 +2001 SF198,151142,60432.33586361277,2460432.836236017,218175378.35528147,-9.998344355277258,252.33504035522407,-0.1601786129972873,-10.903529771271904,0.0840261417599934,-176925500.61151922,-296845433.2095316,-81457713.89434505,15.913042385473451,-9.565623128911376,-3.3166203749676013,-111915300.04854807,-92710611.82886226,-40188545.70410039,19.873581909930618,-20.39544272011199,-8.844348546645573,13.05270806010618 +2001 SF198,151192,60432.36052296814,2460432.8608950167,218154147.3520835,-9.932769776086724,252.33102220058876,-0.1598027246507284,-10.90145480239178,0.084264117876638,-176891594.95837042,-296865811.80948734,-81464779.76571938,15.91415990207742,-9.563747786483974,-3.316105784906639,-111872952.67734492,-92753990.5604614,-40207385.40722551,19.87756259915888,-20.32562006986482,-8.841045865538034,13.04313577016959 +1999 JO12,151485,60433.02971977216,2460433.530092017,443791535.2818671,25.497426684020017,149.05675150614027,0.0833713143497424,23.210168663094944,-0.0601271142096589,-460569142.4916679,115804244.92051557,134184576.925642,-6.1646738944285175,-13.832766663310744,-3.655382423731512,-110745455.88823108,-93919713.41722026,-40715898.71170085,19.59979740612617,-20.56305889535742,-8.749801230588195,17.499838293152024 +1999 LZ3,151487,60433.03061429086,2460433.530987017,295042113.37580174,18.516096428444147,151.86109292430828,0.1144274856648349,16.491370679981728,-0.0421454593161411,-360211338.07434314,39499660.36590948,43037304.86293871,0.1007168181561579,-17.868734634467636,-5.902240507761744,-110743940.17914844,-93921303.53527406,-40716575.31188748,19.602276972021787,-20.563515216833448,-8.749685091076294,23.500742501120268 +1999 JO12,151535,60433.05345753535,2460433.553830017,443843886.55495113,25.552083961644577,149.05890830326624,0.0836552730158879,23.208737930125352,-0.0604147050878567,-460581783.8668531,115775876.57316609,134177080.1981724,-6.163630980272362,-13.833029091173684,-3.655686387608303,-110705189.14464116,-93961897.12824602,-40733841.07482472,19.666763790994167,-20.5710035753934,-8.74672311736515,17.501075382649244 +1999 LZ3,151537,60433.05435247749,2460433.554725017,295080150.0382091,18.57385657562457,151.8639300707763,0.1148024370316202,16.490366248510703,-0.042479276189043,-360211129.45313585,39463014.28998583,43025200.08698385,0.1027343217574719,-17.868955959941275,-5.902481610024759,-110703668.25386064,-93963487.8479625,-40734517.436992,19.66932899053769,-20.5711318301858,-8.746607133781067,23.50376911241801 +1992 SF17,152641,60434.11610479162,2460434.616477017,320267960.29620945,10.347986873376575,198.37979693980984,-0.1730384515579709,-7.490415995193958,0.0796761838093728,-410211315.6743705,-195924517.9249887,-83280507.10643005,6.320567581636523,-13.054895210708985,-4.840034116637954,-108874637.07777835,-95801145.3900413,-41530264.03053191,20.22430138884596,-20.231327571902614,-8.601633908769386,7.631241854377477 +1992 SF17,152691,60434.13965422124,2460434.640027017,320289086.538346,10.417702610644843,198.3756874087424,-0.1729660386613986,-7.488538612563251,0.0797618458297262,-410198454.3938488,-195951079.5157528,-83290354.6476128,6.321689481372772,-13.054359464617084,-4.839806384059021,-108833419.13253814,-95842286.19152378,-41547762.76972468,20.28987035873921,-20.206047497957147,-8.598509505856137,7.639570149004391 +1992 SF17,152753,60434.16545641086,2460434.665829017,320312395.47138387,10.493474481327608,198.3711888779994,-0.1727298513877503,-7.486479399473701,0.0798541570332902,-410184360.6193125,-195980179.8352249,-83301143.33835936,6.322918610020547,-13.053772410331293,-4.839556846152714,-108788110.33451672,-95887291.78318578,-41566927.5402526,20.357930648024496,-20.168927327806788,-8.595076038244382,7.648692091132366 +1992 SF17,152803,60434.1888529561,2460434.6892250166,320333675.1331102,10.560251479199591,198.3671168640145,-0.172376904067497,-7.484610191497609,0.0799336246361342,-410171578.7038485,-196006565.4532172,-83310925.51564553,6.324033075131186,-13.053240028642158,-4.839330551906431,-108746900.02099188,-95928020.74486868,-41584298.593730174,20.41497264493668,-20.127369622429505,-8.5919504551358,7.65695776415449 +2000 QM186,153241,60434.39808324944,2460434.898456017,252796080.3132313,-18.79839506668791,270.87534488248497,-0.0495031434529136,-23.13554563042305,-0.0298380030201524,-104823786.26706928,-328725716.73279154,-141064885.82094282,17.79955692474906,-1.7354729092008774,-2.578225784891502,-108375177.67933604,-96287152.2590031,-41739362.4841134,20.6015502380648,-19.579978501105103,-8.563176385207314,17.13771294383933 +2000 QM186,153263,60434.409795636064,2460434.910168017,252777072.15892053,-18.770721996171485,270.8747154299208,-0.0493343292656694,-23.135893917978716,-0.029638570779729,-104805773.3293276,-328727472.5663978,-141067494.74965477,17.799828624657962,-1.7346205813497693,-2.577860022039302,-108354335.10708638,-96306950.19803873,-41748026.86664295,20.592364355531515,-19.549764868163717,-8.561515939675767,17.134360484629493 +1999 JO12,155445,60437.0334204716,2460437.5337930163,452625395.8205698,25.741546219790827,149.47367217055984,0.0995284623389144,22.959165749323294,-0.0660563310302723,-462671008.34857553,111012082.86057363,132911386.22498702,-5.988650400925546,-13.876051713313544,-3.7063285222623272,-103667222.06886265,-100679571.88681932,-43646461.770700485,21.08090553163641,-19.272048720138677,-8.18597611458365,17.659793881334995 +1999 LZ3,155447,60437.0343153372,2460437.5346880164,301471655.2296827,18.79712161844977,152.4133365485289,0.1370197603622579,16.304520107519423,-0.0518940791442802,-360117501.9826908,33312757.67471868,40988789.63555782,0.4422779025787566,-17.903289628715676,-5.942097344523564,-103665591.82722476,-100681062.165039,-43647094.771045975,21.08342157972291,-19.27228275485306,-8.185850418016926,23.941814452094206 +1999 JO12,155495,60437.057147843385,2460437.557520016,452678221.3523906,25.794193163019635,149.47624087163018,0.0998571584315777,22.95759519059104,-0.0663271368153343,-462683283.0350676,110983638.96704938,132903788.55051632,-5.987606517833785,-13.876302383539256,-3.706628515847277,-103623936.99399012,-100719083.35356312,-43663239.71172567,21.148420114616023,-19.274005963082622,-8.182645194409643,17.66062863019225 +1999 LZ3,155497,60437.05804185979,2460437.5584140164,301510247.02564704,18.853052272741262,152.41672885665585,0.1374611159060857,16.303285094991757,-0.0522099669341692,-360116593.3214717,33276059.361822955,40976609.30173862,0.4443096319205384,-17.903477668084648,-5.942328653375105,-103622303.35647544,-100720572.10531606,-43663871.74769116,21.150988351525772,-19.27390571711149,-8.182519725479263,23.94429050619059 +2001 SF198,155907,60437.24997618656,2460437.7503490164,214265404.47512695,-8.320351422740965,251.4983031808432,-0.191930421751332,-10.499441066486796,0.0804954422597249,-170122309.7321436,-300827306.84073454,-82844052.99753027,16.131174143935976,-9.18994258495182,-3.213350909679309,-103267317.006092,-101038458.65256688,-43799339.62766851,21.61494026106613,-18.982391535629176,-8.155339040461165,11.151074253133547 +2001 SF198,155957,60437.27317160858,2460437.7735440163,214248797.19428575,-8.253538360249312,251.49377271286463,-0.1921387830865341,-10.497571300096247,0.0807262835925831,-170089980.1809595,-300845722.6502701,-82850492.39337887,16.132181924315738,-9.18816017004753,-3.212860079727162,-103223968.69993432,-101076438.15863489,-43815679.96245101,21.64447370829755,-18.919875264591276,-8.151986430660877,11.14177684508833 +2000 QM186,156017,60437.301246595416,2460437.801619016,248143236.4571582,-18.18826479476733,270.70883198929545,-0.0715787340619741,-23.22782548791961,-0.0328363867813749,-100350446.87043934,-329134503.4568285,-141700222.88900054,17.865640079693097,-1.5235308106524337,-2.4871265169169616,-103171433.621065,-101122236.48620003,-43835449.12386686,21.6692306293792,-18.84090879405882,-8.147900867794956,16.295949251027285 +2000 QM186,156067,60437.32666156726,2460437.827034016,248103370.8328208,-18.12182906751614,270.7068482439442,-0.0718412917643851,-23.228653747518603,-0.032341668175977,-100311213.49820957,-329137847.0712416,-141705683.7120298,17.86620731459071,-1.5216695198203103,-2.4863251665582324,-103123836.41448854,-101163528.45974313,-43853336.65503795,21.680899843315206,-18.76801412208424,-8.144175418422215,16.28808731256532 +2000 QM186,157643,60441.24763375227,2460441.748006016,242160931.11647204,-17.081300304706193,270.37368195698764,-0.1000505642280838,-23.35901239530184,-0.0352957998120653,-94243732.5386587,-329604595.5059587,-142526997.53496137,17.95135039344135,-1.2332978672911594,-2.361897486970906,-95693643.686426,-107296266.19713952,-46512305.75926526,22.95326843384325,-17.56685766999439,-7.549487522667608,15.048372670056484 +2000 QM186,157645,60441.24854631062,2460441.7489190158,242159583.78774977,-17.079050921600196,270.3735824430886,-0.1000755822804882,-23.35904461260736,-0.0352788149791761,-94242316.39762533,-329604692.7953384,-142527183.85842288,17.951369667554324,-1.233230439920067,-2.361868329801756,-95691833.01339184,-107297651.8293892,-46512901.28129463,22.95444011702753,-17.56439001085965,-7.549347273465242,15.048063426151566 +2000 QM186,157693,60441.27263018707,2460441.773003015,242124107.80718476,-17.0182130720273,270.370949194079,-0.1006431440913283,-23.35988876092953,-0.0348176277753262,-94204959.49932176,-329607257.26860887,-142532098.04976827,17.951878005619328,-1.2314517281239818,-2.361099162644857,-95644039.12195632,-107334131.92649671,-46528606.54078932,22.98081559663387,-17.497695933945863,-7.545636411207761,15.039898340777691 +2000 QM186,157695,60441.27358203158,2460441.7739550155,242122708.12226653,-17.015757857206868,270.3708448173289,-0.1006618539621698,-23.359921898435463,-0.034798957341338,-94203482.82199413,-329607358.5618917,-142532292.26663217,17.951898095677986,-1.2313814167726735,-2.3610687575321214,-95642148.84953488,-107335571.05078396,-46529227.18463357,22.981675559735397,-17.495006159025483,-7.545489274528188,15.039575321757924 +1992 SF17,158373,60442.121666028346,2460442.6220390154,328646722.02709234,13.808561746172924,197.1661049140696,-0.1387186736578397,-6.9072488589005,0.0654191127084517,-405708414.43680376,-204890102.715578,-86601033.06605944,6.699224453896036,-12.868933617252528,-4.7612133223395725,-93980892.32110582,-108596361.18047838,-47077177.03035179,23.013789804263062,-17.467317795440454,-7.411887377217559,10.272797596687392 +1992 SF17,158374,60442.12211294648,2460442.6224850155,328647254.1603805,13.8098541731937,197.1660425940716,-0.1387148192907663,-6.907219681703969,0.0654202935491176,-405708156.2976355,-204890598.58930272,-86601216.5280695,6.699245396682279,-12.868923043461484,-4.761208852974331,-93980005.47552794,-108597034.2616599,-47077462.6417645,23.014969020880383,-17.46671335438893,-7.411819509834619,10.27293859230585 +1992 SF17,158423,60442.14600853552,2460442.6463810154,328675837.4099515,13.87839490639889,197.16270668349372,-0.1384391288083025,-6.905655652992773,0.065482143233553,-405694324.4206218,-204917166.1403013,-86611045.88682891,6.700367453797782,-12.868356481449174,-4.760969378628072,-93932424.59274197,-108633059.94031976,-47092761.43374878,23.0761168425624,-17.430153268649804,-7.408178079767073,10.280490374040856 +1992 SF17,158424,60442.14645656498,2460442.646829016,328676374.6320895,13.879662242355696,197.16264421098063,-0.1384326754545074,-6.905626316730781,0.0654832679810663,-405694065.0796887,-204917664.2152359,-86611230.1620593,6.700388489557718,-12.868345858944789,-4.760964888746514,-93931531.3591935,-108633734.5982456,-47093048.18235268,23.07722110162584,-17.4293916508064,-7.408109703497137,10.280631896525334 +2000 QM186,158947,60442.39596038328,2460442.896333015,240499112.8807686,-16.37415165181562,270.2514879213576,-0.1078219494659081,-23.398307995958056,-0.0327166930846981,-92461385.71682304,-329722753.9082118,-142759525.8057703,17.97538789654707,-1.1483887026774813,-2.3251574257994405,-93430195.94443773,-109002886.26477268,-47252328.53434875,23.283276989648225,-16.784054357484543,-7.369013481812617,14.662001288230616 +2000 QM186,158969,60442.407420217336,2460442.907793015,240482913.13610005,-16.348249537199152,270.25014308299944,-0.1075726950619412,-23.39868181449477,-0.0325237411441835,-92443586.4051633,-329723890.6208941,-142761827.9903942,17.97562571739985,-1.1475403017735193,-2.3247900884254005,-93407148.29802915,-109019490.81791276,-47259624.00268798,23.27056467593166,-16.755815389727996,-7.367162584784033,14.658028865568864 +2000 QM186,159638,60443.2501127467,2460443.750485015,239286269.36501095,-16.41381130319177,270.15607732179814,-0.1147281209191349,-23.42792036015265,-0.0358632974615345,-91134100.74952306,-329805173.43403447,-142930117.6809663,17.9930012088905,-1.085098854262037,-2.297741653191198,-91732194.6215651,-110246242.87925383,-47791077.30328632,23.58250479252736,-16.819811278695894,-7.233254883103079,14.370265396324552 +2000 QM186,159688,60443.27453295188,2460443.774905015,239251704.1108889,-16.35102731031632,270.1530166232861,-0.1152458257071142,-23.428790287138856,-0.0353803404253398,-91096134.92921336,-329807461.0865604,-142934965.0957883,17.993501418125714,-1.0832877552477247,-2.296956743978952,-91682411.5648165,-110281658.82697126,-47806334.58974858,23.606201235939736,-16.751171418304974,-7.229392119664098,14.361616800224168 +2000 QM186,160877,60448.37666036951,2460448.877033014,232459108.15179676,-14.322821824957837,269.4561935513463,-0.1499953727914102,-23.60986876610005,-0.0343139293010546,-83141332.10123323,-330201321.8871597,-143911225.92440593,18.093887613232177,-0.7028874068011798,-2.131628401730008,-81119726.20221448,-117210085.7140981,-50809757.69866364,25.00724335340219,-14.538347666505262,-6.391654502433621,12.499272009683224 +2000 QM186,160898,60448.386195174586,2460448.886568014,232447317.83152595,-14.300823737557204,269.45463379406567,-0.149778810452202,-23.61019513124421,-0.0341434485943282,-83126425.13596429,-330201900.6763305,-143912981.96678126,18.09406747244448,-0.7021727988132475,-2.1313169496658384,-81099128.87595713,-117222052.79577412,-50815022.62437879,24.996742563095097,-14.51430238790664,-6.390020706233443,12.49555043258932 +2000 QM186,160928,60448.40106792405,2460448.901440014,232428963.46619943,-14.268055204683543,269.4522058519661,-0.1493906642855059,-23.610701019773927,-0.0338919732357142,-83103174.04167458,-330202802.2542367,-143915720.40152517,18.094347945607897,-0.7010581779230245,-2.1308311509820688,-81067021.28724527,-117240679.55949688,-50823231.782501325,24.977990182974235,-14.478459593729612,-6.387466505303936,12.489750171026952 +2000 QM186,160949,60448.41055385032,2460448.910926014,232417277.7414163,-14.248231426158217,269.45066068115625,-0.1491127261232647,-23.61102179951295,-0.0337416438407624,-83088343.30871484,-330203376.57112014,-143917466.76652265,18.094526806407668,-0.7003472074899032,-2.130521276015956,-81046554.98101397,-117252537.0086147,-50828466.21984366,24.96459696690939,-14.456759775247413,-6.385833737887247,12.486053659379326 +2000 QM186,161762,60450.19590377167,2460450.6962760133,230229702.91910875,-14.042212283808556,269.162262575411,-0.1622186181428717,-23.675868163038604,-0.0382143510458582,-80294483.76797213,-330301079.88645023,-144241617.53554735,18.127675328476546,-0.5662949736319843,-2.0720374087079785,-77211672.8725666,-119471933.33201528,-51790098.63870701,25.473674106777214,-14.249113809720184,-6.083260526005368,11.792284354144218 +2000 QM186,161812,60450.21870081662,2460450.7190730134,230202098.6322512,-13.98678979567856,269.1582152554986,-0.1629426733931424,-23.67673437234531,-0.0377734364730456,-80258776.31582001,-330302193.65962243,-144245698.2000756,18.12809196013541,-0.5645801765034436,-2.071288542903656,-77161464.59903416,-119499940.96011674,-51802076.832046494,25.50675166291741,-14.189268462863124,-6.07943301700058,11.78308820538722 +2000 QM186,162942,60460.30767032746,2460460.8080430105,219848362.26461932,-9.69565662271283,267.104125158853,-0.2230781652246495,-24.04424834757072,-0.0344464187007741,-64380612.20092044,-330461384.6729889,-145905338.45661622,18.295738583084752,0.2018262660859684,-1.734738241522016,-54237385.10245998,-129945416.2253028,-56329874.56191524,27.71189709263044,-9.7642619673358,-4.288167719154046,7.464952498232836 +2000 QM186,162992,60460.33181502685,2460460.8321880107,219828200.004746,-9.634763050980832,267.09823283278854,-0.2226169923180988,-24.045073773645445,-0.033932087715828,-64342443.340886354,-330460961.6929691,-145908956.6067293,18.29609911008705,0.2036781087132493,-1.7339205952193242,-54179592.58353044,-129965715.34147362,-56338815.531349376,27.69315972621831,-9.69736940164411,-4.283660732948499,7.453711455772571 +2000 QM186,162999,60460.33494728511,2460460.835320011,219825593.82101905,-9.62714596091919,267.0974694697701,-0.2225434376180828,-24.045179948748387,-0.0338682246358041,-64337492.16302049,-330460906.54249954,-145909425.8147381,18.296145861856147,0.203918328939114,-1.733814528931804,-54172099.0913225,-129968338.35816915,-56339974.63123936,27.690106324968905,-9.688969842575707,-4.283074561049677,7.452254142099309 +2000 QM186,163049,60460.35912670188,2460460.8594990107,219805541.5864327,-9.57097160927268,267.09158573288244,-0.2218758484730688,-24.045993110155216,-0.0334017924440951,-64299268.71278351,-330460478.5935314,-145913047.12791932,18.29650667312796,0.20577287272889,-1.7329956658447097,-54114280.64514653,-129988513.42706683,-56348917.51978392,27.661979151005973,-9.62677672458646,-4.278537995642281,7.44101192185335 +1992 SF17,163373,60461.02658015218,2460461.526953011,356461964.6228044,19.78899906443152,195.5432265196888,-0.0418255290257052,-6.059175597188972,0.0234546988081323,-394050098.162368,-225531309.271914,-94218571.29016297,7.571438387187466,-12.399669926286656,-4.564070246972077,-52543039.3277378,-130545497.99527568,-56592029.52788055,27.508732065617217,-9.979479278854768,-4.154381065589725,15.160813133147457 +1992 SF17,163423,60461.05150750582,2460461.551880011,356504658.66018254,19.857932245235304,195.54217874178283,-0.0417496577512316,-6.058590479800044,0.0234919108798284,-394033791.473641,-225558011.8887599,-94228399.9541283,7.572567766109896,-12.399023652471271,-4.563800255581374,-52483722.37582132,-130566967.0013752,-56600971.96747548,27.574876021957134,-9.955827997054918,-4.149903198431053,15.166043821297633 +2000 QM186,164058,60465.146209515005,2460465.6465820093,216178249.4596932,-7.908687327015042,265.90759304247155,-0.2442000471427876,-24.21349094379501,-0.0360115968430954,-56717307.68210787,-330299208.8625657,-146596156.04311335,18.364015895238985,0.5745676832076636,-1.5697326997967522,-42646957.51456722,-133642258.05212843,-57933286.22963727,28.440557860385265,-8.024340103248996,-3.379189923079876,5.1987045232047615 +2000 QM186,164108,60465.169428405046,2460465.6698010094,216162441.2781132,-7.850599022864245,265.90136660454186,-0.2449079920101884,-24.2143213253359,-0.0355082957587449,-56680465.95488481,-330298054.3779947,-146599304.40094593,18.364324159200248,0.5763642605735352,-1.5689353086498792,-42589867.101051286,-133658295.9630479,-57940060.92478356,28.47442033634457,-7.963885989135003,-3.374829513250145,5.1873996647527445 +2000 QM186,165483,60466.33255919102,2460466.8329320094,215414740.96879947,-6.963866916590075,265.5954122662774,-0.2481072310860271,-24.253535493666128,-0.0311953153878348,-54834138.35474601,-330235606.05127907,-146754968.28249487,18.379527208442656,0.6664569950451863,-1.52892312106387,-39750724.58100719,-134414132.48847744,-58267953.713812776,28.614017568899875,-7.049131547995577,-3.151903890005733,4.626539207495735 +2000 QM186,165484,60466.33297340517,2460466.8333460093,215414491.89007968,-6.962917086168073,265.5952996091278,-0.2480941051451467,-24.2535484068502,-0.0311872358493647,-54833480.91120706,-330235582.21126485,-146755022.9724676,18.379532536131208,0.6664890953869448,-1.5289088556763184,-39749701.07849713,-134414384.61397114,-58268066.45467807,28.613503411795925,-7.048066304857188,-3.15182298830552,4.626336167227602 +2000 QM186,165533,60466.35552258345,2460466.8558950094,215400975.27472943,-6.9136049553750345,265.58917320266244,-0.2473060864028313,-24.254246874899632,-0.030772389604579,-54797672.17644707,-330234282.00197804,-146758000.95629904,18.379822625010345,0.6682375143773127,-1.5281318489286213,-39693984.791998126,-134428060.92363015,-58274202.644322105,28.58213545103604,-6.992448929197499,-3.14740829191021,4.6152856377881415 +2000 QM186,165534,60466.35596989156,2460466.8563420093,215400708.2826095,-6.9126782581489925,265.5890519586424,-0.2472890752866062,-24.25426062843445,-0.0307646950865669,-54796962.31664448,-330234256.1928594,-146758059.97502902,18.379828373796848,0.6682721748494812,-1.5281164454392064,-39692880.940523766,-134428330.95723292,-58274324.19803094,28.58144927625034,-6.991397312723136,-3.1473206183045166,4.615066753954404 +2001 SF198,166407,60467.28136055165,2460467.781733009,209322874.26208133,4.922441937806035,244.43089625926137,-0.2450138592419722,-8.742878551075888,0.0278472151927342,-126723167.40428948,-321622139.3515415,-90335967.45774572,17.262530347031756,-6.81855257753775,-2.55363377045127,-37429300.33989684,-134993263.1436562,-58518777.773433216,28.784976639335174,-6.739690426171662,-2.9691967880450267,7.117522915178682 +2001 SF198,166409,60467.282258004765,2460467.782631009,209323256.26272857,4.924530678842728,244.43067366738217,-0.2449760702855503,-8.742853542572258,0.0278510148285456,-126721828.0740151,-321622668.372341,-90336165.58295718,17.262558947886646,-6.818479981197904,-2.5536133813223,-37427067.013600975,-134993785.95663303,-58519008.13828067,28.784482722922952,-6.737096603989669,-2.969022015662958,7.117821366971672 +2000 QM186,166441,60467.29675869286,2460467.797131009,214833751.67147815,-6.592282644197014,265.3393224744418,-0.2523774726452168,-24.28567871077664,-0.0313677469813839,-53302450.875944585,-330176968.48302794,-146880955.75320846,18.391773492856267,0.7412818795503965,-1.4956537313030314,-37391011.54312292,-135002200.17694554,-58522725.95955913,28.774803966448594,-6.695741298532265,-2.966195826105285,4.159864490970293 +2000 QM186,166445,60467.29856699975,2460467.798940009,214832721.66759327,-6.587693064842272,265.3388216386552,-0.2523373980943458,-24.285735418766247,-0.0313276886369815,-53299576.22083195,-330176852.60895085,-146881189.52056992,18.39179616418653,0.7414223830470518,-1.4955912268336993,-37386514.2213331,-135003246.30788767,-58523189.54126253,28.773374027751903,-6.6906596041438,-2.9658426934982662,4.158970671656897 +2001 SF198,166789,60476.1100274578,2460476.610400006,214292976.28603312,8.241698259653901,242.44686687439992,-0.2126478375284174,-8.609639273569547,0.002958458605328,-113452277.5622518,-326549940.46507925,-92206946.3244958,17.528494084950406,-6.10074948333082,-2.351496468564261,-15443591.897296196,-138702530.22106585,-60126926.3062413,29.467472835046685,-3.116976964204473,-1.2442498478161932,10.366217167522844 +2001 SF198,166839,60476.13468020435,2460476.635053006,214310606.97749963,8.312824595436135,242.4415639950253,-0.2126686590594317,-8.609564491099611,0.0031088233134693,-113414941.82023402,-326562932.6727386,-92211954.31248468,17.52919406364952,-6.098734198883474,-2.350927459213652,-15380786.441340812,-138709102.91054422,-60129571.516192526,29.50290381963584,-3.053619832893247,-1.2394898650504558,10.375916171189084 +2000 QM186,169261,60485.2027167642,2460485.7030890035,210734083.3703683,1.503646220982544,260.2968458262614,-0.2604610563859333,-24.773857123603342,-0.019935227698013,-24704625.485422328,-327943393.92143583,-148708293.98383108,18.558657117366288,2.1530392781829404,-0.8615328580124358,7544509.561176368,-139340699.9697493,-60402739.136686586,29.65781315686822,1.2794988394418787,0.5390971058364034,4.926843892534628 +2000 QM186,169311,60485.22596281841,2460485.726335003,210737165.1597431,1.5647115268683192,260.2901833679428,-0.2599656570525351,-24.77431390454785,-0.0193690931393835,-24667351.319962207,-327939067.795577,-148710023.47785103,18.558796953009413,2.154898206280913,-0.8606898969144617,7604067.771558991,-139338060.9561337,-60401651.79921278,29.648272266198862,1.3481862894568992,0.5436667174468643,4.938646215697144 +1992 SF17,169796,60485.95987688283,2460486.4602490035,404328027.4399108,23.802344388880368,196.2183548088994,0.0812369124361539,-6.160099023511173,-0.0297359110193295,-376543861.8625901,-251519417.6725838,-103749775.74716316,8.673265365409101,-11.717806356879954,-4.28110716298302,9451924.049297918,-139243171.16973147,-60362548.33005397,29.292630790118984,1.1911147770297743,0.6881336621262024,18.539062337580106 +1992 SF17,169818,60485.971184949645,2460486.4715570034,404351297.20345336,23.831554835793497,196.21927881324984,0.0812484445731025,-6.16043518003279,-0.0297186795343749,-376535388.421428,-251530865.0315528,-103753958.03867498,8.673752265527133,-11.717481206089657,-4.280973043311803,9480556.934274144,-139242002.68093538,-60361874.96741431,29.320527854326635,1.2011864802413683,0.6902798194007844,18.539912755614505 +2000 QM186,170376,60486.238924623896,2460486.7392970035,210881604.8605259,2.0458991493759267,260.01112540468966,-0.2569502517300513,-24.79512154905297,-0.0183038889146547,-23042835.12090596,-327746925.7505414,-148783741.720862,18.564691425809173,2.235964961241716,-0.82390851048726,10163954.47769558,-139207792.46383283,-60345313.35060016,29.609983141016585,1.8444326799835609,0.7419602806621013,5.443245344726419 +2000 QM186,170384,60486.24254275176,2460486.742915003,210882245.79655272,2.0547645916838966,260.0101015829535,-0.2568349508544088,-24.79518762539838,-0.0182227338895397,-23037031.924632963,-327746226.7581747,-148783999.24835032,18.56471178081662,2.2362547258793164,-0.823776967908111,10173209.928973328,-139207214.29298767,-60345081.30565571,29.60683863179182,1.8547226689529075,0.7426753229818903,5.44507316181885 +2000 QM186,170426,60486.263196721,2460486.7635690034,210885956.54043663,2.1034480426688305,260.00426636552163,-0.2560968636863092,-24.795559366751924,-0.0177805646133271,-23003903.218250845,-327742234.7006487,-148785468.60270795,18.5648278856982,2.2379089288839475,-0.8230260103317576,10226025.099179346,-139203853.04802915,-60343752.3495476,29.58517679230333,1.91196541763437,0.7467661230041166,5.455498901186772 +2000 QM186,170434,60486.26679731381,2460486.767170003,210886612.25499767,2.1115693627056995,260.0032507891918,-0.2559547965601866,-24.79562326260177,-0.0177074868837832,-22998127.24812648,-327741538.3881651,-148785724.6456303,18.564848111832216,2.238197342304145,-0.8228950777632619,10235229.147200342,-139203256.67652896,-60343519.8997362,29.58076994141528,1.9216470064107396,0.7474808537332527,5.4573149789507776 +2000 QM186,171443,60487.25115415722,2460487.751527003,211064933.6867176,2.520596252066078,259.7352872448177,-0.2535709145223745,-24.815215658927137,-0.0172941158464498,-21418996.98290293,-327547830.30434805,-148854186.83652866,18.57019185941841,2.317094503205644,-0.7870588078992373,12719208.281793056,-139037541.40603366,-60271682.05732279,29.56087968623866,2.337303837303047,0.940115838305864,5.945468862368 +2000 QM186,171493,60487.27527167573,2460487.775644003,211070243.0347653,2.57450024351781,259.7285622629099,-0.2526019153327934,-24.81562678404407,-0.0168097155286683,-21380302.30827077,-327543000.179669,-148855825.90798116,18.57031814380925,2.31902893336389,-0.7861796876232681,12780774.71576671,-139032603.0586547,-60269718.145024575,29.53088545250197,2.4019192464898835,0.9449035043196832,5.957578486930153 +2001 SF198,172111,60488.0745613417,2460488.5749340025,225168598.19634712,12.531332476362463,240.3900050717674,-0.1418691784694712,-8.76070894446655,-0.0281455593164342,-95167145.37360552,-332348545.42052615,-94493995.6049382,17.84018384912419,-5.116324760129112,-2.0725791294421017,14789206.089283347,-138868957.23948717,-60198990.954504825,29.472857260343066,2.293880958523836,1.1014309488677378,14.835342197815685 +2001 SF198,172161,60488.098963502525,2460488.5993360025,225195091.1748664,12.600145843826787,240.38650252402687,-0.1418171088996416,-8.761393949778796,-0.0279974495824793,-95129533.29675847,-332359329.7537035,-94498364.50264984,17.84076207962438,-5.114304848659555,-2.0720048630866783,14851381.599830177,-138864056.48165873,-60196663.82844946,29.506569786899764,2.355953050588559,1.1061230924666885,14.844071091181448 +1992 SF17,172896,60488.95877275518,2460489.4591450025,410539568.0175604,24.035782444056363,196.49755102436947,0.0941284733632521,-6.2572984911791085,-0.0351821303171444,-374280067.0340728,-254544098.93953356,-104854318.30990064,8.801978464707245,-11.631077168726968,-4.245357147137748,17013240.436909754,-138655932.961623,-60108174.087849565,29.18892342121444,2.549370179136472,1.2750868752646067,18.73010817410583 +1992 SF17,172918,60488.97061368176,2460489.470986002,410564174.09250414,24.06628215890482,196.49867240826197,0.0941545028142044,-6.257714970637973,-0.0351631592744709,-374271062.5253821,-254555997.12531492,-104858661.15368354,8.802485034512522,-11.630732740589748,-4.245215269512508,17043117.228220236,-138653318.8933183,-60106868.44461152,29.21758342419824,2.561275430603983,1.2773349034806163,18.73083234859694 +1992 SF17,173052,60489.03290189512,2460489.5332740024,410694122.0617458,24.22396577155237,196.5045865305267,0.0947318170322554,-6.259902155023866,-0.0350672921020687,-374223686.9901185,-254618580.1238988,-104881503.70735802,8.805149562832085,-11.628920666496173,-4.244468848249872,17200739.700806703,-138639299.0417422,-60099962.36033809,29.35528973669012,2.6581806902487024,1.2891900628511346,18.734629168134685 +1992 SF17,173102,60489.05675780356,2460489.5571300024,410744110.5259761,24.27985811259574,196.50686472687448,0.0951413869330021,-6.260738345555132,-0.0350367385735066,-374205538.6005542,-254642546.51566625,-104890251.22696462,8.806169968655507,-11.628226537118504,-4.24418293119031,17261291.926179703,-138633768.87921628,-60097300.43752295,29.399233584095622,2.7090246296523453,1.2937508929397403,18.73607185282062 +1998 WD8,174720,60490.34074194592,2460490.841114002,320475502.1477351,-19.829057407074384,341.68554952838787,0.0407168900868579,-15.95850406327808,-0.0360793516060025,313012306.15439737,-235091460.1861013,-148051669.44570547,11.359594574009652,12.609183242391095,4.750942881849497,20495257.123974737,-138268844.38782144,-59939782.771120295,29.24054813689848,3.91513353902684,1.5452150727813396,18.26620305452358 +1998 WD8,174770,60490.36519018611,2460490.865563002,320433683.0873682,-19.765430274609447,341.6865812051642,0.0404489672581166,-15.959383713695036,-0.0358777069291911,313036302.41089547,-235064821.92081428,-148041632.32414183,11.35839732696818,12.61008212269431,4.751509016399077,20556965.11133628,-138260532.02027893,-59936513.47966324,29.183453703748864,3.953533534310001,1.5501296992513387,18.26179522775877 +1998 WD8,174781,60490.37031059925,2460490.870683002,320424942.61997324,-19.75198705349746,341.6867965033228,0.040411407310423,-15.959567298148489,-0.0358349582725062,313041327.2782822,-235059243.2151177,-148039530.24401522,11.358146592666198,12.61027034971455,4.751627569172332,20569872.188577447,-138258781.5542917,-59935827.524010666,29.171002537979927,3.960472900953351,1.551160101856339,18.26087167967325 +1998 WD8,174822,60490.39125984777,2460490.891632002,320389242.07837003,-19.69699825400737,341.6876758847444,0.040325017865521,-15.96031617139482,-0.0356601115874055,313061885.8762692,-235036416.50881663,-148030928.8241353,11.357120643770232,12.611040454761657,4.752112623363392,20622624.481294047,-138251590.16266346,-59933016.11640563,29.118703516592245,3.9847229377514175,1.5553794234476903,18.257092234896536 +2001 SF198,175215,60491.084973102894,2460491.585346001,228569128.60653025,13.53095868953254,240.01496915289528,-0.1215565255721683,-8.855882872800926,-0.0352652884380656,-90517999.25866796,-333646806.0518698,-95023822.45624784,17.909750042857436,-4.866794722398467,-2.0015772795418054,22353041.181928158,-138030420.69646168,-59835691.470213525,29.326895192406184,3.691676490576991,1.6904966810651358,15.86452556108856 +2001 SF198,175263,60491.1086784589,2460491.6090510013,228596910.16110355,13.597527722062845,240.0120550940773,-0.121340105542621,-8.856717111324762,-0.0351200025672036,-90481319.19879372,-333656771.3259856,-95027921.15107784,17.91028367576341,-4.864827183488752,-2.0010169542403538,22413134.18574359,-138022795.07111707,-59832224.46924342,29.35314537354821,3.7555110654595385,1.6950644002366466,15.872612638026188 +2001 SF198,175313,60491.13293707583,2460491.6333100013,228625481.2839046,13.664593776988015,240.00908074040225,-0.1209189651965477,-8.857567319616166,-0.0349753203916747,-90443780.78110828,-333666965.32027555,-95032114.44579962,17.910829550830584,-4.862813620371362,-2.000443514236764,22474678.499321934,-138014851.8244507,-59828666.73612652,29.371491530271875,3.824514743943992,1.6997588558366947,15.880884130511149 +2000 QM186,175463,60491.2052091824,2460491.705582001,212147631.96007735,4.157819610131239,258.6937117720801,-0.2403321446167195,-24.88767550664172,-0.0155951076973357,-15071724.69824263,-326701971.89635026,-149098366.00147706,18.587911170911497,2.6351506004147405,-0.6422110041836947,22658126.271676764,-137990303.10085768,-59818008.96547258,29.37154251913412,4.038639557899746,1.713873182796576,7.88014061621446 +2000 QM186,175513,60491.2296752954,2460491.7300480013,212156485.76679528,4.218270668665639,258.68723967945823,-0.2395701218687135,-24.88805018146619,-0.0150403334430512,-15032432.864909282,-326696399.54226035,-149099722.5761338,18.588002000475942,2.637124161742836,-0.6413103025444609,22720195.588313937,-137981690.85759655,-59814380.98048449,29.35290098337586,4.109274036055854,1.7186953938270102,7.892158644628151 +1998 WD8,175903,60491.41629244073,2460491.9166650013,318650258.090942,-19.432111501915774,341.7340699806544,0.0348275161625574,-15.998261667207103,-0.0377441616058816,314065545.1663765,-233917807.65153685,-147608990.57579383,11.306834535693492,12.648633465389947,4.775813870736407,23190882.3215438,-137912054.26936328,-59786369.26527872,28.97876266680602,4.456145987557776,1.7560306754595945,18.0749434233232 +1998 WD8,175905,60491.41719804266,2460491.917571001,318648737.0930102,-19.42981006195925,341.7341028079243,0.0348322798225741,-15.99829586011943,-0.0377368905532451,314066430.3028854,-233916817.47141537,-147608616.70773208,11.306790014229383,12.64866661633386,4.775834791486891,23193150.64011104,-137911705.42985678,-59786231.79887441,28.97640196493511,4.456643529215338,1.7562132487627062,18.0747748257923 +1998 WD8,175925,60491.4277020255,2460491.9280750016,318631115.98305106,-19.403401578385896,341.7344837836092,0.0349017014388778,-15.998691810011987,-0.037653800203253,314076692.16173387,-233905337.31193104,-147604282.02918366,11.306273830743482,12.649050952531468,4.776077339264715,23219435.620904677,-137907658.50582242,-59784636.99468108,28.949016778174727,4.461455175699739,1.7583300281611989,18.072820642208026 +1998 WD8,175927,60491.42860293984,2460491.928975001,318629607.28798324,-19.40116425682481,341.7345164641247,0.0349088548870714,-15.998725695272714,-0.0376467929717958,314077571.3926906,-233904353.65698087,-147603910.61664063,11.306229602477128,12.649083882235812,4.776098120841201,23221686.60492041,-137907311.57018876,-59784500.25990638,28.94667115035518,4.461785505470767,1.7585113971451738,18.072653252495154 +2001 SF198,176149,60492.039852946175,2460492.540225001,229698882.9172625,13.717632960008812,239.9094512549552,-0.114543976029901,-8.890597985187004,-0.037871579838379,-89039602.8107377,-334045035.6792329,-95188016.68688552,17.93107066699219,-4.78750687377958,-1.9789914142595444,24740407.126072075,-137689574.48912507,-59688453.12565571,29.18776833926957,4.039549052148437,1.87731393589132,16.179838163792493 +2000 QM186,176498,60492.20155635008,2460492.7019290016,212511540.2631144,4.576887379370528,258.4415572796576,-0.2360688314674593,-24.90448639544689,-0.0150676168880225,-13471464.581479857,-326471668.9442658,-149152069.54505688,18.591421608096265,2.71557592451938,-0.6054870969548851,25149409.118695054,-137630170.29600042,-59662007.2592721,29.29693843815173,4.485310076544603,1.9085990259961008,8.359445110751734 +2000 QM186,176506,60492.2051704231,2460492.705543001,212512970.8522513,4.586044876116239,258.44061685828655,-0.2359683188921439,-24.90454069699745,-0.0149831883915867,-13465659.505084343,-326470820.9742092,-149152258.58440852,18.591433636886244,2.715867849790379,-0.6053537264217473,25158556.744498137,-137628768.10449725,-59661411.189223886,29.29478781243248,4.495905979442938,1.9093090214828403,8.361207765982833 +2000 QM186,176548,60492.22584068312,2460492.726213001,212521206.94025135,4.636826980267782,258.4352465751926,-0.235309372938435,-24.904845535343583,-0.0145177940984248,-13432457.73653404,-326465969.3218864,-149153338.9804814,18.591502336654717,2.717537522430631,-0.6045909009859928,25210860.48091441,-137620685.4155296,-59657997.74523232,29.278606175230387,4.555509498431165,1.9133789623897677,8.371281585282071 +2000 QM186,176556,60492.22943181704,2460492.7298040013,212522646.92314184,4.645339985690522,258.43431519856284,-0.2351807448472929,-24.904897529331947,-0.0144403303942514,-13426689.57973804,-326465126.1401607,-149153526.53882864,18.591514254859582,2.717827599583995,-0.6044583713532787,25219943.99792758,-137619270.43690258,-59657403.98574661,29.275132576278978,4.5656519366716735,1.9140876003452296,8.373030265927419 +1992 SF17,177102,60492.99511002275,2460493.4954830008,418976827.3112737,24.36657595693981,196.93327354996975,0.1109515586125167,-6.413430143772918,-0.0420718693343556,-371180696.53839445,-258579413.30021885,-106326252.54320209,8.973903129701144,-11.512768957748936,-4.19666710087833,27122848.04293547,-137312839.53585866,-59525758.04557555,29.02226445970559,4.408309492243701,2.0640075986257664,18.92239160280166 +2001 SF198,177282,60493.08140440486,2460493.581777001,230957707.700796,14.137686140627622,239.80086259396583,-0.1076209076030397,-8.930918057075402,-0.0399198145547213,-87425028.30360748,-334471949.7848023,-95364988.24526012,17.953917106331687,-4.700948564845138,-1.9543207397824165,27339842.397076342,-137279330.49083754,-59510308.00059583,29.172466469082643,4.594766886606049,2.080459018316356,16.518251130033665 +2001 SF198,177332,60493.10432647012,2460493.6046990007,230985770.74843243,14.201722834572164,239.79836773195808,-0.107392495164053,-8.931831473846168,-0.0397783178321466,-87389472.46320628,-334481257.5011921,-95368857.97954574,17.954415095241604,-4.6990427780871125,-1.953777395137523,27397642.81978857,-137270170.02548388,-59506183.37342656,29.196970345416343,4.656713685297817,2.084864580418736,16.52579731327289 +2001 SF198,177338,60493.106822114205,2460493.607195001,230988834.2076428,14.208654671372148,239.7980964345001,-0.1073568002495814,-8.931930741504328,-0.0397630710233349,-87385600.69173612,-334482270.800115,-95369279.29391724,17.954469309270706,-4.698835252813376,-1.953718228736212,27403939.515932504,-137269165.0343941,-59505733.71129951,29.19918134973961,4.663676962480203,2.0853453720704747,16.526618813201083 +2001 SF198,177388,60493.12957205908,2460493.629945001,231016824.73299876,14.271008413828854,239.79562860986104,-0.1069348266073853,-8.932833792949552,-0.0396270989535689,-87350310.57866366,-334491504.5322695,-95373118.80970752,17.954963334315902,-4.696943727021273,-1.9531789423220536,27461350.27688832,-137259934.6362663,-59501630.44269423,29.215016257196485,4.728688472162844,2.0897376691135734,16.534103086204688 +2000 QM186,177558,60493.21054825881,2460493.710921001,212916847.8687787,5.02309418152868,258.1909660243993,-0.2311595238267383,-24.92096374084976,-0.014282843989227,-11850606.434353096,-326231382.9321652,-149203228.86212075,18.59458160853381,2.7971350324693143,-0.568205521216811,27665775.171451915,-137226012.97747624,-59486954.86764303,29.20541741398707,4.968090798434832,2.105526171513165,8.840934682014643 +2000 QM186,177608,60493.23367369584,2460493.734046001,212926939.85452065,5.078131194095559,258.18508168279607,-0.2303423515068031,-24.921288153395928,-0.0137817928344261,-11813455.019166434,-326225792.481622,-149204363.262832,18.594649359159305,2.799005601940501,-0.567349991056114,27724107.37532898,-137216020.72518536,-59482743.48091005,29.18383557023712,5.03368914595233,2.110079359790186,8.852102464388043 +1998 WD8,178028,60493.43292514957,2460493.933298001,315281864.3512029,-18.969424557678373,341.8078081702812,0.0237647944732846,-16.080028202382397,-0.0421814013291844,316027089.4265445,-231707395.1660492,-146772763.13501653,11.207409362381489,12.72208725559929,4.822256858620739,28223298.153368805,-137125782.48029587,-59446076.15263527,28.758356468325164,5.362131736381953,2.1498783629969727,17.698977330236467 +2000 QM186,178654,60495.2379085837,2460495.738281,213841155.9402046,5.917605601471891,257.7034812347739,-0.2200009638047143,-24.952583197814786,-0.0126740157239301,-8593090.445982782,-325727058.9644144,-149296176.70079246,18.599722193402247,2.961350343758747,-0.4930187871501145,32697865.261256788,-136294338.87940004,-59083419.776850045,28.9782179518015,5.9539330474332255,2.499867597425748,9.795086702216013 +2000 QM186,178704,60495.262095230486,2460495.762468,213853575.70587456,5.967504529538719,257.6976266886265,-0.2188914308255956,-24.952884291698645,-0.0122337770132711,-8554222.267145576,-325720868.53488785,-149297206.03001708,18.59977373479141,2.963312183598795,-0.4921195634324739,32758387.92945376,-136281829.9194719,-59078190.68735762,28.94362372395926,6.016942713176372,2.5046312469321066,9.806515139633774 +1998 WD8,179028,60495.42004746927,2460495.92042,312035183.5480531,-18.55152029935195,341.8573230267156,0.0123084342996438,-16.169798933697617,-0.0468161229536774,317942924.99164635,-229516869.7422816,-145940879.21570456,11.108803375689083,12.793806264999487,4.867776275081081,33151095.70530064,-136197704.2790557,-59043795.83052305,28.58038067730689,6.253398138144131,2.536062190121395,17.30542867860196 +1998 WD8,179050,60495.43159257562,2460495.931965,312016693.199076,-18.523055089746517,341.8574716451456,0.0124241572983663,-16.17033889398589,-0.0467245954206067,317954006.2890014,-229504107.0784845,-145936023.2356849,11.108228648985229,12.794221023954352,4.868040026340154,33179589.12072293,-136191465.11322463,-59041264.98861419,28.54999162105462,6.2560044210447,2.538368462556297,17.30301182406692 +1998 WD8,180990,60503.38702894039,2460503.887400998,299840880.54683864,-16.554866352599372,341.8184632295332,-0.0340888496828203,-16.618580887554003,-0.0643530654677163,325452436.0586154,-220612475.70216185,-142527769.49574387,10.707216051513688,13.074690741282538,5.047796614279996,52480897.13205656,-130961462.10145111,-56773537.27636633,27.482318558305987,9.739474527249886,4.048491493292167,15.495522241533967 +1998 WD8,181033,60503.40788660944,2460503.908258998,299811095.24964094,-16.50165046126357,341.817723057822,-0.0339009525269438,-16.61992117912085,-0.0641646804409796,325471731.9725481,-220588911.4459133,-142518671.78290084,10.706151714892096,13.075411981049832,5.048262619031631,52530373.01010251,-130943903.42071974,-56766237.7726315,27.42592066179387,9.745942101443312,4.052476467637852,15.490179706841571 +2000 QM186,181120,60503.960730688894,2460504.4611029974,219392266.1726528,8.67733218214667,255.90247049335136,-0.165315591887351,-25.07358859630597,-0.0159940021933329,5427482.348287372,-323227677.00341105,-149544688.7617059,18.60310924358368,3.672841130228856,-0.1653725856140631,53829779.65474915,-130494882.56016868,-56570208.29567758,27.54972235574348,9.219934443477628,4.15405083811002,13.649400296863076 +2000 QM186,181142,60503.97253602735,2460504.472908997,219401128.8239163,8.699590614279694,255.90031295160333,-0.16573462358016,-25.07377628707157,-0.015799206374556,5446457.674763668,-323223930.17911136,-149544857.2146301,18.603092908749858,3.673809314723103,-0.1649246377662108,53857893.90433131,-130485468.29291137,-56565969.927563496,27.574009073892636,9.239046071035787,4.156162702681443,13.654380927913552 +1998 WD8,182001,60505.25198735829,2460505.7523599965,297198417.6726685,-16.323996203477332,341.754818515639,-0.0443554425373542,-16.743159817692092,-0.069636079399887,327170128.97188264,-218500423.39816648,-141711009.99696898,10.611787205980232,13.138883842879611,5.089352018408896,56879292.101877324,-129397074.21788748,-56093510.99058962,27.43575592730749,10.397522249719511,4.390467350724738,15.019774518620173 +1998 WD8,182002,60505.25243578651,2460505.7528079967,297197785.8460983,-16.32291853147197,341.75479776187325,-0.0443673960782352,-16.74319101381217,-0.0696322663948752,327170539.74653566,-218499914.80061784,-141710812.99142453,10.611764218027966,13.138899191646145,5.08936197376973,56880354.04715053,-129396671.73883551,-56093341.04621847,27.43490930475751,10.39855230197997,4.390550852429262,15.01965504945004 +1998 WD8,182051,60505.27667949025,2460505.777051997,297163657.57854444,-16.262544501466675,341.75366690638697,-0.0449432011044013,-16.744876591488318,-0.0694156749674203,327192767.92023546,-218472390.6252953,-141700151.25525287,10.610520155130317,13.13972975478606,5.089900699105135,56937771.0554451,-129374834.0565997,-56084139.50185095,27.38572086463472,10.450908707167285,4.395077338092093,15.013183452306851 +1998 WD8,182052,60505.27712950303,2460505.7775019966,297163025.32265645,-16.26138980607818,341.753645784215,-0.0449525361148192,-16.744907827578704,-0.0694114847218984,327193180.478936,-218471879.7249489,-141699953.3491245,10.610497062882034,13.139745170145329,5.089910698175411,56938835.79267165,-129374427.70792288,-56083968.61972185,27.38474866392758,10.451814441460616,4.39516149046572,15.013063223646002 +1992 SF17,183914,60509.95939686034,2460510.459768995,454711107.9710628,24.305667978013364,199.45433333677224,0.1727015454992639,-7.352122580736666,-0.0670366650793096,-357508020.7753299,-275077601.8837412,-112323098.06472546,9.679750247985362,-10.99597328085379,-3.984929196300348,67717381.12924069,-124878701.384971,-54135130.43972176,26.382543276611717,11.728878500078851,5.232742568689372,18.989842269099324 +1992 SF17,183935,60509.97028471335,2460510.470656995,454733985.54282016,24.331723180698702,199.4562298708963,0.1728087814982376,-7.352852342361637,-0.0670122355960021,-357498915.34025323,-275087945.0504436,-112326846.4100612,9.680194487877744,-10.99563153637388,-3.984789653293052,67742209.58634916,-124867658.66781066,-54130207.00592347,26.403175955133687,11.74846544605322,5.234595677200508,18.989582803101055 +2001 SF198,184473,60512.12309317165,2460512.623465995,258170373.2496929,18.75250353004069,239.2015496350932,0.0294920152967847,-10.057092880573252,-0.0745981788817554,-57587680.17876656,-340897137.3691871,-98205731.36788753,18.29620667850571,-3.106986205938972,-1.497500443288849,72569444.70189841,-122543102.01907793,-53121590.99671053,26.080359456032813,12.95788711120288,5.608057558668838,21.452714557735312 +2001 SF198,184545,60512.15676332662,2460512.657135995,258225032.5380792,18.823119600218565,239.20257899913287,0.0307570654004792,-10.05960156750606,-0.074424491513805,-57534457.54476882,-340906171.17483914,-98210086.26716524,18.296685207721005,-3.104151659633717,-1.4966839094155064,72645289.13775063,-122505263.73458458,-53105268.20700166,26.059760146618537,13.055510709783356,5.613878345261551,21.459512280853332 +2001 SF198,184595,60512.1806199396,2460512.6809919947,258263875.79003865,18.865647979759284,239.2033366418263,0.0318029589641702,-10.061375833060724,-0.0743273875381788,-57496747.20193453,-340912566.8500619,-98213170.3791071,18.29702398617841,-3.1021432884336093,-1.4961053589326367,72698977.90773809,-122478285.0898602,-53093692.84263869,26.03453250849715,13.122136494991768,5.618026938123779,21.46430337129105 +2001 SF198,185515,60513.13139772396,2460513.6317699943,259792828.101144,18.944834587047737,239.24176783632788,0.0366182020877689,-10.133758110804033,-0.0758882080013341,-55993241.46192579,-341164095.44604474,-98335116.29104708,18.31034307410566,-3.0220812933834003,-1.4730359816552243,74796418.10262781,-121398307.98092474,-52625411.15510886,25.83719438280007,13.385040763260612,5.780866339953471,21.647212288385425 +2001 SF198,185808,60514.02937495805,2460514.5297469944,261248767.636124,18.86180982627037,239.2841942357188,0.0410860535234642,-10.203229075555308,-0.0778523338451487,-54572241.269761056,-341395615.34227735,-98448549.10826308,18.32259481824043,-2.946433100534216,-1.451227746212784,76758149.62956606,-120348957.09454589,-52170888.243283644,25.56770025005323,13.495184467493964,5.93370524403816,21.81420970631224 +2001 SF198,185858,60514.05359098071,2460514.5539629944,261288299.39452085,18.92575185154059,239.28520822765157,0.0413643224132604,-10.205112225131318,-0.0776776078151092,-54533907.67004922,-341401777.5293957,-98451584.65016912,18.322920806613453,-2.9443926491899046,-1.4506393714057115,76811666.28539287,-120320654.27296272,-52158469.15261196,25.587619839282155,13.560228311619271,5.937744568167703,21.818836850703487 +1998 WD8,186043,60518.365990130354,2460518.866362993,281293964.77133536,-11.599462796280203,340.7132385148374,-0.1183059868091019,-17.795679926437266,-0.08920825214338,338808238.89300615,-203363804.34325883,-135781291.9981505,9.925960227699196,13.573210893405715,5.375064986759654,86005114.34905793,-114898978.8834767,-49811242.01581893,24.03355110408519,15.759338670431063,6.656776023918908,11.149788813883486 +1998 WD8,186088,60518.387651328165,2460518.888023993,281272307.3199477,-11.545707988505534,340.71055093617184,-0.1179492838858529,-17.7976097435672,-0.0889785644456314,338826815.06883687,-203338400.3102317,-135771231.68753943,9.924806428258195,13.573903224090722,5.375527286285751,86050036.98212294,-114869485.2203613,-49798780.355682,23.9734866035331,15.757998984137735,6.6604459021016895,11.142600950862766 +1998 WD8,188066,60524.394038930586,2460524.894410991,275777278.32024145,-9.128976727185352,339.90573316612426,-0.1473977619595247,-18.357675764194084,-0.0942532930851162,343894023.4254528,-196244696.26647565,-132948447.60132684,9.602270131481887,13.762634751106589,5.502458987254467,98083982.09123497,-106318884.36485527,-46092940.17189293,22.113646933589177,17.929618785026626,7.610998516764517,9.1235404182057 +2001 SF198,188172,60524.967865455306,2460525.468237991,279811767.7416351,20.25388439878361,240.21866154741883,0.1110259887406742,-11.12308934252949,-0.0896763912704842,-37194792.14822208,-343743927.47059155,-99693990.54602398,18.446283628733177,-2.0228260246918794,-1.1841362544811287,99174537.66941056,-105449717.26444197,-45713432.61989782,22.38377166681255,17.49470770674292,7.696974372283415,23.45654559676569 +2001 SF198,188193,60524.97937505204,2460525.479747991,279831924.6047884,20.28336261590236,240.2199638320115,0.1110164707924176,-11.124121002680406,-0.0895867063465044,-37176449.171707615,-343745938.47766185,-99695167.90666492,18.44638891080809,-2.021852469332906,-1.1838539149396852,99196804.85766116,-105432306.2035559,-45705777.41387031,22.39824376597656,17.521482422954435,7.698668427064201,23.4579750588158 +1998 WD8,189285,60526.3004658234,2460526.800837991,274295486.4359326,-8.517257986308776,339.61210326564225,-0.1578013199688286,-18.54139519735191,-0.0963728048919254,345467199.1057187,-193972881.29607505,-132038803.31384245,9.49882711832066,13.821176629265407,5.542216364033696,101700423.88810214,-103375441.31480464,-44815658.174670905,21.706078691173328,18.612768449158217,7.896763142694384,8.464726148469436 +1998 WD8,189335,60526.324555290885,2460526.824927991,274277828.1848805,-8.451105001551058,339.6080956196686,-0.1576221023231198,-18.543712868016623,-0.0960471177196619,345486968.93289894,-193944112.6516953,-132027267.0303834,9.497516732447256,13.821912149918832,5.542717091683638,101745530.93675652,-103336685.07801975,-44799218.18215649,21.637265447712032,18.6266700155377,7.900471685305099,8.456196217392163 +2000 QM186,189904,60527.12754119473,2460527.62791399,244026515.82486737,15.255927595145796,254.02011650974947,0.0087443321529086,-25.416270853941,-0.0164856614043997,42554769.98143866,-313959099.7702537,-148981127.69778973,18.45721229068623,5.595883960370749,0.7356920578411147,103233065.65789032,-102067985.2818781,-44246985.88959304,21.73943751123668,18.62629358771389,8.017586891423697,21.398645575122284 +2000 QM186,189954,60527.15171080865,2460527.6520829904,244058424.61212915,15.303212561000764,254.02036317168375,0.0097158870017685,-25.416664343986987,-0.0160845253371023,42593310.10942429,-313947412.9144909,-148979590.4979953,18.45693727107706,5.597911173659184,0.7366540430889392,103278429.6829173,-102029021.97646,-44230239.81389291,21.707069532353824,18.69066336424941,8.02116990952181,21.40484511630355 +2000 QM186,190019,60527.18128955398,2460527.68166199,244097600.95284405,15.35311150050832,254.02070332502268,0.0110885209839767,-25.41713376705872,-0.0156711483429766,42640476.28639934,-313933104.3099101,-148977706.47749484,18.45660033164061,5.600392208565772,0.7378314181626131,103333842.44020198,-101981161.01951772,-44209735.07744984,21.656294162969683,18.763446200960555,8.025579874327928,21.412399191126795 +1998 WD8,190253,60527.29542872531,2460527.7958009904,273575403.5701832,-8.097800724214352,339.45169767408817,-0.1621224100885366,-18.637910170255942,-0.0967753682996136,346281458.5085744,-192783410.1059719,-131561466.50366758,9.444638262386311,13.851467047424704,5.562862875472144,103546108.6838687,-101795067.95869716,-44130505.29794347,21.374998548945857,18.94815480694812,8.0427842198506,8.119069658821283 +1998 WD8,190303,60527.32007870435,2460527.82045099,273558230.05879456,-8.029870334646777,339.4474820834075,-0.1619453654916461,-18.640291470057228,-0.0964358461202743,346301572.43116635,-192753908.21629065,-131549618.07881762,9.443293994339523,13.85221519439428,5.563373489337412,103591557.417226,-101754695.3760344,-44113372.12047964,21.304506143367067,18.96303826433864,8.046519737394634,8.110325976946273 +1998 WD8,192063,60529.21821533509,2460529.71858799,272288161.4012939,-7.433945852617916,339.12957882710367,-0.1698368940261961,-18.82523535961581,-0.0982262642406198,347841801.4017226,-190477393.85215983,-130633989.6102526,9.3395274647567,13.909491587545048,5.602561507993218,107028658.02907312,-98662215.77807464,-42771336.03374796,20.871372445715608,19.51078840932541,8.317711981333133,7.451513939766808 +1998 WD8,192113,60529.241934032696,2460529.7423069896,272272994.5124276,-7.367726783478647,339.12531857934266,-0.1701445892472581,-18.82756116347561,-0.0978851567766636,347860940.23801875,-190448887.39854616,-130622507.37672614,9.338227652725529,13.910203136666082,5.603049557780166,107071370.29133438,-98622189.95840684,-42754286.82519604,20.81212519719653,19.55045150665084,8.321170389195533,7.443120734430907 +2001 SF198,192568,60529.98951572502,2460530.4898879896,288738901.57533216,20.80720378236376,240.89877166143464,0.1404513483638517,-11.58147755156972,-0.0929051033276376,-29182795.331275657,-344529339.4634137,-100180963.21291432,18.487254673581624,-1.5978386933942972,-1.060726455487176,108387443.7664504,-97376871.507426,-42213384.509053245,20.712803248663985,19.246783351797244,8.425268053726661,23.97547855525533 +2001 SF198,192618,60530.01341784297,2460530.513789989,288781935.2839796,20.8681082241624,240.90220106118855,0.1406861302418822,-11.583695841545056,-0.0927108643028616,-29144619.17388509,-344532636.8923632,-100183152.99353224,18.487425907105724,-1.5958148462110189,-1.0601379965464288,108430236.15599713,-97337059.8478678,-42195981.85230913,20.72855307141389,19.309855459240023,8.428524543752717,23.97777396654258 +2000 QM186,193835,60531.13038164903,2460531.6307539893,249351935.93467277,15.95821302731922,254.15603551311187,0.0396391044264578,-25.493695348672237,-0.0179802853365767,48929492.13435648,-311965777.86612874,-148699088.71874645,18.408044968475917,5.93210869018582,0.8955977524417009,110378639.48174997,-95443383.68314576,-41375079.00089995,20.312651887503627,19.95953796668064,8.581876640114144,22.342262124612507 +2000 QM186,193885,60531.154405991365,2460531.6547779893,249385106.97403052,16.001462438005973,254.15710380987684,0.040658959155149,-25.494122847568008,-0.0176182243698267,48967698.86006788,-311953463.30316323,-148697228.84923276,18.407727780476165,5.934129424915893,0.8965609638833815,110420764.4122071,-95401889.97265571,-41357262.37460154,20.275160430122614,20.02069586991973,8.585205384271367,22.347722125089938 +2000 QM186,196148,60543.11315233727,2460543.613524986,266446259.3363308,17.411236791956753,255.337633251384,0.1247921524123153,-25.76248979894967,-0.0220685863230225,67893130.88820346,-305301575.1632804,-147521513.35388434,18.216415605622885,6.943481241085034,1.3809670874775164,128633038.57943796,-73153702.02317509,-31712887.92162584,15.55590481883532,23.31430063364499,10.018555056074224,24.510310437015967 +2000 QM186,196198,60543.13721034336,2460543.637582986,266482492.95876637,17.44977134281804,255.34098003440903,0.1257976796307586,-25.76301678499992,-0.021750405591258,67930993.06008673,-305287141.0871856,-147518642.00403225,18.2159624623539,6.945517681816304,1.3819511209896893,128665328.8243574,-73105181.1049634,-31692060.548800018,15.511871738066402,23.370743306061605,10.021148029169003,24.51385662740689 +2000 QM186,196950,60544.03954102843,2460544.539913986,267821856.2257437,17.353623084174586,255.47514888275936,0.1291550358014569,-25.78526555171206,-0.0235317514769662,69350385.76883204,-304742712.2849953,-147409470.02157757,18.19876545664061,7.02191104142166,1.4188851391777562,129832038.59438612,-71295266.63673204,-30907081.78857501,15.213733645747402,23.364732871701225,10.114236442326597,24.639101386782222 +2000 QM186,197000,60544.06401857104,2460544.564390986,267858614.36572823,17.407112373886335,255.4786676429929,0.1297593311866636,-25.78583593607251,-0.023079034431,69388870.01978256,-304727860.9259442,-147406468.45852432,18.19829349773933,7.02398367845753,1.4198877382182675,129864193.998246,-71245783.3927297,-30885689.408597898,15.194381167076711,23.431844482178946,10.116758390057624,24.642615448496063 +1998 WD8,197182,60544.24833628226,2460544.748708986,267186282.0939789,-0.3622602154644287,336.1756098405738,-0.2071747407187379,-20.24063065978635,-0.0860602785416396,359428882.5535762,-172130519.72843823,-123161161.77185874,8.50069395697317,14.33944421325429,5.903519055706459,130103496.96020916,-70869340.1086815,-30724424.682797723,14.798426328748327,23.78209401986652,10.13630678240722,3.4931099691303924 +1998 WD8,197232,60544.27091212456,2460544.771284986,267185636.2984557,-0.3002767887394888,336.1706280145192,-0.2068832976675055,-20.242569209014487,-0.0856776737356647,359445462.4890695,-172102549.06124482,-123149646.12499666,8.499411688423537,14.340058096474737,5.903958346269969,130132297.63465768,-70822938.56278938,-30704650.77129917,14.731991273210774,23.794069345101104,10.138739542621533,3.491885335440293 +1998 WD8,197272,60544.289593986105,2460544.789965986,267185191.6739864,-0.2510325929385942,336.16651209638974,-0.2065353692696538,-20.24416690309515,-0.0853749567863197,359459180.0222099,-172079403.22568634,-123140116.60743766,8.498350598426601,14.340565994103669,5.904321817205544,130156030.99092844,-70784530.22859257,-30688284.831612725,14.67668422624498,23.797840025093016,10.140752678260002,3.4908898286593875 +1998 WD8,197301,60545.30498079835,2460545.8053529854,267168907.6453846,0.2647088225529534,335.9494766554896,-0.2068849038431117,-20.33125928376372,-0.0835222780697283,360202204.14110106,-170820104.6744208,-122621268.05016766,8.440609094854898,14.368072383815436,5.924037679629298,131426942.17632245,-68720977.43518567,-29794154.864625808,14.194556638502718,24.027123006258773,10.242842512898411,3.46761828275758 +1998 WD8,197351,60545.328949925,2460545.8293219856,267169514.34106663,0.32030443674956,335.9441969054186,-0.2061922113217216,-20.33325707543305,-0.0831818469832161,360219682.5508431,-170790348.88188094,-122608999.36352536,8.439244476305996,14.368719321089904,5.924502131399754,131456266.13784508,-68671228.1902541,-29772940.1329459,14.125559250402237,24.016912260727697,10.245359774380423,3.467621142325557 +2000 QM186,200531,60549.0432418313,2460549.543613985,275359357.32628715,17.75523380341645,256.32123340905974,0.1612881879025534,-25.910695275668647,-0.0241998290611681,77195890.60992305,-301615545.8708351,-146751682.64616877,18.096238514125268,7.445955065428754,1.6246046218368937,135766591.402941,-60961318.88463409,-26427987.10188013,13.015801288721493,24.51357449218164,10.594074628485997,25.249151126220813 +2000 QM186,200581,60549.06792710815,2460549.568299985,275397283.5033082,17.80627457142816,256.3256690042129,0.1619734401123754,-25.9112873148957,-0.0237718585176527,77234484.67875333,-301599663.32225853,-146748216.69390076,18.09570238159472,7.448048615056602,1.625623271876416,135794325.48087594,-60908964.263419546,-26405388.935870346,12.988970922388248,24.579127986370192,10.596307924661692,25.25195951537667 +1998 WD8,201564,60550.087518927896,2460550.5878909845,267655922.8944801,2.076125203962207,334.92190710151993,-0.2072492102062009,-20.71758405987361,-0.0778167396804273,363633492.9966321,-164856707.8573162,-120154372.6459758,8.166892178845217,14.494979623232489,6.015830146865981,136885487.52124083,-58745883.05412752,-25467900.893064644,12.505629938737082,24.83629855381824,10.685572839610948,4.022206492178083 +2001 SF198,203183,60561.00651885256,2460561.506890983,346160181.70195967,21.697068077716494,248.0128130722474,0.2839697906539717,-14.554552283904366,-0.0926087955068954,20485864.96145105,-345291038.42007464,-101994472.554558,18.520386129195057,1.0279752600928496,-0.2911858047046295,145928887.28822425,-34608646.06799629,-15003837.266340507,7.359910793269912,26.427156421703238,11.42945992311358,24.51622979501358 +2000 QM186,203197,60561.01288332519,2460561.5132559827,293845315.77427524,18.1652572837102,259.028762399183,0.2304131855465929,-26.21801827877037,-0.0240730836707644,95762851.51631078,-293390345.208504,-144814885.84690568,17.80065693454015,8.461930892634832,2.1224803201238718,145932933.18095383,-34594108.24777044,-14997551.706928557,7.354032714010176,26.44377980673288,11.42978067686026,26.147314141323708 +2001 SF198,203233,60561.0306911931,2460561.5310639828,346205548.91027415,21.744770950475807,248.0199122457585,0.2845601230090336,-14.556788565736012,-0.0924175610487572,20524542.730869856,-345288889.4690291,-101995080.03593476,18.520264826107923,1.0300156813367127,-0.2905831189729181,145944233.57380378,-34553386.17961687,-14979965.023640674,7.334230765279562,26.489551796914174,11.43068539825251,24.51527481520521 +2000 QM186,203247,60561.03699275545,2460561.537364983,293883207.7091027,18.214514836253457,259.0349620267075,0.2309973455540589,-26.21859364495288,-0.0236624834214552,95799927.65114276,-293372717.7942049,-144810463.89862338,17.799988534015828,8.463977699496686,2.1234906349395164,145948224.17900312,-34538960.77114234,-14973741.99733849,7.326058864802656,26.505412018815186,11.4310080549467,26.148534655463465 +2000 QM186,203268,60561.04790460416,2460561.5482769827,293900390.90750873,18.235485942672263,259.03777360349136,0.231306456778847,-26.218850889777475,-0.023487779160804,95816708.25943248,-293364738.0313184,-144808461.784456,17.79968591074087,8.464904105605289,2.123947923763354,145955123.96808863,-34513958.79607795,-14962964.615238627,7.310499865469093,26.532359144261044,11.431569890771607,26.14908242931222 +2000 QM186,203318,60561.07233178472,2460561.5727039827,293938924.88074905,18.27879404957815,259.04408214312525,0.2320915941332274,-26.21942013044066,-0.0231272014990249,95854271.36399104,-293346871.8109957,-144803978.40004784,17.7990082540118,8.466977904274342,2.124971606015421,145970510.87799436,-34457901.10300497,-14938837.031076845,7.269442110965011,26.58974121735928,11.43284111281153,26.150296194031288 +1998 WD8,203460,60561.139313112064,2460561.639685983,272313725.0687028,7.353692244799788,332.6219186660913,-0.1894625429354686,-21.41756583893512,-0.0494080123382351,371125798.1077961,-150882213.3487059,-114311344.27929293,7.523664649954681,14.771314605386976,6.221055099725089,146012168.32715723,-34303625.968350515,-14872662.106914245,7.11837898830701,26.71748802196393,11.436409617340216,7.41024767557524 +1998 WD8,203510,60561.16303088659,2460561.663402983,272328862.0386758,7.420143031888187,332.61709198302265,-0.1894243331083556,-21.41873217126332,-0.0489458359178715,371141213.4056391,-150851944.8910988,-114298596.28512594,7.522268718400782,14.77188191698575,6.221484966972241,146026689.9917492,-34248843.84055247,-14849225.885844786,7.0542557307660445,26.74938278179231,11.43769540270084,7.418592395330943 +1998 WD8,203645,60561.22853937814,2460561.728911983,272371370.94541395,7.597973608839472,332.60378834827964,-0.1884819661611532,-21.42189748360219,-0.0477105375524268,371183777.297685,-150768334.0308148,-114263380.34175456,7.518412662350623,14.773448318169216,6.222672070297439,146066078.49410626,-34097285.706165075,-14784478.664601175,6.861439266918328,26.793852515611885,11.441276030913553,7.44159882998255 +1998 WD8,203695,60561.25212092049,2460561.752492983,272386911.36802906,7.65636837409761,332.5990214862403,-0.1878599073363101,-21.423017716750927,-0.0473059523597961,371199093.4952409,-150738234.82202235,-114250702.1667788,7.517024492755569,14.77401196174556,6.223099301376127,146079985.35599682,-34042695.01844888,-14761166.912268585,6.790228261701921,26.793292867362137,11.442566250562576,7.449858231257528 +1998 WD8,204491,60563.20040441238,2460563.7007769826,273710839.5499217,8.409960975512952,332.22497690911894,-0.1825705437760747,-21.512920872971616,-0.0425411351383011,372454748.6321111,-148247466.92975685,-113200222.51526833,7.40211092805535,14.82020150690207,6.258241052720419,147150870.60202268,-29583697.935421947,-12827436.563172905,5.946461797428426,26.995378932555894,11.530403606403944,8.126913970620294 +1998 WD8,204541,60563.22474067464,2460563.7251129826,273728590.03487325,8.47339724635287,332.22020754704346,-0.1820553672285033,-21.513950710944595,-0.0420978722124168,372470310.5847229,-148216305.7990371,-113187063.65831926,7.400672786367306,14.820773714843284,6.258678048039895,147163296.75633776,-29526926.89400048,-12803191.162025131,5.8730295137057125,27.003070432291945,11.531567934608448,8.135476785109018 +1998 WD8,206470,60565.282790000885,2460565.783162982,275284309.1662011,9.46632323375679,331.8392365217751,-0.172874946897957,-21.596985755670573,-0.0354127673176289,373775399.2998306,-145576742.22575948,-112070930.92883188,7.278807641072881,14.868739585015744,6.2954582219662605,148115769.8691898,-24777999.852874152,-10745483.19003442,4.694702078337752,27.15561777087116,11.610633506465325,8.849704754685822 +2000 QM186,207719,60567.01745298455,2460567.517824982,303202405.3784211,18.18591693197262,260.7171566821692,0.2612381572173679,-26.364736754016302,-0.0221106251846687,104952408.80212562,-288868406.9479749,-143648407.02245605,17.62492964131523,8.971511799638355,2.37494321231804,148774211.53226194,-20761231.488902755,-9001124.46502852,4.364424523334194,27.03999747283368,11.664565065412573,26.33168332647214 +2000 QM186,207720,60567.01789955423,2460567.5182719817,303203107.7771529,18.186807481596304,260.7172870145104,0.2612489802597088,-26.364746635809432,-0.022103225296822,104953089.44928604,-288868060.4813508,-143648315.30545962,17.624915863202947,8.971549713375117,2.374962066311581,148774380.07850868,-20760187.16145857,-9000673.970018396,4.363839491169389,27.04110128715896,11.664578832137869,26.33169370052864 +2000 QM186,207769,60567.04144418392,2460567.541816982,303240152.7399723,18.231658175121886,260.72416027013065,0.2618820477066552,-26.365262598533143,-0.0217303234298543,104988940.686954,-288849808.84175664,-143643483.2315456,17.624189975877123,8.973546752380308,2.375955182013653,148783223.15567374,-20705119.730295766,-8976944.11313752,4.3288291520457065,27.097589867615014,11.665313167905708,26.33223324077697 +1998 WD8,210276,60572.05591767253,2460572.5562899816,281459653.9502936,11.740635989869046,330.7146351573873,-0.1461027961639602,-21.784671374168017,-0.0189365373934248,377916716.4838102,-136830998.52171758,-108352091.62669884,6.8744006710516325,15.020636114757089,6.414027567063576,149960678.29150915,-8984588.8929154,-3896948.1510723135,1.7770950486571828,27.40278457934257,11.770781714560844,11.132434217173946 +1998 WD8,210326,60572.08050465147,2460572.5808769814,281484662.7032616,11.80478464799569,330.7107631322972,-0.146341957164068,-21.785131425464023,-0.0184824375328154,377931317.7451592,-136799090.6168676,-108338466.2853276,6.87292347529954,15.021170761603289,6.414451001028577,149964397.45933455,-8926325.454888746,-3871942.832142669,1.7232250114314984,27.449956229356854,11.771207805529484,11.14059379045143 +1998 WD8,210553,60572.1865121623,2460572.6868849816,281594100.0151158,12.089669775685191,330.6940769939552,-0.1454630372015302,-21.78698315535705,-0.0164697174083529,377994235.7966715,-136661505.27282852,-108279709.72540928,6.866553732282838,15.02347452187994,6.41627607289839,149978894.83670944,-8674267.496314202,-3764120.3783015264,1.4301250409108164,27.563093837317748,11.773173573471018,11.17570273646776 +1998 WD8,210603,60572.21088829548,2460572.7112609814,281619626.00607526,12.14955364844775,330.69026635264686,-0.1448343292383093,-21.78737940821443,-0.0160469005737381,378008695.2238729,-136629865.25874498,-108266196.59798566,6.865088871459164,15.024003939632436,6.416695604912086,149981828.9237664,-8616213.561035175,-3739324.568958884,1.3561376827809268,27.565006161918493,11.773637577523983,11.183741450471327 +2000 QM186,211018,60572.98199923911,2460573.4823719813,312461413.7405028,18.018770737362363,262.58876912897745,0.2884483346969148,-26.49701710769197,-0.0197424364334611,113985667.7680865,-284115060.4858726,-142359638.7949267,17.43173297911044,9.47695662586689,2.62724473168188,150056388.07652608,-6811485.536169147,-2954597.518586345,1.384681701926085,27.2654727207592,11.781721205477565,26.36141337140507 +2000 QM186,211039,60572.99318108737,2460573.493553981,312478834.11775523,18.04210357761313,262.59237442315697,0.2886594697331751,-26.497236786688383,-0.0195499624245222,114002507.80044608,-284105904.65614456,-142357100.47201908,17.431353115029548,9.477903173819596,2.627719022219628,150057720.04681098,-6785130.2181358,-2943214.841626299,1.3723411318139307,27.29327602492256,11.781854385032572,26.361402975194583 +2000 QM186,211100,60573.021532990446,2460573.521904981,312523099.8500385,18.09787708487497,262.60152881939433,0.2893224306709912,-26.497784413038243,-0.0190891432442408,114045202.6048566,-284082686.7413159,-142350662.71964478,17.430389704195516,9.48030304426648,2.628921565431929,150061035.33450004,-6718190.693291367,-2914354.447039892,1.3325410936069015,27.361038590094623,11.78221085077599,26.36136539145675 +1998 WD8,211495,60573.20902749124,2460573.7093999814,282666362.37946093,12.529253123144724,330.5435088918957,-0.1400389140608655,-21.803372492009824,-0.0131616577181197,378598123.1326074,-135333327.7284652,-107712108.76867191,6.805051326761406,15.04557953491395,6.433831444147939,150079088.28592548,-6272458.622541519,-2723465.5771279605,0.8507891575372722,27.590978896476315,11.785038941957756,11.506483349862132 +1998 WD8,212355,60574.199558013854,2460574.6999309813,283736921.56196284,12.885548195503674,330.4030045754119,-0.1353472323070728,-21.81642409433249,-0.0104118278223614,379177934.7214485,-134044843.395622,-107160787.6795734,6.745365814623985,15.066791998012452,6.450753494277307,150132675.26435003,-3944913.29649721,-1714507.6793155402,0.367450198262358,27.61042342299759,11.793273580375738,11.822592030613963 +1998 WD8,212356,60574.20000415996,2460574.7003769814,283737418.12592804,12.886615783406857,330.40293955658456,-0.135334894710085,-21.8164287363302,-0.0104043010241994,379178194.6384417,-134044262.83041704,-107160539.1141153,6.7453389168400575,15.066801504575029,6.450761094955968,150132689.39770547,-3943849.345411529,-1714053.232345804,0.3660944485122447,27.610405338945892,11.793279324062985,11.822735310620295 +1998 WD8,212357,60574.20045402672,2460574.7008269816,283737919.18508023,12.88769140641689,330.4028739606412,-0.1353223982580995,-21.816433416560542,-0.0103967174958843,379178456.8854962,-134043677.0579387,-107160288.31905694,6.745311777797099,15.066811096358158,6.450768763785593,150132703.6048719,-3942775.852859261,-1713594.7093629837,0.3647266146635794,27.61038387264987,11.793285118572792,11.822879869400518 +2000 QM186,213796,60576.054993998725,2460576.555365981,317204307.9801259,18.07447779412403,263.6226423277117,0.3035004773743407,-26.557684276348944,-0.0167598493157267,118599554.0519452,-281564500.19582283,-141644812.02704018,17.324828890098864,9.736900810174948,2.7577542149526963,150115693.4040893,414116.2349401566,176786.60052931408,-0.2607539450021833,27.487202515738986,11.79958138551559,26.32265560499461 +2000 QM186,213846,60576.07931101434,2460576.5796839814,317242321.407856,18.10775919309111,263.63090493545377,0.3043576421261267,-26.55808833920994,-0.0164803791572976,118635951.71198928,-281544041.3095885,-141639017.0410756,17.323962744492974,9.73895629912601,2.7587882878811905,150115087.7051076,471915.5737263741,201578.532125661,-0.3169125598490565,27.530497539142583,11.799701731872297,26.322301203377283 diff --git a/tests/data/test_PPConfig.ini b/tests/data/test_PPConfig.ini index 0907fbdd..8722f04e 100644 --- a/tests/data/test_PPConfig.ini +++ b/tests/data/test_PPConfig.ini @@ -58,21 +58,15 @@ phase_function = HG # Options: circle, footprint. camera_model = footprint -# Path to camera footprint file. Comment out if using circle footprint. -footprint_path = ./detectors_corners.csv - # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -footprint_edge_threshold = 0.0001 - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. + +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/test_ephem_config.ini b/tests/data/test_ephem_config.ini index 14bbc768..5f100d28 100644 --- a/tests/data/test_ephem_config.ini +++ b/tests/data/test_ephem_config.ini @@ -59,17 +59,14 @@ phase_function = HG camera_model = footprint # The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -footprint_edge_threshold = 0.0001 - -# Fraction of detector surface area which contains CCD -- simulates chip gaps -# for OIF output. Comment out if using camera footprint. -# Default: 0.9. -# fill_factor = 0.9 - -# Radius of the circle for a circular footprint (in degrees). Float. +# at which we will not correctly extract an object. By default this is 10px or 2 arcseconds. # Comment out or do not include if using footprint camera model. -# circle_radius = 1.75 +footprint_edge_threshold = 2. + +# Path to camera footprint file. Uncomment to provide a path to the desired camera +# detector configuration file if not using the default built-in LSSTCam detector +# configuration for the actual camera footprint. +# footprint_path= ./data/detectors_corners.csv [FADINGFUNCTION] diff --git a/tests/data/verification.ini b/tests/data/verification.ini index 0a68b769..b666289d 100644 --- a/tests/data/verification.ini +++ b/tests/data/verification.ini @@ -83,11 +83,6 @@ phase_function = none # Options: circle, footprint. camera_model = circle -# Path to camera footprint file. Uncomment to provide a path to the desired camera -# detector configurationn file if not using the default built-in LSSTCam detector -# configuration or not using the circle footprint model. -# footprint_path= ./data/detectors_corners.csv - # Fraction of detector surface area which contains CCD -- simulates chip gaps # for OIF output. Comment out if using camera footprint. # Default: 0.9. @@ -97,10 +92,6 @@ fill_factor = 1 # Comment out or do not include if using footprint camera model. circle_radius = 1.75 -# The distance from the edge of a detector (in arcseconds on the focal plane) -# at which we will not correctly extract an object. -# footprint_edge_threshold = 0.0001 - [FADINGFUNCTION] diff --git a/tests/sorcha/test_PPConfigParser.py b/tests/sorcha/test_PPConfigParser.py index 7f9d65cd..8d90e3cc 100644 --- a/tests/sorcha/test_PPConfigParser.py +++ b/tests/sorcha/test_PPConfigParser.py @@ -43,8 +43,8 @@ def test_PPConfigFileParser(setup_and_teardown_for_PPConfigFileParser): "phase_function": "HG", "trailing_losses_on": True, "camera_model": "footprint", - "footprint_path": "./detectors_corners.csv", - "footprint_edge_threshold": 0.0001, + "footprint_path": None, + "footprint_edge_threshold": 2.0, "bright_limit": 16.0, "bright_limit_on": True, "SNR_limit": None, @@ -266,7 +266,7 @@ def test_PPPrintConfigsToLog(tmp_path): "trailing_losses_on": True, "camera_model": "footprint", "footprint_path": "./detectors_corners.csv", - "footprint_edge_threshold": 0.0001, + "footprint_edge_threshold": 2.0, "bright_limit": 16.0, "bright_limit_on": True, "SNR_limit": None,