From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vo/votest/tests/README | 0 vo/votest/tests/fcache.men | 9 + vo/votest/tests/fcache_001.cl | 8 + vo/votest/tests/fcache_001.out | 0 vo/votest/tests/fcache_002.cl | 8 + vo/votest/tests/fcache_002.out | 0 vo/votest/tests/fcache_003.cl | 8 + vo/votest/tests/fcache_003.out | 0 vo/votest/tests/fcache_004.cl | 8 + vo/votest/tests/fcache_004.out | 0 vo/votest/tests/namefail.men | 5 + vo/votest/tests/namefail_001.cl | 16 + vo/votest/tests/namefail_001.out | 1 + vo/votest/tests/namefail_002.cl | 16 + vo/votest/tests/namefail_002.out | 1 + vo/votest/tests/namefail_003.cl | 16 + vo/votest/tests/namefail_003.out | 0 vo/votest/tests/req.men | 95 ++ vo/votest/tests/req_1.0.cl | 20 + vo/votest/tests/req_1.0.out | 9 + vo/votest/tests/req_1.1.cl | 34 + vo/votest/tests/req_1.1.out | 244 +++++ vo/votest/tests/req_1.2.1.cl | 108 ++ vo/votest/tests/req_1.2.1.out | 50 + vo/votest/tests/req_1.2.cl | 32 + vo/votest/tests/req_1.2.out | 52 + vo/votest/tests/req_1.3.cl | 47 + vo/votest/tests/req_1.3.out | 45 + vo/votest/tests/req_1.4.cl | 45 + vo/votest/tests/req_1.4.out | 115 ++ vo/votest/tests/req_3.0.cl | 18 + vo/votest/tests/req_3.0.out | 9 + vo/votest/tests/req_3.1.cl | 15 + vo/votest/tests/req_3.1.out | 18 + vo/votest/tests/req_3.2.cl | 46 + vo/votest/tests/req_3.2.out | 236 ++++ vo/votest/tests/req_3.3.1.cl | 24 + vo/votest/tests/req_3.3.1.out | 10 + vo/votest/tests/req_3.3.2.cl | 23 + vo/votest/tests/req_3.3.2.out | 10 + vo/votest/tests/req_3.3.3.cl | 30 + vo/votest/tests/req_3.3.3.out | 15 + vo/votest/tests/req_3.3.4.cl | 23 + vo/votest/tests/req_3.3.4.out | 10 + vo/votest/tests/req_3.3.cl | 17 + vo/votest/tests/req_3.3.out | 6 + vo/votest/tests/req_3.4.cl | 19 + vo/votest/tests/req_3.4.out | 11 + vo/votest/tests/req_4.0.cl | 20 + vo/votest/tests/req_4.0.out | 8 + vo/votest/tests/req_4.1.cl | 20 + vo/votest/tests/req_4.1.out | 926 ++++++++++++++++ vo/votest/tests/req_4.2.cl | 29 + vo/votest/tests/req_4.2.out | 724 +++++++++++++ vo/votest/tests/req_4.3.cl | 22 + vo/votest/tests/req_4.3.out | 8 + vo/votest/tests/req_4.4.cl | 39 + vo/votest/tests/req_4.4.out | 254 +++++ vo/votest/tests/req_4.5.cl | 36 + vo/votest/tests/req_4.5.out | 7 + vo/votest/tests/req_4.out | 6 + vo/votest/tests/samp.tests/req_2.0.cl | 21 + vo/votest/tests/samp.tests/req_2.0.out | 8 + vo/votest/tests/samp.tests/req_2.1.cl | 69 ++ vo/votest/tests/samp.tests/req_2.1.out | 17 + vo/votest/tests/samp.tests/req_2.2.cl | 61 ++ vo/votest/tests/url.men | 0 vo/votest/tests/url_001.cl | 43 + vo/votest/tests/url_001.out | 1837 ++++++++++++++++++++++++++++++++ vo/votest/tests/url_002.cl | 35 + vo/votest/tests/url_002.out | 28 + vo/votest/tests/url_003.cl | 40 + vo/votest/tests/url_003.out | 78 ++ vo/votest/tests/votable.men | 11 + vo/votest/tests/votable_001.cl | 26 + vo/votest/tests/votable_001.out | 36 + vo/votest/tests/votable_002.cl | 26 + vo/votest/tests/votable_002.out | 76 ++ vo/votest/tests/votable_003.cl | 30 + vo/votest/tests/votable_003.out | 12 + vo/votest/tests/votable_004.cl | 43 + vo/votest/tests/votable_004.out | 268 +++++ vo/votest/tests/votable_005.cl | 26 + vo/votest/tests/votable_005.out | 20 + vo/votest/tests/votable_006.cl | 44 + vo/votest/tests/votable_006.out | 64 ++ 86 files changed, 6550 insertions(+) create mode 100644 vo/votest/tests/README create mode 100644 vo/votest/tests/fcache.men create mode 100644 vo/votest/tests/fcache_001.cl create mode 100644 vo/votest/tests/fcache_001.out create mode 100644 vo/votest/tests/fcache_002.cl create mode 100644 vo/votest/tests/fcache_002.out create mode 100644 vo/votest/tests/fcache_003.cl create mode 100644 vo/votest/tests/fcache_003.out create mode 100644 vo/votest/tests/fcache_004.cl create mode 100644 vo/votest/tests/fcache_004.out create mode 100644 vo/votest/tests/namefail.men create mode 100644 vo/votest/tests/namefail_001.cl create mode 100644 vo/votest/tests/namefail_001.out create mode 100644 vo/votest/tests/namefail_002.cl create mode 100644 vo/votest/tests/namefail_002.out create mode 100644 vo/votest/tests/namefail_003.cl create mode 100644 vo/votest/tests/namefail_003.out create mode 100644 vo/votest/tests/req.men create mode 100644 vo/votest/tests/req_1.0.cl create mode 100644 vo/votest/tests/req_1.0.out create mode 100644 vo/votest/tests/req_1.1.cl create mode 100644 vo/votest/tests/req_1.1.out create mode 100644 vo/votest/tests/req_1.2.1.cl create mode 100644 vo/votest/tests/req_1.2.1.out create mode 100644 vo/votest/tests/req_1.2.cl create mode 100644 vo/votest/tests/req_1.2.out create mode 100644 vo/votest/tests/req_1.3.cl create mode 100644 vo/votest/tests/req_1.3.out create mode 100644 vo/votest/tests/req_1.4.cl create mode 100644 vo/votest/tests/req_1.4.out create mode 100644 vo/votest/tests/req_3.0.cl create mode 100644 vo/votest/tests/req_3.0.out create mode 100644 vo/votest/tests/req_3.1.cl create mode 100644 vo/votest/tests/req_3.1.out create mode 100644 vo/votest/tests/req_3.2.cl create mode 100644 vo/votest/tests/req_3.2.out create mode 100644 vo/votest/tests/req_3.3.1.cl create mode 100644 vo/votest/tests/req_3.3.1.out create mode 100644 vo/votest/tests/req_3.3.2.cl create mode 100644 vo/votest/tests/req_3.3.2.out create mode 100644 vo/votest/tests/req_3.3.3.cl create mode 100644 vo/votest/tests/req_3.3.3.out create mode 100644 vo/votest/tests/req_3.3.4.cl create mode 100644 vo/votest/tests/req_3.3.4.out create mode 100644 vo/votest/tests/req_3.3.cl create mode 100644 vo/votest/tests/req_3.3.out create mode 100644 vo/votest/tests/req_3.4.cl create mode 100644 vo/votest/tests/req_3.4.out create mode 100644 vo/votest/tests/req_4.0.cl create mode 100644 vo/votest/tests/req_4.0.out create mode 100644 vo/votest/tests/req_4.1.cl create mode 100644 vo/votest/tests/req_4.1.out create mode 100644 vo/votest/tests/req_4.2.cl create mode 100644 vo/votest/tests/req_4.2.out create mode 100644 vo/votest/tests/req_4.3.cl create mode 100644 vo/votest/tests/req_4.3.out create mode 100644 vo/votest/tests/req_4.4.cl create mode 100644 vo/votest/tests/req_4.4.out create mode 100644 vo/votest/tests/req_4.5.cl create mode 100644 vo/votest/tests/req_4.5.out create mode 100644 vo/votest/tests/req_4.out create mode 100644 vo/votest/tests/samp.tests/req_2.0.cl create mode 100644 vo/votest/tests/samp.tests/req_2.0.out create mode 100644 vo/votest/tests/samp.tests/req_2.1.cl create mode 100644 vo/votest/tests/samp.tests/req_2.1.out create mode 100644 vo/votest/tests/samp.tests/req_2.2.cl create mode 100644 vo/votest/tests/url.men create mode 100644 vo/votest/tests/url_001.cl create mode 100644 vo/votest/tests/url_001.out create mode 100644 vo/votest/tests/url_002.cl create mode 100644 vo/votest/tests/url_002.out create mode 100644 vo/votest/tests/url_003.cl create mode 100644 vo/votest/tests/url_003.out create mode 100644 vo/votest/tests/votable.men create mode 100644 vo/votest/tests/votable_001.cl create mode 100644 vo/votest/tests/votable_001.out create mode 100644 vo/votest/tests/votable_002.cl create mode 100644 vo/votest/tests/votable_002.out create mode 100644 vo/votest/tests/votable_003.cl create mode 100644 vo/votest/tests/votable_003.out create mode 100644 vo/votest/tests/votable_004.cl create mode 100644 vo/votest/tests/votable_004.out create mode 100644 vo/votest/tests/votable_005.cl create mode 100644 vo/votest/tests/votable_005.out create mode 100644 vo/votest/tests/votable_006.cl create mode 100644 vo/votest/tests/votable_006.out (limited to 'vo/votest/tests') diff --git a/vo/votest/tests/README b/vo/votest/tests/README new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/fcache.men b/vo/votest/tests/fcache.men new file mode 100644 index 00000000..8ec71147 --- /dev/null +++ b/vo/votest/tests/fcache.men @@ -0,0 +1,9 @@ + +# FCache Tests -- Tests of the file IRAF file cache interface. + + fcache_001 -- Initialize the cache + fcache_002 -- Add local file + fcache_003 -- Add URL + fcache_004 -- Delete local entry + fcache_005 -- Delete URL entry + diff --git a/vo/votest/tests/fcache_001.cl b/vo/votest/tests/fcache_001.cl new file mode 100644 index 00000000..d7314ce5 --- /dev/null +++ b/vo/votest/tests/fcache_001.cl @@ -0,0 +1,8 @@ +# +# Test file cache initialization + +# Set the test description string. +votest.descr = "Test file cache initialization" + +# Execute the test commands. +fcache init diff --git a/vo/votest/tests/fcache_001.out b/vo/votest/tests/fcache_001.out new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/fcache_002.cl b/vo/votest/tests/fcache_002.cl new file mode 100644 index 00000000..d7314ce5 --- /dev/null +++ b/vo/votest/tests/fcache_002.cl @@ -0,0 +1,8 @@ +# +# Test file cache initialization + +# Set the test description string. +votest.descr = "Test file cache initialization" + +# Execute the test commands. +fcache init diff --git a/vo/votest/tests/fcache_002.out b/vo/votest/tests/fcache_002.out new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/fcache_003.cl b/vo/votest/tests/fcache_003.cl new file mode 100644 index 00000000..d7314ce5 --- /dev/null +++ b/vo/votest/tests/fcache_003.cl @@ -0,0 +1,8 @@ +# +# Test file cache initialization + +# Set the test description string. +votest.descr = "Test file cache initialization" + +# Execute the test commands. +fcache init diff --git a/vo/votest/tests/fcache_003.out b/vo/votest/tests/fcache_003.out new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/fcache_004.cl b/vo/votest/tests/fcache_004.cl new file mode 100644 index 00000000..d7314ce5 --- /dev/null +++ b/vo/votest/tests/fcache_004.cl @@ -0,0 +1,8 @@ +# +# Test file cache initialization + +# Set the test description string. +votest.descr = "Test file cache initialization" + +# Execute the test commands. +fcache init diff --git a/vo/votest/tests/fcache_004.out b/vo/votest/tests/fcache_004.out new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/namefail.men b/vo/votest/tests/namefail.men new file mode 100644 index 00000000..0a0b24d6 --- /dev/null +++ b/vo/votest/tests/namefail.men @@ -0,0 +1,5 @@ + +# Name Failure Tests -- Tests of the file IRAF file error handling + + namefail_001 -- Test for name failure + diff --git a/vo/votest/tests/namefail_001.cl b/vo/votest/tests/namefail_001.cl new file mode 100644 index 00000000..556cd434 --- /dev/null +++ b/vo/votest/tests/namefail_001.cl @@ -0,0 +1,16 @@ +# +# Test for filename errors + +# Set the test description string. +votest.descr = "Test for invalid image URL" +votest.has_err = yes + +set cache = "/tmp/cache/" +fcache init + +iferr { + imstat ("http://iraf.noao.edu/votest/dbix.fits", >& "dev$null") +} then { + print ("error in test") +} +fcache list diff --git a/vo/votest/tests/namefail_001.out b/vo/votest/tests/namefail_001.out new file mode 100644 index 00000000..0743ded1 --- /dev/null +++ b/vo/votest/tests/namefail_001.out @@ -0,0 +1 @@ +error in test diff --git a/vo/votest/tests/namefail_002.cl b/vo/votest/tests/namefail_002.cl new file mode 100644 index 00000000..4ec60a19 --- /dev/null +++ b/vo/votest/tests/namefail_002.cl @@ -0,0 +1,16 @@ +# +# Test for filename errors + +# Set the test description string. +votest.descr = "Test for invalid table URL" +votest.has_err = yes + +set cache = "/tmp/cache/" +fcache init + +iferr { + tlcol ("http://iraf.noao.edu/votest/usno-z.xml", >& "dev$null") +} then { + print ("error in test") +} +fcache list diff --git a/vo/votest/tests/namefail_002.out b/vo/votest/tests/namefail_002.out new file mode 100644 index 00000000..0743ded1 --- /dev/null +++ b/vo/votest/tests/namefail_002.out @@ -0,0 +1 @@ +error in test diff --git a/vo/votest/tests/namefail_003.cl b/vo/votest/tests/namefail_003.cl new file mode 100644 index 00000000..67cb1107 --- /dev/null +++ b/vo/votest/tests/namefail_003.cl @@ -0,0 +1,16 @@ +# +# Test for filename errors + +# Set the test description string. +votest.descr = "Test for invalid file URL" +votest.has_err = yes + +set cache = "/tmp/cache/" +fcache init + +iferr { + type ("http://iraf.noao.edu/nosuchfile.html", >& "dev$null") +} then { + print ("error in test") +} +fcache list diff --git a/vo/votest/tests/namefail_003.out b/vo/votest/tests/namefail_003.out new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/req.men b/vo/votest/tests/req.men new file mode 100644 index 00000000..88fc03d1 --- /dev/null +++ b/vo/votest/tests/req.men @@ -0,0 +1,95 @@ + +;# Requirement Tests -- Tests which demonstrate the package requirements. + + req_1.1 -- TABLES support: Print VOTable information + req_1.1 -- TABLES support: Print VOTable column information + req_1.1 -- TABLES support: Get a value from a VOTable + req_1.1 -- TABLES support: Copy Columns + req_1.1 -- TABLES support: Operation on a Column + req_1.1 -- TABLES support: VOTable Copy + +;# +;# Requirement Demo Script +;# ------------------------------------------------------------- ----------- + +VOTable Support + + 1. Users shall be able to use a VOTable in places where req_1 + tasks accept tabular data in other formats (ASCII + files, FITS bintables, .tab files, etc) for input. + + 1.1 Users shall be able to access the and req_1.1 + elements of a VOTable as standard table header + information. + + 1.2 Users shall be able to select specific rows and/or req_1.2 + columns of a VOTable using the existing task + functionality. + + 1.2.1 Users shall be able to identify a column in a VOTable req_1.2.1 + by the 'id', 'name' or 'ucd' attribute of a + or by column number. + + 1.3 Users shall be able to select a column in a VOTable req_1.2 + for use in tasks that expect a list of values. + + 1.4 VOTable Interface code will support the IVOA Standard req_1.2 + specification of the VOTable format at time of release. + + +SAMP Interoperability + + 2. Users shall be able to interoperate with other SAMP req_2 + (or WebSAMP) enabled applications. + + 2.1 Users shall be able to send messages to specific req_2.1 + clients or broadcast to all available clients. + + 2.2 Users shall be able to execute IRAF tasks and set or req_2.2 + retrieve information in/from the IRAF environment via + SAMP messaging from clients that implement the required + message types. + +Registry Query and Access + + 3. Users shall be able to query the VO Registry using the req_3 + keyword-search services provided by the VO Directory + service. + + 3.1 Users shall be able to constrain the results of a search req_3.1 + by supplying additional parameters to a query (e.g. band- + pass, service type, etc). + + 3.2 Users shall have access to all information in the query req_3.2 + return record. + + 3.3 Users shall be able to refer to a VO Resource (in tasks req_3.3 + requiring a Resource parameter) in multiple ways: + 3.3.1 .... By the IVOA identifier req_3.3.1 + 3.3.2 .... By the ShortName? value in the Registry record req_3.3.2 + 3.3.3 .... By the "anonymous" result of a Registry query, or req_3.3.3 + 3.3.4 .... By a "personal alias" for the Resource req_3.3.4 + + 3.4 Users shall have the option to cache query search req_3.4 + results to avoid redundant service calls. + +Data Query and Access + + 4. Users shall be able to access all DAL services supported req_4 + by the underlying VOClient interface (SCS/SIA/SSA in Y1). + + 4.1 Users shall be able to use the WCS footprint of a 2-D req_4.1 + image as the basis of a data access query. + + 4.2 Users shall be able to query multiple resources at a req_4.2 + single position on the sky, OR a single resource for + multiple positions. + + 4.3 Users shall be able to specify a base ServiceURL to data- req_4.3 + access tasks expecting a Resource parameter. + + 4.4 Users shall be able to save the results of a query in req_4.4 + a tabular format other than VOTable. + + 4.5 Users shall be able to select which data returned by a req_4.5 + DAL service query is to be downloaded to local disk. diff --git a/vo/votest/tests/req_1.0.cl b/vo/votest/tests/req_1.0.cl new file mode 100644 index 00000000..396edb20 --- /dev/null +++ b/vo/votest/tests/req_1.0.cl @@ -0,0 +1,20 @@ +# +# Demonstrate general use of VOTable documents. + +# Set the test description string. +votest.descr = "Demonstrate general use of VOTable documents." + + +print ("------------------------------------------------------------------") +print ("Req 1: Users shall be able to use a VOTable in places where") +print (" tasks accept tabular data in other formats (ASCII files,") +print (" FITS bintables, .tab files, etc) for input.") +print ("------------------------------------------------------------------") + + +#------------------------------------------------------------------------- + +print ("Demonstration of the general use of VOTables is done using the") +print ("various individual 'votable' test scripts for access.") +print ("") +print ("") diff --git a/vo/votest/tests/req_1.0.out b/vo/votest/tests/req_1.0.out new file mode 100644 index 00000000..9852cf01 --- /dev/null +++ b/vo/votest/tests/req_1.0.out @@ -0,0 +1,9 @@ +------------------------------------------------------------------ +Req 1: Users shall be able to use a VOTable in places where + tasks accept tabular data in other formats (ASCII files, + FITS bintables, .tab files, etc) for input. +------------------------------------------------------------------ +Demonstration of the general use of VOTables is done using the +various individual 'votable' test scripts for access. + + diff --git a/vo/votest/tests/req_1.1.cl b/vo/votest/tests/req_1.1.cl new file mode 100644 index 00000000..5e94ed7c --- /dev/null +++ b/vo/votest/tests/req_1.1.cl @@ -0,0 +1,34 @@ +# +# Access to and table elements. + +# Set the test description string. +votest.descr = "Access to and table elements" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + +print ("------------------------------------------------------------------") +print ("Req 1.1: Users shall be able to access the and ") +print (" elements of a VOTable as standard table header information.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +thedit ("data$usno-b.xml", "parnam*,parval*,infnam*,infval*",".",del-,show+) + +print ("\nHTTP URI: " // s1) # remote http URI +thedit (s1, "parnam*,parval*,infnam*,infval*",".",del-,show+) + + +print ("\nFile URI: " // s2) # file URI +thedit (s2, "parnam*,parval*,infnam*,infval*",".",del-,show+) + + +print ("\nFile URI: " // s3) # file URI +thedit (s3, "parnam*,parval*,infnam*,infval*",".",del-,show+) + diff --git a/vo/votest/tests/req_1.1.out b/vo/votest/tests/req_1.1.out new file mode 100644 index 00000000..8277ea7b --- /dev/null +++ b/vo/votest/tests/req_1.1.out @@ -0,0 +1,244 @@ +------------------------------------------------------------------ +Req 1.1: Users shall be able to access the and + elements of a VOTable as standard table header information. +------------------------------------------------------------------ + +Logical Path: data$usno-b.xml +data$usno-b.xml,PARNAM1 = "Field Name" / PARAM name attribute +data$usno-b.xml,PARNAM2 = "Catalogue ID" / PARAM name attribute +data$usno-b.xml,PARNAM3 = "Number of Objects In File" / PARAM name attribute +data$usno-b.xml,PARNAM4 = Equinox / PARAM name attribute +data$usno-b.xml,PARNAM5 = Epoch / PARAM name attribute +data$usno-b.xml,PARNAM6 = "Center RA" / PARAM name attribute +data$usno-b.xml,PARNAM7 = "Center DEC" / PARAM name attribute +data$usno-b.xml,PARNAM8 = "Circle Radius" / PARAM name attribute +data$usno-b.xml,PARNAM9 = "Primary Sort Color" / PARAM name attribute +data$usno-b.xml,PARNAM10 = "Bright Magnitude Limit" / PARAM name attribute +data$usno-b.xml,PARNAM11 = "Faint Magnitude Limit" / PARAM name attribute +data$usno-b.xml,PARNAM12 = "Color0 minus Color1" / PARAM name attribute +data$usno-b.xml,PARNAM13 = "Color Limit: Minimum B-R" / PARAM name attribute +data$usno-b.xml,PARNAM14 = "Color Limit: Maximum B-R" / PARAM name attribute +data$usno-b.xml,PARNAM15 = "Min. Proper Motion" / PARAM name attribute +data$usno-b.xml,PARNAM16 = "Max. Proper Motion" / PARAM name attribute +data$usno-b.xml,PARNAM17 = "Min. Position Error" / PARAM name attribute +data$usno-b.xml,PARNAM18 = "Max. Position Error" / PARAM name attribute +data$usno-b.xml,PARNAM19 = "Min. Proper Motion Error" / PARAM name attribute +data$usno-b.xml,PARNAM20 = "Max. Proper Motion Error" / PARAM name attribute +data$usno-b.xml,PARNAM21 = "Maximum Surface Density" / PARAM name attribute +data$usno-b.xml,PARNAM22 = "Min. Number of Observations" / PARAM name attribute +data$usno-b.xml,PARNAM23 = "Max. Number of Observations" / PARAM name attribute +data$usno-b.xml,PARNAM24 = "Min. Star/Galaxy Sep. index" / PARAM name attribute +data$usno-b.xml,PARNAM25 = "Max. Star/Galaxy Sep. index" / PARAM name attribute +data$usno-b.xml,PARNAM26 = "Lower Bit Mask for Flags" / PARAM name attribute +data$usno-b.xml,PARNAM27 = "Upper Bit Mask for Flags" / PARAM name attribute +data$usno-b.xml,PARNAM28 = "Column Selection Bits" / PARAM name attribute +data$usno-b.xml,PARVAL1 = NoName / PARAM val attribute +data$usno-b.xml,PARVAL2 = USNOB / PARAM val attribute +data$usno-b.xml,PARVAL3 = 65 / PARAM val attribute +data$usno-b.xml,PARVAL4 = 2000.00 / PARAM val attribute +data$usno-b.xml,PARVAL5 = 2000.00 / PARAM val attribute +data$usno-b.xml,PARVAL6 = 202.000000 / PARAM val attribute +data$usno-b.xml,PARVAL7 = 47.000000 / PARAM val attribute +data$usno-b.xml,PARVAL8 = 0.050000 / PARAM val attribute +data$usno-b.xml,PARVAL9 = R2 / PARAM val attribute +data$usno-b.xml,PARVAL10 = 0.00 / PARAM val attribute +data$usno-b.xml,PARVAL11 = 100.00 / PARAM val attribute +data$usno-b.xml,PARVAL12 = B2-R2 / PARAM val attribute +data$usno-b.xml,PARVAL13 = -100.00 / PARAM val attribute +data$usno-b.xml,PARVAL14 = 100.00 / PARAM val attribute +data$usno-b.xml,PARVAL15 = 0.00 / PARAM val attribute +data$usno-b.xml,PARVAL16 = 10000.00 / PARAM val attribute +data$usno-b.xml,PARVAL17 = 0.00 / PARAM val attribute +data$usno-b.xml,PARVAL18 = 10000.00 / PARAM val attribute +data$usno-b.xml,PARVAL19 = 0.00 / PARAM val attribute +data$usno-b.xml,PARVAL20 = 10000.00 / PARAM val attribute +data$usno-b.xml,PARVAL21 = 10000000.00 / PARAM val attribute +data$usno-b.xml,PARVAL22 = 0 / PARAM val attribute +data$usno-b.xml,PARVAL23 = 10 / PARAM val attribute +data$usno-b.xml,PARVAL24 = 0 / PARAM val attribute +data$usno-b.xml,PARVAL25 = 19 / PARAM val attribute +data$usno-b.xml,PARVAL26 = 0 / PARAM val attribute +data$usno-b.xml,PARVAL27 = -1 / PARAM val attribute +data$usno-b.xml,PARVAL28 = 4271 / PARAM val attribute +Warning: keyword(s) `infnam*' not found. +Warning: keyword(s) `infval*' not found. + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +http://iraf.noao.edu/votest//usno-b.xml,PARNAM1 = "Field Name" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM2 = "Catalogue ID" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM3 = "Number of Objects In File" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM4 = Equinox / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM5 = Epoch / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM6 = "Center RA" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM7 = "Center DEC" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM8 = "Circle Radius" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM9 = "Primary Sort Color" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM10 = "Bright Magnitude Limit" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM11 = "Faint Magnitude Limit" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM12 = "Color0 minus Color1" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM13 = "Color Limit: Minimum B-R" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM14 = "Color Limit: Maximum B-R" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM15 = "Min. Proper Motion" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM16 = "Max. Proper Motion" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM17 = "Min. Position Error" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM18 = "Max. Position Error" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM19 = "Min. Proper Motion Error" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM20 = "Max. Proper Motion Error" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM21 = "Maximum Surface Density" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM22 = "Min. Number of Observations" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM23 = "Max. Number of Observations" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM24 = "Min. Star/Galaxy Sep. index" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM25 = "Max. Star/Galaxy Sep. index" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM26 = "Lower Bit Mask for Flags" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM27 = "Upper Bit Mask for Flags" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARNAM28 = "Column Selection Bits" / PARAM name attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL1 = NoName / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL2 = USNOB / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL3 = 65 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL4 = 2000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL5 = 2000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL6 = 202.000000 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL7 = 47.000000 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL8 = 0.050000 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL9 = R2 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL10 = 0.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL11 = 100.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL12 = B2-R2 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL13 = -100.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL14 = 100.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL15 = 0.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL16 = 10000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL17 = 0.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL18 = 10000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL19 = 0.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL20 = 10000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL21 = 10000000.00 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL22 = 0 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL23 = 10 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL24 = 0 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL25 = 19 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL26 = 0 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL27 = -1 / PARAM val attribute +http://iraf.noao.edu/votest//usno-b.xml,PARVAL28 = 4271 / PARAM val attribute +Warning: keyword(s) `infnam*' not found. +Warning: keyword(s) `infval*' not found. + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM1 = "Field Name" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM2 = "Catalogue ID" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM3 = "Number of Objects In File" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM4 = Equinox / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM5 = Epoch / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM6 = "Center RA" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM7 = "Center DEC" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM8 = "Circle Radius" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM9 = "Primary Sort Color" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM10 = "Bright Magnitude Limit" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM11 = "Faint Magnitude Limit" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM12 = "Color0 minus Color1" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM13 = "Color Limit: Minimum B-R" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM14 = "Color Limit: Maximum B-R" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM15 = "Min. Proper Motion" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM16 = "Max. Proper Motion" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM17 = "Min. Position Error" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM18 = "Max. Position Error" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM19 = "Min. Proper Motion Error" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM20 = "Max. Proper Motion Error" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM21 = "Maximum Surface Density" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM22 = "Min. Number of Observations" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM23 = "Max. Number of Observations" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM24 = "Min. Star/Galaxy Sep. index" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM25 = "Max. Star/Galaxy Sep. index" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM26 = "Lower Bit Mask for Flags" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM27 = "Upper Bit Mask for Flags" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARNAM28 = "Column Selection Bits" / PARAM name attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL1 = NoName / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL2 = USNOB / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL3 = 65 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL4 = 2000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL5 = 2000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL6 = 202.000000 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL7 = 47.000000 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL8 = 0.050000 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL9 = R2 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL10 = 0.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL11 = 100.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL12 = B2-R2 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL13 = -100.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL14 = 100.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL15 = 0.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL16 = 10000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL17 = 0.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL18 = 10000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL19 = 0.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL20 = 10000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL21 = 10000000.00 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL22 = 0 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL23 = 10 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL24 = 0 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL25 = 19 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL26 = 0 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL27 = -1 / PARAM val attribute +file:///iraf/iraf/vo/votest/data//usno-b.xml,PARVAL28 = 4271 / PARAM val attribute +Warning: keyword(s) `infnam*' not found. +Warning: keyword(s) `infval*' not found. + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM1 = "Field Name" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM2 = "Catalogue ID" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM3 = "Number of Objects In File" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM4 = Equinox / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM5 = Epoch / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM6 = "Center RA" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM7 = "Center DEC" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM8 = "Circle Radius" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM9 = "Primary Sort Color" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM10 = "Bright Magnitude Limit" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM11 = "Faint Magnitude Limit" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM12 = "Color0 minus Color1" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM13 = "Color Limit: Minimum B-R" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM14 = "Color Limit: Maximum B-R" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM15 = "Min. Proper Motion" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM16 = "Max. Proper Motion" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM17 = "Min. Position Error" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM18 = "Max. Position Error" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM19 = "Min. Proper Motion Error" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM20 = "Max. Proper Motion Error" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM21 = "Maximum Surface Density" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM22 = "Min. Number of Observations" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM23 = "Max. Number of Observations" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM24 = "Min. Star/Galaxy Sep. index" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM25 = "Max. Star/Galaxy Sep. index" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM26 = "Lower Bit Mask for Flags" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM27 = "Upper Bit Mask for Flags" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARNAM28 = "Column Selection Bits" / PARAM name attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL1 = NoName / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL2 = USNOB / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL3 = 65 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL4 = 2000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL5 = 2000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL6 = 202.000000 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL7 = 47.000000 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL8 = 0.050000 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL9 = R2 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL10 = 0.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL11 = 100.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL12 = B2-R2 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL13 = -100.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL14 = 100.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL15 = 0.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL16 = 10000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL17 = 0.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL18 = 10000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL19 = 0.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL20 = 10000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL21 = 10000000.00 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL22 = 0 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL23 = 10 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL24 = 0 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL25 = 19 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL26 = 0 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL27 = -1 / PARAM val attribute +file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml,PARVAL28 = 4271 / PARAM val attribute +Warning: keyword(s) `infnam*' not found. +Warning: keyword(s) `infval*' not found. diff --git a/vo/votest/tests/req_1.2.1.cl b/vo/votest/tests/req_1.2.1.cl new file mode 100644 index 00000000..10111452 --- /dev/null +++ b/vo/votest/tests/req_1.2.1.cl @@ -0,0 +1,108 @@ +# +# Demonstrate column selection by id/name/ucd attribute. + +# Set the test description string. +votest.descr = "Demonstrate column selection by id/name/ucd attribute" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + +print ("------------------------------------------------------------------") +print ("Req 1.2.1: Users shall be able to identify a column in a VOTable") +print (" by the 'id', 'name' or 'ucd' attribute of a or") +print (" by column number.") +print ("------------------------------------------------------------------") + + +fcache init + +int ra_col, dec_col + +# Execute the test commands. + +unlearn ("colbyid") ; colbyid.print = yes +unlearn ("colbyname") ; colbyname.print = yes +unlearn ("colbyucd") ; colbyucd.print = yes + + +######################################################################## + +print ("\n------ Identify RA,DEC col by 'id' string ------\n") + +print ("\nLogical Path: data$usno-b.xml") # logical path + colbyid ("data$usno-b.xml", "RA") | scan (ra_col) + colbyid ("data$usno-b.xml", "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nHTTP URI: " // s1) # remote http URI + colbyid (s1, "RA") | scan (ra_col) + colbyid (s1, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s2) # file URI + colbyid (s2, "RA") | scan (ra_col) + colbyid (s2, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s3) # file URI + colbyid (s3, "RA") | scan (ra_col) + colbyid (s3, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +unlearn ("colbyid") + + +######################################################################## + +print ("\n------ Identify RA,DEC col by 'name' string ------\n") + +print ("\nLogical Path: data$usno-b.xml") # logical path + colbyname ("data$usno-b.xml", "RA") | scan (ra_col) + colbyname ("data$usno-b.xml", "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nHTTP URI: " // s1) # remote http URI + colbyname (s1, "RA") | scan (ra_col) + colbyname (s1, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s2) # file URI + colbyname (s2, "RA") | scan (ra_col) + colbyname (s2, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s3) # file URI + colbyname (s3, "RA") | scan (ra_col) + colbyname (s3, "DEC") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +unlearn ("colbyname") + + +######################################################################## + +print ("\n------ Identify RA,DEC col by 'ucd' string ------\n") + +print ("\nLogical Path: data$usno-b.xml") # logical path + colbyucd ("data$usno-b.xml", "POS_EQ_RA_MAIN") | scan (ra_col) + colbyucd ("data$usno-b.xml", "POS_EQ_DEC_MAIN") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nHTTP URI: " // s1) # remote http URI + colbyucd (s1, "POS_EQ_RA_MAIN") | scan (ra_col) + colbyucd (s1, "POS_EQ_DEC_MAIN") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s2) # file URI + colbyucd (s2, "POS_EQ_RA_MAIN") | scan (ra_col) + colbyucd (s2, "POS_EQ_DEC_MAIN") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +print ("\nFile URI: " // s3) # file URI + colbyucd (s3, "POS_EQ_RA_MAIN") | scan (ra_col) + colbyucd (s3, "POS_EQ_DEC_MAIN") | scan (dec_col) + printf ("RA,DEC are cols: %d and %d\n", ra_col, dec_col) + +unlearn ("colbyucd") diff --git a/vo/votest/tests/req_1.2.1.out b/vo/votest/tests/req_1.2.1.out new file mode 100644 index 00000000..8e1e1a6f --- /dev/null +++ b/vo/votest/tests/req_1.2.1.out @@ -0,0 +1,50 @@ +------------------------------------------------------------------ +Req 1.2.1: Users shall be able to identify a column in a VOTable + by the 'id', 'name' or 'ucd' attribute of a or + by column number. +------------------------------------------------------------------ + +------ Identify RA,DEC col by 'id' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +------ Identify RA,DEC col by 'name' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +------ Identify RA,DEC col by 'ucd' string ------ + + +Logical Path: data$usno-b.xml +RA,DEC are cols: 2 and 3 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +RA,DEC are cols: 2 and 3 diff --git a/vo/votest/tests/req_1.2.cl b/vo/votest/tests/req_1.2.cl new file mode 100644 index 00000000..29a3eded --- /dev/null +++ b/vo/votest/tests/req_1.2.cl @@ -0,0 +1,32 @@ +# +# Demonstrate row and column selection in a VOTable. + +# Set the test description string. +votest.descr = "Demonstrate row and column selection in a VOTable" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + +print ("------------------------------------------------------------------") +print ("Req 1.2: Users shall be able to select specific rows and/or") +print (" columns of a VOTable using the existing task functionality.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tprint ("data$usno-b.xml", columns="sRa,sDec", rows="1-10", showhdr-) + +print ("\nHTTP URI: " // s1) # remote http URI +tprint (s1, columns="sRa,sDec", rows="1-10", showhdr-) + +print ("\nFile URI: " // s2) # file URI +tprint (s2, columns="sRa,sDec", rows="1-10", showhdr-) + +print ("\nFile URI: " // s3) # file URI +tprint (s3, columns="sRa,sDec", rows="1-10", showhdr-) + diff --git a/vo/votest/tests/req_1.2.out b/vo/votest/tests/req_1.2.out new file mode 100644 index 00000000..74aa31e3 --- /dev/null +++ b/vo/votest/tests/req_1.2.out @@ -0,0 +1,52 @@ +------------------------------------------------------------------ +Req 1.2: Users shall be able to select specific rows and/or + columns of a VOTable using the existing task functionality. +------------------------------------------------------------------ + +Logical Path: data$usno-b.xml + 1 999 999 + 2 89 53 + 3 999 16 + 4 486 192 + 5 405 569 + 6 197 182 + 7 173 234 + 8 315 340 + 9 614 65 + 10 125 100 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml + 1 999 999 + 2 89 53 + 3 999 16 + 4 486 192 + 5 405 569 + 6 197 182 + 7 173 234 + 8 315 340 + 9 614 65 + 10 125 100 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml + 1 999 999 + 2 89 53 + 3 999 16 + 4 486 192 + 5 405 569 + 6 197 182 + 7 173 234 + 8 315 340 + 9 614 65 + 10 125 100 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml + 1 999 999 + 2 89 53 + 3 999 16 + 4 486 192 + 5 405 569 + 6 197 182 + 7 173 234 + 8 315 340 + 9 614 65 + 10 125 100 diff --git a/vo/votest/tests/req_1.3.cl b/vo/votest/tests/req_1.3.cl new file mode 100644 index 00000000..bcbb0b40 --- /dev/null +++ b/vo/votest/tests/req_1.3.cl @@ -0,0 +1,47 @@ +# +# Demonstrate selection of column for tasks expecting a list. + +# Set the test description string. +votest.descr = "Demonstrate selection of column for tasks expecting a list" + +# Convert the data$logical to a local path. +s1 = data_url // "/sia.xml" +s2 = "file://" // data_path // "/sia.xml" +s3 = "file:///localhost" // data_path // "/sia.xml" + +print ("------------------------------------------------------------------") +print ("Req 1.3: Users shall be able to select a column in a VOTable") +print (" for use in tasks that expect a list of values.") +print ("------------------------------------------------------------------") + + +fcache init +flpr 0 + +print (" ") +print (" This test is demonstrated by using the @-file syntax to auto-") +print ("matically extract the image access reference column from an SIA") +print ("result table.") +print (" ") + + +# Suppress the image name to avoid a false failure because of checksum +# algorithm differences between platforms. +imstat.fields = "npix,mean,stddev,min,max" + + +# Execute the test commands. +print ("\nLogical Path: data$sia.xml") # logical path +imstat ("@data$sia.xml") + +print ("\nHTTP URI: " // s1) # remote http URI +imstat ("@" // s1) + +print ("\nFile URI: " // s2) # file URI +imstat ("@" // s2) + +print ("\nFile URI: " // s3) # file URI +imstat ("@" // s3) + + + diff --git a/vo/votest/tests/req_1.3.out b/vo/votest/tests/req_1.3.out new file mode 100644 index 00000000..fba8a748 --- /dev/null +++ b/vo/votest/tests/req_1.3.out @@ -0,0 +1,45 @@ +------------------------------------------------------------------ +Req 1.3: Users shall be able to select a column in a VOTable + for use in tasks that expect a list of values. +------------------------------------------------------------------ + + This test is demonstrated by using the @-file syntax to auto- +matically extract the image access reference column from an SIA +result table. + + +Logical Path: data$sia.xml +# NPIX MEAN STDDEV MIN MAX + 262144 108.3 131.3 -1. 19936. + 262144 208.3 131.3 99. 20036. + 262144 308.3 131.3 199. 20136. + 262144 408.3 131.3 299. 20236. + 262144 508.3 131.3 399. 20336. + 262144 608.3 131.3 499. 20436. + +HTTP URI: http://iraf.noao.edu/votest//sia.xml +# NPIX MEAN STDDEV MIN MAX + 262144 108.3 131.3 -1. 19936. + 262144 208.3 131.3 99. 20036. + 262144 308.3 131.3 199. 20136. + 262144 408.3 131.3 299. 20236. + 262144 508.3 131.3 399. 20336. + 262144 608.3 131.3 499. 20436. + +File URI: file:///iraf/iraf/vo/votest/data//sia.xml +# NPIX MEAN STDDEV MIN MAX + 262144 108.3 131.3 -1. 19936. + 262144 208.3 131.3 99. 20036. + 262144 308.3 131.3 199. 20136. + 262144 408.3 131.3 299. 20236. + 262144 508.3 131.3 399. 20336. + 262144 608.3 131.3 499. 20436. + +File URI: file:///localhost/iraf/iraf/vo/votest/data//sia.xml +# NPIX MEAN STDDEV MIN MAX + 262144 108.3 131.3 -1. 19936. + 262144 208.3 131.3 99. 20036. + 262144 308.3 131.3 199. 20136. + 262144 408.3 131.3 299. 20236. + 262144 508.3 131.3 399. 20336. + 262144 608.3 131.3 499. 20436. diff --git a/vo/votest/tests/req_1.4.cl b/vo/votest/tests/req_1.4.cl new file mode 100644 index 00000000..c2730c80 --- /dev/null +++ b/vo/votest/tests/req_1.4.cl @@ -0,0 +1,45 @@ +# +# Demonstrate support for latest VOTable standard spec. + +# Set the test description string. +votest.descr = "Demonstrate support for latest VOTable standard spec." + +# Convert the data$logical to a local path. +s1 = data_url // "/votable_1.2.xml" +s2 = "file://" // data_path // "/votable_1.2.xml" +s3 = "file:///localhost" // data_path // "/votable_1.2.xml" + +print ("------------------------------------------------------------------") +print ("Req 1.4: VOTable Interface code will support the IVOA Standard") +print (" specification of the VOTable format at time of release.") +print ("------------------------------------------------------------------") + + +fcache init + +print (" ") +print (" The requirement is demonstrated using a VOTable v1.2 document") +print ("retrieved from the CADC and modified to add v1.2-specific features:") +print (" ") +print (" - INFO elements before , and ") +print (" - INFO elements w/ 'utype', 'ucd', 'ref' and 'unit' attributes") +print (" - FIELDref and PARAMref elements w/ 'ucd' and 'utype' attributes") +print (" ") +print ("The parse will print an error if these v1.2-specifics aren't supported") +print (" ") +print (" ") + + +# Execute the test commands. +print ("\nLogical Path: data$votable_1.2.xml") # logical path +tlcol ("data$votable_1.2.xml") + +print ("\nHTTP URI: " // s1) # remote http URI +tlcol (s1) + +print ("\nFile URI: " // s2) # file URI +tlcol (s2) + +print ("\nFile URI: " // s3) # file URI +tlcol (s3) + diff --git a/vo/votest/tests/req_1.4.out b/vo/votest/tests/req_1.4.out new file mode 100644 index 00000000..82d82a16 --- /dev/null +++ b/vo/votest/tests/req_1.4.out @@ -0,0 +1,115 @@ +------------------------------------------------------------------ +Req 1.4: VOTable Interface code will support the IVOA Standard + specification of the VOTable format at time of release. +------------------------------------------------------------------ + + The requirement is demonstrated using a VOTable v1.2 document +retrieved from the CADC and modified to add v1.2-specific features: + + - INFO elements before , and + - INFO elements w/ 'utype', 'ucd', 'ref' and 'unit' attributes + - FIELDref and PARAMref elements w/ 'ucd' and 'utype' attributes + +The parse will print an error if these v1.2-specifics aren't supported + + + +Logical Path: data$votable_1.2.xml +# data$votable_1.2.xml +collection CH*4 %-4s "" +collectionID CH*128 %-128s "" +instrument_name CH*128 %-128s "" +position_center_ra D %25.16g deg +position_center_dec D %25.16g deg +position_naxes I %11d "" +position_naxis I %11d "" +position_scale D %25.16g "" +position_bounds CH*193 %-193s deg +energy_bounds_center D %25.16g m +energy_bounds_cval1 D %25.16g m +energy_bounds_cval2 D %25.16g m +energy_units CH*32 %-32s "" +energy_bandpassName CH*32 %-32s "" +time_bounds_center D %25.16g d +time_bounds_cval1 D %25.16g d +time_bounds_cval2 D %25.16g d +time_exposure D %25.16g sec +imageFormat CH*128 %-128s "" +metaRelease CH*23 %-23s "" +dataRelease CH*23 %-23s "" +accessURL CH*95 %-95s "" + +HTTP URI: http://iraf.noao.edu/votest//votable_1.2.xml +# http://iraf.noao.edu/votest//votable_1.2.xml +collection CH*4 %-4s "" +collectionID CH*128 %-128s "" +instrument_name CH*128 %-128s "" +position_center_ra D %25.16g deg +position_center_dec D %25.16g deg +position_naxes I %11d "" +position_naxis I %11d "" +position_scale D %25.16g "" +position_bounds CH*193 %-193s deg +energy_bounds_center D %25.16g m +energy_bounds_cval1 D %25.16g m +energy_bounds_cval2 D %25.16g m +energy_units CH*32 %-32s "" +energy_bandpassName CH*32 %-32s "" +time_bounds_center D %25.16g d +time_bounds_cval1 D %25.16g d +time_bounds_cval2 D %25.16g d +time_exposure D %25.16g sec +imageFormat CH*128 %-128s "" +metaRelease CH*23 %-23s "" +dataRelease CH*23 %-23s "" +accessURL CH*95 %-95s "" + +File URI: file:///iraf/iraf/vo/votest/data//votable_1.2.xml +# file:///iraf/iraf/vo/votest/data//votable_1.2.xml +collection CH*4 %-4s "" +collectionID CH*128 %-128s "" +instrument_name CH*128 %-128s "" +position_center_ra D %25.16g deg +position_center_dec D %25.16g deg +position_naxes I %11d "" +position_naxis I %11d "" +position_scale D %25.16g "" +position_bounds CH*193 %-193s deg +energy_bounds_center D %25.16g m +energy_bounds_cval1 D %25.16g m +energy_bounds_cval2 D %25.16g m +energy_units CH*32 %-32s "" +energy_bandpassName CH*32 %-32s "" +time_bounds_center D %25.16g d +time_bounds_cval1 D %25.16g d +time_bounds_cval2 D %25.16g d +time_exposure D %25.16g sec +imageFormat CH*128 %-128s "" +metaRelease CH*23 %-23s "" +dataRelease CH*23 %-23s "" +accessURL CH*95 %-95s "" + +File URI: file:///localhost/iraf/iraf/vo/votest/data//votable_1.2.xml +# file:///localhost/iraf/iraf/vo/votest/data//votable_1.2.xml +collection CH*4 %-4s "" +collectionID CH*128 %-128s "" +instrument_name CH*128 %-128s "" +position_center_ra D %25.16g deg +position_center_dec D %25.16g deg +position_naxes I %11d "" +position_naxis I %11d "" +position_scale D %25.16g "" +position_bounds CH*193 %-193s deg +energy_bounds_center D %25.16g m +energy_bounds_cval1 D %25.16g m +energy_bounds_cval2 D %25.16g m +energy_units CH*32 %-32s "" +energy_bandpassName CH*32 %-32s "" +time_bounds_center D %25.16g d +time_bounds_cval1 D %25.16g d +time_bounds_cval2 D %25.16g d +time_exposure D %25.16g sec +imageFormat CH*128 %-128s "" +metaRelease CH*23 %-23s "" +dataRelease CH*23 %-23s "" +accessURL CH*95 %-95s "" diff --git a/vo/votest/tests/req_3.0.cl b/vo/votest/tests/req_3.0.cl new file mode 100644 index 00000000..d4ad333e --- /dev/null +++ b/vo/votest/tests/req_3.0.cl @@ -0,0 +1,18 @@ +# +# Query Registry with constraints. + +# Set the test description string. +votest.descr = "Query Registry with constraints." + +print ("------------------------------------------------------------------") +print ("Req 3.: Users shall be able to query the VO Registry using the") +print (" keyword-search services provided by the VO Directory") +print (" service.") +print ("------------------------------------------------------------------") + + +# Execute the test commands. +print ("These requirements are demonstrated specifically by the test scripts") +print ("and more generally by the REGISTRY task itself.") +print ("") +print ("") diff --git a/vo/votest/tests/req_3.0.out b/vo/votest/tests/req_3.0.out new file mode 100644 index 00000000..f7cdc2ad --- /dev/null +++ b/vo/votest/tests/req_3.0.out @@ -0,0 +1,9 @@ +------------------------------------------------------------------ +Req 3.: Users shall be able to query the VO Registry using the + keyword-search services provided by the VO Directory + service. +------------------------------------------------------------------ +These requirements are demonstrated specifically by the test scripts +and more generally by the REGISTRY task itself. + + diff --git a/vo/votest/tests/req_3.1.cl b/vo/votest/tests/req_3.1.cl new file mode 100644 index 00000000..8ced2a2d --- /dev/null +++ b/vo/votest/tests/req_3.1.cl @@ -0,0 +1,15 @@ +# +# Query Registry with constraints. + +# Set the test description string. +votest.descr = "Query Registry with constraints." + +print ("------------------------------------------------------------------") +print ("Req 3.1: Users shall be able to constrain the results of a search") +print (" by supplying additional parameters to a query (e.g. ") +print (" bandpass, service type, etc).") +print ("------------------------------------------------------------------") + + +# Execute the test commands. +registry ("chandra", type="image", bandpass="x-ray", interactive=no) diff --git a/vo/votest/tests/req_3.1.out b/vo/votest/tests/req_3.1.out new file mode 100644 index 00000000..727d387b --- /dev/null +++ b/vo/votest/tests/req_3.1.out @@ -0,0 +1,18 @@ +------------------------------------------------------------------ +Req 3.1: Users shall be able to constrain the results of a search + by supplying additional parameters to a query (e.g. + bandpass, service type, etc). +------------------------------------------------------------------ +# +# Found 2 records +# +# Registry Query Constraints: +# Query Term: 'chandra' +# ServiceType: image +# Bandpass: x-ray +# +#No ShortName ServiceType Identifier +#-- --------- ----------- ---------- +# + 1 Chandra SimpleImag ivo://cxc.harvard.edu/cda#1 + 2 TGCat SIA SimpleImag ivo://cxc.mit/tgcat/SIA#1 diff --git a/vo/votest/tests/req_3.2.cl b/vo/votest/tests/req_3.2.cl new file mode 100644 index 00000000..bc11e974 --- /dev/null +++ b/vo/votest/tests/req_3.2.cl @@ -0,0 +1,46 @@ +# +# Access every record in a Registry result record. + +# Set the test description string. +votest.descr = "Access every record in a Registry result record" + +print ("------------------------------------------------------------------") +print ("Req 3.3: Users shall have access to all information in the query") +print (" return record.") +print ("------------------------------------------------------------------") + + +fcache init + +# ------------------------------------------- +# Execute the test commands. +# ------------------------------------------- + + +# ------------------------------------------- +# Using the REGISTRY task we can print all +# fields in the record as follows: +# ------------------------------------------- + +registry ("noao", verbose+, record=2, interactive-) +printf ("\n\n") + + +# ------------------------------------------- +# Programmatically this is done as follows: +# ------------------------------------------- +int ires, icount + +ires = regSearch ("noao", 0) +icount = regResCount (ires) + +printf ("\nFound %d records:\n\n", icount) + +printf ("Num %10.10s %s\n", "ShortName", "Title") +printf ("--- %10.10s %s\n", "---------", "-----") + +for (i=0; i < icount; i=i+1) { + printf ("%3d %10.10s %s\n", (i+1), + trim(regValue (ires, "ShortName", i)), + trim(regValue (ires, "Title", i)) +} diff --git a/vo/votest/tests/req_3.2.out b/vo/votest/tests/req_3.2.out new file mode 100644 index 00000000..4a64d6a0 --- /dev/null +++ b/vo/votest/tests/req_3.2.out @@ -0,0 +1,236 @@ +------------------------------------------------------------------ +Req 3.3: Users shall have access to all information in the query + return record. +------------------------------------------------------------------ +# +# Record: 2 +# +# Registry Query Constraints: +# Query Term: 'chandra' +# ServiceType: image +# Bandpass: x-ray +# + Title: Chandra Transmission Grating Catalog and Archive, Simple + Image Access Interface + ShortName: TGCat SIA + Identifier: ivo://cxc.mit/tgcat/SIA#1 + ServiceURL: http://tgcat.mit.edu/tgSia.php? + ReferenceURL: + Description: This resource describes the Simple Image Access interface + provided by TGCat. References returned are of three types: + 1) evt2 files - for ACIS see: http:// + This resource describes the Simple Image Access interface provided by TGCat. References returned are of three types: 1) evt2 files - for ACIS see: http:// xc.harvard.edu/ciao/data_products_guide/event_descrip.html#acisl2tgevts - for HRC see: http://c c.h + Subject: x ray spectra,transmission grating,gratings,spectroscopy, + high resolution spectroscopy,X RAY SPECTROSCOPY,HETG,LETG, + HEG,MEG,LEG,ACIS,HRC,Chandra + ResourceType: SimpleImageAccess + Type: + Creator: Chandra Transmission Grating Catalog and Archive + Facility: + Instrument: + Contributor: + CoverageSpat: + CoverageTemp: + CoverageSpec: X-ray + ContentLevel: Research + Version: 1 + Version: 1 + Version: 1 + COLUMNS: + dbid: + status: + Identifier: ivo://cxc.mit/tgcat/SIA#1 + Title: Chandra Transmission Grating Catalog and Archive, Simple + Image Access Interface + ShortName: TGCat SIA + CurationPubl: + CurationPubl: + CurationPubl: + CurationPubl: + CurationCrea: + CurationCrea: + CurationCont: + CurationDate: + CurationVers: + CurationCont: + CurationCont: + CurationCont: + CurationCont: + Subject: x ray spectra,transmission grating,gratings,spectroscopy, + high resolution spectroscopy,X RAY SPECTROSCOPY,HETG,LETG, + HEG,MEG,LEG,ACIS,HRC,Chandra + Description: This resource describes the Simple Image Access interface + provided by TGCat. References returned are of three types: + 1) evt2 files - for ACIS see: http:// + This resource describes the Simple Image Access interface provided by TGCat. References returned are of three types: 1) evt2 files - for ACIS see: http:// xc.harvard.edu/ciao/data_products_guide/event_descrip.html#acisl2tgevts - for HRC see: http://c c.h + ReferenceURL: + Type: + Facility: + Instrument: + ContentLevel: Research + Modification: + ServiceURL: http://tgcat.mit.edu/tgSia.php? + CoverageSpat: + CoverageSpec: X-ray + CoverageTemp: + CoverageRegi: + ResourceType: SimpleImageAccess + xml: + harvestedfro: + harvestedfro: + footprint: + validationLe: + + + + +Found 146 records: + +Num ShortName Title +--- --------- ----- + 1 NDWFS NOAO Deep Wide-Field Survey + 2 J/AJ/128/1 NOAO Fundamental Plane Survey (Smith+, 2004) + 3 J/AJ/128/1 NOAO Fundamental Plane Survey (Smith+, 2004) + 4 J/AJ/128/1 NOAO Fundamental Plane Survey (Smith+, 2004) + 5 J/AJ/128/1 NOAO Fundamental Plane Survey (Smith+, 2004) + 6 J/AJ/128/1 First Look Survey: NOAO R-band Mosaic (Fadda+, 2004) + 7 J/AJ/128/1 First Look Survey: NOAO R-band Mosaic (Fadda+, 2004) + 8 J/A+A/535/ NOAO Bootes field 153MHz observations (Intema+, 2011) + 9 J/A+A/535/ NOAO Bootes field 153MHz observations (Intema+, 2011) + 10 J/A+A/535/ NOAO Bootes field 153MHz observations (Intema+, 2011) + 11 FLS_ELAISN Spitzer First Look Survey (FLS) -- NOAO ELAIS N1 -- R + 12 FLS_MAIN_R Spitzer First Look Survey (FLS) -- NOAO Extragalactic -- R + 13 NOAO ARCH NOAO Archive Authority + 14 NOAO VOEve NOAO VOEvent Authority + 15 NOAO NVO N NOAO NVO Service Authority + 16 J/ApJ/634/ 16{mu}m sources in the NOAO Bootes field (Kasliwal+, 2005) + 17 J/ApJ/634/ 16{mu}m sources in the NOAO Bootes field (Kasliwal+, 2005) + 18 J/ApJ/634/ 16{mu}m sources in the NOAO Bootes field (Kasliwal+, 2005) + 19 BOOF153MHZ Bootes Field GMRT 153-MHz Source Catalog + 20 BOOF153MHZ Bootes Field GMRT 153-MHz Source Catalog + 21 BOOF153MHZ Bootes Field GMRT 153-MHz Source Catalog + 22 J/ApJ/684/ z> 1 galaxy clusters from IRAC Shallow Survey (Eisenhardt+, 2008) + 23 J/ApJ/684/ z> 1 galaxy clusters from IRAC Shallow Survey (Eisenhardt+, 2008) + 24 J/ApJ/684/ z> 1 galaxy clusters from IRAC Shallow Survey (Eisenhardt+, 2008) + 25 J/ApJ/684/ z> 1 galaxy clusters from IRAC Shallow Survey (Eisenhardt+, 2008) + 26 J/MNRAS/36 FSVS Cluster Catalogue (Sochting+, 2006) + 27 J/MNRAS/36 FSVS Cluster Catalogue (Sochting+, 2006) + 28 J/MNRAS/36 FSVS Cluster Catalogue (Sochting+, 2006) + 29 J/MNRAS/36 FSVS Cluster Catalogue (Sochting+, 2006) + 30 J/MNRAS/36 FSVS Cluster Catalogue (Sochting+, 2006) + 31 J/AJ/126/2 CL 0024+1654 UBVI photometry (Alexov+, 2003) + 32 J/AJ/126/2 CL 0024+1654 UBVI photometry (Alexov+, 2003) + 33 J/AJ/136/1 Open clusters as galactic disk tracers. I. (Frinchaboy+, 2008) + 34 J/AJ/136/1 Open clusters as galactic disk tracers. I. (Frinchaboy+, 2008) + 35 J/AJ/136/1 Open clusters as galactic disk tracers. I. (Frinchaboy+, 2008) + 36 J/AJ/136/1 Open clusters as galactic disk tracers. I. (Frinchaboy+, 2008) + 37 J/AJ/136/1 Open clusters as galactic disk tracers. I. (Frinchaboy+, 2008) + 38 J/AJ/133/2 Star beyond the NLTT catalog (Reid+, 2007) + 39 J/AJ/133/2 Star beyond the NLTT catalog (Reid+, 2007) + 40 J/AJ/133/2 Star beyond the NLTT catalog (Reid+, 2007) + 41 J/AJ/133/2 Star beyond the NLTT catalog (Reid+, 2007) + 42 J/ApJ/676/ Spectral templates for galaxies from 0.2 to 10um (Assef+, 2008) + 43 J/ApJ/676/ Spectral templates for galaxies from 0.2 to 10um (Assef+, 2008) + 44 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 45 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 46 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 47 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 48 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 49 J/ApJS/191 Southern Cosmology Survey. II. (Menanteau+, 2010) + 50 J/ApJS/185 58 radio sources near BNGSs (Stalder+, 2009) + 51 J/ApJS/185 58 radio sources near BNGSs (Stalder+, 2009) + 52 J/ApJS/185 58 radio sources near BNGSs (Stalder+, 2009) + 53 J/ApJ/645/ ChaMP serendipitous galaxy cluster survey (Barkhouse+, 2006) + 54 J/ApJ/645/ ChaMP serendipitous galaxy cluster survey (Barkhouse+, 2006) + 55 J/ApJ/645/ ChaMP serendipitous galaxy cluster survey (Barkhouse+, 2006) + 56 J/ApJ/645/ ChaMP serendipitous galaxy cluster survey (Barkhouse+, 2006) + 57 J/A+A/453/ Line-strength indices in IC 4200 (Serra+, 2006) + 58 J/A+A/453/ Line-strength indices in IC 4200 (Serra+, 2006) + 59 J/AJ/127/2 LALA Bootes field X-ray source catalog (Wang+, 2004) + 60 J/AJ/127/2 LALA Bootes field X-ray source catalog (Wang+, 2004) + 61 J/PASP/114 Stellar variability in field stars (Everett+, 2002) + 62 J/PASP/114 Stellar variability in field stars (Everett+, 2002) + 63 J/PASP/114 Stellar variability in field stars (Everett+, 2002) + 64 J/AJ/124/6 Absolute positions and proper motions in NGC 188 (Platais+, 2002) + 65 J/AJ/124/6 Absolute positions and proper motions in NGC 188 (Platais+, 2002) + 66 J/AJ/124/6 Absolute positions and proper motions in NGC 188 (Platais+, 2002) + 67 J/A+A/384/ BVRIHalpha photometry of NGC 2244 X-ray stars (Berghoefer+, 2002) + 68 J/A+A/384/ BVRIHalpha photometry of NGC 2244 X-ray stars (Berghoefer+, 2002) + 69 J/A+A/384/ BVRIHalpha photometry of NGC 2244 X-ray stars (Berghoefer+, 2002) + 70 XBOOTESOID XBOOTES:NDWFSBootesFieldOptical& NearIRCounterparts + 71 XBOOTESOID XBOOTES:NDWFSBootesFieldOptical& NearIRCounterparts + 72 XBOOTESOID XBOOTES:NDWFSBootesFieldOptical& NearIRCounterparts + 73 J/ApJ/701/ 5000 AGNs behind the Magellanic clouds (Kozlowski+, 2009) + 74 J/ApJ/701/ 5000 AGNs behind the Magellanic clouds (Kozlowski+, 2009) + 75 J/ApJ/701/ 5000 AGNs behind the Magellanic clouds (Kozlowski+, 2009) + 76 J/MNRAS/38 Velocities and photometry in NGC 2112 (Carraro+, 2008) + 77 J/MNRAS/38 Velocities and photometry in NGC 2112 (Carraro+, 2008) + 78 J/MNRAS/38 Velocities and photometry in NGC 2112 (Carraro+, 2008) + 79 J/MNRAS/38 Triple and quadruple stars (Tokovinin, 2008) + 80 J/MNRAS/38 Triple and quadruple stars (Tokovinin, 2008) + 81 J/MNRAS/38 Triple and quadruple stars (Tokovinin, 2008) + 82 J/MNRAS/38 Triple and quadruple stars (Tokovinin, 2008) + 83 J/ApJ/614/ Planetary nebulae in M33 (Ciardullo+, 2004) + 84 J/ApJ/614/ Planetary nebulae in M33 (Ciardullo+, 2004) + 85 J/ApJ/614/ Planetary nebulae in M33 (Ciardullo+, 2004) + 86 J/ApJ/706/ LAEs at z~4.5 in the LALA Cetus field (Wang+, 2009) + 87 J/ApJ/706/ LAEs at z~4.5 in the LALA Cetus field (Wang+, 2009) + 88 J/ApJ/706/ LAEs at z~4.5 in the LALA Cetus field (Wang+, 2009) + 89 PIGSSBOOFD Allen Telescope Array Pi GHz Sky Survey (PiGSS) Boo Field Source Catalog + 90 PIGSSBOOFD Allen Telescope Array Pi GHz Sky Survey (PiGSS) Boo Field Source Catalog + 91 PIGSSBOOFD Allen Telescope Array Pi GHz Sky Survey (PiGSS) Boo Field Source Catalog + 92 LALABOOCXO LALA Bootes Field Chandra X-Ray Point Source Catalog + 93 LALABOOCXO LALA Bootes Field Chandra X-Ray Point Source Catalog + 94 LALABOOCXO LALA Bootes Field Chandra X-Ray Point Source Catalog + 95 XBootes XBOOTES: NDWFS Bootes Field X-Ray Point Source Catalog + 96 XBootes XBOOTES: NDWFS Bootes Field X-Ray Point Source Catalog + 97 XBootes XBOOTES: NDWFS Bootes Field X-Ray Point Source Catalog + 98 J/MNRAS/38 BVRcIc photometry of NGC 821 globular clusters (Spitler+, 2008) + 99 J/MNRAS/38 BVRcIc photometry of NGC 821 globular clusters (Spitler+, 2008) +100 J/MNRAS/38 BVRcIc photometry of NGC 821 globular clusters (Spitler+, 2008) +101 J/AJ/127/2 Early-type galaxies color evolution (Holden+, 2004) +102 J/AJ/127/2 Early-type galaxies color evolution (Holden+, 2004) +103 J/ApJ/619/ Catalog of nearby cluster galaxy photometry (McIntosh+, 2005) +104 J/ApJ/619/ Catalog of nearby cluster galaxy photometry (McIntosh+, 2005) +105 J/ApJ/619/ Catalog of nearby cluster galaxy photometry (McIntosh+, 2005) +106 GOODS The Great Observatories Origins Deep Survey +107 J/AJ/117/5 1997 WIYN binary stars speckle observations (Horch+, 1999) +108 J/AJ/117/5 1997 WIYN binary stars speckle observations (Horch+, 1999) +109 J/AJ/124/3 uz,vz,bz,yz photometry in Coma cluster (Odell+, 2002) +110 J/AJ/124/3 uz,vz,bz,yz photometry in Coma cluster (Odell+, 2002) +111 J/AJ/124/3 uz,vz,bz,yz photometry in Coma cluster (Odell+, 2002) +112 J/AJ/124/3 uz,vz,bz,yz photometry in Coma cluster (Odell+, 2002) +113 J/AJ/124/3 uz,vz,bz,yz photometry in Coma cluster (Odell+, 2002) +114 J/AJ/131/2 Optical and radio study of Abell 2111 (Miller+, 2006) +115 J/AJ/131/2 Optical and radio study of Abell 2111 (Miller+, 2006) +116 J/AJ/131/2 Optical and radio study of Abell 2111 (Miller+, 2006) +117 J/AJ/131/2 Optical and radio study of Abell 2111 (Miller+, 2006) +118 J/AJ/131/2 Optical and radio study of Abell 2111 (Miller+, 2006) +119 J/AJ/133/1 Stromgren photometry in NGC 6791 (Anthony-Twarog+, 2007) +120 J/AJ/133/1 Stromgren photometry in NGC 6791 (Anthony-Twarog+, 2007) +121 J/AJ/133/1 Stromgren photometry in NGC 6791 (Anthony-Twarog+, 2007) +122 J/MNRAS/39 Lyman{alpha} forest in QSO pairs (Kirkman+, 2008) +123 J/MNRAS/39 Lyman{alpha} forest in QSO pairs (Kirkman+, 2008) +124 J/MNRAS/39 Lyman{alpha} forest in QSO pairs (Kirkman+, 2008) +125 J/AJ/129/8 Stromgren photometry of NGC 2243 (Anthony-Twarog+, 2005) +126 J/AJ/129/8 Stromgren photometry of NGC 2243 (Anthony-Twarog+, 2005) +127 J/AJ/129/8 Stromgren photometry of NGC 2243 (Anthony-Twarog+, 2005) +128 J/AJ/121/2 3{mu}m survey of the Chamaeleon I dark cloud (Kenyon+, 2001) +129 J/AJ/121/2 3{mu}m survey of the Chamaeleon I dark cloud (Kenyon+, 2001) +130 J/AJ/121/2 3{mu}m survey of the Chamaeleon I dark cloud (Kenyon+, 2001) +131 J/AJ/111/1 JHK photometry of NGC1333 (Lada+, 1996) +132 J/AJ/111/1 JHK photometry of NGC1333 (Lada+, 1996) +133 J/AJ/111/1 JHK photometry of NGC1333 (Lada+, 1996) +134 DLS Deep Lens Survey +135 J/MNRAS/30 HST VI Photometry of Six LMC Old Globular Clusters (Olsen+ 1998) +136 J/MNRAS/30 HST VI Photometry of Six LMC Old Globular Clusters (Olsen+ 1998) +137 J/ApJ/562/ Old Stellar Populations of the SMC (Dolphin+ 2001) +138 J/ApJ/562/ Old Stellar Populations of the SMC (Dolphin+ 2001) +139 J/ApJS/152 Indo-US library of coude feed stellar spectra (Valdes+, 2004) +140 J/ApJS/152 Indo-US library of coude feed stellar spectra (Valdes+, 2004) +141 STScIReg STScI Searchable Registry +142 STScIReg STScI Searchable Registry +143 Landolt198 UBVRI Photometric Standard Stars Around the Celest +144 Landolt199 UBVRI Photometric Standard Stars in the Magnitude +145 USNO-SA2.0 USNO-SA2.0 +146 USNO-A2.0 USNO-A2.0 diff --git a/vo/votest/tests/req_3.3.1.cl b/vo/votest/tests/req_3.3.1.cl new file mode 100644 index 00000000..62afa235 --- /dev/null +++ b/vo/votest/tests/req_3.3.1.cl @@ -0,0 +1,24 @@ +# +# Refer to a Resource by the IVOA identifier. + +# Set the test description string. +votest.descr = "Refer to a Resource by the IVOA identifier." + +print ("------------------------------------------------------------------") +print ("Req 3.3.1: Users shall be able to refer to a VO Resource by the") +print (" IVOA identifier.") +print ("------------------------------------------------------------------") + + +fcache init + + +# Execute the test commands. + +print ("") +print ("This is demonstrated with the GETCAT task by passing in an IVORN") +print ("as the resource parameter. ") +print ("") + +getcat ("ivo://archive.stsci.edu/gsc/gsc2.3", "dev$ypix", size=0.005, + display-, overplot-) diff --git a/vo/votest/tests/req_3.3.1.out b/vo/votest/tests/req_3.3.1.out new file mode 100644 index 00000000..e58515d4 --- /dev/null +++ b/vo/votest/tests/req_3.3.1.out @@ -0,0 +1,10 @@ +------------------------------------------------------------------ +Req 3.3.1: Users shall be able to refer to a VO Resource by the + IVOA identifier. +------------------------------------------------------------------ + +This is demonstrated with the GETCAT task by passing in an IVORN +as the resource parameter. + + +Objects found : 918 , GSC23, ConeSearch: RA=202.47023333333 DEC=47.194552777778 SR=0.1088616739748,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MJGQIX2 202.47004147.1939130.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.24910.73310.499999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.032-999-999477777700000000.0391794199011482
2MJGQIXA 202.46964347.1951830.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.29510.46910.157999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0540.0470.039477777700000000.044823247025743
2MJGQIX3 202.47164447.1940.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.68812.9410.779999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.037-999477777700000000.0663920272254175
2MJGQIX0 202.47103947.1934510.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.7911.13312.621999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.05477777700000000.0738178588648552
2MJGQIWW 202.46940547.1930270.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.92611.34411.131999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.05-999-999477777700000000.0975774187874193
2MJGQIX9 202.46743247.1950150.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.76910.90910.677999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.031-999-999477777700000000.117530655664818
2MJGQIXC 202.46800347.1959990.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.50910.74310.5999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.046-999-999477777700000000.125690276123191
2MJGQIWU 202.47140447.192570.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.09713.10811.204999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.037-999477777700000000.128184229432199
2MJGQIWX 202.47260947.1931420.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.04411.37512.161999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.064477777700000000.128633915146805
2MJGQIWV 202.47236447.1928710.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.23811.39411.16999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.082-999-999477777700000000.133148655638041
2MJGQIWS 202.47161747.1923030.120.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.17911.50712.889999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.044477777700000000.146300931623724
2MJGQILJ 202.47012147.1918870.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.00311.71811.492999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.043-999-999477777700000000.160012226907594
2MJGQIXH 202.46989547.1972730.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.94613.38611.077999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.038-999477777700000000.163795173636954
2MJGQIWT 202.47265947.1923480.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.21213.0611.299999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.063-999477777700000000.165168384288706
2MJGQIXG 202.46857947.1971660.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.63411.20810.973999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.072-999-999477777700000000.170684487097598
2MJGQIWY 202.47404847.1932870.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.09211.62211.368999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.034-999-999477777700000000.173080797851046
2MJGQIXE 202.46713247.1966510.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.87311.22311.734999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.083477777700000000.178427680210843
2MJGQIX4 202.47495447.1943320.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.13311.86511.625999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.047-999-999477777700000000.19292043374988
2MJGQIWR 202.47358347.1922380.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.62711.68511.429999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.079-999-999477777700000000.19478494442785
2MJGQIXI 202.46704547.1976320.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.68811.41211.143999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.094-999-999477777700000000.225898948070462
2MJGQIXJ 202.46782147.1979790.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.12511.48112.526999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.082477777700000000.227888067674819
2MJGQILH 202.47363747.1907840.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.6712.20411.936999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.033-999-999477777700000000.265314304314872
2MJGQILE 202.47199147.1902080.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.99812.35312.068999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.051-999-999477777700000000.27035771011825
2MJGQIXM 202.46753447.1987380.140.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.36213.82511.393999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.069-999477777700000000.274169196279584
2MJGQIXQ 202.46868347.1993060.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.80811.94711.643999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.042-999-999477777700000000.292113241306991
2MJGQIX8 202.4773947.1949420.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.47112.5412.292999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.067-999-999477777700000000.292714054236258
2MJGQIXK 202.47524947.198090.140.141998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.26512.56612.339999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.134-999-999477777700000000.294715459613795
2MJGQIXP 202.47254247.1992650.210.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.15415.12412.242999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.136-999477777700000000.297988306469904
2MJGQIXR 202.46669647.1994090.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.39214.09111.676999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.052-999477777700000000.325108841820592
2MJGQIX1 202.4623247.1934810.160.151998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.83612.72412.417999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.145-999-999477777700000000.328981398349564
2MJGQIXN 202.46545747.1990280.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.65911.98913.673999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.059477777700000000.331689088583601
2MJGQILK 202.46275147.1920510.120.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.28712.86415.124999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.077-9990.269477777700000000.339996787766952
2MJGQIXT 202.47447.2000890.180.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.30512.82616.255999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.153-9990.462477777700000000.36595116345091
2MJGQIXU 202.46731647.2003710.140.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.83612.40212.08999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.115-999-999477777700000000.368797657435306
2MJGQIXB 202.47931947.195370.150.151998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.60714.98314.884999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1770.173477777700000000.373656989084557
2MJGQIXV 202.46502247.2004240.240.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.27414.75712.225999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.209-999477777700000000.411381577731111
2MJGQIXW 202.46609747.2010960.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.24412.8112.421999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.06-999-999477777700000000.427277221194418
2MJGQIXS 202.46259947.199520.120.121998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.51612.714.172999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.161-9990.159477777700000000.430924142447881
2MJGQILI 202.47999347.1912120.170.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.51613.54912.965999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.148-999-999477777700000000.445555471374926
2MJGQIXF 202.48155847.1969490.10.11998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.20115.23815.106999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1070.162477777700000000.483571218386275
2MJGQIXD 202.45872847.1965790.160.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.95815.62212.79999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1590.264-999477777700000000.484569694493541
2MJGQIX5 202.48218147.1945460.160.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.1815.20113.431999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.127-999477777700000000.487114497794894
2MJGQIXL 202.45954347.198280.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.80714.43912.8999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.162-999477777700000000.489862710921529
2MJGQIX6 202.45804747.1947520.50.51998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.11813.43616.425999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1760.0430.595477777700000000.496987731350467
2MJGQIX7 202.48307647.1948890.20.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.31513.55213.332999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.165-999-999477777700000000.523990856520351
2MJGQIXX 202.47744947.2019880.080.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.72415.31614.696999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0790.1110.11477777700000000.534369979605735
2MJGQILG 202.4570147.1906550.430.411998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.60516.47113.271999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1890.322-999477777700000000.587681658814355
2MJGQIXO 202.48429947.1991270.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.68415.37615.019999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1160.1440.145477777700000000.635735937149917
2MJGQIL9 202.47515447.1825070.170.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.32715.42815.494999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1180.1190.23477777700000000.750079862801381
2MJGQIXY 202.4750947.2066190.080.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.714.74513.652999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0750.079-999477777700000000.750557288127143
2MJGQIXZ 202.48297247.2076110.230.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.10615.56915.09999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1520.165477777700000000.939965039440625
2MJGQIL4 202.47158647.1784320.090.091998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.84215.12414.413999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.130.1370.111477777700000000.968818075407001
2MJGQIY2 202.48310547.2096630.340.321998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.83816.22315.591999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1990.2550.241477777700000001.04750659518643
2MJGQIL3 202.47573947.1770740.240.241998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.6914.79714.719999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.189-999-999477777700000001.07248816056066
2MJGQIY3 202.46714747.2125890.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.37215.68114.839999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1480.1840.133477777700000001.08946197624989
2MJGQIL7 202.48563447.1795010.220.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.22215.30614.014999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.169-999477777700000001.09998458992394
2MJGQIL5 202.48575347.1790470.180.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.02414.29513.851999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.152-999-999477777700000001.12518033965657
2MJGQILB 202.49722347.1879230.250.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.42215.52614.247999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.20.177-999477777700000001.17014366584875
2MJGQILA 202.49538247.1845890.20.191998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.23515.26814.121999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1860.167-999477777700000001.18696724743233
2MJGQIL6 202.48919447.1791310.170.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.79714.21113.909999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.142-999-999477777700000001.20580069290873
2MJGQILF 202.49921247.1903420.210.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.43714.59414.315999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.172-999-999477777700000001.20823624113997
2MJGQIJU 202.44155647.1890220.080.081998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.54815.2115.139999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0590.0880.15477777700000001.21543369139732
2MJGQILC 202.49985147.1886250.210.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.16415.33513.993999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1680.169-999477777700000001.25888640333553
2MJGQIY1 202.44382847.2090990.190.191998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.56415.68214.505999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1590.155-999477777700000001.38578619153341
2MJGQIL8 202.44175747.1799430.060.061998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9912.26111.97511.941999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0180.021477777700000001.45488622337692
2MJGQIL2 202.46067147.1686520.230.231998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.79715.78115.132999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1850.155-999477777700000001.60222598949673
2MJGQIL1 202.48064247.1680340.060.061998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9912.8612.24512.138999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0210.0160.021477777700000001.64677334799955
2MJGQIJR 202.4357147.2091830.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9913.59413.08812.835999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0260.025477777700000001.65866711269327
2MJGQIJT 202.42925847.1935920.170.171998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9916.0614.4614.164999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.134-999-999477777700000001.67160092519725
2MJGQIY4 202.50569447.2143590.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.20915.28414.551999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1320.1440.114477777700000001.87127180813879
2MJGQIKZ 202.46027247.1637310.220.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.53215.55414.831999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1790.153-999477777700000001.8934023993748
2MJGQIJS 202.42353847.1978840.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.08213.73413.705999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0260.030.048477777700000001.91420351498473
2MJGQIJW 202.43393647.1730610.090.091998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.61615.4114.78999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0960.1540.159477777700000001.96308907028826
2MJGQIY6 202.5043147.2181660.090.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.91315.10514.69999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1190.1140.123477777700000001.9841062118691
2MJGQIKW 202.45995647.1622090.290.241998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.66415.20315.41999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.167-9990.191477777700000001.98537435532161
2MJGQIY5 202.5093747.2155570.190.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.27114.70314.109999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.151-999-999477777700000002.03304177217965
2MJGQIY7 202.50123747.2220610.250.241998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.22914.5515.076999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.198477777700000002.07872487900342
2MJGQIJX 202.43708547.166370.070.071998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.2714.77814.478999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0780.0990.111477777700000002.16490994552898
2MJGQIJQ 202.44663747.2272110.220.211998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9916.41314.58914.479999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.169-999-999477777700000002.18278763679693
2MJGQIY8 202.50221847.2240030.230.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.28915.6514.348999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.176-999477777700000002.19588303927755
2MJGQIJV 202.42054747.1790920.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.25713.56113.381999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0210.038477777700000002.22831002853026
2MJGQIKV 202.44533247.1613660.20.191998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.37715.5114.211999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1520.145-999477777700000002.23523345464337
2MJGQIY0 202.52088247.2090450.180.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.26614.94714.595999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.14-999-999477777700000002.24032694287513
2MJGQIL0 202.43364447.1666260.190.181998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.17514.36414.125999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.159-999-999477777700000002.2437046402149
2MJGQIYB 202.50203747.2258760.180.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.35114.74514.335999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000002.28307796813324
2MJGQIYA 202.50312147.2253610.240.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.93715.63414.155999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.185-999477777700000002.28336762041618
2MJGQIY9 202.50410747.2253490.180.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.20814.44514.874999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.128-9990.13477777700000002.30661298518628
2MJGQIKU 202.46138247.1552010.190.181998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.48315.23214.977999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.153-999-999477777700000002.38854596284574
2MJGQIYF 202.48131847.2337190.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.50215.43914.549999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.151-999-999477777700000002.39300311520589
2MJGQIWZ 202.52949247.1933360.220.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.53114.9414.605999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.161-999-999477777700000002.41714558485161
2MJGQIKY 202.5100647.1636280.160.151998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.04815.55514.77999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1090.1410.124477777700000002.46596071828359
2MJGQIYD 202.50452347.2289430.250.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.62914.86714.646999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.192-999-999477777700000002.49215701162384
2MJGQIYC 202.50600347.2287640.250.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.1815.73514.28999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.176-999477777700000002.51771523626624
2MJGQILD 202.53208347.1888010.070.071998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.03314.62714.634999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.040.0550.095477777700000002.54529291256223
2MJGQIYE 202.49879447.2329860.220.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.06915.62615.086999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1480.153477777700000002.58312549371725
2MJGQIKT 202.49418247.1542590.210.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.26115.79314.674999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1230.163-999477777700000002.60749023123866
2MJGQIYG 202.49269747.2359120.220.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.36715.54114.186999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1660.166-999477777700000002.64504253572839
N5PB018353 202.41511535644547.2193527221680.2340010.2348721999.3499755859499.9999.9918.838899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58132299.9999.9999.9999.9999.9999.9999.9999.99320002021.54083161.3650.424813002.69474778128944
N5PB018958 202.41085815429747.21569824218750.2340010.2348721999.3499755859499.9999.9918.715699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55524899.9999.9999.9999.9999.9999.9999.9999.993100000011.5282418.41360.422481002.73266172540035
2MJGQIKX 202.52070647.1632730.070.071998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.32414.68914.504999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.050.0550.088477777700000002.78556662246155
N5PB011730 202.41896057128947.22697448730470.3049570.3099451994.4200439453199.9921.734299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50968999.9999.9999.9999.9999.9999.9999.9999.9999.99310100025012.4569386.40970.420416002.85506678519571
N5PB018333 202.53942871093847.18434143066410.2248040.2293791996.1600341796999.9999.9918.646799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56766999.9999.9999.9999.9999.9999.9999.9999.993100000011.74777146.7440.234038002.88716951133353
N5PB011752 202.44160461425847.23867797851560.3049570.3099451994.4200439453199.9922.070699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55169599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.52406159.3470.416911002.89319381704837
2MJGQIJY 202.43241647.1537250.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.28413.97613.912999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0290.0340.053477777700000002.89481588974536
N5PB011731 202.41801452636747.22768402099610.3049570.3099451994.4200439453199.9922.303899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60998499.9999.9999.9999.9999.9999.9999.9999.9999.99010010025021.59224147.7550.609963002.91229055903964
N5PB011760 202.44985961914147.24134445190430.3049570.3099451994.4200439453199.9921.76699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49786499.9999.9999.9999.9999.9999.9999.9999.9999.99010100023011.79173120.4370.337809002.92770035689949
N5PB011727 202.41384887695347.2247962951660.3049570.3099451994.4200439453199.9921.589599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48568699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.91792136.5650.21314002.92821240630691
N5PB011754 202.43905639648447.23883056640630.3049570.3099451994.4200439453199.9921.961899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53623199.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.5600687.69460.129939002.94486658043773
N5PB018922 202.5159454345747.1563796997070.2340010.2348721999.3499755859499.9999.9917.82199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47187599.9999.9999.9999.9999.9999.9999.9999.993100002012.5095555.49240.4312002.95326683377032
N5PB018929 202.5305938720747.16711807250980.2340010.2348721999.3499755859499.9999.9917.481299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45235899.9999.9999.9999.9999.9999.9999.9999.993100002012.3601612.1320.12562002.96123944057275
N5PB018371 202.45420837402347.24276351928710.2799910.2837881983.1300048828199.9999.9918.965399.9999.9919.511599.9999.9999.9999.9999.9999993799991999999999999.9999.990.63327199.9999.990.66006199.9999.9999.9999.9999.99312000021.13009140.2550.406297002.96544569058348
N5PB011736 202.4184570312547.22943115234380.3049570.3099451994.4200439453199.9921.856399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52020699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.78661170.8990.719495002.97196933036176
2MJGQIKS 202.4511947.1467290.080.081998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.4631515.062999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0510.0790.136477777700000002.97270314085967
N5PB011761 202.44813537597747.24210739135740.3049570.3099451994.4200439453199.9922.18399.9999.9920.432819.198999.9999.9999.9999.9999.999918999971999999999999.990.5933899.9999.990.5031110.45770199.9999.9999.9999.9999.99310001027032.58581135.1750.589583002.99201754383412
N5PB006600 202.4191131591847.2303543090820.3488930.3447621994.4200439453119.928321.968699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5198240.53833899.9999.9999.9999.9999.9999.9999.9999.9999.993222032.6028119.1990.353701002.99253592434489
N5PB018334 202.5429687547.18716430664060.2248040.2293791996.1600341796999.9999.9918.720499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57231699.9999.9999.9999.9999.9999.9999.9999.993100000011.5864591.43810.369987002.99862724471224
N5PB006653 202.42881774902347.23632049560550.3488930.3447621994.4200439453117.43120.124817.369999.9999.9919.168699.9999.9916.73615.92115.5393518379999199994748490.4195150.4182110.4486999.9999.990.41965999.9999.990.1540.1760.208311122064.24556128.2840.165967003.02146945070946
N5PB006633 202.42378234863347.23416137695310.3488930.3447621994.4200439453119.835321.943499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4963330.53067599.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.12853171.6440.0935769003.03838290905011
N5PB018921 202.51939392089847.15615081787110.2340010.2348721999.3499755859499.9999.9918.536699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53650699.9999.9999.9999.9999.9999.9999.9999.993100002011.5309442.84540.262805003.05436113358895
N5PB018911 202.50746154785247.14992904663090.2340010.2348721999.3499755859499.9999.9918.06699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48847199.9999.9999.9999.9999.9999.9999.9999.993100002011.8914416.73370.291639003.07803668712183
N5PB018339 202.39529418945347.18832778930660.2340010.2348721999.3499755859499.9999.9918.665899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56678899.9999.9999.9999.9999.9999.9999.9999.99320002021.899670.2139930.506655003.0782410364468
N5PB000226 202.41110229492247.2266349792480346000534 0.3049570.3099451994.4200439453199.9915.789614.079199.9999.9914.965699.9999.9913.44912.90412.77199183799991999947484999.990.4070660.42190799.9999.990.2950399.9999.990.0250.0250.02801011012043.8866188.71470.0511896003.08445486672399
N5PB018956 202.54190063476647.21123123168950.2340010.2348721999.3499755859499.9999.9918.126599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.49948299.9999.9999.9999.9999.9999.9999.9999.993100000012.5274395.45840.619336003.08810092870854
N5PB018897 202.49185180664147.14519500732420.2340010.2348721999.3499755859499.9999.9918.520399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53346599.9999.9999.9999.9999.9999.9999.9999.993100000011.8466389.42850.491616003.0899627291865
N5PB018337 202.39532470703147.18665695190430.2340010.2348721999.3499755859499.9999.9918.806799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57386699.9999.9999.9999.9999.9999.9999.9999.99320000021.5269218.7150.412003003.09082450305029
N5PB011765 202.44615173339847.24374008178710.3049570.3099451994.4200439453199.9922.050799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56630799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.01499160.9510.607294003.11012691474987
N5PB016961 202.39558410644547.20530319213870.2548330.2668841994.4300537109420.547299.9999.9999.9999.9919.479299.9999.9999.9999.9999.993599999999199999999990.70495299.9999.9999.9999.990.55649799.9999.9999.9999.9999.9931200021.51051161.6120.411326003.11079779646938
N5PB018312 202.44493103027347.1456222534180.2340010.2348721999.3499755859499.9999.9918.837899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57866199.9999.9999.9999.9999.9999.9999.9999.99320000021.9572245.30180.644218003.11195577454229
N5PB018952 202.54473876953147.20602416992190.2340010.2348721999.3499755859499.9999.9917.486699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45398399.9999.9999.9999.9999.9999.9999.9999.993100002013.43544138.2730.580998003.1143172008045
N5PB006718 202.4409179687547.24253082275390.3488930.3447621994.4200439453119.375699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4642999.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202025.3461184.24630.627626003.11673573449823
N5PB037136 202.39726257324247.21017456054690.2548330.2668841994.4300537109420.506299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67054999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.4784372.62850.37585003.11880705304912
N5PB011621 202.52958679199247.1617355346680.3049570.3099451994.4200439453199.9922.048299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54438699.9999.9999.9999.9999.9999.9999.9999.9999.99310100027011.48184162.1330.401637003.1203423369294
N5PB011705 202.39770507812547.21121978759770.2548330.2668841994.4300537109420.461522.227199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6730620.61206499.9999.9999.9999.9999.9999.9999.9999.9999.99310220021.9025319.14140.565455003.121104192308
N5PB006016 202.53805541992247.17031478881840.3488930.3447621994.4200439453119.909722.163799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5078210.58561799.9999.9999.9999.9999.9999.9999.9999.9999.993222022.447526.915640.345778003.12481718220944
N5PB018374 202.45196533203147.24515151977540.2248040.2293791996.1600341796999.9999.9918.733899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57686599.9999.9999.9999.9999.9999.9999.9999.993100000011.76511135.4340.422453003.12586523571525
N5PB018999 202.47978210449247.24691390991210.2340010.2348721999.3499755859499.9999.9918.757399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56380499.9999.9999.9999.9999.9999.9999.9999.993100002011.49956162.3480.400265003.16567368043032
N5PB011686 202.54814147949247.1970787048340.3049570.3099451994.4200439453199.9921.819499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52204699.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.4326799.66920.619689003.17990473745689
N5PB006272 202.54806518554747.19852828979490.3488930.3447621994.4200439453120.022999.9918.994599.9999.9999.9999.9999.9999.9999.9999.9935993799999999999999990.52365499.990.64514199.9999.9999.9999.9999.9999.9999.9999.99320202032.3295538.53820.440506003.18209002972502
N5PB011620 202.53086853027347.16111373901370.3049570.3099451994.4200439453199.9922.386299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64649699.9999.9999.9999.9999.9999.9999.9999.9999.99310100027011.66641149.0270.641458003.18445002379415
N5PB006359 202.39427185058647.2069587707520.3488930.3447621994.4200439453120.503299.9999.9999.9920.518499.9999.9999.9999.9999.9999.993599999979999999999990.6504599.9999.9999.990.54405999.9999.9999.9999.9999.9999.993202031.6061733.0180.389164003.18484494165516
N5PB006315 202.39256286621147.20132446289060.3488930.3447621994.4200439453119.913899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52247899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202023.2730969.3750.448342003.19243480930656
N5PB034700 202.39646911621147.21260070800780.3111690.3297381993.1700439453199.9922.274199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65448999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.45046121.8130.669977003.19594969496111
N5PB011771 202.448242187547.2457351684570.3049570.3099451994.4200439453199.9921.293699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46197899.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.42719.05860.575596003.19903081499263
N5PB034690 202.39450073242247.20880889892580.3111690.3297381993.1700439453199.9922.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62107199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5150716.81250.412819003.20355850647195
N5PB005962 202.53416442871147.16346740722660.3488930.3447621994.4200439453120.191499.9999.9999.9920.780899.9999.9999.9999.9999.9999.993599999979999999999990.5604899.9999.9999.990.62499799.9999.9999.9999.9999.9999.993202032.029882.52020.372002003.20570906038926
N5PB011769 202.44317626953147.24483108520510.3049570.3099451994.4200439453199.9922.127499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57172199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.47549161.7510.384379003.2118875792939
N5PB018347 202.54779052734447.20427703857420.2248040.2293791996.1600341796999.9999.9917.370699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44367799.9999.9999.9999.9999.9999.9999.9999.993100002013.67927167.240.170254003.21515159825102
N5PB018384 202.46356201171947.24802398681640.2248040.2293791996.1600341796999.9999.9917.70999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46343799.9999.9999.9999.9999.9999.9999.9999.99320002024.5718623.96830.175886003.2197700210904
N5PB018886 202.45370483398447.14186096191410.2340010.2348721999.3499755859499.9999.9918.059399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48825399.9999.9999.9999.9999.9999.9999.9999.993100002011.86787107.8230.2754003.23259973256465
N5PB018893 202.49894714355547.14398956298830.2340010.2348721999.3499755859499.9999.9917.322199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44293499.9999.9999.9999.9999.9999.9999.9999.993100002012.4428103.7880.119137003.25202997824695
N5PB011773 202.44583129882847.24623489379880.3049570.3099451994.4200439453199.9922.088199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58061599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.8075135.5120.417239003.25646805320433
N5PB005921 202.53073120117247.1591224670410.3488930.3447621994.4200439453120.34799.9999.9999.9920.658999.9999.9999.9999.9999.9999.993599999979999999999990.59346799.9999.9999.990.60285999.9999.9999.9999.9999.9999.993202021.620317.215920.394321003.25683534783546
2MJGQIYI 202.48418747.2480470.30.291998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.02116.19816.112999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0920.226-999477777700000003.25963121568175
N5PB006188 202.55001831054747.19034194946290.3488930.3447621994.4200439453120.425899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63680399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.61060.1304960.379834003.26281180351084
N5PB006354 202.39193725585947.20590209960940.3488930.3447621994.4200439453119.435121.243499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4549340.45074899.9999.9999.9999.9999.9999.9999.9999.9999.993222032.8201157.08630.343592003.26367243180913
N5PB018938 202.39385986328147.17824554443360.2340010.2348721999.3499755859499.9999.9918.731799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55782399.9999.9999.9999.9999.9999.9999.9999.993100000011.506217.20870.396715003.26435959840977
N5PB006270 202.39016723632847.19673919677730.3488930.3447621994.4200439453120.293422.069399.9999.9920.562919.487899.9999.9999.9999.9999.99351899997199999999990.5891990.55127399.9999.990.5522480.76686199.9999.9999.9999.9999.9932222041.4556102.3250.0209298003.26691548169222
N5PB011772 202.44300842285247.2457923889160.3049570.3099451994.4200439453199.9922.052999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56710199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.53413139.9320.261111003.26843270371084
N5PB016938 202.54898071289147.18424987792970.2548330.2668841994.4300537109420.040799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.55324199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200023.664452.676380.645066003.26985963231079
N5PB006291 202.39016723632847.19778442382810.3488930.3447621994.4200439453120.150921.995599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5580660.54699799.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.7888497.24020.424307003.27000215019877
N5PB018340 202.38990783691447.18991470336910.2799910.2837881983.1300048828199.9999.9918.708999.9999.9919.515499.9999.9999.9999.9999.9999993799991999999999999.9999.990.54639499.9999.990.62935299.9999.9999.9999.9999.99012000021.15739137.0530.426915003.28686848802756
N5PB018879 202.46284484863347.13993072509770.2340010.2348721999.3499755859499.9999.9918.611599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55237699.9999.9999.9999.9999.9999.9999.9999.993100002011.86697126.8590.510888003.29115208545417
N5PB006179 202.5507812547.18954467773440.3488930.3447621994.4200439453120.494821.35299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6453760.45926799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.48701161.6930.392821003.29786478430934
N5PB005965 202.53781127929747.16413116455080.3488930.3447621994.4200439453120.101599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52724499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.89439.067680.342675003.30562752178825
N5PB018991 202.50186157226647.24562454223630.2340010.2348721999.3499755859499.9999.9918.766599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56531899.9999.9999.9999.9999.9999.9999.9999.993100000011.52547108.0290.421056003.32433316288422
N5PB018389 202.45809936523447.24935150146480.2248040.2293791996.1600341796999.9999.9917.82899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46635799.9999.9999.9999.9999.9999.9999.9999.99320000024.1232749.21170.572816003.32489481597178
N5PB034802 202.4314727783247.2434806823730.3111690.3297381993.1700439453199.9921.817799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50267199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.16888141.6760.238924003.33364784047177
N5PB006299 202.55157470703147.20084762573240.3488930.3447621994.4200439453120.306199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59554199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.5466689.95430.641904003.33758408408414
N5PB034798 202.42846679687547.24274444580080.3111690.3297381993.1700439453199.9921.588799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47697699.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.1741175.5740.524128003.35526969714353
N5PB034809 202.43423461914147.24485778808590.2548330.2668841994.4300537109420.609821.917299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7643620.52609799.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.6889131.3880.384425003.35592226419278
N5PB011679 202.38803100585947.18989944458010.3049570.3099451994.4200439453199.9921.755699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51519999.9999.9999.9999.9999.9999.9999.9999.9999.99320022.3416368.44870.227748003.36319930810687
N5PB005896 202.53105163574247.15669250488280.3488930.3447621994.4200439453120.011322.327599.9999.9920.524599.9999.9999.9999.9999.9999.993518999979999999999990.5292070.67007999.9999.990.53727699.9999.9999.9999.9999.9999.993222032.36893164.6670.41928003.36348853092476
N5PB018306 202.49639892578147.14134979248050.2248040.2293791996.1600341796999.9999.9918.912399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.6130899.9999.9999.9999.9999.9999.9999.9999.993100002011.6004432.21680.372911003.36588561721818
N5PB034601 202.55281066894547.19406127929690.3111690.3297381993.1700439453199.9922.219799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60954199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.85903127.2710.502022003.3668773483972
N5PB011602 202.51925659179747.14938735961910.3049570.3099451994.4200439453199.9921.718899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5059199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.30428171.0320.472812003.36777936307698
N5PB018309 202.50158691406347.14260864257810.2248040.2293791996.1600341796999.9999.9918.833799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58531399.9999.9999.9999.9999.9999.9999.9999.993100000011.5235160.0240.412262003.3688516526662
N5PB005875 202.52777099609447.15424728393550.3488930.3447621994.4200439453119.544299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46413699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202023.531473.824080.546162003.36979269215395
N5PB034528 202.54582214355547.1718177795410.3111690.3297381993.1700439453199.9922.147999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58353799.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.73646107.6510.21737003.37081060556199
N5PB018997 202.50224304199247.24703979492190.2340010.2348721999.3499755859499.9999.9918.799299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57232899.9999.9999.9999.9999.9999.9999.9999.99310100005011.51019107.5490.406072003.40867744820078
N5PB034512 202.54122924804747.16456985473630.3111690.3297381993.1700439453199.9922.16599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59447399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.83505145.9580.339294003.40873404952898
N5PB005955 202.54042053222747.16292572021480.3488930.3447621994.4200439453120.556821.631299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6852640.4808999.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.5552369.89980.435045003.4343101477945
N5PB006504 202.39460754394547.21995925903320.3488930.3447621994.4200439453119.521621.313899.9999.9999.9919.481699.9999.9999.9999.9999.993518999999199999999990.4589530.45495299.9999.9999.990.78828599.9999.9999.9999.9999.9932222052.37687109.6150.196123003.43889973053775
N5PB034630 202.38586425781347.19685745239260.3111690.3297381993.1700439453199.9922.319599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66223699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5120870.68960.415363003.44248672397866
N5PB016944 202.3860626220747.18829727172850.2548330.2668841994.4300537109420.174899.9999.9999.9920.444299.9999.9999.9999.9999.9999.993599999979999999999990.57789899.9999.9999.990.50473299.9999.9999.9999.9999.9999.993202023.1772429.62790.513114003.45236087402212
N5PB034685 202.55278015136747.20806884765630.3111690.3297381993.1700439453199.9922.238899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62419999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.603691.03870.376585003.46139999324157
N5PB011668 202.38613891601647.18625640869140.3049570.3099451994.4200439453199.9922.13999.9999.9999.9919.475599.9999.9999.9999.9999.9999189999991999999999999.990.5760799.9999.9999.990.5502899.9999.9999.9999.9999.99311022021.5256569.91340.427427003.46479725935257
N5PB034526 202.54722595214847.17000579833980.3111690.3297381993.1700439453199.9922.04599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54513899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.67992133.4950.199012003.46804336268699
N5PB005832 202.52468872070347.15006256103520.3488930.3447621994.4200439453120.362799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6264599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.827299.796470.723838003.47262242451705
N5PB034521 202.54675292968847.16843032836910.3111690.3297381993.1700439453199.9922.183199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60696199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0886171.3230.542774003.4920245722156
N5PB011589 202.51164245605547.14346694946290.3049570.3099451994.4200439453199.9921.891899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53035499.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.8027184.06320.642456003.49973804068554
N5PB018352 202.54786682128947.21970367431640.2799910.2837881983.1300048828199.9999.9918.514399.9999.9919.510399.9999.9999.9999.9999.9999993799991999999999999.9999.990.55431199.9999.990.5923699.9999.9999.9999.9999.99321000021.59324147.9180.609447003.50582191969893
N5PB005973 202.54382324218847.16431427001950.3488930.3447621994.4200439453119.58822.197199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.469710.61731699.9999.9999.9999.9999.9999.9999.9999.9999.993222023.1381758.94320.419894003.50695123722966
N5PB037090 202.532226562547.15394973754880.2548330.2668841994.4300537109420.40199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65752599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.8585692.94870.698976003.51114699161478
N5PB006746 202.43484497070347.24794387817380.3488930.3447621994.4200439453120.3999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61612499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.9378924.44080.394422003.51308861475706
N5PB018292 202.463867187547.13615417480470.2248040.2293791996.1600341796999.9999.9917.05299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43732899.9999.9999.9999.9999.9999.9999.9999.993100002014.65678150.4830.298748003.5135267087695
N5PB006341 202.55455017089847.20713424682620.3488930.3447621994.4200439453120.540299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67407499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5702916.90610.431759003.51916381667999
N5PB011663 202.38539123535247.18338012695310.3049570.3099451994.4200439453199.9921.89899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51790499.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.53481139.3260.285427003.5237841649684
N5PB034816 202.43188476562547.24719238281250.3111690.3297381993.1700439453199.9922.12399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56884299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7132265.18680.300537003.52383835284457
N5PB034671 202.55522155761747.20529937744140.3111690.3297381993.1700439453199.9922.264199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6455199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.630194.410470.737932003.5241646258988
N5PB005942 202.54254150390647.16201782226560.3488930.3447621994.4200439453120.515499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65806299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.770220.4533650.461999003.53652682651502
2MJGQIYH 202.5279447.238750.230.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.53815.69515.241999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1520.1510.178477777700000003.54443079776152
N5PB011717 202.54992675781347.21887588500980.3049570.3099451994.4200439453199.9921.479899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47725599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.0206588.31640.587663003.56117519563187
N5PB018294 202.49148559570347.13695907592770.2799910.2837881983.1300048828199.9999.9918.429499.9999.9919.175399.9999.9999.9999.9999.9999993799991999999999999.9999.990.53903499.9999.990.45031199.9999.9999.9999.9999.99321000022.322850.71890.384402003.56271062252108
N5PB006313 202.55679321289147.20310974121090.3488930.3447621994.4200439453120.033421.921999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5269480.52776999.9999.9999.9999.9999.9999.9999.9999.9999.993222032.260487.234060.408291003.56597269526732
N5PB018288 202.4830780029347.13550949096680.2799910.2837881983.1300048828199.9999.9918.715599.9999.9919.513899.9999.9999.9999.9999.9999993799991999999999999.9999.990.59225299.9999.990.64468899.9999.9999.9999.9999.9932002021.12237141.170.40117003.58113763122825
N5PB011786 202.43583679199247.24954986572270.3049570.3099451994.4200439453199.9921.29518.435499.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4560480.54089399.9999.9999.9999.9999.9999.9999.9999.99320033.4546974.79740.565163003.58517072489769
N5PB005806 202.52313232421947.14668273925780.3488930.3447621994.4200439453119.705321.97299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4924220.54782999.9999.9999.9999.9999.9999.9999.9999.9999.993222023.87622124.5060.56829003.59238249613742
N5PB006056 202.55340576171947.17422103881840.3488930.3447621994.4200439453117.162118.527216.704899.9918.850717.606599.9999.9916.03615.68615.723351837997199994748490.4167420.408110.4252699.990.4198540.30918299.9999.990.0870.1480.253011112092.81761172.6950.105949003.60436101852067
N5PB018393 202.44204711914147.25166702270510.2799910.2837881983.1300048828199.9999.9918.06399.9999.9919.505399.9999.9999.9999.9999.9999993799991999999999999.9999.990.48774899.9999.990.69441599.9999.9999.9999.9999.9932000021.09675137.3790.369715003.61420869955124
N5PB006712 202.41459655761747.24190902709960.3488930.3447621994.4200439453118.021320.110516.638299.9999.9919.080599.9999.9915.39914.89614.6363518379999199994748490.4192830.4141510.42515199.9999.990.37242599.9999.990.0540.070.09501122082.38125.9120.0499992003.63513718868652
N5PB034665 202.38175964355547.20227050781250.3111690.3297381993.1700439453199.9922.108499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5779299.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.17590.45150.540742003.63647199964424
N5PB006433 202.55415344238347.21519088745120.3488930.3447621994.4200439453119.799999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5040699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202033.82694152.790.577367003.63803718464296
N5PB034475 202.52645874023447.14748001098630.3111690.3297381993.1700439453199.9922.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65322299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.90314126.9590.511589003.63820817056855
N5PB011619 202.54418945312547.16061782836910.3049570.3099451994.4200439453199.9921.519999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47896399.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.4096122.46130.399973003.6391174396604
N5PB006137 202.38253784179747.18257141113280.3488930.3447621994.4200439453120.142799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5547799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.89587110.370.293899003.64735319873259
N5PB037139 202.55395507812547.2164382934570.2548330.2668841994.4300537109420.554599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71143899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.4480570.1790.372759003.65660289390689
N5PB005941 202.54597473144547.16186141967770.3488930.3447621994.4200439453120.162899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56303599.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310010202023.5620811.43840.745028003.65912468695647
N5PB034468 202.52552795410247.14646911621090.3111690.3297381993.1700439453199.9922.330299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67273199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.15866159.260.703205003.66200141396655
N5PB006733 202.41857910156347.24453735351560.3488930.3447621994.4200439453117.475820.126417.182699.9999.9918.708699.9999.9916.29816.02914.9713518379999199994748490.4191470.4208830.43384799.9999.990.3587999.9999.990.1110.1890.12831112083.80297113.3140.172425003.66407009697726
N5PB006099 202.3833007812547.17843627929690.3488930.3447621994.4200439453120.543699.9999.9999.9999.9919.513799.9999.9999.9999.9999.993599999999199999999990.67635199.9999.9999.9999.990.64527699.9999.9999.9999.9999.9932202021.6208126.5080.37279003.67436118040253
N5PB006089 202.38407897949247.17630004882810.3488930.3447621994.4200439453120.02599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52429699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.484617.39370.523552003.67991507421478
N5PB011791 202.43542480468847.2511634826660.3049570.3099451994.4200439453199.9922.153299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58151699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4872370.25830.396103003.68090533229233
2MJGQIJZ 202.40467147.1523210.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9911.94511.35811.124999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0220.0190.019477777700000003.68393844966735
N5PB037187 202.43103027343847.24991989135740.2548330.2668841994.4300537109420.073599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54581699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.690645.17570.240422003.68617279854545
N5PB005786 202.52359008789147.14468765258790.3488930.3447621994.4200439453119.179999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45063199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.16797127.310.439614003.69976741135518
N5PB011579 202.4982147216847.1358566284180.3049570.3099451994.4200439453199.9922.040399.9999.9920.654719.50299.9999.9999.9999.9999.999918999971999999999999.990.56248599.9999.990.5998850.61284499.9999.9999.9999.9999.99321020031.83876141.8730.494025003.70212985051937
N5PB018871 202.44479370117247.13517761230470.2340010.2348721999.3499755859499.9999.9918.682699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54581799.9999.9999.9999.9999.9999.9999.9999.993100002011.51335160.0090.411305003.71058550076183
N5PB006584 202.39363098144547.22822570800780.3488930.3447621994.4200439453119.886322.036699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.495570.55453799.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.1067133.750.312554003.71882511082889
N5PB011795 202.4342498779347.2518386840820.3049570.3099451994.4200439453199.9922.236799.9999.9999.9919.497799.9999.9999.9999.9999.9999189999991999999999999.990.61630999.9999.9999.990.72837799.9999.9999.9999.9999.9932020021.54552162.3980.417087003.73684339067809
N5PB005751 202.52023315429747.14229583740230.3488930.3447621994.4200439453120.200899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56447799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.309551.62050.419891003.74038965605076
N5PB006492 202.55358886718847.22062683105470.3488930.3447621994.4200439453120.508799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65389399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5334319.5720.438406003.74049983878489
N5PB011570 202.49075317382847.1337318420410.3049570.3099451994.4200439453199.9922.120299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56904499.9999.9999.9999.9999.9999.9999.9999.9999.990100020012.0034693.76820.633754003.74403318027328
N5PB006325 202.56112670898447.20462036132810.3488930.3447621994.4200439453119.472921.725499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4609330.4984999.9999.9999.9999.9999.9999.9999.9999.9999.993222042.6638267.84870.178036003.75434478976955
N5PB006772 202.42892456054747.25072097778320.3488930.3447621994.4200439453120.509999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65463599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1002468.38420.701399003.76709431553933
N5PB006522 202.55238342285247.22361755371090.3488930.3447621994.4200439453120.045499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52074199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.97991142.6580.354902003.77530080978472
N5PB006399 202.38066101074247.21089553833010.3488930.3447621994.4200439453119.901221.328499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4852470.44643599.9999.9999.9999.9999.9999.9999.9999.9999.99010222041.740417.4730.248636003.78073295657424
N5PB006479 202.55552673339847.21951675415040.3488930.3447621994.4200439453120.519199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66046199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.48687160.7030.397591003.78558013152852
N5PB006773 202.42642211914147.25020599365230.3488930.3447621994.4200439453118.282119.662718.181699.9920.111118.879899.9999.9999.9999.9999.99351837997199999999990.4224940.4170120.48062299.990.4345910.36775299.9999.9999.9999.9999.9901112092.88604123.6250.194819003.78647813848368
N5PB034699 202.55914306640647.21303176879880.3111690.3297381993.1700439453199.9921.911199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5324199.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.4145670.09220.550723003.79007777744116
N5PB034540 202.38082885742247.17694091796880.3111690.3297381993.1700439453199.9922.319599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66223699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4817574.08190.375876003.79574154389933
N5PB034600 202.56335449218847.19408798217770.3111690.3297381993.1700439453199.9922.214999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60603599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.8570753.40330.501986003.79673025607612
N5PB011571 202.49374389648447.13322067260740.3049570.3099451994.4200439453199.9920.649418.929399.9920.368899.9999.9999.9999.9999.9999.9999183799799999999999999.990.435180.6194399.990.48972299.9999.9999.9999.9999.9999.99320020038.3199448.52270.77861003.80285689286527
N5PB011734 202.54943847656347.22813034057620.3049570.3099451994.4200439453199.9921.935299.9999.9999.9919.490299.9999.9999.9999.9999.9999189999991999999999999.990.54392299.9999.9999.990.57791899.9999.9999.9999.9999.9931020021.52426104.390.0894499003.80529377792604
N5PB034823 202.42247009277347.24924850463870.3111690.3297381993.1700439453199.9922.03599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55376899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.9881145.4140.684399003.81550265747131
N5PB018323 202.39103698730547.16044235229490.2340010.2348721999.3499755859499.9999.9918.597599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55128899.9999.9999.9999.9999.9999.9999.9999.99321.54399130.0770.267671003.82375344311916
2MJGQIYK 202.49109647.2566950.30.251998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.63413.8713.71999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.202-999-999477777700000003.82421334904054
N5PB011560 202.47280883789147.13066101074220.3049570.3099451994.4200439453199.9922.419299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61222299.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.1392133.2960.408281003.83494559920289
N5PB011729 202.55291748046947.22579574584960.2548330.2668841994.4300537109418.781321.244199.9999.9920.645399.9999.9999.9999.9999.9999.993518999979999999999990.4418390.45624599.9999.990.59327199.9999.9999.9999.9999.9999.993122037.45634108.4690.47764003.8563689285867
N5PB034832 202.42764282226647.25196838378910.3111690.3297381993.1700439453199.9921.851899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.512499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.9307261.22610.537231003.85740311125541
2MJGQIYJ 202.49466947.256680.270.271998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.16213.61715.073999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.193477777700000003.85831810000928
N5PB005756 202.5268554687547.14294433593750.3488930.3447621994.4200439453119.640921.050899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4706570.43600199.9999.9999.9999.9999.9999.9999.9999.9999.993222042.19126171.2650.158193003.86300500829993
N5PB011636 202.38398742675847.16789245605470.2548330.2668841994.4300537109420.405722.001199.9999.9920.410319.48199.9999.9999.9999.9999.99351899997199999999990.6611180.54886399.9999.990.4987080.79104999.9999.9999.9999.9999.9932220053.0814620.31930.760567003.86385522298024
N5PB005742 202.52470397949247.14148330688480.3488930.3447621994.4200439453120.513399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65676899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5387318.56420.424048003.88276064343048
N5PB006494 202.55746459960947.22060775756840.3488930.3447621994.4200439453120.095422.183999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5485330.60757999.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.31814112.6960.397907003.88409789943533
N5PB011561 202.47279357910247.1294670104980.3049570.3099451994.4200439453199.9921.835399.9999.9999.9918.891499.9999.9999.9999.9999.9999189999991999999999999.990.52657199.9999.9999.990.40910699.9999.9999.9999.9999.99310001025023.70276145.9930.734643003.90654255338085
N5PB019026 202.44375610351647.25717544555660.2340010.2348721999.3499755859499.9999.9918.125599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50176199.9999.9999.9999.9999.9999.9999.9999.993100002011.85856158.8870.275165003.9091798154224
N5PB011572 202.50688171386747.1342201232910.3049570.3099451994.4200439453199.9921.399699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46921299.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5746574.55390.459867003.91653070519441
N5PB006537 202.55560302734447.22471237182620.3488930.3447621994.4200439453119.940499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50107199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.395126.0050.50076003.92200296731537
N5PB006583 202.55108642578147.23010635375980.3488930.3447621994.4200439453120.54499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67659399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.2058820.81540.721093003.92553184459806
N5PB000386 202.56214904785247.17430877685550346300591 0.3488930.3447621994.4200439453113.334314.348912.894299.9914.690913.546899.9999.9912.37312.02111.983351837997199994748490.4148120.406940.41652599.990.417560.29376299.9999.990.0210.0190.022011011115095.08648175.7170.0560979003.94007576605942
N5PB006112 202.56489562988347.18099212646480.3488930.3447621994.4200439453119.283320.989599.9999.9999.9919.506899.9999.9999.9999.9999.993518999999199999999990.4492330.43726299.9999.9999.990.68750899.9999.9999.9999.9999.99312222052.65289129.740.148737003.94475927292221
N5PB034831 202.42304992675847.25196838378910.3111690.3297381993.1700439453199.9922.237399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62297999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.6120188.11870.380835003.94514870741419
N5PB006797 202.42617797851647.25314712524410.3488930.3447621994.4200439453120.350922.10399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5954250.57478199.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.8995454.00370.495554003.94747009855014
N5PB006518 202.55741882324247.22335052490230.3488930.3447621994.4200439453120.431921.858499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6095940.52157799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.4756316.07250.382506003.9514442763838
N5PB006787 202.41978454589847.25083160400390.3488930.3447621994.4200439453117.448419.19917.535699.9920.216919.059799.9999.9999.9999.9999.99351837997199999999990.4197820.4161230.44317499.990.4563170.40150699.9999.9999.9999.9999.99311112094.7971692.87490.308409003.95327286236816
N5PB018402 202.43992614746147.25729370117190.2248040.2293791996.1600341796999.9999.9917.397299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44888999.9999.9999.9999.9999.9999.9999.9999.99325.1910446.12060.402709003.96183479937113
N5PB018399 202.44171142578147.25769042968750.2248040.2293791996.1600341796999.9999.9918.850299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.59094799.9999.9999.9999.9999.9999.9999.9999.993100000011.4981162.1560.397014003.96251615947087
N5PB011577 202.51327514648447.13531875610350.3049570.3099451994.4200439453199.9921.889499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52964999.9999.9999.9999.9999.9999.9999.9999.9999.99320021.91689148.3370.432387003.96410402270712
N5PB000238 202.37341308593847.20101165771480346000831 0.3488930.3447621994.4200439453114.864416.441514.345799.9917.079615.155299.9999.9913.53312.90212.82351837997199994748490.4150440.4071410.4220999.990.4179350.29590999.9999.990.0250.0220.02601011112093.81691148.6920.0399557003.96616350183848
N5PB034513 202.55795288085947.16543960571290.2548330.2668841994.4300537109420.554422.173499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7113160.57830699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.5369218.75110.418865003.98105698218101
N5PB006446 202.37698364257847.21437072753910.3488930.3447621994.4200439453117.367218.801917.649399.9920.005818.579399.9999.9916.98716.17315.449351837997199994748490.4192090.4090720.46118499.990.4363440.3603199.9999.990.2070.2270.21431112094.157722.148440.170149003.98278554217016
N5PB011803 202.42832946777347.25471496582030.3049570.3099451994.4200439453199.9921.986699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54408999.9999.9999.9999.9999.9999.9999.9999.9999.99320021.584388.05330.369382003.99319992737577
N5PB034747 202.55606079101647.22687149047850.3111690.3297381993.1700439453199.9922.14699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58233599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.92822102.4090.709195003.9996793141134
N5PB034731 202.55885314941447.22323226928710.3111690.3297381993.1700439453199.9922.255799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63816299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.46821158.770.129093004.00104985467118
N5PB034738 202.55746459960947.2252693176270.3111690.3297381993.1700439453199.9922.335899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6784599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.49904160.4610.39975004.00472507357194
N5PB018277 202.49797058105547.13051223754880.2248040.2293791996.1600341796999.9999.9918.68799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54024299.9999.9999.9999.9999.9999.9999.9999.990100002011.43613161.6460.359697004.00558204554108
N5PB018273 202.48948669433647.12894058227540.2799910.2837881983.1300048828199.9999.9917.250299.9919.508518.441299.9999.9916.2915.55715.6839999379971999947484999.9999.990.4362899.990.4313260.34880499.9999.990.1150.1310.24231002042.50627150.9790.305789004.01432432838056
N5PB037073 202.51524353027347.13499450683590.2548330.2668841994.4300537109420.228299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57287799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.2071988.8070.547428004.01761490950472
N5PB034763 202.55346679687547.23081588745120.3111690.3297381993.1700439453199.9922.303299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64699899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5073418.48180.412802004.03012479037853
N5PB000263 202.45240783691447.12844085693360346000156 0.2340010.2348721999.3499755859499.9999.9914.433199.9999.9999.9999.9999.9914.37314.0113.962999937999999999947484999.9999.990.41816199.9999.9999.9999.9999.990.0320.0350.05601010002023.97591104.7980.184471004.03282331091694
N5PB006646 202.39024353027347.23420715332030.3488930.3447621994.4200439453115.183817.077213.878299.9918.086515.645899.9999.9912.74312.1211.89351837997199994748490.4151610.4072940.42180699.990.4185710.29601299.9999.990.0220.0210.022011112093.6861795.96590.0453048004.03591489094794
N5PB034755 202.55529785156347.22901916503910.3111690.3297381993.1700439453199.9921.920499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52722699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.44053118.8270.373319004.03691876781146
N5PB034824 202.41354370117247.24974060058590.3111690.3297381993.1700439453199.9922.13699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57632899.9999.9999.9999.9999.9999.9999.9999.9999.990100020012.11651136.7780.520964004.0374415834143
N5PB005710 202.52239990234447.13731002807620.3488930.3447621994.4200439453120.562899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68937299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5466872.15370.418743004.04038016799458
N5PB034736 202.55888366699247.22503280639650.3111690.3297381993.1700439453199.9922.328599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67105299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.49786159.5170.407818004.04974225040106
N5PB034453 202.52616882324247.13875961303710.3111690.3297381993.1700439453199.9922.246599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63046999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.51558132.5880.255791004.05125014732484
N5PB011553 202.48652648925847.12778472900390.3049570.3099451994.4200439453199.9921.801999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51725699.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.28298125.8720.549061004.06085299242235
N5PB011557 202.49307250976647.12864303588870.3049570.3099451994.4200439453199.9919.895599.9999.9920.354899.9999.9999.9999.9999.9999.9999189999799999999999999.990.419299.9999.990.4822899.9999.9999.9999.9999.9999.99320037.15257145.8640.655718004.06286718397174
N5PB018861 202.43272399902347.13180160522460.2340010.2348721999.3499755859499.9999.9918.727499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55490599.9999.9999.9999.9999.9999.9999.9999.993100000011.5139371.29480.413643004.06413803633768
N5PB011558 202.50024414062547.12987518310550.3049570.3099451994.4200439453199.9921.577499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47724599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.509423.65250.613662004.06920297867821
N5PB006312 202.56936645507847.20281219482420.3488930.3447621994.4200439453118.261719.749518.04299.9920.180719.230999.9999.9999.9999.9999.99351837997199999999990.4224960.4114440.46472399.990.4419950.40915999.9999.9999.9999.9999.9931122082.82954153.6650.111879004.07167851039382
N5PB019030 202.43426513671947.25823974609380.2340010.2348721999.3499755859499.9999.9918.208899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50659599.9999.9999.9999.9999.9999.9999.9999.993100002012.19073125.5790.398182004.09262672361945
N5PB005678 202.51687622070347.13410949707030.3488930.3447621994.4200439453120.54899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67927299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.98477136.4910.476081004.09544119146423
N5PB016887 202.50659179687547.13077926635740.2548330.2668841994.4300537109419.176699.9999.9999.9920.538199.9999.9999.9999.9999.9999.993599999979999999999990.46044999.9999.9999.990.54759699.9999.9999.9999.9999.9999.99320100026.7215763.84950.692907004.1038330605941
N5PB013357 202.55264282226647.23405456542970.2548330.2668841994.4300537109420.471122.182599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6808940.60657499.9999.9999.9999.9999.9999.9999.9999.9999.99320220031.5339448.33780.254357004.1107006830399
N5PB006770 202.41128540039147.25020599365230.3488930.3447621994.4200439453119.766999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48740499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.3649499.01850.257696004.11341992582864
N5PB005880 202.55319213867247.15511322021480.3488930.3447621994.4200439453119.894122.110999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4906430.5621799.9999.9999.9999.9999.9999.9999.9999.9999.990222031.9122145.3510.193947004.12893183456295
N5PB011556 202.50175476074247.12912750244140.3049570.3099451994.4200439453199.9921.990518.897199.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.545350.6075499.9999.9999.9999.9999.9999.9999.9999.99322021.581289.14890.368852004.13077773862462
N5PB005703 202.52044677734447.13474655151370.3488930.3447621994.4200439453116.073418.768415.510899.9919.614317.545499.9999.9914.31913.60713.383351837997199994748490.4166120.4088810.41805899.990.4261720.31068199.9999.990.0280.0270.04101112086.29205176.2460.277387004.13186636050673
N5PB006072 202.56675720214847.17348098754880.3488930.3447621994.4200439453117.938321.505818.322299.9999.9919.284399.9999.9999.9999.9999.993518379999199999999990.4211990.4713740.51095599.9999.990.44811699.9999.9999.9999.9999.99310011125063.2509133.81830.0915097004.1341913574523
N5PB011568 202.5123748779347.13175964355470.2548330.2668841994.4300537109416.74719.338617.852399.9919.819818.955399.9999.9999.9999.9999.99351837997199999999990.4170890.4122260.46092999.990.4327620.37355999.9999.9999.9999.9999.99311120713.14128.03390.565208004.14128147650952
N5PB011562 202.50903320312547.13035202026370.2548330.2668841994.4300537109420.428222.181699.9999.9920.687599.9999.9999.9999.9999.9999.993518999979999999999990.6789860.59279399.9999.990.59811399.9999.9999.9999.9999.9999.993220031.785658.87790.317808004.16457402684462
N5PB011547 202.49313354492247.12680435180660.3049570.3099451994.4200439453199.9922.016299.9999.9920.379919.391199.9999.9999.9999.9999.999918999971999999999999.990.55499.9999.990.4925210.5157899.9999.9999.9999.9999.9931022031.6087489.15620.381384004.17088536587085
N5PB006750 202.40307617187547.24703598022460.3488930.3447621994.4200439453119.852521.481499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5002080.46406799.9999.9999.9999.9999.9999.9999.9999.9999.993222043.94359114.8570.667002004.17200295901393
N5PB006432 202.56768798828147.21590805053710.3488930.3447621994.4200439453120.095799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52539399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6398839.42960.174488004.17402164415599
N5PB011549 202.49865722656347.12770843505860.3049570.3099451994.4200439453199.9922.081699.9999.9920.697999.9999.9999.9999.9999.9999.9999189999799999999999999.990.57806399.9999.990.60485499.9999.9999.9999.9999.9999.99310020022.7309165.3130.766511004.17493089133431
N5PB018403 202.42773437547.25793838500980.2799910.2837881983.1300048828199.9999.9917.929399.9999.9918.752199.9999.9999.9999.9999.9999993799991999999999999.9999.990.47523799.9999.990.39773999.9999.9999.9999.9999.99321000024.0048244.51030.522389004.17882110333718
N5PB006822 202.42173767089847.25607299804690.3488930.3447621994.4200439453120.157922.259199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5471220.64109899.9999.9999.9999.9999.9999.9999.9999.9999.993222031.639245.184720.171583004.1868654690253
N5PB018370 202.54423522949247.24298477172850.2248040.2293791996.1600341796999.9999.9918.898499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60798799.9999.9999.9999.9999.9999.9999.9999.993100000011.5293619.46580.421649004.18795764492672
N5PB034838 202.41725158691447.25439834594730.2548330.2668841994.4300537109420.211122.332999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5969470.67542699.9999.9999.9999.9999.9999.9999.9999.9999.993220023.2009693.4650.61608004.18976651708094
N5PB005728 202.53388977050847.13973617553710.3488930.3447621994.4200439453120.395499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61914999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8547853.99310.49822004.1904787093588
N5PB005714 202.52987670898447.13768768310550.3488930.3447621994.4200439453119.777421.760899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4942130.50672799.9999.9999.9999.9999.9999.9999.9999.9999.993222033.221776.05120.531218004.19053689346166
N5PB018257 202.46018981933647.12498855590820.2248040.2293791996.1600341796999.9999.9918.582499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54689599.9999.9999.9999.9999.9999.9999.9999.993100002012.020858.373740.524911004.19391769814457
N5PB034834 202.41273498535247.25280761718750.3111690.3297381993.1700439453199.9922.306699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6501599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.96086175.1090.605569004.20791019081576
N5PB018263 202.44435119628947.12654495239260.2248040.2293791996.1600341796999.9999.9918.36999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52159699.9999.9999.9999.9999.9999.9999.9999.993100002012.4396196.88980.503968004.21487513338565
N5PB037066 202.50170898437547.12752151489260.2548330.2668841994.4300537109420.283599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60281399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.8482226.0370.691449004.2218929232093
N5PB006196 202.36640930175847.1890792846680.3488930.3447621994.4200439453119.447521.40899.9999.9999.9919.514499.9999.9999.9999.9999.993518999999199999999990.4561150.4623999.9999.9999.990.61951799.9999.9999.9999.9999.9931222052.5184314.64720.200014004.24591247286067
N5PB005904 202.38304138183647.15570831298830.3488930.3447621994.4200439453119.489521.765718.32399.9999.9919.516899.9999.9999.9999.9999.993518379999199999999990.4508710.4978030.50144899.9999.990.65252999.9999.9999.9999.9999.9901222062.11779124.5560.183141004.25186864645164
N5PB006333 202.3668670654347.20447921752930.3488930.3447621994.4200439453119.781822.336899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4805620.67947299.9999.9999.9999.9999.9999.9999.9999.9999.993222031.80316177.2240.034917004.25579817708334
N5PB018254 202.47370910644547.12363815307620.2248040.2293791996.1600341796999.9999.9918.878899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60095799.9999.9999.9999.9999.9999.9999.9999.993100002011.50339160.9560.409239004.25723981203375
N5PB006825 202.4174804687547.25625991821290.3488930.3447621994.4200439453120.145399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.55581999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.35943156.2010.514249004.2811685113531
N5PB005669 202.52285766601647.1325683593750.3488930.3447621994.4200439453119.745822.348999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4922680.692299.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.91915117.6160.401826004.29419546287494
2MJGQIYM 202.50101447.2630230.120.11998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.95712.27512.003999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.049-999-999477777700000004.29537879295735
N5PB005641 202.51528930664147.12984085083010.3488930.3447621994.4200439453119.28799.9999.9999.9920.785699.9999.9999.9999.9999.9999.993599999979999999999990.45993199.9999.9999.990.62777299.9999.9999.9999.9999.9999.99320202023.89250.1850.111515004.2958146016621
N5PB016880 202.50805664062547.12773132324220.2548330.2668841994.4300537109420.5499.9999.9999.9920.648299.9999.9999.9999.9999.9999.993599999979999999999990.69867199.9999.9999.990.5952999.9999.9999.9999.9999.9999.99320200022.3896911.48530.706587004.29597399241535
N5PB037067 202.51345825195347.12894058227540.2548330.2668841994.4300537109420.788799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.80200199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310100203011.5833300.998454004.313632678784
N5PB005843 202.38740539550847.14970016479490.3488930.3447621994.4200439453120.004799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52709399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.5323666.40330.399733004.31923039762862
N5PB018868 202.41247558593847.13418579101560.2340010.2348721999.3499755859499.9999.9918.774199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5650699.9999.9999.9999.9999.9999.9999.9999.993100002011.5267370.75580.420724004.32093902081505
N5PB034488 202.38423156738347.15244293212890.3111690.3297381993.1700439453199.9922.131699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59214399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.2394236.1540.531478004.32295004094312
N5PB011544 202.49841308593847.12502670288090.3049570.3099451994.4200439453199.9921.976299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54075499.9999.9999.9999.9999.9999.9999.9999.9999.99010022021.85504145.6070.500264004.32708526001581
N5PB016884 202.51214599609447.12829208374020.2548330.2668841994.4300537109420.576599.9999.9999.9920.540199.9999.9999.9999.9999.9999.993599999979999999999990.73168199.9999.9999.990.54913599.9999.9999.9999.9999.9999.99320200022.0478386.69460.634655004.32774684254275
N5PB006839 202.41909790039147.25803375244140.3488930.3447621994.4200439453120.03822.107199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.528420.56430899.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.6240810.76970.425268004.34150883566361
N5PB011548 202.50389099121147.12585067749020.3049570.3099451994.4200439453199.9919.786318.200899.9999.9919.13999.9999.9999.9999.9999.9999183799991999999999999.990.4185190.49591899.9999.990.43760799.9999.9999.9999.9999.9931022045.1076586.98740.20802004.34481487631621
N5PB006648 202.55627441406347.23755264282230.3488930.3447621994.4200439453119.469421.31699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4628030.46088899.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.0405150.7050.365829004.35340214229685
N5PB034492 202.38093566894547.15417480468750.3111690.3297381993.1700439453199.9922.334699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67714899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.526117.79950.418073004.37428064635501
N5PB016883 202.51371765136747.12786865234380.2548330.2668841994.4300537109420.721199.9999.9999.9920.533399.9999.9999.9999.9999.9999.993599999979999999999990.81755199.9999.9999.990.5438999.9999.9999.9999.9999.9999.99310000203023.36222151.6310.784507004.37669383569873
N5PB011764 202.55007934570347.24334716796880.3049570.3099451994.4200439453199.9921.223299.9999.9920.731499.9999.9999.9999.9999.9999.9999189999799999999999999.990.46425399.9999.990.62650899.9999.9999.9999.9999.9999.99320035.57706129.2190.718506004.37709161641099
N5PB005610 202.51161193847747.12711334228520.3488930.3447621994.4200439453119.871299.9999.9999.9920.699599.9999.9999.9999.9999.9999.993599999979999999999990.51672899.9999.9999.990.60589499.9999.9999.9999.9999.9999.99320202023.6931169.75180.506024004.38437856200217
N5PB018246 202.45959472656347.121582031250.2248040.2293791996.1600341796999.9999.9918.769599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58934799.9999.9999.9999.9999.9999.9999.9999.993100002011.77704132.8190.427017004.39970670508708
N5PB011807 202.41627502441447.25811004638670.2548330.2668841994.4300537109419.952720.931999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5301430.44577599.9999.9999.9999.9999.9999.9999.9999.9999.993220034.72635177.2480.769907004.40183224555831
N5PB034433 202.52568054199247.13120651245120.3111690.3297381993.1700439453199.9922.324799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66733499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.96584174.690.616363004.42293975837145
N5PB005586 202.50996398925847.12587356567380.3488930.3447621994.4200439453119.892199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50341999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.7731111.27840.532039004.4280804047959
N5PB011542 202.50175476074247.12390518188480.3049570.3099451994.4200439453199.9921.686899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50657399.9999.9999.9999.9999.9999.9999.9999.9999.99320020022.92303128.3440.485056004.42963940882492
N5PB005812 202.55458068847747.14802551269530.3488930.3447621994.4200439453119.236721.296599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4472120.45869499.9999.9999.9999.9999.9999.9999.9999.9999.99310222043.01006171.5020.299226004.43053190084252
N5PB005640 202.52221679687547.12957763671880.3488930.3447621994.4200439453119.028699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.44997199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100102016.92084159.2950.478484004.43798644030269
N5PB018262 202.42962646484447.12592697143550.2248040.2293791996.1600341796999.9999.9918.293699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50284699.9999.9999.9999.9999.9999.9999.9999.993100002011.95111177.780.264751004.43831684971592
N5PB005591 202.50794982910247.12513351440430.3488930.3447621994.4200439453119.241799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45704399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.7691159.51090.472135004.44029479712085
N5PB018258 202.43357849121147.12485504150390.2248040.2293791996.1600341796999.9999.9918.403899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52122999.9999.9999.9999.9999.9999.9999.9999.993100002012.05718150.7110.370964004.44120228455716
N5PB006395 202.36349487304747.20946121215820.3488930.3447621994.4200439453119.818199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4872799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202014.64974137.90.829445004.44217984447729
2MJGQIYN 202.49801647.2661590.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.999.9169.1188.582999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0360.0360.026477777700000004.44298788488368
N5PB011596 202.38745117187547.14638519287110.3049570.3099451994.4200439453199.9922.159599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58394499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.1181621.09580.698493004.44454091094245
N5PB037085 202.38935852050847.14490127563480.2548330.2668841994.4300537109420.283399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60266299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.8014858.06330.255914004.44493696905388
N5PB034846 202.41006469726647.25644683837890.3111690.3297381993.1700439453199.9921.864699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52366199.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.1994154.6680.477303004.44993279258351
N5PB006202 202.57940673828147.19211959838870.3488930.3447621994.4200439453120.556899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68526499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.58875107.3880.442209004.45356731357503
N5PB006701 202.55459594726647.24178314208980.3488930.3447621994.4200439453119.134422.02599.9999.9920.51899.9999.9999.9999.9999.9999.993518999979999999999990.4527940.55703899.9999.990.54378999.9999.9999.9999.9999.9999.993222045.40151158.6830.426742004.45536860016575
N5PB006447 202.36433410644547.21306610107420.3488930.3447621994.4200439453119.262799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.44913299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202017.0091972.95320.822649004.45745223834235
N5PB034499 202.3771209716847.15563964843750.3111690.3297381993.1700439453199.9921.604799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48320499.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.11436153.2690.354946004.45795164060266
N5PB005838 202.38349914550847.14933395385740.3488930.3447621994.4200439453120.524599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66390399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5363170.93310.429097004.45830762197727
N5PB005813 202.385742187547.14712524414060.3488930.3447621994.4200439453120.513199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6566699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.50741160.2430.413832004.46930743221458
N5PB018256 202.43589782714847.12364196777340.2340010.2348721999.3499755859499.9999.9918.407799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52766499.9999.9999.9999.9999.9999.9999.9999.9932021.92574121.2590.429158004.47932139428677
N5PB006680 202.55622863769547.24140167236330.3488930.3447621994.4200439453120.24821.923499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.586030.53712699.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.84672105.3250.665372004.49256365144695
N5PB018383 202.54653930664147.24872589111330.2248040.2293791996.1600341796999.9999.9918.357299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5093899.9999.9999.9999.9999.9999.9999.9999.993100002012.0474230.96250.369445004.49819211166807
N5PB018854 202.42098999023447.12746429443360.2340010.2348721999.3499755859499.9999.9918.719699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55339499.9999.9999.9999.9999.9999.9999.9999.993100000011.4867106.6840.391108004.4987776737803
N5PB005668 202.5333709716847.13306427001950.3488930.3447621994.4200439453120.062599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53659599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8517989.35380.178041004.4994448544561
N5PB005630 202.52449035644547.12922668457030.3488930.3447621994.4200439453120.306221.881199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5956020.52940499.9999.9999.9999.9999.9999.9999.9999.9999.993222021.8287542.90510.432826004.50137528933226
N5PB034442 202.53559875488347.13406753540040.3111690.3297381993.1700439453199.9921.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45321199.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.5259177.15780.372436004.50341477451147
N5PB016876 202.50498962402347.12329864501950.2548330.2668841994.4300537109420.005299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54853799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200023.4352911.33030.461884004.50426844715872
N5PB005618 202.52163696289147.12793731689450.3488930.3447621994.4200439453120.156222.212499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5602530.60423599.9999.9999.9999.9999.9999.9999.9999.9999.993222023.1471736.4370.616125004.51366286677127
N5PB018243 202.48793029785247.12025451660160.2799910.2837881983.1300048828199.9999.9918.750999.9999.9918.012499.9999.9999.9999.9999.9999993799991999999999999.9999.990.58276599.9999.990.34960399.9999.9999.9999.9999.99321002024.4407788.5710.452903004.51598816948843
N5PB018249 202.43911743164147.12227630615230.2248040.2293791996.1600341796999.9999.9918.87799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60032299.9999.9999.9999.9999.9999.9999.9999.993100000011.52608108.5410.413716004.51858115030286
N5PB005576 202.51354980468847.1251296997070.3488930.3447621994.4200439453119.771499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49761799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.37210.9548750.573049004.52475524017657
N5PB006860 202.41375732421947.25951766967770.3488930.3447621994.4200439453120.512699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65633999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.97428133.4170.486144004.52646478465507
N5PB011541 202.4995117187547.12173843383790.3049570.3099451994.4200439453199.9918.890399.9999.9999.9919.453599.9999.9999.9999.9999.9999189999991999999999999.990.41327899.9999.9999.990.55372899.9999.9999.9999.9999.9931010028.3699146.35230.427803004.52921797120343
2MJGQIYL 202.52408647.2608340.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.68314.03213.833999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0370.0370.055477777700000004.54204763155783
N5PB005557 202.50785827636747.12302017211910.3488930.3447621994.4200439453120.540599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67431299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.52553107.7790.420388004.55820109141973
N5PB005585 202.51843261718847.12578201293950.3488930.3447621994.4200439453119.794421.254399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4776970.45459899.9999.9999.9999.9999.9999.9999.9999.9999.993222041.90949124.6110.117594004.57084145713781
N5PB005571 202.51103210449247.12353897094730.3488930.3447621994.4200439453119.187299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45479199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202035.26506132.4060.309672004.57441100803333
N5PB034497 202.3743438720747.15485000610350.3111690.3297381993.1700439453199.9921.810599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50702499.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.6675237.57050.466622004.5793184016037
N5PB017018 202.55465698242247.24514389038090.2548330.2668841994.4300537109420.242299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57995999.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310200021.99465.18370.391791004.5880474943008
N5PB034466 202.38653564453147.14335250854490.3111690.3297381993.1700439453199.9922.22299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61124699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.56731179.7350.364279004.59271794718354
N5PB006034 202.36331176757847.17015838623050.3488930.3447621994.4200439453115.84318.100714.204499.9999.9916.480299.9999.9912.87712.35812.1323518379999199994748490.4154130.4077110.42141499.9999.990.30151199.9999.990.0220.0220.02201112083.32595139.9680.0602734004.59937145754325
N5PB005570 202.51707458496147.12468719482420.3488930.3447621994.4200439453120.425399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63645799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.51365135.2610.240535004.606979436039
N5PB011817 202.41517639160247.26164245605470.3111690.3297381993.1700439453199.9922.172199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59931999.9999.9999.9999.9999.9999.9999.9999.9999.99310020032.1204967.17510.521197004.60825685364723
N5PB005729 202.39201354980547.13858413696290.3488930.3447621994.4200439453120.541199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67467199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.7976301004.63226348881159
N5PB006871 202.4106445312547.26057434082030.3488930.3447621994.4200439453120.320922.121299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6032360.56942199.9999.9999.9999.9999.9999.9999.9999.9999.993222032.3347283.60160.45035004.64616519606416
N5PB005540 202.50822448730547.12123107910160.3488930.3447621994.4200439453120.01399.9999.9999.9999.9919.487899.9999.9999.9999.9999.993599999999199999999990.5297799.9999.9999.9999.990.76738199.9999.9999.9999.9999.9932202032.7999159.2660.549747004.6643690053779
N5PB018266 202.41151428222747.12759399414060.2340010.2348721999.3499755859499.9999.9918.32699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5253399.9999.9999.9999.9999.9999.9999.9999.99320000022.68658171.5410.667267004.67750557595719
N5PB006085 202.5823516845747.1775627136230.3488930.3447621994.4200439453120.018621.662599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5129430.48488899.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.58127450.0432425004.68414206963618
N5PB018241 202.44015502929747.11919021606450.2248040.2293791996.1600341796999.9999.9918.258699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5021799.9999.9999.9999.9999.9999.9999.9999.993100000011.85985144.2230.0561735004.68532106459596
2MJGQIYO 202.49993847.270130.150.141998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.25712.59213.683999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.12477777700000004.69334869611494
N5PB006717 202.56056213378947.24312591552730.3488930.3447621994.4200439453117.192918.534917.863999.9919.833218.077399.9999.9999.9999.9999.99351837997199999999990.4183810.408520.47496899.990.428640.32947799.9999.9999.9999.9999.9931112094.0566568.33790.177119004.69510371163166
N5PB034424 202.52772521972747.12665557861330.3111690.3297381993.1700439453199.9922.196899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61706799.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7629829.14720.316142004.70078578048146
N5PB011676 202.35510253906347.18967437744140.2548330.2668841994.4300537109420.446221.651799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6609890.48350699.9999.9999.9999.9999.9999.9999.9999.9999.993222032.1146677.89570.614216004.7032910816992
N5PB005539 202.51092529296947.12115478515630.3488930.3447621994.4200439453120.074722.028899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5299970.53829999.9999.9999.9999.9999.9999.9999.9999.9999.993222041.8521710.02790.183442004.70641777285067
N5PB034858 202.40597534179747.25979995727540.2548330.2668841994.4300537109420.279321.544299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6199810.48180999.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.6707630.04410.407177004.70967347244967
N5PB034786 202.37297058105547.23711395263670.3111690.3297381993.1700439453199.9921.573399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45804699.9999.9999.9999.9999.9999.9999.9999.9999.990100022012.5905382.00880.522343004.71524593452338
N5PB006852 202.40350341796947.25883102416990.3488930.3447621994.4200439453120.410699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62782799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.70552105.1390.752361004.71878316856171
N5PB018415 202.42439270019547.26698684692380.2248040.2293791996.1600341796999.9999.9917.723299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46341399.9999.9999.9999.9999.9999.9999.9999.99320000024.7652836.02010.54791004.73036102200555
N5PB034428 202.53395080566447.12863922119140.3111690.3297381993.1700439453199.9922.239899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6250599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7824445.33510.424221004.73260094065649
N5PB011566 202.53985595703147.13145446777340.3049570.3099451994.4200439453199.9921.980699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54163699.9999.9999.9999.9999.9999.9999.9999.9999.99310020021.539293.58450.353344004.73286711126297
N5PB018235 202.4417266845747.11808395385740.2248040.2293791996.1600341796999.9999.9918.866399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.59652599.9999.9999.9999.9999.9999.9999.9999.993100000011.4894671.22480.393128004.73325126533854
N5PB011818 202.41191101074247.26278305053710.2548330.2668841994.4300537109420.349921.629599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6460690.49366299.9999.9999.9999.9999.9999.9999.9999.9999.993222022.47617121.4420.49737004.73351685149761
N5PB006237 202.58638000488347.19468307495120.3488930.3447621994.4200439453119.515621.925799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4583160.520299.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.49906112.5060.312411004.73537706595115
N5PB006523 202.36050415039147.22138977050780.3488930.3447621994.4200439453120.214221.822399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5703130.51121799.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.9770296.91040.37989004.75362545670875
N5PB005595 202.52999877929747.12641525268550.3488930.3447621994.4200439453119.886722.150699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5021310.58520599.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.266540.00650.0988836004.76012764000168
N5PB018218 202.45738220214847.11549758911130.2799910.2837881983.1300048828199.9999.9918.666199.9999.9918.988499.9999.9999.9999.9999.9999993799991999999999999.9999.990.57434299.9999.990.41587899.9999.9999.9999.9999.99321000022.6504837.86060.43412004.77220428904551
N5PB018227 202.44572448730547.11673355102540.2799910.2837881983.1300048828199.9999.9918.36299.9999.9915.286499.9999.9999.9999.9999.9999993799991999999999999.9999.990.51971399.9999.990.30929999.9999.9999.9999.9999.993210020210.777433.27670.431652004.77503333929992
N5PB006900 202.41354370117247.26437377929690.3488930.3447621994.4200439453119.839821.277799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5084870.46585899.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.5979324.78260.276645004.78381184498624
N5PB005796 202.37950134277347.14402770996090.3488930.3447621994.4200439453117.503618.489817.227199.9919.037117.521999.9999.9916.54416.18816.181351837997199994748490.4177820.4080950.43711899.990.4200980.31229599.9999.990.1290.224-999011112092.83535119.0160.136442004.78405129277708
N5PB006889 202.40902709960947.26265716552730.3488930.3447621994.4200439453120.337420.253799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6120990.42928299.9999.9999.9999.9999.9999.9999.9999.9999.993212041.94053148.1650.427079004.78713560213689
N5PB005536 202.51408386230547.12032699584960.3488930.3447621994.4200439453117.931819.745999.9999.9920.316399.9999.9999.9999.9999.9999.993518999979999999999990.4266720.4161799.9999.990.46880499.9999.9999.9999.9999.9999.993122047.25386170.6640.381698004.79946164089158
N5PB011527 202.5024414062547.11757659912110.2548330.2668841994.4300537109418.861120.018799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4478930.41993599.9999.9999.9999.9999.9999.9999.9999.9999.993120035.64079145.5560.221919004.80187923440724
N5PB037060 202.50532531738347.11813354492190.2548330.2668841994.4300537109420.169599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56101499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.07291122.2130.371187004.80349384461174
N5PB005517 202.50820922851647.11867523193360.3488930.3447621994.4200439453119.557519.507899.9999.9919.947699.9999.9999.9999.9999.9999.993518999979999999999990.4740020.41580499.9999.990.44139899.9999.9999.9999.9999.9999.993212054.53584117.1950.641593004.80908658515406
N5PB005925 202.36631774902347.15666198730470.3488930.3447621994.4200439453115.405416.52415.042299.9917.03715.568999.9999.9914.41113.9913.993351837997199994748490.4152240.407170.42157799.990.417920.29866199.9999.990.030.0340.056011112093.561290.5208270.0447464004.8094764121748
N5PB006418 202.58483886718847.21458053588870.3488930.3447621994.4200439453120.028222.243899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5156680.59916999.9999.9999.9999.9999.9999.9999.9999.9999.990222031.8123520.03430.268069004.82373501864535
N5PB011819 202.4055938720747.26190948486330.3049570.3099451994.4200439453199.9922.010699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55207799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.23976104.6510.638137004.82383814716499
N5PB011823 202.41082763671947.2641029357910.2548330.2668841994.4300537109420.316621.118899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6233040.45067799.9999.9999.9999.9999.9999.9999.9999.9999.993220022.01123113.3420.405497004.82415251797013
N5PB019056 202.42883300781347.27008438110350.2340010.2348721999.3499755859499.9999.9918.799499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57273399.9999.9999.9999.9999.9999.9999.9999.993100000011.530218.85560.432281004.83560709079116
N5PB018397 202.54881286621147.25546646118160.2248040.2293791996.1600341796999.9999.9918.564599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54150299.9999.9999.9999.9999.9999.9999.9999.993100000011.7275312.80260.281386004.85899970745121
N5PB011826 202.41439819335947.26644515991210.3049570.3099451994.4200439453199.9921.864218.585899.9999.9919.599.9999.9999.9999.9999.9999183799991999999999999.990.522380.56396899.9999.990.60430199.9999.9999.9999.9999.9931020031.78919124.8510.25923004.87665752246228
N5PB011789 202.55578613281347.25144195556640.3049570.3099451994.4200439453199.9922.171499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55990499.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.62797106.8710.567283004.87897206847183
N5PB006631 202.36531066894547.23371124267580.3488930.3447621994.4200439453120.299421.573299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5709160.47654599.9999.9999.9999.9999.9999.9999.9999.9999.993222041.584571.561450.370003004.87913577744638
N5PB017048 202.41188049316447.26561355590820.2548330.2668841994.4300537109420.498499.9999.9999.9920.838699.9999.9999.9999.9999.9999.993599999979999999999990.70419199.9999.9999.990.65878699.9999.9999.9999.9999.9999.99320200021.830945.37230.418112004.88171500157284
N5PB011784 202.55953979492247.24885940551760.2548330.2668841994.4300537109415.51316.732615.257199.9917.171216.017499.9999.9914.89114.48114.542351837997199994748490.4111820.4072270.42107599.990.4180450.29554599.9999.990.0360.0460.08501112064.92707148.0360.272402004.8847797397034
N5PB011788 202.5569610595747.25078201293950.3049570.3099451994.4200439453199.9922.022699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53641199.9999.9999.9999.9999.9999.9999.9999.9999.99310100025011.22759175.1860.0342179004.88588622565316
N5PB005504 202.51136779785247.11800765991210.3488930.3447621994.4200439453120.521999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66222999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6060170.14210.469739004.88974527439145
N5PB034873 202.40719604492247.26412582397460.2548330.2668841994.4300537109420.206621.87899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5944770.52071999.9999.9999.9999.9999.9999.9999.9999.9999.993220023.1218246.15920.59736004.9012323484059
N5PB005991 202.35804748535247.16503524780270.3488930.3447621994.4200439453119.810421.082799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4804640.43414699.9999.9999.9999.9999.9999.9999.9999.9999.990222052.0537594.9710.332051004.90599009438926
N5PB016866 202.50450134277347.11573791503910.2548330.2668841994.4300537109419.273599.9999.9999.9920.151499.9999.9999.9999.9999.9999.993599999979999999999990.46272599.9999.9999.990.45164399.9999.9999.9999.9999.9999.99320100023.48295160.5080.20317004.93125601906021
N5PB018253 202.4129180908247.12209320068360.2248040.2293791996.1600341796999.9999.9917.896899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46804199.9999.9999.9999.9999.9999.9999.9999.993100002013.2682239.72210.463528004.93653734840977
N5PB011521 202.49880981445347.1143875122070.3049570.3099451994.4200439453199.9921.255799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46304499.9999.9999.9999.9999.9999.9999.9999.9999.99320020023.2579469.19320.477968004.94921784429972
N5PB016867 202.51103210449247.11679458618160.2548330.2668841994.4300537109420.584899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.73962399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.51585163.0580.402944004.95355827640979
N5PB005522 202.52169799804747.1197586059570.3488930.3447621994.4200439453119.792521.53199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4974280.47951999.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.73514161.3410.475797004.95457917349149
N5PB006898 202.40232849121147.2632408142090.3488930.3447621994.4200439453119.699220.509999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4873830.43403799.9999.9999.9999.9999.9999.9999.9999.9999.993222043.373123.24110.546402004.96384678790267
N5PB006740 202.56321716308647.24800109863280.3488930.3447621994.4200439453120.394399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61853999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.50376102.7890.151965004.96402025162672
N5PB005491 202.51275634765647.11702346801760.3488930.3447621994.4200439453120.511199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65537799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.53134159.9980.422955004.9647692320398
N5PB005620 202.39962768554747.12704086303710.3488930.3447621994.4200439453120.525999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66480299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.5530921.00490.433717004.9704518951692
N5PB005611 202.40126037597747.12624740600590.3488930.3447621994.4200439453120.411399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62823199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.9429790.32670.520848004.97133542598259
N5PB006172 202.5919647216847.18908309936520.3488930.3447621994.4200439453120.227199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5591199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.3948292.93670.0352359004.97416274051147
N5PB006879 202.3979492187547.26143264770510.3488930.3447621994.4200439453120.439620.944499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6136930.44271799.9999.9999.9999.9999.9999.9999.9999.9999.993222041.5518492.5730.233477004.97762794477804
N5PB005500 202.51681518554747.1177482604980.3488930.3447621994.4200439453120.436321.75199.9999.9920.512899.9999.9999.9999.9999.9999.993518999979999999999990.6431640.50435999.9999.990.53960699.9999.9999.9999.9999.9999.993222031.8947554.09590.500298004.98480071200357
N5PB011517 202.50132751464847.11402893066410.2548330.2668841994.4300537109419.910422.201299.9999.9920.464499.9999.9999.9999.9999.9999.993518999979999999999990.5308280.6009399.9999.990.51192899.9999.9999.9999.9999.9999.993220033.4765552.1460.493382004.99522790507507
N5PB018205 202.47271728515647.11116790771480.2248040.2293791996.1600341796999.9999.9918.920999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.61629899.9999.9999.9999.9999.9999.9999.9999.993100000011.50207107.8750.408711005.00411868361991
N5PB005483 202.50935363769547.11547470092770.3488930.3447621994.4200439453119.105221.15699.9999.9920.46419.506899.9999.9999.9999.9999.99351899997199999999990.451620.45428699.9999.990.5116490.68887399.9999.9999.9999.9999.9932222055.36734112.8480.442163005.00596854440158
N5PB011796 202.55862426757847.25284194946290.3049570.3099451994.4200439453199.9921.454999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48216799.9999.9999.9999.9999.9999.9999.9999.9999.993100020015.0175174.8120.708357005.02038373503526
N5PB006430 202.58950805664147.21568298339840.3488930.3447621994.4200439453120.315699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57828699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.45427131.8140.256554005.02452148239152
N5PB011520 202.50746154785247.11466217041020.2548330.2668841994.4300537109419.388522.005699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4703180.55038499.9999.9999.9999.9999.9999.9999.9999.9999.993122027.03295164.5070.762357005.0283470652021
N5PB037199 202.39364624023447.26045608520510.2548330.2668841994.4300537109420.422599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64332199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.76006133.8730.402672005.03722335944962
N5PB034850 202.39086914062547.25897979736330.3111690.3297381993.1700439453199.9921.964199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53431799.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.95278115.6140.215376005.03986747680546
N5PB018214 202.4469451904347.11188125610350.2799910.2837881983.1300048828199.9999.9918.464399.9999.9918.315899.9999.9999.9999.9999.9999993799991999999999999.9999.990.52653499.9999.990.36639799.9999.9999.9999.9999.9931000023.54996155.3550.359936005.05048439580397
N5PB011540 202.40521240234447.12284469604490.3049570.3099451994.4200439453199.9921.884999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54186899.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.05012176.6450.622056005.05454110527628
N5PB005495 202.52075195312547.11756515502930.3488930.3447621994.4200439453120.159999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56182899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.32714158.8860.721524005.05825686315349
N5PB018398 202.55358886718847.25730895996090.2248040.2293791996.1600341796999.9999.9918.891699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60555299.9999.9999.9999.9999.9999.9999.9999.993100000011.5036617.70090.406971005.07088625130704
N5PB018417 202.41297912597747.26968765258790.2799910.2837881983.1300048828199.9999.9917.009899.9920.372318.754399.9999.9999.9999.9999.999999379971999999999999.9999.990.43423499.990.4844140.36962999.9999.9999.9999.9999.99311002042.11673166.3310.21998005.07583479383809
N5PB011515 202.49882507324247.11206817626950.2548330.2668841994.4300537109418.509821.167199.9999.9920.617999.9999.9999.9999.9999.9999.993518999979999999999990.4376670.45990799.9999.990.57417899.9999.9999.9999.9999.9999.993120045.398591640.0950079005.08471549462344
N5PB006789 202.55955505371147.25392913818360.3488930.3447621994.4200439453120.181999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57131699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.45209125.8850.478592005.09305054886113
N5PB018204 202.45558166503947.11024475097660.2340010.2348721999.3499755859499.9999.9916.412499.9999.9999.9999.9999.9915.50614.71914.571999937999999999947484999.9999.990.42272899.9999.9999.9999.9999.990.0560.0660.09532022.6101215.98640.112542005.09368625841114
N5PB011514 202.50204467773447.11245727539060.2548330.2668841994.4300537109420.141522.072599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5752160.55233199.9999.9999.9999.9999.9999.9999.9999.9999.993220023.55046124.9380.641854005.09387365003906
N5PB034410 202.52330017089847.11763381958010.3111690.3297381993.1700439453199.9922.272699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65310899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.74547165.3180.756927005.09777520658856
N5PB034409 202.51976013183647.11642074584960.3111690.3297381993.1700439453199.9921.650199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49226399.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.7669134.840.65985005.10489415940271
N5PB005564 202.403320312547.12262725830080.3488930.3447621994.4200439453120.469199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63018499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4771573.41390.372238005.10650152463558
N5PB005513 202.52763366699247.11889266967770.3488930.3447621994.4200439453120.495299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64557599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5158472.4130.406938005.1080916953383
N5PB006782 202.56144714355547.25307846069340.3488930.3447621994.4200439453120.473299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63254999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4995618.61310.394931005.11326591324698
N5PB006197 202.59565734863347.1917648315430.3488930.3447621994.4200439453120.162299.9918.768299.9999.9999.9999.9999.9999.9999.9999.9935993799999999999999990.54878499.990.58887999.9999.9999.9999.9999.9999.9999.9999.993202031.6526137.34460.0160387005.11648927213667
N5PB006006 202.59011840820347.1693038940430.3488930.3447621994.4200439453118.502620.949517.60199.9999.9919.478999.9999.9916.63915.70615.2763518379999199994748490.4225650.4290590.44628899.9999.990.51349399.9999.990.1470.1460.174011122082.3002954.59080.0763044005.11829204833369
N5PB006403 202.34674072265647.21044540405270.3488930.3447621994.4200439453119.3822.137899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4464030.575699.9999.9999.9999.9999.9999.9999.9999.9999.993222052.20145450.137568005.12363613567984
N5PB034436 202.38679504394547.13061904907230.3111690.3297381993.1700439453199.9921.895999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51053799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.80241174.3920.188482005.12849800975066
N5PB018201 202.47946166992247.10910797119140.2799910.2837881983.1300048828199.9999.9918.326599.9999.9919.482499.9999.9999.9999.9999.9999993799991999999999999.9999.990.52701799.9999.990.56385199.9999.9999.9999.9999.99321000021.50419160.2490.401923005.140498257424
N5PB006948 202.40617370605547.26837539672850.3488930.3447621994.4200439453120.411221.356199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6281510.47031199.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.95934161.2520.581762005.1411056795813
N5PB018418 202.4158477783247.27191162109380.2799910.2837881983.1300048828199.9999.9918.92899.9999.9919.449599.9999.9999.9999.9999.9999993799991999999999999.9999.990.61894499.9999.990.54604799.9999.9999.9999.9999.99321000022.67193164.6690.755822005.14326852360959
N5PB006945 202.40310668945347.26719284057620.3488930.3447621994.4200439453117.715919.607117.606499.9920.295118.895499.9999.9999.9999.9999.99351837997199999999990.4213730.412760.44256999.990.4533830.37757199.9999.9999.9999.9999.99311122084.960528.191620.385966005.14543374533823
N5PB011684 202.59640502929747.19724273681640.3049570.3099451994.4200439453199.9922.159599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58358399.9999.9999.9999.9999.9999.9999.9999.9999.99310022021.5473669.22970.435686005.14650420420675
N5PB005428 202.50137329101647.11131286621090.3488930.3447621994.4200439453120.217599.9999.9999.9920.859699.9999.9999.9999.9999.9999.993599999979999999999990.5717999.9999.9999.990.67115599.9999.9999.9999.9999.9999.99320202022.33268.81360.50918005.15348245896391
N5PB019064 202.42111206054747.27381515502930.2340010.2348721999.3499755859499.9999.9916.807499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43820399.9999.9999.9999.9999.9999.9999.9999.993100002013.6530314.83380.262696005.15964431313137
N5PB005448 202.51165771484447.11323165893550.3488930.3447621994.4200439453120.206799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5670399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202033.34531162.5860.755248005.16371943716397
N5PB006068 202.34745788574247.17306518554690.3488930.3447621994.4200439453119.601921.747799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4623270.49390999.9999.9999.9999.9999.9999.9999.9999.9999.993222052.58552115.5410.372372005.16998216973421
N5PB034404 202.52281188964847.11599731445310.3111690.3297381993.1700439453199.9922.238499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62391899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.626762.33580.386137005.17856619568513
N5PB005438 202.50848388671947.11220550537110.3488930.3447621994.4200439453120.406399.9999.9999.9920.826199.9999.9999.9999.9999.9999.993599999979999999999990.62532599.9999.9999.990.65144399.9999.9999.9999.9999.9999.99320202022.2831110.28140.5935005.18147446768171
N5PB006933 202.40002441406347.26662445068360.3488930.3447621994.4200439453120.247622.263399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5858240.64474699.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2288890.69330.551478005.18479913909094
N5PB006776 202.56501770019547.25233078002930.3488930.3447621994.4200439453120.200822.363599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5644770.70825499.9999.9999.9999.9999.9999.9999.9999.9999.993222022.0055481.18250.377385005.18992855266214
N5PB034393 202.50975036621147.11231994628910.2548330.2668841994.4300537109420.553321.06899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7103420.44948399.9999.9999.9999.9999.9999.9999.9999.9999.99310220022.0944668.24980.6848005.1907453744095
N5PB034401 202.52143859863347.11534500122070.3111690.3297381993.1700439453199.9922.31899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66078999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4955773.26240.398629005.1914177453422
N5PB019037 202.5462188720747.26414489746090.2340010.2348721999.3499755859499.9999.9918.689799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54956899.9999.9999.9999.9999.9999.9999.9999.993100002011.49635159.9650.400766005.19806894353243
N5PB006821 202.55844116210947.25717926025390.3488930.3447621994.4200439453120.422821.849699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6349970.5308199.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.16658102.5560.616801005.19976143425726
N5PB011503 202.49475097656347.10943984985350.3049570.3099451994.4200439453199.9918.741217.909999.9999.9918.220999.9999.9999.9999.9999.9999183799991999999999999.990.4097770.46445999.9999.990.35240999.9999.9999.9999.9999.99311012044.2103632.62170.225295005.20384098412606
N5PB034396 202.51565551757847.1134529113770.3111690.3297381993.1700439453199.9922.060899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5667699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.2894359.44120.434096005.20697829475661
N5PB005427 202.50704956054747.11139297485350.3488930.3447621994.4200439453119.738599.9999.9999.9920.374899.9999.9999.9999.9999.9999.993599999979999999999990.48653999.9999.9999.990.48951599.9999.9999.9999.9999.9999.99320202023.2816159.6320.511291005.2108143663121
N5PB005456 202.51928710937547.11430740356450.3488930.3447621994.4200439453120.321822.193399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6036770.59744199.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.03799.453280.535521005.21415553291942
N5PB019076 202.43186950683647.27750778198240.2340010.2348721999.3499755859499.9999.9918.773799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56723199.9999.9999.9999.9999.9999.9999.9999.993100000011.51177108.9680.411325005.21691085309146
N5PB018199 202.46841430664147.10748291015630.2799910.2837881983.1300048828199.9999.9918.754599.9999.9919.494999.9999.9999.9999.9999.9999993799991999999999999.9999.990.58403999.9999.990.59192499.9999.9999.9999.9999.9931000021.4834819.31880.402553005.22471930454341
N5PB011833 202.40400695800847.26919937133790.3049570.3099451994.4200439453199.9922.150299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58032299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.6428552.08250.400261005.2287526202982
N5PB011529 202.40853881835947.11813735961910.3049570.3099451994.4200439453199.9922.010999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55217599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.8782953.02160.511122005.2304408104106
N5PB016855 202.50364685058647.11029052734380.2548330.2668841994.4300537109420.497299.9999.9999.9920.65499.9999.9999.9999.9999.9999.993599999979999999999990.70311799.9999.9999.990.59942799.9999.9999.9999.9999.9999.99320200021.8715189.69420.500407005.23633837667491
N5PB018425 202.42424011230547.27608108520510.2248040.2293791996.1600341796999.9999.9917.250199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44317799.9999.9999.9999.9999.9999.9999.9999.99320000024.7606467.54290.301321005.23828092579977
N5PB034872 202.39389038085947.26503753662110.2548330.2668841994.4300537109420.588322.282399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7429970.62892499.9999.9999.9999.9999.9999.9999.9999.9999.993220022.8418301005.24978818292044
N5PB006601 202.35223388671947.22971725463870.3488930.3447621994.4200439453120.143799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52815199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.94692100.0010.511811005.25177222362949
N5PB037193 202.56216430664147.25599670410160.2548330.2668841994.4300537109420.446399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66107499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.91996160.9750.572037005.2557743029816
N5PB019051 202.53845214843847.26910781860350.2340010.2348721999.3499755859499.9999.9918.228999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50978399.9999.9999.9999.9999.9999.9999.9999.993100002011.951711.8270.3259005.26643503599645
N5PB011839 202.4039764404347.26992034912110.2548330.2668841994.4300537109420.600821.238999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7553660.45834999.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.5563674.37630.416499005.26648180766853
N5PB019068 202.42034912109447.27558898925780.2340010.2348721999.3499755859499.9999.9918.734299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55903299.9999.9999.9999.9999.9999.9999.9999.993100000012.10381158.9050.693715005.26980045302036
N5PB011694 202.598632812547.20479202270510.3049570.3099451994.4200439453199.9922.025199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53698799.9999.9999.9999.9999.9999.9999.9999.9999.99322021.4779972.15110.392246005.27035578645812
N5PB005398 202.50105285644547.10923767089840.3488930.3447621994.4200439453120.210299.9999.9999.9920.605799.9999.9999.9999.9999.9999.993599999979999999999990.5685599.9999.9999.990.565899.9999.9999.9999.9999.9999.993202021.7087146.30110.209196005.27111124116045
N5PB005635 202.55746459960947.12970352172850.3488930.3447621994.4200439453119.768221.142399.9999.9920.487399.9999.9999.9999.9999.9999.993518999979999999999990.4876620.44487299.9999.990.52013499.9999.9999.9999.9999.9999.99310222053.2840371.94410.551009005.27290334659939
N5PB005579 202.55017089843847.125488281250.3488930.3447621994.4200439453119.918599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49594999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.9277394.59370.262222005.27325865404843
N5PB034881 202.39761352539147.2673339843750.3111690.3297381993.1700439453199.9922.233199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61974499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.9331718.77960.574513005.27481117167291
N5PB005413 202.50712585449247.11028671264650.3488930.3447621994.4200439453120.382199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61178499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1336310.7950.600261005.27529873070588
N5PB006830 202.55909729003947.25859069824220.3488930.3447621994.4200439453120.493999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64477699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.969854.670540.610572005.27955192689381
N5PB034425 202.38864135742247.12624359130860.3111690.3297381993.1700439453199.9922.311699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6547599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.50038164.0040.397161005.27999572641984
N5PB034405 202.53115844726647.11686325073240.3111690.3297381993.1700439453199.9922.099499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5562199.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.902716.142990.489884005.28275100887361
N5PB005388 202.49943542480547.10871887207030.3488930.3447621994.4200439453120.454699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65458699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.1832513.35250.623446005.28608047107346
N5PB005467 202.41827392578147.11372756958010.3488930.3447621994.4200439453120.365822.193199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6031020.59756199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.1560977.34330.619894005.2926651799016
N5PB034582 202.3404998779347.18939971923830.3111690.3297381993.1700439453199.9922.244799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59985299.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.44676107.3080.382458005.29860365653103
N5PB006987 202.41052246093847.2730789184570.3488930.3447621994.4200439453120.503899.9999.9999.9920.404919.51799.9999.9999.9999.9999.99359999997199999999990.65086599.9999.9999.990.4951280.65505899.9999.9999.9999.9999.9931202031.5071519.45120.400509005.30251442614257
N5PB005462 202.41702270507847.11342620849610.3488930.3447621994.4200439453120.392399.9999.9999.9920.51799.9999.9999.9999.9999.9999.993599999979999999999990.61740199.9999.9999.990.5429999.9999.9999.9999.9999.9999.99320202021.9060752.92320.503064005.32983137582899
N5PB011783 202.57296752929747.24972915649410.3049570.3099451994.4200439453199.9922.150399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58039199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5889835.9330.365716005.33718906732151
N5PB006835 202.56138610839847.25845336914060.3488930.3447621994.4200439453119.248121.658799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4507930.49245399.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.48589102.5430.333728005.33802537089165
N5PB018424 202.41665649414147.27578735351560.2799910.2837881983.1300048828199.9999.9918.67299.9999.9919.283499.9999.9999.9999.9999.9999993799991999999999999.9999.990.57643999.9999.990.46454499.9999.9999.9999.9999.9931002022.58836132.4140.637213005.34048107198876
N5PB005468 202.41526794433647.11357879638670.3488930.3447621994.4200439453119.95599.9999.9999.9920.816599.9999.9999.9999.9999.9999.993599999979999999999990.51250799.9999.9999.990.64577299.9999.9999.9999.9999.9999.99320202022.4049572.27250.444591005.35108012233427
N5PB034840 202.56443786621147.25669097900390.3111690.3297381993.1700439453199.9922.32799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66952799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0353593.84580.623319005.35111968979028
N5PB006061 202.59851074218847.17560195922850.3488930.3447621994.4200439453119.724999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.47136399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.34045161.1770.401672005.35304320151213
N5PB005477 202.41206359863347.11449432373050.3488930.3447621994.4200439453120.094822.238899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5368220.6172599.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2355164.67420.489176005.35786697647328
N5PB006720 202.57847595214847.2454757690430.3488930.3447621994.4200439453120.491699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64338999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.6471656.40120.398557005.36584612041945
N5PB018197 202.47114562988347.10506439208980.2799910.2837881983.1300048828199.9999.9918.382899.9999.9919.285699.9999.9999.9999.9999.9999993799991999999999999.9999.990.52538299.9999.990.46884399.9999.9999.9999.9999.9931000022.1615724.46850.477952005.36943218768749
N5PB011494 202.50633239746147.10845947265630.2548330.2668841994.4300537109420.478222.13599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6867970.57453599.9999.9999.9999.9999.9999.9999.9999.9999.993220032.7297585.27310.744593005.37150473119088
N5PB005743 202.5773162841847.14210510253910.3488930.3447621994.4200439453119.726921.72618.466199.9999.9999.9999.9999.9999.9999.9999.9935183799999999999999990.4673460.4816040.51477699.9999.9999.9999.9999.9999.9999.9999.993222041.972070.9178460.282981005.38350682919604
N5PB034842 202.56744384765647.25555038452150.3111690.3297381993.1700439453199.9920.819399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44036399.9999.9999.9999.9999.9999.9999.9999.9999.993100020016.9683181.86790.568444005.39300721101742
N5PB034400 202.53135681152347.11479187011720.3111690.3297381993.1700439453199.9922.196699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61689999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3980134.41720.627944005.39649012279045
N5PB013434 202.56443786621147.25789642333980.3111690.3297381993.1700439453199.9922.087299.9999.9999.9919.481699.9999.9999.9999.9999.9999189999991999999999999.990.56603299.9999.9999.990.78724699.9999.9999.9999.9999.9932020021.96368155.8110.387488005.40173005511996
N5PB011827 202.3920898437547.26732635498050.3111690.3297381993.1700439453199.9921.737399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50400799.9999.9999.9999.9999.9999.9999.9999.9999.99320034.17305121.2220.640027005.40388785579495
N5PB006143 202.33860778808647.18313598632810.3488930.3447621994.4200439453120.467421.758399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6291950.49370799.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.45259159.660.374635005.41057534251658
N5PB005421 202.42419433593847.10983657836910.3488930.3447621994.4200439453120.386899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61434399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6002589.67080.3753005.41899500482151
N5PB006851 202.37648010253947.25862884521480.3488930.3447621994.4200439453119.710621.669718.573199.9999.9919.516699.9999.9999.9999.9999.993518379999199999999990.4609550.4758120.54407199.9999.990.61136199.9999.9999.9999.9999.9901222061.7218196.01470.16423005.41974379682855
N5PB011510 202.41941833496147.11105346679690.3049570.3099451994.4200439453199.9920.17399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.42467899.9999.9999.9999.9999.9999.9999.9999.9999.99320028.109394.130690.663095005.42205041746069
N5PB011484 202.49505615234447.10574722290040.3049570.3099451994.4200439453199.9922.185499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59436399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5522173.58080.420202005.42375142344384
N5PB005457 202.41299438476647.11291122436520.3488930.3447621994.4200439453119.895322.09299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5107310.58217499.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.8788157.0440.456795005.4267509203768
N5PB005873 202.35331726074247.15137863159180.3488930.3447621994.4200439453116.802518.999115.844899.9919.758517.57199.9999.991514.29614.112351837997199994748490.4161930.4087040.42387699.990.4255390.3121799.9999.990.0410.0460.05601112092.85687118.0310.0372886005.42685622375733
N5PB018427 202.41410827636747.27663803100590.2799910.2837881983.1300048828199.9999.9918.556899.9999.9919.516199.9999.9999.9999.9999.9999993799991999999999999.9999.990.55429999.9999.990.63631299.9999.9999.9999.9999.99321000021.69718162.5170.582445005.42998813229493
N5PB011501 202.42611694335947.10912322998050.3049570.3099451994.4200439453199.9922.141299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57688199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5068158.9840.411209005.43267071722847
N5PB006862 202.56163024902347.2606697082520.3488930.3447621994.4200439453119.16520.499.9999.9920.390499.9999.9999.9999.9999.9999.993518999979999999999990.4460490.41991999.9999.990.48213799.9999.9999.9999.9999.9999.99310222053.321966.90130.244678005.4410765905311
N5PB017058 202.40655517578147.27427291870120.2548330.2668841994.4300537109419.994899.9999.9999.9999.9919.463699.9999.9999.9999.9999.993599999999199999999990.53616599.9999.9999.9999.990.53029199.9999.9999.9999.9999.9931200022.7310849.72920.424167005.44143464476794
N5PB034836 202.57009887695347.25481414794920.3111690.3297381993.1700439453199.9922.242699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62725199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.52669143.0670.260975005.44353967417793
N5PB011852 202.40928649902347.27531433105470.3049570.3099451994.4200439453199.9922.128399.9999.9920.740199.9999.9999.9999.9999.9999.9999189999799999999999999.990.57204499.9999.990.6016199.9999.9999.9999.9999.9999.99310020021.2276366.34030.00147415005.44479434203
N5PB006553 202.34382629394547.22411727905270.3488930.3447621994.4200439453119.615499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46396699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.04393149.6250.106601005.44907528236285
N5PB006996 202.40425109863347.27357101440430.3488930.3447621994.4200439453119.799721.599999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4940010.48114499.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.539058.418630.385687005.45014162032041
N5PB016846 202.49745178222747.10537338256840.2548330.2668841994.4300537109420.498499.9999.9999.9920.584799.9999.9999.9999.9999.9999.993599999979999999999990.70419199.9999.9999.990.5682999.9999.9999.9999.9999.9999.99320200021.6055892.0620.377869005.46481531746638
N5PB005373 202.50785827636747.10705947875980.3488930.3447621994.4200439453120.27399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57935899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6803256.27270.155177005.46948751280094
N5PB034883 202.39129638671947.26832962036130.3111690.3297381993.1700439453199.9922.27499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65437299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.5546545.65380.26181005.47156328363224
2MJGQIYP 202.50969747.2817760.070.071998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.80415.05514.5999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0810.0860.095477777700000005.47475118940253
N5PB034886 202.39236450195347.26906585693360.2548330.2668841994.4300537109419.843921.291499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.517420.45984899.9999.9999.9999.9999.9999.9999.9999.9999.993222023.4562187.5170.522252005.48205100121056
N5PB011490 202.50038146972747.10544204711910.2548330.2668841994.4300537109418.017120.26818.602699.9920.523319.492299.9999.9999.9999.9999.99351837997199999999990.4266390.423310.55317799.990.5363690.58507599.9999.9999.9999.9999.99311200611.7281134.3340.75653005.4863438895099
N5PB005590 202.55769348144547.12504959106450.3488930.3447621994.4200439453115.035316.433414.566499.9916.642415.44999.9999.9914.00413.43313.419351837997199994748490.4151240.4051470.41547699.990.417940.29742299.9999.990.0260.0290.039011112093.79585131.4010.0380318005.48836305086744
N5PB011488 202.50466918945347.10610580444340.3049570.3099451994.4200439453199.9921.480299.9999.9920.559399.9999.9999.9999.9999.9999.9999189999799999999999999.990.47731599.9999.990.56407499.9999.9999.9999.9999.9999.99320020022.4633742.16470.356238005.48969440072673
N5PB011493 202.429687547.10730361938480.3049570.3099451994.4200439453199.9921.705199.9999.9999.9919.502199.9999.9999.9999.9999.9999189999991999999999999.990.51110299.9999.9999.990.7114199.9999.9999.9999.9999.9932020022.61704176.9150.469556005.49016049618739
N5PB018440 202.43127441406347.28215789794920.2248040.2293791996.1600341796999.9999.9918.594399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56692499.9999.9999.9999.9999.9999.9999.9999.99322.2352436.24290.534588005.49067870188649
N5PB018430 202.41549682617247.2782630920410.2799910.2837881983.1300048828199.9999.9918.493999.9999.9919.448699.9999.9999.9999.9999.9999993799991999999999999.9999.990.53489599.9999.990.54479299.9999.9999.9999.9999.99321002022.41574146.8640.665821005.49536841191609
N5PB006534 202.59768676757847.22459793090820.3488930.3447621994.4200439453119.278621.79299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4429270.50379799.9999.9999.9999.9999.9999.9999.9999.9999.993222052.405130.85340.163412005.49878462715837
N5PB034397 202.53399658203147.11378097534180.3111690.3297381993.1700439453199.9922.10799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57707299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.94457101.8470.211252005.50047892025506
N5PB011811 202.56571960449247.25939941406250.3111690.3297381993.1700439453199.9921.478199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47372199.9999.9999.9999.9999.9999.9999.9999.9999.99310020023.918099.710460.376008005.50232057940715
N5PB034429 202.56518554687547.12935256958010.3111690.3297381993.1700439453199.9922.16499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59384799.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7093360.85340.279819005.50535535118276
N5PB006466 202.60078430175847.21821212768550.3488930.3447621994.4200439453119.693221.21899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4708210.44837799.9999.9999.9999.9999.9999.9999.9999.9999.993222042.23731115.2950.302644005.50755054633277
N5PB005375 202.51393127441447.10760116577150.3488930.3447621994.4200439453120.444399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64811599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.15969103.8980.6233005.51338134726173
N5PB037078 202.57737731933647.13833999633790.2548330.2668841994.4300537109420.392299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6224199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8256108.4140.528588005.52069562942634
N5PB034835 202.57337951660247.25442886352540.3111690.3297381993.1700439453199.9922.355299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69907699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5585719.16060.429469005.52914383858322
N5PB011732 202.5965118408247.22824478149410.3049570.3099451994.4200439453199.9921.863399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50896799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.791754.022990.768885005.52958691148744
N5PB011851 202.40429687547.27512741088870.3049570.3099451994.4200439453199.9921.937699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54471799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.93169173.990.679218005.5306429827247
N5PB011499 202.42066955566447.1086997985840.3049570.3099451994.4200439453199.9922.150599.9999.9920.830199.9999.9999.9999.9999.9999.9999189999799999999999999.990.58046199.9999.990.653899.9999.9999.9999.9999.9999.99320021.2657290.07660.0545226005.53395595658229
N5PB011845 202.40135192871147.27404785156250.3049570.3099451994.4200439453199.9921.906799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53487499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.955648.870670.519912005.53398924053537
N5PB005389 202.42326354980547.10790252685550.3488930.3447621994.4200439453120.326799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.58350899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.90575173.2090.802323005.54102214552406
N5PB006912 202.38139343261747.26450729370120.3488930.3447621994.4200439453120.175322.116999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5237780.56545199.9999.9999.9999.9999.9999.9999.9999.9999.993222041.4390844.47080.239795005.54248248072454
N5PB034387 202.5198516845747.10849380493160.3111690.3297381993.1700439453199.9922.246699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63056899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.9888519.0770.59586005.54627642726485
N5PB019065 202.53640747070347.27537155151370.2340010.2348721999.3499755859499.9999.9917.785599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47571199.9999.9999.9999.9999.9999.9999.9999.993100002012.4629620.60430.338231005.54814771711657
N5PB037041 202.50785827636747.10569000244140.2548330.2668841994.4300537109420.311899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59804499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.74344171.4010.724742005.54840607783402
N5PB018237 202.54884338378947.11908721923830.2248040.2293791996.1600341796999.9999.9918.153899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45978699.9999.9999.9999.9999.9999.9999.9999.990100002011.385287.530690.118218005.54875703150833
N5PB006877 202.56230163574247.26274490356450.3488930.3447621994.4200439453119.982121.942699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5284640.54637399.9999.9999.9999.9999.9999.9999.9999.9999.99320222034.35505179.6360.662415005.55091344106432
N5PB011474 202.4929962158247.10322952270510.3049570.3099451994.4200439453199.9921.388399.9999.9920.825199.9999.9999.9999.9999.9999.9999189999799999999999999.990.47140499.9999.990.6508299.9999.9999.9999.9999.9999.99320023.69158174.440.554644005.55756652676481
N5PB037189 202.57603454589847.25300979614260.2548330.2668841994.4300537109420.555799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71253799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.5184892.34630.203557005.55774391495257
N5PB005358 202.50970458984447.10589218139650.3488930.3447621994.4200439453119.718799.9999.9999.9920.382599.9999.9999.9999.9999.9999.993599999979999999999990.49110299.9999.9999.990.49012599.9999.9999.9999.9999.9999.99320202023.56374148.7770.517594005.5581109449768
N5PB011842 202.39837646484447.27340698242190.2548330.2668841994.4300537109420.46122.200899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6726950.60076399.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.4917442.24230.225574005.56370833664353
N5PB006858 202.565429687547.26103973388670.3488930.3447621994.4200439453120.067721.464899.9999.9920.595399.9999.9999.9999.9999.9999.993518999979999999999990.5489310.47416199.9999.990.55876299.9999.9999.9999.9999.9999.993222043.3707831.2490.432458005.56406598921071
N5PB005355 202.43334960937547.10517501831050.3488930.3447621994.4200439453120.359921.513499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6000260.48305499.9999.9999.9999.9999.9999.9999.9999.9999.993222021.9163713.02970.470718005.56985859108603
N5PB006810 202.57260131835947.2561759948730.3488930.3447621994.4200439453120.328422.023599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.60720.56070699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.95319144.7290.368811005.5740025370341
N5PB005853 202.59140014648447.15157699584960.3488930.3447621994.4200439453115.547416.44615.075999.9916.698615.900599.9999.9914.53714.12214.036351837997199994748490.4152670.4045710.41632699.990.417840.29706599.9999.990.0310.0410.059011112093.46805154.1420.0605656005.57429509465899
N5PB006163 202.33410644531347.18526077270510.3488930.3447621994.4200439453119.929599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49105799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.576417.76150.042972005.57839866609568
N5PB011476 202.4978790283247.10340499877930.3049570.3099451994.4200439453199.9921.169199.9999.9920.556599.9999.9999.9999.9999.9999.9999189999799999999999999.990.45564399.9999.990.56187299.9999.9999.9999.9999.9999.99320023.9504399.01920.556612005.58400519130449
N5PB034853 202.56704711914147.26049423217770.3111690.3297381993.1700439453199.9922.280499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62733899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4992673.12340.398815005.58699495272615
N5PB005359 202.43101501464847.10533142089840.3488930.3447621994.4200439453120.222220.894699.9999.9920.696899.9999.9999.9999.9999.9999.993518999979999999999990.5739320.44338999.9999.990.60413399.9999.9999.9999.9999.9999.993222051.90435162.5810.327071005.58735907119142
N5PB011480 202.43499755859447.10448837280270.3049570.3099451994.4200439453199.9921.949899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54880399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.28422119.6660.606123005.5918717215582
N5PB011479 202.43756103515647.10399627685550.3049570.3099451994.4200439453199.9921.803299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51759499.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.527461.63580.552136005.59456592179524
N5PB034848 202.57019042968847.25854873657230.3111690.3297381993.1700439453199.9922.369199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.71468399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3661411.03180.712693005.59749137778343
N5PB006989 202.39418029785247.27228164672850.3488930.3447621994.4200439453119.789221.346999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.486870.4690199.9999.9999.9999.9999.9999.9999.9999.9999.993222032.59086108.8260.423015005.59918309651308
N5PB037209 202.38920593261747.27009963989260.2548330.2668841994.4300537109420.408999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63368699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.7984189.50840.469453005.6075146634622
N5PB011672 202.33308410644547.18748474121090.3049570.3099451994.4200439453199.9921.694199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49178299.9999.9999.9999.9999.9999.9999.9999.9999.99010022021.9588945.81420.409105005.60809408055552
N5PB019074 202.53215026855547.27803421020510.2340010.2348721999.3499755859499.9999.9917.951899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48853299.9999.9999.9999.9999.9999.9999.9999.993100000012.0126149.460.118727005.60816158375445
N5PB011475 202.43621826171947.1039466857910.2548330.2668841994.4300537109420.480421.879199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6886750.52661799.9999.9999.9999.9999.9999.9999.9999.9999.993220021.54655144.3850.164052005.61075874611274
N5PB005369 202.42584228515647.10602569580080.3488930.3447621994.4200439453119.846621.969599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5045560.53863199.9999.9999.9999.9999.9999.9999.9999.9999.993222033.5398114.16410.580448005.61198601148499
N5PB034595 202.33259582519547.1920242309570.3111690.3297381993.1700439453199.9922.292899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63779899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.22955176.9610.00483011005.61375589917144
N5PB018441 202.42271423339847.28238296508790.2799910.2837881983.1300048828199.9999.9917.492899.9999.9919.486599.9999.9999.9999.9999.9999993799991999999999999.9999.990.45312799.9999.990.56947599.9999.9999.9999.9999.9931000032.11085158.2960.693488005.6141033696624
N5PB005303 202.48988342285247.1018791198730.3488930.3447621994.4200439453120.120821.171499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5208590.45814899.9999.9999.9999.9999.9999.9999.9999.9999.99310000225021.69045120.5970.283536005.61793750987353
N5PB005770 202.35679626464847.14137649536130.3488930.3447621994.4200439453117.257219.494117.131899.9920.336718.385399.9999.9916.01315.47115.03351837997199994748490.4177520.4107450.43710899.990.4683940.33518599.9999.990.0890.1110.1431112093.236126.5130.0500541005.62058248252152
N5PB006368 202.60639953613347.20959854125980.3488930.3447621994.4200439453119.014519.684318.275699.9920.007519.206999.9999.9999.9999.9999.99351837997199999999990.4290590.4105410.4988499.990.4324790.40140499.9999.9999.9999.9999.9901122082.2607147.2930.289038005.62372786622896
N5PB005632 202.37300109863347.12788772583010.3488930.3447621994.4200439453120.126399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54836799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.001641.33490.704741005.63329563422708
N5PB011485 202.51744079589847.10622024536130.3049570.3099451994.4200439453199.9922.028599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55783399.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.08598165.9570.59119005.63915288008893
N5PB007007 202.39788818359447.27487182617190.3488930.3447621994.4200439453120.217221.506699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.555040.48184499.9999.9999.9999.9999.9999.9999.9999.9999.993222052.37546146.6120.631782005.64897043735127
N5PB034862 202.56813049316447.26127624511720.2548330.2668841994.4300537109420.370721.329399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6355650.46589799.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.3758755.89450.630706005.65136872876698
N5PB034888 202.38687133789147.26984024047850.3111690.3297381993.1700439453199.9922.339499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.68212499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.49559108.7690.391336005.65158873531963
N5PB011831 202.55522155761747.26907348632810.3049570.3099451994.4200439453199.9921.342899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46842799.9999.9999.9999.9999.9999.9999.9999.9999.99320024.3909731.86720.709014005.65522311096114
N5PB006829 202.57203674316447.25863265991210.3488930.3447621994.4200439453120.427322.206999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6071340.62486599.9999.9999.9999.9999.9999.9999.9999.9999.993222021.45637110.3690.384965005.65588533600695
N5PB016839 202.44560241699247.1017494201660.2548330.2668841994.4300537109420.484399.9999.9999.9920.702119.495499.9999.9999.9999.9999.99359999997199999999990.69198599.9999.9999.990.6075680.73956699.9999.9999.9999.9999.9932202042.13796102.4970.608469005.65818748101851
N5PB005340 202.50965881347747.10410690307620.3488930.3447621994.4200439453119.806822.040899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5006150.55657399.9999.9999.9999.9999.9999.9999.9999.9999.993222024.37591113.8770.704808005.6601933137379
N5PB016840 202.44296264648447.10204315185550.2548330.2668841994.4300537109420.624299.9999.9999.9920.363499.9999.9999.9999.9999.9999.993599999979999999999990.77926899.9999.9999.990.47988399.9999.9999.9999.9999.9999.993200021.6647958.30180.384308005.66103013725799
N5PB005787 202.35360717773447.14339065551760.3488930.3447621994.4200439453119.10721.249399.9999.9999.9919.510699.9999.9999.9999.9999.993518999999199999999990.4341150.45131599.9999.9999.990.6676999.9999.9999.9999.9999.9902222062.524824.52520.305522005.66165456849482
N5PB011471 202.49400329589847.10156631469730.3049570.3099451994.4200439453199.9921.587699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49158899.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.306114.725340.257321005.66287641129227
N5PB006932 202.55717468261747.2682380676270.3488930.3447621994.4200439453120.246322.196799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5852140.59902899.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2731855.08470.546907005.66510493735288
N5PB034374 202.51263427734447.1046218872070.2548330.2668841994.4300537109420.594721.871999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7493160.52614899.9999.9999.9999.9999.9999.9999.9999.9999.99310000222021.5501570.42240.42483005.66645837087853
N5PB018421 202.54504394531347.27418899536130.2799910.2837881983.1300048828199.9999.9918.33899.9999.9919.513999.9999.9999.9999.9999.9999993799991999999999999.9999.990.52198199.9999.990.61287599.9999.9999.9999.9999.9931000021.51078123.690.567259005.66744631783298
N5PB018448 202.43429565429747.2858161926270.2799910.2837881983.1300048828199.9999.9918.247799.9999.9919.507699.9999.9999.9999.9999.9999993799991999999999999.9999.990.50641799.9999.990.58007699.9999.9999.9999.9999.9931000032.102801005.66811830825085
N5PB018447 202.43498229980547.28594207763670.2248040.2293791996.1600341796999.9999.9917.661499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45856199.9999.9999.9999.9999.9999.9999.9999.99320000024.5883616.59510.445163005.66826452664683
N5PB006904 202.56254577636747.26536178588870.3488930.3447621994.4200439453120.211799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56920899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202031.97456116.8410.383466005.67416682384944
N5PB005302 202.49133300781347.10100936889650.3488930.3447621994.4200439453120.077820.648799.9999.9920.466499.9999.9999.9999.9999.9999.993518999979999999999990.5420140.43358899.9999.990.52123499.9999.9999.9999.9999.9999.99310000225032.78954139.7390.495327005.67826202455726
N5PB007047 202.40130615234447.27682876586910.3488930.3447621994.4200439453118.461499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.43556899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320102028.8786885.0990.545967005.67931600848286
N5PB005344 202.51339721679747.10455703735350.3488930.3447621994.4200439453120.307599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59625599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.68228110.5360.681195005.67974087538108
N5PB034766 202.59870910644547.23137664794920.2548330.2668841994.4300537109420.477522.127399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6862080.58940899.9999.9999.9999.9999.9999.9999.9999.9999.993222021.46379154.790.107628005.6832764323962
N5PB006986 202.38987731933647.27201461791990.3488930.3447621994.4200439453120.536420.940799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6715910.44559199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.3222510.28530.709862005.68496384255842
N5PB018437 202.41429138183647.28135681152340.2799910.2837881983.1300048828199.9999.9918.480999.9920.620219.122799.9999.9999.9999.9999.999999379971999999999999.9999.990.54356599.990.5757290.44095499.9999.9999.9999.9999.9931000042.93382166.8740.512107005.68500455444366
N5PB034386 202.52638244628947.10783004760740.3111690.3297381993.1700439453199.9922.325699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66815399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.55375107.9090.424425005.68543395038333
N5PB034377 202.51695251464847.10521697998050.3111690.3297381993.1700439453199.9921.785499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50608299.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.5691854.78280.252226005.68906375817389
N5PB006493 202.60455322265647.22076797485350.3488930.3447621994.4200439453118.571719.641417.459199.9920.280619.400399.9999.9999.9999.9999.99351837997199999999990.4247270.4117990.44925399.990.4501590.43737699.9999.9999.9999.9999.9901122092.4962592.310.133064005.69642073316774
N5PB037039 202.43269348144547.1030845642090.2548330.2668841994.4300537109419.948299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4896199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202012.006531640.412497005.69786838416001
N5PB011472 202.43827819824247.10210037231450.3049570.3099451994.4200439453199.9921.58499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49087799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.6540392.53150.53164005.69834513050034
N5PB005449 202.40238952636747.1114997863770.3488930.3447621994.4200439453117.18319.342216.331399.9920.078417.918199.9999.9915.28814.63314.534351837997199994748490.4169110.4096070.42318599.990.4332210.31489999.9999.990.0470.0610.088011112092.7512147.86540.0496817005.70043919777752
N5PB005594 202.5685272216847.12681961059570.3488930.3447621994.4200439453119.990499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50538699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.7702320.66610.243718005.70934470047776
N5PB006941 202.55717468261747.26926040649410.3488930.3447621994.4200439453120.532399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66891199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.51415159.4960.416525005.71308322642083
N5PB005306 202.49812316894547.10115051269530.3488930.3447621994.4200439453119.048821.908499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4495590.535499.9999.9999.9999.9999.9999.9999.9999.9999.993122034.6939113.9580.217501005.71852961059462
N5PB034382 202.52566528320347.10697937011720.3111690.3297381993.1700439453199.9922.325299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66774499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.00348175.280.61029005.72055757713031
N5PB034506 202.60144042968847.1607589721680.2548330.2668841994.4300537109420.617922.026999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7727420.54993399.9999.9999.9999.9999.9999.9999.9999.9999.993222022.33085168.8970.71125005.72237487831952
N5PB034753 202.60116577148447.22906875610350.3111690.3297381993.1700439453199.9922.329399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67189199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.53727109.710.426917005.72422305508737
N5PB034894 202.385742187547.27090454101560.3111690.3297381993.1700439453199.9922.316199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65896699.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.56251160.1980.448206005.73025486852288
N5PB011846 202.39279174804747.27430343627930.3049570.3099451994.4200439453199.9921.734499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50974599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.262647.89150.747643005.73153038669154
N5PB018420 202.54635620117247.27492523193360.2248040.2293791996.1600341796999.9999.9918.43799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53042799.9999.9999.9999.9999.9999.9999.9999.993100000012.38393114.7390.458372005.73346711240915
N5PB034388 202.53338623046947.10914611816410.3111690.3297381993.1700439453199.9922.301799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64568299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.509969.26580.407158005.73582216665384
N5PB018423 202.54246520996147.27662277221680.2799910.2837881983.1300048828199.9999.9918.37299.9999.9919.355299.9999.9999.9999.9999.9999993799991999999999999.9999.990.52241599.9999.990.48550499.9999.9999.9999.9999.9931002032.0650316.2890.480109005.73646265084952
N5PB011459 202.49185180664147.1000251770020.3049570.3099451994.4200439453199.9922.105799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53895699.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.62059165.6050.578638005.73985457233127
N5PB005771 202.35246276855547.14204406738280.3488930.3447621994.4200439453120.12322.172199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5470980.58896199.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.0458930.77440.343358005.74489376403758
N5PB005297 202.50117492675847.10109710693360.3488930.3447621994.4200439453120.52321.635299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6628950.49485499.9999.9999.9999.9999.9999.9999.9999.9999.993222031.9851359.12670.612037005.74773621352866
N5PB007016 202.39660644531347.27631378173830.3488930.3447621994.4200439453120.217599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5717999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.65545133.0110.188016005.75000156663971
N5PB007030 202.39866638183647.27732849121090.3488930.3447621994.4200439453120.463422.009999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6602140.55183599.9999.9999.9999.9999.9999.9999.9999.9999.993222031.55671134.3250.262309005.75908021661409
N5PB011460 202.48703002929747.09920501708980.2548330.2668841994.4300537109420.096421.404299.9999.9920.808699.9999.9999.9999.9999.9999.993518999979999999999990.5550230.47380899.9999.990.64117799.9999.9999.9999.9999.9999.993220032.4195355.10480.392678005.76178044959973
N5PB034373 202.51144409179747.10269546508790.3111690.3297381993.1700439453199.9922.334899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67736299.9999.9999.9999.9999.9999.9999.9999.9999.99310100025013.20649163.4180.621484005.76228077125422
N5PB005698 202.58306884765647.13662719726560.3488930.3447621994.4200439453117.736619.157617.263499.9919.41618.182299.9999.9999.9999.9999.99351837997199999999990.4183370.4061660.43253999.990.4229820.31812699.9999.9999.9999.9999.9901112092.554720.1080730.0609637005.76766137476723
N5PB011885 202.41838073730547.28414535522460.3049570.3099451994.4200439453199.9920.160699.9999.9920.704399.9999.9999.9999.9999.9999.9999189999799999999999999.990.42398599.9999.990.60894799.9999.9999.9999.9999.9999.99320020027.38529119.2690.680461005.77566517444003
N5PB011829 202.56016540527347.26899337768550.3049570.3099451994.4200439453199.9922.160499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58430699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.68044148.1330.383152005.77702922622946
N5PB007021 202.39437866210947.27602005004880.3488930.3447621994.4200439453120.446999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6497199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.80629134.3750.411979005.7829632175512
N5PB011887 202.42192077636747.28521728515630.3049570.3099451994.4200439453199.9920.517418.518899.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4315940.54231499.9999.9999.9999.9999.9999.9999.9999.99320020025.07523125.1890.118378005.78492993053839
N5PB005352 202.52630615234447.10594558715820.3488930.3447621994.4200439453120.389799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61597499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.870335.30130.495406005.78787851862396
N5PB018450 202.43156433105547.28739547729490.2799910.2837881983.1300048828199.9999.9918.42999.9920.550219.386399.9999.9999.9999.9999.999999379971999999999999.9999.990.53889999.990.5569610.48371899.9999.9999.9999.9999.9931002041.7783137.7460.440045005.78898558195166
N5PB005292 202.44149780273447.10005569458010.3488930.3447621994.4200439453120.585699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.70536399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.797091.405140.451501005.78981232501945
N5PB034910 202.39044189453147.2744712829590.2548330.2668841994.4300537109420.290919.36499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6274690.42129999.9999.9999.9999.9999.9999.9999.9999.9999.99320210022.73592107.2140.600151005.79310981883806
N5PB006909 202.56636047363347.26575088500980.3488930.3447621994.4200439453119.646299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.47827199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202023.7004986.4070.568197005.79553864254904
N5PB011813 202.57293701171947.26150894165040.3111690.3297381993.1700439453199.9921.974699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54899999.9999.9999.9999.9999.9999.9999.9999.9999.99310022023.35372154.620.566376005.80091237012939
N5PB007011 202.39251708984447.27558517456050.3488930.3447621994.4200439453120.486899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64055799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.3318310.71510.711822005.80196717482288
N5PB011840 202.55499267578147.27236557006840.3049570.3099451994.4200439453199.9921.893699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53088899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.10353157.480.516109005.80703853939222
N5PB005322 202.43086242675847.10152816772460.3488930.3447621994.4200439453120.250622.345699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5873190.68862499.9999.9999.9999.9999.9999.9999.9999.9999.993222032.5477668.77540.625795005.80809709208217
N5PB011461 202.44754028320347.09888839721680.2548330.2668841994.4300537109420.443421.357999.9999.9920.797399.9999.9999.9999.9999.9999.993518999979999999999990.6588740.47057899.9999.990.63460499.9999.9999.9999.9999.9999.993220031.82846144.8120.485543005.8140848432594
N5PB005301 202.49328613281347.09890365600590.3488930.3447621994.4200439453118.018621.129199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4277360.45164299.9999.9999.9999.9999.9999.9999.9999.9999.99310000122037.07388111.2410.347063005.81553764500517
N5PB006790 202.35464477539147.25173950195310.3488930.3447621994.4200439453118.733919.999718.523599.9920.30719.128299.9999.9999.9999.9999.99351837997199999999990.4253240.416360.52975799.990.4516930.39530999.9999.9999.9999.9999.9901112082.2985130.4370.202013005.82735107700051
N5PB011462 202.44309997558647.09917449951170.3049570.3099451994.4200439453199.9922.1299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56898199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4579319.15980.369132005.82882782921812
N5PB006142 202.61273193359447.18589019775390.3488930.3447621994.4200439453120.318899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57977699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.587720.2473560.375413005.83343684289448
N5PB005274 202.45474243164147.09782028198240.3488930.3447621994.4200439453119.137921.427399.9999.9920.430399.9999.9999.9999.9999.9999.993518999979999999999990.4530650.47331999.9999.990.50726699.9999.9999.9999.9999.9999.993222044.5429215.45560.353568005.83827419286143
N5PB034365 202.51948547363347.10316085815430.3111690.3297381993.1700439453199.9922.241699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62648299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.88077179.5770.501341005.84021523117315
N5PB007033 202.39572143554747.27774047851560.3488930.3447621994.4200439453120.425699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60622199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4498372.98660.368033005.84183668396022
N5PB006944 202.56188964843847.26947021484380.3488930.3447621994.4200439453119.938899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52288799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.80686167.7490.480556005.84380479000666
N5PB011456 202.46211242675847.0972251892090.2548330.2668841994.4300537109420.075420.910699.9999.9920.118819.512199.9999.9999.9999.9999.99351899997199999999990.5572880.43937799.9999.990.449710.65848599.9999.9999.9999.9999.9932222044.312913.274550.705049005.84905110872114
N5PB006891 202.57015991210947.2645759582520.3488930.3447621994.4200439453120.283622.316699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5844150.65948499.9999.9999.9999.9999.9999.9999.9999.9999.993222022.3204124.4310.621197005.85045663065967
N5PB005718 202.35560607910247.13593673706050.3488930.3447621994.4200439453119.197921.637418.86399.9999.9919.507699.9999.9999.9999.9999.993518379999199999999990.4395410.488160.59537399.9999.990.58308799.9999.9999.9999.9999.9901222062.390156.18670.206676005.85098955958332
N5PB011448 202.48585510253947.0975990295410.3049570.3099451994.4200439453199.9921.726599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49874399.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.1580654.85150.405719005.85205095971962
N5PB005286 202.50376892089847.09972000122070.3488930.3447621994.4200439453120.57922.151199.9999.9920.587199.9999.9999.9999.9999.9999.993518999979999999999990.7006150.58059399.9999.990.57005299.9999.9999.9999.9999.9999.993222041.658334.32490.378197005.85222018248963
N5PB005281 202.50024414062547.09915161132810.3488930.3447621994.4200439453120.06821.526199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5385150.48537599.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2182198.8290.322284005.85361150108912
N5PB005275 202.45066833496147.09788131713870.3488930.3447621994.4200439453119.973121.692799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5256680.50802699.9999.9999.9999.9999.9999.9999.9999.9999.99320222023.3927278.3410.507077005.85497953425661
N5PB011455 202.48754882812547.09767150878910.2548330.2668841994.4300537109420.354722.071499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6495510.57410199.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.5523246.61650.565191005.85566596400881
N5PB007051 202.39944458007847.27950286865230.3488930.3447621994.4200439453120.528222.021899.9999.9920.734499.9999.9999.9999.9999.9999.993518999979999999999990.6662760.55591399.9999.990.62845499.9999.9999.9999.9999.9999.993222052.0067184.71380.628967005.85625499318249
N5PB011890 202.42744445800847.28775787353520.3049570.3099451994.4200439453199.9921.622899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49909599.9999.9999.9999.9999.9999.9999.9999.9999.99320023.215226.41770.595216005.8576380296834
N5PB011450 202.45718383789147.09732437133790.3049570.3099451994.4200439453199.9921.878799.9999.9920.808699.9999.9999.9999.9999.9999.9999189999799999999999999.990.52651599.9999.990.64117799.9999.9999.9999.9999.9999.99320021.990498.87080.522611005.85795938469649
N5PB005243 202.46871948242247.09691619873050.3488930.3447621994.4200439453120.333199.9999.9999.9920.624299.9999.9999.9999.9999.9999.993599999979999999999990.58659899.9999.9999.990.57851699.9999.9999.9999.9999.9999.993202022.09591167.8060.61832005.85852046987892
N5PB034849 202.57788085937547.25946807861330.3111690.3297381993.1700439453199.9922.211799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60366899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.574175.9420.368534005.86591116494632
N5PB011886 202.41673278808647.28537368774410.3049570.3099451994.4200439453199.9921.196599.9999.9920.83799.9999.9999.9999.9999.9999.9999189999799999999999999.990.4586299.9999.990.6578199.9999.9999.9999.9999.9999.99320020033.0683113.2340.196281005.86890893684439
N5PB005310 202.51576232910247.10174560546880.3488930.3447621994.4200439453118.969521.187699.9999.9920.49299.9999.9999.9999.9999.9999.993518999979999999999990.4422880.44747299.9999.990.5139599.9999.9999.9999.9999.9999.99310122054.71739129.4930.454782005.87018684955913
N5PB012937 202.52313232421947.10353469848630.3111690.3297381993.1700439453199.9922.042399.9999.9999.9919.512699.9999.9999.9999.9999.9999189999991999999999999.990.55732199.9999.9999.990.6073999.9999.9999.9999.9999.9931020022.41721108.5090.535178005.8722135397004
N5PB018439 202.4029998779347.28125381469730.2248040.2293791996.1600341796999.9999.9918.303599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.51291699.9999.9999.9999.9999.9999.9999.9999.993100002012.0316175.9880.173804005.87903786636369
N5PB006564 202.33335876464847.22556686401370.3488930.3447621994.4200439453119.728822.071799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4762460.55206599.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.249894.21660.285221005.88099865381362
N5PB006959 202.56109619140647.27088546752930.3488930.3447621994.4200439453120.316921.941899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6011110.53021999.9999.9999.9999.9999.9999.9999.9999.9999.993222032.33945141.5210.560883005.88896471610324
N5PB005257 202.4954376220747.09790420532230.3488930.3447621994.4200439453120.286821.400199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5859340.47317699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.9486717.25160.386818005.88942123110092
N5PB011445 202.4597930908247.09662628173830.3049570.3099451994.4200439453199.9920.692199.9999.9920.516899.9999.9999.9999.9999.9999.9999189999799999999999999.990.43667699.9999.990.54281199.9999.9999.9999.9999.9999.99320020024.7210817.96890.331383005.89101620493014
N5PB005256 202.49844360351647.09809875488280.3488930.3447621994.4200439453120.542799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6757599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.53316160.4920.418772005.90062828739802
N5PB034369 202.51358032226647.10069656372070.3111690.3297381993.1700439453199.9918.313499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.4164199.9999.9999.9999.9999.9999.9999.9999.9999.9931000100116.0072163.9360.464223005.90264172090051
N5PB005242 202.48497009277347.09662628173830.3488930.3447621994.4200439453120.506721.625799.9999.9920.175699.9999.9999.9999.9999.9999.993518999979999999999990.6526340.49285899.9999.990.45564599.9999.9999.9999.9999.9999.993222042.11631111.3640.693419005.90628601579366
N5PB011889 202.42370605468847.28781509399410.3049570.3099451994.4200439453199.9922.073399.9999.9999.9919.500199.9999.9999.9999.9999.9999189999991999999999999.990.55259799.9999.9999.990.71760799.9999.9999.9999.9999.9932020031.46664159.5150.383992005.90799281530713
N5PB034362 202.51991271972747.10194778442380.3111690.3297381993.1700439453199.9922.2899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66001299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.936863.32770.261759005.9145680456686
N5PB005253 202.48995971679747.09684371948240.3488930.3447621994.4200439453118.897621.598499.9999.9920.491219.51799.9999.9999.9999.9999.99351899997199999999990.4402010.48087199.9999.990.5324330.662299.9999.9999.9999.9999.9931122054.00051139.9320.260717005.91755330585337
N5PB005734 202.35093688964847.13843536376950.3488930.3447621994.4200439453120.14721.218399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5292570.45098299.9999.9999.9999.9999.9999.9999.9999.9999.993222041.79263144.1610.381993005.91764300182834
N5PB011895 202.42811584472747.28895187377930.3049570.3099451994.4200439453199.9921.642999.9999.9920.370599.9999.9999.9999.9999.9999.9999189999799999999999999.990.49651399.9999.990.48708299.9999.9999.9999.9999.9999.99320022.477332.617170.48064005.91807950401438
N5PB011794 202.58808898925847.25231933593750.3049570.3099451994.4200439453199.9921.823699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52322699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.08031134.3290.425625005.92254188269207
N5PB005285 202.51194763183647.09997940063480.3488930.3447621994.4200439453120.157399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5607199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.701551.524340.748405005.92422522891022
N5PB005280 202.50929260253947.09943008422850.3488930.3447621994.4200439453120.49321.19499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6442810.45557799.9999.9999.9999.9999.9999.9999.9999.9999.993222041.52015107.7040.419458005.92574788995507
N5PB018432 202.54635620117247.27874755859380.2799910.2837881983.1300048828199.9999.9918.462199.9999.9919.503999.9999.9999.9999.9999.9999993799991999999999999.9999.990.53778499.9999.990.56642499.9999.9999.9999.9999.99310001007021.62806148.4690.624704005.92760134822365
N5PB005238 202.47901916503947.09593582153320.3488930.3447621994.4200439453119.959199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52143699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.45531125.5280.226989005.92787003677215
N5PB005233 202.48358154296947.09616851806640.3488930.3447621994.4200439453120.550799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68112499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.08758147.060.627955005.9281349829097
N5PB034900 202.38131713867247.27277374267580.3111690.3297381993.1700439453199.9921.698399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49458599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.3179679.50170.657509005.92867292145643
N5PB034351 202.43498229980547.09867477416990.3111690.3297381993.1700439453199.9922.178199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60345899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.26539152.0020.512593005.92980830889686
N5PB011616 202.60560607910247.15847396850590.3049570.3099451994.4200439453199.9921.654499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48906799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.36428113.5980.539074005.93032223886945
N5PB018433 202.54428100585947.27966690063480.2799910.2837881983.1300048828199.9999.9918.022799.9999.9919.497199.9999.9999.9999.9999.9999993799991999999999999.9999.990.4806199.9999.990.5949799.9999.9999.9999.9999.99310011005021.53624160.9670.436486005.93122759007588
N5PB005267 202.50340270996147.09827804565430.3488930.3447621994.4200439453119.628122.214699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4819370.60649799.9999.9999.9999.9999.9999.9999.9999.9999.993222033.25471126.1820.380764005.93295031119428
N5PB005296 202.51788330078147.1010017395020.3488930.3447621994.4200439453120.296299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59055799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.4336374.99310.678165005.94030995880993
N5PB006958 202.56324768066447.27082824707030.3488930.3447621994.4200439453120.438499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64443399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.9353337.26780.518786005.94181280730298
N5PB034364 202.52580261230547.10300827026370.3111690.3297381993.1700439453199.9922.236299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6221499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.15879.630390.51748005.94232326405334
N5PB005229 202.4726562547.09552764892580.3488930.3447621994.4200439453120.092221.582399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5473550.48433999.9999.9999.9999.9999.9999.9999.9999.9999.993222022.059823.20970.239931005.94233039991438
N5PB011834 202.56600952148447.26930999755860.2548330.2668841994.4300537109420.593922.081399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7484430.56287699.9999.9999.9999.9999.9999.9999.9999.9999.993220032.7924901005.94521165869276
N5PB011447 202.50202941894547.09764099121090.3049570.3099451994.4200439453199.9922.16399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58522799.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.59942109.3510.467369005.95771801914714
N5PB007060 202.39581298828147.28004074096680.3488930.3447621994.4200439453120.02699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53405499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.91491172.3650.586151005.95825652717517
N5PB005537 202.37484741210947.11923599243160.3488930.3447621994.4200439453118.764520.476118.589499.9920.504519.333299.9999.9999.9999.9999.99351837997199999999990.4303570.4223880.5490599.990.5226630.47575799.9999.9999.9999.9999.99311122083.154787.339080.314391005.96378998874988
N5PB011601 202.59979248046947.14844131469730.3049570.3099451994.4200439453199.9921.010499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44047699.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.94024120.3580.805325005.96494438087654
N5PB005724 202.35060119628947.1373367309570.3488930.3447621994.4200439453120.298999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57071199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1398177.37540.616667005.96663204076752
N5PB037216 202.39009094238347.27780532836910.2548330.2668841994.4300537109420.437299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6541599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5247142.04670.263732005.96750206103148
N5PB011444 202.49746704101647.09682464599610.2548330.2668841994.4300537109420.511822.056599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7162840.56847699.9999.9999.9999.9999.9999.9999.9999.9999.993220021.891891.29550.51009005.96807773561117
N5PB011858 202.38676452636747.27630233764650.2548330.2668841994.4300537109420.442521.994399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6909020.5470299.9999.9999.9999.9999.9999.9999.9999.9999.993220032.24934131.6580.562423005.96840520323397
N5PB011441 202.49311828613347.09630203247070.3049570.3099451994.4200439453199.9922.087399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55734899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.5416218.5040.429865005.96856070920374
N5PB006998 202.55873107910247.27384567260740.3488930.3447621994.4200439453118.410821.843399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.433960.51666699.9999.9999.9999.9999.9999.9999.9999.9999.993122035.69755112.1270.211648005.96938155704755
N5PB034346 202.43797302246147.09751129150390.3111690.3297381993.1700439453199.9922.238999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62429399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.83333126.2440.482782005.96946299655918
N5PB005231 202.46572875976647.09509658813480.3488930.3447621994.4200439453119.775599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49850499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.8461962.03030.725869005.97020211620396
N5PB034903 202.38299560546947.27450561523440.3111690.3297381993.1700439453199.9922.33299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67457199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.14489110.4270.695274005.97027410431694
N5PB005228 202.48693847656347.09568405151370.3488930.3447621994.4200439453119.900499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.51862499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202024.3440915.07270.738548005.97116601289668
N5PB011613 202.6053009033247.15608215332030.3049570.3099451994.4200439453199.9921.429499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46672799.9999.9999.9999.9999.9999.9999.9999.9999.990100022014.6333397.45710.835428005.97283158220787
N5PB005244 202.45181274414147.09577941894530.3488930.3447621994.4200439453120.137921.993799.9999.9920.442399.9999.9999.9999.9999.9999.993518999979999999999990.56570.54639899.9999.990.50995299.9999.9999.9999.9999.9999.993222042.3169877.55550.206771005.97388607800606
N5PB011609 202.60336303710947.15271377563480.3049570.3099451994.4200439453199.9921.141899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44352499.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.97912125.4610.864767005.98213068801055
N5PB005223 202.46287536621147.09493255615230.3488930.3447621994.4200439453119.739399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48667799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202023.1497442.05490.31088005.98475071966095
N5PB011623 202.6088867187547.16174697875980.3049570.3099451994.4200439453199.9921.616899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48165899.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.55947126.020.779658005.98752360785396
N5PB011593 202.59780883789147.14511489868160.3049570.3099451994.4200439453199.9921.963699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53432499.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.4274701005.9898148452538
N5PB005825 202.34075927734447.14739608764650.3488930.3447621994.4200439453118.170719.413918.405799.9920.263518.848299.9999.9999.9999.9999.99351837997199999999990.4223370.4106970.52974299.990.4522090.38076999.9999.9999.9999.9999.9931112093.23914179.4830.224395005.99127623686255
N5PB005458 202.38618469238347.11244583129880.3488930.3447621994.4200439453119.289121.64599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4466420.49695799.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.5169245.65020.169411006.0025114486329
N5PB011899 202.42117309570347.28889465332030.3049570.3099451994.4200439453199.9921.05899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44897899.9999.9999.9999.9999.9999.9999.9999.9999.993100022014.21203105.8610.572454006.00292923741779
N5PB034349 202.5073242187547.09772109985350.3111690.3297381993.1700439453199.9921.493199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47603199.9999.9999.9999.9999.9999.9999.9999.9999.993100020016.34552106.3980.716413006.00382592846432
N5PB034381 202.54235839843847.10720825195310.3111690.3297381993.1700439453199.9922.125999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5885399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.69782.338490.647681006.01048367507198
N5PB005621 202.36236572265647.12625122070310.3488930.3447621994.4200439453119.523121.718999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4591180.49705599.9999.9999.9999.9999.9999.9999.9999.9999.993222042.3331213.15360.215874006.01333480178146
N5PB005219 202.49066162109447.0952873229980.3488930.3447621994.4200439453120.521199.9999.9999.9920.754399.9999.9999.9999.9999.9999.993599999979999999999990.66167499.9999.9999.990.60977499.9999.9999.9999.9999.9999.993202021.5459917.80210.427024006.01398763251299
N5PB034878 202.57183837890647.26740264892580.3111690.3297381993.1700439453199.9922.347999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69110399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.2432289.88020.019126006.02016218202526
N5PB011872 202.39712524414147.2817955017090.2548330.2668841994.4300537109419.911420.993499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5175160.44834799.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.6687123.4840.369539006.02249170980315
N5PB011901 202.41850280761747.28869247436520.2548330.2668841994.4300537109419.85419.812199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5143650.42000399.9999.9999.9999.9999.9999.9999.9999.9999.99320222023.6357118.12570.575703006.02864604734686
N5PB011627 202.61120605468847.16418075561520.3049570.3099451994.4200439453199.9921.106999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44482599.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.77193121.990.847345006.03109415421119
N5PB005206 202.47209167480547.09402465820310.3488930.3447621994.4200439453120.488199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64133499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6437252.43440.386663006.0321639150767
N5PB006157 202.61775207519547.18648529052730.3488930.3447621994.4200439453119.365420.764418.617299.9999.9919.513799.9999.9999.9999.9999.993518379999199999999990.4489750.4262110.5578699.9999.990.61256599.9999.9999.9999.9999.99311222072.2584257.31990.0630007006.03433875436223
N5PB018466 202.48153686523447.2950363159180.2248040.2293791996.1600341796999.9999.9918.336599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52157199.9999.9999.9999.9999.9999.9999.9999.99320002023.22207134.8210.626075006.04656694492383
N5PB012886 202.45629882812547.09421539306640.3111690.3297381993.1700439453199.9922.083899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57953199.9999.9999.9999.9999.9999.9999.9999.9999.99320020021.92456160.4380.286009006.04704026243014
N5PB007015 202.38240051269547.27584457397460.3488930.3447621994.4200439453120.382921.535599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6122180.47452399.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.600581.430140.378068006.04929796713732
N5PB005676 202.58917236328147.13425827026370.3488930.3447621994.4200439453118.887520.998718.419499.9999.9919.509599.9999.9999.9999.9999.993518379999199999999990.4294390.4347490.5147499.9999.990.53121299.9999.9999.9999.9999.9901122072.37992110.7860.101318006.05220698600897
N5PB011844 202.56069946289147.27459335327150.2548330.2668841994.4300537109419.48121.031799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.478280.45173399.9999.9999.9999.9999.9999.9999.9999.9999.99320122023.16619170.3570.105582006.05366648830403
N5PB007142 202.42192077636747.28997802734380.3488930.3447621994.4200439453120.53599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67065499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.51522107.9280.409195006.05428750257189
N5PB034345 202.50872802734447.09706878662110.3111690.3297381993.1700439453199.9922.171799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57726799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.5014139.5580.251767006.05631668004628
N5PB011631 202.61280822753947.16608047485350.3049570.3099451994.4200439453199.9921.78899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50039199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.8776121.8550.747738006.06020044751437
N5PB007061 202.39135742187547.28019714355470.3488930.3447621994.4200439453120.053699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53357999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.26983171.7110.632033006.06058305305054
N5PB034329 202.44853210449247.09458541870120.3111690.3297381993.1700439453199.9922.071899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5579799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.16870.315920.541253006.06306856358658
N5PB011850 202.55905151367247.27565383911130.3049570.3099451994.4200439453199.9922.037199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5613599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.1499875.78260.618535006.06394606747136
N5PB011440 202.4947967529347.09486770629880.3049570.3099451994.4200439453199.9921.93199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54255999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.868480.57590.738507006.0645220322522
N5PB006625 202.33204650878947.23206710815430.3488930.3447621994.4200439453120.021420.862799.9999.9920.568699.9999.9999.9999.9999.9999.993518999979999999999990.5232070.43047199.9999.990.54092399.9999.9999.9999.9999.9999.993222042.07396168.3080.287138006.06510670792945
N5PB011587 202.59849548339847.14335250854490.2548330.2668841994.4300537109420.177822.086399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5794140.55452299.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2137971.98180.392867006.06708968237802
N5PB005315 202.41252136230547.10128021240230.3488930.3447621994.4200439453120.342499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59117399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.7308844.70880.409897006.07168032953987
N5PB005584 202.58061218261747.12659835815430.3488930.3447621994.4200439453120.53122.182399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6681050.60642199.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.5167216.92530.406086006.07470019519871
N5PB011894 202.41220092773447.28787231445310.3049570.3099451994.4200439453199.9921.646699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48998799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.30505109.8040.507085006.07774044189174
N5PB005211 202.48901367187547.09404373168950.3488930.3447621994.4200439453119.954621.720999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5201190.49990499.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2663159.4950.209953006.07904862870788
N5PB011737 202.33000183105547.22911071777340.2548330.2668841994.4300537109420.564422.110199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7204210.56539699.9999.9999.9999.9999.9999.9999.9999.9999.99310220021.2479179.6290.0338976006.07995747728583
N5PB005220 202.4772186279347.09323501586910.3488930.3447621994.4200439453117.935220.441699.9999.9999.9919.491799.9999.9999.9999.9999.993518999999199999999990.4262810.4290399.9999.9999.990.75368299.9999.9999.9999.9999.9932122057.33338166.0340.236593006.08574588525873
N5PB011849 202.37826538085947.2745285034180.3111690.3297381993.1700439453199.9922.025499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54924499.9999.9999.9999.9999.9999.9999.9999.9999.99320022.99108173.8440.613716006.08804394358952
N5PB034893 202.56690979003947.27194595336910.3111690.3297381993.1700439453199.9922.320399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66303199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5227272.0550.41575006.08902167173083
N5PB007157 202.42184448242247.29057312011720.3488930.3447621994.4200439453120.031521.488699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5359120.47872199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.9091863.74360.565629006.08906687580048
N5PB005197 202.46791076660247.09297943115230.3488930.3447621994.4200439453120.501399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6493299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.93414136.0670.641946006.09513780980396
N5PB011862 202.5535430908247.27904510498050.3049570.3099451994.4200439453199.9921.815999.9999.9999.9919.51799.9999.9999.9999.9999.9999189999991999999999999.990.52106399.9999.9999.990.660899.9999.9999.9999.9999.9931020021.9119383.70650.137422006.10071349274984
N5PB011891 202.41050720214847.28784942626950.3049570.3099451994.4200439453199.9921.650799.9999.9920.635899.9999.9999.9999.9999.9999.9999189999799999999999999.990.4982299.9999.990.58659599.9999.9999.9999.9999.9999.99320020022.15105131.4390.331619006.10364707659941
N5PB011900 202.41839599609447.29008102416990.2548330.2668841994.4300537109420.399522.157499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6272860.58315299.9999.9999.9999.9999.9999.9999.9999.9999.993220021.80818124.1990.480166006.10826652131777
N5PB018467 202.48529052734447.29589080810550.2248040.2293791996.1600341796999.9999.9918.657699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57140899.9999.9999.9999.9999.9999.9999.9999.99320000021.81186136.2940.417157006.11113492487331
N5PB006535 202.32597351074247.22230529785160.3488930.3447621994.4200439453120.475499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63383899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.5361470.8120.416313006.11125805052926
N5PB005248 202.51544189453147.09725189208980.3488930.3447621994.4200439453120.29422.029199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5894810.55778899.9999.9999.9999.9999.9999.9999.9999.9999.993222042.1727842.43950.558838006.12261496646577
2MJGQIYQ 202.48971147.2958180.280.271998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.57515.73415.286999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1420.1420.189477777700000006.12749061304475
N5PB005279 202.52554321289147.09956359863280.3488930.3447621994.4200439453120.192720.620899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5762260.43794599.9999.9999.9999.9999.9999.9999.9999.9999.99320222021.99424100.6540.197494006.12999297256543
N5PB006491 202.61576843261747.22058486938480.3488930.3447621994.4200439453118.916420.816499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4339040.43465699.9999.9999.9999.9999.9999.9999.9999.9999.993122052.7959163.7540.114346006.13428824291765
N5PB007000 202.56222534179747.27560043334960.3488930.3447621994.4200439453120.230699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57777399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.067298.72650.383178006.13943974626044
N5PB007010 202.56089782714847.2763099670410.3488930.3447621994.4200439453119.616722.1999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4832090.59627299.9999.9999.9999.9999.9999.9999.9999.9999.993222034.655877.74420.421416006.14051700422895
N5PB006255 202.62098693847747.19709777832030.3488930.3447621994.4200439453120.483821.2999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6387290.45384999.9999.9999.9999.9999.9999.9999.9999.9999.99310222041.985014.20510.608816006.14807276629842
N5PB019159 202.45193481445347.29626846313480.2340010.2348721999.3499755859499.9999.9917.737299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47007299.9999.9999.9999.9999.9999.9999.9999.993100000012.3549972.94430.283814006.14828453391585
N5PB006465 202.6168670654347.21870803833010.3488930.3447621994.4200439453119.878899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50025499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.16271147.9610.257072006.15019979878056
N5PB006762 202.34214782714847.24877548217770.3488930.3447621994.4200439453120.404399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62421199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5799992.83980.368471006.15037721807135
N5PB011893 202.41450500488347.2898674011230.2548330.2668841994.4300537109419.543322.158218.913199.9999.9999.9999.9999.9999.9999.9999.9935183799999999999999990.4825310.583440.61339199.9999.9999.9999.9999.9999.9999.9999.993120054.178854.35210.450214006.15293695830664
N5PB011914 202.42518615722747.292480468750.3049570.3099451994.4200439453199.9918.019415.413899.9918.595416.645799.9999.9914.75214.08413.9519918379971999947484999.990.407890.42159799.990.4203310.29956199.9999.990.0330.0410.05831012052.92069114.3490.0460521006.15550818965312
N5PB007079 202.39324951171947.28297042846680.2548330.2668841994.4300537109419.310199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46838899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100036.3415941.70220.598426006.16267396232898
N5PB013503 202.37994384765647.27708053588870.3111690.3297381993.1700439453199.9921.8599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52577599.9999.9999.9999.9999.9999.9999.9999.9999.99320020022.61036144.4940.217329006.16837592456251
N5PB011438 202.50782775878947.09494018554690.3049570.3099451994.4200439453199.9921.836599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52647899.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5618498.21250.56316006.17052151915036
N5PB019108 202.53126525878947.2886886596680.2340010.2348721999.3499755859499.9999.9918.526499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53814999.9999.9999.9999.9999.9999.9999.9999.993100002011.5231843.51480.255996006.17108896044664
N5PB034318 202.49096679687547.09259796142580.3111690.3297381993.1700439453199.9921.725199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5009499.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.2272791.0460.631848006.1755289263302
N5PB011916 202.43005371093847.29380035400390.3049570.3099451994.4200439453199.9921.457499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46911299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.9546144.7590.171511006.1756624224503
N5PB006872 202.35340881347747.26016998291020.3488930.3447621994.4200439453119.931121.644799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4913970.47163399.9999.9999.9999.9999.9999.9999.9999.9999.990222041.55536117.0310.016753006.17725279642761
N5PB011868 202.38867187547.28134918212890.2548330.2668841994.4300537109420.334721.914599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6118660.53730799.9999.9999.9999.9999.9999.9999.9999.9999.993220022.21771151.8340.499421006.1774298565755
N5PB005372 202.55140686035247.10763549804690.3488930.3447621994.4200439453120.495299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64557599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.49043162.6410.399152006.17797049315542
N5PB011866 202.38218688964847.27861785888670.3111690.3297381993.1700439453199.9922.253399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63609999.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.467031.170390.628959006.18923130087466
N5PB007085 202.39041137695347.28236389160160.2548330.2668841994.4300537109420.49499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.70035499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200031.9088853.49450.519309006.19131622754928
N5PB011591 202.60266113281347.14410400390630.3049570.3099451994.4200439453199.9921.570699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47303999.9999.9999.9999.9999.9999.9999.9999.9999.990100022013.90268111.8290.820049006.19201184504876
N5PB011860 202.55952453613347.27806854248050.3049570.3099451994.4200439453199.9921.133199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45202599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3201851.77310.504185006.19206515967141
N5PB034307 202.45875549316447.09142684936520.3111690.3297381993.1700439453199.9921.992599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53498399.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.61178126.3270.521284006.20526040541754
N5PB011597 202.60507202148447.1465988159180.3049570.3099451994.4200439453199.9920.840299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.43064999.9999.9999.9999.9999.9999.9999.9999.9999.993100022016.26639128.2460.85449006.20708383270478
N5PB034306 202.47654724121147.09117126464840.3111690.3297381993.1700439453199.9922.033499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55300599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3691365.49190.446819006.20824043875761
N5PB011425 202.48458862304747.0914382934570.3049570.3099451994.4200439453199.9922.189899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59619199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.33955167.9420.706797006.21454426739204
N5PB034689 202.31898498535247.20752334594730.2548330.2668841994.4300537109420.183121.867499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5672290.50225299.9999.9999.9999.9999.9999.9999.9999.9999.993222021.8741224.4680.285456006.21466075208629
N5PB007158 202.41091918945347.28999328613280.2548330.2668841994.4300537109419.580699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48875199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320100024.25821101.6910.284676006.21526720902016
N5PB011426 202.48759460449247.09162902832030.3049570.3099451994.4200439453199.9921.99299.9999.9920.584299.9999.9999.9999.9999.9999.9999189999799999999999999.990.54584999.9999.990.56790299.9999.9999.9999.9999.9999.99320031.5594741.90990.275057006.2159366803391
N5PB034340 202.51776123046947.0960617065430.3111690.3297381993.1700439453199.9921.755299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50355799.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3290185.25230.482599006.21961289678538
N5PB034335 202.51319885253947.09506988525390.3111690.3297381993.1700439453199.9921.262399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45983699.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.7584836.20540.399261006.22117048651041
N5PB007193 202.41690063476647.29173278808590.2548330.2668841994.4300537109419.930299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53024699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200023.91315144.8940.60993006.2223491883968
N5PB011873 202.38851928710947.28221511840820.3049570.3099451994.4200439453199.9922.047499.9999.9920.518999.9999.9999.9999.9999.9999.9999189999799999999999999.990.56507499.9999.990.53307799.9999.9999.9999.9999.9999.99310022021.7834445.48580.42984006.22460088147778
N5PB005383 202.39056396484447.10597991943360.3488930.3447621994.4200439453116.664720.042416.591799.9920.251518.226499.9999.9916.41415.66314.964351837997199994748490.4173370.4173370.43051399.990.4563670.34871299.9999.990.1340.1450.143310001122096.03408174.5960.423062006.22982929062389
N5PB006206 202.31752014160247.18948745727540.3488930.3447621994.4200439453118.664720.774518.641899.9999.9919.509199.9999.9999.9999.9999.993518379999199999999990.4273810.4267690.5408799.9999.990.6760599.9999.9999.9999.9999.99312122083.07657137.5790.300781006.23392710882392
N5PB011869 202.38360595703147.28023147583010.2548330.2668841994.4300537109420.362920.822799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6301970.44363999.9999.9999.9999.9999.9999.9999.9999.9999.993222031.959879.400690.516262006.23545307374769
N5PB005195 202.49571228027347.09204864501950.3488930.3447621994.4200439453118.828520.753599.9999.9920.619599.9999.9999.9999.9999.9999.993518999979999999999990.4353430.42497899.9999.990.57528399.9999.9999.9999.9999.9999.993122063.6385464.90410.340051006.23752557914691
N5PB007031 202.37696838378947.27702331542970.3488930.3447621994.4200439453119.838720.930799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4914160.43882699.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.06199143.1360.206042006.23869601646125
N5PB011428 202.4993438720747.09244537353520.3049570.3099451994.4200439453199.9921.616399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49074299.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3869288.56320.641681006.2405652952424
N5PB011585 202.59953308105547.1388587951660.3049570.3099451994.4200439453199.9919.331899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.41052599.9999.9999.9999.9999.9999.9999.9999.9999.9931000100112.9109109.5280.539171006.2438652557322
N5PB007020 202.56144714355547.2781906127930.3488930.3447621994.4200439453120.51499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65719899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.63673118.6190.380383006.24428166629494
N5PB007196 202.42184448242247.29352569580080.3488930.3447621994.4200439453120.410921.913299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6279880.53688299.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.51058131.8580.248164006.25692856991108
N5PB034323 202.51058959960947.0938644409180.3111690.3297381993.1700439453199.9921.103499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.4523599.9999.9999.9999.9999.9999.9999.9999.9999.993100020015.46694148.30.394648006.26175888917758
N5PB034350 202.53318786621147.09937286376950.3111690.3297381993.1700439453199.9921.817799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5026999.9999.9999.9999.9999.9999.9999.9999.9999.990100022013.68148166.2930.663311006.26202254811294
N5PB034343 202.5250701904347.0968513488770.3111690.3297381993.1700439453199.9921.574199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48097899.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.35106167.9910.144152006.27469187430375
N5PB011491 202.38856506347747.10580444335940.3049570.3099451994.4200439453199.9920.512418.823999.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4190950.57546299.9999.9999.9999.9999.9999.9999.9999.99010000027031.97253174.6840.0765863006.28170291221382
N5PB018473 202.43952941894547.29719543457030.2248040.2293791996.1600341796999.9999.9916.936499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43715199.9999.9999.9999.9999.9999.9999.9999.99327.74747165.60.575054006.28425588001508
N5PB007177 202.41349792480547.29195404052730.2548330.2668841994.4300537109419.839799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52188199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200035.51696164.4830.687118006.28442623958676
N5PB018438 202.55513000488347.28210067749020.2799910.2837881983.1300048828199.9999.9918.229599.9920.74219.495499.9999.9999.9999.9999.999999379971999999999999.9999.990.50220399.990.6334350.59002799.9999.9999.9999.9999.9931000061.6034571.18980.457564006.28915439036705
N5PB034355 202.53961181640647.10094833374020.3111690.3297381993.1700439453199.9922.225299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61366999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.7957144.16050.437499006.28948111902915
N5PB005515 202.36489868164147.11778259277340.3488930.3447621994.4200439453120.438199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64425399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5162423.57790.14078006.29977183456322
N5PB011859 202.56346130371147.27832794189450.3049570.3099451994.4200439453199.9921.789199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51385699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.7415695.02710.656052006.30002584297336
N5PB007096 202.39082336425847.28466415405270.3488930.3447621994.4200439453120.41899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63211999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.6712165.1670.750869006.30051130880782
N5PB005596 202.35511779785247.12451553344730.3488930.3447621994.4200439453118.600719.489318.23799.9919.629719.087799.9999.9999.9999.9999.99351837997199999999990.4235490.4099460.47738699.990.4238120.37728399.9999.9999.9999.9999.99011112082.2219499.04760.0741544006.30200308484442
N5PB019161 202.50286865234447.29727935791020.2340010.2348721999.3499755859499.9999.9918.77899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56814699.9999.9999.9999.9999.9999.9999.9999.993100000011.5145109.8770.413848006.30530502074778
N5PB018841 202.46318054199247.08953857421880.2340010.2348721999.3499755859499.9999.9918.308399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.49560799.9999.9999.9999.9999.9999.9999.9999.990100002011.417763.296210.2984006.30742304071444
N5PB034788 202.60993957519547.23985671997070.3111690.3297381993.1700439453199.9922.33899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.68064599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.4924617.13710.388597006.30908534755254
N5PB034296 202.49084472656347.09030532836910.3111690.3297381993.1700439453199.9922.03699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55423899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.07426171.7330.38241006.3111543024966
N5PB006113 202.31677246093847.17906570434570.3488930.3447621994.4200439453119.395420.220399.9999.9920.344119.517199.9999.9999.9999.9999.99351899997199999999990.4417060.41452599.9999.990.4622080.59705599.9999.9999.9999.9999.9901222071.87858124.8460.10517006.32622982227897
N5PB018470 202.43188476562547.29678726196290.2248040.2293791996.1600341796999.9999.9918.916599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.6146499.9999.9999.9999.9999.9999.9999.9999.99320000021.4818317.02370.381712006.32981930959819
N5PB034912 202.37571716308647.27830886840820.3111690.3297381993.1700439453199.9922.269199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64993399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.16013166.5550.609759006.33089331672623
N5PB018465 202.51634216308647.29532623291020.2799910.2837881983.1300048828199.9999.9918.74499.9999.9918.953199.9999.9999.9999.9999.9999993799991999999999999.9999.990.58036799.9999.990.41118399.9999.9999.9999.9999.9931000022.69989129.5440.432537006.33137456531099
N5PB012871 202.50866699218847.09228134155270.2548330.2668841994.4300537109420.458922.335199.9999.9920.682699.9999.9999.9999.9999.9999.993518999979999999999990.6709740.67772599.9999.990.59501999.9999.9999.9999.9999.9999.993222031.5763489.06780.366207006.33357080632359
N5PB007153 202.40373229980547.29003143310550.3488930.3447621994.4200439453120.510799.9999.9999.9920.779999.9999.9999.9999.9999.9999.993599999979999999999990.65516799.9999.9999.990.62447699.9999.9999.9999.9999.9999.99310202022.1389520.97020.709089006.33688344700239
N5PB034292 202.47854614257847.08906173706050.3111690.3297381993.1700439453199.9922.161899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57135999.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.4289149.7350.0959201006.33854785799326
N5PB018462 202.51995849609447.29466247558590.2248040.2293791996.1600341796999.9999.9918.484699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53221899.9999.9999.9999.9999.9999.9999.9999.993100000011.7015542.43530.223141006.3388742026173
N5PB034352 202.53932189941447.09988784790040.3111690.3297381993.1700439453199.9922.250799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63396399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.94362161.3460.575629006.34110791316402
N5PB034298 202.49356079101647.09006118774410.3111690.3297381993.1700439453199.9921.624799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48704599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.5579858.51710.57932006.34136405796716
N5PB037232 202.4148712158247.29336166381840.2548330.2668841994.4300537109420.562799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71889499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.9264444.43330.635691006.34292844282624
N5PB007222 202.4231719970747.2953529357910.2548330.2668841994.4300537109420.259199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60755699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200022.09526151.1190.358222006.34451854027999
N5PB034342 202.530273437547.09687423706050.3111690.3297381993.1700439453199.9921.946699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53718499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.8431454.1760.543209006.35224883013593
N5PB011604 202.61189270019547.15048217773440.3049570.3099451994.4200439453199.9920.03499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.41433499.9999.9999.9999.9999.9999.9999.9999.9999.9931000220111.0765150.0420.908993006.35425892253552
N5PB034310 202.51026916503947.09211730957030.3111690.3297381993.1700439453199.9922.351499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69488899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5642618.07450.427903006.35959062609103
N5PB011847 202.5720977783247.27506256103520.3049570.3099451994.4200439453199.9921.496899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47010599.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.915989.62370.254981006.36839626045086
N5PB007041 202.56323242187547.27992630004880.3488930.3447621994.4200439453120.508799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65389399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.1227368.38930.696466006.37122038413303
N5PB006848 202.59255981445347.26070022583010.3488930.3447621994.4200439453120.09721.545299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5257980.46404199.9999.9999.9999.9999.9999.9999.9999.9999.993222041.6306145.77520.206166006.3713580307692
N5PB007183 202.40902709960947.29238510131840.3488930.3447621994.4200439453120.229721.7299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5601760.51496399.9999.9999.9999.9999.9999.9999.9999.9999.993222021.90771169.8260.508077006.37744595867499
N5PB037238 202.4215545654347.29573440551760.2548330.2668841994.4300537109420.306599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59498199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.4254999.99630.0515793006.38648430438429
N5PB006483 202.62219238281347.22052383422850.3488930.3447621994.4200439453120.491622.126199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6433890.57057899.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.47036107.70.390687006.3869592979457
N5PB034778 202.61462402343847.2359542846680.3111690.3297381993.1700439453199.9922.159399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59075899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.46925172.2060.0739317006.38743243799392
N5PB007162 202.4054412841847.29150772094730.2548330.2668841994.4300537109420.536199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.69526899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200031.5742320.13390.449105006.38798185218125
N5PB034333 202.52874755859447.09575653076170.3111690.3297381993.1700439453199.9922.291599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63667199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.60534149.1050.388936006.39065693244714
N5PB034921 202.3800506591847.28178405761720.3111690.3297381993.1700439453199.9922.250599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63376199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.898460.4337090.504025006.39454024318388
N5PB034287 202.46047973632847.08810424804690.3111690.3297381993.1700439453199.9922.353699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69729199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5638771.97180.431586006.39930411295711
N5PB019181 202.49215698242247.30018997192380.2340010.2348721999.3499755859499.9999.9918.811499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57533899.9999.9999.9999.9999.9999.9999.9999.993100000011.53686161.1410.430801006.40082354890255
N5PB007209 202.41598510742247.29471969604490.2548330.2668841994.4300537109420.483599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.69127899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.848361.071590.485694006.40334440435732
N5PB019170 202.50697326660247.29837417602540.2340010.2348721999.3499755859499.9999.9918.370899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52383799.9999.9999.9999.9999.9999.9999.9999.993100000011.77232159.7760.212213006.40650640718059
N5PB011874 202.38148498535247.28274536132810.3049570.3099451994.4200439453199.9921.92699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54093399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.4583295.25860.0441569006.40867297395145
N5PB006012 202.31825256347747.16737747192380.3488930.3447621994.4200439453120.475321.822999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6337460.51137999.9999.9999.9999.9999.9999.9999.9999.9999.99310222041.51754111.3950.423658006.40882789125048
N5PB037222 202.38368225097747.28378295898440.2548330.2668841994.4300537109420.554599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71143899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.37463167.7550.698263006.41049010365532
N5PB007120 202.39002990722747.28655624389650.3488930.3447621994.4200439453120.091699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53571299.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.8573619.30570.268278006.41456939446906
N5PB005660 202.34436035156347.13043594360350.3488930.3447621994.4200439453119.91221.855699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5015040.51354499.9999.9999.9999.9999.9999.9999.9999.9999.993222032.81454160.630.558918006.41622509692065
N5PB005170 202.50378417968847.09005737304690.3488930.3447621994.4200439453120.032620.001899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5362840.42659799.9999.9999.9999.9999.9999.9999.9999.9999.99310212023.239950.5861710.533711006.41749552196092
N5PB006367 202.62619018554747.20967864990230.3488930.3447621994.4200439453119.138821.375617.942499.9999.9919.513499.9999.9916.49915.72215.5013518379999199994748490.4343230.4494990.46568699.9999.990.64668799.9999.990.1250.1530.21902222082.16853161.6390.107881006.42200760130352
N5PB034914 202.37220764160247.27839660644530.3111690.3297381993.1700439453199.9922.016899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54535799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.81955159.5460.255599006.42297262077609
N5PB007185 202.40666198730547.29264831542970.2548330.2668841994.4300537109420.128399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56902299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200022.3000989.45890.305789006.43016989712184
N5PB005180 202.51274108886747.09129714965820.3488930.3447621994.4200439453120.304121.64499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5945410.4959199.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.321093.547510.581186006.43362879402588
N5PB019118 202.54112243652347.29046249389650.2340010.2348721999.3499755859499.9999.9918.698899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55189899.9999.9999.9999.9999.9999.9999.9999.993100002011.2490490.23220.0252045006.4384276937495
N5PB034288 202.48637390136747.08777999877930.3111690.3297381993.1700439453199.9921.94899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53776799.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.2931986.9420.77525006.44014369189775
N5PB034337 202.53248596191447.09585571289060.3111690.3297381993.1700439453199.9921.830499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51279699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5637371.87430.358276006.44374328750012
N5PB019183 202.49484252929747.30068969726560.2340010.2348721999.3499755859499.9999.9918.186299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50286299.9999.9999.9999.9999.9999.9999.9999.993100000012.0327819.12770.423024006.44661364300448
N5PB005760 202.60945129394547.14365386962890.3488930.3447621994.4200439453119.691922.088299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.474520.56654199.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.2809688.1750.240912006.44782706255223
N5PB018454 202.54293823242247.29001998901370.2799910.2837881983.1300048828199.9999.9918.312999.9999.9918.658399.9999.9999.9999.9999.9999993799991999999999999.9999.990.52319499.9999.990.38082899.9999.9999.9999.9999.99321000023.08958151.3830.392883006.4483473756572
N5PB034300 202.50970458984447.09047698974610.3111690.3297381993.1700439453199.9921.65199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48857599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.05159132.5150.603165006.4489684972614
N5PB018495 202.47409057617247.30203628540040.2799910.2837881983.1300048828199.9999.9918.223199.9999.9919.504599.9999.9999.9999.9999.9999993799991999999999999.9999.990.50694299.9999.990.69764599.9999.9999.9999.9999.9932000031.5163401006.45092374814709
N5PB019191 202.45596313476647.30165481567380.2340010.2348721999.3499755859499.9999.9918.530299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53890299.9999.9999.9999.9999.9999.9999.9999.993100000011.482620.66210.116864006.45235317573137
N5PB007086 202.37843322753947.28227615356450.2548330.2668841994.4300537109420.40721.76399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6323970.50728199.9999.9999.9999.9999.9999.9999.9999.9999.99320220031.9261353.94320.510953006.45665732877382
N5PB007194 202.40946960449247.29398727416990.2548330.2668841994.4300537109419.990399.9999.9999.9920.777299.9999.9999.9999.9999.9999.993599999979999999999990.54301499.9999.9999.990.6229299.9999.9999.9999.9999.9999.993202043.3135448.81080.257196006.45909294012553
N5PB034953 202.41310119628947.2949790954590.3111690.3297381993.1700439453199.9922.322999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66557399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.7029901006.45933729472218
N5PB011909 202.39965820312547.29104614257810.3049570.3099451994.4200439453199.9920.658818.321799.9920.798899.9999.9999.9999.9999.9999.9999183799799999999999999.990.4340940.51760299.990.63544599.9999.9999.9999.9999.9999.99320054.7622174.25110.529294006.46404116234618
N5PB007008 202.57322692871147.27656173706050.3488930.3447621994.4200439453119.154920.927818.251299.9999.9919.508699.9999.9999.9999.9999.993518379999199999999990.4373380.4371370.50051799.9999.990.67632399.9999.9999.9999.9999.9902222062.29509167.3050.134063006.46660740518854
N5PB018487 202.48667907714847.30176925659180.2248040.2293791996.1600341796999.9999.9918.736199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5776599.9999.9999.9999.9999.9999.9999.9999.993100000011.5816989.7850.369423006.46776704845616
N5PB018491 202.47273254394547.3023605346680.2248040.2293791996.1600341796999.9999.9918.887299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60395199.9999.9999.9999.9999.9999.9999.9999.99321.5054319.86130.409452006.46926627860604
N5PB007129 202.38613891601647.28609466552730.3488930.3447621994.4200439453119.445422.076899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4706950.55377599.9999.9999.9999.9999.9999.9999.9999.9999.993222024.5529858.68940.429206006.4732224646047
N5PB005260 202.54289245605547.09852218627930.3488930.3447621994.4200439453119.941421.165199.9999.9920.464199.9999.9999.9999.9999.9999.993518999979999999999990.5013240.44164799.9999.990.50384199.9999.9999.9999.9999.9999.993222051.98448111.0790.194058006.47998460211226
N5PB018468 202.52293395996147.29646301269530.2248040.2293791996.1600341796999.9999.9918.472299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54087399.9999.9999.9999.9999.9999.9999.9999.99322.5731527.84710.559847006.48045417645519
N5PB011904 202.39738464355547.29057312011720.3049570.3099451994.4200439453199.9922.144699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57817599.9999.9999.9999.9999.9999.9999.9999.9999.99320021.48152108.6420.381779006.48051869769636
N5PB005809 202.32835388183647.14579010009770.3488930.3447621994.4200439453120.099622.016299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5266420.54508799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.71138132.9190.266501006.48471043480837
N5PB034869 202.3468475341847.26286315917970.3111690.3297381993.1700439453199.9922.089899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56741599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.726251.027250.22715006.48631307222502
N5PB011939 202.42102050781347.29747390747070.3049570.3099451994.4200439453199.9921.423799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47277899.9999.9999.9999.9999.9999.9999.9999.9999.99320022.743663.096010.386566006.49245095877458
N5PB007197 202.40509033203147.29336547851560.2548330.2668841994.4300537109420.353799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62407599.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.85402134.1290.442859006.49546043235665
N5PB034282 202.48849487304747.08696365356450.3111690.3297381993.1700439453199.9922.180499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60504599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0195559.37170.479885006.49822794749413
N5PB034283 202.45010375976647.08708953857420.3111690.3297381993.1700439453199.9921.614899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48511799.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.9185420.83490.577097006.49991978568524
N5PB007202 202.40275573730547.2927970886230.2548330.2668841994.4300537109418.760420.051699.9999.9999.9919.506899.9999.9999.9999.9999.993518999999199999999990.4420550.42234799.9999.9999.990.57712199.9999.9999.9999.9999.9931120056.5989856.1980.566216006.50396547531713
N5PB011608 202.61763000488347.15310287475590.3049570.3099451994.4200439453199.9920.669499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.42350899.9999.9999.9999.9999.9999.9999.9999.9999.993100022016.99953143.8790.87308006.50591590419585
N5PB005887 202.32272338867247.15318298339840.3488930.3447621994.4200439453119.922622.180699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5111880.60519799.9999.9999.9999.9999.9999.9999.9999.9999.993222032.27324167.1620.227803006.50834643994967
N5PB006831 202.33885192871147.25625610351560.3488930.3447621994.4200439453119.568422.071899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4614180.54286399.9999.9999.9999.9999.9999.9999.9999.9999.993222042.455367.845060.34198006.50884547040131
N5PB007261 202.42330932617247.2982673645020.2548330.2668841994.4300537109418.117521.101899.9999.9999.9919.495899.9999.9999.9999.9999.993518999999199999999990.4288540.43925999.9999.9999.990.73531399.9999.9999.9999.9999.9932122056.23018161.9890.262775006.50976633043446
N5PB005931 202.32049560546947.15679931640630.3488930.3447621994.4200439453116.557418.9416.709799.9920.044617.756199.9999.9916.21915.28714.836351837997199994748490.4167820.4093430.43201899.990.4397430.32380699.9999.990.1160.110.12931112093.92133148.5080.0288161006.5136431986149
N5PB007272 202.42849731445347.29945373535160.3488930.3447621994.4200439453120.24321.220799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5836450.46141499.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.69436167.4620.615567006.51957762759164
N5PB034956 202.41232299804747.29595947265630.3111690.3297381993.1700439453199.9922.03399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55279699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.35545114.9670.519199006.52562705133245
N5PB007254 202.41830444335947.29748916625980.3488930.3447621994.4200439453120.091299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53556699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.7458893.10080.655344006.52832074031537
N5PB011884 202.55642700195347.28628540039060.3049570.3099451994.4200439453199.9921.880899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51339599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5175590.91590.341165006.52852199797306
N5PB012891 202.53512573242247.09507751464840.3111690.3297381993.1700439453199.9922.274999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62278899.9999.9999.9999.9999.9999.9999.9999.9999.99310020021.45127163.1010.355992006.52962906319258
N5PB005426 202.36996459960947.10971069335940.3488930.3447621994.4200439453119.854122.333799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4887370.67628599.9999.9999.9999.9999.9999.9999.9999.9999.993222031.9667376.37480.243941006.53085600402871
N5PB005215 202.5289764404347.09328842163090.3488930.3447621994.4200439453118.739521.421399.9999.9999.9919.516899.9999.9999.9999.9999.993518999999199999999990.4349340.46246199.9999.9999.990.58218199.9999.9999.9999.9999.99311122045.4249866.58030.428473006.53169457944205
diff --git a/vo/votest/tests/req_3.3.2.cl b/vo/votest/tests/req_3.3.2.cl new file mode 100644 index 00000000..b308e2b8 --- /dev/null +++ b/vo/votest/tests/req_3.3.2.cl @@ -0,0 +1,23 @@ +# +# Refer to a Resource by the Resource ShortName. + +# Set the test description string. +votest.descr = "Refer to a Resource by the Resource ShortName" + +print ("------------------------------------------------------------------") +print ("Req 3.3.2: Users shall be able to refer to a VO Resource by the") +print (" Resource ShortName.") +print ("------------------------------------------------------------------") + + +fcache init + + +# Execute the test commands. + +print ("") +print ("This is demonstrated with the GETCAT task by passing in a ShortName") +print ("as the resource parameter. ") +print ("") + +getcat ("gsc2.3", "m12", size=0.01, display-, overplot-) diff --git a/vo/votest/tests/req_3.3.2.out b/vo/votest/tests/req_3.3.2.out new file mode 100644 index 00000000..3702a385 --- /dev/null +++ b/vo/votest/tests/req_3.3.2.out @@ -0,0 +1,10 @@ +------------------------------------------------------------------ +Req 3.3.2: Users shall be able to refer to a VO Resource by the + Resource ShortName. +------------------------------------------------------------------ + +This is demonstrated with the GETCAT task by passing in a ShortName +as the resource parameter. + + +Objects found : 92 , GSC23, ConeSearch: RA=251.809083 DEC=-1.948528 SR=0.01,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MIP0FK9 251.809561-1.9490190.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9911.52410.90110.775999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0290.0320.026477777700000000.0411033186980346
2MIP0FJU 251.807426-1.9481610.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.7612.23812.115999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0430.0440.032477777700000000.101773235836997
2MIP0FL0 251.808658-1.9505440.130.121999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.28513.77913.645999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2160.3360.193477777700000000.123615610094909
2MIP0FJ2 251.809519-1.946460.110.11999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.75214.12514.182999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1230.2040.146477777700000000.126804580586776
2MIP0FJO 251.81132-1.9477380.130.121999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.69514.35614.433999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1850.2780.165477777700000000.142270690725198
2MIP0FK7 251.806531-1.9488660.230.221999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.81214.2912.286999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.241-999477777700000000.154369369244057
2MIP0FIZ 251.810825-1.946230.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9910.94810.27310.13999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0260.0280.026477777700000000.172981819271664
2MIP0FJR 251.806201-1.9479660.150.141999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.68513.50912.148999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.153-999477777700000000.176078974975135
2MIP0FL2 251.811268-1.9507070.430.421999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.84315.68614.218999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.393-999477777700000000.185095286296653
2MIP0FKR 251.811921-1.9498520.230.181999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.54314.74313.086999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.207-999477777700000000.187809604077592
2MIP0FKS 251.812557-1.9498520.160.151999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.81812.23512.124999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.131-999-999477777700000000.222952199199314
2MIP0FLV 251.809022-1.9523740.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9910.4139.6959.538999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0240.0280.025477777700000000.230788989517643
2MIP0FJZ 251.805189-1.948450.240.231999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9911.60213.64610.673999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.234-999477777700000000.233551803648135
2MIP0FIP 251.806392-1.9456860.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.01511.38211.241999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.020.0240.021477777700000000.234768623979308
2MIP0FID 251.809068-1.944580.080.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9913.91113.31513.239999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.10.1270.063477777700000000.236881707747639
2MIP0FJN 251.813024-1.9477130.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.82812.26212.143999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0540.0710.044477777700000000.241329497674166
2MIP0FKN 251.813188-1.9496880.150.091999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.89311.33511.286999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.167-999-999477777700000000.255807885187992
2MIP0FL7 251.812793-1.9509320.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.91812.35912.253999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0490.0690.044477777700000000.265138794976997
2MIP0FLN 251.806284-1.9519770.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.22711.69311.623999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0460.0590.04477777700000000.266449512323114
2MIP0FI8 251.807684-1.9443130.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9913.55513.32213.323999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0630.0760.048477777700000000.266451131187821
2MIP0FLO 251.812454-1.9519930.110.11999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.73214.60914.694999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.0970.162477777700000000.289972650250754
2MIP0FIK 251.812687-1.9452660.160.141999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.75613.1713.031999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.135-999-999477777700000000.291568322758705
2MIP0FKO 251.804336-1.9497310.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.999.5658.7788.577999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0260.025477777700000000.293663991900945
2MIP0FI0 251.810552-1.9438240.080.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.52914.07714.083999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1210.0810.123477777700000000.295667241002585
2MIP0FKJ 251.814169-1.9496260.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9911.70711.10610.957999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0320.0350.029477777700000000.312017754284623
2MIP0FII 251.805325-1.9448640.080.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.78714.12613.905999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.090.1240.1477777700000000.314820882666188
2MIP0FIN 251.813515-1.9455020.230.21999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.92814.44412.469999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.239-999477777700000000.321863098305825
2MIP0FI6 251.812381-1.9442020.110.111999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9913.85512.9412.819999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.072-999-999477777700000000.326316899694381
2MIP0FJE 251.803727-1.9472470.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.81213.34913.206999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1220.1340.101477777700000000.330242930530931
2MIP0FJ5 251.814316-1.946660.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9911.62310.99410.845999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0320.0490.03477777700000000.333213898729263
2MIP0FLS 251.804745-1.9522440.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.04411.46211.283999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0690.0880.06477777700000000.342605266857833
2MIP0FM6 251.805873-1.9532720.090.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.81713.62213.663999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0990.1510.098477777700000000.343615627376115
2MIP0FMH 251.808239-1.9542220.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.40912.8512.72999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0660.0920.065477777700000000.345368391405058
2MIP0FJX 251.815058-1.9483540.090.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.2214.03114.102999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1110.1620.114477777700000000.358444794232299
2MIP0FHH 251.80926-1.9425470.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.5111.96711.869999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0510.0580.05477777700000000.359016927188781
2MIP0FHU 251.805764-1.9432830.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.64912.0811.94999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0510.0590.043477777700000000.372353468020837
2MIP0FMK 251.807257-1.9544610.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.51312.97312.91999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0520.0690.046477777700000000.372439571513814
2MIP0FKI 251.802835-1.9495720.120.11999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.59213.08710.683999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1330.211-999477777700000000.379863426100663
2MIP0FM4 251.813622-1.953010.080.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.19513.60113.566999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.070.0820.063477777700000000.38262396265096
2MIP0FLD 251.815034-1.9512760.160.151999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.41415.01614.856999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1560.207477777700000000.393102601146933
2MIP0FHN 251.812339-1.942760.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.78712.37612.257999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0850.0920.062477777700000000.397357399250523
2MIP0FLR 251.814583-1.9522370.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.7614.19514.117999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0980.0790.094477777700000000.397866700155793
2MIP0FLB 251.803002-1.9511810.50.51999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.7615.66212.865999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.863-999477777700000000.397878093519658
2MIP0FMN 251.80606-1.9545220.090.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.84814.14814.016999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.0890.081477777700000000.402742451544377
2MIP0FMX 251.810879-1.9550850.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.61812.15211.941999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0270.0440.035477777700000000.407894647850316
2MIP0FH6 251.806922-1.941980.160.151999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.50913.41513.398999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.124-999-999477777700000000.413699213148065
2MIP0FK6 251.802179-1.9487860.130.131999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.19513.73512.556999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1670.282-999477777700000000.414289752035874
2MIP0FIE 251.814858-1.9446460.080.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.50414.0314.022999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0930.1590.114477777700000000.41734332032484
2MIP0FMW 251.806099-1.9549720.110.111999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.23712.80912.696999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.049-999-999477777700000000.426038295169309
2MIP0FI5 251.803449-1.9441470.150.141999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.34515.05514.966999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2130.2880.237477777700000000.428059116900299
2MIP0FGU 251.809165-1.9412350.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.52612.00111.884999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0360.0430.027477777700000000.437607626669435
2MIP0FMG 251.814086-1.9540710.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.13513.52813.417999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0520.0210.062477777700000000.447898445121175
2MIP0FGR 251.810446-1.941160.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.32611.78511.677999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.0860.049477777700000000.449572009734356
2MIP0FGP 251.807353-1.9410770.20.181999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.74914.18714.315999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.166-999-999477777700000000.45893863933413
2MIP0FH5 251.813142-1.9419180.120.111999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9912.83512.49813.243999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.073477777700000000.46533316317326
2MIP0FKX 251.816682-1.9502570.240.221999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.98814.91514.205999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2750.598-999477777700000000.467335771722504
2MIP0FKA 251.816901-1.9490320.10.091999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.89313.64313.534999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1640.250.141477777700000000.469782983410897
2MIP0FHJ 251.814168-1.9425710.090.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.17614.61914.613999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0860.1180.136477777700000000.469816748234951
2MIP0FGT 251.806286-1.9411890.250.231999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.57914.26514.156999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.226-999-999477777700000000.471201050680012
2MIP0FKW 251.801148-1.9501920.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.56813.03512.927999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0570.0850.054477777700000000.486186131131002
2MIP0FJ4 251.816978-1.9466040.140.131999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.51114.49613.59999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1590.269-999477777700000000.487297565391981
2MIP0FNO 251.809217-1.9566660.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.75114.47514.375999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0730.0840.127477777700000000.488346111845415
2MIP0FGY 251.804977-1.9414580.240.231999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9916.03315.45115.185999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.3430.2430.223477777700000000.490478312959815
2MIP0FLH 251.816757-1.9514980.40.371999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9916.04714.65514.623999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.354-999-999477777700000000.493472145167015
2MIP0FHQ 251.802904-1.9428280.080.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.40613.85313.81999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0950.1440.102477777700000000.504235764404999
2MIP0FLQ 251.801437-1.9521250.110.11999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9915.71514.88814.913999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1620.1660.144477777700000000.506749685897468
2MIP0FH1 251.814007-1.9415350.140.121999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9913.75113.3114.235999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.093477777700000000.513061029924035
2MIP0FMA 251.802085-1.9535480.50.51999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9917.57116.12916.554999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.7470.2630.692477777700000000.516542647882478
2MIP0FNV 251.810429-1.9571190.090.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.74314.41414.102999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1320.150.127477777700000000.521740946772608
2MIP0FGB 251.810382-1.9398990.160.131999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.46914.86815.103999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1640.210.246477777700000000.523566957765551
2MIP0FJA 251.800433-1.9468090.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9910.6379.9539.776999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0350.0420.035477777700000000.528855105069246
2MIP0FMS 251.802877-1.9548450.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9915.15714.69514.537999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0870.1110.142477777700000000.531175406529644
2MIP0FI7 251.80127-1.9442860.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9911.9211.43211.32999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0410.0690.04477777700000000.533180654042919
2MIP0FG8 251.8078-1.9396970.350.271999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9916.26315.72514.702999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2720.301-999477777700000000.53541639865814
2MIP0FJI 251.817954-1.9474790.140.131999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.70214.22114.04999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1970.3610.187477777700000000.535662953319307
2MIP0FMI 251.816062-1.9542210.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.96513.8213.74999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.060.0810.073477777700000000.5402006800174
2MIP0FI1 251.816889-1.9438370.090.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.13514.55914.528999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0940.1210.116477777700000000.54619394415423
2MIP0FHF 251.815836-1.9423730.10.091999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.35814.91115.245999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0920.0990.219477777700000000.548054852096167
2MIP0FO0 251.806341-1.9573660.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9915.06914.53414.392999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0620.060.113477777700000000.555186702261771
2MIP0FGV 251.803312-1.9412530.090.081999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.63614.42114.143999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0980.1020.103477777700000000.557036929537615
2MIP0FO4 251.81156-1.9574990.110.11999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.52913.97513.975999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1460.2250.181477777700000000.558378078155722
2MIP0FG9 251.812553-1.9398070.080.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.41813.88213.905999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0760.0810.081477777700000000.56311488803958
2MIP0FGO 251.814782-1.9409820.110.11999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9915.11514.47214.74999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1450.1910.152477777700000000.567256491861734
2MIP0FK1 251.799558-1.9486810.290.261999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9916.11615.09215.185999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2480.2990.235477777700000000.571243286013167
2MIP0FIT 251.799786-1.9459760.080.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.52811.99711.863999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0670.1110.059477777700000000.578143250011646
2MIP0FM7 251.800668-1.9533280.20.191999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9915.93515.21215.32999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1720.1680.234477777700000000.58100995042194
2MIP0FG1 251.806111-1.9392830.070.071999.2556035324799.9999.9999.9999.9999.9999.9999.9999.9914.25513.77713.779999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0530.0640.065477777700000000.582626402032232
2MIP0FNP 251.803987-1.9568560.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9913.65513.09512.997999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0880.0850.071477777700000000.585713866520936
2MIP0FO2 251.80509-1.957450.080.081999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9914.17813.96114.057999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0850.1390.102477777700000000.586429377942826
2MIP0FNR 251.814289-1.956940.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9910.98810.3610.222999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0290.0260.029477777700000000.593462517696848
2MIP0FKM 251.818933-1.9496790.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9912.48411.9711.814999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0360.050.037477777700000000.594681626179508
2MIP0FIU 251.818721-1.9460010.070.071999.2556038178699.9999.9999.9999.9999.9999.9999.9999.9911.36410.8510.697999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0320.040.032477777700000000.597503364294548
diff --git a/vo/votest/tests/req_3.3.3.cl b/vo/votest/tests/req_3.3.3.cl new file mode 100644 index 00000000..f3bf606a --- /dev/null +++ b/vo/votest/tests/req_3.3.3.cl @@ -0,0 +1,30 @@ +# +# Refer to a Resource by an 'anonymous' query. + +# Set the test description string. +votest.descr = "Refer to a Resource by an 'anonymous' query." + +print ("------------------------------------------------------------------") +print ("Req 3.3.3: Users shall be able to refer to a VO Resource by the") +print (" 'anonymous' result of a Registry query.") +print ("------------------------------------------------------------------") + +fcache init + + +# Execute the test commands. +print ("") +print ("Process requests for all x-ray resources in our personal database. ") +print ("") +print ("") + +# Search for the X-Ray resource. +regdb ("resolve", bandpass="x-ray") + +if (regdb.svctype == "I") { + getimg (regdb.alias, "dev$ypix", size=0.02) +} else if (regdb.svctype == "C") { + getcat (regdb.alias, "dev$ypix", size=0.02) +} else { + printf ("Unknown service type for '%s'\n", regdb.alias) +} diff --git a/vo/votest/tests/req_3.3.3.out b/vo/votest/tests/req_3.3.3.out new file mode 100644 index 00000000..2a49ee03 --- /dev/null +++ b/vo/votest/tests/req_3.3.3.out @@ -0,0 +1,15 @@ +------------------------------------------------------------------ +Req 3.3.3: Users shall be able to refer to a VO Resource by the + 'anonymous' result of a Registry query. +------------------------------------------------------------------ + +Process requests for all x-ray resources in our personal database. + + +# Survey Ra Dec Dim Size Scale Format PixFlags URL LogicalName +rass3bb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/fits F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3bb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&return=FITS 1 +rass3bb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/jpeg F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3bb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&nofits=1&quicklook=jpeg&return=jpeg 1 +rass3hb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/fits F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3hb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&return=FITS 2 +rass3hb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/jpeg F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3hb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&nofits=1&quicklook=jpeg&return=jpeg 2 +rass3sb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/fits F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3sb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&return=FITS 3 +rass3sb 202.4702333333333 47.19455277777778 2 "300 300" "-3.6287224658266664E-4 3.6287224658266664E-4" image/jpeg F http://skyview.gsfc.nasa.gov/cgi-bin/images?position=202.4702333333333%2C47.19455277777778&survey=rass3sb&pixels=300%2C300&sampler=Clip&size=0.1088616739748%2C0.1088616739748&projection=Tan&coordinates=J2000.0&nofits=1&quicklook=jpeg&return=jpeg 3 diff --git a/vo/votest/tests/req_3.3.4.cl b/vo/votest/tests/req_3.3.4.cl new file mode 100644 index 00000000..e620ee7e --- /dev/null +++ b/vo/votest/tests/req_3.3.4.cl @@ -0,0 +1,23 @@ +# +# Refer to a Resource by a personal alias. + +# Set the test description string. +votest.descr = "Refer to a Resource by a personal alias." + +print ("------------------------------------------------------------------") +print ("Req 3.3.4: Users shall be able to refer to a VO Resource by a") +print (" personal alias.") +print ("------------------------------------------------------------------") + + +fcache init + + +# Execute the test commands. + +print ("") +print ("This is demonstrated with the GETCAT task by passing in a personal") +print ("name as the resource parameter. ") +print ("") + +getcat ("gsc2.3", "dev$ypix", size=0.02, display-, overplot-) diff --git a/vo/votest/tests/req_3.3.4.out b/vo/votest/tests/req_3.3.4.out new file mode 100644 index 00000000..1dc856a3 --- /dev/null +++ b/vo/votest/tests/req_3.3.4.out @@ -0,0 +1,10 @@ +------------------------------------------------------------------ +Req 3.3.4: Users shall be able to refer to a VO Resource by a + personal alias. +------------------------------------------------------------------ + +This is demonstrated with the GETCAT task by passing in a personal +name as the resource parameter. + + +Objects found : 918 , GSC23, ConeSearch: RA=202.47023333333 DEC=47.194552777778 SR=0.1088616739748,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MJGQIX2 202.47004147.1939130.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.24910.73310.499999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.032-999-999477777700000000.0391794199011482
2MJGQIXA 202.46964347.1951830.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.29510.46910.157999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0540.0470.039477777700000000.044823247025743
2MJGQIX3 202.47164447.1940.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.68812.9410.779999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.037-999477777700000000.0663920272254175
2MJGQIX0 202.47103947.1934510.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.7911.13312.621999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.05477777700000000.0738178588648552
2MJGQIWW 202.46940547.1930270.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.92611.34411.131999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.05-999-999477777700000000.0975774187874193
2MJGQIX9 202.46743247.1950150.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.76910.90910.677999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.031-999-999477777700000000.117530655664818
2MJGQIXC 202.46800347.1959990.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.50910.74310.5999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.046-999-999477777700000000.125690276123191
2MJGQIWU 202.47140447.192570.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.09713.10811.204999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.037-999477777700000000.128184229432199
2MJGQIWX 202.47260947.1931420.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.04411.37512.161999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.064477777700000000.128633915146805
2MJGQIWV 202.47236447.1928710.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.23811.39411.16999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.082-999-999477777700000000.133148655638041
2MJGQIWS 202.47161747.1923030.120.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.17911.50712.889999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.044477777700000000.146300931623724
2MJGQILJ 202.47012147.1918870.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.00311.71811.492999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.043-999-999477777700000000.160012226907594
2MJGQIXH 202.46989547.1972730.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.94613.38611.077999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.038-999477777700000000.163795173636954
2MJGQIWT 202.47265947.1923480.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.21213.0611.299999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.063-999477777700000000.165168384288706
2MJGQIXG 202.46857947.1971660.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.63411.20810.973999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.072-999-999477777700000000.170684487097598
2MJGQIWY 202.47404847.1932870.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.09211.62211.368999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.034-999-999477777700000000.173080797851046
2MJGQIXE 202.46713247.1966510.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9911.87311.22311.734999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.083477777700000000.178427680210843
2MJGQIX4 202.47495447.1943320.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.13311.86511.625999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.047-999-999477777700000000.19292043374988
2MJGQIWR 202.47358347.1922380.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.62711.68511.429999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.079-999-999477777700000000.19478494442785
2MJGQIXI 202.46704547.1976320.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.68811.41211.143999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.094-999-999477777700000000.225898948070462
2MJGQIXJ 202.46782147.1979790.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.12511.48112.526999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.082477777700000000.227888067674819
2MJGQILH 202.47363747.1907840.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.6712.20411.936999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.033-999-999477777700000000.265314304314872
2MJGQILE 202.47199147.1902080.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.99812.35312.068999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.051-999-999477777700000000.27035771011825
2MJGQIXM 202.46753447.1987380.140.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.36213.82511.393999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.069-999477777700000000.274169196279584
2MJGQIXQ 202.46868347.1993060.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.80811.94711.643999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.042-999-999477777700000000.292113241306991
2MJGQIX8 202.4773947.1949420.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.47112.5412.292999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.067-999-999477777700000000.292714054236258
2MJGQIXK 202.47524947.198090.140.141998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.26512.56612.339999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.134-999-999477777700000000.294715459613795
2MJGQIXP 202.47254247.1992650.210.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.15415.12412.242999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.136-999477777700000000.297988306469904
2MJGQIXR 202.46669647.1994090.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.39214.09111.676999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.052-999477777700000000.325108841820592
2MJGQIX1 202.4623247.1934810.160.151998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.83612.72412.417999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.145-999-999477777700000000.328981398349564
2MJGQIXN 202.46545747.1990280.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9912.65911.98913.673999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.059477777700000000.331689088583601
2MJGQILK 202.46275147.1920510.120.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.28712.86415.124999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.077-9990.269477777700000000.339996787766952
2MJGQIXT 202.47447.2000890.180.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.30512.82616.255999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.153-9990.462477777700000000.36595116345091
2MJGQIXU 202.46731647.2003710.140.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.83612.40212.08999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.115-999-999477777700000000.368797657435306
2MJGQIXB 202.47931947.195370.150.151998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.60714.98314.884999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1770.173477777700000000.373656989084557
2MJGQIXV 202.46502247.2004240.240.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.27414.75712.225999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.209-999477777700000000.411381577731111
2MJGQIXW 202.46609747.2010960.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.24412.8112.421999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.06-999-999477777700000000.427277221194418
2MJGQIXS 202.46259947.199520.120.121998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.51612.714.172999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.161-9990.159477777700000000.430924142447881
2MJGQILI 202.47999347.1912120.170.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.51613.54912.965999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.148-999-999477777700000000.445555471374926
2MJGQIXF 202.48155847.1969490.10.11998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.20115.23815.106999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1070.162477777700000000.483571218386275
2MJGQIXD 202.45872847.1965790.160.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.95815.62212.79999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1590.264-999477777700000000.484569694493541
2MJGQIX5 202.48218147.1945460.160.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.1815.20113.431999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.127-999477777700000000.487114497794894
2MJGQIXL 202.45954347.198280.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.80714.43912.8999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.162-999477777700000000.489862710921529
2MJGQIX6 202.45804747.1947520.50.51998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.11813.43616.425999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1760.0430.595477777700000000.496987731350467
2MJGQIX7 202.48307647.1948890.20.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.31513.55213.332999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.165-999-999477777700000000.523990856520351
2MJGQIXX 202.47744947.2019880.080.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.72415.31614.696999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0790.1110.11477777700000000.534369979605735
2MJGQILG 202.4570147.1906550.430.411998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.60516.47113.271999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1890.322-999477777700000000.587681658814355
2MJGQIXO 202.48429947.1991270.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.68415.37615.019999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1160.1440.145477777700000000.635735937149917
2MJGQIL9 202.47515447.1825070.170.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.32715.42815.494999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1180.1190.23477777700000000.750079862801381
2MJGQIXY 202.4750947.2066190.080.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.714.74513.652999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0750.079-999477777700000000.750557288127143
2MJGQIXZ 202.48297247.2076110.230.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.10615.56915.09999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1520.165477777700000000.939965039440625
2MJGQIL4 202.47158647.1784320.090.091998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.84215.12414.413999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.130.1370.111477777700000000.968818075407001
2MJGQIY2 202.48310547.2096630.340.321998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.83816.22315.591999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1990.2550.241477777700000001.04750659518643
2MJGQIL3 202.47573947.1770740.240.241998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.6914.79714.719999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.189-999-999477777700000001.07248816056066
2MJGQIY3 202.46714747.2125890.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.37215.68114.839999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1480.1840.133477777700000001.08946197624989
2MJGQIL7 202.48563447.1795010.220.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.22215.30614.014999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.169-999477777700000001.09998458992394
2MJGQIL5 202.48575347.1790470.180.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.02414.29513.851999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.152-999-999477777700000001.12518033965657
2MJGQILB 202.49722347.1879230.250.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.42215.52614.247999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.20.177-999477777700000001.17014366584875
2MJGQILA 202.49538247.1845890.20.191998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.23515.26814.121999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1860.167-999477777700000001.18696724743233
2MJGQIL6 202.48919447.1791310.170.161998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.79714.21113.909999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.142-999-999477777700000001.20580069290873
2MJGQILF 202.49921247.1903420.210.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.43714.59414.315999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.172-999-999477777700000001.20823624113997
2MJGQIJU 202.44155647.1890220.080.081998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.54815.2115.139999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0590.0880.15477777700000001.21543369139732
2MJGQILC 202.49985147.1886250.210.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.16415.33513.993999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1680.169-999477777700000001.25888640333553
2MJGQIY1 202.44382847.2090990.190.191998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.56415.68214.505999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1590.155-999477777700000001.38578619153341
2MJGQIL8 202.44175747.1799430.060.061998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9912.26111.97511.941999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0180.021477777700000001.45488622337692
2MJGQIL2 202.46067147.1686520.230.231998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.79715.78115.132999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1850.155-999477777700000001.60222598949673
2MJGQIL1 202.48064247.1680340.060.061998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9912.8612.24512.138999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0210.0160.021477777700000001.64677334799955
2MJGQIJR 202.4357147.2091830.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9913.59413.08812.835999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0260.025477777700000001.65866711269327
2MJGQIJT 202.42925847.1935920.170.171998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9916.0614.4614.164999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.134-999-999477777700000001.67160092519725
2MJGQIY4 202.50569447.2143590.110.111998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.20915.28414.551999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1320.1440.114477777700000001.87127180813879
2MJGQIKZ 202.46027247.1637310.220.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.53215.55414.831999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1790.153-999477777700000001.8934023993748
2MJGQIJS 202.42353847.1978840.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.08213.73413.705999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0260.030.048477777700000001.91420351498473
2MJGQIJW 202.43393647.1730610.090.091998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.61615.4114.78999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0960.1540.159477777700000001.96308907028826
2MJGQIY6 202.5043147.2181660.090.081998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.91315.10514.69999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1190.1140.123477777700000001.9841062118691
2MJGQIKW 202.45995647.1622090.290.241998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.66415.20315.41999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.167-9990.191477777700000001.98537435532161
2MJGQIY5 202.5093747.2155570.190.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.27114.70314.109999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.151-999-999477777700000002.03304177217965
2MJGQIY7 202.50123747.2220610.250.241998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.22914.5515.076999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.198477777700000002.07872487900342
2MJGQIJX 202.43708547.166370.070.071998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9915.2714.77814.478999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0780.0990.111477777700000002.16490994552898
2MJGQIJQ 202.44663747.2272110.220.211998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9916.41314.58914.479999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.169-999-999477777700000002.18278763679693
2MJGQIY8 202.50221847.2240030.230.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.28915.6514.348999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.176-999477777700000002.19588303927755
2MJGQIJV 202.42054747.1790920.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.25713.56113.381999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0230.0210.038477777700000002.22831002853026
2MJGQIKV 202.44533247.1613660.20.191998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.37715.5114.211999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1520.145-999477777700000002.23523345464337
2MJGQIY0 202.52088247.2090450.180.171998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.26614.94714.595999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.14-999-999477777700000002.24032694287513
2MJGQIL0 202.43364447.1666260.190.181998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.17514.36414.125999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.159-999-999477777700000002.2437046402149
2MJGQIYB 202.50203747.2258760.180.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.35114.74514.335999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000002.28307796813324
2MJGQIYA 202.50312147.2253610.240.231998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.93715.63414.155999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.185-999477777700000002.28336762041618
2MJGQIY9 202.50410747.2253490.180.161998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.20814.44514.874999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.128-9990.13477777700000002.30661298518628
2MJGQIKU 202.46138247.1552010.190.181998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.48315.23214.977999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.153-999-999477777700000002.38854596284574
2MJGQIYF 202.48131847.2337190.190.181998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.50215.43914.549999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.151-999-999477777700000002.39300311520589
2MJGQIWZ 202.52949247.1933360.220.21998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.53114.9414.605999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.161-999-999477777700000002.41714558485161
2MJGQIKY 202.5100647.1636280.160.151998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.04815.55514.77999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1090.1410.124477777700000002.46596071828359
2MJGQIYD 202.50452347.2289430.250.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.62914.86714.646999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.192-999-999477777700000002.49215701162384
2MJGQIYC 202.50600347.2287640.250.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.1815.73514.28999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.176-999477777700000002.51771523626624
2MJGQILD 202.53208347.1888010.070.071998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.03314.62714.634999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.040.0550.095477777700000002.54529291256223
2MJGQIYE 202.49879447.2329860.220.211998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.06915.62615.086999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1080.1480.153477777700000002.58312549371725
2MJGQIKT 202.49418247.1542590.210.21998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9916.26115.79314.674999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1230.163-999477777700000002.60749023123866
2MJGQIYG 202.49269747.2359120.220.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.36715.54114.186999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1660.166-999477777700000002.64504253572839
N5PB018353 202.41511535644547.2193527221680.2340010.2348721999.3499755859499.9999.9918.838899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58132299.9999.9999.9999.9999.9999.9999.9999.99320002021.54083161.3650.424813002.69474778128944
N5PB018958 202.41085815429747.21569824218750.2340010.2348721999.3499755859499.9999.9918.715699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55524899.9999.9999.9999.9999.9999.9999.9999.993100000011.5282418.41360.422481002.73266172540035
2MJGQIKX 202.52070647.1632730.070.071998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.32414.68914.504999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.050.0550.088477777700000002.78556662246155
N5PB011730 202.41896057128947.22697448730470.3049570.3099451994.4200439453199.9921.734299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50968999.9999.9999.9999.9999.9999.9999.9999.9999.99310100025012.4569386.40970.420416002.85506678519571
N5PB018333 202.53942871093847.18434143066410.2248040.2293791996.1600341796999.9999.9918.646799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56766999.9999.9999.9999.9999.9999.9999.9999.993100000011.74777146.7440.234038002.88716951133353
N5PB011752 202.44160461425847.23867797851560.3049570.3099451994.4200439453199.9922.070699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55169599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.52406159.3470.416911002.89319381704837
2MJGQIJY 202.43241647.1537250.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9914.28413.97613.912999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0290.0340.053477777700000002.89481588974536
N5PB011731 202.41801452636747.22768402099610.3049570.3099451994.4200439453199.9922.303899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60998499.9999.9999.9999.9999.9999.9999.9999.9999.99010010025021.59224147.7550.609963002.91229055903964
N5PB011760 202.44985961914147.24134445190430.3049570.3099451994.4200439453199.9921.76699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49786499.9999.9999.9999.9999.9999.9999.9999.9999.99010100023011.79173120.4370.337809002.92770035689949
N5PB011727 202.41384887695347.2247962951660.3049570.3099451994.4200439453199.9921.589599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48568699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.91792136.5650.21314002.92821240630691
N5PB011754 202.43905639648447.23883056640630.3049570.3099451994.4200439453199.9921.961899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53623199.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.5600687.69460.129939002.94486658043773
N5PB018922 202.5159454345747.1563796997070.2340010.2348721999.3499755859499.9999.9917.82199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47187599.9999.9999.9999.9999.9999.9999.9999.993100002012.5095555.49240.4312002.95326683377032
N5PB018929 202.5305938720747.16711807250980.2340010.2348721999.3499755859499.9999.9917.481299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45235899.9999.9999.9999.9999.9999.9999.9999.993100002012.3601612.1320.12562002.96123944057275
N5PB018371 202.45420837402347.24276351928710.2799910.2837881983.1300048828199.9999.9918.965399.9999.9919.511599.9999.9999.9999.9999.9999993799991999999999999.9999.990.63327199.9999.990.66006199.9999.9999.9999.9999.99312000021.13009140.2550.406297002.96544569058348
N5PB011736 202.4184570312547.22943115234380.3049570.3099451994.4200439453199.9921.856399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52020699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.78661170.8990.719495002.97196933036176
2MJGQIKS 202.4511947.1467290.080.081998.4032950596199.9999.9999.9999.9999.9999.9999.9999.9915.4631515.062999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0510.0790.136477777700000002.97270314085967
N5PB011761 202.44813537597747.24210739135740.3049570.3099451994.4200439453199.9922.18399.9999.9920.432819.198999.9999.9999.9999.9999.999918999971999999999999.990.5933899.9999.990.5031110.45770199.9999.9999.9999.9999.99310001027032.58581135.1750.589583002.99201754383412
N5PB006600 202.4191131591847.2303543090820.3488930.3447621994.4200439453119.928321.968699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5198240.53833899.9999.9999.9999.9999.9999.9999.9999.9999.993222032.6028119.1990.353701002.99253592434489
N5PB018334 202.5429687547.18716430664060.2248040.2293791996.1600341796999.9999.9918.720499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57231699.9999.9999.9999.9999.9999.9999.9999.993100000011.5864591.43810.369987002.99862724471224
N5PB006653 202.42881774902347.23632049560550.3488930.3447621994.4200439453117.43120.124817.369999.9999.9919.168699.9999.9916.73615.92115.5393518379999199994748490.4195150.4182110.4486999.9999.990.41965999.9999.990.1540.1760.208311122064.24556128.2840.165967003.02146945070946
N5PB006633 202.42378234863347.23416137695310.3488930.3447621994.4200439453119.835321.943499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4963330.53067599.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.12853171.6440.0935769003.03838290905011
N5PB018921 202.51939392089847.15615081787110.2340010.2348721999.3499755859499.9999.9918.536699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53650699.9999.9999.9999.9999.9999.9999.9999.993100002011.5309442.84540.262805003.05436113358895
N5PB018911 202.50746154785247.14992904663090.2340010.2348721999.3499755859499.9999.9918.06699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48847199.9999.9999.9999.9999.9999.9999.9999.993100002011.8914416.73370.291639003.07803668712183
N5PB018339 202.39529418945347.18832778930660.2340010.2348721999.3499755859499.9999.9918.665899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56678899.9999.9999.9999.9999.9999.9999.9999.99320002021.899670.2139930.506655003.0782410364468
N5PB000226 202.41110229492247.2266349792480346000534 0.3049570.3099451994.4200439453199.9915.789614.079199.9999.9914.965699.9999.9913.44912.90412.77199183799991999947484999.990.4070660.42190799.9999.990.2950399.9999.990.0250.0250.02801011012043.8866188.71470.0511896003.08445486672399
N5PB018956 202.54190063476647.21123123168950.2340010.2348721999.3499755859499.9999.9918.126599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.49948299.9999.9999.9999.9999.9999.9999.9999.993100000012.5274395.45840.619336003.08810092870854
N5PB018897 202.49185180664147.14519500732420.2340010.2348721999.3499755859499.9999.9918.520399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53346599.9999.9999.9999.9999.9999.9999.9999.993100000011.8466389.42850.491616003.0899627291865
N5PB018337 202.39532470703147.18665695190430.2340010.2348721999.3499755859499.9999.9918.806799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57386699.9999.9999.9999.9999.9999.9999.9999.99320000021.5269218.7150.412003003.09082450305029
N5PB011765 202.44615173339847.24374008178710.3049570.3099451994.4200439453199.9922.050799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56630799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.01499160.9510.607294003.11012691474987
N5PB016961 202.39558410644547.20530319213870.2548330.2668841994.4300537109420.547299.9999.9999.9999.9919.479299.9999.9999.9999.9999.993599999999199999999990.70495299.9999.9999.9999.990.55649799.9999.9999.9999.9999.9931200021.51051161.6120.411326003.11079779646938
N5PB018312 202.44493103027347.1456222534180.2340010.2348721999.3499755859499.9999.9918.837899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57866199.9999.9999.9999.9999.9999.9999.9999.99320000021.9572245.30180.644218003.11195577454229
N5PB018952 202.54473876953147.20602416992190.2340010.2348721999.3499755859499.9999.9917.486699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45398399.9999.9999.9999.9999.9999.9999.9999.993100002013.43544138.2730.580998003.1143172008045
N5PB006718 202.4409179687547.24253082275390.3488930.3447621994.4200439453119.375699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4642999.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202025.3461184.24630.627626003.11673573449823
N5PB037136 202.39726257324247.21017456054690.2548330.2668841994.4300537109420.506299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67054999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.4784372.62850.37585003.11880705304912
N5PB011621 202.52958679199247.1617355346680.3049570.3099451994.4200439453199.9922.048299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54438699.9999.9999.9999.9999.9999.9999.9999.9999.99310100027011.48184162.1330.401637003.1203423369294
N5PB011705 202.39770507812547.21121978759770.2548330.2668841994.4300537109420.461522.227199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6730620.61206499.9999.9999.9999.9999.9999.9999.9999.9999.99310220021.9025319.14140.565455003.121104192308
N5PB006016 202.53805541992247.17031478881840.3488930.3447621994.4200439453119.909722.163799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5078210.58561799.9999.9999.9999.9999.9999.9999.9999.9999.993222022.447526.915640.345778003.12481718220944
N5PB018374 202.45196533203147.24515151977540.2248040.2293791996.1600341796999.9999.9918.733899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57686599.9999.9999.9999.9999.9999.9999.9999.993100000011.76511135.4340.422453003.12586523571525
N5PB018999 202.47978210449247.24691390991210.2340010.2348721999.3499755859499.9999.9918.757399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56380499.9999.9999.9999.9999.9999.9999.9999.993100002011.49956162.3480.400265003.16567368043032
N5PB011686 202.54814147949247.1970787048340.3049570.3099451994.4200439453199.9921.819499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52204699.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.4326799.66920.619689003.17990473745689
N5PB006272 202.54806518554747.19852828979490.3488930.3447621994.4200439453120.022999.9918.994599.9999.9999.9999.9999.9999.9999.9999.9935993799999999999999990.52365499.990.64514199.9999.9999.9999.9999.9999.9999.9999.99320202032.3295538.53820.440506003.18209002972502
N5PB011620 202.53086853027347.16111373901370.3049570.3099451994.4200439453199.9922.386299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64649699.9999.9999.9999.9999.9999.9999.9999.9999.99310100027011.66641149.0270.641458003.18445002379415
N5PB006359 202.39427185058647.2069587707520.3488930.3447621994.4200439453120.503299.9999.9999.9920.518499.9999.9999.9999.9999.9999.993599999979999999999990.6504599.9999.9999.990.54405999.9999.9999.9999.9999.9999.993202031.6061733.0180.389164003.18484494165516
N5PB006315 202.39256286621147.20132446289060.3488930.3447621994.4200439453119.913899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52247899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202023.2730969.3750.448342003.19243480930656
N5PB034700 202.39646911621147.21260070800780.3111690.3297381993.1700439453199.9922.274199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65448999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.45046121.8130.669977003.19594969496111
N5PB011771 202.448242187547.2457351684570.3049570.3099451994.4200439453199.9921.293699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46197899.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.42719.05860.575596003.19903081499263
N5PB034690 202.39450073242247.20880889892580.3111690.3297381993.1700439453199.9922.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62107199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5150716.81250.412819003.20355850647195
N5PB005962 202.53416442871147.16346740722660.3488930.3447621994.4200439453120.191499.9999.9999.9920.780899.9999.9999.9999.9999.9999.993599999979999999999990.5604899.9999.9999.990.62499799.9999.9999.9999.9999.9999.993202032.029882.52020.372002003.20570906038926
N5PB011769 202.44317626953147.24483108520510.3049570.3099451994.4200439453199.9922.127499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57172199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.47549161.7510.384379003.2118875792939
N5PB018347 202.54779052734447.20427703857420.2248040.2293791996.1600341796999.9999.9917.370699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44367799.9999.9999.9999.9999.9999.9999.9999.993100002013.67927167.240.170254003.21515159825102
N5PB018384 202.46356201171947.24802398681640.2248040.2293791996.1600341796999.9999.9917.70999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46343799.9999.9999.9999.9999.9999.9999.9999.99320002024.5718623.96830.175886003.2197700210904
N5PB018886 202.45370483398447.14186096191410.2340010.2348721999.3499755859499.9999.9918.059399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48825399.9999.9999.9999.9999.9999.9999.9999.993100002011.86787107.8230.2754003.23259973256465
N5PB018893 202.49894714355547.14398956298830.2340010.2348721999.3499755859499.9999.9917.322199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44293499.9999.9999.9999.9999.9999.9999.9999.993100002012.4428103.7880.119137003.25202997824695
N5PB011773 202.44583129882847.24623489379880.3049570.3099451994.4200439453199.9922.088199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58061599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.8075135.5120.417239003.25646805320433
N5PB005921 202.53073120117247.1591224670410.3488930.3447621994.4200439453120.34799.9999.9999.9920.658999.9999.9999.9999.9999.9999.993599999979999999999990.59346799.9999.9999.990.60285999.9999.9999.9999.9999.9999.993202021.620317.215920.394321003.25683534783546
2MJGQIYI 202.48418747.2480470.30.291998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.02116.19816.112999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0920.226-999477777700000003.25963121568175
N5PB006188 202.55001831054747.19034194946290.3488930.3447621994.4200439453120.425899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63680399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.61060.1304960.379834003.26281180351084
N5PB006354 202.39193725585947.20590209960940.3488930.3447621994.4200439453119.435121.243499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4549340.45074899.9999.9999.9999.9999.9999.9999.9999.9999.993222032.8201157.08630.343592003.26367243180913
N5PB018938 202.39385986328147.17824554443360.2340010.2348721999.3499755859499.9999.9918.731799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55782399.9999.9999.9999.9999.9999.9999.9999.993100000011.506217.20870.396715003.26435959840977
N5PB006270 202.39016723632847.19673919677730.3488930.3447621994.4200439453120.293422.069399.9999.9920.562919.487899.9999.9999.9999.9999.99351899997199999999990.5891990.55127399.9999.990.5522480.76686199.9999.9999.9999.9999.9932222041.4556102.3250.0209298003.26691548169222
N5PB011772 202.44300842285247.2457923889160.3049570.3099451994.4200439453199.9922.052999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56710199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.53413139.9320.261111003.26843270371084
N5PB016938 202.54898071289147.18424987792970.2548330.2668841994.4300537109420.040799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.55324199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200023.664452.676380.645066003.26985963231079
N5PB006291 202.39016723632847.19778442382810.3488930.3447621994.4200439453120.150921.995599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5580660.54699799.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.7888497.24020.424307003.27000215019877
N5PB018340 202.38990783691447.18991470336910.2799910.2837881983.1300048828199.9999.9918.708999.9999.9919.515499.9999.9999.9999.9999.9999993799991999999999999.9999.990.54639499.9999.990.62935299.9999.9999.9999.9999.99012000021.15739137.0530.426915003.28686848802756
N5PB018879 202.46284484863347.13993072509770.2340010.2348721999.3499755859499.9999.9918.611599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55237699.9999.9999.9999.9999.9999.9999.9999.993100002011.86697126.8590.510888003.29115208545417
N5PB006179 202.5507812547.18954467773440.3488930.3447621994.4200439453120.494821.35299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6453760.45926799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.48701161.6930.392821003.29786478430934
N5PB005965 202.53781127929747.16413116455080.3488930.3447621994.4200439453120.101599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52724499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.89439.067680.342675003.30562752178825
N5PB018991 202.50186157226647.24562454223630.2340010.2348721999.3499755859499.9999.9918.766599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56531899.9999.9999.9999.9999.9999.9999.9999.993100000011.52547108.0290.421056003.32433316288422
N5PB018389 202.45809936523447.24935150146480.2248040.2293791996.1600341796999.9999.9917.82899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46635799.9999.9999.9999.9999.9999.9999.9999.99320000024.1232749.21170.572816003.32489481597178
N5PB034802 202.4314727783247.2434806823730.3111690.3297381993.1700439453199.9921.817799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50267199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.16888141.6760.238924003.33364784047177
N5PB006299 202.55157470703147.20084762573240.3488930.3447621994.4200439453120.306199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59554199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.5466689.95430.641904003.33758408408414
N5PB034798 202.42846679687547.24274444580080.3111690.3297381993.1700439453199.9921.588799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47697699.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.1741175.5740.524128003.35526969714353
N5PB034809 202.43423461914147.24485778808590.2548330.2668841994.4300537109420.609821.917299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7643620.52609799.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.6889131.3880.384425003.35592226419278
N5PB011679 202.38803100585947.18989944458010.3049570.3099451994.4200439453199.9921.755699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51519999.9999.9999.9999.9999.9999.9999.9999.9999.99320022.3416368.44870.227748003.36319930810687
N5PB005896 202.53105163574247.15669250488280.3488930.3447621994.4200439453120.011322.327599.9999.9920.524599.9999.9999.9999.9999.9999.993518999979999999999990.5292070.67007999.9999.990.53727699.9999.9999.9999.9999.9999.993222032.36893164.6670.41928003.36348853092476
N5PB018306 202.49639892578147.14134979248050.2248040.2293791996.1600341796999.9999.9918.912399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.6130899.9999.9999.9999.9999.9999.9999.9999.993100002011.6004432.21680.372911003.36588561721818
N5PB034601 202.55281066894547.19406127929690.3111690.3297381993.1700439453199.9922.219799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60954199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.85903127.2710.502022003.3668773483972
N5PB011602 202.51925659179747.14938735961910.3049570.3099451994.4200439453199.9921.718899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5059199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.30428171.0320.472812003.36777936307698
N5PB018309 202.50158691406347.14260864257810.2248040.2293791996.1600341796999.9999.9918.833799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58531399.9999.9999.9999.9999.9999.9999.9999.993100000011.5235160.0240.412262003.3688516526662
N5PB005875 202.52777099609447.15424728393550.3488930.3447621994.4200439453119.544299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46413699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202023.531473.824080.546162003.36979269215395
N5PB034528 202.54582214355547.1718177795410.3111690.3297381993.1700439453199.9922.147999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58353799.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.73646107.6510.21737003.37081060556199
N5PB018997 202.50224304199247.24703979492190.2340010.2348721999.3499755859499.9999.9918.799299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57232899.9999.9999.9999.9999.9999.9999.9999.99310100005011.51019107.5490.406072003.40867744820078
N5PB034512 202.54122924804747.16456985473630.3111690.3297381993.1700439453199.9922.16599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59447399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.83505145.9580.339294003.40873404952898
N5PB005955 202.54042053222747.16292572021480.3488930.3447621994.4200439453120.556821.631299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6852640.4808999.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.5552369.89980.435045003.4343101477945
N5PB006504 202.39460754394547.21995925903320.3488930.3447621994.4200439453119.521621.313899.9999.9999.9919.481699.9999.9999.9999.9999.993518999999199999999990.4589530.45495299.9999.9999.990.78828599.9999.9999.9999.9999.9932222052.37687109.6150.196123003.43889973053775
N5PB034630 202.38586425781347.19685745239260.3111690.3297381993.1700439453199.9922.319599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66223699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5120870.68960.415363003.44248672397866
N5PB016944 202.3860626220747.18829727172850.2548330.2668841994.4300537109420.174899.9999.9999.9920.444299.9999.9999.9999.9999.9999.993599999979999999999990.57789899.9999.9999.990.50473299.9999.9999.9999.9999.9999.993202023.1772429.62790.513114003.45236087402212
N5PB034685 202.55278015136747.20806884765630.3111690.3297381993.1700439453199.9922.238899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62419999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.603691.03870.376585003.46139999324157
N5PB011668 202.38613891601647.18625640869140.3049570.3099451994.4200439453199.9922.13999.9999.9999.9919.475599.9999.9999.9999.9999.9999189999991999999999999.990.5760799.9999.9999.990.5502899.9999.9999.9999.9999.99311022021.5256569.91340.427427003.46479725935257
N5PB034526 202.54722595214847.17000579833980.3111690.3297381993.1700439453199.9922.04599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54513899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.67992133.4950.199012003.46804336268699
N5PB005832 202.52468872070347.15006256103520.3488930.3447621994.4200439453120.362799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6264599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.827299.796470.723838003.47262242451705
N5PB034521 202.54675292968847.16843032836910.3111690.3297381993.1700439453199.9922.183199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60696199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0886171.3230.542774003.4920245722156
N5PB011589 202.51164245605547.14346694946290.3049570.3099451994.4200439453199.9921.891899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53035499.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.8027184.06320.642456003.49973804068554
N5PB018352 202.54786682128947.21970367431640.2799910.2837881983.1300048828199.9999.9918.514399.9999.9919.510399.9999.9999.9999.9999.9999993799991999999999999.9999.990.55431199.9999.990.5923699.9999.9999.9999.9999.99321000021.59324147.9180.609447003.50582191969893
N5PB005973 202.54382324218847.16431427001950.3488930.3447621994.4200439453119.58822.197199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.469710.61731699.9999.9999.9999.9999.9999.9999.9999.9999.993222023.1381758.94320.419894003.50695123722966
N5PB037090 202.532226562547.15394973754880.2548330.2668841994.4300537109420.40199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65752599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.8585692.94870.698976003.51114699161478
N5PB006746 202.43484497070347.24794387817380.3488930.3447621994.4200439453120.3999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61612499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.9378924.44080.394422003.51308861475706
N5PB018292 202.463867187547.13615417480470.2248040.2293791996.1600341796999.9999.9917.05299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43732899.9999.9999.9999.9999.9999.9999.9999.993100002014.65678150.4830.298748003.5135267087695
N5PB006341 202.55455017089847.20713424682620.3488930.3447621994.4200439453120.540299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67407499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5702916.90610.431759003.51916381667999
N5PB011663 202.38539123535247.18338012695310.3049570.3099451994.4200439453199.9921.89899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51790499.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.53481139.3260.285427003.5237841649684
N5PB034816 202.43188476562547.24719238281250.3111690.3297381993.1700439453199.9922.12399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56884299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7132265.18680.300537003.52383835284457
N5PB034671 202.55522155761747.20529937744140.3111690.3297381993.1700439453199.9922.264199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6455199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.630194.410470.737932003.5241646258988
N5PB005942 202.54254150390647.16201782226560.3488930.3447621994.4200439453120.515499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65806299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.770220.4533650.461999003.53652682651502
2MJGQIYH 202.5279447.238750.230.221998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.53815.69515.241999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1520.1510.178477777700000003.54443079776152
N5PB011717 202.54992675781347.21887588500980.3049570.3099451994.4200439453199.9921.479899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47725599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.0206588.31640.587663003.56117519563187
N5PB018294 202.49148559570347.13695907592770.2799910.2837881983.1300048828199.9999.9918.429499.9999.9919.175399.9999.9999.9999.9999.9999993799991999999999999.9999.990.53903499.9999.990.45031199.9999.9999.9999.9999.99321000022.322850.71890.384402003.56271062252108
N5PB006313 202.55679321289147.20310974121090.3488930.3447621994.4200439453120.033421.921999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5269480.52776999.9999.9999.9999.9999.9999.9999.9999.9999.993222032.260487.234060.408291003.56597269526732
N5PB018288 202.4830780029347.13550949096680.2799910.2837881983.1300048828199.9999.9918.715599.9999.9919.513899.9999.9999.9999.9999.9999993799991999999999999.9999.990.59225299.9999.990.64468899.9999.9999.9999.9999.9932002021.12237141.170.40117003.58113763122825
N5PB011786 202.43583679199247.24954986572270.3049570.3099451994.4200439453199.9921.29518.435499.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4560480.54089399.9999.9999.9999.9999.9999.9999.9999.99320033.4546974.79740.565163003.58517072489769
N5PB005806 202.52313232421947.14668273925780.3488930.3447621994.4200439453119.705321.97299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4924220.54782999.9999.9999.9999.9999.9999.9999.9999.9999.993222023.87622124.5060.56829003.59238249613742
N5PB006056 202.55340576171947.17422103881840.3488930.3447621994.4200439453117.162118.527216.704899.9918.850717.606599.9999.9916.03615.68615.723351837997199994748490.4167420.408110.4252699.990.4198540.30918299.9999.990.0870.1480.253011112092.81761172.6950.105949003.60436101852067
N5PB018393 202.44204711914147.25166702270510.2799910.2837881983.1300048828199.9999.9918.06399.9999.9919.505399.9999.9999.9999.9999.9999993799991999999999999.9999.990.48774899.9999.990.69441599.9999.9999.9999.9999.9932000021.09675137.3790.369715003.61420869955124
N5PB006712 202.41459655761747.24190902709960.3488930.3447621994.4200439453118.021320.110516.638299.9999.9919.080599.9999.9915.39914.89614.6363518379999199994748490.4192830.4141510.42515199.9999.990.37242599.9999.990.0540.070.09501122082.38125.9120.0499992003.63513718868652
N5PB034665 202.38175964355547.20227050781250.3111690.3297381993.1700439453199.9922.108499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5779299.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.17590.45150.540742003.63647199964424
N5PB006433 202.55415344238347.21519088745120.3488930.3447621994.4200439453119.799999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5040699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202033.82694152.790.577367003.63803718464296
N5PB034475 202.52645874023447.14748001098630.3111690.3297381993.1700439453199.9922.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65322299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.90314126.9590.511589003.63820817056855
N5PB011619 202.54418945312547.16061782836910.3049570.3099451994.4200439453199.9921.519999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47896399.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.4096122.46130.399973003.6391174396604
N5PB006137 202.38253784179747.18257141113280.3488930.3447621994.4200439453120.142799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5547799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.89587110.370.293899003.64735319873259
N5PB037139 202.55395507812547.2164382934570.2548330.2668841994.4300537109420.554599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71143899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.4480570.1790.372759003.65660289390689
N5PB005941 202.54597473144547.16186141967770.3488930.3447621994.4200439453120.162899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56303599.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310010202023.5620811.43840.745028003.65912468695647
N5PB034468 202.52552795410247.14646911621090.3111690.3297381993.1700439453199.9922.330299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67273199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.15866159.260.703205003.66200141396655
N5PB006733 202.41857910156347.24453735351560.3488930.3447621994.4200439453117.475820.126417.182699.9999.9918.708699.9999.9916.29816.02914.9713518379999199994748490.4191470.4208830.43384799.9999.990.3587999.9999.990.1110.1890.12831112083.80297113.3140.172425003.66407009697726
N5PB006099 202.3833007812547.17843627929690.3488930.3447621994.4200439453120.543699.9999.9999.9999.9919.513799.9999.9999.9999.9999.993599999999199999999990.67635199.9999.9999.9999.990.64527699.9999.9999.9999.9999.9932202021.6208126.5080.37279003.67436118040253
N5PB006089 202.38407897949247.17630004882810.3488930.3447621994.4200439453120.02599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52429699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.484617.39370.523552003.67991507421478
N5PB011791 202.43542480468847.2511634826660.3049570.3099451994.4200439453199.9922.153299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58151699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4872370.25830.396103003.68090533229233
2MJGQIJZ 202.40467147.1523210.060.061998.4032728627699.9999.9999.9999.9999.9999.9999.9999.9911.94511.35811.124999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0220.0190.019477777700000003.68393844966735
N5PB037187 202.43103027343847.24991989135740.2548330.2668841994.4300537109420.073599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54581699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.690645.17570.240422003.68617279854545
N5PB005786 202.52359008789147.14468765258790.3488930.3447621994.4200439453119.179999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45063199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.16797127.310.439614003.69976741135518
N5PB011579 202.4982147216847.1358566284180.3049570.3099451994.4200439453199.9922.040399.9999.9920.654719.50299.9999.9999.9999.9999.999918999971999999999999.990.56248599.9999.990.5998850.61284499.9999.9999.9999.9999.99321020031.83876141.8730.494025003.70212985051937
N5PB018871 202.44479370117247.13517761230470.2340010.2348721999.3499755859499.9999.9918.682699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54581799.9999.9999.9999.9999.9999.9999.9999.993100002011.51335160.0090.411305003.71058550076183
N5PB006584 202.39363098144547.22822570800780.3488930.3447621994.4200439453119.886322.036699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.495570.55453799.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.1067133.750.312554003.71882511082889
N5PB011795 202.4342498779347.2518386840820.3049570.3099451994.4200439453199.9922.236799.9999.9999.9919.497799.9999.9999.9999.9999.9999189999991999999999999.990.61630999.9999.9999.990.72837799.9999.9999.9999.9999.9932020021.54552162.3980.417087003.73684339067809
N5PB005751 202.52023315429747.14229583740230.3488930.3447621994.4200439453120.200899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56447799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.309551.62050.419891003.74038965605076
N5PB006492 202.55358886718847.22062683105470.3488930.3447621994.4200439453120.508799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65389399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5334319.5720.438406003.74049983878489
N5PB011570 202.49075317382847.1337318420410.3049570.3099451994.4200439453199.9922.120299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56904499.9999.9999.9999.9999.9999.9999.9999.9999.990100020012.0034693.76820.633754003.74403318027328
N5PB006325 202.56112670898447.20462036132810.3488930.3447621994.4200439453119.472921.725499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4609330.4984999.9999.9999.9999.9999.9999.9999.9999.9999.993222042.6638267.84870.178036003.75434478976955
N5PB006772 202.42892456054747.25072097778320.3488930.3447621994.4200439453120.509999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65463599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1002468.38420.701399003.76709431553933
N5PB006522 202.55238342285247.22361755371090.3488930.3447621994.4200439453120.045499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52074199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.97991142.6580.354902003.77530080978472
N5PB006399 202.38066101074247.21089553833010.3488930.3447621994.4200439453119.901221.328499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4852470.44643599.9999.9999.9999.9999.9999.9999.9999.9999.99010222041.740417.4730.248636003.78073295657424
N5PB006479 202.55552673339847.21951675415040.3488930.3447621994.4200439453120.519199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66046199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.48687160.7030.397591003.78558013152852
N5PB006773 202.42642211914147.25020599365230.3488930.3447621994.4200439453118.282119.662718.181699.9920.111118.879899.9999.9999.9999.9999.99351837997199999999990.4224940.4170120.48062299.990.4345910.36775299.9999.9999.9999.9999.9901112092.88604123.6250.194819003.78647813848368
N5PB034699 202.55914306640647.21303176879880.3111690.3297381993.1700439453199.9921.911199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5324199.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.4145670.09220.550723003.79007777744116
N5PB034540 202.38082885742247.17694091796880.3111690.3297381993.1700439453199.9922.319599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66223699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4817574.08190.375876003.79574154389933
N5PB034600 202.56335449218847.19408798217770.3111690.3297381993.1700439453199.9922.214999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60603599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.8570753.40330.501986003.79673025607612
N5PB011571 202.49374389648447.13322067260740.3049570.3099451994.4200439453199.9920.649418.929399.9920.368899.9999.9999.9999.9999.9999.9999183799799999999999999.990.435180.6194399.990.48972299.9999.9999.9999.9999.9999.99320020038.3199448.52270.77861003.80285689286527
N5PB011734 202.54943847656347.22813034057620.3049570.3099451994.4200439453199.9921.935299.9999.9999.9919.490299.9999.9999.9999.9999.9999189999991999999999999.990.54392299.9999.9999.990.57791899.9999.9999.9999.9999.9931020021.52426104.390.0894499003.80529377792604
N5PB034823 202.42247009277347.24924850463870.3111690.3297381993.1700439453199.9922.03599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55376899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.9881145.4140.684399003.81550265747131
N5PB018323 202.39103698730547.16044235229490.2340010.2348721999.3499755859499.9999.9918.597599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55128899.9999.9999.9999.9999.9999.9999.9999.99321.54399130.0770.267671003.82375344311916
2MJGQIYK 202.49109647.2566950.30.251998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.63413.8713.71999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.202-999-999477777700000003.82421334904054
N5PB011560 202.47280883789147.13066101074220.3049570.3099451994.4200439453199.9922.419299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61222299.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.1392133.2960.408281003.83494559920289
N5PB011729 202.55291748046947.22579574584960.2548330.2668841994.4300537109418.781321.244199.9999.9920.645399.9999.9999.9999.9999.9999.993518999979999999999990.4418390.45624599.9999.990.59327199.9999.9999.9999.9999.9999.993122037.45634108.4690.47764003.8563689285867
N5PB034832 202.42764282226647.25196838378910.3111690.3297381993.1700439453199.9921.851899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.512499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.9307261.22610.537231003.85740311125541
2MJGQIYJ 202.49466947.256680.270.271998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.16213.61715.073999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.193477777700000003.85831810000928
N5PB005756 202.5268554687547.14294433593750.3488930.3447621994.4200439453119.640921.050899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4706570.43600199.9999.9999.9999.9999.9999.9999.9999.9999.993222042.19126171.2650.158193003.86300500829993
N5PB011636 202.38398742675847.16789245605470.2548330.2668841994.4300537109420.405722.001199.9999.9920.410319.48199.9999.9999.9999.9999.99351899997199999999990.6611180.54886399.9999.990.4987080.79104999.9999.9999.9999.9999.9932220053.0814620.31930.760567003.86385522298024
N5PB005742 202.52470397949247.14148330688480.3488930.3447621994.4200439453120.513399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65676899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5387318.56420.424048003.88276064343048
N5PB006494 202.55746459960947.22060775756840.3488930.3447621994.4200439453120.095422.183999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5485330.60757999.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.31814112.6960.397907003.88409789943533
N5PB011561 202.47279357910247.1294670104980.3049570.3099451994.4200439453199.9921.835399.9999.9999.9918.891499.9999.9999.9999.9999.9999189999991999999999999.990.52657199.9999.9999.990.40910699.9999.9999.9999.9999.99310001025023.70276145.9930.734643003.90654255338085
N5PB019026 202.44375610351647.25717544555660.2340010.2348721999.3499755859499.9999.9918.125599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50176199.9999.9999.9999.9999.9999.9999.9999.993100002011.85856158.8870.275165003.9091798154224
N5PB011572 202.50688171386747.1342201232910.3049570.3099451994.4200439453199.9921.399699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46921299.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5746574.55390.459867003.91653070519441
N5PB006537 202.55560302734447.22471237182620.3488930.3447621994.4200439453119.940499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50107199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.395126.0050.50076003.92200296731537
N5PB006583 202.55108642578147.23010635375980.3488930.3447621994.4200439453120.54499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67659399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.2058820.81540.721093003.92553184459806
N5PB000386 202.56214904785247.17430877685550346300591 0.3488930.3447621994.4200439453113.334314.348912.894299.9914.690913.546899.9999.9912.37312.02111.983351837997199994748490.4148120.406940.41652599.990.417560.29376299.9999.990.0210.0190.022011011115095.08648175.7170.0560979003.94007576605942
N5PB006112 202.56489562988347.18099212646480.3488930.3447621994.4200439453119.283320.989599.9999.9999.9919.506899.9999.9999.9999.9999.993518999999199999999990.4492330.43726299.9999.9999.990.68750899.9999.9999.9999.9999.99312222052.65289129.740.148737003.94475927292221
N5PB034831 202.42304992675847.25196838378910.3111690.3297381993.1700439453199.9922.237399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62297999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.6120188.11870.380835003.94514870741419
N5PB006797 202.42617797851647.25314712524410.3488930.3447621994.4200439453120.350922.10399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5954250.57478199.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.8995454.00370.495554003.94747009855014
N5PB006518 202.55741882324247.22335052490230.3488930.3447621994.4200439453120.431921.858499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6095940.52157799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.4756316.07250.382506003.9514442763838
N5PB006787 202.41978454589847.25083160400390.3488930.3447621994.4200439453117.448419.19917.535699.9920.216919.059799.9999.9999.9999.9999.99351837997199999999990.4197820.4161230.44317499.990.4563170.40150699.9999.9999.9999.9999.99311112094.7971692.87490.308409003.95327286236816
N5PB018402 202.43992614746147.25729370117190.2248040.2293791996.1600341796999.9999.9917.397299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44888999.9999.9999.9999.9999.9999.9999.9999.99325.1910446.12060.402709003.96183479937113
N5PB018399 202.44171142578147.25769042968750.2248040.2293791996.1600341796999.9999.9918.850299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.59094799.9999.9999.9999.9999.9999.9999.9999.993100000011.4981162.1560.397014003.96251615947087
N5PB011577 202.51327514648447.13531875610350.3049570.3099451994.4200439453199.9921.889499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52964999.9999.9999.9999.9999.9999.9999.9999.9999.99320021.91689148.3370.432387003.96410402270712
N5PB000238 202.37341308593847.20101165771480346000831 0.3488930.3447621994.4200439453114.864416.441514.345799.9917.079615.155299.9999.9913.53312.90212.82351837997199994748490.4150440.4071410.4220999.990.4179350.29590999.9999.990.0250.0220.02601011112093.81691148.6920.0399557003.96616350183848
N5PB034513 202.55795288085947.16543960571290.2548330.2668841994.4300537109420.554422.173499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7113160.57830699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.5369218.75110.418865003.98105698218101
N5PB006446 202.37698364257847.21437072753910.3488930.3447621994.4200439453117.367218.801917.649399.9920.005818.579399.9999.9916.98716.17315.449351837997199994748490.4192090.4090720.46118499.990.4363440.3603199.9999.990.2070.2270.21431112094.157722.148440.170149003.98278554217016
N5PB011803 202.42832946777347.25471496582030.3049570.3099451994.4200439453199.9921.986699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54408999.9999.9999.9999.9999.9999.9999.9999.9999.99320021.584388.05330.369382003.99319992737577
N5PB034747 202.55606079101647.22687149047850.3111690.3297381993.1700439453199.9922.14699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58233599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.92822102.4090.709195003.9996793141134
N5PB034731 202.55885314941447.22323226928710.3111690.3297381993.1700439453199.9922.255799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63816299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.46821158.770.129093004.00104985467118
N5PB034738 202.55746459960947.2252693176270.3111690.3297381993.1700439453199.9922.335899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6784599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.49904160.4610.39975004.00472507357194
N5PB018277 202.49797058105547.13051223754880.2248040.2293791996.1600341796999.9999.9918.68799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54024299.9999.9999.9999.9999.9999.9999.9999.990100002011.43613161.6460.359697004.00558204554108
N5PB018273 202.48948669433647.12894058227540.2799910.2837881983.1300048828199.9999.9917.250299.9919.508518.441299.9999.9916.2915.55715.6839999379971999947484999.9999.990.4362899.990.4313260.34880499.9999.990.1150.1310.24231002042.50627150.9790.305789004.01432432838056
N5PB037073 202.51524353027347.13499450683590.2548330.2668841994.4300537109420.228299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57287799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.2071988.8070.547428004.01761490950472
N5PB034763 202.55346679687547.23081588745120.3111690.3297381993.1700439453199.9922.303299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64699899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5073418.48180.412802004.03012479037853
N5PB000263 202.45240783691447.12844085693360346000156 0.2340010.2348721999.3499755859499.9999.9914.433199.9999.9999.9999.9999.9914.37314.0113.962999937999999999947484999.9999.990.41816199.9999.9999.9999.9999.990.0320.0350.05601010002023.97591104.7980.184471004.03282331091694
N5PB006646 202.39024353027347.23420715332030.3488930.3447621994.4200439453115.183817.077213.878299.9918.086515.645899.9999.9912.74312.1211.89351837997199994748490.4151610.4072940.42180699.990.4185710.29601299.9999.990.0220.0210.022011112093.6861795.96590.0453048004.03591489094794
N5PB034755 202.55529785156347.22901916503910.3111690.3297381993.1700439453199.9921.920499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52722699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.44053118.8270.373319004.03691876781146
N5PB034824 202.41354370117247.24974060058590.3111690.3297381993.1700439453199.9922.13699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57632899.9999.9999.9999.9999.9999.9999.9999.9999.990100020012.11651136.7780.520964004.0374415834143
N5PB005710 202.52239990234447.13731002807620.3488930.3447621994.4200439453120.562899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68937299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5466872.15370.418743004.04038016799458
N5PB034736 202.55888366699247.22503280639650.3111690.3297381993.1700439453199.9922.328599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67105299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.49786159.5170.407818004.04974225040106
N5PB034453 202.52616882324247.13875961303710.3111690.3297381993.1700439453199.9922.246599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63046999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.51558132.5880.255791004.05125014732484
N5PB011553 202.48652648925847.12778472900390.3049570.3099451994.4200439453199.9921.801999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51725699.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.28298125.8720.549061004.06085299242235
N5PB011557 202.49307250976647.12864303588870.3049570.3099451994.4200439453199.9919.895599.9999.9920.354899.9999.9999.9999.9999.9999.9999189999799999999999999.990.419299.9999.990.4822899.9999.9999.9999.9999.9999.99320037.15257145.8640.655718004.06286718397174
N5PB018861 202.43272399902347.13180160522460.2340010.2348721999.3499755859499.9999.9918.727499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55490599.9999.9999.9999.9999.9999.9999.9999.993100000011.5139371.29480.413643004.06413803633768
N5PB011558 202.50024414062547.12987518310550.3049570.3099451994.4200439453199.9921.577499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47724599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.509423.65250.613662004.06920297867821
N5PB006312 202.56936645507847.20281219482420.3488930.3447621994.4200439453118.261719.749518.04299.9920.180719.230999.9999.9999.9999.9999.99351837997199999999990.4224960.4114440.46472399.990.4419950.40915999.9999.9999.9999.9999.9931122082.82954153.6650.111879004.07167851039382
N5PB019030 202.43426513671947.25823974609380.2340010.2348721999.3499755859499.9999.9918.208899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50659599.9999.9999.9999.9999.9999.9999.9999.993100002012.19073125.5790.398182004.09262672361945
N5PB005678 202.51687622070347.13410949707030.3488930.3447621994.4200439453120.54899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67927299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.98477136.4910.476081004.09544119146423
N5PB016887 202.50659179687547.13077926635740.2548330.2668841994.4300537109419.176699.9999.9999.9920.538199.9999.9999.9999.9999.9999.993599999979999999999990.46044999.9999.9999.990.54759699.9999.9999.9999.9999.9999.99320100026.7215763.84950.692907004.1038330605941
N5PB013357 202.55264282226647.23405456542970.2548330.2668841994.4300537109420.471122.182599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6808940.60657499.9999.9999.9999.9999.9999.9999.9999.9999.99320220031.5339448.33780.254357004.1107006830399
N5PB006770 202.41128540039147.25020599365230.3488930.3447621994.4200439453119.766999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48740499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.3649499.01850.257696004.11341992582864
N5PB005880 202.55319213867247.15511322021480.3488930.3447621994.4200439453119.894122.110999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4906430.5621799.9999.9999.9999.9999.9999.9999.9999.9999.990222031.9122145.3510.193947004.12893183456295
N5PB011556 202.50175476074247.12912750244140.3049570.3099451994.4200439453199.9921.990518.897199.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.545350.6075499.9999.9999.9999.9999.9999.9999.9999.99322021.581289.14890.368852004.13077773862462
N5PB005703 202.52044677734447.13474655151370.3488930.3447621994.4200439453116.073418.768415.510899.9919.614317.545499.9999.9914.31913.60713.383351837997199994748490.4166120.4088810.41805899.990.4261720.31068199.9999.990.0280.0270.04101112086.29205176.2460.277387004.13186636050673
N5PB006072 202.56675720214847.17348098754880.3488930.3447621994.4200439453117.938321.505818.322299.9999.9919.284399.9999.9999.9999.9999.993518379999199999999990.4211990.4713740.51095599.9999.990.44811699.9999.9999.9999.9999.99310011125063.2509133.81830.0915097004.1341913574523
N5PB011568 202.5123748779347.13175964355470.2548330.2668841994.4300537109416.74719.338617.852399.9919.819818.955399.9999.9999.9999.9999.99351837997199999999990.4170890.4122260.46092999.990.4327620.37355999.9999.9999.9999.9999.99311120713.14128.03390.565208004.14128147650952
N5PB011562 202.50903320312547.13035202026370.2548330.2668841994.4300537109420.428222.181699.9999.9920.687599.9999.9999.9999.9999.9999.993518999979999999999990.6789860.59279399.9999.990.59811399.9999.9999.9999.9999.9999.993220031.785658.87790.317808004.16457402684462
N5PB011547 202.49313354492247.12680435180660.3049570.3099451994.4200439453199.9922.016299.9999.9920.379919.391199.9999.9999.9999.9999.999918999971999999999999.990.55499.9999.990.4925210.5157899.9999.9999.9999.9999.9931022031.6087489.15620.381384004.17088536587085
N5PB006750 202.40307617187547.24703598022460.3488930.3447621994.4200439453119.852521.481499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5002080.46406799.9999.9999.9999.9999.9999.9999.9999.9999.993222043.94359114.8570.667002004.17200295901393
N5PB006432 202.56768798828147.21590805053710.3488930.3447621994.4200439453120.095799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52539399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6398839.42960.174488004.17402164415599
N5PB011549 202.49865722656347.12770843505860.3049570.3099451994.4200439453199.9922.081699.9999.9920.697999.9999.9999.9999.9999.9999.9999189999799999999999999.990.57806399.9999.990.60485499.9999.9999.9999.9999.9999.99310020022.7309165.3130.766511004.17493089133431
N5PB018403 202.42773437547.25793838500980.2799910.2837881983.1300048828199.9999.9917.929399.9999.9918.752199.9999.9999.9999.9999.9999993799991999999999999.9999.990.47523799.9999.990.39773999.9999.9999.9999.9999.99321000024.0048244.51030.522389004.17882110333718
N5PB006822 202.42173767089847.25607299804690.3488930.3447621994.4200439453120.157922.259199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5471220.64109899.9999.9999.9999.9999.9999.9999.9999.9999.993222031.639245.184720.171583004.1868654690253
N5PB018370 202.54423522949247.24298477172850.2248040.2293791996.1600341796999.9999.9918.898499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60798799.9999.9999.9999.9999.9999.9999.9999.993100000011.5293619.46580.421649004.18795764492672
N5PB034838 202.41725158691447.25439834594730.2548330.2668841994.4300537109420.211122.332999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5969470.67542699.9999.9999.9999.9999.9999.9999.9999.9999.993220023.2009693.4650.61608004.18976651708094
N5PB005728 202.53388977050847.13973617553710.3488930.3447621994.4200439453120.395499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61914999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8547853.99310.49822004.1904787093588
N5PB005714 202.52987670898447.13768768310550.3488930.3447621994.4200439453119.777421.760899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4942130.50672799.9999.9999.9999.9999.9999.9999.9999.9999.993222033.221776.05120.531218004.19053689346166
N5PB018257 202.46018981933647.12498855590820.2248040.2293791996.1600341796999.9999.9918.582499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54689599.9999.9999.9999.9999.9999.9999.9999.993100002012.020858.373740.524911004.19391769814457
N5PB034834 202.41273498535247.25280761718750.3111690.3297381993.1700439453199.9922.306699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6501599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.96086175.1090.605569004.20791019081576
N5PB018263 202.44435119628947.12654495239260.2248040.2293791996.1600341796999.9999.9918.36999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52159699.9999.9999.9999.9999.9999.9999.9999.993100002012.4396196.88980.503968004.21487513338565
N5PB037066 202.50170898437547.12752151489260.2548330.2668841994.4300537109420.283599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60281399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.8482226.0370.691449004.2218929232093
N5PB006196 202.36640930175847.1890792846680.3488930.3447621994.4200439453119.447521.40899.9999.9999.9919.514499.9999.9999.9999.9999.993518999999199999999990.4561150.4623999.9999.9999.990.61951799.9999.9999.9999.9999.9931222052.5184314.64720.200014004.24591247286067
N5PB005904 202.38304138183647.15570831298830.3488930.3447621994.4200439453119.489521.765718.32399.9999.9919.516899.9999.9999.9999.9999.993518379999199999999990.4508710.4978030.50144899.9999.990.65252999.9999.9999.9999.9999.9901222062.11779124.5560.183141004.25186864645164
N5PB006333 202.3668670654347.20447921752930.3488930.3447621994.4200439453119.781822.336899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4805620.67947299.9999.9999.9999.9999.9999.9999.9999.9999.993222031.80316177.2240.034917004.25579817708334
N5PB018254 202.47370910644547.12363815307620.2248040.2293791996.1600341796999.9999.9918.878899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60095799.9999.9999.9999.9999.9999.9999.9999.993100002011.50339160.9560.409239004.25723981203375
N5PB006825 202.4174804687547.25625991821290.3488930.3447621994.4200439453120.145399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.55581999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.35943156.2010.514249004.2811685113531
N5PB005669 202.52285766601647.1325683593750.3488930.3447621994.4200439453119.745822.348999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4922680.692299.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.91915117.6160.401826004.29419546287494
2MJGQIYM 202.50101447.2630230.120.11998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.95712.27512.003999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.049-999-999477777700000004.29537879295735
N5PB005641 202.51528930664147.12984085083010.3488930.3447621994.4200439453119.28799.9999.9999.9920.785699.9999.9999.9999.9999.9999.993599999979999999999990.45993199.9999.9999.990.62777299.9999.9999.9999.9999.9999.99320202023.89250.1850.111515004.2958146016621
N5PB016880 202.50805664062547.12773132324220.2548330.2668841994.4300537109420.5499.9999.9999.9920.648299.9999.9999.9999.9999.9999.993599999979999999999990.69867199.9999.9999.990.5952999.9999.9999.9999.9999.9999.99320200022.3896911.48530.706587004.29597399241535
N5PB037067 202.51345825195347.12894058227540.2548330.2668841994.4300537109420.788799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.80200199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310100203011.5833300.998454004.313632678784
N5PB005843 202.38740539550847.14970016479490.3488930.3447621994.4200439453120.004799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52709399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.5323666.40330.399733004.31923039762862
N5PB018868 202.41247558593847.13418579101560.2340010.2348721999.3499755859499.9999.9918.774199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5650699.9999.9999.9999.9999.9999.9999.9999.993100002011.5267370.75580.420724004.32093902081505
N5PB034488 202.38423156738347.15244293212890.3111690.3297381993.1700439453199.9922.131699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59214399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.2394236.1540.531478004.32295004094312
N5PB011544 202.49841308593847.12502670288090.3049570.3099451994.4200439453199.9921.976299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54075499.9999.9999.9999.9999.9999.9999.9999.9999.99010022021.85504145.6070.500264004.32708526001581
N5PB016884 202.51214599609447.12829208374020.2548330.2668841994.4300537109420.576599.9999.9999.9920.540199.9999.9999.9999.9999.9999.993599999979999999999990.73168199.9999.9999.990.54913599.9999.9999.9999.9999.9999.99320200022.0478386.69460.634655004.32774684254275
N5PB006839 202.41909790039147.25803375244140.3488930.3447621994.4200439453120.03822.107199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.528420.56430899.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.6240810.76970.425268004.34150883566361
N5PB011548 202.50389099121147.12585067749020.3049570.3099451994.4200439453199.9919.786318.200899.9999.9919.13999.9999.9999.9999.9999.9999183799991999999999999.990.4185190.49591899.9999.990.43760799.9999.9999.9999.9999.9931022045.1076586.98740.20802004.34481487631621
N5PB006648 202.55627441406347.23755264282230.3488930.3447621994.4200439453119.469421.31699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4628030.46088899.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.0405150.7050.365829004.35340214229685
N5PB034492 202.38093566894547.15417480468750.3111690.3297381993.1700439453199.9922.334699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67714899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.526117.79950.418073004.37428064635501
N5PB016883 202.51371765136747.12786865234380.2548330.2668841994.4300537109420.721199.9999.9999.9920.533399.9999.9999.9999.9999.9999.993599999979999999999990.81755199.9999.9999.990.5438999.9999.9999.9999.9999.9999.99310000203023.36222151.6310.784507004.37669383569873
N5PB011764 202.55007934570347.24334716796880.3049570.3099451994.4200439453199.9921.223299.9999.9920.731499.9999.9999.9999.9999.9999.9999189999799999999999999.990.46425399.9999.990.62650899.9999.9999.9999.9999.9999.99320035.57706129.2190.718506004.37709161641099
N5PB005610 202.51161193847747.12711334228520.3488930.3447621994.4200439453119.871299.9999.9999.9920.699599.9999.9999.9999.9999.9999.993599999979999999999990.51672899.9999.9999.990.60589499.9999.9999.9999.9999.9999.99320202023.6931169.75180.506024004.38437856200217
N5PB018246 202.45959472656347.121582031250.2248040.2293791996.1600341796999.9999.9918.769599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.58934799.9999.9999.9999.9999.9999.9999.9999.993100002011.77704132.8190.427017004.39970670508708
N5PB011807 202.41627502441447.25811004638670.2548330.2668841994.4300537109419.952720.931999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5301430.44577599.9999.9999.9999.9999.9999.9999.9999.9999.993220034.72635177.2480.769907004.40183224555831
N5PB034433 202.52568054199247.13120651245120.3111690.3297381993.1700439453199.9922.324799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66733499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.96584174.690.616363004.42293975837145
N5PB005586 202.50996398925847.12587356567380.3488930.3447621994.4200439453119.892199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50341999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.7731111.27840.532039004.4280804047959
N5PB011542 202.50175476074247.12390518188480.3049570.3099451994.4200439453199.9921.686899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50657399.9999.9999.9999.9999.9999.9999.9999.9999.99320020022.92303128.3440.485056004.42963940882492
N5PB005812 202.55458068847747.14802551269530.3488930.3447621994.4200439453119.236721.296599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4472120.45869499.9999.9999.9999.9999.9999.9999.9999.9999.99310222043.01006171.5020.299226004.43053190084252
N5PB005640 202.52221679687547.12957763671880.3488930.3447621994.4200439453119.028699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.44997199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100102016.92084159.2950.478484004.43798644030269
N5PB018262 202.42962646484447.12592697143550.2248040.2293791996.1600341796999.9999.9918.293699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50284699.9999.9999.9999.9999.9999.9999.9999.993100002011.95111177.780.264751004.43831684971592
N5PB005591 202.50794982910247.12513351440430.3488930.3447621994.4200439453119.241799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45704399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.7691159.51090.472135004.44029479712085
N5PB018258 202.43357849121147.12485504150390.2248040.2293791996.1600341796999.9999.9918.403899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52122999.9999.9999.9999.9999.9999.9999.9999.993100002012.05718150.7110.370964004.44120228455716
N5PB006395 202.36349487304747.20946121215820.3488930.3447621994.4200439453119.818199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4872799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202014.64974137.90.829445004.44217984447729
2MJGQIYN 202.49801647.2661590.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.999.9169.1188.582999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0360.0360.026477777700000004.44298788488368
N5PB011596 202.38745117187547.14638519287110.3049570.3099451994.4200439453199.9922.159599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58394499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.1181621.09580.698493004.44454091094245
N5PB037085 202.38935852050847.14490127563480.2548330.2668841994.4300537109420.283399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60266299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.8014858.06330.255914004.44493696905388
N5PB034846 202.41006469726647.25644683837890.3111690.3297381993.1700439453199.9921.864699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52366199.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.1994154.6680.477303004.44993279258351
N5PB006202 202.57940673828147.19211959838870.3488930.3447621994.4200439453120.556899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68526499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.58875107.3880.442209004.45356731357503
N5PB006701 202.55459594726647.24178314208980.3488930.3447621994.4200439453119.134422.02599.9999.9920.51899.9999.9999.9999.9999.9999.993518999979999999999990.4527940.55703899.9999.990.54378999.9999.9999.9999.9999.9999.993222045.40151158.6830.426742004.45536860016575
N5PB006447 202.36433410644547.21306610107420.3488930.3447621994.4200439453119.262799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.44913299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202017.0091972.95320.822649004.45745223834235
N5PB034499 202.3771209716847.15563964843750.3111690.3297381993.1700439453199.9921.604799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48320499.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.11436153.2690.354946004.45795164060266
N5PB005838 202.38349914550847.14933395385740.3488930.3447621994.4200439453120.524599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66390399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5363170.93310.429097004.45830762197727
N5PB005813 202.385742187547.14712524414060.3488930.3447621994.4200439453120.513199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6566699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.50741160.2430.413832004.46930743221458
N5PB018256 202.43589782714847.12364196777340.2340010.2348721999.3499755859499.9999.9918.407799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52766499.9999.9999.9999.9999.9999.9999.9999.9932021.92574121.2590.429158004.47932139428677
N5PB006680 202.55622863769547.24140167236330.3488930.3447621994.4200439453120.24821.923499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.586030.53712699.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.84672105.3250.665372004.49256365144695
N5PB018383 202.54653930664147.24872589111330.2248040.2293791996.1600341796999.9999.9918.357299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5093899.9999.9999.9999.9999.9999.9999.9999.993100002012.0474230.96250.369445004.49819211166807
N5PB018854 202.42098999023447.12746429443360.2340010.2348721999.3499755859499.9999.9918.719699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55339499.9999.9999.9999.9999.9999.9999.9999.993100000011.4867106.6840.391108004.4987776737803
N5PB005668 202.5333709716847.13306427001950.3488930.3447621994.4200439453120.062599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53659599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8517989.35380.178041004.4994448544561
N5PB005630 202.52449035644547.12922668457030.3488930.3447621994.4200439453120.306221.881199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5956020.52940499.9999.9999.9999.9999.9999.9999.9999.9999.993222021.8287542.90510.432826004.50137528933226
N5PB034442 202.53559875488347.13406753540040.3111690.3297381993.1700439453199.9921.272799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45321199.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.5259177.15780.372436004.50341477451147
N5PB016876 202.50498962402347.12329864501950.2548330.2668841994.4300537109420.005299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54853799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200023.4352911.33030.461884004.50426844715872
N5PB005618 202.52163696289147.12793731689450.3488930.3447621994.4200439453120.156222.212499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5602530.60423599.9999.9999.9999.9999.9999.9999.9999.9999.993222023.1471736.4370.616125004.51366286677127
N5PB018243 202.48793029785247.12025451660160.2799910.2837881983.1300048828199.9999.9918.750999.9999.9918.012499.9999.9999.9999.9999.9999993799991999999999999.9999.990.58276599.9999.990.34960399.9999.9999.9999.9999.99321002024.4407788.5710.452903004.51598816948843
N5PB018249 202.43911743164147.12227630615230.2248040.2293791996.1600341796999.9999.9918.87799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60032299.9999.9999.9999.9999.9999.9999.9999.993100000011.52608108.5410.413716004.51858115030286
N5PB005576 202.51354980468847.1251296997070.3488930.3447621994.4200439453119.771499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49761799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.37210.9548750.573049004.52475524017657
N5PB006860 202.41375732421947.25951766967770.3488930.3447621994.4200439453120.512699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65633999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.97428133.4170.486144004.52646478465507
N5PB011541 202.4995117187547.12173843383790.3049570.3099451994.4200439453199.9918.890399.9999.9999.9919.453599.9999.9999.9999.9999.9999189999991999999999999.990.41327899.9999.9999.990.55372899.9999.9999.9999.9999.9931010028.3699146.35230.427803004.52921797120343
2MJGQIYL 202.52408647.2608340.060.061998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9914.68314.03213.833999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0370.0370.055477777700000004.54204763155783
N5PB005557 202.50785827636747.12302017211910.3488930.3447621994.4200439453120.540599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67431299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.52553107.7790.420388004.55820109141973
N5PB005585 202.51843261718847.12578201293950.3488930.3447621994.4200439453119.794421.254399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4776970.45459899.9999.9999.9999.9999.9999.9999.9999.9999.993222041.90949124.6110.117594004.57084145713781
N5PB005571 202.51103210449247.12353897094730.3488930.3447621994.4200439453119.187299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.45479199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202035.26506132.4060.309672004.57441100803333
N5PB034497 202.3743438720747.15485000610350.3111690.3297381993.1700439453199.9921.810599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50702499.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.6675237.57050.466622004.5793184016037
N5PB017018 202.55465698242247.24514389038090.2548330.2668841994.4300537109420.242299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57995999.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310200021.99465.18370.391791004.5880474943008
N5PB034466 202.38653564453147.14335250854490.3111690.3297381993.1700439453199.9922.22299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61124699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.56731179.7350.364279004.59271794718354
N5PB006034 202.36331176757847.17015838623050.3488930.3447621994.4200439453115.84318.100714.204499.9999.9916.480299.9999.9912.87712.35812.1323518379999199994748490.4154130.4077110.42141499.9999.990.30151199.9999.990.0220.0220.02201112083.32595139.9680.0602734004.59937145754325
N5PB005570 202.51707458496147.12468719482420.3488930.3447621994.4200439453120.425399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63645799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.51365135.2610.240535004.606979436039
N5PB011817 202.41517639160247.26164245605470.3111690.3297381993.1700439453199.9922.172199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59931999.9999.9999.9999.9999.9999.9999.9999.9999.99310020032.1204967.17510.521197004.60825685364723
N5PB005729 202.39201354980547.13858413696290.3488930.3447621994.4200439453120.541199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67467199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.7976301004.63226348881159
N5PB006871 202.4106445312547.26057434082030.3488930.3447621994.4200439453120.320922.121299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6032360.56942199.9999.9999.9999.9999.9999.9999.9999.9999.993222032.3347283.60160.45035004.64616519606416
N5PB005540 202.50822448730547.12123107910160.3488930.3447621994.4200439453120.01399.9999.9999.9999.9919.487899.9999.9999.9999.9999.993599999999199999999990.5297799.9999.9999.9999.990.76738199.9999.9999.9999.9999.9932202032.7999159.2660.549747004.6643690053779
N5PB018266 202.41151428222747.12759399414060.2340010.2348721999.3499755859499.9999.9918.32699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5253399.9999.9999.9999.9999.9999.9999.9999.99320000022.68658171.5410.667267004.67750557595719
N5PB006085 202.5823516845747.1775627136230.3488930.3447621994.4200439453120.018621.662599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5129430.48488899.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.58127450.0432425004.68414206963618
N5PB018241 202.44015502929747.11919021606450.2248040.2293791996.1600341796999.9999.9918.258699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5021799.9999.9999.9999.9999.9999.9999.9999.993100000011.85985144.2230.0561735004.68532106459596
2MJGQIYO 202.49993847.270130.150.141998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9913.25712.59213.683999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.12477777700000004.69334869611494
N5PB006717 202.56056213378947.24312591552730.3488930.3447621994.4200439453117.192918.534917.863999.9919.833218.077399.9999.9999.9999.9999.99351837997199999999990.4183810.408520.47496899.990.428640.32947799.9999.9999.9999.9999.9931112094.0566568.33790.177119004.69510371163166
N5PB034424 202.52772521972747.12665557861330.3111690.3297381993.1700439453199.9922.196899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61706799.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7629829.14720.316142004.70078578048146
N5PB011676 202.35510253906347.18967437744140.2548330.2668841994.4300537109420.446221.651799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6609890.48350699.9999.9999.9999.9999.9999.9999.9999.9999.993222032.1146677.89570.614216004.7032910816992
N5PB005539 202.51092529296947.12115478515630.3488930.3447621994.4200439453120.074722.028899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5299970.53829999.9999.9999.9999.9999.9999.9999.9999.9999.993222041.8521710.02790.183442004.70641777285067
N5PB034858 202.40597534179747.25979995727540.2548330.2668841994.4300537109420.279321.544299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6199810.48180999.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.6707630.04410.407177004.70967347244967
N5PB034786 202.37297058105547.23711395263670.3111690.3297381993.1700439453199.9921.573399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45804699.9999.9999.9999.9999.9999.9999.9999.9999.990100022012.5905382.00880.522343004.71524593452338
N5PB006852 202.40350341796947.25883102416990.3488930.3447621994.4200439453120.410699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62782799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.70552105.1390.752361004.71878316856171
N5PB018415 202.42439270019547.26698684692380.2248040.2293791996.1600341796999.9999.9917.723299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46341399.9999.9999.9999.9999.9999.9999.9999.99320000024.7652836.02010.54791004.73036102200555
N5PB034428 202.53395080566447.12863922119140.3111690.3297381993.1700439453199.9922.239899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6250599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7824445.33510.424221004.73260094065649
N5PB011566 202.53985595703147.13145446777340.3049570.3099451994.4200439453199.9921.980699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54163699.9999.9999.9999.9999.9999.9999.9999.9999.99310020021.539293.58450.353344004.73286711126297
N5PB018235 202.4417266845747.11808395385740.2248040.2293791996.1600341796999.9999.9918.866399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.59652599.9999.9999.9999.9999.9999.9999.9999.993100000011.4894671.22480.393128004.73325126533854
N5PB011818 202.41191101074247.26278305053710.2548330.2668841994.4300537109420.349921.629599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6460690.49366299.9999.9999.9999.9999.9999.9999.9999.9999.993222022.47617121.4420.49737004.73351685149761
N5PB006237 202.58638000488347.19468307495120.3488930.3447621994.4200439453119.515621.925799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4583160.520299.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.49906112.5060.312411004.73537706595115
N5PB006523 202.36050415039147.22138977050780.3488930.3447621994.4200439453120.214221.822399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5703130.51121799.9999.9999.9999.9999.9999.9999.9999.9999.99310222031.9770296.91040.37989004.75362545670875
N5PB005595 202.52999877929747.12641525268550.3488930.3447621994.4200439453119.886722.150699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5021310.58520599.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.266540.00650.0988836004.76012764000168
N5PB018218 202.45738220214847.11549758911130.2799910.2837881983.1300048828199.9999.9918.666199.9999.9918.988499.9999.9999.9999.9999.9999993799991999999999999.9999.990.57434299.9999.990.41587899.9999.9999.9999.9999.99321000022.6504837.86060.43412004.77220428904551
N5PB018227 202.44572448730547.11673355102540.2799910.2837881983.1300048828199.9999.9918.36299.9999.9915.286499.9999.9999.9999.9999.9999993799991999999999999.9999.990.51971399.9999.990.30929999.9999.9999.9999.9999.993210020210.777433.27670.431652004.77503333929992
N5PB006900 202.41354370117247.26437377929690.3488930.3447621994.4200439453119.839821.277799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5084870.46585899.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.5979324.78260.276645004.78381184498624
N5PB005796 202.37950134277347.14402770996090.3488930.3447621994.4200439453117.503618.489817.227199.9919.037117.521999.9999.9916.54416.18816.181351837997199994748490.4177820.4080950.43711899.990.4200980.31229599.9999.990.1290.224-999011112092.83535119.0160.136442004.78405129277708
N5PB006889 202.40902709960947.26265716552730.3488930.3447621994.4200439453120.337420.253799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6120990.42928299.9999.9999.9999.9999.9999.9999.9999.9999.993212041.94053148.1650.427079004.78713560213689
N5PB005536 202.51408386230547.12032699584960.3488930.3447621994.4200439453117.931819.745999.9999.9920.316399.9999.9999.9999.9999.9999.993518999979999999999990.4266720.4161799.9999.990.46880499.9999.9999.9999.9999.9999.993122047.25386170.6640.381698004.79946164089158
N5PB011527 202.5024414062547.11757659912110.2548330.2668841994.4300537109418.861120.018799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4478930.41993599.9999.9999.9999.9999.9999.9999.9999.9999.993120035.64079145.5560.221919004.80187923440724
N5PB037060 202.50532531738347.11813354492190.2548330.2668841994.4300537109420.169599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56101499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.07291122.2130.371187004.80349384461174
N5PB005517 202.50820922851647.11867523193360.3488930.3447621994.4200439453119.557519.507899.9999.9919.947699.9999.9999.9999.9999.9999.993518999979999999999990.4740020.41580499.9999.990.44139899.9999.9999.9999.9999.9999.993212054.53584117.1950.641593004.80908658515406
N5PB005925 202.36631774902347.15666198730470.3488930.3447621994.4200439453115.405416.52415.042299.9917.03715.568999.9999.9914.41113.9913.993351837997199994748490.4152240.407170.42157799.990.417920.29866199.9999.990.030.0340.056011112093.561290.5208270.0447464004.8094764121748
N5PB006418 202.58483886718847.21458053588870.3488930.3447621994.4200439453120.028222.243899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5156680.59916999.9999.9999.9999.9999.9999.9999.9999.9999.990222031.8123520.03430.268069004.82373501864535
N5PB011819 202.4055938720747.26190948486330.3049570.3099451994.4200439453199.9922.010699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55207799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.23976104.6510.638137004.82383814716499
N5PB011823 202.41082763671947.2641029357910.2548330.2668841994.4300537109420.316621.118899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6233040.45067799.9999.9999.9999.9999.9999.9999.9999.9999.993220022.01123113.3420.405497004.82415251797013
N5PB019056 202.42883300781347.27008438110350.2340010.2348721999.3499755859499.9999.9918.799499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57273399.9999.9999.9999.9999.9999.9999.9999.993100000011.530218.85560.432281004.83560709079116
N5PB018397 202.54881286621147.25546646118160.2248040.2293791996.1600341796999.9999.9918.564599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54150299.9999.9999.9999.9999.9999.9999.9999.993100000011.7275312.80260.281386004.85899970745121
N5PB011826 202.41439819335947.26644515991210.3049570.3099451994.4200439453199.9921.864218.585899.9999.9919.599.9999.9999.9999.9999.9999183799991999999999999.990.522380.56396899.9999.990.60430199.9999.9999.9999.9999.9931020031.78919124.8510.25923004.87665752246228
N5PB011789 202.55578613281347.25144195556640.3049570.3099451994.4200439453199.9922.171499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55990499.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.62797106.8710.567283004.87897206847183
N5PB006631 202.36531066894547.23371124267580.3488930.3447621994.4200439453120.299421.573299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5709160.47654599.9999.9999.9999.9999.9999.9999.9999.9999.993222041.584571.561450.370003004.87913577744638
N5PB017048 202.41188049316447.26561355590820.2548330.2668841994.4300537109420.498499.9999.9999.9920.838699.9999.9999.9999.9999.9999.993599999979999999999990.70419199.9999.9999.990.65878699.9999.9999.9999.9999.9999.99320200021.830945.37230.418112004.88171500157284
N5PB011784 202.55953979492247.24885940551760.2548330.2668841994.4300537109415.51316.732615.257199.9917.171216.017499.9999.9914.89114.48114.542351837997199994748490.4111820.4072270.42107599.990.4180450.29554599.9999.990.0360.0460.08501112064.92707148.0360.272402004.8847797397034
N5PB011788 202.5569610595747.25078201293950.3049570.3099451994.4200439453199.9922.022699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53641199.9999.9999.9999.9999.9999.9999.9999.9999.99310100025011.22759175.1860.0342179004.88588622565316
N5PB005504 202.51136779785247.11800765991210.3488930.3447621994.4200439453120.521999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66222999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6060170.14210.469739004.88974527439145
N5PB034873 202.40719604492247.26412582397460.2548330.2668841994.4300537109420.206621.87899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5944770.52071999.9999.9999.9999.9999.9999.9999.9999.9999.993220023.1218246.15920.59736004.9012323484059
N5PB005991 202.35804748535247.16503524780270.3488930.3447621994.4200439453119.810421.082799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4804640.43414699.9999.9999.9999.9999.9999.9999.9999.9999.990222052.0537594.9710.332051004.90599009438926
N5PB016866 202.50450134277347.11573791503910.2548330.2668841994.4300537109419.273599.9999.9999.9920.151499.9999.9999.9999.9999.9999.993599999979999999999990.46272599.9999.9999.990.45164399.9999.9999.9999.9999.9999.99320100023.48295160.5080.20317004.93125601906021
N5PB018253 202.4129180908247.12209320068360.2248040.2293791996.1600341796999.9999.9917.896899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.46804199.9999.9999.9999.9999.9999.9999.9999.993100002013.2682239.72210.463528004.93653734840977
N5PB011521 202.49880981445347.1143875122070.3049570.3099451994.4200439453199.9921.255799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46304499.9999.9999.9999.9999.9999.9999.9999.9999.99320020023.2579469.19320.477968004.94921784429972
N5PB016867 202.51103210449247.11679458618160.2548330.2668841994.4300537109420.584899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.73962399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.51585163.0580.402944004.95355827640979
N5PB005522 202.52169799804747.1197586059570.3488930.3447621994.4200439453119.792521.53199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4974280.47951999.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.73514161.3410.475797004.95457917349149
N5PB006898 202.40232849121147.2632408142090.3488930.3447621994.4200439453119.699220.509999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4873830.43403799.9999.9999.9999.9999.9999.9999.9999.9999.993222043.373123.24110.546402004.96384678790267
N5PB006740 202.56321716308647.24800109863280.3488930.3447621994.4200439453120.394399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61853999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.50376102.7890.151965004.96402025162672
N5PB005491 202.51275634765647.11702346801760.3488930.3447621994.4200439453120.511199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65537799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.53134159.9980.422955004.9647692320398
N5PB005620 202.39962768554747.12704086303710.3488930.3447621994.4200439453120.525999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66480299.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.5530921.00490.433717004.9704518951692
N5PB005611 202.40126037597747.12624740600590.3488930.3447621994.4200439453120.411399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62823199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.9429790.32670.520848004.97133542598259
N5PB006172 202.5919647216847.18908309936520.3488930.3447621994.4200439453120.227199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5591199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.3948292.93670.0352359004.97416274051147
N5PB006879 202.3979492187547.26143264770510.3488930.3447621994.4200439453120.439620.944499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6136930.44271799.9999.9999.9999.9999.9999.9999.9999.9999.993222041.5518492.5730.233477004.97762794477804
N5PB005500 202.51681518554747.1177482604980.3488930.3447621994.4200439453120.436321.75199.9999.9920.512899.9999.9999.9999.9999.9999.993518999979999999999990.6431640.50435999.9999.990.53960699.9999.9999.9999.9999.9999.993222031.8947554.09590.500298004.98480071200357
N5PB011517 202.50132751464847.11402893066410.2548330.2668841994.4300537109419.910422.201299.9999.9920.464499.9999.9999.9999.9999.9999.993518999979999999999990.5308280.6009399.9999.990.51192899.9999.9999.9999.9999.9999.993220033.4765552.1460.493382004.99522790507507
N5PB018205 202.47271728515647.11116790771480.2248040.2293791996.1600341796999.9999.9918.920999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.61629899.9999.9999.9999.9999.9999.9999.9999.993100000011.50207107.8750.408711005.00411868361991
N5PB005483 202.50935363769547.11547470092770.3488930.3447621994.4200439453119.105221.15699.9999.9920.46419.506899.9999.9999.9999.9999.99351899997199999999990.451620.45428699.9999.990.5116490.68887399.9999.9999.9999.9999.9932222055.36734112.8480.442163005.00596854440158
N5PB011796 202.55862426757847.25284194946290.3049570.3099451994.4200439453199.9921.454999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48216799.9999.9999.9999.9999.9999.9999.9999.9999.993100020015.0175174.8120.708357005.02038373503526
N5PB006430 202.58950805664147.21568298339840.3488930.3447621994.4200439453120.315699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57828699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.45427131.8140.256554005.02452148239152
N5PB011520 202.50746154785247.11466217041020.2548330.2668841994.4300537109419.388522.005699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4703180.55038499.9999.9999.9999.9999.9999.9999.9999.9999.993122027.03295164.5070.762357005.0283470652021
N5PB037199 202.39364624023447.26045608520510.2548330.2668841994.4300537109420.422599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64332199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.76006133.8730.402672005.03722335944962
N5PB034850 202.39086914062547.25897979736330.3111690.3297381993.1700439453199.9921.964199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53431799.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.95278115.6140.215376005.03986747680546
N5PB018214 202.4469451904347.11188125610350.2799910.2837881983.1300048828199.9999.9918.464399.9999.9918.315899.9999.9999.9999.9999.9999993799991999999999999.9999.990.52653499.9999.990.36639799.9999.9999.9999.9999.9931000023.54996155.3550.359936005.05048439580397
N5PB011540 202.40521240234447.12284469604490.3049570.3099451994.4200439453199.9921.884999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54186899.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.05012176.6450.622056005.05454110527628
N5PB005495 202.52075195312547.11756515502930.3488930.3447621994.4200439453120.159999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56182899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.32714158.8860.721524005.05825686315349
N5PB018398 202.55358886718847.25730895996090.2248040.2293791996.1600341796999.9999.9918.891699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60555299.9999.9999.9999.9999.9999.9999.9999.993100000011.5036617.70090.406971005.07088625130704
N5PB018417 202.41297912597747.26968765258790.2799910.2837881983.1300048828199.9999.9917.009899.9920.372318.754399.9999.9999.9999.9999.999999379971999999999999.9999.990.43423499.990.4844140.36962999.9999.9999.9999.9999.99311002042.11673166.3310.21998005.07583479383809
N5PB011515 202.49882507324247.11206817626950.2548330.2668841994.4300537109418.509821.167199.9999.9920.617999.9999.9999.9999.9999.9999.993518999979999999999990.4376670.45990799.9999.990.57417899.9999.9999.9999.9999.9999.993120045.398591640.0950079005.08471549462344
N5PB006789 202.55955505371147.25392913818360.3488930.3447621994.4200439453120.181999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57131699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.45209125.8850.478592005.09305054886113
N5PB018204 202.45558166503947.11024475097660.2340010.2348721999.3499755859499.9999.9916.412499.9999.9999.9999.9999.9915.50614.71914.571999937999999999947484999.9999.990.42272899.9999.9999.9999.9999.990.0560.0660.09532022.6101215.98640.112542005.09368625841114
N5PB011514 202.50204467773447.11245727539060.2548330.2668841994.4300537109420.141522.072599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5752160.55233199.9999.9999.9999.9999.9999.9999.9999.9999.993220023.55046124.9380.641854005.09387365003906
N5PB034410 202.52330017089847.11763381958010.3111690.3297381993.1700439453199.9922.272699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65310899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.74547165.3180.756927005.09777520658856
N5PB034409 202.51976013183647.11642074584960.3111690.3297381993.1700439453199.9921.650199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49226399.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.7669134.840.65985005.10489415940271
N5PB005564 202.403320312547.12262725830080.3488930.3447621994.4200439453120.469199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63018499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4771573.41390.372238005.10650152463558
N5PB005513 202.52763366699247.11889266967770.3488930.3447621994.4200439453120.495299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64557599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5158472.4130.406938005.1080916953383
N5PB006782 202.56144714355547.25307846069340.3488930.3447621994.4200439453120.473299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63254999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4995618.61310.394931005.11326591324698
N5PB006197 202.59565734863347.1917648315430.3488930.3447621994.4200439453120.162299.9918.768299.9999.9999.9999.9999.9999.9999.9999.9935993799999999999999990.54878499.990.58887999.9999.9999.9999.9999.9999.9999.9999.993202031.6526137.34460.0160387005.11648927213667
N5PB006006 202.59011840820347.1693038940430.3488930.3447621994.4200439453118.502620.949517.60199.9999.9919.478999.9999.9916.63915.70615.2763518379999199994748490.4225650.4290590.44628899.9999.990.51349399.9999.990.1470.1460.174011122082.3002954.59080.0763044005.11829204833369
N5PB006403 202.34674072265647.21044540405270.3488930.3447621994.4200439453119.3822.137899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4464030.575699.9999.9999.9999.9999.9999.9999.9999.9999.993222052.20145450.137568005.12363613567984
N5PB034436 202.38679504394547.13061904907230.3111690.3297381993.1700439453199.9921.895999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51053799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.80241174.3920.188482005.12849800975066
N5PB018201 202.47946166992247.10910797119140.2799910.2837881983.1300048828199.9999.9918.326599.9999.9919.482499.9999.9999.9999.9999.9999993799991999999999999.9999.990.52701799.9999.990.56385199.9999.9999.9999.9999.99321000021.50419160.2490.401923005.140498257424
N5PB006948 202.40617370605547.26837539672850.3488930.3447621994.4200439453120.411221.356199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6281510.47031199.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.95934161.2520.581762005.1411056795813
N5PB018418 202.4158477783247.27191162109380.2799910.2837881983.1300048828199.9999.9918.92899.9999.9919.449599.9999.9999.9999.9999.9999993799991999999999999.9999.990.61894499.9999.990.54604799.9999.9999.9999.9999.99321000022.67193164.6690.755822005.14326852360959
N5PB006945 202.40310668945347.26719284057620.3488930.3447621994.4200439453117.715919.607117.606499.9920.295118.895499.9999.9999.9999.9999.99351837997199999999990.4213730.412760.44256999.990.4533830.37757199.9999.9999.9999.9999.99311122084.960528.191620.385966005.14543374533823
N5PB011684 202.59640502929747.19724273681640.3049570.3099451994.4200439453199.9922.159599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58358399.9999.9999.9999.9999.9999.9999.9999.9999.99310022021.5473669.22970.435686005.14650420420675
N5PB005428 202.50137329101647.11131286621090.3488930.3447621994.4200439453120.217599.9999.9999.9920.859699.9999.9999.9999.9999.9999.993599999979999999999990.5717999.9999.9999.990.67115599.9999.9999.9999.9999.9999.99320202022.33268.81360.50918005.15348245896391
N5PB019064 202.42111206054747.27381515502930.2340010.2348721999.3499755859499.9999.9916.807499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43820399.9999.9999.9999.9999.9999.9999.9999.993100002013.6530314.83380.262696005.15964431313137
N5PB005448 202.51165771484447.11323165893550.3488930.3447621994.4200439453120.206799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5670399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202033.34531162.5860.755248005.16371943716397
N5PB006068 202.34745788574247.17306518554690.3488930.3447621994.4200439453119.601921.747799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4623270.49390999.9999.9999.9999.9999.9999.9999.9999.9999.993222052.58552115.5410.372372005.16998216973421
N5PB034404 202.52281188964847.11599731445310.3111690.3297381993.1700439453199.9922.238499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62391899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.626762.33580.386137005.17856619568513
N5PB005438 202.50848388671947.11220550537110.3488930.3447621994.4200439453120.406399.9999.9999.9920.826199.9999.9999.9999.9999.9999.993599999979999999999990.62532599.9999.9999.990.65144399.9999.9999.9999.9999.9999.99320202022.2831110.28140.5935005.18147446768171
N5PB006933 202.40002441406347.26662445068360.3488930.3447621994.4200439453120.247622.263399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5858240.64474699.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2288890.69330.551478005.18479913909094
N5PB006776 202.56501770019547.25233078002930.3488930.3447621994.4200439453120.200822.363599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5644770.70825499.9999.9999.9999.9999.9999.9999.9999.9999.993222022.0055481.18250.377385005.18992855266214
N5PB034393 202.50975036621147.11231994628910.2548330.2668841994.4300537109420.553321.06899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7103420.44948399.9999.9999.9999.9999.9999.9999.9999.9999.99310220022.0944668.24980.6848005.1907453744095
N5PB034401 202.52143859863347.11534500122070.3111690.3297381993.1700439453199.9922.31899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66078999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4955773.26240.398629005.1914177453422
N5PB019037 202.5462188720747.26414489746090.2340010.2348721999.3499755859499.9999.9918.689799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54956899.9999.9999.9999.9999.9999.9999.9999.993100002011.49635159.9650.400766005.19806894353243
N5PB006821 202.55844116210947.25717926025390.3488930.3447621994.4200439453120.422821.849699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6349970.5308199.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.16658102.5560.616801005.19976143425726
N5PB011503 202.49475097656347.10943984985350.3049570.3099451994.4200439453199.9918.741217.909999.9999.9918.220999.9999.9999.9999.9999.9999183799991999999999999.990.4097770.46445999.9999.990.35240999.9999.9999.9999.9999.99311012044.2103632.62170.225295005.20384098412606
N5PB034396 202.51565551757847.1134529113770.3111690.3297381993.1700439453199.9922.060899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5667699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.2894359.44120.434096005.20697829475661
N5PB005427 202.50704956054747.11139297485350.3488930.3447621994.4200439453119.738599.9999.9999.9920.374899.9999.9999.9999.9999.9999.993599999979999999999990.48653999.9999.9999.990.48951599.9999.9999.9999.9999.9999.99320202023.2816159.6320.511291005.2108143663121
N5PB005456 202.51928710937547.11430740356450.3488930.3447621994.4200439453120.321822.193399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6036770.59744199.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.03799.453280.535521005.21415553291942
N5PB019076 202.43186950683647.27750778198240.2340010.2348721999.3499755859499.9999.9918.773799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56723199.9999.9999.9999.9999.9999.9999.9999.993100000011.51177108.9680.411325005.21691085309146
N5PB018199 202.46841430664147.10748291015630.2799910.2837881983.1300048828199.9999.9918.754599.9999.9919.494999.9999.9999.9999.9999.9999993799991999999999999.9999.990.58403999.9999.990.59192499.9999.9999.9999.9999.9931000021.4834819.31880.402553005.22471930454341
N5PB011833 202.40400695800847.26919937133790.3049570.3099451994.4200439453199.9922.150299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58032299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.6428552.08250.400261005.2287526202982
N5PB011529 202.40853881835947.11813735961910.3049570.3099451994.4200439453199.9922.010999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55217599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.8782953.02160.511122005.2304408104106
N5PB016855 202.50364685058647.11029052734380.2548330.2668841994.4300537109420.497299.9999.9999.9920.65499.9999.9999.9999.9999.9999.993599999979999999999990.70311799.9999.9999.990.59942799.9999.9999.9999.9999.9999.99320200021.8715189.69420.500407005.23633837667491
N5PB018425 202.42424011230547.27608108520510.2248040.2293791996.1600341796999.9999.9917.250199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.44317799.9999.9999.9999.9999.9999.9999.9999.99320000024.7606467.54290.301321005.23828092579977
N5PB034872 202.39389038085947.26503753662110.2548330.2668841994.4300537109420.588322.282399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7429970.62892499.9999.9999.9999.9999.9999.9999.9999.9999.993220022.8418301005.24978818292044
N5PB006601 202.35223388671947.22971725463870.3488930.3447621994.4200439453120.143799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52815199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.94692100.0010.511811005.25177222362949
N5PB037193 202.56216430664147.25599670410160.2548330.2668841994.4300537109420.446399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66107499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.91996160.9750.572037005.2557743029816
N5PB019051 202.53845214843847.26910781860350.2340010.2348721999.3499755859499.9999.9918.228999.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50978399.9999.9999.9999.9999.9999.9999.9999.993100002011.951711.8270.3259005.26643503599645
N5PB011839 202.4039764404347.26992034912110.2548330.2668841994.4300537109420.600821.238999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7553660.45834999.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.5563674.37630.416499005.26648180766853
N5PB019068 202.42034912109447.27558898925780.2340010.2348721999.3499755859499.9999.9918.734299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55903299.9999.9999.9999.9999.9999.9999.9999.993100000012.10381158.9050.693715005.26980045302036
N5PB011694 202.598632812547.20479202270510.3049570.3099451994.4200439453199.9922.025199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53698799.9999.9999.9999.9999.9999.9999.9999.9999.99322021.4779972.15110.392246005.27035578645812
N5PB005398 202.50105285644547.10923767089840.3488930.3447621994.4200439453120.210299.9999.9999.9920.605799.9999.9999.9999.9999.9999.993599999979999999999990.5685599.9999.9999.990.565899.9999.9999.9999.9999.9999.993202021.7087146.30110.209196005.27111124116045
N5PB005635 202.55746459960947.12970352172850.3488930.3447621994.4200439453119.768221.142399.9999.9920.487399.9999.9999.9999.9999.9999.993518999979999999999990.4876620.44487299.9999.990.52013499.9999.9999.9999.9999.9999.99310222053.2840371.94410.551009005.27290334659939
N5PB005579 202.55017089843847.125488281250.3488930.3447621994.4200439453119.918599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49594999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.9277394.59370.262222005.27325865404843
N5PB034881 202.39761352539147.2673339843750.3111690.3297381993.1700439453199.9922.233199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61974499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.9331718.77960.574513005.27481117167291
N5PB005413 202.50712585449247.11028671264650.3488930.3447621994.4200439453120.382199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61178499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1336310.7950.600261005.27529873070588
N5PB006830 202.55909729003947.25859069824220.3488930.3447621994.4200439453120.493999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64477699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.969854.670540.610572005.27955192689381
N5PB034425 202.38864135742247.12624359130860.3111690.3297381993.1700439453199.9922.311699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6547599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.50038164.0040.397161005.27999572641984
N5PB034405 202.53115844726647.11686325073240.3111690.3297381993.1700439453199.9922.099499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5562199.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.902716.142990.489884005.28275100887361
N5PB005388 202.49943542480547.10871887207030.3488930.3447621994.4200439453120.454699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65458699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.1832513.35250.623446005.28608047107346
N5PB005467 202.41827392578147.11372756958010.3488930.3447621994.4200439453120.365822.193199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6031020.59756199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.1560977.34330.619894005.2926651799016
N5PB034582 202.3404998779347.18939971923830.3111690.3297381993.1700439453199.9922.244799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59985299.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.44676107.3080.382458005.29860365653103
N5PB006987 202.41052246093847.2730789184570.3488930.3447621994.4200439453120.503899.9999.9999.9920.404919.51799.9999.9999.9999.9999.99359999997199999999990.65086599.9999.9999.990.4951280.65505899.9999.9999.9999.9999.9931202031.5071519.45120.400509005.30251442614257
N5PB005462 202.41702270507847.11342620849610.3488930.3447621994.4200439453120.392399.9999.9999.9920.51799.9999.9999.9999.9999.9999.993599999979999999999990.61740199.9999.9999.990.5429999.9999.9999.9999.9999.9999.99320202021.9060752.92320.503064005.32983137582899
N5PB011783 202.57296752929747.24972915649410.3049570.3099451994.4200439453199.9922.150399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58039199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5889835.9330.365716005.33718906732151
N5PB006835 202.56138610839847.25845336914060.3488930.3447621994.4200439453119.248121.658799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4507930.49245399.9999.9999.9999.9999.9999.9999.9999.9999.99310222033.48589102.5430.333728005.33802537089165
N5PB018424 202.41665649414147.27578735351560.2799910.2837881983.1300048828199.9999.9918.67299.9999.9919.283499.9999.9999.9999.9999.9999993799991999999999999.9999.990.57643999.9999.990.46454499.9999.9999.9999.9999.9931002022.58836132.4140.637213005.34048107198876
N5PB005468 202.41526794433647.11357879638670.3488930.3447621994.4200439453119.95599.9999.9999.9920.816599.9999.9999.9999.9999.9999.993599999979999999999990.51250799.9999.9999.990.64577299.9999.9999.9999.9999.9999.99320202022.4049572.27250.444591005.35108012233427
N5PB034840 202.56443786621147.25669097900390.3111690.3297381993.1700439453199.9922.32799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66952799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0353593.84580.623319005.35111968979028
N5PB006061 202.59851074218847.17560195922850.3488930.3447621994.4200439453119.724999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.47136399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.34045161.1770.401672005.35304320151213
N5PB005477 202.41206359863347.11449432373050.3488930.3447621994.4200439453120.094822.238899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5368220.6172599.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2355164.67420.489176005.35786697647328
N5PB006720 202.57847595214847.2454757690430.3488930.3447621994.4200439453120.491699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64338999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.6471656.40120.398557005.36584612041945
N5PB018197 202.47114562988347.10506439208980.2799910.2837881983.1300048828199.9999.9918.382899.9999.9919.285699.9999.9999.9999.9999.9999993799991999999999999.9999.990.52538299.9999.990.46884399.9999.9999.9999.9999.9931000022.1615724.46850.477952005.36943218768749
N5PB011494 202.50633239746147.10845947265630.2548330.2668841994.4300537109420.478222.13599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6867970.57453599.9999.9999.9999.9999.9999.9999.9999.9999.993220032.7297585.27310.744593005.37150473119088
N5PB005743 202.5773162841847.14210510253910.3488930.3447621994.4200439453119.726921.72618.466199.9999.9999.9999.9999.9999.9999.9999.9935183799999999999999990.4673460.4816040.51477699.9999.9999.9999.9999.9999.9999.9999.993222041.972070.9178460.282981005.38350682919604
N5PB034842 202.56744384765647.25555038452150.3111690.3297381993.1700439453199.9920.819399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44036399.9999.9999.9999.9999.9999.9999.9999.9999.993100020016.9683181.86790.568444005.39300721101742
N5PB034400 202.53135681152347.11479187011720.3111690.3297381993.1700439453199.9922.196699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61689999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3980134.41720.627944005.39649012279045
N5PB013434 202.56443786621147.25789642333980.3111690.3297381993.1700439453199.9922.087299.9999.9999.9919.481699.9999.9999.9999.9999.9999189999991999999999999.990.56603299.9999.9999.990.78724699.9999.9999.9999.9999.9932020021.96368155.8110.387488005.40173005511996
N5PB011827 202.3920898437547.26732635498050.3111690.3297381993.1700439453199.9921.737399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50400799.9999.9999.9999.9999.9999.9999.9999.9999.99320034.17305121.2220.640027005.40388785579495
N5PB006143 202.33860778808647.18313598632810.3488930.3447621994.4200439453120.467421.758399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6291950.49370799.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.45259159.660.374635005.41057534251658
N5PB005421 202.42419433593847.10983657836910.3488930.3447621994.4200439453120.386899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61434399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6002589.67080.3753005.41899500482151
N5PB006851 202.37648010253947.25862884521480.3488930.3447621994.4200439453119.710621.669718.573199.9999.9919.516699.9999.9999.9999.9999.993518379999199999999990.4609550.4758120.54407199.9999.990.61136199.9999.9999.9999.9999.9901222061.7218196.01470.16423005.41974379682855
N5PB011510 202.41941833496147.11105346679690.3049570.3099451994.4200439453199.9920.17399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.42467899.9999.9999.9999.9999.9999.9999.9999.9999.99320028.109394.130690.663095005.42205041746069
N5PB011484 202.49505615234447.10574722290040.3049570.3099451994.4200439453199.9922.185499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59436399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5522173.58080.420202005.42375142344384
N5PB005457 202.41299438476647.11291122436520.3488930.3447621994.4200439453119.895322.09299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5107310.58217499.9999.9999.9999.9999.9999.9999.9999.9999.99320222032.8788157.0440.456795005.4267509203768
N5PB005873 202.35331726074247.15137863159180.3488930.3447621994.4200439453116.802518.999115.844899.9919.758517.57199.9999.991514.29614.112351837997199994748490.4161930.4087040.42387699.990.4255390.3121799.9999.990.0410.0460.05601112092.85687118.0310.0372886005.42685622375733
N5PB018427 202.41410827636747.27663803100590.2799910.2837881983.1300048828199.9999.9918.556899.9999.9919.516199.9999.9999.9999.9999.9999993799991999999999999.9999.990.55429999.9999.990.63631299.9999.9999.9999.9999.99321000021.69718162.5170.582445005.42998813229493
N5PB011501 202.42611694335947.10912322998050.3049570.3099451994.4200439453199.9922.141299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57688199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5068158.9840.411209005.43267071722847
N5PB006862 202.56163024902347.2606697082520.3488930.3447621994.4200439453119.16520.499.9999.9920.390499.9999.9999.9999.9999.9999.993518999979999999999990.4460490.41991999.9999.990.48213799.9999.9999.9999.9999.9999.99310222053.321966.90130.244678005.4410765905311
N5PB017058 202.40655517578147.27427291870120.2548330.2668841994.4300537109419.994899.9999.9999.9999.9919.463699.9999.9999.9999.9999.993599999999199999999990.53616599.9999.9999.9999.990.53029199.9999.9999.9999.9999.9931200022.7310849.72920.424167005.44143464476794
N5PB034836 202.57009887695347.25481414794920.3111690.3297381993.1700439453199.9922.242699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62725199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.52669143.0670.260975005.44353967417793
N5PB011852 202.40928649902347.27531433105470.3049570.3099451994.4200439453199.9922.128399.9999.9920.740199.9999.9999.9999.9999.9999.9999189999799999999999999.990.57204499.9999.990.6016199.9999.9999.9999.9999.9999.99310020021.2276366.34030.00147415005.44479434203
N5PB006553 202.34382629394547.22411727905270.3488930.3447621994.4200439453119.615499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46396699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.04393149.6250.106601005.44907528236285
N5PB006996 202.40425109863347.27357101440430.3488930.3447621994.4200439453119.799721.599999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4940010.48114499.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.539058.418630.385687005.45014162032041
N5PB016846 202.49745178222747.10537338256840.2548330.2668841994.4300537109420.498499.9999.9999.9920.584799.9999.9999.9999.9999.9999.993599999979999999999990.70419199.9999.9999.990.5682999.9999.9999.9999.9999.9999.99320200021.6055892.0620.377869005.46481531746638
N5PB005373 202.50785827636747.10705947875980.3488930.3447621994.4200439453120.27399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57935899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6803256.27270.155177005.46948751280094
N5PB034883 202.39129638671947.26832962036130.3111690.3297381993.1700439453199.9922.27499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65437299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.5546545.65380.26181005.47156328363224
2MJGQIYP 202.50969747.2817760.070.071998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9915.80415.05514.5999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0810.0860.095477777700000005.47475118940253
N5PB034886 202.39236450195347.26906585693360.2548330.2668841994.4300537109419.843921.291499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.517420.45984899.9999.9999.9999.9999.9999.9999.9999.9999.993222023.4562187.5170.522252005.48205100121056
N5PB011490 202.50038146972747.10544204711910.2548330.2668841994.4300537109418.017120.26818.602699.9920.523319.492299.9999.9999.9999.9999.99351837997199999999990.4266390.423310.55317799.990.5363690.58507599.9999.9999.9999.9999.99311200611.7281134.3340.75653005.4863438895099
N5PB005590 202.55769348144547.12504959106450.3488930.3447621994.4200439453115.035316.433414.566499.9916.642415.44999.9999.9914.00413.43313.419351837997199994748490.4151240.4051470.41547699.990.417940.29742299.9999.990.0260.0290.039011112093.79585131.4010.0380318005.48836305086744
N5PB011488 202.50466918945347.10610580444340.3049570.3099451994.4200439453199.9921.480299.9999.9920.559399.9999.9999.9999.9999.9999.9999189999799999999999999.990.47731599.9999.990.56407499.9999.9999.9999.9999.9999.99320020022.4633742.16470.356238005.48969440072673
N5PB011493 202.429687547.10730361938480.3049570.3099451994.4200439453199.9921.705199.9999.9999.9919.502199.9999.9999.9999.9999.9999189999991999999999999.990.51110299.9999.9999.990.7114199.9999.9999.9999.9999.9932020022.61704176.9150.469556005.49016049618739
N5PB018440 202.43127441406347.28215789794920.2248040.2293791996.1600341796999.9999.9918.594399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56692499.9999.9999.9999.9999.9999.9999.9999.99322.2352436.24290.534588005.49067870188649
N5PB018430 202.41549682617247.2782630920410.2799910.2837881983.1300048828199.9999.9918.493999.9999.9919.448699.9999.9999.9999.9999.9999993799991999999999999.9999.990.53489599.9999.990.54479299.9999.9999.9999.9999.99321002022.41574146.8640.665821005.49536841191609
N5PB006534 202.59768676757847.22459793090820.3488930.3447621994.4200439453119.278621.79299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4429270.50379799.9999.9999.9999.9999.9999.9999.9999.9999.993222052.405130.85340.163412005.49878462715837
N5PB034397 202.53399658203147.11378097534180.3111690.3297381993.1700439453199.9922.10799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57707299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.94457101.8470.211252005.50047892025506
N5PB011811 202.56571960449247.25939941406250.3111690.3297381993.1700439453199.9921.478199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47372199.9999.9999.9999.9999.9999.9999.9999.9999.99310020023.918099.710460.376008005.50232057940715
N5PB034429 202.56518554687547.12935256958010.3111690.3297381993.1700439453199.9922.16499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59384799.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.7093360.85340.279819005.50535535118276
N5PB006466 202.60078430175847.21821212768550.3488930.3447621994.4200439453119.693221.21899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4708210.44837799.9999.9999.9999.9999.9999.9999.9999.9999.993222042.23731115.2950.302644005.50755054633277
N5PB005375 202.51393127441447.10760116577150.3488930.3447621994.4200439453120.444399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64811599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.15969103.8980.6233005.51338134726173
N5PB037078 202.57737731933647.13833999633790.2548330.2668841994.4300537109420.392299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6224199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.8256108.4140.528588005.52069562942634
N5PB034835 202.57337951660247.25442886352540.3111690.3297381993.1700439453199.9922.355299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69907699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5585719.16060.429469005.52914383858322
N5PB011732 202.5965118408247.22824478149410.3049570.3099451994.4200439453199.9921.863399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50896799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.791754.022990.768885005.52958691148744
N5PB011851 202.40429687547.27512741088870.3049570.3099451994.4200439453199.9921.937699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54471799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.93169173.990.679218005.5306429827247
N5PB011499 202.42066955566447.1086997985840.3049570.3099451994.4200439453199.9922.150599.9999.9920.830199.9999.9999.9999.9999.9999.9999189999799999999999999.990.58046199.9999.990.653899.9999.9999.9999.9999.9999.99320021.2657290.07660.0545226005.53395595658229
N5PB011845 202.40135192871147.27404785156250.3049570.3099451994.4200439453199.9921.906799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53487499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.955648.870670.519912005.53398924053537
N5PB005389 202.42326354980547.10790252685550.3488930.3447621994.4200439453120.326799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.58350899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.90575173.2090.802323005.54102214552406
N5PB006912 202.38139343261747.26450729370120.3488930.3447621994.4200439453120.175322.116999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5237780.56545199.9999.9999.9999.9999.9999.9999.9999.9999.993222041.4390844.47080.239795005.54248248072454
N5PB034387 202.5198516845747.10849380493160.3111690.3297381993.1700439453199.9922.246699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63056899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.9888519.0770.59586005.54627642726485
N5PB019065 202.53640747070347.27537155151370.2340010.2348721999.3499755859499.9999.9917.785599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47571199.9999.9999.9999.9999.9999.9999.9999.993100002012.4629620.60430.338231005.54814771711657
N5PB037041 202.50785827636747.10569000244140.2548330.2668841994.4300537109420.311899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59804499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.74344171.4010.724742005.54840607783402
N5PB018237 202.54884338378947.11908721923830.2248040.2293791996.1600341796999.9999.9918.153899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45978699.9999.9999.9999.9999.9999.9999.9999.990100002011.385287.530690.118218005.54875703150833
N5PB006877 202.56230163574247.26274490356450.3488930.3447621994.4200439453119.982121.942699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5284640.54637399.9999.9999.9999.9999.9999.9999.9999.9999.99320222034.35505179.6360.662415005.55091344106432
N5PB011474 202.4929962158247.10322952270510.3049570.3099451994.4200439453199.9921.388399.9999.9920.825199.9999.9999.9999.9999.9999.9999189999799999999999999.990.47140499.9999.990.6508299.9999.9999.9999.9999.9999.99320023.69158174.440.554644005.55756652676481
N5PB037189 202.57603454589847.25300979614260.2548330.2668841994.4300537109420.555799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71253799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.5184892.34630.203557005.55774391495257
N5PB005358 202.50970458984447.10589218139650.3488930.3447621994.4200439453119.718799.9999.9999.9920.382599.9999.9999.9999.9999.9999.993599999979999999999990.49110299.9999.9999.990.49012599.9999.9999.9999.9999.9999.99320202023.56374148.7770.517594005.5581109449768
N5PB011842 202.39837646484447.27340698242190.2548330.2668841994.4300537109420.46122.200899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6726950.60076399.9999.9999.9999.9999.9999.9999.9999.9999.99320220021.4917442.24230.225574005.56370833664353
N5PB006858 202.565429687547.26103973388670.3488930.3447621994.4200439453120.067721.464899.9999.9920.595399.9999.9999.9999.9999.9999.993518999979999999999990.5489310.47416199.9999.990.55876299.9999.9999.9999.9999.9999.993222043.3707831.2490.432458005.56406598921071
N5PB005355 202.43334960937547.10517501831050.3488930.3447621994.4200439453120.359921.513499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6000260.48305499.9999.9999.9999.9999.9999.9999.9999.9999.993222021.9163713.02970.470718005.56985859108603
N5PB006810 202.57260131835947.2561759948730.3488930.3447621994.4200439453120.328422.023599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.60720.56070699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.95319144.7290.368811005.5740025370341
N5PB005853 202.59140014648447.15157699584960.3488930.3447621994.4200439453115.547416.44615.075999.9916.698615.900599.9999.9914.53714.12214.036351837997199994748490.4152670.4045710.41632699.990.417840.29706599.9999.990.0310.0410.059011112093.46805154.1420.0605656005.57429509465899
N5PB006163 202.33410644531347.18526077270510.3488930.3447621994.4200439453119.929599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49105799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.576417.76150.042972005.57839866609568
N5PB011476 202.4978790283247.10340499877930.3049570.3099451994.4200439453199.9921.169199.9999.9920.556599.9999.9999.9999.9999.9999.9999189999799999999999999.990.45564399.9999.990.56187299.9999.9999.9999.9999.9999.99320023.9504399.01920.556612005.58400519130449
N5PB034853 202.56704711914147.26049423217770.3111690.3297381993.1700439453199.9922.280499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62733899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4992673.12340.398815005.58699495272615
N5PB005359 202.43101501464847.10533142089840.3488930.3447621994.4200439453120.222220.894699.9999.9920.696899.9999.9999.9999.9999.9999.993518999979999999999990.5739320.44338999.9999.990.60413399.9999.9999.9999.9999.9999.993222051.90435162.5810.327071005.58735907119142
N5PB011480 202.43499755859447.10448837280270.3049570.3099451994.4200439453199.9921.949899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54880399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.28422119.6660.606123005.5918717215582
N5PB011479 202.43756103515647.10399627685550.3049570.3099451994.4200439453199.9921.803299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51759499.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.527461.63580.552136005.59456592179524
N5PB034848 202.57019042968847.25854873657230.3111690.3297381993.1700439453199.9922.369199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.71468399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3661411.03180.712693005.59749137778343
N5PB006989 202.39418029785247.27228164672850.3488930.3447621994.4200439453119.789221.346999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.486870.4690199.9999.9999.9999.9999.9999.9999.9999.9999.993222032.59086108.8260.423015005.59918309651308
N5PB037209 202.38920593261747.27009963989260.2548330.2668841994.4300537109420.408999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63368699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.7984189.50840.469453005.6075146634622
N5PB011672 202.33308410644547.18748474121090.3049570.3099451994.4200439453199.9921.694199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49178299.9999.9999.9999.9999.9999.9999.9999.9999.99010022021.9588945.81420.409105005.60809408055552
N5PB019074 202.53215026855547.27803421020510.2340010.2348721999.3499755859499.9999.9917.951899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.48853299.9999.9999.9999.9999.9999.9999.9999.993100000012.0126149.460.118727005.60816158375445
N5PB011475 202.43621826171947.1039466857910.2548330.2668841994.4300537109420.480421.879199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6886750.52661799.9999.9999.9999.9999.9999.9999.9999.9999.993220021.54655144.3850.164052005.61075874611274
N5PB005369 202.42584228515647.10602569580080.3488930.3447621994.4200439453119.846621.969599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5045560.53863199.9999.9999.9999.9999.9999.9999.9999.9999.993222033.5398114.16410.580448005.61198601148499
N5PB034595 202.33259582519547.1920242309570.3111690.3297381993.1700439453199.9922.292899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63779899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.22955176.9610.00483011005.61375589917144
N5PB018441 202.42271423339847.28238296508790.2799910.2837881983.1300048828199.9999.9917.492899.9999.9919.486599.9999.9999.9999.9999.9999993799991999999999999.9999.990.45312799.9999.990.56947599.9999.9999.9999.9999.9931000032.11085158.2960.693488005.6141033696624
N5PB005303 202.48988342285247.1018791198730.3488930.3447621994.4200439453120.120821.171499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5208590.45814899.9999.9999.9999.9999.9999.9999.9999.9999.99310000225021.69045120.5970.283536005.61793750987353
N5PB005770 202.35679626464847.14137649536130.3488930.3447621994.4200439453117.257219.494117.131899.9920.336718.385399.9999.9916.01315.47115.03351837997199994748490.4177520.4107450.43710899.990.4683940.33518599.9999.990.0890.1110.1431112093.236126.5130.0500541005.62058248252152
N5PB006368 202.60639953613347.20959854125980.3488930.3447621994.4200439453119.014519.684318.275699.9920.007519.206999.9999.9999.9999.9999.99351837997199999999990.4290590.4105410.4988499.990.4324790.40140499.9999.9999.9999.9999.9901122082.2607147.2930.289038005.62372786622896
N5PB005632 202.37300109863347.12788772583010.3488930.3447621994.4200439453120.126399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.54836799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.001641.33490.704741005.63329563422708
N5PB011485 202.51744079589847.10622024536130.3049570.3099451994.4200439453199.9922.028599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55783399.9999.9999.9999.9999.9999.9999.9999.9999.99310022022.08598165.9570.59119005.63915288008893
N5PB007007 202.39788818359447.27487182617190.3488930.3447621994.4200439453120.217221.506699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.555040.48184499.9999.9999.9999.9999.9999.9999.9999.9999.993222052.37546146.6120.631782005.64897043735127
N5PB034862 202.56813049316447.26127624511720.2548330.2668841994.4300537109420.370721.329399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6355650.46589799.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.3758755.89450.630706005.65136872876698
N5PB034888 202.38687133789147.26984024047850.3111690.3297381993.1700439453199.9922.339499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.68212499.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.49559108.7690.391336005.65158873531963
N5PB011831 202.55522155761747.26907348632810.3049570.3099451994.4200439453199.9921.342899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46842799.9999.9999.9999.9999.9999.9999.9999.9999.99320024.3909731.86720.709014005.65522311096114
N5PB006829 202.57203674316447.25863265991210.3488930.3447621994.4200439453120.427322.206999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6071340.62486599.9999.9999.9999.9999.9999.9999.9999.9999.993222021.45637110.3690.384965005.65588533600695
N5PB016839 202.44560241699247.1017494201660.2548330.2668841994.4300537109420.484399.9999.9999.9920.702119.495499.9999.9999.9999.9999.99359999997199999999990.69198599.9999.9999.990.6075680.73956699.9999.9999.9999.9999.9932202042.13796102.4970.608469005.65818748101851
N5PB005340 202.50965881347747.10410690307620.3488930.3447621994.4200439453119.806822.040899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5006150.55657399.9999.9999.9999.9999.9999.9999.9999.9999.993222024.37591113.8770.704808005.6601933137379
N5PB016840 202.44296264648447.10204315185550.2548330.2668841994.4300537109420.624299.9999.9999.9920.363499.9999.9999.9999.9999.9999.993599999979999999999990.77926899.9999.9999.990.47988399.9999.9999.9999.9999.9999.993200021.6647958.30180.384308005.66103013725799
N5PB005787 202.35360717773447.14339065551760.3488930.3447621994.4200439453119.10721.249399.9999.9999.9919.510699.9999.9999.9999.9999.993518999999199999999990.4341150.45131599.9999.9999.990.6676999.9999.9999.9999.9999.9902222062.524824.52520.305522005.66165456849482
N5PB011471 202.49400329589847.10156631469730.3049570.3099451994.4200439453199.9921.587699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49158899.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.306114.725340.257321005.66287641129227
N5PB006932 202.55717468261747.2682380676270.3488930.3447621994.4200439453120.246322.196799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5852140.59902899.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2731855.08470.546907005.66510493735288
N5PB034374 202.51263427734447.1046218872070.2548330.2668841994.4300537109420.594721.871999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7493160.52614899.9999.9999.9999.9999.9999.9999.9999.9999.99310000222021.5501570.42240.42483005.66645837087853
N5PB018421 202.54504394531347.27418899536130.2799910.2837881983.1300048828199.9999.9918.33899.9999.9919.513999.9999.9999.9999.9999.9999993799991999999999999.9999.990.52198199.9999.990.61287599.9999.9999.9999.9999.9931000021.51078123.690.567259005.66744631783298
N5PB018448 202.43429565429747.2858161926270.2799910.2837881983.1300048828199.9999.9918.247799.9999.9919.507699.9999.9999.9999.9999.9999993799991999999999999.9999.990.50641799.9999.990.58007699.9999.9999.9999.9999.9931000032.102801005.66811830825085
N5PB018447 202.43498229980547.28594207763670.2248040.2293791996.1600341796999.9999.9917.661499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.45856199.9999.9999.9999.9999.9999.9999.9999.99320000024.5883616.59510.445163005.66826452664683
N5PB006904 202.56254577636747.26536178588870.3488930.3447621994.4200439453120.211799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56920899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202031.97456116.8410.383466005.67416682384944
N5PB005302 202.49133300781347.10100936889650.3488930.3447621994.4200439453120.077820.648799.9999.9920.466499.9999.9999.9999.9999.9999.993518999979999999999990.5420140.43358899.9999.990.52123499.9999.9999.9999.9999.9999.99310000225032.78954139.7390.495327005.67826202455726
N5PB007047 202.40130615234447.27682876586910.3488930.3447621994.4200439453118.461499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.43556899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320102028.8786885.0990.545967005.67931600848286
N5PB005344 202.51339721679747.10455703735350.3488930.3447621994.4200439453120.307599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59625599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.68228110.5360.681195005.67974087538108
N5PB034766 202.59870910644547.23137664794920.2548330.2668841994.4300537109420.477522.127399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6862080.58940899.9999.9999.9999.9999.9999.9999.9999.9999.993222021.46379154.790.107628005.6832764323962
N5PB006986 202.38987731933647.27201461791990.3488930.3447621994.4200439453120.536420.940799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6715910.44559199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.3222510.28530.709862005.68496384255842
N5PB018437 202.41429138183647.28135681152340.2799910.2837881983.1300048828199.9999.9918.480999.9920.620219.122799.9999.9999.9999.9999.999999379971999999999999.9999.990.54356599.990.5757290.44095499.9999.9999.9999.9999.9931000042.93382166.8740.512107005.68500455444366
N5PB034386 202.52638244628947.10783004760740.3111690.3297381993.1700439453199.9922.325699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66815399.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.55375107.9090.424425005.68543395038333
N5PB034377 202.51695251464847.10521697998050.3111690.3297381993.1700439453199.9921.785499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50608299.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.5691854.78280.252226005.68906375817389
N5PB006493 202.60455322265647.22076797485350.3488930.3447621994.4200439453118.571719.641417.459199.9920.280619.400399.9999.9999.9999.9999.99351837997199999999990.4247270.4117990.44925399.990.4501590.43737699.9999.9999.9999.9999.9901122092.4962592.310.133064005.69642073316774
N5PB037039 202.43269348144547.1030845642090.2548330.2668841994.4300537109419.948299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.4896199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202012.006531640.412497005.69786838416001
N5PB011472 202.43827819824247.10210037231450.3049570.3099451994.4200439453199.9921.58499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49087799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.6540392.53150.53164005.69834513050034
N5PB005449 202.40238952636747.1114997863770.3488930.3447621994.4200439453117.18319.342216.331399.9920.078417.918199.9999.9915.28814.63314.534351837997199994748490.4169110.4096070.42318599.990.4332210.31489999.9999.990.0470.0610.088011112092.7512147.86540.0496817005.70043919777752
N5PB005594 202.5685272216847.12681961059570.3488930.3447621994.4200439453119.990499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50538699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.7702320.66610.243718005.70934470047776
N5PB006941 202.55717468261747.26926040649410.3488930.3447621994.4200439453120.532399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.66891199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.51415159.4960.416525005.71308322642083
N5PB005306 202.49812316894547.10115051269530.3488930.3447621994.4200439453119.048821.908499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4495590.535499.9999.9999.9999.9999.9999.9999.9999.9999.993122034.6939113.9580.217501005.71852961059462
N5PB034382 202.52566528320347.10697937011720.3111690.3297381993.1700439453199.9922.325299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66774499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.00348175.280.61029005.72055757713031
N5PB034506 202.60144042968847.1607589721680.2548330.2668841994.4300537109420.617922.026999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7727420.54993399.9999.9999.9999.9999.9999.9999.9999.9999.993222022.33085168.8970.71125005.72237487831952
N5PB034753 202.60116577148447.22906875610350.3111690.3297381993.1700439453199.9922.329399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67189199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.53727109.710.426917005.72422305508737
N5PB034894 202.385742187547.27090454101560.3111690.3297381993.1700439453199.9922.316199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.65896699.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.56251160.1980.448206005.73025486852288
N5PB011846 202.39279174804747.27430343627930.3049570.3099451994.4200439453199.9921.734499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50974599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.262647.89150.747643005.73153038669154
N5PB018420 202.54635620117247.27492523193360.2248040.2293791996.1600341796999.9999.9918.43799.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53042799.9999.9999.9999.9999.9999.9999.9999.993100000012.38393114.7390.458372005.73346711240915
N5PB034388 202.53338623046947.10914611816410.3111690.3297381993.1700439453199.9922.301799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64568299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.509969.26580.407158005.73582216665384
N5PB018423 202.54246520996147.27662277221680.2799910.2837881983.1300048828199.9999.9918.37299.9999.9919.355299.9999.9999.9999.9999.9999993799991999999999999.9999.990.52241599.9999.990.48550499.9999.9999.9999.9999.9931002032.0650316.2890.480109005.73646265084952
N5PB011459 202.49185180664147.1000251770020.3049570.3099451994.4200439453199.9922.105799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53895699.9999.9999.9999.9999.9999.9999.9999.9999.99010100025011.62059165.6050.578638005.73985457233127
N5PB005771 202.35246276855547.14204406738280.3488930.3447621994.4200439453120.12322.172199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5470980.58896199.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.0458930.77440.343358005.74489376403758
N5PB005297 202.50117492675847.10109710693360.3488930.3447621994.4200439453120.52321.635299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6628950.49485499.9999.9999.9999.9999.9999.9999.9999.9999.993222031.9851359.12670.612037005.74773621352866
N5PB007016 202.39660644531347.27631378173830.3488930.3447621994.4200439453120.217599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5717999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.65545133.0110.188016005.75000156663971
N5PB007030 202.39866638183647.27732849121090.3488930.3447621994.4200439453120.463422.009999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6602140.55183599.9999.9999.9999.9999.9999.9999.9999.9999.993222031.55671134.3250.262309005.75908021661409
N5PB011460 202.48703002929747.09920501708980.2548330.2668841994.4300537109420.096421.404299.9999.9920.808699.9999.9999.9999.9999.9999.993518999979999999999990.5550230.47380899.9999.990.64117799.9999.9999.9999.9999.9999.993220032.4195355.10480.392678005.76178044959973
N5PB034373 202.51144409179747.10269546508790.3111690.3297381993.1700439453199.9922.334899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67736299.9999.9999.9999.9999.9999.9999.9999.9999.99310100025013.20649163.4180.621484005.76228077125422
N5PB005698 202.58306884765647.13662719726560.3488930.3447621994.4200439453117.736619.157617.263499.9919.41618.182299.9999.9999.9999.9999.99351837997199999999990.4183370.4061660.43253999.990.4229820.31812699.9999.9999.9999.9999.9901112092.554720.1080730.0609637005.76766137476723
N5PB011885 202.41838073730547.28414535522460.3049570.3099451994.4200439453199.9920.160699.9999.9920.704399.9999.9999.9999.9999.9999.9999189999799999999999999.990.42398599.9999.990.60894799.9999.9999.9999.9999.9999.99320020027.38529119.2690.680461005.77566517444003
N5PB011829 202.56016540527347.26899337768550.3049570.3099451994.4200439453199.9922.160499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58430699.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.68044148.1330.383152005.77702922622946
N5PB007021 202.39437866210947.27602005004880.3488930.3447621994.4200439453120.446999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6497199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.80629134.3750.411979005.7829632175512
N5PB011887 202.42192077636747.28521728515630.3049570.3099451994.4200439453199.9920.517418.518899.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4315940.54231499.9999.9999.9999.9999.9999.9999.9999.99320020025.07523125.1890.118378005.78492993053839
N5PB005352 202.52630615234447.10594558715820.3488930.3447621994.4200439453120.389799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.61597499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.870335.30130.495406005.78787851862396
N5PB018450 202.43156433105547.28739547729490.2799910.2837881983.1300048828199.9999.9918.42999.9920.550219.386399.9999.9999.9999.9999.999999379971999999999999.9999.990.53889999.990.5569610.48371899.9999.9999.9999.9999.9931002041.7783137.7460.440045005.78898558195166
N5PB005292 202.44149780273447.10005569458010.3488930.3447621994.4200439453120.585699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.70536399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.797091.405140.451501005.78981232501945
N5PB034910 202.39044189453147.2744712829590.2548330.2668841994.4300537109420.290919.36499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6274690.42129999.9999.9999.9999.9999.9999.9999.9999.9999.99320210022.73592107.2140.600151005.79310981883806
N5PB006909 202.56636047363347.26575088500980.3488930.3447621994.4200439453119.646299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.47827199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202023.7004986.4070.568197005.79553864254904
N5PB011813 202.57293701171947.26150894165040.3111690.3297381993.1700439453199.9921.974699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54899999.9999.9999.9999.9999.9999.9999.9999.9999.99310022023.35372154.620.566376005.80091237012939
N5PB007011 202.39251708984447.27558517456050.3488930.3447621994.4200439453120.486899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64055799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.3318310.71510.711822005.80196717482288
N5PB011840 202.55499267578147.27236557006840.3049570.3099451994.4200439453199.9921.893699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53088899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.10353157.480.516109005.80703853939222
N5PB005322 202.43086242675847.10152816772460.3488930.3447621994.4200439453120.250622.345699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5873190.68862499.9999.9999.9999.9999.9999.9999.9999.9999.993222032.5477668.77540.625795005.80809709208217
N5PB011461 202.44754028320347.09888839721680.2548330.2668841994.4300537109420.443421.357999.9999.9920.797399.9999.9999.9999.9999.9999.993518999979999999999990.6588740.47057899.9999.990.63460499.9999.9999.9999.9999.9999.993220031.82846144.8120.485543005.8140848432594
N5PB005301 202.49328613281347.09890365600590.3488930.3447621994.4200439453118.018621.129199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4277360.45164299.9999.9999.9999.9999.9999.9999.9999.9999.99310000122037.07388111.2410.347063005.81553764500517
N5PB006790 202.35464477539147.25173950195310.3488930.3447621994.4200439453118.733919.999718.523599.9920.30719.128299.9999.9999.9999.9999.99351837997199999999990.4253240.416360.52975799.990.4516930.39530999.9999.9999.9999.9999.9901112082.2985130.4370.202013005.82735107700051
N5PB011462 202.44309997558647.09917449951170.3049570.3099451994.4200439453199.9922.1299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56898199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.4579319.15980.369132005.82882782921812
N5PB006142 202.61273193359447.18589019775390.3488930.3447621994.4200439453120.318899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57977699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.587720.2473560.375413005.83343684289448
N5PB005274 202.45474243164147.09782028198240.3488930.3447621994.4200439453119.137921.427399.9999.9920.430399.9999.9999.9999.9999.9999.993518999979999999999990.4530650.47331999.9999.990.50726699.9999.9999.9999.9999.9999.993222044.5429215.45560.353568005.83827419286143
N5PB034365 202.51948547363347.10316085815430.3111690.3297381993.1700439453199.9922.241699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62648299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.88077179.5770.501341005.84021523117315
N5PB007033 202.39572143554747.27774047851560.3488930.3447621994.4200439453120.425699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60622199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.4498372.98660.368033005.84183668396022
N5PB006944 202.56188964843847.26947021484380.3488930.3447621994.4200439453119.938899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52288799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.80686167.7490.480556005.84380479000666
N5PB011456 202.46211242675847.0972251892090.2548330.2668841994.4300537109420.075420.910699.9999.9920.118819.512199.9999.9999.9999.9999.99351899997199999999990.5572880.43937799.9999.990.449710.65848599.9999.9999.9999.9999.9932222044.312913.274550.705049005.84905110872114
N5PB006891 202.57015991210947.2645759582520.3488930.3447621994.4200439453120.283622.316699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5844150.65948499.9999.9999.9999.9999.9999.9999.9999.9999.993222022.3204124.4310.621197005.85045663065967
N5PB005718 202.35560607910247.13593673706050.3488930.3447621994.4200439453119.197921.637418.86399.9999.9919.507699.9999.9999.9999.9999.993518379999199999999990.4395410.488160.59537399.9999.990.58308799.9999.9999.9999.9999.9901222062.390156.18670.206676005.85098955958332
N5PB011448 202.48585510253947.0975990295410.3049570.3099451994.4200439453199.9921.726599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49874399.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.1580654.85150.405719005.85205095971962
N5PB005286 202.50376892089847.09972000122070.3488930.3447621994.4200439453120.57922.151199.9999.9920.587199.9999.9999.9999.9999.9999.993518999979999999999990.7006150.58059399.9999.990.57005299.9999.9999.9999.9999.9999.993222041.658334.32490.378197005.85222018248963
N5PB005281 202.50024414062547.09915161132810.3488930.3447621994.4200439453120.06821.526199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5385150.48537599.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2182198.8290.322284005.85361150108912
N5PB005275 202.45066833496147.09788131713870.3488930.3447621994.4200439453119.973121.692799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5256680.50802699.9999.9999.9999.9999.9999.9999.9999.9999.99320222023.3927278.3410.507077005.85497953425661
N5PB011455 202.48754882812547.09767150878910.2548330.2668841994.4300537109420.354722.071499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6495510.57410199.9999.9999.9999.9999.9999.9999.9999.9999.99320220022.5523246.61650.565191005.85566596400881
N5PB007051 202.39944458007847.27950286865230.3488930.3447621994.4200439453120.528222.021899.9999.9920.734499.9999.9999.9999.9999.9999.993518999979999999999990.6662760.55591399.9999.990.62845499.9999.9999.9999.9999.9999.993222052.0067184.71380.628967005.85625499318249
N5PB011890 202.42744445800847.28775787353520.3049570.3099451994.4200439453199.9921.622899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49909599.9999.9999.9999.9999.9999.9999.9999.9999.99320023.215226.41770.595216005.8576380296834
N5PB011450 202.45718383789147.09732437133790.3049570.3099451994.4200439453199.9921.878799.9999.9920.808699.9999.9999.9999.9999.9999.9999189999799999999999999.990.52651599.9999.990.64117799.9999.9999.9999.9999.9999.99320021.990498.87080.522611005.85795938469649
N5PB005243 202.46871948242247.09691619873050.3488930.3447621994.4200439453120.333199.9999.9999.9920.624299.9999.9999.9999.9999.9999.993599999979999999999990.58659899.9999.9999.990.57851699.9999.9999.9999.9999.9999.993202022.09591167.8060.61832005.85852046987892
N5PB034849 202.57788085937547.25946807861330.3111690.3297381993.1700439453199.9922.211799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60366899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.574175.9420.368534005.86591116494632
N5PB011886 202.41673278808647.28537368774410.3049570.3099451994.4200439453199.9921.196599.9999.9920.83799.9999.9999.9999.9999.9999.9999189999799999999999999.990.4586299.9999.990.6578199.9999.9999.9999.9999.9999.99320020033.0683113.2340.196281005.86890893684439
N5PB005310 202.51576232910247.10174560546880.3488930.3447621994.4200439453118.969521.187699.9999.9920.49299.9999.9999.9999.9999.9999.993518999979999999999990.4422880.44747299.9999.990.5139599.9999.9999.9999.9999.9999.99310122054.71739129.4930.454782005.87018684955913
N5PB012937 202.52313232421947.10353469848630.3111690.3297381993.1700439453199.9922.042399.9999.9999.9919.512699.9999.9999.9999.9999.9999189999991999999999999.990.55732199.9999.9999.990.6073999.9999.9999.9999.9999.9931020022.41721108.5090.535178005.8722135397004
N5PB018439 202.4029998779347.28125381469730.2248040.2293791996.1600341796999.9999.9918.303599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.51291699.9999.9999.9999.9999.9999.9999.9999.993100002012.0316175.9880.173804005.87903786636369
N5PB006564 202.33335876464847.22556686401370.3488930.3447621994.4200439453119.728822.071799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4762460.55206599.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.249894.21660.285221005.88099865381362
N5PB006959 202.56109619140647.27088546752930.3488930.3447621994.4200439453120.316921.941899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6011110.53021999.9999.9999.9999.9999.9999.9999.9999.9999.993222032.33945141.5210.560883005.88896471610324
N5PB005257 202.4954376220747.09790420532230.3488930.3447621994.4200439453120.286821.400199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5859340.47317699.9999.9999.9999.9999.9999.9999.9999.9999.993222021.9486717.25160.386818005.88942123110092
N5PB011445 202.4597930908247.09662628173830.3049570.3099451994.4200439453199.9920.692199.9999.9920.516899.9999.9999.9999.9999.9999.9999189999799999999999999.990.43667699.9999.990.54281199.9999.9999.9999.9999.9999.99320020024.7210817.96890.331383005.89101620493014
N5PB005256 202.49844360351647.09809875488280.3488930.3447621994.4200439453120.542799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6757599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.53316160.4920.418772005.90062828739802
N5PB034369 202.51358032226647.10069656372070.3111690.3297381993.1700439453199.9918.313499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.4164199.9999.9999.9999.9999.9999.9999.9999.9999.9931000100116.0072163.9360.464223005.90264172090051
N5PB005242 202.48497009277347.09662628173830.3488930.3447621994.4200439453120.506721.625799.9999.9920.175699.9999.9999.9999.9999.9999.993518999979999999999990.6526340.49285899.9999.990.45564599.9999.9999.9999.9999.9999.993222042.11631111.3640.693419005.90628601579366
N5PB011889 202.42370605468847.28781509399410.3049570.3099451994.4200439453199.9922.073399.9999.9999.9919.500199.9999.9999.9999.9999.9999189999991999999999999.990.55259799.9999.9999.990.71760799.9999.9999.9999.9999.9932020031.46664159.5150.383992005.90799281530713
N5PB034362 202.51991271972747.10194778442380.3111690.3297381993.1700439453199.9922.2899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66001299.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.936863.32770.261759005.9145680456686
N5PB005253 202.48995971679747.09684371948240.3488930.3447621994.4200439453118.897621.598499.9999.9920.491219.51799.9999.9999.9999.9999.99351899997199999999990.4402010.48087199.9999.990.5324330.662299.9999.9999.9999.9999.9931122054.00051139.9320.260717005.91755330585337
N5PB005734 202.35093688964847.13843536376950.3488930.3447621994.4200439453120.14721.218399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5292570.45098299.9999.9999.9999.9999.9999.9999.9999.9999.993222041.79263144.1610.381993005.91764300182834
N5PB011895 202.42811584472747.28895187377930.3049570.3099451994.4200439453199.9921.642999.9999.9920.370599.9999.9999.9999.9999.9999.9999189999799999999999999.990.49651399.9999.990.48708299.9999.9999.9999.9999.9999.99320022.477332.617170.48064005.91807950401438
N5PB011794 202.58808898925847.25231933593750.3049570.3099451994.4200439453199.9921.823699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52322699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.08031134.3290.425625005.92254188269207
N5PB005285 202.51194763183647.09997940063480.3488930.3447621994.4200439453120.157399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.5607199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.701551.524340.748405005.92422522891022
N5PB005280 202.50929260253947.09943008422850.3488930.3447621994.4200439453120.49321.19499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6442810.45557799.9999.9999.9999.9999.9999.9999.9999.9999.993222041.52015107.7040.419458005.92574788995507
N5PB018432 202.54635620117247.27874755859380.2799910.2837881983.1300048828199.9999.9918.462199.9999.9919.503999.9999.9999.9999.9999.9999993799991999999999999.9999.990.53778499.9999.990.56642499.9999.9999.9999.9999.99310001007021.62806148.4690.624704005.92760134822365
N5PB005238 202.47901916503947.09593582153320.3488930.3447621994.4200439453119.959199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52143699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.45531125.5280.226989005.92787003677215
N5PB005233 202.48358154296947.09616851806640.3488930.3447621994.4200439453120.550799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.68112499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202032.08758147.060.627955005.9281349829097
N5PB034900 202.38131713867247.27277374267580.3111690.3297381993.1700439453199.9921.698399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49458599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.3179679.50170.657509005.92867292145643
N5PB034351 202.43498229980547.09867477416990.3111690.3297381993.1700439453199.9922.178199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60345899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.26539152.0020.512593005.92980830889686
N5PB011616 202.60560607910247.15847396850590.3049570.3099451994.4200439453199.9921.654499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48906799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.36428113.5980.539074005.93032223886945
N5PB018433 202.54428100585947.27966690063480.2799910.2837881983.1300048828199.9999.9918.022799.9999.9919.497199.9999.9999.9999.9999.9999993799991999999999999.9999.990.4806199.9999.990.5949799.9999.9999.9999.9999.99310011005021.53624160.9670.436486005.93122759007588
N5PB005267 202.50340270996147.09827804565430.3488930.3447621994.4200439453119.628122.214699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4819370.60649799.9999.9999.9999.9999.9999.9999.9999.9999.993222033.25471126.1820.380764005.93295031119428
N5PB005296 202.51788330078147.1010017395020.3488930.3447621994.4200439453120.296299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59055799.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202022.4336374.99310.678165005.94030995880993
N5PB006958 202.56324768066447.27082824707030.3488930.3447621994.4200439453120.438499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64443399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202021.9353337.26780.518786005.94181280730298
N5PB034364 202.52580261230547.10300827026370.3111690.3297381993.1700439453199.9922.236299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.6221499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.15879.630390.51748005.94232326405334
N5PB005229 202.4726562547.09552764892580.3488930.3447621994.4200439453120.092221.582399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5473550.48433999.9999.9999.9999.9999.9999.9999.9999.9999.993222022.059823.20970.239931005.94233039991438
N5PB011834 202.56600952148447.26930999755860.2548330.2668841994.4300537109420.593922.081399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7484430.56287699.9999.9999.9999.9999.9999.9999.9999.9999.993220032.7924901005.94521165869276
N5PB011447 202.50202941894547.09764099121090.3049570.3099451994.4200439453199.9922.16399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.58522799.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.59942109.3510.467369005.95771801914714
N5PB007060 202.39581298828147.28004074096680.3488930.3447621994.4200439453120.02699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53405499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202022.91491172.3650.586151005.95825652717517
N5PB005537 202.37484741210947.11923599243160.3488930.3447621994.4200439453118.764520.476118.589499.9920.504519.333299.9999.9999.9999.9999.99351837997199999999990.4303570.4223880.5490599.990.5226630.47575799.9999.9999.9999.9999.99311122083.154787.339080.314391005.96378998874988
N5PB011601 202.59979248046947.14844131469730.3049570.3099451994.4200439453199.9921.010499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44047699.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.94024120.3580.805325005.96494438087654
N5PB005724 202.35060119628947.1373367309570.3488930.3447621994.4200439453120.298999.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57071199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.1398177.37540.616667005.96663204076752
N5PB037216 202.39009094238347.27780532836910.2548330.2668841994.4300537109420.437299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6541599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5247142.04670.263732005.96750206103148
N5PB011444 202.49746704101647.09682464599610.2548330.2668841994.4300537109420.511822.056599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7162840.56847699.9999.9999.9999.9999.9999.9999.9999.9999.993220021.891891.29550.51009005.96807773561117
N5PB011858 202.38676452636747.27630233764650.2548330.2668841994.4300537109420.442521.994399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6909020.5470299.9999.9999.9999.9999.9999.9999.9999.9999.993220032.24934131.6580.562423005.96840520323397
N5PB011441 202.49311828613347.09630203247070.3049570.3099451994.4200439453199.9922.087399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55734899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.5416218.5040.429865005.96856070920374
N5PB006998 202.55873107910247.27384567260740.3488930.3447621994.4200439453118.410821.843399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.433960.51666699.9999.9999.9999.9999.9999.9999.9999.9999.993122035.69755112.1270.211648005.96938155704755
N5PB034346 202.43797302246147.09751129150390.3111690.3297381993.1700439453199.9922.238999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62429399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.83333126.2440.482782005.96946299655918
N5PB005231 202.46572875976647.09509658813480.3488930.3447621994.4200439453119.775599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.49850499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202024.8461962.03030.725869005.97020211620396
N5PB034903 202.38299560546947.27450561523440.3111690.3297381993.1700439453199.9922.33299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.67457199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.14489110.4270.695274005.97027410431694
N5PB005228 202.48693847656347.09568405151370.3488930.3447621994.4200439453119.900499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.51862499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202024.3440915.07270.738548005.97116601289668
N5PB011613 202.6053009033247.15608215332030.3049570.3099451994.4200439453199.9921.429499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46672799.9999.9999.9999.9999.9999.9999.9999.9999.990100022014.6333397.45710.835428005.97283158220787
N5PB005244 202.45181274414147.09577941894530.3488930.3447621994.4200439453120.137921.993799.9999.9920.442399.9999.9999.9999.9999.9999.993518999979999999999990.56570.54639899.9999.990.50995299.9999.9999.9999.9999.9999.993222042.3169877.55550.206771005.97388607800606
N5PB011609 202.60336303710947.15271377563480.3049570.3099451994.4200439453199.9921.141899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44352499.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.97912125.4610.864767005.98213068801055
N5PB005223 202.46287536621147.09493255615230.3488930.3447621994.4200439453119.739399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48667799.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320202023.1497442.05490.31088005.98475071966095
N5PB011623 202.6088867187547.16174697875980.3049570.3099451994.4200439453199.9921.616899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48165899.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.55947126.020.779658005.98752360785396
N5PB011593 202.59780883789147.14511489868160.3049570.3099451994.4200439453199.9921.963699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53432499.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.4274701005.9898148452538
N5PB005825 202.34075927734447.14739608764650.3488930.3447621994.4200439453118.170719.413918.405799.9920.263518.848299.9999.9999.9999.9999.99351837997199999999990.4223370.4106970.52974299.990.4522090.38076999.9999.9999.9999.9999.9931112093.23914179.4830.224395005.99127623686255
N5PB005458 202.38618469238347.11244583129880.3488930.3447621994.4200439453119.289121.64599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4466420.49695799.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.5169245.65020.169411006.0025114486329
N5PB011899 202.42117309570347.28889465332030.3049570.3099451994.4200439453199.9921.05899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44897899.9999.9999.9999.9999.9999.9999.9999.9999.993100022014.21203105.8610.572454006.00292923741779
N5PB034349 202.5073242187547.09772109985350.3111690.3297381993.1700439453199.9921.493199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47603199.9999.9999.9999.9999.9999.9999.9999.9999.993100020016.34552106.3980.716413006.00382592846432
N5PB034381 202.54235839843847.10720825195310.3111690.3297381993.1700439453199.9922.125999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5885399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.69782.338490.647681006.01048367507198
N5PB005621 202.36236572265647.12625122070310.3488930.3447621994.4200439453119.523121.718999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4591180.49705599.9999.9999.9999.9999.9999.9999.9999.9999.993222042.3331213.15360.215874006.01333480178146
N5PB005219 202.49066162109447.0952873229980.3488930.3447621994.4200439453120.521199.9999.9999.9920.754399.9999.9999.9999.9999.9999.993599999979999999999990.66167499.9999.9999.990.60977499.9999.9999.9999.9999.9999.993202021.5459917.80210.427024006.01398763251299
N5PB034878 202.57183837890647.26740264892580.3111690.3297381993.1700439453199.9922.347999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69110399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.2432289.88020.019126006.02016218202526
N5PB011872 202.39712524414147.2817955017090.2548330.2668841994.4300537109419.911420.993499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5175160.44834799.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.6687123.4840.369539006.02249170980315
N5PB011901 202.41850280761747.28869247436520.2548330.2668841994.4300537109419.85419.812199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5143650.42000399.9999.9999.9999.9999.9999.9999.9999.9999.99320222023.6357118.12570.575703006.02864604734686
N5PB011627 202.61120605468847.16418075561520.3049570.3099451994.4200439453199.9921.106999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.44482599.9999.9999.9999.9999.9999.9999.9999.9999.993100022015.77193121.990.847345006.03109415421119
N5PB005206 202.47209167480547.09402465820310.3488930.3447621994.4200439453120.488199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64133499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.6437252.43440.386663006.0321639150767
N5PB006157 202.61775207519547.18648529052730.3488930.3447621994.4200439453119.365420.764418.617299.9999.9919.513799.9999.9999.9999.9999.993518379999199999999990.4489750.4262110.5578699.9999.990.61256599.9999.9999.9999.9999.99311222072.2584257.31990.0630007006.03433875436223
N5PB018466 202.48153686523447.2950363159180.2248040.2293791996.1600341796999.9999.9918.336599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52157199.9999.9999.9999.9999.9999.9999.9999.99320002023.22207134.8210.626075006.04656694492383
N5PB012886 202.45629882812547.09421539306640.3111690.3297381993.1700439453199.9922.083899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57953199.9999.9999.9999.9999.9999.9999.9999.9999.99320020021.92456160.4380.286009006.04704026243014
N5PB007015 202.38240051269547.27584457397460.3488930.3447621994.4200439453120.382921.535599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6122180.47452399.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.600581.430140.378068006.04929796713732
N5PB005676 202.58917236328147.13425827026370.3488930.3447621994.4200439453118.887520.998718.419499.9999.9919.509599.9999.9999.9999.9999.993518379999199999999990.4294390.4347490.5147499.9999.990.53121299.9999.9999.9999.9999.9901122072.37992110.7860.101318006.05220698600897
N5PB011844 202.56069946289147.27459335327150.2548330.2668841994.4300537109419.48121.031799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.478280.45173399.9999.9999.9999.9999.9999.9999.9999.9999.99320122023.16619170.3570.105582006.05366648830403
N5PB007142 202.42192077636747.28997802734380.3488930.3447621994.4200439453120.53599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.67065499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.51522107.9280.409195006.05428750257189
N5PB034345 202.50872802734447.09706878662110.3111690.3297381993.1700439453199.9922.171799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57726799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.5014139.5580.251767006.05631668004628
N5PB011631 202.61280822753947.16608047485350.3049570.3099451994.4200439453199.9921.78899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50039199.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.8776121.8550.747738006.06020044751437
N5PB007061 202.39135742187547.28019714355470.3488930.3447621994.4200439453120.053699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53357999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202013.26983171.7110.632033006.06058305305054
N5PB034329 202.44853210449247.09458541870120.3111690.3297381993.1700439453199.9922.071899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5579799.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.16870.315920.541253006.06306856358658
N5PB011850 202.55905151367247.27565383911130.3049570.3099451994.4200439453199.9922.037199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5613599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.1499875.78260.618535006.06394606747136
N5PB011440 202.4947967529347.09486770629880.3049570.3099451994.4200439453199.9921.93199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54255999.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.868480.57590.738507006.0645220322522
N5PB006625 202.33204650878947.23206710815430.3488930.3447621994.4200439453120.021420.862799.9999.9920.568699.9999.9999.9999.9999.9999.993518999979999999999990.5232070.43047199.9999.990.54092399.9999.9999.9999.9999.9999.993222042.07396168.3080.287138006.06510670792945
N5PB011587 202.59849548339847.14335250854490.2548330.2668841994.4300537109420.177822.086399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5794140.55452299.9999.9999.9999.9999.9999.9999.9999.9999.993222022.2137971.98180.392867006.06708968237802
N5PB005315 202.41252136230547.10128021240230.3488930.3447621994.4200439453120.342499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59117399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.7308844.70880.409897006.07168032953987
N5PB005584 202.58061218261747.12659835815430.3488930.3447621994.4200439453120.53122.182399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6681050.60642199.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.5167216.92530.406086006.07470019519871
N5PB011894 202.41220092773447.28787231445310.3049570.3099451994.4200439453199.9921.646699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48998799.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.30505109.8040.507085006.07774044189174
N5PB005211 202.48901367187547.09404373168950.3488930.3447621994.4200439453119.954621.720999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5201190.49990499.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.2663159.4950.209953006.07904862870788
N5PB011737 202.33000183105547.22911071777340.2548330.2668841994.4300537109420.564422.110199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.7204210.56539699.9999.9999.9999.9999.9999.9999.9999.9999.99310220021.2479179.6290.0338976006.07995747728583
N5PB005220 202.4772186279347.09323501586910.3488930.3447621994.4200439453117.935220.441699.9999.9999.9919.491799.9999.9999.9999.9999.993518999999199999999990.4262810.4290399.9999.9999.990.75368299.9999.9999.9999.9999.9932122057.33338166.0340.236593006.08574588525873
N5PB011849 202.37826538085947.2745285034180.3111690.3297381993.1700439453199.9922.025499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54924499.9999.9999.9999.9999.9999.9999.9999.9999.99320022.99108173.8440.613716006.08804394358952
N5PB034893 202.56690979003947.27194595336910.3111690.3297381993.1700439453199.9922.320399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66303199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5227272.0550.41575006.08902167173083
N5PB007157 202.42184448242247.29057312011720.3488930.3447621994.4200439453120.031521.488699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5359120.47872199.9999.9999.9999.9999.9999.9999.9999.9999.993222022.9091863.74360.565629006.08906687580048
N5PB005197 202.46791076660247.09297943115230.3488930.3447621994.4200439453120.501399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.6493299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.93414136.0670.641946006.09513780980396
N5PB011862 202.5535430908247.27904510498050.3049570.3099451994.4200439453199.9921.815999.9999.9999.9919.51799.9999.9999.9999.9999.9999189999991999999999999.990.52106399.9999.9999.990.660899.9999.9999.9999.9999.9931020021.9119383.70650.137422006.10071349274984
N5PB011891 202.41050720214847.28784942626950.3049570.3099451994.4200439453199.9921.650799.9999.9920.635899.9999.9999.9999.9999.9999.9999189999799999999999999.990.4982299.9999.990.58659599.9999.9999.9999.9999.9999.99320020022.15105131.4390.331619006.10364707659941
N5PB011900 202.41839599609447.29008102416990.2548330.2668841994.4300537109420.399522.157499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6272860.58315299.9999.9999.9999.9999.9999.9999.9999.9999.993220021.80818124.1990.480166006.10826652131777
N5PB018467 202.48529052734447.29589080810550.2248040.2293791996.1600341796999.9999.9918.657699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57140899.9999.9999.9999.9999.9999.9999.9999.99320000021.81186136.2940.417157006.11113492487331
N5PB006535 202.32597351074247.22230529785160.3488930.3447621994.4200439453120.475499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63383899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202021.5361470.8120.416313006.11125805052926
N5PB005248 202.51544189453147.09725189208980.3488930.3447621994.4200439453120.29422.029199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5894810.55778899.9999.9999.9999.9999.9999.9999.9999.9999.993222042.1727842.43950.558838006.12261496646577
2MJGQIYQ 202.48971147.2958180.280.271998.4032953132999.9999.9999.9999.9999.9999.9999.9999.9916.57515.73415.286999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1420.1420.189477777700000006.12749061304475
N5PB005279 202.52554321289147.09956359863280.3488930.3447621994.4200439453120.192720.620899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5762260.43794599.9999.9999.9999.9999.9999.9999.9999.9999.99320222021.99424100.6540.197494006.12999297256543
N5PB006491 202.61576843261747.22058486938480.3488930.3447621994.4200439453118.916420.816499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4339040.43465699.9999.9999.9999.9999.9999.9999.9999.9999.993122052.7959163.7540.114346006.13428824291765
N5PB007000 202.56222534179747.27560043334960.3488930.3447621994.4200439453120.230699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.57777399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.067298.72650.383178006.13943974626044
N5PB007010 202.56089782714847.2763099670410.3488930.3447621994.4200439453119.616722.1999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4832090.59627299.9999.9999.9999.9999.9999.9999.9999.9999.993222034.655877.74420.421416006.14051700422895
N5PB006255 202.62098693847747.19709777832030.3488930.3447621994.4200439453120.483821.2999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6387290.45384999.9999.9999.9999.9999.9999.9999.9999.9999.99310222041.985014.20510.608816006.14807276629842
N5PB019159 202.45193481445347.29626846313480.2340010.2348721999.3499755859499.9999.9917.737299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.47007299.9999.9999.9999.9999.9999.9999.9999.993100000012.3549972.94430.283814006.14828453391585
N5PB006465 202.6168670654347.21870803833010.3488930.3447621994.4200439453119.878899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.50025499.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.16271147.9610.257072006.15019979878056
N5PB006762 202.34214782714847.24877548217770.3488930.3447621994.4200439453120.404399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62421199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5799992.83980.368471006.15037721807135
N5PB011893 202.41450500488347.2898674011230.2548330.2668841994.4300537109419.543322.158218.913199.9999.9999.9999.9999.9999.9999.9999.9935183799999999999999990.4825310.583440.61339199.9999.9999.9999.9999.9999.9999.9999.993120054.178854.35210.450214006.15293695830664
N5PB011914 202.42518615722747.292480468750.3049570.3099451994.4200439453199.9918.019415.413899.9918.595416.645799.9999.9914.75214.08413.9519918379971999947484999.990.407890.42159799.990.4203310.29956199.9999.990.0330.0410.05831012052.92069114.3490.0460521006.15550818965312
N5PB007079 202.39324951171947.28297042846680.2548330.2668841994.4300537109419.310199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.46838899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100036.3415941.70220.598426006.16267396232898
N5PB013503 202.37994384765647.27708053588870.3111690.3297381993.1700439453199.9921.8599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52577599.9999.9999.9999.9999.9999.9999.9999.9999.99320020022.61036144.4940.217329006.16837592456251
N5PB011438 202.50782775878947.09494018554690.3049570.3099451994.4200439453199.9921.836599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.52647899.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5618498.21250.56316006.17052151915036
N5PB019108 202.53126525878947.2886886596680.2340010.2348721999.3499755859499.9999.9918.526499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53814999.9999.9999.9999.9999.9999.9999.9999.993100002011.5231843.51480.255996006.17108896044664
N5PB034318 202.49096679687547.09259796142580.3111690.3297381993.1700439453199.9921.725199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5009499.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.2272791.0460.631848006.1755289263302
N5PB011916 202.43005371093847.29380035400390.3049570.3099451994.4200439453199.9921.457499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.46911299.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.9546144.7590.171511006.1756624224503
N5PB006872 202.35340881347747.26016998291020.3488930.3447621994.4200439453119.931121.644799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4913970.47163399.9999.9999.9999.9999.9999.9999.9999.9999.990222041.55536117.0310.016753006.17725279642761
N5PB011868 202.38867187547.28134918212890.2548330.2668841994.4300537109420.334721.914599.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6118660.53730799.9999.9999.9999.9999.9999.9999.9999.9999.993220022.21771151.8340.499421006.1774298565755
N5PB005372 202.55140686035247.10763549804690.3488930.3447621994.4200439453120.495299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64557599.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.49043162.6410.399152006.17797049315542
N5PB011866 202.38218688964847.27861785888670.3111690.3297381993.1700439453199.9922.253399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63609999.9999.9999.9999.9999.9999.9999.9999.9999.99310020022.467031.170390.628959006.18923130087466
N5PB007085 202.39041137695347.28236389160160.2548330.2668841994.4300537109420.49499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.70035499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200031.9088853.49450.519309006.19131622754928
N5PB011591 202.60266113281347.14410400390630.3049570.3099451994.4200439453199.9921.570699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47303999.9999.9999.9999.9999.9999.9999.9999.9999.990100022013.90268111.8290.820049006.19201184504876
N5PB011860 202.55952453613347.27806854248050.3049570.3099451994.4200439453199.9921.133199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45202599.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3201851.77310.504185006.19206515967141
N5PB034307 202.45875549316447.09142684936520.3111690.3297381993.1700439453199.9921.992599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53498399.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.61178126.3270.521284006.20526040541754
N5PB011597 202.60507202148447.1465988159180.3049570.3099451994.4200439453199.9920.840299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.43064999.9999.9999.9999.9999.9999.9999.9999.9999.993100022016.26639128.2460.85449006.20708383270478
N5PB034306 202.47654724121147.09117126464840.3111690.3297381993.1700439453199.9922.033499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55300599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.3691365.49190.446819006.20824043875761
N5PB011425 202.48458862304747.0914382934570.3049570.3099451994.4200439453199.9922.189899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59619199.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.33955167.9420.706797006.21454426739204
N5PB034689 202.31898498535247.20752334594730.2548330.2668841994.4300537109420.183121.867499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5672290.50225299.9999.9999.9999.9999.9999.9999.9999.9999.993222021.8741224.4680.285456006.21466075208629
N5PB007158 202.41091918945347.28999328613280.2548330.2668841994.4300537109419.580699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.48875199.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320100024.25821101.6910.284676006.21526720902016
N5PB011426 202.48759460449247.09162902832030.3049570.3099451994.4200439453199.9921.99299.9999.9920.584299.9999.9999.9999.9999.9999.9999189999799999999999999.990.54584999.9999.990.56790299.9999.9999.9999.9999.9999.99320031.5594741.90990.275057006.2159366803391
N5PB034340 202.51776123046947.0960617065430.3111690.3297381993.1700439453199.9921.755299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.50355799.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3290185.25230.482599006.21961289678538
N5PB034335 202.51319885253947.09506988525390.3111690.3297381993.1700439453199.9921.262399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.45983699.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.7584836.20540.399261006.22117048651041
N5PB007193 202.41690063476647.29173278808590.2548330.2668841994.4300537109419.930299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53024699.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200023.91315144.8940.60993006.2223491883968
N5PB011873 202.38851928710947.28221511840820.3049570.3099451994.4200439453199.9922.047499.9999.9920.518999.9999.9999.9999.9999.9999.9999189999799999999999999.990.56507499.9999.990.53307799.9999.9999.9999.9999.9999.99310022021.7834445.48580.42984006.22460088147778
N5PB005383 202.39056396484447.10597991943360.3488930.3447621994.4200439453116.664720.042416.591799.9920.251518.226499.9999.9916.41415.66314.964351837997199994748490.4173370.4173370.43051399.990.4563670.34871299.9999.990.1340.1450.143310001122096.03408174.5960.423062006.22982929062389
N5PB006206 202.31752014160247.18948745727540.3488930.3447621994.4200439453118.664720.774518.641899.9999.9919.509199.9999.9999.9999.9999.993518379999199999999990.4273810.4267690.5408799.9999.990.6760599.9999.9999.9999.9999.99312122083.07657137.5790.300781006.23392710882392
N5PB011869 202.38360595703147.28023147583010.2548330.2668841994.4300537109420.362920.822799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6301970.44363999.9999.9999.9999.9999.9999.9999.9999.9999.993222031.959879.400690.516262006.23545307374769
N5PB005195 202.49571228027347.09204864501950.3488930.3447621994.4200439453118.828520.753599.9999.9920.619599.9999.9999.9999.9999.9999.993518999979999999999990.4353430.42497899.9999.990.57528399.9999.9999.9999.9999.9999.993122063.6385464.90410.340051006.23752557914691
N5PB007031 202.37696838378947.27702331542970.3488930.3447621994.4200439453119.838720.930799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4914160.43882699.9999.9999.9999.9999.9999.9999.9999.9999.99310222042.06199143.1360.206042006.23869601646125
N5PB011428 202.4993438720747.09244537353520.3049570.3099451994.4200439453199.9921.616399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.49074299.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.3869288.56320.641681006.2405652952424
N5PB011585 202.59953308105547.1388587951660.3049570.3099451994.4200439453199.9919.331899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.41052599.9999.9999.9999.9999.9999.9999.9999.9999.9931000100112.9109109.5280.539171006.2438652557322
N5PB007020 202.56144714355547.2781906127930.3488930.3447621994.4200439453120.51499.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65719899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993202021.63673118.6190.380383006.24428166629494
N5PB007196 202.42184448242247.29352569580080.3488930.3447621994.4200439453120.410921.913299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6279880.53688299.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.51058131.8580.248164006.25692856991108
N5PB034323 202.51058959960947.0938644409180.3111690.3297381993.1700439453199.9921.103499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.4523599.9999.9999.9999.9999.9999.9999.9999.9999.993100020015.46694148.30.394648006.26175888917758
N5PB034350 202.53318786621147.09937286376950.3111690.3297381993.1700439453199.9921.817799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.5026999.9999.9999.9999.9999.9999.9999.9999.9999.990100022013.68148166.2930.663311006.26202254811294
N5PB034343 202.5250701904347.0968513488770.3111690.3297381993.1700439453199.9921.574199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48097899.9999.9999.9999.9999.9999.9999.9999.9999.993100020013.35106167.9910.144152006.27469187430375
N5PB011491 202.38856506347747.10580444335940.3049570.3099451994.4200439453199.9920.512418.823999.9999.9999.9999.9999.9999.9999.9999.99991837999999999999999999.990.4190950.57546299.9999.9999.9999.9999.9999.9999.9999.99010000027031.97253174.6840.0765863006.28170291221382
N5PB018473 202.43952941894547.29719543457030.2248040.2293791996.1600341796999.9999.9916.936499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.43715199.9999.9999.9999.9999.9999.9999.9999.99327.74747165.60.575054006.28425588001508
N5PB007177 202.41349792480547.29195404052730.2548330.2668841994.4300537109419.839799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.52188199.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200035.51696164.4830.687118006.28442623958676
N5PB018438 202.55513000488347.28210067749020.2799910.2837881983.1300048828199.9999.9918.229599.9920.74219.495499.9999.9999.9999.9999.999999379971999999999999.9999.990.50220399.990.6334350.59002799.9999.9999.9999.9999.9931000061.6034571.18980.457564006.28915439036705
N5PB034355 202.53961181640647.10094833374020.3111690.3297381993.1700439453199.9922.225299.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.61366999.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.7957144.16050.437499006.28948111902915
N5PB005515 202.36489868164147.11778259277340.3488930.3447621994.4200439453120.438199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.64425399.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202011.5162423.57790.14078006.29977183456322
N5PB011859 202.56346130371147.27832794189450.3049570.3099451994.4200439453199.9921.789199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51385699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.7415695.02710.656052006.30002584297336
N5PB007096 202.39082336425847.28466415405270.3488930.3447621994.4200439453120.41899.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.63211999.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.6712165.1670.750869006.30051130880782
N5PB005596 202.35511779785247.12451553344730.3488930.3447621994.4200439453118.600719.489318.23799.9919.629719.087799.9999.9999.9999.9999.99351837997199999999990.4235490.4099460.47738699.990.4238120.37728399.9999.9999.9999.9999.99011112082.2219499.04760.0741544006.30200308484442
N5PB019161 202.50286865234447.29727935791020.2340010.2348721999.3499755859499.9999.9918.77899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.56814699.9999.9999.9999.9999.9999.9999.9999.993100000011.5145109.8770.413848006.30530502074778
N5PB018841 202.46318054199247.08953857421880.2340010.2348721999.3499755859499.9999.9918.308399.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.49560799.9999.9999.9999.9999.9999.9999.9999.990100002011.417763.296210.2984006.30742304071444
N5PB034788 202.60993957519547.23985671997070.3111690.3297381993.1700439453199.9922.33899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.68064599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.4924617.13710.388597006.30908534755254
N5PB034296 202.49084472656347.09030532836910.3111690.3297381993.1700439453199.9922.03699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55423899.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.07426171.7330.38241006.3111543024966
N5PB006113 202.31677246093847.17906570434570.3488930.3447621994.4200439453119.395420.220399.9999.9920.344119.517199.9999.9999.9999.9999.99351899997199999999990.4417060.41452599.9999.990.4622080.59705599.9999.9999.9999.9999.9901222071.87858124.8460.10517006.32622982227897
N5PB018470 202.43188476562547.29678726196290.2248040.2293791996.1600341796999.9999.9918.916599.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.6146499.9999.9999.9999.9999.9999.9999.9999.99320000021.4818317.02370.381712006.32981930959819
N5PB034912 202.37571716308647.27830886840820.3111690.3297381993.1700439453199.9922.269199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.64993399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.16013166.5550.609759006.33089331672623
N5PB018465 202.51634216308647.29532623291020.2799910.2837881983.1300048828199.9999.9918.74499.9999.9918.953199.9999.9999.9999.9999.9999993799991999999999999.9999.990.58036799.9999.990.41118399.9999.9999.9999.9999.9931000022.69989129.5440.432537006.33137456531099
N5PB012871 202.50866699218847.09228134155270.2548330.2668841994.4300537109420.458922.335199.9999.9920.682699.9999.9999.9999.9999.9999.993518999979999999999990.6709740.67772599.9999.990.59501999.9999.9999.9999.9999.9999.993222031.5763489.06780.366207006.33357080632359
N5PB007153 202.40373229980547.29003143310550.3488930.3447621994.4200439453120.510799.9999.9999.9920.779999.9999.9999.9999.9999.9999.993599999979999999999990.65516799.9999.9999.990.62447699.9999.9999.9999.9999.9999.99310202022.1389520.97020.709089006.33688344700239
N5PB034292 202.47854614257847.08906173706050.3111690.3297381993.1700439453199.9922.161899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57135999.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.4289149.7350.0959201006.33854785799326
N5PB018462 202.51995849609447.29466247558590.2248040.2293791996.1600341796999.9999.9918.484699.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53221899.9999.9999.9999.9999.9999.9999.9999.993100000011.7015542.43530.223141006.3388742026173
N5PB034352 202.53932189941447.09988784790040.3111690.3297381993.1700439453199.9922.250799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63396399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.94362161.3460.575629006.34110791316402
N5PB034298 202.49356079101647.09006118774410.3111690.3297381993.1700439453199.9921.624799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48704599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.5579858.51710.57932006.34136405796716
N5PB037232 202.4148712158247.29336166381840.2548330.2668841994.4300537109420.562799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71889499.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200011.9264444.43330.635691006.34292844282624
N5PB007222 202.4231719970747.2953529357910.2548330.2668841994.4300537109420.259199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.60755699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200022.09526151.1190.358222006.34451854027999
N5PB034342 202.530273437547.09687423706050.3111690.3297381993.1700439453199.9921.946699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53718499.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.8431454.1760.543209006.35224883013593
N5PB011604 202.61189270019547.15048217773440.3049570.3099451994.4200439453199.9920.03499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.41433499.9999.9999.9999.9999.9999.9999.9999.9999.9931000220111.0765150.0420.908993006.35425892253552
N5PB034310 202.51026916503947.09211730957030.3111690.3297381993.1700439453199.9922.351499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69488899.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5642618.07450.427903006.35959062609103
N5PB011847 202.5720977783247.27506256103520.3049570.3099451994.4200439453199.9921.496899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47010599.9999.9999.9999.9999.9999.9999.9999.9999.990100020011.915989.62370.254981006.36839626045086
N5PB007041 202.56323242187547.27992630004880.3488930.3447621994.4200439453120.508799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.65389399.9999.9999.9999.9999.9999.9999.9999.9999.9999.99310202022.1227368.38930.696466006.37122038413303
N5PB006848 202.59255981445347.26070022583010.3488930.3447621994.4200439453120.09721.545299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5257980.46404199.9999.9999.9999.9999.9999.9999.9999.9999.993222041.6306145.77520.206166006.3713580307692
N5PB007183 202.40902709960947.29238510131840.3488930.3447621994.4200439453120.229721.7299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5601760.51496399.9999.9999.9999.9999.9999.9999.9999.9999.993222021.90771169.8260.508077006.37744595867499
N5PB037238 202.4215545654347.29573440551760.2548330.2668841994.4300537109420.306599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.59498199.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.4254999.99630.0515793006.38648430438429
N5PB006483 202.62219238281347.22052383422850.3488930.3447621994.4200439453120.491622.126199.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6433890.57057899.9999.9999.9999.9999.9999.9999.9999.9999.99310222021.47036107.70.390687006.3869592979457
N5PB034778 202.61462402343847.2359542846680.3111690.3297381993.1700439453199.9922.159399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.59075899.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.46925172.2060.0739317006.38743243799392
N5PB007162 202.4054412841847.29150772094730.2548330.2668841994.4300537109420.536199.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.69526899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200031.5742320.13390.449105006.38798185218125
N5PB034333 202.52874755859447.09575653076170.3111690.3297381993.1700439453199.9922.291599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63667199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.60534149.1050.388936006.39065693244714
N5PB034921 202.3800506591847.28178405761720.3111690.3297381993.1700439453199.9922.250599.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.63376199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.898460.4337090.504025006.39454024318388
N5PB034287 202.46047973632847.08810424804690.3111690.3297381993.1700439453199.9922.353699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.69729199.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5638771.97180.431586006.39930411295711
N5PB019181 202.49215698242247.30018997192380.2340010.2348721999.3499755859499.9999.9918.811499.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.57533899.9999.9999.9999.9999.9999.9999.9999.993100000011.53686161.1410.430801006.40082354890255
N5PB007209 202.41598510742247.29471969604490.2548330.2668841994.4300537109420.483599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.69127899.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.848361.071590.485694006.40334440435732
N5PB019170 202.50697326660247.29837417602540.2340010.2348721999.3499755859499.9999.9918.370899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.52383799.9999.9999.9999.9999.9999.9999.9999.993100000011.77232159.7760.212213006.40650640718059
N5PB011874 202.38148498535247.28274536132810.3049570.3099451994.4200439453199.9921.92699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54093399.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.4583295.25860.0441569006.40867297395145
N5PB006012 202.31825256347747.16737747192380.3488930.3447621994.4200439453120.475321.822999.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6337460.51137999.9999.9999.9999.9999.9999.9999.9999.9999.99310222041.51754111.3950.423658006.40882789125048
N5PB037222 202.38368225097747.28378295898440.2548330.2668841994.4300537109420.554599.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.71143899.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100200012.37463167.7550.698263006.41049010365532
N5PB007120 202.39002990722747.28655624389650.3488930.3447621994.4200439453120.091699.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53571299.9999.9999.9999.9999.9999.9999.9999.9999.9999.990100202011.8573619.30570.268278006.41456939446906
N5PB005660 202.34436035156347.13043594360350.3488930.3447621994.4200439453119.91221.855699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5015040.51354499.9999.9999.9999.9999.9999.9999.9999.9999.993222032.81454160.630.558918006.41622509692065
N5PB005170 202.50378417968847.09005737304690.3488930.3447621994.4200439453120.032620.001899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5362840.42659799.9999.9999.9999.9999.9999.9999.9999.9999.99310212023.239950.5861710.533711006.41749552196092
N5PB006367 202.62619018554747.20967864990230.3488930.3447621994.4200439453119.138821.375617.942499.9999.9919.513499.9999.9916.49915.72215.5013518379999199994748490.4343230.4494990.46568699.9999.990.64668799.9999.990.1250.1530.21902222082.16853161.6390.107881006.42200760130352
N5PB034914 202.37220764160247.27839660644530.3111690.3297381993.1700439453199.9922.016899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.54535799.9999.9999.9999.9999.9999.9999.9999.9999.990100022011.81955159.5460.255599006.42297262077609
N5PB007185 202.40666198730547.29264831542970.2548330.2668841994.4300537109420.128399.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.56902299.9999.9999.9999.9999.9999.9999.9999.9999.9999.993200022.3000989.45890.305789006.43016989712184
N5PB005180 202.51274108886747.09129714965820.3488930.3447621994.4200439453120.304121.64499.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5945410.4959199.9999.9999.9999.9999.9999.9999.9999.9999.99310222022.321093.547510.581186006.43362879402588
N5PB019118 202.54112243652347.29046249389650.2340010.2348721999.3499755859499.9999.9918.698899.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.55189899.9999.9999.9999.9999.9999.9999.9999.993100002011.2490490.23220.0252045006.4384276937495
N5PB034288 202.48637390136747.08777999877930.3111690.3297381993.1700439453199.9921.94899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.53776799.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.2931986.9420.77525006.44014369189775
N5PB034337 202.53248596191447.09585571289060.3111690.3297381993.1700439453199.9921.830499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51279699.9999.9999.9999.9999.9999.9999.9999.9999.993100022012.5637371.87430.358276006.44374328750012
N5PB019183 202.49484252929747.30068969726560.2340010.2348721999.3499755859499.9999.9918.186299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.50286299.9999.9999.9999.9999.9999.9999.9999.993100000012.0327819.12770.423024006.44661364300448
N5PB005760 202.60945129394547.14365386962890.3488930.3447621994.4200439453119.691922.088299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.474520.56654199.9999.9999.9999.9999.9999.9999.9999.9999.99310222032.2809688.1750.240912006.44782706255223
N5PB018454 202.54293823242247.29001998901370.2799910.2837881983.1300048828199.9999.9918.312999.9999.9918.658399.9999.9999.9999.9999.9999993799991999999999999.9999.990.52319499.9999.990.38082899.9999.9999.9999.9999.99321000023.08958151.3830.392883006.4483473756572
N5PB034300 202.50970458984447.09047698974610.3111690.3297381993.1700439453199.9921.65199.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48857599.9999.9999.9999.9999.9999.9999.9999.9999.993100020014.05159132.5150.603165006.4489684972614
N5PB018495 202.47409057617247.30203628540040.2799910.2837881983.1300048828199.9999.9918.223199.9999.9919.504599.9999.9999.9999.9999.9999993799991999999999999.9999.990.50694299.9999.990.69764599.9999.9999.9999.9999.9932000031.5163401006.45092374814709
N5PB019191 202.45596313476647.30165481567380.2340010.2348721999.3499755859499.9999.9918.530299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.53890299.9999.9999.9999.9999.9999.9999.9999.993100000011.482620.66210.116864006.45235317573137
N5PB007086 202.37843322753947.28227615356450.2548330.2668841994.4300537109420.40721.76399.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.6323970.50728199.9999.9999.9999.9999.9999.9999.9999.9999.99320220031.9261353.94320.510953006.45665732877382
N5PB007194 202.40946960449247.29398727416990.2548330.2668841994.4300537109419.990399.9999.9999.9920.777299.9999.9999.9999.9999.9999.993599999979999999999990.54301499.9999.9999.990.6229299.9999.9999.9999.9999.9999.993202043.3135448.81080.257196006.45909294012553
N5PB034953 202.41310119628947.2949790954590.3111690.3297381993.1700439453199.9922.322999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.66557399.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.7029901006.45933729472218
N5PB011909 202.39965820312547.29104614257810.3049570.3099451994.4200439453199.9920.658818.321799.9920.798899.9999.9999.9999.9999.9999.9999183799799999999999999.990.4340940.51760299.990.63544599.9999.9999.9999.9999.9999.99320054.7622174.25110.529294006.46404116234618
N5PB007008 202.57322692871147.27656173706050.3488930.3447621994.4200439453119.154920.927818.251299.9999.9919.508699.9999.9999.9999.9999.993518379999199999999990.4373380.4371370.50051799.9999.990.67632399.9999.9999.9999.9999.9902222062.29509167.3050.134063006.46660740518854
N5PB018487 202.48667907714847.30176925659180.2248040.2293791996.1600341796999.9999.9918.736199.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.5776599.9999.9999.9999.9999.9999.9999.9999.993100000011.5816989.7850.369423006.46776704845616
N5PB018491 202.47273254394547.3023605346680.2248040.2293791996.1600341796999.9999.9918.887299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.60395199.9999.9999.9999.9999.9999.9999.9999.99321.5054319.86130.409452006.46926627860604
N5PB007129 202.38613891601647.28609466552730.3488930.3447621994.4200439453119.445422.076899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4706950.55377599.9999.9999.9999.9999.9999.9999.9999.9999.993222024.5529858.68940.429206006.4732224646047
N5PB005260 202.54289245605547.09852218627930.3488930.3447621994.4200439453119.941421.165199.9999.9920.464199.9999.9999.9999.9999.9999.993518999979999999999990.5013240.44164799.9999.990.50384199.9999.9999.9999.9999.9999.993222051.98448111.0790.194058006.47998460211226
N5PB018468 202.52293395996147.29646301269530.2248040.2293791996.1600341796999.9999.9918.472299.9999.9999.9999.9999.9999.9999.9999.99999937999999999999999999.9999.990.54087399.9999.9999.9999.9999.9999.9999.9999.99322.5731527.84710.559847006.48045417645519
N5PB011904 202.39738464355547.29057312011720.3049570.3099451994.4200439453199.9922.144699.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.57817599.9999.9999.9999.9999.9999.9999.9999.9999.99320021.48152108.6420.381779006.48051869769636
N5PB005809 202.32835388183647.14579010009770.3488930.3447621994.4200439453120.099622.016299.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5266420.54508799.9999.9999.9999.9999.9999.9999.9999.9999.993222031.71138132.9190.266501006.48471043480837
N5PB034869 202.3468475341847.26286315917970.3111690.3297381993.1700439453199.9922.089899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.56741599.9999.9999.9999.9999.9999.9999.9999.9999.993100022011.726251.027250.22715006.48631307222502
N5PB011939 202.42102050781347.29747390747070.3049570.3099451994.4200439453199.9921.423799.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.47277899.9999.9999.9999.9999.9999.9999.9999.9999.99320022.743663.096010.386566006.49245095877458
N5PB007197 202.40509033203147.29336547851560.2548330.2668841994.4300537109420.353799.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.62407599.9999.9999.9999.9999.9999.9999.9999.9999.9999.99320200021.85402134.1290.442859006.49546043235665
N5PB034282 202.48849487304747.08696365356450.3111690.3297381993.1700439453199.9922.180499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.60504599.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.0195559.37170.479885006.49822794749413
N5PB034283 202.45010375976647.08708953857420.3111690.3297381993.1700439453199.9921.614899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.48511799.9999.9999.9999.9999.9999.9999.9999.9999.993100022013.9185420.83490.577097006.49991978568524
N5PB007202 202.40275573730547.2927970886230.2548330.2668841994.4300537109418.760420.051699.9999.9999.9919.506899.9999.9999.9999.9999.993518999999199999999990.4420550.42234799.9999.9999.990.57712199.9999.9999.9999.9999.9931120056.5989856.1980.566216006.50396547531713
N5PB011608 202.61763000488347.15310287475590.3049570.3099451994.4200439453199.9920.669499.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.42350899.9999.9999.9999.9999.9999.9999.9999.9999.993100022016.99953143.8790.87308006.50591590419585
N5PB005887 202.32272338867247.15318298339840.3488930.3447621994.4200439453119.922622.180699.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5111880.60519799.9999.9999.9999.9999.9999.9999.9999.9999.993222032.27324167.1620.227803006.50834643994967
N5PB006831 202.33885192871147.25625610351560.3488930.3447621994.4200439453119.568422.071899.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4614180.54286399.9999.9999.9999.9999.9999.9999.9999.9999.993222042.455367.845060.34198006.50884547040131
N5PB007261 202.42330932617247.2982673645020.2548330.2668841994.4300537109418.117521.101899.9999.9999.9919.495899.9999.9999.9999.9999.993518999999199999999990.4288540.43925999.9999.9999.990.73531399.9999.9999.9999.9999.9932122056.23018161.9890.262775006.50976633043446
N5PB005931 202.32049560546947.15679931640630.3488930.3447621994.4200439453116.557418.9416.709799.9920.044617.756199.9999.9916.21915.28714.836351837997199994748490.4167820.4093430.43201899.990.4397430.32380699.9999.990.1160.110.12931112093.92133148.5080.0288161006.5136431986149
N5PB007272 202.42849731445347.29945373535160.3488930.3447621994.4200439453120.24321.220799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.5836450.46141499.9999.9999.9999.9999.9999.9999.9999.9999.99320222022.69436167.4620.615567006.51957762759164
N5PB034956 202.41232299804747.29595947265630.3111690.3297381993.1700439453199.9922.03399.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.55279699.9999.9999.9999.9999.9999.9999.9999.9999.993100020012.35545114.9670.519199006.52562705133245
N5PB007254 202.41830444335947.29748916625980.3488930.3447621994.4200439453120.091299.9999.9999.9999.9999.9999.9999.9999.9999.9999.9935999999999999999999990.53556699.9999.9999.9999.9999.9999.9999.9999.9999.9999.993100202012.7458893.10080.655344006.52832074031537
N5PB011884 202.55642700195347.28628540039060.3049570.3099451994.4200439453199.9921.880899.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.51339599.9999.9999.9999.9999.9999.9999.9999.9999.993100020011.5175590.91590.341165006.52852199797306
N5PB012891 202.53512573242247.09507751464840.3111690.3297381993.1700439453199.9922.274999.9999.9999.9999.9999.9999.9999.9999.9999.99991899999999999999999999.990.62278899.9999.9999.9999.9999.9999.9999.9999.9999.99310020021.45127163.1010.355992006.52962906319258
N5PB005426 202.36996459960947.10971069335940.3488930.3447621994.4200439453119.854122.333799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4887370.67628599.9999.9999.9999.9999.9999.9999.9999.9999.993222031.9667376.37480.243941006.53085600402871
N5PB005215 202.5289764404347.09328842163090.3488930.3447621994.4200439453118.739521.421399.9999.9999.9919.516899.9999.9999.9999.9999.993518999999199999999990.4349340.46246199.9999.9999.990.58218199.9999.9999.9999.9999.99311122045.4249866.58030.428473006.53169457944205
diff --git a/vo/votest/tests/req_3.3.cl b/vo/votest/tests/req_3.3.cl new file mode 100644 index 00000000..6df2122b --- /dev/null +++ b/vo/votest/tests/req_3.3.cl @@ -0,0 +1,17 @@ +# +# Registry query in multiple ways. + +# Set the test description string. +votest.descr = "Registry query in multiple ways." + +print ("------------------------------------------------------------------") +print ("Req 3.3: Users shall be able to refer to a VO Resource (in tasks") +print (" requiring a Resource parameter) in multiple ways:") +print ("------------------------------------------------------------------") + + +fcache init + + +# Execute the test commands. +print ("This requirement is demonstrated by the sub-tests.\n") diff --git a/vo/votest/tests/req_3.3.out b/vo/votest/tests/req_3.3.out new file mode 100644 index 00000000..970de3a3 --- /dev/null +++ b/vo/votest/tests/req_3.3.out @@ -0,0 +1,6 @@ +------------------------------------------------------------------ +Req 3.3: Users shall be able to refer to a VO Resource (in tasks + requiring a Resource parameter) in multiple ways: +------------------------------------------------------------------ +This requirement is demonstrated by the sub-tests. + diff --git a/vo/votest/tests/req_3.4.cl b/vo/votest/tests/req_3.4.cl new file mode 100644 index 00000000..84ff6e19 --- /dev/null +++ b/vo/votest/tests/req_3.4.cl @@ -0,0 +1,19 @@ +# +# Cache Registry query results. + +# Set the test description string. +votest.descr = "Cache Registry query results." + +print ("------------------------------------------------------------------") +print ("Req 3.4: Users shall have the option to cache query search") +print (" results to avoid redundant service calls.") +print ("------------------------------------------------------------------") + + +# Execute the test commands. +print ("This is demonstrated by using the REGDB task to retrieve record") +print ("information from the local registry cache.\n\n") + +regdb ("url", alias="dss", verb+) +regdb ("url", alias="nvss", verb+) + diff --git a/vo/votest/tests/req_3.4.out b/vo/votest/tests/req_3.4.out new file mode 100644 index 00000000..3083efc1 --- /dev/null +++ b/vo/votest/tests/req_3.4.out @@ -0,0 +1,11 @@ +------------------------------------------------------------------ +Req 3.4: Users shall have the option to cache query search + results to avoid redundant service calls. +------------------------------------------------------------------ +This is demonstrated by using the REGDB task to retrieve record +information from the local registry cache. + + +http://skyview.gsfc.nasa.gov/cgi-bin/vo/sia.pl?survey=dss2& +http://skyview.gsfc.nasa.gov/cgi-bin/vo/sia.pl?survey=nvss& +http://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=nvss& diff --git a/vo/votest/tests/req_4.0.cl b/vo/votest/tests/req_4.0.cl new file mode 100644 index 00000000..67af6fc4 --- /dev/null +++ b/vo/votest/tests/req_4.0.cl @@ -0,0 +1,20 @@ +# +# Demonstrate general Data Query and Access + +# Set the test description string. +votest.descr = "Demonstrate general Data Query and Access" + +print ("------------------------------------------------------------------") +print ("Req 4: Users shall be able to access all DAL services supported") +print (" by the underlying VOClient interface (SCS/SIA/SSA in Y1).") +print ("------------------------------------------------------------------") + + +fcache init + +#----------------------------------------------------------------------------- + +print ("Demonstration of the general data query and access is done via the") +print ("DAL test scripts.") +print ("") +print ("") diff --git a/vo/votest/tests/req_4.0.out b/vo/votest/tests/req_4.0.out new file mode 100644 index 00000000..64b31fdc --- /dev/null +++ b/vo/votest/tests/req_4.0.out @@ -0,0 +1,8 @@ +------------------------------------------------------------------ +Req 4: Users shall be able to access all DAL services supported + by the underlying VOClient interface (SCS/SIA/SSA in Y1). +------------------------------------------------------------------ +Demonstration of the general data query and access is done via the +DAL test scripts. + + diff --git a/vo/votest/tests/req_4.1.cl b/vo/votest/tests/req_4.1.cl new file mode 100644 index 00000000..967fddcf --- /dev/null +++ b/vo/votest/tests/req_4.1.cl @@ -0,0 +1,20 @@ +# +# Query via the footprint of a desktop image. + +# Set the test description string. +votest.descr = "Query via the footprint of a desktop image." + +print ("------------------------------------------------------------------") +print ("Req 4.1: Users shall be able to use the WCS footprint of a 2-D") +print (" image as the basis of a data access query.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. +print ("") +print ("Query the GSC2.3 catalog for the footprint of the dev$ypix image") +print ("") + +getcat ("gsc2.3", "dev$ypix", format="ascii", output="STDOUT") diff --git a/vo/votest/tests/req_4.1.out b/vo/votest/tests/req_4.1.out new file mode 100644 index 00000000..ca9f3d28 --- /dev/null +++ b/vo/votest/tests/req_4.1.out @@ -0,0 +1,926 @@ +------------------------------------------------------------------ +Req 4.1: Users shall be able to use the WCS footprint of a 2-D + image as the basis of a data access query. +------------------------------------------------------------------ + +Query the GSC2.3 catalog for the footprint of the dev$ypix image + +# hstID ra dec GSC1ID raEpsilon decEpsilon epoch FpgMag JpgMag NMag UMag BMag VMag RMag IMag JMag HMag KMag FpgMagCode JpgMagCode NMagCode UMagCode BMagCode VMagCode RMagCode IMagCode JMagCode HMagCode KMagCode FpgMagErr JpgMagErr NMagErr UMagErr BMagErr VMagErr RMagErr IMagErr JMagErr HMagErr KMagErr class sourceStatus semiMajorAxis positionangle eccentricity variableFlag multipleFlag distance +"2MJGQIX2 " 202.470041 47.193913 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.249 10.733 10.499 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.032 -999 -999 4 77777700 0 0 0 0 0 0.0391794199011482 +"2MJGQIXA " 202.469643 47.195183 0.06 0.06 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.295 10.469 10.157 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.054 0.047 0.039 4 77777700 0 0 0 0 0 0.044823247025743 +"2MJGQIX3 " 202.471644 47.194 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.688 12.94 10.779 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.037 -999 4 77777700 0 0 0 0 0 0.0663920272254175 +"2MJGQIX0 " 202.471039 47.193451 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.79 11.133 12.621 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.05 4 77777700 0 0 0 0 0 0.0738178588648552 +"2MJGQIWW " 202.469405 47.193027 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.926 11.344 11.131 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.05 -999 -999 4 77777700 0 0 0 0 0 0.0975774187874193 +"2MJGQIX9 " 202.467432 47.195015 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.769 10.909 10.677 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.031 -999 -999 4 77777700 0 0 0 0 0 0.117530655664818 +"2MJGQIXC " 202.468003 47.195999 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.509 10.743 10.5 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.046 -999 -999 4 77777700 0 0 0 0 0 0.125690276123191 +"2MJGQIWU " 202.471404 47.19257 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.097 13.108 11.204 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.037 -999 4 77777700 0 0 0 0 0 0.128184229432199 +"2MJGQIWX " 202.472609 47.193142 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.044 11.375 12.161 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.064 4 77777700 0 0 0 0 0 0.128633915146805 +"2MJGQIWV " 202.472364 47.192871 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.238 11.394 11.16 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.082 -999 -999 4 77777700 0 0 0 0 0 0.133148655638041 +"2MJGQIWS " 202.471617 47.192303 0.12 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.179 11.507 12.889 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.044 4 77777700 0 0 0 0 0 0.146300931623724 +"2MJGQILJ " 202.470121 47.191887 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.003 11.718 11.492 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.043 -999 -999 4 77777700 0 0 0 0 0 0.160012226907594 +"2MJGQIXH " 202.469895 47.197273 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.946 13.386 11.077 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.038 -999 4 77777700 0 0 0 0 0 0.163795173636954 +"2MJGQIWT " 202.472659 47.192348 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.212 13.06 11.299 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.063 -999 4 77777700 0 0 0 0 0 0.165168384288706 +"2MJGQIXG " 202.468579 47.197166 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.634 11.208 10.973 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.072 -999 -999 4 77777700 0 0 0 0 0 0.170684487097598 +"2MJGQIWY " 202.474048 47.193287 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.092 11.622 11.368 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.034 -999 -999 4 77777700 0 0 0 0 0 0.173080797851046 +"2MJGQIXE " 202.467132 47.196651 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.873 11.223 11.734 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.083 4 77777700 0 0 0 0 0 0.178427680210843 +"2MJGQIX4 " 202.474954 47.194332 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.133 11.865 11.625 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.047 -999 -999 4 77777700 0 0 0 0 0 0.19292043374988 +"2MJGQIWR " 202.473583 47.192238 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.627 11.685 11.429 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.079 -999 -999 4 77777700 0 0 0 0 0 0.19478494442785 +"2MJGQIXI " 202.467045 47.197632 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.688 11.412 11.143 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.094 -999 -999 4 77777700 0 0 0 0 0 0.225898948070462 +"2MJGQIXJ " 202.467821 47.197979 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.125 11.481 12.526 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.082 4 77777700 0 0 0 0 0 0.227888067674819 +"2MJGQILH " 202.473637 47.190784 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.67 12.204 11.936 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.033 -999 -999 4 77777700 0 0 0 0 0 0.265314304314872 +"2MJGQILE " 202.471991 47.190208 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.998 12.353 12.068 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.051 -999 -999 4 77777700 0 0 0 0 0 0.27035771011825 +"2MJGQIXM " 202.467534 47.198738 0.14 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.362 13.825 11.393 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.069 -999 4 77777700 0 0 0 0 0 0.274169196279584 +"2MJGQIXQ " 202.468683 47.199306 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.808 11.947 11.643 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.042 -999 -999 4 77777700 0 0 0 0 0 0.292113241306991 +"2MJGQIX8 " 202.47739 47.194942 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.471 12.54 12.292 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.067 -999 -999 4 77777700 0 0 0 0 0 0.292714054236258 +"2MJGQIXK " 202.475249 47.19809 0.14 0.14 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.265 12.566 12.339 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.134 -999 -999 4 77777700 0 0 0 0 0 0.294715459613795 +"2MJGQIXP " 202.472542 47.199265 0.21 0.18 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.154 15.124 12.242 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.136 -999 4 77777700 0 0 0 0 0 0.297988306469904 +"2MJGQIXR " 202.466696 47.199409 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.392 14.091 11.676 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.052 -999 4 77777700 0 0 0 0 0 0.325108841820592 +"2MJGQIX1 " 202.46232 47.193481 0.16 0.15 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.836 12.724 12.417 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.145 -999 -999 4 77777700 0 0 0 0 0 0.328981398349564 +"2MJGQIXN " 202.465457 47.199028 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.659 11.989 13.673 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.059 4 77777700 0 0 0 0 0 0.331689088583601 +"2MJGQILK " 202.462751 47.192051 0.12 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.287 12.864 15.124 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.077 -999 0.269 4 77777700 0 0 0 0 0 0.339996787766952 +"2MJGQIXT " 202.474 47.200089 0.18 0.17 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.305 12.826 16.255 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.153 -999 0.462 4 77777700 0 0 0 0 0 0.36595116345091 +"2MJGQIXU " 202.467316 47.200371 0.14 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.836 12.402 12.08 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.115 -999 -999 4 77777700 0 0 0 0 0 0.368797657435306 +"2MJGQIXB " 202.479319 47.19537 0.15 0.15 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.607 14.983 14.884 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.177 0.173 4 77777700 0 0 0 0 0 0.373656989084557 +"2MJGQIXV " 202.465022 47.200424 0.24 0.23 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.274 14.757 12.225 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.209 -999 4 77777700 0 0 0 0 0 0.411381577731111 +"2MJGQIXW " 202.466097 47.201096 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.244 12.81 12.421 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.06 -999 -999 4 77777700 0 0 0 0 0 0.427277221194418 +"2MJGQIXS " 202.462599 47.19952 0.12 0.12 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.516 12.7 14.172 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.161 -999 0.159 4 77777700 0 0 0 0 0 0.430924142447881 +"2MJGQILI " 202.479993 47.191212 0.17 0.16 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.516 13.549 12.965 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.148 -999 -999 4 77777700 0 0 0 0 0 0.445555471374926 +"2MJGQIXF " 202.481558 47.196949 0.1 0.1 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.201 15.238 15.106 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.108 0.107 0.162 4 77777700 0 0 0 0 0 0.483571218386275 +"2MJGQIXD " 202.458728 47.196579 0.16 0.16 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.958 15.622 12.79 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.159 0.264 -999 4 77777700 0 0 0 0 0 0.484569694493541 +"2MJGQIX5 " 202.482181 47.194546 0.16 0.16 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.18 15.201 13.431 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.127 -999 4 77777700 0 0 0 0 0 0.487114497794894 +"2MJGQIXL " 202.459543 47.19828 0.19 0.18 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.807 14.439 12.8 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.162 -999 4 77777700 0 0 0 0 0 0.489862710921529 +"2MJGQIX6 " 202.458047 47.194752 0.5 0.5 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.118 13.436 16.425 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.176 0.043 0.595 4 77777700 0 0 0 0 0 0.496987731350467 +"2MJGQIX7 " 202.483076 47.194889 0.2 0.2 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.315 13.552 13.332 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.165 -999 -999 4 77777700 0 0 0 0 0 0.523990856520351 +"2MJGQIXX " 202.477449 47.201988 0.08 0.08 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.724 15.316 14.696 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.079 0.111 0.11 4 77777700 0 0 0 0 0 0.534369979605735 +"2MJGQILG " 202.45701 47.190655 0.43 0.41 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.605 16.471 13.271 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.189 0.322 -999 4 77777700 0 0 0 0 0 0.587681658814355 +"2MJGQIXO " 202.484299 47.199127 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.684 15.376 15.019 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.116 0.144 0.145 4 77777700 0 0 0 0 0 0.635735937149917 +"2MJGQIL9 " 202.475154 47.182507 0.17 0.16 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.327 15.428 15.494 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.118 0.119 0.23 4 77777700 0 0 0 0 0 0.750079862801381 +"2MJGQIXY " 202.47509 47.206619 0.08 0.08 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.7 14.745 13.652 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.075 0.079 -999 4 77777700 0 0 0 0 0 0.750557288127143 +"2MJGQIXZ " 202.482972 47.207611 0.23 0.22 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.106 15.569 15.09 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.108 0.152 0.165 4 77777700 0 0 0 0 0 0.939965039440625 +"2MJGQIL4 " 202.471586 47.178432 0.09 0.09 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.842 15.124 14.413 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.13 0.137 0.111 4 77777700 0 0 0 0 0 0.968818075407001 +"2MJGQIY2 " 202.483105 47.209663 0.34 0.32 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.838 16.223 15.591 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.199 0.255 0.241 4 77777700 0 0 0 0 0 1.04750659518643 +"2MJGQIL3 " 202.475739 47.177074 0.24 0.24 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.69 14.797 14.719 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.189 -999 -999 4 77777700 0 0 0 0 0 1.07248816056066 +"2MJGQIY3 " 202.467147 47.212589 0.19 0.18 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.372 15.681 14.839 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.148 0.184 0.133 4 77777700 0 0 0 0 0 1.08946197624989 +"2MJGQIL7 " 202.485634 47.179501 0.22 0.2 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.222 15.306 14.014 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.169 -999 4 77777700 0 0 0 0 0 1.09998458992394 +"2MJGQIL5 " 202.485753 47.179047 0.18 0.16 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.024 14.295 13.851 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.152 -999 -999 4 77777700 0 0 0 0 0 1.12518033965657 +"2MJGQILB " 202.497223 47.187923 0.25 0.23 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.422 15.526 14.247 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.2 0.177 -999 4 77777700 0 0 0 0 0 1.17014366584875 +"2MJGQILA " 202.495382 47.184589 0.2 0.19 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.235 15.268 14.121 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.186 0.167 -999 4 77777700 0 0 0 0 0 1.18696724743233 +"2MJGQIL6 " 202.489194 47.179131 0.17 0.16 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.797 14.211 13.909 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.142 -999 -999 4 77777700 0 0 0 0 0 1.20580069290873 +"2MJGQILF " 202.499212 47.190342 0.21 0.21 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.437 14.594 14.315 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.172 -999 -999 4 77777700 0 0 0 0 0 1.20823624113997 +"2MJGQIJU " 202.441556 47.189022 0.08 0.08 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.548 15.21 15.139 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.059 0.088 0.15 4 77777700 0 0 0 0 0 1.21543369139732 +"2MJGQILC " 202.499851 47.188625 0.21 0.2 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.164 15.335 13.993 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.168 0.169 -999 4 77777700 0 0 0 0 0 1.25888640333553 +"2MJGQIY1 " 202.443828 47.209099 0.19 0.19 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.564 15.682 14.505 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.159 0.155 -999 4 77777700 0 0 0 0 0 1.38578619153341 +"2MJGQIL8 " 202.441757 47.179943 0.06 0.06 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.261 11.975 11.941 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.023 0.018 0.021 4 77777700 0 0 0 0 0 1.45488622337692 +"2MJGQIL2 " 202.460671 47.168652 0.23 0.23 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.797 15.781 15.132 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.185 0.155 -999 4 77777700 0 0 0 0 0 1.60222598949673 +"2MJGQIL1 " 202.480642 47.168034 0.06 0.06 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 12.86 12.245 12.138 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.021 0.016 0.021 4 77777700 0 0 0 0 0 1.64677334799955 +"2MJGQIJR " 202.43571 47.209183 0.06 0.06 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.594 13.088 12.835 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.023 0.026 0.025 4 77777700 0 0 0 0 0 1.65866711269327 +"2MJGQIJT " 202.429258 47.193592 0.17 0.17 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.06 14.46 14.164 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.134 -999 -999 4 77777700 0 0 0 0 0 1.67160092519725 +"2MJGQIY4 " 202.505694 47.214359 0.11 0.11 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.209 15.284 14.551 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.132 0.144 0.114 4 77777700 0 0 0 0 0 1.87127180813879 +"2MJGQIKZ " 202.460272 47.163731 0.22 0.2 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.532 15.554 14.831 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.179 0.153 -999 4 77777700 0 0 0 0 0 1.8934023993748 +"2MJGQIJS " 202.423538 47.197884 0.06 0.06 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.082 13.734 13.705 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.026 0.03 0.048 4 77777700 0 0 0 0 0 1.91420351498473 +"2MJGQIJW " 202.433936 47.173061 0.09 0.09 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.616 15.41 14.78 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.096 0.154 0.159 4 77777700 0 0 0 0 0 1.96308907028826 +"2MJGQIY6 " 202.50431 47.218166 0.09 0.08 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.913 15.105 14.69 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.119 0.114 0.123 4 77777700 0 0 0 0 0 1.9841062118691 +"2MJGQIKW " 202.459956 47.162209 0.29 0.24 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.664 15.203 15.41 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.167 -999 0.191 4 77777700 0 0 0 0 0 1.98537435532161 +"2MJGQIY5 " 202.50937 47.215557 0.19 0.17 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.271 14.703 14.109 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.151 -999 -999 4 77777700 0 0 0 0 0 2.03304177217965 +"2MJGQIY7 " 202.501237 47.222061 0.25 0.24 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.229 14.55 15.076 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.198 4 77777700 0 0 0 0 0 2.07872487900342 +"2MJGQIJX " 202.437085 47.16637 0.07 0.07 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.27 14.778 14.478 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.078 0.099 0.111 4 77777700 0 0 0 0 0 2.16490994552898 +"2MJGQIJQ " 202.446637 47.227211 0.22 0.21 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.413 14.589 14.479 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.169 -999 -999 4 77777700 0 0 0 0 0 2.18278763679693 +"2MJGQIY8 " 202.502218 47.224003 0.23 0.21 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.289 15.65 14.348 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.176 -999 4 77777700 0 0 0 0 0 2.19588303927755 +"2MJGQIJV " 202.420547 47.179092 0.06 0.06 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.257 13.561 13.381 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.023 0.021 0.038 4 77777700 0 0 0 0 0 2.22831002853026 +"2MJGQIKV " 202.445332 47.161366 0.2 0.19 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.377 15.51 14.211 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.152 0.145 -999 4 77777700 0 0 0 0 0 2.23523345464337 +"2MJGQIY0 " 202.520882 47.209045 0.18 0.17 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.266 14.947 14.595 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.14 -999 -999 4 77777700 0 0 0 0 0 2.24032694287513 +"2MJGQIL0 " 202.433644 47.166626 0.19 0.18 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.175 14.364 14.125 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.159 -999 -999 4 77777700 0 0 0 0 0 2.2437046402149 +"2MJGQIYB " 202.502037 47.225876 0.18 0.18 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.351 14.745 14.335 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.156 -999 -999 4 77777700 0 0 0 0 0 2.28307796813324 +"2MJGQIYA " 202.503121 47.225361 0.24 0.23 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.937 15.634 14.155 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.185 -999 4 77777700 0 0 0 0 0 2.28336762041618 +"2MJGQIY9 " 202.504107 47.225349 0.18 0.16 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.208 14.445 14.874 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.128 -999 0.13 4 77777700 0 0 0 0 0 2.30661298518628 +"2MJGQIKU " 202.461382 47.155201 0.19 0.18 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.483 15.232 14.977 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.153 -999 -999 4 77777700 0 0 0 0 0 2.38854596284574 +"2MJGQIYF " 202.481318 47.233719 0.19 0.18 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.502 15.439 14.549 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.151 -999 -999 4 77777700 0 0 0 0 0 2.39300311520589 +"2MJGQIWZ " 202.529492 47.193336 0.22 0.2 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.531 14.94 14.605 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.161 -999 -999 4 77777700 0 0 0 0 0 2.41714558485161 +"2MJGQIKY " 202.51006 47.163628 0.16 0.15 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.048 15.555 14.77 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.109 0.141 0.124 4 77777700 0 0 0 0 0 2.46596071828359 +"2MJGQIYD " 202.504523 47.228943 0.25 0.22 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.629 14.867 14.646 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.192 -999 -999 4 77777700 0 0 0 0 0 2.49215701162384 +"2MJGQIYC " 202.506003 47.228764 0.25 0.22 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.18 15.735 14.28 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 0.176 -999 4 77777700 0 0 0 0 0 2.51771523626624 +"2MJGQILD " 202.532083 47.188801 0.07 0.07 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.033 14.627 14.634 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.04 0.055 0.095 4 77777700 0 0 0 0 0 2.54529291256223 +"2MJGQIYE " 202.498794 47.232986 0.22 0.21 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.069 15.626 15.086 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.108 0.148 0.153 4 77777700 0 0 0 0 0 2.58312549371725 +"2MJGQIKT " 202.494182 47.154259 0.21 0.2 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.261 15.793 14.674 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.123 0.163 -999 4 77777700 0 0 0 0 0 2.60749023123866 +"2MJGQIYG " 202.492697 47.235912 0.22 0.22 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.367 15.541 14.186 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.166 0.166 -999 4 77777700 0 0 0 0 0 2.64504253572839 +"N5PB018353 " 202.415115356445 47.219352722168 0.234001 0.234872 1999.34997558594 99.99 99.99 18.8388 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.581322 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000202 1.54083 161.365 0.424813 0 0 2.69474778128944 +"N5PB018958 " 202.410858154297 47.2156982421875 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7156 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.555248 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.52824 18.4136 0.422481 0 0 2.73266172540035 +"2MJGQIKX " 202.520706 47.163273 0.07 0.07 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.324 14.689 14.504 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.05 0.055 0.088 4 77777700 0 0 0 0 0 2.78556662246155 +"N5PB011730 " 202.418960571289 47.2269744873047 0.304957 0.309945 1994.42004394531 99.99 21.7342 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.509689 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010002501 2.45693 86.4097 0.420416 0 0 2.85506678519571 +"N5PB018333 " 202.539428710938 47.1843414306641 0.224804 0.229379 1996.16003417969 99.99 99.99 18.6467 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.567669 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.74777 146.744 0.234038 0 0 2.88716951133353 +"N5PB011752 " 202.441604614258 47.2386779785156 0.304957 0.309945 1994.42004394531 99.99 22.0706 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.551695 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.52406 159.347 0.416911 0 0 2.89319381704837 +"2MJGQIJY " 202.432416 47.153725 0.06 0.06 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.284 13.976 13.912 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.029 0.034 0.053 4 77777700 0 0 0 0 0 2.89481588974536 +"N5PB011731 " 202.418014526367 47.2276840209961 0.304957 0.309945 1994.42004394531 99.99 22.3038 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.609984 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1001002502 1.59224 147.755 0.609963 0 0 2.91229055903964 +"N5PB011760 " 202.449859619141 47.2413444519043 0.304957 0.309945 1994.42004394531 99.99 21.766 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.497864 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1010002301 1.79173 120.437 0.337809 0 0 2.92770035689949 +"N5PB011727 " 202.413848876953 47.224796295166 0.304957 0.309945 1994.42004394531 99.99 21.5895 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.485686 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.91792 136.565 0.21314 0 0 2.92821240630691 +"N5PB011754 " 202.439056396484 47.2388305664063 0.304957 0.309945 1994.42004394531 99.99 21.9618 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.536231 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.56006 87.6946 0.129939 0 0 2.94486658043773 +"N5PB018922 " 202.51594543457 47.156379699707 0.234001 0.234872 1999.34997558594 99.99 99.99 17.821 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.471875 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.50955 55.4924 0.4312 0 0 2.95326683377032 +"N5PB018929 " 202.53059387207 47.1671180725098 0.234001 0.234872 1999.34997558594 99.99 99.99 17.4812 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.452358 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.36016 12.132 0.12562 0 0 2.96123944057275 +"N5PB018371 " 202.454208374023 47.2427635192871 0.279991 0.283788 1983.13000488281 99.99 99.99 18.9653 99.99 99.99 19.5115 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.633271 99.99 99.99 0.660061 99.99 99.99 99.99 99.99 99.99 3 1200002 1.13009 140.255 0.406297 0 0 2.96544569058348 +"N5PB011736 " 202.41845703125 47.2294311523438 0.304957 0.309945 1994.42004394531 99.99 21.8563 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.520206 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.78661 170.899 0.719495 0 0 2.97196933036176 +"2MJGQIKS " 202.45119 47.146729 0.08 0.08 1998.40329505961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.463 15 15.062 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.051 0.079 0.136 4 77777700 0 0 0 0 0 2.97270314085967 +"N5PB011761 " 202.448135375977 47.2421073913574 0.304957 0.309945 1994.42004394531 99.99 22.183 99.99 99.99 20.4328 19.1989 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 1 99 99 99 99 99 99.99 0.59338 99.99 99.99 0.503111 0.457701 99.99 99.99 99.99 99.99 99.99 3 1000102703 2.58581 135.175 0.589583 0 0 2.99201754383412 +"N5PB006600 " 202.41911315918 47.230354309082 0.348893 0.344762 1994.42004394531 19.9283 21.9686 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.519824 0.538338 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.60281 19.199 0.353701 0 0 2.99253592434489 +"N5PB018334 " 202.54296875 47.1871643066406 0.224804 0.229379 1996.16003417969 99.99 99.99 18.7204 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.572316 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.58645 91.4381 0.369987 0 0 2.99862724471224 +"N5PB006653 " 202.428817749023 47.2363204956055 0.348893 0.344762 1994.42004394531 17.431 20.1248 17.3699 99.99 99.99 19.1686 99.99 99.99 16.736 15.921 15.539 35 18 37 99 99 1 99 99 47 48 49 0.419515 0.418211 0.44869 99.99 99.99 0.419659 99.99 99.99 0.154 0.176 0.208 3 1112206 4.24556 128.284 0.165967 0 0 3.02146945070946 +"N5PB006633 " 202.423782348633 47.2341613769531 0.348893 0.344762 1994.42004394531 19.8353 21.9434 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.496333 0.530675 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.12853 171.644 0.0935769 0 0 3.03838290905011 +"N5PB018921 " 202.519393920898 47.1561508178711 0.234001 0.234872 1999.34997558594 99.99 99.99 18.5366 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.536506 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.53094 42.8454 0.262805 0 0 3.05436113358895 +"N5PB018911 " 202.507461547852 47.1499290466309 0.234001 0.234872 1999.34997558594 99.99 99.99 18.066 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.488471 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.89144 16.7337 0.291639 0 0 3.07803668712183 +"N5PB018339 " 202.395294189453 47.1883277893066 0.234001 0.234872 1999.34997558594 99.99 99.99 18.6658 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.566788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000202 1.89967 0.213993 0.506655 0 0 3.0782410364468 +"N5PB000226 " 202.411102294922 47.226634979248 "0346000534 " 0.304957 0.309945 1994.42004394531 99.99 15.7896 14.0791 99.99 99.99 14.9656 99.99 99.99 13.449 12.904 12.771 99 18 37 99 99 1 99 99 47 48 49 99.99 0.407066 0.421907 99.99 99.99 0.29503 99.99 99.99 0.025 0.025 0.028 0 101101204 3.88661 88.7147 0.0511896 0 0 3.08445486672399 +"N5PB018956 " 202.541900634766 47.2112312316895 0.234001 0.234872 1999.34997558594 99.99 99.99 18.1265 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.499482 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.52743 95.4584 0.619336 0 0 3.08810092870854 +"N5PB018897 " 202.491851806641 47.1451950073242 0.234001 0.234872 1999.34997558594 99.99 99.99 18.5203 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.533465 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.84663 89.4285 0.491616 0 0 3.0899627291865 +"N5PB018337 " 202.395324707031 47.1866569519043 0.234001 0.234872 1999.34997558594 99.99 99.99 18.8067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.573866 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 1.52692 18.715 0.412003 0 0 3.09082450305029 +"N5PB011765 " 202.446151733398 47.2437400817871 0.304957 0.309945 1994.42004394531 99.99 22.0507 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.566307 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.01499 160.951 0.607294 0 0 3.11012691474987 +"N5PB016961 " 202.395584106445 47.2053031921387 0.254833 0.266884 1994.43005371094 20.5472 99.99 99.99 99.99 99.99 19.4792 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 1 99 99 99 99 99 0.704952 99.99 99.99 99.99 99.99 0.556497 99.99 99.99 99.99 99.99 99.99 3 120002 1.51051 161.612 0.411326 0 0 3.11079779646938 +"N5PB018312 " 202.444931030273 47.145622253418 0.234001 0.234872 1999.34997558594 99.99 99.99 18.8378 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.578661 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 1.95722 45.3018 0.644218 0 0 3.11195577454229 +"N5PB018952 " 202.544738769531 47.2060241699219 0.234001 0.234872 1999.34997558594 99.99 99.99 17.4866 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.453983 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 3.43544 138.273 0.580998 0 0 3.1143172008045 +"N5PB006718 " 202.44091796875 47.2425308227539 0.348893 0.344762 1994.42004394531 19.3756 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.46429 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 5.34611 84.2463 0.627626 0 0 3.11673573449823 +"N5PB037136 " 202.397262573242 47.2101745605469 0.254833 0.266884 1994.43005371094 20.5062 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.670549 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.47843 72.6285 0.37585 0 0 3.11880705304912 +"N5PB011621 " 202.529586791992 47.161735534668 0.304957 0.309945 1994.42004394531 99.99 22.0482 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.544386 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010002701 1.48184 162.133 0.401637 0 0 3.1203423369294 +"N5PB011705 " 202.397705078125 47.2112197875977 0.254833 0.266884 1994.43005371094 20.4615 22.2271 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.673062 0.612064 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022002 1.90253 19.1414 0.565455 0 0 3.121104192308 +"N5PB006016 " 202.538055419922 47.1703147888184 0.348893 0.344762 1994.42004394531 19.9097 22.1637 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.507821 0.585617 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.44752 6.91564 0.345778 0 0 3.12481718220944 +"N5PB018374 " 202.451965332031 47.2451515197754 0.224804 0.229379 1996.16003417969 99.99 99.99 18.7338 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.576865 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.76511 135.434 0.422453 0 0 3.12586523571525 +"N5PB018999 " 202.479782104492 47.2469139099121 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7573 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.563804 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.49956 162.348 0.400265 0 0 3.16567368043032 +"N5PB011686 " 202.548141479492 47.197078704834 0.304957 0.309945 1994.42004394531 99.99 21.8194 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.522046 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 2.43267 99.6692 0.619689 0 0 3.17990473745689 +"N5PB006272 " 202.548065185547 47.1985282897949 0.348893 0.344762 1994.42004394531 20.0229 99.99 18.9945 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 37 99 99 99 99 99 99 99 99 0.523654 99.99 0.645141 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020203 2.32955 38.5382 0.440506 0 0 3.18209002972502 +"N5PB011620 " 202.530868530273 47.1611137390137 0.304957 0.309945 1994.42004394531 99.99 22.3862 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.646496 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010002701 1.66641 149.027 0.641458 0 0 3.18445002379415 +"N5PB006359 " 202.394271850586 47.206958770752 0.348893 0.344762 1994.42004394531 20.5032 99.99 99.99 99.99 20.5184 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.65045 99.99 99.99 99.99 0.544059 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 1.60617 33.018 0.389164 0 0 3.18484494165516 +"N5PB006315 " 202.392562866211 47.2013244628906 0.348893 0.344762 1994.42004394531 19.9138 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.522478 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.27309 69.375 0.448342 0 0 3.19243480930656 +"N5PB034700 " 202.396469116211 47.2126007080078 0.311169 0.329738 1993.17004394531 99.99 22.2741 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.654489 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.45046 121.813 0.669977 0 0 3.19594969496111 +"N5PB011771 " 202.4482421875 47.245735168457 0.304957 0.309945 1994.42004394531 99.99 21.2936 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.461978 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.427 19.0586 0.575596 0 0 3.19903081499263 +"N5PB034690 " 202.394500732422 47.2088088989258 0.311169 0.329738 1993.17004394531 99.99 22.2727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.621071 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.51507 16.8125 0.412819 0 0 3.20355850647195 +"N5PB005962 " 202.534164428711 47.1634674072266 0.348893 0.344762 1994.42004394531 20.1914 99.99 99.99 99.99 20.7808 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.56048 99.99 99.99 99.99 0.624997 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 2.0298 82.5202 0.372002 0 0 3.20570906038926 +"N5PB011769 " 202.443176269531 47.2448310852051 0.304957 0.309945 1994.42004394531 99.99 22.1274 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.571721 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.47549 161.751 0.384379 0 0 3.2118875792939 +"N5PB018347 " 202.547790527344 47.2042770385742 0.224804 0.229379 1996.16003417969 99.99 99.99 17.3706 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.443677 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 3.67927 167.24 0.170254 0 0 3.21515159825102 +"N5PB018384 " 202.463562011719 47.2480239868164 0.224804 0.229379 1996.16003417969 99.99 99.99 17.709 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.463437 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000202 4.57186 23.9683 0.175886 0 0 3.2197700210904 +"N5PB018886 " 202.453704833984 47.1418609619141 0.234001 0.234872 1999.34997558594 99.99 99.99 18.0593 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.488253 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.86787 107.823 0.2754 0 0 3.23259973256465 +"N5PB018893 " 202.498947143555 47.1439895629883 0.234001 0.234872 1999.34997558594 99.99 99.99 17.3221 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.442934 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.4428 103.788 0.119137 0 0 3.25202997824695 +"N5PB011773 " 202.445831298828 47.2462348937988 0.304957 0.309945 1994.42004394531 99.99 22.0881 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.580615 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.8075 135.512 0.417239 0 0 3.25646805320433 +"N5PB005921 " 202.530731201172 47.159122467041 0.348893 0.344762 1994.42004394531 20.347 99.99 99.99 99.99 20.6589 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.593467 99.99 99.99 99.99 0.602859 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.62031 7.21592 0.394321 0 0 3.25683534783546 +"2MJGQIYI " 202.484187 47.248047 0.3 0.29 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.021 16.198 16.112 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.092 0.226 -999 4 77777700 0 0 0 0 0 3.25963121568175 +"N5PB006188 " 202.550018310547 47.1903419494629 0.348893 0.344762 1994.42004394531 20.4258 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.636803 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.6106 0.130496 0.379834 0 0 3.26281180351084 +"N5PB006354 " 202.391937255859 47.2059020996094 0.348893 0.344762 1994.42004394531 19.4351 21.2434 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.454934 0.450748 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.82011 57.0863 0.343592 0 0 3.26367243180913 +"N5PB018938 " 202.393859863281 47.1782455444336 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7317 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.557823 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.5062 17.2087 0.396715 0 0 3.26435959840977 +"N5PB006270 " 202.390167236328 47.1967391967773 0.348893 0.344762 1994.42004394531 20.2934 22.0693 99.99 99.99 20.5629 19.4878 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.589199 0.551273 99.99 99.99 0.552248 0.766861 99.99 99.99 99.99 99.99 99.99 3 222204 1.4556 102.325 0.0209298 0 0 3.26691548169222 +"N5PB011772 " 202.443008422852 47.245792388916 0.304957 0.309945 1994.42004394531 99.99 22.0529 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.567101 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.53413 139.932 0.261111 0 0 3.26843270371084 +"N5PB016938 " 202.548980712891 47.1842498779297 0.254833 0.266884 1994.43005371094 20.0407 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.553241 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20002 3.66445 2.67638 0.645066 0 0 3.26985963231079 +"N5PB006291 " 202.390167236328 47.1977844238281 0.348893 0.344762 1994.42004394531 20.1509 21.9955 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.558066 0.546997 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022203 2.78884 97.2402 0.424307 0 0 3.27000215019877 +"N5PB018340 " 202.389907836914 47.1899147033691 0.279991 0.283788 1983.13000488281 99.99 99.99 18.7089 99.99 99.99 19.5154 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.546394 99.99 99.99 0.629352 99.99 99.99 99.99 99.99 99.99 0 1200002 1.15739 137.053 0.426915 0 0 3.28686848802756 +"N5PB018879 " 202.462844848633 47.1399307250977 0.234001 0.234872 1999.34997558594 99.99 99.99 18.6115 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.552376 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.86697 126.859 0.510888 0 0 3.29115208545417 +"N5PB006179 " 202.55078125 47.1895446777344 0.348893 0.344762 1994.42004394531 20.4948 21.352 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.645376 0.459267 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.48701 161.693 0.392821 0 0 3.29786478430934 +"N5PB005965 " 202.537811279297 47.1641311645508 0.348893 0.344762 1994.42004394531 20.1015 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.527244 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.8943 9.06768 0.342675 0 0 3.30562752178825 +"N5PB018991 " 202.501861572266 47.2456245422363 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7665 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.565318 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.52547 108.029 0.421056 0 0 3.32433316288422 +"N5PB018389 " 202.458099365234 47.2493515014648 0.224804 0.229379 1996.16003417969 99.99 99.99 17.828 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.466357 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 4.12327 49.2117 0.572816 0 0 3.32489481597178 +"N5PB034802 " 202.43147277832 47.243480682373 0.311169 0.329738 1993.17004394531 99.99 21.8177 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.502671 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.16888 141.676 0.238924 0 0 3.33364784047177 +"N5PB006299 " 202.551574707031 47.2008476257324 0.348893 0.344762 1994.42004394531 20.3061 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.595541 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.54666 89.9543 0.641904 0 0 3.33758408408414 +"N5PB034798 " 202.428466796875 47.2427444458008 0.311169 0.329738 1993.17004394531 99.99 21.5887 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.476976 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.1741 175.574 0.524128 0 0 3.35526969714353 +"N5PB034809 " 202.434234619141 47.2448577880859 0.254833 0.266884 1994.43005371094 20.6098 21.9172 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.764362 0.526097 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 1.68891 31.388 0.384425 0 0 3.35592226419278 +"N5PB011679 " 202.388031005859 47.1898994445801 0.304957 0.309945 1994.42004394531 99.99 21.7556 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.515199 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 2.34163 68.4487 0.227748 0 0 3.36319930810687 +"N5PB005896 " 202.531051635742 47.1566925048828 0.348893 0.344762 1994.42004394531 20.0113 22.3275 99.99 99.99 20.5245 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.529207 0.670079 99.99 99.99 0.537276 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.36893 164.667 0.41928 0 0 3.36348853092476 +"N5PB018306 " 202.496398925781 47.1413497924805 0.224804 0.229379 1996.16003417969 99.99 99.99 18.9123 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.61308 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.60044 32.2168 0.372911 0 0 3.36588561721818 +"N5PB034601 " 202.552810668945 47.1940612792969 0.311169 0.329738 1993.17004394531 99.99 22.2197 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.609541 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.85903 127.271 0.502022 0 0 3.3668773483972 +"N5PB011602 " 202.519256591797 47.1493873596191 0.304957 0.309945 1994.42004394531 99.99 21.7188 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.50591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.30428 171.032 0.472812 0 0 3.36777936307698 +"N5PB018309 " 202.501586914063 47.1426086425781 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8337 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.585313 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.5235 160.024 0.412262 0 0 3.3688516526662 +"N5PB005875 " 202.527770996094 47.1542472839355 0.348893 0.344762 1994.42004394531 19.5442 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.464136 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 3.53147 3.82408 0.546162 0 0 3.36979269215395 +"N5PB034528 " 202.545822143555 47.171817779541 0.311169 0.329738 1993.17004394531 99.99 22.1479 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.583537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.73646 107.651 0.21737 0 0 3.37081060556199 +"N5PB018997 " 202.502243041992 47.2470397949219 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7992 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.572328 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010000501 1.51019 107.549 0.406072 0 0 3.40867744820078 +"N5PB034512 " 202.541229248047 47.1645698547363 0.311169 0.329738 1993.17004394531 99.99 22.165 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.594473 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.83505 145.958 0.339294 0 0 3.40873404952898 +"N5PB005955 " 202.540420532227 47.1629257202148 0.348893 0.344762 1994.42004394531 20.5568 21.6312 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.685264 0.48089 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.55523 69.8998 0.435045 0 0 3.4343101477945 +"N5PB006504 " 202.394607543945 47.2199592590332 0.348893 0.344762 1994.42004394531 19.5216 21.3138 99.99 99.99 99.99 19.4816 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.458953 0.454952 99.99 99.99 99.99 0.788285 99.99 99.99 99.99 99.99 99.99 3 222205 2.37687 109.615 0.196123 0 0 3.43889973053775 +"N5PB034630 " 202.385864257813 47.1968574523926 0.311169 0.329738 1993.17004394531 99.99 22.3195 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.662236 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.51208 70.6896 0.415363 0 0 3.44248672397866 +"N5PB016944 " 202.38606262207 47.1882972717285 0.254833 0.266884 1994.43005371094 20.1748 99.99 99.99 99.99 20.4442 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.577898 99.99 99.99 99.99 0.504732 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 3.17724 29.6279 0.513114 0 0 3.45236087402212 +"N5PB034685 " 202.552780151367 47.2080688476563 0.311169 0.329738 1993.17004394531 99.99 22.2388 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.624199 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.6036 91.0387 0.376585 0 0 3.46139999324157 +"N5PB011668 " 202.386138916016 47.1862564086914 0.304957 0.309945 1994.42004394531 99.99 22.139 99.99 99.99 99.99 19.4755 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.57607 99.99 99.99 99.99 0.55028 99.99 99.99 99.99 99.99 99.99 3 1102202 1.52565 69.9134 0.427427 0 0 3.46479725935257 +"N5PB034526 " 202.547225952148 47.1700057983398 0.311169 0.329738 1993.17004394531 99.99 22.045 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.545138 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.67992 133.495 0.199012 0 0 3.46804336268699 +"N5PB005832 " 202.524688720703 47.1500625610352 0.348893 0.344762 1994.42004394531 20.3627 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.62645 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.82729 9.79647 0.723838 0 0 3.47262242451705 +"N5PB034521 " 202.546752929688 47.1684303283691 0.311169 0.329738 1993.17004394531 99.99 22.1831 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.606961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.0886 171.323 0.542774 0 0 3.4920245722156 +"N5PB011589 " 202.511642456055 47.1434669494629 0.304957 0.309945 1994.42004394531 99.99 21.8918 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.530354 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.80271 84.0632 0.642456 0 0 3.49973804068554 +"N5PB018352 " 202.547866821289 47.2197036743164 0.279991 0.283788 1983.13000488281 99.99 99.99 18.5143 99.99 99.99 19.5103 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.554311 99.99 99.99 0.59236 99.99 99.99 99.99 99.99 99.99 3 2100002 1.59324 147.918 0.609447 0 0 3.50582191969893 +"N5PB005973 " 202.543823242188 47.1643142700195 0.348893 0.344762 1994.42004394531 19.588 22.1971 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.46971 0.617316 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 3.13817 58.9432 0.419894 0 0 3.50695123722966 +"N5PB037090 " 202.5322265625 47.1539497375488 0.254833 0.266884 1994.43005371094 20.401 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.657525 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 2.85856 92.9487 0.698976 0 0 3.51114699161478 +"N5PB006746 " 202.434844970703 47.2479438781738 0.348893 0.344762 1994.42004394531 20.39 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.616124 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.93789 24.4408 0.394422 0 0 3.51308861475706 +"N5PB018292 " 202.4638671875 47.1361541748047 0.224804 0.229379 1996.16003417969 99.99 99.99 17.052 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.437328 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 4.65678 150.483 0.298748 0 0 3.5135267087695 +"N5PB006341 " 202.554550170898 47.2071342468262 0.348893 0.344762 1994.42004394531 20.5402 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.674074 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.57029 16.9061 0.431759 0 0 3.51916381667999 +"N5PB011663 " 202.385391235352 47.1833801269531 0.304957 0.309945 1994.42004394531 99.99 21.898 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.517904 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.53481 139.326 0.285427 0 0 3.5237841649684 +"N5PB034816 " 202.431884765625 47.2471923828125 0.311169 0.329738 1993.17004394531 99.99 22.123 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.568842 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.71322 65.1868 0.300537 0 0 3.52383835284457 +"N5PB034671 " 202.555221557617 47.2052993774414 0.311169 0.329738 1993.17004394531 99.99 22.2641 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.64551 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.63019 4.41047 0.737932 0 0 3.5241646258988 +"N5PB005942 " 202.542541503906 47.1620178222656 0.348893 0.344762 1994.42004394531 20.5154 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.658062 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.77022 0.453365 0.461999 0 0 3.53652682651502 +"2MJGQIYH " 202.52794 47.23875 0.23 0.22 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.538 15.695 15.241 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.152 0.151 0.178 4 77777700 0 0 0 0 0 3.54443079776152 +"N5PB011717 " 202.549926757813 47.2188758850098 0.304957 0.309945 1994.42004394531 99.99 21.4798 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.477255 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.02065 88.3164 0.587663 0 0 3.56117519563187 +"N5PB018294 " 202.491485595703 47.1369590759277 0.279991 0.283788 1983.13000488281 99.99 99.99 18.4294 99.99 99.99 19.1753 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.539034 99.99 99.99 0.450311 99.99 99.99 99.99 99.99 99.99 3 2100002 2.3228 50.7189 0.384402 0 0 3.56271062252108 +"N5PB006313 " 202.556793212891 47.2031097412109 0.348893 0.344762 1994.42004394531 20.0334 21.9219 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.526948 0.527769 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.26048 7.23406 0.408291 0 0 3.56597269526732 +"N5PB018288 " 202.48307800293 47.1355094909668 0.279991 0.283788 1983.13000488281 99.99 99.99 18.7155 99.99 99.99 19.5138 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.592252 99.99 99.99 0.644688 99.99 99.99 99.99 99.99 99.99 3 200202 1.12237 141.17 0.40117 0 0 3.58113763122825 +"N5PB011786 " 202.435836791992 47.2495498657227 0.304957 0.309945 1994.42004394531 99.99 21.295 18.4354 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 99 99 99 99 99 99 99.99 0.456048 0.540893 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2003 3.45469 74.7974 0.565163 0 0 3.58517072489769 +"N5PB005806 " 202.523132324219 47.1466827392578 0.348893 0.344762 1994.42004394531 19.7053 21.972 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.492422 0.547829 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 3.87622 124.506 0.56829 0 0 3.59238249613742 +"N5PB006056 " 202.553405761719 47.1742210388184 0.348893 0.344762 1994.42004394531 17.1621 18.5272 16.7048 99.99 18.8507 17.6065 99.99 99.99 16.036 15.686 15.723 35 18 37 99 7 1 99 99 47 48 49 0.416742 0.40811 0.42526 99.99 0.419854 0.309182 99.99 99.99 0.087 0.148 0.253 0 1111209 2.81761 172.695 0.105949 0 0 3.60436101852067 +"N5PB018393 " 202.442047119141 47.2516670227051 0.279991 0.283788 1983.13000488281 99.99 99.99 18.063 99.99 99.99 19.5053 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.487748 99.99 99.99 0.694415 99.99 99.99 99.99 99.99 99.99 3 200002 1.09675 137.379 0.369715 0 0 3.61420869955124 +"N5PB006712 " 202.414596557617 47.2419090270996 0.348893 0.344762 1994.42004394531 18.0213 20.1105 16.6382 99.99 99.99 19.0805 99.99 99.99 15.399 14.896 14.636 35 18 37 99 99 1 99 99 47 48 49 0.419283 0.414151 0.425151 99.99 99.99 0.372425 99.99 99.99 0.054 0.07 0.095 0 112208 2.38 125.912 0.0499992 0 0 3.63513718868652 +"N5PB034665 " 202.381759643555 47.2022705078125 0.311169 0.329738 1993.17004394531 99.99 22.1084 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.57792 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.175 90.4515 0.540742 0 0 3.63647199964424 +"N5PB006433 " 202.554153442383 47.2151908874512 0.348893 0.344762 1994.42004394531 19.7999 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.50406 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020203 3.82694 152.79 0.577367 0 0 3.63803718464296 +"N5PB034475 " 202.526458740234 47.1474800109863 0.311169 0.329738 1993.17004394531 99.99 22.2727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.653222 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.90314 126.959 0.511589 0 0 3.63820817056855 +"N5PB011619 " 202.544189453125 47.1606178283691 0.304957 0.309945 1994.42004394531 99.99 21.5199 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.478963 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 2.40961 22.4613 0.399973 0 0 3.6391174396604 +"N5PB006137 " 202.382537841797 47.1825714111328 0.348893 0.344762 1994.42004394531 20.1427 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.55477 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.89587 110.37 0.293899 0 0 3.64735319873259 +"N5PB037139 " 202.553955078125 47.216438293457 0.254833 0.266884 1994.43005371094 20.5545 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.711438 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.44805 70.179 0.372759 0 0 3.65660289390689 +"N5PB005941 " 202.545974731445 47.1618614196777 0.348893 0.344762 1994.42004394531 20.1628 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.563035 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1001020202 3.56208 11.4384 0.745028 0 0 3.65912468695647 +"N5PB034468 " 202.525527954102 47.1464691162109 0.311169 0.329738 1993.17004394531 99.99 22.3302 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.672731 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.15866 159.26 0.703205 0 0 3.66200141396655 +"N5PB006733 " 202.418579101563 47.2445373535156 0.348893 0.344762 1994.42004394531 17.4758 20.1264 17.1826 99.99 99.99 18.7086 99.99 99.99 16.298 16.029 14.971 35 18 37 99 99 1 99 99 47 48 49 0.419147 0.420883 0.433847 99.99 99.99 0.35879 99.99 99.99 0.111 0.189 0.128 3 111208 3.80297 113.314 0.172425 0 0 3.66407009697726 +"N5PB006099 " 202.38330078125 47.1784362792969 0.348893 0.344762 1994.42004394531 20.5436 99.99 99.99 99.99 99.99 19.5137 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 1 99 99 99 99 99 0.676351 99.99 99.99 99.99 99.99 0.645276 99.99 99.99 99.99 99.99 99.99 3 220202 1.6208 126.508 0.37279 0 0 3.67436118040253 +"N5PB006089 " 202.384078979492 47.1763000488281 0.348893 0.344762 1994.42004394531 20.025 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.524296 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.4846 17.3937 0.523552 0 0 3.67991507421478 +"N5PB011791 " 202.435424804688 47.251163482666 0.304957 0.309945 1994.42004394531 99.99 22.1532 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.581516 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.48723 70.2583 0.396103 0 0 3.68090533229233 +"2MJGQIJZ " 202.404671 47.152321 0.06 0.06 1998.40327286276 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 11.945 11.358 11.124 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.022 0.019 0.019 4 77777700 0 0 0 0 0 3.68393844966735 +"N5PB037187 " 202.431030273438 47.2499198913574 0.254833 0.266884 1994.43005371094 20.0735 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.545816 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.6906 45.1757 0.240422 0 0 3.68617279854545 +"N5PB005786 " 202.523590087891 47.1446876525879 0.348893 0.344762 1994.42004394531 19.1799 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.450631 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 4.16797 127.31 0.439614 0 0 3.69976741135518 +"N5PB011579 " 202.49821472168 47.135856628418 0.304957 0.309945 1994.42004394531 99.99 22.0403 99.99 99.99 20.6547 19.502 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 1 99 99 99 99 99 99.99 0.562485 99.99 99.99 0.599885 0.612844 99.99 99.99 99.99 99.99 99.99 3 2102003 1.83876 141.873 0.494025 0 0 3.70212985051937 +"N5PB018871 " 202.444793701172 47.1351776123047 0.234001 0.234872 1999.34997558594 99.99 99.99 18.6826 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.545817 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.51335 160.009 0.411305 0 0 3.71058550076183 +"N5PB006584 " 202.393630981445 47.2282257080078 0.348893 0.344762 1994.42004394531 19.8863 22.0366 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.49557 0.554537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.1067 133.75 0.312554 0 0 3.71882511082889 +"N5PB011795 " 202.43424987793 47.251838684082 0.304957 0.309945 1994.42004394531 99.99 22.2367 99.99 99.99 99.99 19.4977 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.616309 99.99 99.99 99.99 0.728377 99.99 99.99 99.99 99.99 99.99 3 202002 1.54552 162.398 0.417087 0 0 3.73684339067809 +"N5PB005751 " 202.520233154297 47.1422958374023 0.348893 0.344762 1994.42004394531 20.2008 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.564477 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.3095 51.6205 0.419891 0 0 3.74038965605076 +"N5PB006492 " 202.553588867188 47.2206268310547 0.348893 0.344762 1994.42004394531 20.5087 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.653893 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.53343 19.572 0.438406 0 0 3.74049983878489 +"N5PB011570 " 202.490753173828 47.133731842041 0.304957 0.309945 1994.42004394531 99.99 22.1202 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.569044 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 2.00346 93.7682 0.633754 0 0 3.74403318027328 +"N5PB006325 " 202.561126708984 47.2046203613281 0.348893 0.344762 1994.42004394531 19.4729 21.7254 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.460933 0.49849 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.66382 67.8487 0.178036 0 0 3.75434478976955 +"N5PB006772 " 202.428924560547 47.2507209777832 0.348893 0.344762 1994.42004394531 20.5099 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.654635 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.10024 68.3842 0.701399 0 0 3.76709431553933 +"N5PB006522 " 202.552383422852 47.2236175537109 0.348893 0.344762 1994.42004394531 20.0454 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.520741 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10020201 1.97991 142.658 0.354902 0 0 3.77530080978472 +"N5PB006399 " 202.380661010742 47.2108955383301 0.348893 0.344762 1994.42004394531 19.9012 21.3284 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.485247 0.446435 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1022204 1.7404 17.473 0.248636 0 0 3.78073295657424 +"N5PB006479 " 202.555526733398 47.2195167541504 0.348893 0.344762 1994.42004394531 20.5191 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.660461 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.48687 160.703 0.397591 0 0 3.78558013152852 +"N5PB006773 " 202.426422119141 47.2502059936523 0.348893 0.344762 1994.42004394531 18.2821 19.6627 18.1816 99.99 20.1111 18.8798 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.422494 0.417012 0.480622 99.99 0.434591 0.367752 99.99 99.99 99.99 99.99 99.99 0 111209 2.88604 123.625 0.194819 0 0 3.78647813848368 +"N5PB034699 " 202.559143066406 47.2130317687988 0.311169 0.329738 1993.17004394531 99.99 21.9111 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.53241 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.41456 70.0922 0.550723 0 0 3.79007777744116 +"N5PB034540 " 202.380828857422 47.1769409179688 0.311169 0.329738 1993.17004394531 99.99 22.3195 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.662236 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.48175 74.0819 0.375876 0 0 3.79574154389933 +"N5PB034600 " 202.563354492188 47.1940879821777 0.311169 0.329738 1993.17004394531 99.99 22.2149 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.606035 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.85707 53.4033 0.501986 0 0 3.79673025607612 +"N5PB011571 " 202.493743896484 47.1332206726074 0.304957 0.309945 1994.42004394531 99.99 20.6494 18.9293 99.99 20.3688 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 7 99 99 99 99 99 99 99.99 0.43518 0.61943 99.99 0.489722 99.99 99.99 99.99 99.99 99.99 99.99 3 2002003 8.31994 48.5227 0.77861 0 0 3.80285689286527 +"N5PB011734 " 202.549438476563 47.2281303405762 0.304957 0.309945 1994.42004394531 99.99 21.9352 99.99 99.99 99.99 19.4902 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.543922 99.99 99.99 99.99 0.577918 99.99 99.99 99.99 99.99 99.99 3 102002 1.52426 104.39 0.0894499 0 0 3.80529377792604 +"N5PB034823 " 202.422470092773 47.2492485046387 0.311169 0.329738 1993.17004394531 99.99 22.035 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.553768 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.98811 45.414 0.684399 0 0 3.81550265747131 +"N5PB018323 " 202.391036987305 47.1604423522949 0.234001 0.234872 1999.34997558594 99.99 99.99 18.5975 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.551288 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 1.54399 130.077 0.267671 0 0 3.82375344311916 +"2MJGQIYK " 202.491096 47.256695 0.3 0.25 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.634 13.87 13.71 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.202 -999 -999 4 77777700 0 0 0 0 0 3.82421334904054 +"N5PB011560 " 202.472808837891 47.1306610107422 0.304957 0.309945 1994.42004394531 99.99 22.4192 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.612222 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1010002501 1.1392 133.296 0.408281 0 0 3.83494559920289 +"N5PB011729 " 202.552917480469 47.2257957458496 0.254833 0.266884 1994.43005371094 18.7813 21.2441 99.99 99.99 20.6453 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.441839 0.456245 99.99 99.99 0.593271 99.99 99.99 99.99 99.99 99.99 99.99 3 12203 7.45634 108.469 0.47764 0 0 3.8563689285867 +"N5PB034832 " 202.427642822266 47.2519683837891 0.311169 0.329738 1993.17004394531 99.99 21.8518 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.5124 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.93072 61.2261 0.537231 0 0 3.85740311125541 +"2MJGQIYJ " 202.494669 47.25668 0.27 0.27 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.162 13.617 15.073 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.193 4 77777700 0 0 0 0 0 3.85831810000928 +"N5PB005756 " 202.52685546875 47.1429443359375 0.348893 0.344762 1994.42004394531 19.6409 21.0508 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.470657 0.436001 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.19126 171.265 0.158193 0 0 3.86300500829993 +"N5PB011636 " 202.383987426758 47.1678924560547 0.254833 0.266884 1994.43005371094 20.4057 22.0011 99.99 99.99 20.4103 19.481 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.661118 0.548863 99.99 99.99 0.498708 0.791049 99.99 99.99 99.99 99.99 99.99 3 222005 3.08146 20.3193 0.760567 0 0 3.86385522298024 +"N5PB005742 " 202.524703979492 47.1414833068848 0.348893 0.344762 1994.42004394531 20.5133 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.656768 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.53873 18.5642 0.424048 0 0 3.88276064343048 +"N5PB006494 " 202.557464599609 47.2206077575684 0.348893 0.344762 1994.42004394531 20.0954 22.1839 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.548533 0.607579 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.31814 112.696 0.397907 0 0 3.88409789943533 +"N5PB011561 " 202.472793579102 47.129467010498 0.304957 0.309945 1994.42004394531 99.99 21.8353 99.99 99.99 99.99 18.8914 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.526571 99.99 99.99 99.99 0.409106 99.99 99.99 99.99 99.99 99.99 3 1000102502 3.70276 145.993 0.734643 0 0 3.90654255338085 +"N5PB019026 " 202.443756103516 47.2571754455566 0.234001 0.234872 1999.34997558594 99.99 99.99 18.1255 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.501761 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.85856 158.887 0.275165 0 0 3.9091798154224 +"N5PB011572 " 202.506881713867 47.134220123291 0.304957 0.309945 1994.42004394531 99.99 21.3996 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.469212 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.57465 74.5539 0.459867 0 0 3.91653070519441 +"N5PB006537 " 202.555603027344 47.2247123718262 0.348893 0.344762 1994.42004394531 19.9404 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.501071 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.395 126.005 0.50076 0 0 3.92200296731537 +"N5PB006583 " 202.551086425781 47.2301063537598 0.348893 0.344762 1994.42004394531 20.544 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.676593 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 2.20588 20.8154 0.721093 0 0 3.92553184459806 +"N5PB000386 " 202.562149047852 47.1743087768555 "0346300591 " 0.348893 0.344762 1994.42004394531 13.3343 14.3489 12.8942 99.99 14.6909 13.5468 99.99 99.99 12.373 12.021 11.983 35 18 37 99 7 1 99 99 47 48 49 0.414812 0.40694 0.416525 99.99 0.41756 0.293762 99.99 99.99 0.021 0.019 0.022 0 1101111509 5.08648 175.717 0.0560979 0 0 3.94007576605942 +"N5PB006112 " 202.564895629883 47.1809921264648 0.348893 0.344762 1994.42004394531 19.2833 20.9895 99.99 99.99 99.99 19.5068 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.449233 0.437262 99.99 99.99 99.99 0.687508 99.99 99.99 99.99 99.99 99.99 3 1222205 2.65289 129.74 0.148737 0 0 3.94475927292221 +"N5PB034831 " 202.423049926758 47.2519683837891 0.311169 0.329738 1993.17004394531 99.99 22.2373 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.622979 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.61201 88.1187 0.380835 0 0 3.94514870741419 +"N5PB006797 " 202.426177978516 47.2531471252441 0.348893 0.344762 1994.42004394531 20.3509 22.103 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.595425 0.574781 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 1.89954 54.0037 0.495554 0 0 3.94747009855014 +"N5PB006518 " 202.557418823242 47.2233505249023 0.348893 0.344762 1994.42004394531 20.4319 21.8584 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.609594 0.521577 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.47563 16.0725 0.382506 0 0 3.9514442763838 +"N5PB006787 " 202.419784545898 47.2508316040039 0.348893 0.344762 1994.42004394531 17.4484 19.199 17.5356 99.99 20.2169 19.0597 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.419782 0.416123 0.443174 99.99 0.456317 0.401506 99.99 99.99 99.99 99.99 99.99 3 1111209 4.79716 92.8749 0.308409 0 0 3.95327286236816 +"N5PB018402 " 202.439926147461 47.2572937011719 0.224804 0.229379 1996.16003417969 99.99 99.99 17.3972 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.448889 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 5.19104 46.1206 0.402709 0 0 3.96183479937113 +"N5PB018399 " 202.441711425781 47.2576904296875 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8502 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.590947 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.4981 162.156 0.397014 0 0 3.96251615947087 +"N5PB011577 " 202.513275146484 47.1353187561035 0.304957 0.309945 1994.42004394531 99.99 21.8894 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.529649 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 1.91689 148.337 0.432387 0 0 3.96410402270712 +"N5PB000238 " 202.373413085938 47.2010116577148 "0346000831 " 0.348893 0.344762 1994.42004394531 14.8644 16.4415 14.3457 99.99 17.0796 15.1552 99.99 99.99 13.533 12.902 12.82 35 18 37 99 7 1 99 99 47 48 49 0.415044 0.407141 0.42209 99.99 0.417935 0.295909 99.99 99.99 0.025 0.022 0.026 0 101111209 3.81691 148.692 0.0399557 0 0 3.96616350183848 +"N5PB034513 " 202.557952880859 47.1654396057129 0.254833 0.266884 1994.43005371094 20.5544 22.1734 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.711316 0.578306 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.53692 18.7511 0.418865 0 0 3.98105698218101 +"N5PB006446 " 202.376983642578 47.2143707275391 0.348893 0.344762 1994.42004394531 17.3672 18.8019 17.6493 99.99 20.0058 18.5793 99.99 99.99 16.987 16.173 15.449 35 18 37 99 7 1 99 99 47 48 49 0.419209 0.409072 0.461184 99.99 0.436344 0.36031 99.99 99.99 0.207 0.227 0.214 3 111209 4.15772 2.14844 0.170149 0 0 3.98278554217016 +"N5PB011803 " 202.428329467773 47.2547149658203 0.304957 0.309945 1994.42004394531 99.99 21.9866 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.544089 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 1.5843 88.0533 0.369382 0 0 3.99319992737577 +"N5PB034747 " 202.556060791016 47.2268714904785 0.311169 0.329738 1993.17004394531 99.99 22.146 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.582335 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.92822 102.409 0.709195 0 0 3.9996793141134 +"N5PB034731 " 202.558853149414 47.2232322692871 0.311169 0.329738 1993.17004394531 99.99 22.2557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.638162 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.46821 158.77 0.129093 0 0 4.00104985467118 +"N5PB034738 " 202.557464599609 47.225269317627 0.311169 0.329738 1993.17004394531 99.99 22.3358 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.67845 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.49904 160.461 0.39975 0 0 4.00472507357194 +"N5PB018277 " 202.497970581055 47.1305122375488 0.224804 0.229379 1996.16003417969 99.99 99.99 18.687 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.540242 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10000201 1.43613 161.646 0.359697 0 0 4.00558204554108 +"N5PB018273 " 202.489486694336 47.1289405822754 0.279991 0.283788 1983.13000488281 99.99 99.99 17.2502 99.99 19.5085 18.4412 99.99 99.99 16.29 15.557 15.683 99 99 37 99 7 1 99 99 47 48 49 99.99 99.99 0.43628 99.99 0.431326 0.348804 99.99 99.99 0.115 0.131 0.242 3 100204 2.50627 150.979 0.305789 0 0 4.01432432838056 +"N5PB037073 " 202.515243530273 47.1349945068359 0.254833 0.266884 1994.43005371094 20.2282 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.572877 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 2.20719 88.807 0.547428 0 0 4.01761490950472 +"N5PB034763 " 202.553466796875 47.2308158874512 0.311169 0.329738 1993.17004394531 99.99 22.3032 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.646998 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.50734 18.4818 0.412802 0 0 4.03012479037853 +"N5PB000263 " 202.452407836914 47.1284408569336 "0346000156 " 0.234001 0.234872 1999.34997558594 99.99 99.99 14.4331 99.99 99.99 99.99 99.99 99.99 14.373 14.01 13.962 99 99 37 99 99 99 99 99 47 48 49 99.99 99.99 0.418161 99.99 99.99 99.99 99.99 99.99 0.032 0.035 0.056 0 101000202 3.97591 104.798 0.184471 0 0 4.03282331091694 +"N5PB006646 " 202.390243530273 47.2342071533203 0.348893 0.344762 1994.42004394531 15.1838 17.0772 13.8782 99.99 18.0865 15.6458 99.99 99.99 12.743 12.12 11.89 35 18 37 99 7 1 99 99 47 48 49 0.415161 0.407294 0.421806 99.99 0.418571 0.296012 99.99 99.99 0.022 0.021 0.022 0 1111209 3.68617 95.9659 0.0453048 0 0 4.03591489094794 +"N5PB034755 " 202.555297851563 47.2290191650391 0.311169 0.329738 1993.17004394531 99.99 21.9204 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.527226 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.44053 118.827 0.373319 0 0 4.03691876781146 +"N5PB034824 " 202.413543701172 47.2497406005859 0.311169 0.329738 1993.17004394531 99.99 22.136 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.576328 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 2.11651 136.778 0.520964 0 0 4.0374415834143 +"N5PB005710 " 202.522399902344 47.1373100280762 0.348893 0.344762 1994.42004394531 20.5628 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.689372 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.54668 72.1537 0.418743 0 0 4.04038016799458 +"N5PB034736 " 202.558883666992 47.2250328063965 0.311169 0.329738 1993.17004394531 99.99 22.3285 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.671052 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.49786 159.517 0.407818 0 0 4.04974225040106 +"N5PB034453 " 202.526168823242 47.1387596130371 0.311169 0.329738 1993.17004394531 99.99 22.2465 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.630469 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.51558 132.588 0.255791 0 0 4.05125014732484 +"N5PB011553 " 202.486526489258 47.1277847290039 0.304957 0.309945 1994.42004394531 99.99 21.8019 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.517256 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 2.28298 125.872 0.549061 0 0 4.06085299242235 +"N5PB011557 " 202.493072509766 47.1286430358887 0.304957 0.309945 1994.42004394531 99.99 19.8955 99.99 99.99 20.3548 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.4192 99.99 99.99 0.48228 99.99 99.99 99.99 99.99 99.99 99.99 3 2003 7.15257 145.864 0.655718 0 0 4.06286718397174 +"N5PB018861 " 202.432723999023 47.1318016052246 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7274 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.554905 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.51393 71.2948 0.413643 0 0 4.06413803633768 +"N5PB011558 " 202.500244140625 47.1298751831055 0.304957 0.309945 1994.42004394531 99.99 21.5774 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.477245 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.50942 3.6525 0.613662 0 0 4.06920297867821 +"N5PB006312 " 202.569366455078 47.2028121948242 0.348893 0.344762 1994.42004394531 18.2617 19.7495 18.042 99.99 20.1807 19.2309 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.422496 0.411444 0.464723 99.99 0.441995 0.409159 99.99 99.99 99.99 99.99 99.99 3 112208 2.82954 153.665 0.111879 0 0 4.07167851039382 +"N5PB019030 " 202.434265136719 47.2582397460938 0.234001 0.234872 1999.34997558594 99.99 99.99 18.2088 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.506595 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.19073 125.579 0.398182 0 0 4.09262672361945 +"N5PB005678 " 202.516876220703 47.1341094970703 0.348893 0.344762 1994.42004394531 20.548 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.679272 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 1.98477 136.491 0.476081 0 0 4.09544119146423 +"N5PB016887 " 202.506591796875 47.1307792663574 0.254833 0.266884 1994.43005371094 19.1766 99.99 99.99 99.99 20.5381 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.460449 99.99 99.99 99.99 0.547596 99.99 99.99 99.99 99.99 99.99 99.99 3 2010002 6.72157 63.8495 0.692907 0 0 4.1038330605941 +"N5PB013357 " 202.552642822266 47.2340545654297 0.254833 0.266884 1994.43005371094 20.4711 22.1825 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.680894 0.606574 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022003 1.53394 48.3378 0.254357 0 0 4.1107006830399 +"N5PB006770 " 202.411285400391 47.2502059936523 0.348893 0.344762 1994.42004394531 19.7669 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.487404 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.36494 99.0185 0.257696 0 0 4.11341992582864 +"N5PB005880 " 202.553192138672 47.1551132202148 0.348893 0.344762 1994.42004394531 19.8941 22.1109 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.490643 0.56217 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 22203 1.9122 145.351 0.193947 0 0 4.12893183456295 +"N5PB011556 " 202.501754760742 47.1291275024414 0.304957 0.309945 1994.42004394531 99.99 21.9905 18.8971 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 99 99 99 99 99 99 99.99 0.54535 0.60754 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2202 1.5812 89.1489 0.368852 0 0 4.13077773862462 +"N5PB005703 " 202.520446777344 47.1347465515137 0.348893 0.344762 1994.42004394531 16.0734 18.7684 15.5108 99.99 19.6143 17.5454 99.99 99.99 14.319 13.607 13.383 35 18 37 99 7 1 99 99 47 48 49 0.416612 0.408881 0.418058 99.99 0.426172 0.310681 99.99 99.99 0.028 0.027 0.041 0 111208 6.29205 176.246 0.277387 0 0 4.13186636050673 +"N5PB006072 " 202.566757202148 47.1734809875488 0.348893 0.344762 1994.42004394531 17.9383 21.5058 18.3222 99.99 99.99 19.2843 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.421199 0.471374 0.510955 99.99 99.99 0.448116 99.99 99.99 99.99 99.99 99.99 3 1001112506 3.25091 33.8183 0.0915097 0 0 4.1341913574523 +"N5PB011568 " 202.51237487793 47.1317596435547 0.254833 0.266884 1994.43005371094 16.747 19.3386 17.8523 99.99 19.8198 18.9553 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.417089 0.412226 0.460929 99.99 0.432762 0.373559 99.99 99.99 99.99 99.99 99.99 3 111207 13.141 28.0339 0.565208 0 0 4.14128147650952 +"N5PB011562 " 202.509033203125 47.1303520202637 0.254833 0.266884 1994.43005371094 20.4282 22.1816 99.99 99.99 20.6875 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.678986 0.592793 99.99 99.99 0.598113 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 1.7856 58.8779 0.317808 0 0 4.16457402684462 +"N5PB011547 " 202.493133544922 47.1268043518066 0.304957 0.309945 1994.42004394531 99.99 22.0162 99.99 99.99 20.3799 19.3911 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 1 99 99 99 99 99 99.99 0.554 99.99 99.99 0.492521 0.51578 99.99 99.99 99.99 99.99 99.99 3 102203 1.60874 89.1562 0.381384 0 0 4.17088536587085 +"N5PB006750 " 202.403076171875 47.2470359802246 0.348893 0.344762 1994.42004394531 19.8525 21.4814 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.500208 0.464067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 3.94359 114.857 0.667002 0 0 4.17200295901393 +"N5PB006432 " 202.567687988281 47.2159080505371 0.348893 0.344762 1994.42004394531 20.0957 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.525393 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.63988 39.4296 0.174488 0 0 4.17402164415599 +"N5PB011549 " 202.498657226563 47.1277084350586 0.304957 0.309945 1994.42004394531 99.99 22.0816 99.99 99.99 20.6979 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.578063 99.99 99.99 0.604854 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 2.7309 165.313 0.766511 0 0 4.17493089133431 +"N5PB018403 " 202.427734375 47.2579383850098 0.279991 0.283788 1983.13000488281 99.99 99.99 17.9293 99.99 99.99 18.7521 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.475237 99.99 99.99 0.397739 99.99 99.99 99.99 99.99 99.99 3 2100002 4.00482 44.5103 0.522389 0 0 4.17882110333718 +"N5PB006822 " 202.421737670898 47.2560729980469 0.348893 0.344762 1994.42004394531 20.1579 22.2591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.547122 0.641098 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.63924 5.18472 0.171583 0 0 4.1868654690253 +"N5PB018370 " 202.544235229492 47.2429847717285 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8984 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.607987 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.52936 19.4658 0.421649 0 0 4.18795764492672 +"N5PB034838 " 202.417251586914 47.2543983459473 0.254833 0.266884 1994.43005371094 20.2111 22.3329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.596947 0.675426 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 3.20096 93.465 0.61608 0 0 4.18976651708094 +"N5PB005728 " 202.533889770508 47.1397361755371 0.348893 0.344762 1994.42004394531 20.3954 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.619149 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.85478 53.9931 0.49822 0 0 4.1904787093588 +"N5PB005714 " 202.529876708984 47.1376876831055 0.348893 0.344762 1994.42004394531 19.7774 21.7608 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.494213 0.506727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 3.2217 76.0512 0.531218 0 0 4.19053689346166 +"N5PB018257 " 202.460189819336 47.1249885559082 0.224804 0.229379 1996.16003417969 99.99 99.99 18.5824 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.546895 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.02085 8.37374 0.524911 0 0 4.19391769814457 +"N5PB034834 " 202.412734985352 47.2528076171875 0.311169 0.329738 1993.17004394531 99.99 22.3066 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.65015 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.96086 175.109 0.605569 0 0 4.20791019081576 +"N5PB018263 " 202.444351196289 47.1265449523926 0.224804 0.229379 1996.16003417969 99.99 99.99 18.369 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.521596 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.43961 96.8898 0.503968 0 0 4.21487513338565 +"N5PB037066 " 202.501708984375 47.1275215148926 0.254833 0.266884 1994.43005371094 20.2835 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.602813 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 2.84822 26.037 0.691449 0 0 4.2218929232093 +"N5PB006196 " 202.366409301758 47.189079284668 0.348893 0.344762 1994.42004394531 19.4475 21.408 99.99 99.99 99.99 19.5144 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.456115 0.46239 99.99 99.99 99.99 0.619517 99.99 99.99 99.99 99.99 99.99 3 122205 2.51843 14.6472 0.200014 0 0 4.24591247286067 +"N5PB005904 " 202.383041381836 47.1557083129883 0.348893 0.344762 1994.42004394531 19.4895 21.7657 18.323 99.99 99.99 19.5168 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.450871 0.497803 0.501448 99.99 99.99 0.652529 99.99 99.99 99.99 99.99 99.99 0 122206 2.11779 124.556 0.183141 0 0 4.25186864645164 +"N5PB006333 " 202.36686706543 47.2044792175293 0.348893 0.344762 1994.42004394531 19.7818 22.3368 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.480562 0.679472 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.80316 177.224 0.034917 0 0 4.25579817708334 +"N5PB018254 " 202.473709106445 47.1236381530762 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.600957 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.50339 160.956 0.409239 0 0 4.25723981203375 +"N5PB006825 " 202.41748046875 47.2562599182129 0.348893 0.344762 1994.42004394531 20.1453 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.555819 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.35943 156.201 0.514249 0 0 4.2811685113531 +"N5PB005669 " 202.522857666016 47.132568359375 0.348893 0.344762 1994.42004394531 19.7458 22.3489 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.492268 0.6922 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 2.91915 117.616 0.401826 0 0 4.29419546287494 +"2MJGQIYM " 202.501014 47.263023 0.12 0.1 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.957 12.275 12.003 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.049 -999 -999 4 77777700 0 0 0 0 0 4.29537879295735 +"N5PB005641 " 202.515289306641 47.1298408508301 0.348893 0.344762 1994.42004394531 19.287 99.99 99.99 99.99 20.7856 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.459931 99.99 99.99 99.99 0.627772 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.892 50.185 0.111515 0 0 4.2958146016621 +"N5PB016880 " 202.508056640625 47.1277313232422 0.254833 0.266884 1994.43005371094 20.54 99.99 99.99 99.99 20.6482 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.698671 99.99 99.99 99.99 0.59529 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 2.38969 11.4853 0.706587 0 0 4.29597399241535 +"N5PB037067 " 202.513458251953 47.1289405822754 0.254833 0.266884 1994.43005371094 20.7887 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.802001 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010020301 1.58333 0 0.998454 0 0 4.313632678784 +"N5PB005843 " 202.387405395508 47.1497001647949 0.348893 0.344762 1994.42004394531 20.0047 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.527093 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.53236 66.4033 0.399733 0 0 4.31923039762862 +"N5PB018868 " 202.412475585938 47.1341857910156 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7741 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.56506 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.52673 70.7558 0.420724 0 0 4.32093902081505 +"N5PB034488 " 202.384231567383 47.1524429321289 0.311169 0.329738 1993.17004394531 99.99 22.1316 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.592143 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.23942 36.154 0.531478 0 0 4.32295004094312 +"N5PB011544 " 202.498413085938 47.1250267028809 0.304957 0.309945 1994.42004394531 99.99 21.9762 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.540754 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1002202 1.85504 145.607 0.500264 0 0 4.32708526001581 +"N5PB016884 " 202.512145996094 47.1282920837402 0.254833 0.266884 1994.43005371094 20.5765 99.99 99.99 99.99 20.5401 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.731681 99.99 99.99 99.99 0.549135 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 2.04783 86.6946 0.634655 0 0 4.32774684254275 +"N5PB006839 " 202.419097900391 47.2580337524414 0.348893 0.344762 1994.42004394531 20.038 22.1071 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.52842 0.564308 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 2.62408 10.7697 0.425268 0 0 4.34150883566361 +"N5PB011548 " 202.503890991211 47.1258506774902 0.304957 0.309945 1994.42004394531 99.99 19.7863 18.2008 99.99 99.99 19.139 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 1 99 99 99 99 99 99.99 0.418519 0.495918 99.99 99.99 0.437607 99.99 99.99 99.99 99.99 99.99 3 102204 5.10765 86.9874 0.20802 0 0 4.34481487631621 +"N5PB006648 " 202.556274414063 47.2375526428223 0.348893 0.344762 1994.42004394531 19.4694 21.316 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.462803 0.460888 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 3.0405 150.705 0.365829 0 0 4.35340214229685 +"N5PB034492 " 202.380935668945 47.1541748046875 0.311169 0.329738 1993.17004394531 99.99 22.3346 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.677148 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.5261 17.7995 0.418073 0 0 4.37428064635501 +"N5PB016883 " 202.513717651367 47.1278686523438 0.254833 0.266884 1994.43005371094 20.7211 99.99 99.99 99.99 20.5333 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.817551 99.99 99.99 99.99 0.54389 99.99 99.99 99.99 99.99 99.99 99.99 3 1000020302 3.36222 151.631 0.784507 0 0 4.37669383569873 +"N5PB011764 " 202.550079345703 47.2433471679688 0.304957 0.309945 1994.42004394531 99.99 21.2232 99.99 99.99 20.7314 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.464253 99.99 99.99 0.626508 99.99 99.99 99.99 99.99 99.99 99.99 3 2003 5.57706 129.219 0.718506 0 0 4.37709161641099 +"N5PB005610 " 202.511611938477 47.1271133422852 0.348893 0.344762 1994.42004394531 19.8712 99.99 99.99 99.99 20.6995 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.516728 99.99 99.99 99.99 0.605894 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.69311 69.7518 0.506024 0 0 4.38437856200217 +"N5PB018246 " 202.459594726563 47.12158203125 0.224804 0.229379 1996.16003417969 99.99 99.99 18.7695 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.589347 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.77704 132.819 0.427017 0 0 4.39970670508708 +"N5PB011807 " 202.416275024414 47.2581100463867 0.254833 0.266884 1994.43005371094 19.9527 20.9319 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.530143 0.445775 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 4.72635 177.248 0.769907 0 0 4.40183224555831 +"N5PB034433 " 202.525680541992 47.1312065124512 0.311169 0.329738 1993.17004394531 99.99 22.3247 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.667334 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.96584 174.69 0.616363 0 0 4.42293975837145 +"N5PB005586 " 202.509963989258 47.1258735656738 0.348893 0.344762 1994.42004394531 19.8921 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.503419 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.77311 11.2784 0.532039 0 0 4.4280804047959 +"N5PB011542 " 202.501754760742 47.1239051818848 0.304957 0.309945 1994.42004394531 99.99 21.6868 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.506573 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 2.92303 128.344 0.485056 0 0 4.42963940882492 +"N5PB005812 " 202.554580688477 47.1480255126953 0.348893 0.344762 1994.42004394531 19.2367 21.2965 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.447212 0.458694 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 3.01006 171.502 0.299226 0 0 4.43053190084252 +"N5PB005640 " 202.522216796875 47.1295776367188 0.348893 0.344762 1994.42004394531 19.0286 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.449971 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10010201 6.92084 159.295 0.478484 0 0 4.43798644030269 +"N5PB018262 " 202.429626464844 47.1259269714355 0.224804 0.229379 1996.16003417969 99.99 99.99 18.2936 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.502846 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.95111 177.78 0.264751 0 0 4.43831684971592 +"N5PB005591 " 202.507949829102 47.1251335144043 0.348893 0.344762 1994.42004394531 19.2417 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.457043 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 4.76911 59.5109 0.472135 0 0 4.44029479712085 +"N5PB018258 " 202.433578491211 47.1248550415039 0.224804 0.229379 1996.16003417969 99.99 99.99 18.4038 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.521229 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.05718 150.711 0.370964 0 0 4.44120228455716 +"N5PB006395 " 202.363494873047 47.2094612121582 0.348893 0.344762 1994.42004394531 19.8181 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.48727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 4.64974 137.9 0.829445 0 0 4.44217984447729 +"2MJGQIYN " 202.498016 47.266159 0.06 0.06 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 9.916 9.118 8.582 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.036 0.036 0.026 4 77777700 0 0 0 0 0 4.44298788488368 +"N5PB011596 " 202.387451171875 47.1463851928711 0.304957 0.309945 1994.42004394531 99.99 22.1595 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.583944 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.11816 21.0958 0.698493 0 0 4.44454091094245 +"N5PB037085 " 202.389358520508 47.1449012756348 0.254833 0.266884 1994.43005371094 20.2833 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.602662 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.80148 58.0633 0.255914 0 0 4.44493696905388 +"N5PB034846 " 202.410064697266 47.2564468383789 0.311169 0.329738 1993.17004394531 99.99 21.8646 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.523661 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.1994 154.668 0.477303 0 0 4.44993279258351 +"N5PB006202 " 202.579406738281 47.1921195983887 0.348893 0.344762 1994.42004394531 20.5568 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.685264 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 1.58875 107.388 0.442209 0 0 4.45356731357503 +"N5PB006701 " 202.554595947266 47.2417831420898 0.348893 0.344762 1994.42004394531 19.1344 22.025 99.99 99.99 20.518 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.452794 0.557038 99.99 99.99 0.543789 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 5.40151 158.683 0.426742 0 0 4.45536860016575 +"N5PB006447 " 202.364334106445 47.2130661010742 0.348893 0.344762 1994.42004394531 19.2627 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.449132 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 7.00919 72.9532 0.822649 0 0 4.45745223834235 +"N5PB034499 " 202.37712097168 47.1556396484375 0.311169 0.329738 1993.17004394531 99.99 21.6047 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.483204 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.11436 153.269 0.354946 0 0 4.45795164060266 +"N5PB005838 " 202.383499145508 47.1493339538574 0.348893 0.344762 1994.42004394531 20.5245 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.663903 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.53631 70.9331 0.429097 0 0 4.45830762197727 +"N5PB005813 " 202.3857421875 47.1471252441406 0.348893 0.344762 1994.42004394531 20.5131 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.65666 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.50741 160.243 0.413832 0 0 4.46930743221458 +"N5PB018256 " 202.435897827148 47.1236419677734 0.234001 0.234872 1999.34997558594 99.99 99.99 18.4077 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.527664 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 202 1.92574 121.259 0.429158 0 0 4.47932139428677 +"N5PB006680 " 202.556228637695 47.2414016723633 0.348893 0.344762 1994.42004394531 20.248 21.9234 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.58603 0.537126 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022203 2.84672 105.325 0.665372 0 0 4.49256365144695 +"N5PB018383 " 202.546539306641 47.2487258911133 0.224804 0.229379 1996.16003417969 99.99 99.99 18.3572 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.50938 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.04742 30.9625 0.369445 0 0 4.49819211166807 +"N5PB018854 " 202.420989990234 47.1274642944336 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7196 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.553394 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.4867 106.684 0.391108 0 0 4.4987776737803 +"N5PB005668 " 202.53337097168 47.1330642700195 0.348893 0.344762 1994.42004394531 20.0625 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.536595 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.85179 89.3538 0.178041 0 0 4.4994448544561 +"N5PB005630 " 202.524490356445 47.1292266845703 0.348893 0.344762 1994.42004394531 20.3062 21.8811 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.595602 0.529404 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.82875 42.9051 0.432826 0 0 4.50137528933226 +"N5PB034442 " 202.535598754883 47.1340675354004 0.311169 0.329738 1993.17004394531 99.99 21.2727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.453211 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.52591 77.1578 0.372436 0 0 4.50341477451147 +"N5PB016876 " 202.504989624023 47.1232986450195 0.254833 0.266884 1994.43005371094 20.0052 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.548537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 3.43529 11.3303 0.461884 0 0 4.50426844715872 +"N5PB005618 " 202.521636962891 47.1279373168945 0.348893 0.344762 1994.42004394531 20.1562 22.2124 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.560253 0.604235 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 3.14717 36.437 0.616125 0 0 4.51366286677127 +"N5PB018243 " 202.487930297852 47.1202545166016 0.279991 0.283788 1983.13000488281 99.99 99.99 18.7509 99.99 99.99 18.0124 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.582765 99.99 99.99 0.349603 99.99 99.99 99.99 99.99 99.99 3 2100202 4.44077 88.571 0.452903 0 0 4.51598816948843 +"N5PB018249 " 202.439117431641 47.1222763061523 0.224804 0.229379 1996.16003417969 99.99 99.99 18.877 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.600322 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.52608 108.541 0.413716 0 0 4.51858115030286 +"N5PB005576 " 202.513549804688 47.125129699707 0.348893 0.344762 1994.42004394531 19.7714 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.497617 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 3.3721 0.954875 0.573049 0 0 4.52475524017657 +"N5PB006860 " 202.413757324219 47.2595176696777 0.348893 0.344762 1994.42004394531 20.5126 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.656339 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.97428 133.417 0.486144 0 0 4.52646478465507 +"N5PB011541 " 202.49951171875 47.1217384338379 0.304957 0.309945 1994.42004394531 99.99 18.8903 99.99 99.99 99.99 19.4535 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.413278 99.99 99.99 99.99 0.553728 99.99 99.99 99.99 99.99 99.99 3 101002 8.36991 46.3523 0.427803 0 0 4.52921797120343 +"2MJGQIYL " 202.524086 47.260834 0.06 0.06 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 14.683 14.032 13.833 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.037 0.037 0.055 4 77777700 0 0 0 0 0 4.54204763155783 +"N5PB005557 " 202.507858276367 47.1230201721191 0.348893 0.344762 1994.42004394531 20.5405 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.674312 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 1.52553 107.779 0.420388 0 0 4.55820109141973 +"N5PB005585 " 202.518432617188 47.1257820129395 0.348893 0.344762 1994.42004394531 19.7944 21.2543 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.477697 0.454598 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.90949 124.611 0.117594 0 0 4.57084145713781 +"N5PB005571 " 202.511032104492 47.1235389709473 0.348893 0.344762 1994.42004394531 19.1872 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.454791 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020203 5.26506 132.406 0.309672 0 0 4.57441100803333 +"N5PB034497 " 202.37434387207 47.1548500061035 0.311169 0.329738 1993.17004394531 99.99 21.8105 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.507024 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.66752 37.5705 0.466622 0 0 4.5793184016037 +"N5PB017018 " 202.554656982422 47.2451438903809 0.254833 0.266884 1994.43005371094 20.2422 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.579959 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020002 1.994 65.1837 0.391791 0 0 4.5880474943008 +"N5PB034466 " 202.386535644531 47.1433525085449 0.311169 0.329738 1993.17004394531 99.99 22.222 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.611246 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.56731 179.735 0.364279 0 0 4.59271794718354 +"N5PB006034 " 202.363311767578 47.1701583862305 0.348893 0.344762 1994.42004394531 15.843 18.1007 14.2044 99.99 99.99 16.4802 99.99 99.99 12.877 12.358 12.132 35 18 37 99 99 1 99 99 47 48 49 0.415413 0.407711 0.421414 99.99 99.99 0.301511 99.99 99.99 0.022 0.022 0.022 0 111208 3.32595 139.968 0.0602734 0 0 4.59937145754325 +"N5PB005570 " 202.517074584961 47.1246871948242 0.348893 0.344762 1994.42004394531 20.4253 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.636457 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.51365 135.261 0.240535 0 0 4.606979436039 +"N5PB011817 " 202.415176391602 47.2616424560547 0.311169 0.329738 1993.17004394531 99.99 22.1721 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.599319 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002003 2.12049 67.1751 0.521197 0 0 4.60825685364723 +"N5PB005729 " 202.392013549805 47.1385841369629 0.348893 0.344762 1994.42004394531 20.5411 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.674671 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 2.79763 0 1 0 0 4.63226348881159 +"N5PB006871 " 202.41064453125 47.2605743408203 0.348893 0.344762 1994.42004394531 20.3209 22.1212 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.603236 0.569421 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.33472 83.6016 0.45035 0 0 4.64616519606416 +"N5PB005540 " 202.508224487305 47.1212310791016 0.348893 0.344762 1994.42004394531 20.013 99.99 99.99 99.99 99.99 19.4878 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 1 99 99 99 99 99 0.52977 99.99 99.99 99.99 99.99 0.767381 99.99 99.99 99.99 99.99 99.99 3 220203 2.7999 159.266 0.549747 0 0 4.6643690053779 +"N5PB018266 " 202.411514282227 47.1275939941406 0.234001 0.234872 1999.34997558594 99.99 99.99 18.326 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.52533 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 2.68658 171.541 0.667267 0 0 4.67750557595719 +"N5PB006085 " 202.58235168457 47.177562713623 0.348893 0.344762 1994.42004394531 20.0186 21.6625 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.512943 0.484888 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 1.58127 45 0.0432425 0 0 4.68414206963618 +"N5PB018241 " 202.440155029297 47.1191902160645 0.224804 0.229379 1996.16003417969 99.99 99.99 18.2586 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.50217 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.85985 144.223 0.0561735 0 0 4.68532106459596 +"2MJGQIYO " 202.499938 47.27013 0.15 0.14 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.257 12.592 13.683 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 -999 -999 0.12 4 77777700 0 0 0 0 0 4.69334869611494 +"N5PB006717 " 202.560562133789 47.2431259155273 0.348893 0.344762 1994.42004394531 17.1929 18.5349 17.8639 99.99 19.8332 18.0773 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.418381 0.40852 0.474968 99.99 0.42864 0.329477 99.99 99.99 99.99 99.99 99.99 3 111209 4.05665 68.3379 0.177119 0 0 4.69510371163166 +"N5PB034424 " 202.527725219727 47.1266555786133 0.311169 0.329738 1993.17004394531 99.99 22.1968 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.617067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.76298 29.1472 0.316142 0 0 4.70078578048146 +"N5PB011676 " 202.355102539063 47.1896743774414 0.254833 0.266884 1994.43005371094 20.4462 21.6517 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.660989 0.483506 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.11466 77.8957 0.614216 0 0 4.7032910816992 +"N5PB005539 " 202.510925292969 47.1211547851563 0.348893 0.344762 1994.42004394531 20.0747 22.0288 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.529997 0.538299 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.85217 10.0279 0.183442 0 0 4.70641777285067 +"N5PB034858 " 202.405975341797 47.2597999572754 0.254833 0.266884 1994.43005371094 20.2793 21.5442 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.619981 0.481809 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 2.67076 30.0441 0.407177 0 0 4.70967347244967 +"N5PB034786 " 202.372970581055 47.2371139526367 0.311169 0.329738 1993.17004394531 99.99 21.5733 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.458046 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 2.59053 82.0088 0.522343 0 0 4.71524593452338 +"N5PB006852 " 202.403503417969 47.2588310241699 0.348893 0.344762 1994.42004394531 20.4106 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.627827 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.70552 105.139 0.752361 0 0 4.71878316856171 +"N5PB018415 " 202.424392700195 47.2669868469238 0.224804 0.229379 1996.16003417969 99.99 99.99 17.7232 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.463413 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 4.76528 36.0201 0.54791 0 0 4.73036102200555 +"N5PB034428 " 202.533950805664 47.1286392211914 0.311169 0.329738 1993.17004394531 99.99 22.2398 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.62505 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.78244 45.3351 0.424221 0 0 4.73260094065649 +"N5PB011566 " 202.539855957031 47.1314544677734 0.304957 0.309945 1994.42004394531 99.99 21.9806 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.541636 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 1.53929 3.5845 0.353344 0 0 4.73286711126297 +"N5PB018235 " 202.44172668457 47.1180839538574 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8663 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.596525 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.48946 71.2248 0.393128 0 0 4.73325126533854 +"N5PB011818 " 202.411911010742 47.2627830505371 0.254833 0.266884 1994.43005371094 20.3499 21.6295 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.646069 0.493662 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.47617 121.442 0.49737 0 0 4.73351685149761 +"N5PB006237 " 202.586380004883 47.1946830749512 0.348893 0.344762 1994.42004394531 19.5156 21.9257 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.458316 0.5202 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.49906 112.506 0.312411 0 0 4.73537706595115 +"N5PB006523 " 202.360504150391 47.2213897705078 0.348893 0.344762 1994.42004394531 20.2142 21.8223 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.570313 0.511217 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 1.97702 96.9104 0.37989 0 0 4.75362545670875 +"N5PB005595 " 202.529998779297 47.1264152526855 0.348893 0.344762 1994.42004394531 19.8867 22.1506 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.502131 0.585205 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.2665 40.0065 0.0988836 0 0 4.76012764000168 +"N5PB018218 " 202.457382202148 47.1154975891113 0.279991 0.283788 1983.13000488281 99.99 99.99 18.6661 99.99 99.99 18.9884 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.574342 99.99 99.99 0.415878 99.99 99.99 99.99 99.99 99.99 3 2100002 2.65048 37.8606 0.43412 0 0 4.77220428904551 +"N5PB018227 " 202.445724487305 47.1167335510254 0.279991 0.283788 1983.13000488281 99.99 99.99 18.362 99.99 99.99 15.2864 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.519713 99.99 99.99 0.309299 99.99 99.99 99.99 99.99 99.99 3 2100202 10.7774 33.2767 0.431652 0 0 4.77503333929992 +"N5PB006900 " 202.413543701172 47.2643737792969 0.348893 0.344762 1994.42004394531 19.8398 21.2777 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.508487 0.465858 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.59793 24.7826 0.276645 0 0 4.78381184498624 +"N5PB005796 " 202.379501342773 47.1440277099609 0.348893 0.344762 1994.42004394531 17.5036 18.4898 17.2271 99.99 19.0371 17.5219 99.99 99.99 16.544 16.188 16.181 35 18 37 99 7 1 99 99 47 48 49 0.417782 0.408095 0.437118 99.99 0.420098 0.312295 99.99 99.99 0.129 0.224 -999 0 1111209 2.83535 119.016 0.136442 0 0 4.78405129277708 +"N5PB006889 " 202.409027099609 47.2626571655273 0.348893 0.344762 1994.42004394531 20.3374 20.2537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.612099 0.429282 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 21204 1.94053 148.165 0.427079 0 0 4.78713560213689 +"N5PB005536 " 202.514083862305 47.1203269958496 0.348893 0.344762 1994.42004394531 17.9318 19.7459 99.99 99.99 20.3163 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.426672 0.41617 99.99 99.99 0.468804 99.99 99.99 99.99 99.99 99.99 99.99 3 12204 7.25386 170.664 0.381698 0 0 4.79946164089158 +"N5PB011527 " 202.50244140625 47.1175765991211 0.254833 0.266884 1994.43005371094 18.8611 20.0187 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.447893 0.419935 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12003 5.64079 145.556 0.221919 0 0 4.80187923440724 +"N5PB037060 " 202.505325317383 47.1181335449219 0.254833 0.266884 1994.43005371094 20.1695 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.561014 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.07291 122.213 0.371187 0 0 4.80349384461174 +"N5PB005517 " 202.508209228516 47.1186752319336 0.348893 0.344762 1994.42004394531 19.5575 19.5078 99.99 99.99 19.9476 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.474002 0.415804 99.99 99.99 0.441398 99.99 99.99 99.99 99.99 99.99 99.99 3 21205 4.53584 117.195 0.641593 0 0 4.80908658515406 +"N5PB005925 " 202.366317749023 47.1566619873047 0.348893 0.344762 1994.42004394531 15.4054 16.524 15.0422 99.99 17.037 15.5689 99.99 99.99 14.411 13.99 13.993 35 18 37 99 7 1 99 99 47 48 49 0.415224 0.40717 0.421577 99.99 0.41792 0.298661 99.99 99.99 0.03 0.034 0.056 0 1111209 3.56129 0.520827 0.0447464 0 0 4.8094764121748 +"N5PB006418 " 202.584838867188 47.2145805358887 0.348893 0.344762 1994.42004394531 20.0282 22.2438 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.515668 0.599169 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 22203 1.81235 20.0343 0.268069 0 0 4.82373501864535 +"N5PB011819 " 202.40559387207 47.2619094848633 0.304957 0.309945 1994.42004394531 99.99 22.0106 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.552077 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.23976 104.651 0.638137 0 0 4.82383814716499 +"N5PB011823 " 202.410827636719 47.264102935791 0.254833 0.266884 1994.43005371094 20.3166 21.1188 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.623304 0.450677 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 2.01123 113.342 0.405497 0 0 4.82415251797013 +"N5PB019056 " 202.428833007813 47.2700843811035 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7994 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.572733 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.5302 18.8556 0.432281 0 0 4.83560709079116 +"N5PB018397 " 202.548812866211 47.2554664611816 0.224804 0.229379 1996.16003417969 99.99 99.99 18.5645 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.541502 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.72753 12.8026 0.281386 0 0 4.85899970745121 +"N5PB011826 " 202.414398193359 47.2664451599121 0.304957 0.309945 1994.42004394531 99.99 21.8642 18.5858 99.99 99.99 19.5 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 1 99 99 99 99 99 99.99 0.52238 0.563968 99.99 99.99 0.604301 99.99 99.99 99.99 99.99 99.99 3 102003 1.78919 124.851 0.25923 0 0 4.87665752246228 +"N5PB011789 " 202.555786132813 47.2514419555664 0.304957 0.309945 1994.42004394531 99.99 22.1714 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.559904 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1010002501 1.62797 106.871 0.567283 0 0 4.87897206847183 +"N5PB006631 " 202.365310668945 47.2337112426758 0.348893 0.344762 1994.42004394531 20.2994 21.5732 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.570916 0.476545 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.58457 1.56145 0.370003 0 0 4.87913577744638 +"N5PB017048 " 202.411880493164 47.2656135559082 0.254833 0.266884 1994.43005371094 20.4984 99.99 99.99 99.99 20.8386 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.704191 99.99 99.99 99.99 0.658786 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.8309 45.3723 0.418112 0 0 4.88171500157284 +"N5PB011784 " 202.559539794922 47.2488594055176 0.254833 0.266884 1994.43005371094 15.513 16.7326 15.2571 99.99 17.1712 16.0174 99.99 99.99 14.891 14.481 14.542 35 18 37 99 7 1 99 99 47 48 49 0.411182 0.407227 0.421075 99.99 0.418045 0.295545 99.99 99.99 0.036 0.046 0.085 0 111206 4.92707 148.036 0.272402 0 0 4.8847797397034 +"N5PB011788 " 202.55696105957 47.2507820129395 0.304957 0.309945 1994.42004394531 99.99 22.0226 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.536411 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010002501 1.22759 175.186 0.0342179 0 0 4.88588622565316 +"N5PB005504 " 202.511367797852 47.1180076599121 0.348893 0.344762 1994.42004394531 20.5219 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.662229 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.60601 70.1421 0.469739 0 0 4.88974527439145 +"N5PB034873 " 202.407196044922 47.2641258239746 0.254833 0.266884 1994.43005371094 20.2066 21.878 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.594477 0.520719 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 3.12182 46.1592 0.59736 0 0 4.9012323484059 +"N5PB005991 " 202.358047485352 47.1650352478027 0.348893 0.344762 1994.42004394531 19.8104 21.0827 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.480464 0.434146 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 22205 2.05375 94.971 0.332051 0 0 4.90599009438926 +"N5PB016866 " 202.504501342773 47.1157379150391 0.254833 0.266884 1994.43005371094 19.2735 99.99 99.99 99.99 20.1514 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.462725 99.99 99.99 99.99 0.451643 99.99 99.99 99.99 99.99 99.99 99.99 3 2010002 3.48295 160.508 0.20317 0 0 4.93125601906021 +"N5PB018253 " 202.41291809082 47.1220932006836 0.224804 0.229379 1996.16003417969 99.99 99.99 17.8968 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.468041 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 3.26822 39.7221 0.463528 0 0 4.93653734840977 +"N5PB011521 " 202.498809814453 47.114387512207 0.304957 0.309945 1994.42004394531 99.99 21.2557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.463044 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 3.25794 69.1932 0.477968 0 0 4.94921784429972 +"N5PB016867 " 202.511032104492 47.1167945861816 0.254833 0.266884 1994.43005371094 20.5848 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.739623 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.51585 163.058 0.402944 0 0 4.95355827640979 +"N5PB005522 " 202.521697998047 47.119758605957 0.348893 0.344762 1994.42004394531 19.7925 21.531 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.497428 0.479519 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 3.73514 161.341 0.475797 0 0 4.95457917349149 +"N5PB006898 " 202.402328491211 47.263240814209 0.348893 0.344762 1994.42004394531 19.6992 20.5099 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.487383 0.434037 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 3.3731 23.2411 0.546402 0 0 4.96384678790267 +"N5PB006740 " 202.563217163086 47.2480010986328 0.348893 0.344762 1994.42004394531 20.3943 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.618539 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.50376 102.789 0.151965 0 0 4.96402025162672 +"N5PB005491 " 202.512756347656 47.1170234680176 0.348893 0.344762 1994.42004394531 20.5111 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.655377 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.53134 159.998 0.422955 0 0 4.9647692320398 +"N5PB005620 " 202.399627685547 47.1270408630371 0.348893 0.344762 1994.42004394531 20.5259 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.664802 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 1.55309 21.0049 0.433717 0 0 4.9704518951692 +"N5PB005611 " 202.401260375977 47.1262474060059 0.348893 0.344762 1994.42004394531 20.4113 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.628231 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.94297 90.3267 0.520848 0 0 4.97133542598259 +"N5PB006172 " 202.59196472168 47.1890830993652 0.348893 0.344762 1994.42004394531 20.2271 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.55911 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.39482 92.9367 0.0352359 0 0 4.97416274051147 +"N5PB006879 " 202.39794921875 47.2614326477051 0.348893 0.344762 1994.42004394531 20.4396 20.9444 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.613693 0.442717 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.55184 92.573 0.233477 0 0 4.97762794477804 +"N5PB005500 " 202.516815185547 47.117748260498 0.348893 0.344762 1994.42004394531 20.4363 21.751 99.99 99.99 20.5128 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.643164 0.504359 99.99 99.99 0.539606 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.89475 54.0959 0.500298 0 0 4.98480071200357 +"N5PB011517 " 202.501327514648 47.1140289306641 0.254833 0.266884 1994.43005371094 19.9104 22.2012 99.99 99.99 20.4644 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.530828 0.60093 99.99 99.99 0.511928 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 3.47655 52.146 0.493382 0 0 4.99522790507507 +"N5PB018205 " 202.472717285156 47.1111679077148 0.224804 0.229379 1996.16003417969 99.99 99.99 18.9209 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.616298 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.50207 107.875 0.408711 0 0 5.00411868361991 +"N5PB005483 " 202.509353637695 47.1154747009277 0.348893 0.344762 1994.42004394531 19.1052 21.156 99.99 99.99 20.464 19.5068 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.45162 0.454286 99.99 99.99 0.511649 0.688873 99.99 99.99 99.99 99.99 99.99 3 222205 5.36734 112.848 0.442163 0 0 5.00596854440158 +"N5PB011796 " 202.558624267578 47.2528419494629 0.304957 0.309945 1994.42004394531 99.99 21.4549 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.482167 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 5.0175 174.812 0.708357 0 0 5.02038373503526 +"N5PB006430 " 202.589508056641 47.2156829833984 0.348893 0.344762 1994.42004394531 20.3156 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.578286 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.45427 131.814 0.256554 0 0 5.02452148239152 +"N5PB011520 " 202.507461547852 47.1146621704102 0.254833 0.266884 1994.43005371094 19.3885 22.0056 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.470318 0.550384 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12202 7.03295 164.507 0.762357 0 0 5.0283470652021 +"N5PB037199 " 202.393646240234 47.2604560852051 0.254833 0.266884 1994.43005371094 20.4225 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.643321 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.76006 133.873 0.402672 0 0 5.03722335944962 +"N5PB034850 " 202.390869140625 47.2589797973633 0.311169 0.329738 1993.17004394531 99.99 21.9641 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.534317 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.95278 115.614 0.215376 0 0 5.03986747680546 +"N5PB018214 " 202.44694519043 47.1118812561035 0.279991 0.283788 1983.13000488281 99.99 99.99 18.4643 99.99 99.99 18.3158 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.526534 99.99 99.99 0.366397 99.99 99.99 99.99 99.99 99.99 3 100002 3.54996 155.355 0.359936 0 0 5.05048439580397 +"N5PB011540 " 202.405212402344 47.1228446960449 0.304957 0.309945 1994.42004394531 99.99 21.8849 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.541868 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.05012 176.645 0.622056 0 0 5.05454110527628 +"N5PB005495 " 202.520751953125 47.1175651550293 0.348893 0.344762 1994.42004394531 20.1599 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.561828 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 3.32714 158.886 0.721524 0 0 5.05825686315349 +"N5PB018398 " 202.553588867188 47.2573089599609 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8916 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.605552 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.50366 17.7009 0.406971 0 0 5.07088625130704 +"N5PB018417 " 202.412979125977 47.2696876525879 0.279991 0.283788 1983.13000488281 99.99 99.99 17.0098 99.99 20.3723 18.7543 99.99 99.99 99.99 99.99 99.99 99 99 37 99 7 1 99 99 99 99 99 99.99 99.99 0.434234 99.99 0.484414 0.369629 99.99 99.99 99.99 99.99 99.99 3 1100204 2.11673 166.331 0.21998 0 0 5.07583479383809 +"N5PB011515 " 202.498825073242 47.1120681762695 0.254833 0.266884 1994.43005371094 18.5098 21.1671 99.99 99.99 20.6179 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.437667 0.459907 99.99 99.99 0.574178 99.99 99.99 99.99 99.99 99.99 99.99 3 12004 5.39859 164 0.0950079 0 0 5.08471549462344 +"N5PB006789 " 202.559555053711 47.2539291381836 0.348893 0.344762 1994.42004394531 20.1819 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.571316 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.45209 125.885 0.478592 0 0 5.09305054886113 +"N5PB018204 " 202.455581665039 47.1102447509766 0.234001 0.234872 1999.34997558594 99.99 99.99 16.4124 99.99 99.99 99.99 99.99 99.99 15.506 14.719 14.571 99 99 37 99 99 99 99 99 47 48 49 99.99 99.99 0.422728 99.99 99.99 99.99 99.99 99.99 0.056 0.066 0.095 3 202 2.61012 15.9864 0.112542 0 0 5.09368625841114 +"N5PB011514 " 202.502044677734 47.1124572753906 0.254833 0.266884 1994.43005371094 20.1415 22.0725 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.575216 0.552331 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 3.55046 124.938 0.641854 0 0 5.09387365003906 +"N5PB034410 " 202.523300170898 47.1176338195801 0.311169 0.329738 1993.17004394531 99.99 22.2726 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.653108 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.74547 165.318 0.756927 0 0 5.09777520658856 +"N5PB034409 " 202.519760131836 47.1164207458496 0.311169 0.329738 1993.17004394531 99.99 21.6501 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.492263 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.7669 134.84 0.65985 0 0 5.10489415940271 +"N5PB005564 " 202.4033203125 47.1226272583008 0.348893 0.344762 1994.42004394531 20.4691 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.630184 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.47715 73.4139 0.372238 0 0 5.10650152463558 +"N5PB005513 " 202.527633666992 47.1188926696777 0.348893 0.344762 1994.42004394531 20.4952 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.645575 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.51584 72.413 0.406938 0 0 5.1080916953383 +"N5PB006782 " 202.561447143555 47.2530784606934 0.348893 0.344762 1994.42004394531 20.4732 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.632549 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.49956 18.6131 0.394931 0 0 5.11326591324698 +"N5PB006197 " 202.595657348633 47.191764831543 0.348893 0.344762 1994.42004394531 20.1622 99.99 18.7682 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 37 99 99 99 99 99 99 99 99 0.548784 99.99 0.588879 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 1.65261 37.3446 0.0160387 0 0 5.11648927213667 +"N5PB006006 " 202.590118408203 47.169303894043 0.348893 0.344762 1994.42004394531 18.5026 20.9495 17.601 99.99 99.99 19.4789 99.99 99.99 16.639 15.706 15.276 35 18 37 99 99 1 99 99 47 48 49 0.422565 0.429059 0.446288 99.99 99.99 0.513493 99.99 99.99 0.147 0.146 0.174 0 1112208 2.30029 54.5908 0.0763044 0 0 5.11829204833369 +"N5PB006403 " 202.346740722656 47.2104454040527 0.348893 0.344762 1994.42004394531 19.38 22.1378 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.446403 0.5756 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 2.20145 45 0.137568 0 0 5.12363613567984 +"N5PB034436 " 202.386795043945 47.1306190490723 0.311169 0.329738 1993.17004394531 99.99 21.8959 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.510537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 1.80241 174.392 0.188482 0 0 5.12849800975066 +"N5PB018201 " 202.479461669922 47.1091079711914 0.279991 0.283788 1983.13000488281 99.99 99.99 18.3265 99.99 99.99 19.4824 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.527017 99.99 99.99 0.563851 99.99 99.99 99.99 99.99 99.99 3 2100002 1.50419 160.249 0.401923 0 0 5.140498257424 +"N5PB006948 " 202.406173706055 47.2683753967285 0.348893 0.344762 1994.42004394531 20.4112 21.3561 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.628151 0.470311 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.95934 161.252 0.581762 0 0 5.1411056795813 +"N5PB018418 " 202.41584777832 47.2719116210938 0.279991 0.283788 1983.13000488281 99.99 99.99 18.928 99.99 99.99 19.4495 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.618944 99.99 99.99 0.546047 99.99 99.99 99.99 99.99 99.99 3 2100002 2.67193 164.669 0.755822 0 0 5.14326852360959 +"N5PB006945 " 202.403106689453 47.2671928405762 0.348893 0.344762 1994.42004394531 17.7159 19.6071 17.6064 99.99 20.2951 18.8954 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.421373 0.41276 0.442569 99.99 0.453383 0.377571 99.99 99.99 99.99 99.99 99.99 3 1112208 4.96052 8.19162 0.385966 0 0 5.14543374533823 +"N5PB011684 " 202.596405029297 47.1972427368164 0.304957 0.309945 1994.42004394531 99.99 22.1595 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.583583 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 1.54736 69.2297 0.435686 0 0 5.14650420420675 +"N5PB005428 " 202.501373291016 47.1113128662109 0.348893 0.344762 1994.42004394531 20.2175 99.99 99.99 99.99 20.8596 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.57179 99.99 99.99 99.99 0.671155 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.332 68.8136 0.50918 0 0 5.15348245896391 +"N5PB019064 " 202.421112060547 47.2738151550293 0.234001 0.234872 1999.34997558594 99.99 99.99 16.8074 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.438203 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 3.65303 14.8338 0.262696 0 0 5.15964431313137 +"N5PB005448 " 202.511657714844 47.1132316589355 0.348893 0.344762 1994.42004394531 20.2067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.56703 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 3.34531 162.586 0.755248 0 0 5.16371943716397 +"N5PB006068 " 202.347457885742 47.1730651855469 0.348893 0.344762 1994.42004394531 19.6019 21.7477 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.462327 0.493909 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 2.58552 115.541 0.372372 0 0 5.16998216973421 +"N5PB034404 " 202.522811889648 47.1159973144531 0.311169 0.329738 1993.17004394531 99.99 22.2384 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.623918 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.62676 2.3358 0.386137 0 0 5.17856619568513 +"N5PB005438 " 202.508483886719 47.1122055053711 0.348893 0.344762 1994.42004394531 20.4063 99.99 99.99 99.99 20.8261 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.625325 99.99 99.99 99.99 0.651443 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.28311 10.2814 0.5935 0 0 5.18147446768171 +"N5PB006933 " 202.400024414063 47.2666244506836 0.348893 0.344762 1994.42004394531 20.2476 22.2633 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.585824 0.644746 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.22888 90.6933 0.551478 0 0 5.18479913909094 +"N5PB006776 " 202.565017700195 47.2523307800293 0.348893 0.344762 1994.42004394531 20.2008 22.3635 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.564477 0.708254 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.00554 81.1825 0.377385 0 0 5.18992855266214 +"N5PB034393 " 202.509750366211 47.1123199462891 0.254833 0.266884 1994.43005371094 20.5533 21.068 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.710342 0.449483 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022002 2.09446 68.2498 0.6848 0 0 5.1907453744095 +"N5PB034401 " 202.521438598633 47.1153450012207 0.311169 0.329738 1993.17004394531 99.99 22.318 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.660789 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.49557 73.2624 0.398629 0 0 5.1914177453422 +"N5PB019037 " 202.54621887207 47.2641448974609 0.234001 0.234872 1999.34997558594 99.99 99.99 18.6897 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.549568 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.49635 159.965 0.400766 0 0 5.19806894353243 +"N5PB006821 " 202.558441162109 47.2571792602539 0.348893 0.344762 1994.42004394531 20.4228 21.8496 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.634997 0.53081 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.16658 102.556 0.616801 0 0 5.19976143425726 +"N5PB011503 " 202.494750976563 47.1094398498535 0.304957 0.309945 1994.42004394531 99.99 18.7412 17.9099 99.99 99.99 18.2209 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 1 99 99 99 99 99 99.99 0.409777 0.464459 99.99 99.99 0.352409 99.99 99.99 99.99 99.99 99.99 3 1101204 4.21036 32.6217 0.225295 0 0 5.20384098412606 +"N5PB034396 " 202.515655517578 47.113452911377 0.311169 0.329738 1993.17004394531 99.99 22.0608 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.56676 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.28943 59.4412 0.434096 0 0 5.20697829475661 +"N5PB005427 " 202.507049560547 47.1113929748535 0.348893 0.344762 1994.42004394531 19.7385 99.99 99.99 99.99 20.3748 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.486539 99.99 99.99 99.99 0.489515 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.2816 159.632 0.511291 0 0 5.2108143663121 +"N5PB005456 " 202.519287109375 47.1143074035645 0.348893 0.344762 1994.42004394531 20.3218 22.1933 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.603677 0.597441 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 2.0379 9.45328 0.535521 0 0 5.21415553291942 +"N5PB019076 " 202.431869506836 47.2775077819824 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7737 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.567231 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.51177 108.968 0.411325 0 0 5.21691085309146 +"N5PB018199 " 202.468414306641 47.1074829101563 0.279991 0.283788 1983.13000488281 99.99 99.99 18.7545 99.99 99.99 19.4949 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.584039 99.99 99.99 0.591924 99.99 99.99 99.99 99.99 99.99 3 100002 1.48348 19.3188 0.402553 0 0 5.22471930454341 +"N5PB011833 " 202.404006958008 47.2691993713379 0.304957 0.309945 1994.42004394531 99.99 22.1502 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.580322 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.64285 52.0825 0.400261 0 0 5.2287526202982 +"N5PB011529 " 202.408538818359 47.1181373596191 0.304957 0.309945 1994.42004394531 99.99 22.0109 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.552175 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.87829 53.0216 0.511122 0 0 5.2304408104106 +"N5PB016855 " 202.503646850586 47.1102905273438 0.254833 0.266884 1994.43005371094 20.4972 99.99 99.99 99.99 20.654 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.703117 99.99 99.99 99.99 0.599427 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.87151 89.6942 0.500407 0 0 5.23633837667491 +"N5PB018425 " 202.424240112305 47.2760810852051 0.224804 0.229379 1996.16003417969 99.99 99.99 17.2501 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.443177 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 4.76064 67.5429 0.301321 0 0 5.23828092579977 +"N5PB034872 " 202.393890380859 47.2650375366211 0.254833 0.266884 1994.43005371094 20.5883 22.2823 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.742997 0.628924 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 2.84183 0 1 0 0 5.24978818292044 +"N5PB006601 " 202.352233886719 47.2297172546387 0.348893 0.344762 1994.42004394531 20.1437 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.528151 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.94692 100.001 0.511811 0 0 5.25177222362949 +"N5PB037193 " 202.562164306641 47.2559967041016 0.254833 0.266884 1994.43005371094 20.4463 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.661074 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.91996 160.975 0.572037 0 0 5.2557743029816 +"N5PB019051 " 202.538452148438 47.2691078186035 0.234001 0.234872 1999.34997558594 99.99 99.99 18.2289 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.509783 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.9517 11.827 0.3259 0 0 5.26643503599645 +"N5PB011839 " 202.40397644043 47.2699203491211 0.254833 0.266884 1994.43005371094 20.6008 21.2389 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.755366 0.458349 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 1.55636 74.3763 0.416499 0 0 5.26648180766853 +"N5PB019068 " 202.420349121094 47.2755889892578 0.234001 0.234872 1999.34997558594 99.99 99.99 18.7342 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.559032 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.10381 158.905 0.693715 0 0 5.26980045302036 +"N5PB011694 " 202.5986328125 47.2047920227051 0.304957 0.309945 1994.42004394531 99.99 22.0251 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.536987 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2202 1.47799 72.1511 0.392246 0 0 5.27035578645812 +"N5PB005398 " 202.501052856445 47.1092376708984 0.348893 0.344762 1994.42004394531 20.2102 99.99 99.99 99.99 20.6057 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.56855 99.99 99.99 99.99 0.5658 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.70871 46.3011 0.209196 0 0 5.27111124116045 +"N5PB005635 " 202.557464599609 47.1297035217285 0.348893 0.344762 1994.42004394531 19.7682 21.1423 99.99 99.99 20.4873 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.487662 0.444872 99.99 99.99 0.520134 99.99 99.99 99.99 99.99 99.99 99.99 3 1022205 3.28403 71.9441 0.551009 0 0 5.27290334659939 +"N5PB005579 " 202.550170898438 47.12548828125 0.348893 0.344762 1994.42004394531 19.9185 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.495949 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.92773 94.5937 0.262222 0 0 5.27325865404843 +"N5PB034881 " 202.397613525391 47.267333984375 0.311169 0.329738 1993.17004394531 99.99 22.2331 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.619744 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.93317 18.7796 0.574513 0 0 5.27481117167291 +"N5PB005413 " 202.507125854492 47.1102867126465 0.348893 0.344762 1994.42004394531 20.3821 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.611784 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.13363 10.795 0.600261 0 0 5.27529873070588 +"N5PB006830 " 202.559097290039 47.2585906982422 0.348893 0.344762 1994.42004394531 20.4939 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.644776 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.96985 4.67054 0.610572 0 0 5.27955192689381 +"N5PB034425 " 202.388641357422 47.1262435913086 0.311169 0.329738 1993.17004394531 99.99 22.3116 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.65475 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.50038 164.004 0.397161 0 0 5.27999572641984 +"N5PB034405 " 202.531158447266 47.1168632507324 0.311169 0.329738 1993.17004394531 99.99 22.0994 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.55621 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.90271 6.14299 0.489884 0 0 5.28275100887361 +"N5PB005388 " 202.499435424805 47.1087188720703 0.348893 0.344762 1994.42004394531 20.4546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.654586 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.18325 13.3525 0.623446 0 0 5.28608047107346 +"N5PB005467 " 202.418273925781 47.1137275695801 0.348893 0.344762 1994.42004394531 20.3658 22.1931 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.603102 0.597561 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.15609 77.3433 0.619894 0 0 5.2926651799016 +"N5PB034582 " 202.34049987793 47.1893997192383 0.311169 0.329738 1993.17004394531 99.99 22.2447 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.599852 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 1.44676 107.308 0.382458 0 0 5.29860365653103 +"N5PB006987 " 202.410522460938 47.273078918457 0.348893 0.344762 1994.42004394531 20.5038 99.99 99.99 99.99 20.4049 19.517 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 1 99 99 99 99 99 0.650865 99.99 99.99 99.99 0.495128 0.655058 99.99 99.99 99.99 99.99 99.99 3 120203 1.50715 19.4512 0.400509 0 0 5.30251442614257 +"N5PB005462 " 202.417022705078 47.1134262084961 0.348893 0.344762 1994.42004394531 20.3923 99.99 99.99 99.99 20.517 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.617401 99.99 99.99 99.99 0.54299 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 1.90607 52.9232 0.503064 0 0 5.32983137582899 +"N5PB011783 " 202.572967529297 47.2497291564941 0.304957 0.309945 1994.42004394531 99.99 22.1503 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.580391 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.58898 35.933 0.365716 0 0 5.33718906732151 +"N5PB006835 " 202.561386108398 47.2584533691406 0.348893 0.344762 1994.42004394531 19.2481 21.6587 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.450793 0.492453 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 3.48589 102.543 0.333728 0 0 5.33802537089165 +"N5PB018424 " 202.416656494141 47.2757873535156 0.279991 0.283788 1983.13000488281 99.99 99.99 18.672 99.99 99.99 19.2834 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.576439 99.99 99.99 0.464544 99.99 99.99 99.99 99.99 99.99 3 100202 2.58836 132.414 0.637213 0 0 5.34048107198876 +"N5PB005468 " 202.415267944336 47.1135787963867 0.348893 0.344762 1994.42004394531 19.955 99.99 99.99 99.99 20.8165 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.512507 99.99 99.99 99.99 0.645772 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.40495 72.2725 0.444591 0 0 5.35108012233427 +"N5PB034840 " 202.564437866211 47.2566909790039 0.311169 0.329738 1993.17004394531 99.99 22.327 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.669527 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.03535 93.8458 0.623319 0 0 5.35111968979028 +"N5PB006061 " 202.598510742188 47.1756019592285 0.348893 0.344762 1994.42004394531 19.7249 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.471363 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.34045 161.177 0.401672 0 0 5.35304320151213 +"N5PB005477 " 202.412063598633 47.1144943237305 0.348893 0.344762 1994.42004394531 20.0948 22.2388 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.536822 0.61725 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.23551 64.6742 0.489176 0 0 5.35786697647328 +"N5PB006720 " 202.578475952148 47.245475769043 0.348893 0.344762 1994.42004394531 20.4916 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.643389 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.64716 56.4012 0.398557 0 0 5.36584612041945 +"N5PB018197 " 202.471145629883 47.1050643920898 0.279991 0.283788 1983.13000488281 99.99 99.99 18.3828 99.99 99.99 19.2856 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.525382 99.99 99.99 0.468843 99.99 99.99 99.99 99.99 99.99 3 100002 2.16157 24.4685 0.477952 0 0 5.36943218768749 +"N5PB011494 " 202.506332397461 47.1084594726563 0.254833 0.266884 1994.43005371094 20.4782 22.135 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.686797 0.574535 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 2.72975 85.2731 0.744593 0 0 5.37150473119088 +"N5PB005743 " 202.57731628418 47.1421051025391 0.348893 0.344762 1994.42004394531 19.7269 21.726 18.4661 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 99 99 99 99 99 99 0.467346 0.481604 0.514776 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.97207 0.917846 0.282981 0 0 5.38350682919604 +"N5PB034842 " 202.567443847656 47.2555503845215 0.311169 0.329738 1993.17004394531 99.99 20.8193 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.440363 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 6.96831 81.8679 0.568444 0 0 5.39300721101742 +"N5PB034400 " 202.531356811523 47.1147918701172 0.311169 0.329738 1993.17004394531 99.99 22.1966 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.616899 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.39801 34.4172 0.627944 0 0 5.39649012279045 +"N5PB013434 " 202.564437866211 47.2578964233398 0.311169 0.329738 1993.17004394531 99.99 22.0872 99.99 99.99 99.99 19.4816 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.566032 99.99 99.99 99.99 0.787246 99.99 99.99 99.99 99.99 99.99 3 202002 1.96368 155.811 0.387488 0 0 5.40173005511996 +"N5PB011827 " 202.39208984375 47.2673263549805 0.311169 0.329738 1993.17004394531 99.99 21.7373 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.504007 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2003 4.17305 121.222 0.640027 0 0 5.40388785579495 +"N5PB006143 " 202.338607788086 47.1831359863281 0.348893 0.344762 1994.42004394531 20.4674 21.7583 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.629195 0.493707 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.45259 159.66 0.374635 0 0 5.41057534251658 +"N5PB005421 " 202.424194335938 47.1098365783691 0.348893 0.344762 1994.42004394531 20.3868 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.614343 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.60025 89.6708 0.3753 0 0 5.41899500482151 +"N5PB006851 " 202.376480102539 47.2586288452148 0.348893 0.344762 1994.42004394531 19.7106 21.6697 18.5731 99.99 99.99 19.5166 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.460955 0.475812 0.544071 99.99 99.99 0.611361 99.99 99.99 99.99 99.99 99.99 0 122206 1.72181 96.0147 0.16423 0 0 5.41974379682855 +"N5PB011510 " 202.419418334961 47.1110534667969 0.304957 0.309945 1994.42004394531 99.99 20.173 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.424678 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 8.10939 4.13069 0.663095 0 0 5.42205041746069 +"N5PB011484 " 202.495056152344 47.1057472229004 0.304957 0.309945 1994.42004394531 99.99 22.1854 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.594363 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.55221 73.5808 0.420202 0 0 5.42375142344384 +"N5PB005457 " 202.412994384766 47.1129112243652 0.348893 0.344762 1994.42004394531 19.8953 22.092 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.510731 0.582174 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022203 2.8788 157.044 0.456795 0 0 5.4267509203768 +"N5PB005873 " 202.353317260742 47.1513786315918 0.348893 0.344762 1994.42004394531 16.8025 18.9991 15.8448 99.99 19.7585 17.571 99.99 99.99 15 14.296 14.112 35 18 37 99 7 1 99 99 47 48 49 0.416193 0.408704 0.423876 99.99 0.425539 0.31217 99.99 99.99 0.041 0.046 0.056 0 111209 2.85687 118.031 0.0372886 0 0 5.42685622375733 +"N5PB018427 " 202.414108276367 47.2766380310059 0.279991 0.283788 1983.13000488281 99.99 99.99 18.5568 99.99 99.99 19.5161 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.554299 99.99 99.99 0.636312 99.99 99.99 99.99 99.99 99.99 3 2100002 1.69718 162.517 0.582445 0 0 5.42998813229493 +"N5PB011501 " 202.426116943359 47.1091232299805 0.304957 0.309945 1994.42004394531 99.99 22.1412 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.576881 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.5068 158.984 0.411209 0 0 5.43267071722847 +"N5PB006862 " 202.561630249023 47.260669708252 0.348893 0.344762 1994.42004394531 19.165 20.4 99.99 99.99 20.3904 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.446049 0.419919 99.99 99.99 0.482137 99.99 99.99 99.99 99.99 99.99 99.99 3 1022205 3.3219 66.9013 0.244678 0 0 5.4410765905311 +"N5PB017058 " 202.406555175781 47.2742729187012 0.254833 0.266884 1994.43005371094 19.9948 99.99 99.99 99.99 99.99 19.4636 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 1 99 99 99 99 99 0.536165 99.99 99.99 99.99 99.99 0.530291 99.99 99.99 99.99 99.99 99.99 3 120002 2.73108 49.7292 0.424167 0 0 5.44143464476794 +"N5PB034836 " 202.570098876953 47.2548141479492 0.311169 0.329738 1993.17004394531 99.99 22.2426 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.627251 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.52669 143.067 0.260975 0 0 5.44353967417793 +"N5PB011852 " 202.409286499023 47.2753143310547 0.304957 0.309945 1994.42004394531 99.99 22.1283 99.99 99.99 20.7401 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.572044 99.99 99.99 0.60161 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 1.22763 66.3403 0.00147415 0 0 5.44479434203 +"N5PB006553 " 202.343826293945 47.2241172790527 0.348893 0.344762 1994.42004394531 19.6154 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.463966 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.04393 149.625 0.106601 0 0 5.44907528236285 +"N5PB006996 " 202.404251098633 47.2735710144043 0.348893 0.344762 1994.42004394531 19.7997 21.5999 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.494001 0.481144 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 2.53905 8.41863 0.385687 0 0 5.45014162032041 +"N5PB016846 " 202.497451782227 47.1053733825684 0.254833 0.266884 1994.43005371094 20.4984 99.99 99.99 99.99 20.5847 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.704191 99.99 99.99 99.99 0.56829 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.60558 92.062 0.377869 0 0 5.46481531746638 +"N5PB005373 " 202.507858276367 47.1070594787598 0.348893 0.344762 1994.42004394531 20.273 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.579358 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.68032 56.2727 0.155177 0 0 5.46948751280094 +"N5PB034883 " 202.391296386719 47.2683296203613 0.311169 0.329738 1993.17004394531 99.99 22.274 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.654372 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.55465 45.6538 0.26181 0 0 5.47156328363224 +"2MJGQIYP " 202.509697 47.281776 0.07 0.07 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.804 15.055 14.5 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.081 0.086 0.095 4 77777700 0 0 0 0 0 5.47475118940253 +"N5PB034886 " 202.392364501953 47.2690658569336 0.254833 0.266884 1994.43005371094 19.8439 21.2914 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.51742 0.459848 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 3.45621 87.517 0.522252 0 0 5.48205100121056 +"N5PB011490 " 202.500381469727 47.1054420471191 0.254833 0.266884 1994.43005371094 18.0171 20.268 18.6026 99.99 20.5233 19.4922 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.426639 0.42331 0.553177 99.99 0.536369 0.585075 99.99 99.99 99.99 99.99 99.99 3 112006 11.7281 134.334 0.75653 0 0 5.4863438895099 +"N5PB005590 " 202.557693481445 47.1250495910645 0.348893 0.344762 1994.42004394531 15.0353 16.4334 14.5664 99.99 16.6424 15.449 99.99 99.99 14.004 13.433 13.419 35 18 37 99 7 1 99 99 47 48 49 0.415124 0.405147 0.415476 99.99 0.41794 0.297422 99.99 99.99 0.026 0.029 0.039 0 1111209 3.79585 131.401 0.0380318 0 0 5.48836305086744 +"N5PB011488 " 202.504669189453 47.1061058044434 0.304957 0.309945 1994.42004394531 99.99 21.4802 99.99 99.99 20.5593 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.477315 99.99 99.99 0.564074 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 2.46337 42.1647 0.356238 0 0 5.48969440072673 +"N5PB011493 " 202.4296875 47.1073036193848 0.304957 0.309945 1994.42004394531 99.99 21.7051 99.99 99.99 99.99 19.5021 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.511102 99.99 99.99 99.99 0.71141 99.99 99.99 99.99 99.99 99.99 3 202002 2.61704 176.915 0.469556 0 0 5.49016049618739 +"N5PB018440 " 202.431274414063 47.2821578979492 0.224804 0.229379 1996.16003417969 99.99 99.99 18.5943 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.566924 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 2.23524 36.2429 0.534588 0 0 5.49067870188649 +"N5PB018430 " 202.415496826172 47.278263092041 0.279991 0.283788 1983.13000488281 99.99 99.99 18.4939 99.99 99.99 19.4486 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.534895 99.99 99.99 0.544792 99.99 99.99 99.99 99.99 99.99 3 2100202 2.41574 146.864 0.665821 0 0 5.49536841191609 +"N5PB006534 " 202.597686767578 47.2245979309082 0.348893 0.344762 1994.42004394531 19.2786 21.792 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.442927 0.503797 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 2.4051 30.8534 0.163412 0 0 5.49878462715837 +"N5PB034397 " 202.533996582031 47.1137809753418 0.311169 0.329738 1993.17004394531 99.99 22.107 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.577072 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.94457 101.847 0.211252 0 0 5.50047892025506 +"N5PB011811 " 202.565719604492 47.2593994140625 0.311169 0.329738 1993.17004394531 99.99 21.4781 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.473721 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 3.91809 9.71046 0.376008 0 0 5.50232057940715 +"N5PB034429 " 202.565185546875 47.1293525695801 0.311169 0.329738 1993.17004394531 99.99 22.164 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.593847 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.70933 60.8534 0.279819 0 0 5.50535535118276 +"N5PB006466 " 202.600784301758 47.2182121276855 0.348893 0.344762 1994.42004394531 19.6932 21.218 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.470821 0.448377 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.23731 115.295 0.302644 0 0 5.50755054633277 +"N5PB005375 " 202.513931274414 47.1076011657715 0.348893 0.344762 1994.42004394531 20.4443 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.648115 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.15969 103.898 0.6233 0 0 5.51338134726173 +"N5PB037078 " 202.577377319336 47.1383399963379 0.254833 0.266884 1994.43005371094 20.3922 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.62241 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.8256 108.414 0.528588 0 0 5.52069562942634 +"N5PB034835 " 202.573379516602 47.2544288635254 0.311169 0.329738 1993.17004394531 99.99 22.3552 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.699076 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.55857 19.1606 0.429469 0 0 5.52914383858322 +"N5PB011732 " 202.59651184082 47.2282447814941 0.304957 0.309945 1994.42004394531 99.99 21.8633 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.508967 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.79175 4.02299 0.768885 0 0 5.52958691148744 +"N5PB011851 " 202.404296875 47.2751274108887 0.304957 0.309945 1994.42004394531 99.99 21.9376 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.544717 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.93169 173.99 0.679218 0 0 5.5306429827247 +"N5PB011499 " 202.420669555664 47.108699798584 0.304957 0.309945 1994.42004394531 99.99 22.1505 99.99 99.99 20.8301 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.580461 99.99 99.99 0.6538 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 1.26572 90.0766 0.0545226 0 0 5.53395595658229 +"N5PB011845 " 202.401351928711 47.2740478515625 0.304957 0.309945 1994.42004394531 99.99 21.9067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.534874 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.95564 8.87067 0.519912 0 0 5.53398924053537 +"N5PB005389 " 202.423263549805 47.1079025268555 0.348893 0.344762 1994.42004394531 20.3267 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.583508 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 2.90575 173.209 0.802323 0 0 5.54102214552406 +"N5PB006912 " 202.381393432617 47.2645072937012 0.348893 0.344762 1994.42004394531 20.1753 22.1169 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.523778 0.565451 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.43908 44.4708 0.239795 0 0 5.54248248072454 +"N5PB034387 " 202.51985168457 47.1084938049316 0.311169 0.329738 1993.17004394531 99.99 22.2466 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.630568 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.98885 19.077 0.59586 0 0 5.54627642726485 +"N5PB019065 " 202.536407470703 47.2753715515137 0.234001 0.234872 1999.34997558594 99.99 99.99 17.7855 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.475711 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.46296 20.6043 0.338231 0 0 5.54814771711657 +"N5PB037041 " 202.507858276367 47.1056900024414 0.254833 0.266884 1994.43005371094 20.3118 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.598044 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.74344 171.401 0.724742 0 0 5.54840607783402 +"N5PB018237 " 202.548843383789 47.1190872192383 0.224804 0.229379 1996.16003417969 99.99 99.99 18.1538 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.459786 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10000201 1.38528 7.53069 0.118218 0 0 5.54875703150833 +"N5PB006877 " 202.562301635742 47.2627449035645 0.348893 0.344762 1994.42004394531 19.9821 21.9426 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.528464 0.546373 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022203 4.35505 179.636 0.662415 0 0 5.55091344106432 +"N5PB011474 " 202.49299621582 47.1032295227051 0.304957 0.309945 1994.42004394531 99.99 21.3883 99.99 99.99 20.8251 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.471404 99.99 99.99 0.65082 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 3.69158 174.44 0.554644 0 0 5.55756652676481 +"N5PB037189 " 202.576034545898 47.2530097961426 0.254833 0.266884 1994.43005371094 20.5557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.712537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.51848 92.3463 0.203557 0 0 5.55774391495257 +"N5PB005358 " 202.509704589844 47.1058921813965 0.348893 0.344762 1994.42004394531 19.7187 99.99 99.99 99.99 20.3825 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.491102 99.99 99.99 99.99 0.490125 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.56374 148.777 0.517594 0 0 5.5581109449768 +"N5PB011842 " 202.398376464844 47.2734069824219 0.254833 0.266884 1994.43005371094 20.461 22.2008 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.672695 0.600763 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 1.49174 42.2423 0.225574 0 0 5.56370833664353 +"N5PB006858 " 202.5654296875 47.2610397338867 0.348893 0.344762 1994.42004394531 20.0677 21.4648 99.99 99.99 20.5953 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.548931 0.474161 99.99 99.99 0.558762 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 3.37078 31.249 0.432458 0 0 5.56406598921071 +"N5PB005355 " 202.433349609375 47.1051750183105 0.348893 0.344762 1994.42004394531 20.3599 21.5134 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.600026 0.483054 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.91637 13.0297 0.470718 0 0 5.56985859108603 +"N5PB006810 " 202.572601318359 47.256175994873 0.348893 0.344762 1994.42004394531 20.3284 22.0235 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.6072 0.560706 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.95319 144.729 0.368811 0 0 5.5740025370341 +"N5PB005853 " 202.591400146484 47.1515769958496 0.348893 0.344762 1994.42004394531 15.5474 16.446 15.0759 99.99 16.6986 15.9005 99.99 99.99 14.537 14.122 14.036 35 18 37 99 7 1 99 99 47 48 49 0.415267 0.404571 0.416326 99.99 0.41784 0.297065 99.99 99.99 0.031 0.041 0.059 0 1111209 3.46805 154.142 0.0605656 0 0 5.57429509465899 +"N5PB006163 " 202.334106445313 47.1852607727051 0.348893 0.344762 1994.42004394531 19.9295 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.491057 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.5764 17.7615 0.042972 0 0 5.57839866609568 +"N5PB011476 " 202.49787902832 47.1034049987793 0.304957 0.309945 1994.42004394531 99.99 21.1691 99.99 99.99 20.5565 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.455643 99.99 99.99 0.561872 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 3.95043 99.0192 0.556612 0 0 5.58400519130449 +"N5PB034853 " 202.567047119141 47.2604942321777 0.311169 0.329738 1993.17004394531 99.99 22.2804 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.627338 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.49926 73.1234 0.398815 0 0 5.58699495272615 +"N5PB005359 " 202.431015014648 47.1053314208984 0.348893 0.344762 1994.42004394531 20.2222 20.8946 99.99 99.99 20.6968 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.573932 0.443389 99.99 99.99 0.604133 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 1.90435 162.581 0.327071 0 0 5.58735907119142 +"N5PB011480 " 202.434997558594 47.1044883728027 0.304957 0.309945 1994.42004394531 99.99 21.9498 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.548803 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.28422 119.666 0.606123 0 0 5.5918717215582 +"N5PB011479 " 202.437561035156 47.1039962768555 0.304957 0.309945 1994.42004394531 99.99 21.8032 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.517594 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 2.5274 61.6358 0.552136 0 0 5.59456592179524 +"N5PB034848 " 202.570190429688 47.2585487365723 0.311169 0.329738 1993.17004394531 99.99 22.3691 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.714683 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.36614 11.0318 0.712693 0 0 5.59749137778343 +"N5PB006989 " 202.394180297852 47.2722816467285 0.348893 0.344762 1994.42004394531 19.7892 21.3469 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.48687 0.46901 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.59086 108.826 0.423015 0 0 5.59918309651308 +"N5PB037209 " 202.389205932617 47.2700996398926 0.254833 0.266884 1994.43005371094 20.4089 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.633686 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.79841 89.5084 0.469453 0 0 5.6075146634622 +"N5PB011672 " 202.333084106445 47.1874847412109 0.304957 0.309945 1994.42004394531 99.99 21.6941 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.491782 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1002202 1.95889 45.8142 0.409105 0 0 5.60809408055552 +"N5PB019074 " 202.532150268555 47.2780342102051 0.234001 0.234872 1999.34997558594 99.99 99.99 17.9518 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.488532 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.0126 149.46 0.118727 0 0 5.60816158375445 +"N5PB011475 " 202.436218261719 47.103946685791 0.254833 0.266884 1994.43005371094 20.4804 21.8791 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.688675 0.526617 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 1.54655 144.385 0.164052 0 0 5.61075874611274 +"N5PB005369 " 202.425842285156 47.1060256958008 0.348893 0.344762 1994.42004394531 19.8466 21.9695 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.504556 0.538631 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 3.53981 14.1641 0.580448 0 0 5.61198601148499 +"N5PB034595 " 202.332595825195 47.192024230957 0.311169 0.329738 1993.17004394531 99.99 22.2928 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.637798 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.22955 176.961 0.00483011 0 0 5.61375589917144 +"N5PB018441 " 202.422714233398 47.2823829650879 0.279991 0.283788 1983.13000488281 99.99 99.99 17.4928 99.99 99.99 19.4865 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.453127 99.99 99.99 0.569475 99.99 99.99 99.99 99.99 99.99 3 100003 2.11085 158.296 0.693488 0 0 5.6141033696624 +"N5PB005303 " 202.489883422852 47.101879119873 0.348893 0.344762 1994.42004394531 20.1208 21.1714 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.520859 0.458148 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1000022502 1.69045 120.597 0.283536 0 0 5.61793750987353 +"N5PB005770 " 202.356796264648 47.1413764953613 0.348893 0.344762 1994.42004394531 17.2572 19.4941 17.1318 99.99 20.3367 18.3853 99.99 99.99 16.013 15.471 15.03 35 18 37 99 7 1 99 99 47 48 49 0.417752 0.410745 0.437108 99.99 0.468394 0.335185 99.99 99.99 0.089 0.111 0.14 3 111209 3.236 126.513 0.0500541 0 0 5.62058248252152 +"N5PB006368 " 202.606399536133 47.2095985412598 0.348893 0.344762 1994.42004394531 19.0145 19.6843 18.2756 99.99 20.0075 19.2069 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.429059 0.410541 0.49884 99.99 0.432479 0.401404 99.99 99.99 99.99 99.99 99.99 0 112208 2.2607 147.293 0.289038 0 0 5.62372786622896 +"N5PB005632 " 202.373001098633 47.1278877258301 0.348893 0.344762 1994.42004394531 20.1263 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.548367 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 3.0016 41.3349 0.704741 0 0 5.63329563422708 +"N5PB011485 " 202.517440795898 47.1062202453613 0.304957 0.309945 1994.42004394531 99.99 22.0285 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.557833 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 2.08598 165.957 0.59119 0 0 5.63915288008893 +"N5PB007007 " 202.397888183594 47.2748718261719 0.348893 0.344762 1994.42004394531 20.2172 21.5066 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.55504 0.481844 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 2.37546 146.612 0.631782 0 0 5.64897043735127 +"N5PB034862 " 202.568130493164 47.2612762451172 0.254833 0.266884 1994.43005371094 20.3707 21.3293 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.635565 0.465897 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 2.37587 55.8945 0.630706 0 0 5.65136872876698 +"N5PB034888 " 202.386871337891 47.2698402404785 0.311169 0.329738 1993.17004394531 99.99 22.3394 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.682124 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.49559 108.769 0.391336 0 0 5.65158873531963 +"N5PB011831 " 202.555221557617 47.2690734863281 0.304957 0.309945 1994.42004394531 99.99 21.3428 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.468427 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 4.39097 31.8672 0.709014 0 0 5.65522311096114 +"N5PB006829 " 202.572036743164 47.2586326599121 0.348893 0.344762 1994.42004394531 20.4273 22.2069 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.607134 0.624865 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.45637 110.369 0.384965 0 0 5.65588533600695 +"N5PB016839 " 202.445602416992 47.101749420166 0.254833 0.266884 1994.43005371094 20.4843 99.99 99.99 99.99 20.7021 19.4954 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 1 99 99 99 99 99 0.691985 99.99 99.99 99.99 0.607568 0.739566 99.99 99.99 99.99 99.99 99.99 3 220204 2.13796 102.497 0.608469 0 0 5.65818748101851 +"N5PB005340 " 202.509658813477 47.1041069030762 0.348893 0.344762 1994.42004394531 19.8068 22.0408 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.500615 0.556573 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 4.37591 113.877 0.704808 0 0 5.6601933137379 +"N5PB016840 " 202.442962646484 47.1020431518555 0.254833 0.266884 1994.43005371094 20.6242 99.99 99.99 99.99 20.3634 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.779268 99.99 99.99 99.99 0.479883 99.99 99.99 99.99 99.99 99.99 99.99 3 20002 1.66479 58.3018 0.384308 0 0 5.66103013725799 +"N5PB005787 " 202.353607177734 47.1433906555176 0.348893 0.344762 1994.42004394531 19.107 21.2493 99.99 99.99 99.99 19.5106 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.434115 0.451315 99.99 99.99 99.99 0.66769 99.99 99.99 99.99 99.99 99.99 0 222206 2.52482 4.5252 0.305522 0 0 5.66165456849482 +"N5PB011471 " 202.494003295898 47.1015663146973 0.304957 0.309945 1994.42004394531 99.99 21.5876 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.491588 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.30611 4.72534 0.257321 0 0 5.66287641129227 +"N5PB006932 " 202.557174682617 47.268238067627 0.348893 0.344762 1994.42004394531 20.2463 22.1967 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.585214 0.599028 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.27318 55.0847 0.546907 0 0 5.66510493735288 +"N5PB034374 " 202.512634277344 47.104621887207 0.254833 0.266884 1994.43005371094 20.5947 21.8719 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.749316 0.526148 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1000022202 1.55015 70.4224 0.42483 0 0 5.66645837087853 +"N5PB018421 " 202.545043945313 47.2741889953613 0.279991 0.283788 1983.13000488281 99.99 99.99 18.338 99.99 99.99 19.5139 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.521981 99.99 99.99 0.612875 99.99 99.99 99.99 99.99 99.99 3 100002 1.51078 123.69 0.567259 0 0 5.66744631783298 +"N5PB018448 " 202.434295654297 47.285816192627 0.279991 0.283788 1983.13000488281 99.99 99.99 18.2477 99.99 99.99 19.5076 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.506417 99.99 99.99 0.580076 99.99 99.99 99.99 99.99 99.99 3 100003 2.1028 0 1 0 0 5.66811830825085 +"N5PB018447 " 202.434982299805 47.2859420776367 0.224804 0.229379 1996.16003417969 99.99 99.99 17.6614 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.458561 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 4.58836 16.5951 0.445163 0 0 5.66826452664683 +"N5PB006904 " 202.562545776367 47.2653617858887 0.348893 0.344762 1994.42004394531 20.2117 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.569208 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 1.97456 116.841 0.383466 0 0 5.67416682384944 +"N5PB005302 " 202.491333007813 47.1010093688965 0.348893 0.344762 1994.42004394531 20.0778 20.6487 99.99 99.99 20.4664 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.542014 0.433588 99.99 99.99 0.521234 99.99 99.99 99.99 99.99 99.99 99.99 3 1000022503 2.78954 139.739 0.495327 0 0 5.67826202455726 +"N5PB007047 " 202.401306152344 47.2768287658691 0.348893 0.344762 1994.42004394531 18.4614 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.435568 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2010202 8.87868 85.099 0.545967 0 0 5.67931600848286 +"N5PB005344 " 202.513397216797 47.1045570373535 0.348893 0.344762 1994.42004394531 20.3075 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.596255 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.68228 110.536 0.681195 0 0 5.67974087538108 +"N5PB034766 " 202.598709106445 47.2313766479492 0.254833 0.266884 1994.43005371094 20.4775 22.1273 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.686208 0.589408 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.46379 154.79 0.107628 0 0 5.6832764323962 +"N5PB006986 " 202.389877319336 47.2720146179199 0.348893 0.344762 1994.42004394531 20.5364 20.9407 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.671591 0.445591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.32225 10.2853 0.709862 0 0 5.68496384255842 +"N5PB018437 " 202.414291381836 47.2813568115234 0.279991 0.283788 1983.13000488281 99.99 99.99 18.4809 99.99 20.6202 19.1227 99.99 99.99 99.99 99.99 99.99 99 99 37 99 7 1 99 99 99 99 99 99.99 99.99 0.543565 99.99 0.575729 0.440954 99.99 99.99 99.99 99.99 99.99 3 100004 2.93382 166.874 0.512107 0 0 5.68500455444366 +"N5PB034386 " 202.526382446289 47.1078300476074 0.311169 0.329738 1993.17004394531 99.99 22.3256 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.668153 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.55375 107.909 0.424425 0 0 5.68543395038333 +"N5PB034377 " 202.516952514648 47.1052169799805 0.311169 0.329738 1993.17004394531 99.99 21.7854 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.506082 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.56918 54.7828 0.252226 0 0 5.68906375817389 +"N5PB006493 " 202.604553222656 47.2207679748535 0.348893 0.344762 1994.42004394531 18.5717 19.6414 17.4591 99.99 20.2806 19.4003 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.424727 0.411799 0.449253 99.99 0.450159 0.437376 99.99 99.99 99.99 99.99 99.99 0 112209 2.49625 92.31 0.133064 0 0 5.69642073316774 +"N5PB037039 " 202.432693481445 47.103084564209 0.254833 0.266884 1994.43005371094 19.9482 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.48961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10020201 2.00653 164 0.412497 0 0 5.69786838416001 +"N5PB011472 " 202.438278198242 47.1021003723145 0.304957 0.309945 1994.42004394531 99.99 21.584 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.490877 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.65403 92.5315 0.53164 0 0 5.69834513050034 +"N5PB005449 " 202.402389526367 47.111499786377 0.348893 0.344762 1994.42004394531 17.183 19.3422 16.3313 99.99 20.0784 17.9181 99.99 99.99 15.288 14.633 14.534 35 18 37 99 7 1 99 99 47 48 49 0.416911 0.409607 0.423185 99.99 0.433221 0.314899 99.99 99.99 0.047 0.061 0.088 0 1111209 2.75121 47.8654 0.0496817 0 0 5.70043919777752 +"N5PB005594 " 202.56852722168 47.1268196105957 0.348893 0.344762 1994.42004394531 19.9904 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.505386 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.77023 20.6661 0.243718 0 0 5.70934470047776 +"N5PB006941 " 202.557174682617 47.2692604064941 0.348893 0.344762 1994.42004394531 20.5323 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.668911 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.51415 159.496 0.416525 0 0 5.71308322642083 +"N5PB005306 " 202.498123168945 47.1011505126953 0.348893 0.344762 1994.42004394531 19.0488 21.9084 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.449559 0.5354 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12203 4.6939 113.958 0.217501 0 0 5.71852961059462 +"N5PB034382 " 202.525665283203 47.1069793701172 0.311169 0.329738 1993.17004394531 99.99 22.3252 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.667744 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.00348 175.28 0.61029 0 0 5.72055757713031 +"N5PB034506 " 202.601440429688 47.160758972168 0.254833 0.266884 1994.43005371094 20.6179 22.0269 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.772742 0.549933 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.33085 168.897 0.71125 0 0 5.72237487831952 +"N5PB034753 " 202.601165771484 47.2290687561035 0.311169 0.329738 1993.17004394531 99.99 22.3293 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.671891 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.53727 109.71 0.426917 0 0 5.72422305508737 +"N5PB034894 " 202.3857421875 47.2709045410156 0.311169 0.329738 1993.17004394531 99.99 22.3161 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.658966 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.56251 160.198 0.448206 0 0 5.73025486852288 +"N5PB011846 " 202.392791748047 47.2743034362793 0.304957 0.309945 1994.42004394531 99.99 21.7344 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.509745 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.26264 7.8915 0.747643 0 0 5.73153038669154 +"N5PB018420 " 202.546356201172 47.2749252319336 0.224804 0.229379 1996.16003417969 99.99 99.99 18.437 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.530427 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.38393 114.739 0.458372 0 0 5.73346711240915 +"N5PB034388 " 202.533386230469 47.1091461181641 0.311169 0.329738 1993.17004394531 99.99 22.3017 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.645682 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.5099 69.2658 0.407158 0 0 5.73582216665384 +"N5PB018423 " 202.542465209961 47.2766227722168 0.279991 0.283788 1983.13000488281 99.99 99.99 18.372 99.99 99.99 19.3552 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.522415 99.99 99.99 0.485504 99.99 99.99 99.99 99.99 99.99 3 100203 2.06503 16.289 0.480109 0 0 5.73646265084952 +"N5PB011459 " 202.491851806641 47.100025177002 0.304957 0.309945 1994.42004394531 99.99 22.1057 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.538956 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1010002501 1.62059 165.605 0.578638 0 0 5.73985457233127 +"N5PB005771 " 202.352462768555 47.1420440673828 0.348893 0.344762 1994.42004394531 20.123 22.1721 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.547098 0.588961 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.04589 30.7744 0.343358 0 0 5.74489376403758 +"N5PB005297 " 202.501174926758 47.1010971069336 0.348893 0.344762 1994.42004394531 20.523 21.6352 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.662895 0.494854 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.98513 59.1267 0.612037 0 0 5.74773621352866 +"N5PB007016 " 202.396606445313 47.2763137817383 0.348893 0.344762 1994.42004394531 20.2175 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.57179 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.65545 133.011 0.188016 0 0 5.75000156663971 +"N5PB007030 " 202.398666381836 47.2773284912109 0.348893 0.344762 1994.42004394531 20.4634 22.0099 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.660214 0.551835 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.55671 134.325 0.262309 0 0 5.75908021661409 +"N5PB011460 " 202.487030029297 47.0992050170898 0.254833 0.266884 1994.43005371094 20.0964 21.4042 99.99 99.99 20.8086 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.555023 0.473808 99.99 99.99 0.641177 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 2.41953 55.1048 0.392678 0 0 5.76178044959973 +"N5PB034373 " 202.511444091797 47.1026954650879 0.311169 0.329738 1993.17004394531 99.99 22.3348 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.677362 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1010002501 3.20649 163.418 0.621484 0 0 5.76228077125422 +"N5PB005698 " 202.583068847656 47.1366271972656 0.348893 0.344762 1994.42004394531 17.7366 19.1576 17.2634 99.99 19.416 18.1822 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.418337 0.406166 0.432539 99.99 0.422982 0.318126 99.99 99.99 99.99 99.99 99.99 0 111209 2.55472 0.108073 0.0609637 0 0 5.76766137476723 +"N5PB011885 " 202.418380737305 47.2841453552246 0.304957 0.309945 1994.42004394531 99.99 20.1606 99.99 99.99 20.7043 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.423985 99.99 99.99 0.608947 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 7.38529 119.269 0.680461 0 0 5.77566517444003 +"N5PB011829 " 202.560165405273 47.2689933776855 0.304957 0.309945 1994.42004394531 99.99 22.1604 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.584306 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.68044 148.133 0.383152 0 0 5.77702922622946 +"N5PB007021 " 202.394378662109 47.2760200500488 0.348893 0.344762 1994.42004394531 20.4469 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.64971 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.80629 134.375 0.411979 0 0 5.7829632175512 +"N5PB011887 " 202.421920776367 47.2852172851563 0.304957 0.309945 1994.42004394531 99.99 20.5174 18.5188 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 99 99 99 99 99 99 99.99 0.431594 0.542314 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 5.07523 125.189 0.118378 0 0 5.78492993053839 +"N5PB005352 " 202.526306152344 47.1059455871582 0.348893 0.344762 1994.42004394531 20.3897 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.615974 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.8703 35.3013 0.495406 0 0 5.78787851862396 +"N5PB018450 " 202.431564331055 47.2873954772949 0.279991 0.283788 1983.13000488281 99.99 99.99 18.429 99.99 20.5502 19.3863 99.99 99.99 99.99 99.99 99.99 99 99 37 99 7 1 99 99 99 99 99 99.99 99.99 0.538899 99.99 0.556961 0.483718 99.99 99.99 99.99 99.99 99.99 3 100204 1.7783 137.746 0.440045 0 0 5.78898558195166 +"N5PB005292 " 202.441497802734 47.1000556945801 0.348893 0.344762 1994.42004394531 20.5856 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.705363 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 1.79709 1.40514 0.451501 0 0 5.78981232501945 +"N5PB034910 " 202.390441894531 47.274471282959 0.254833 0.266884 1994.43005371094 20.2909 19.364 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.627469 0.421299 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2021002 2.73592 107.214 0.600151 0 0 5.79310981883806 +"N5PB006909 " 202.566360473633 47.2657508850098 0.348893 0.344762 1994.42004394531 19.6462 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.478271 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 3.70049 86.407 0.568197 0 0 5.79553864254904 +"N5PB011813 " 202.572937011719 47.2615089416504 0.311169 0.329738 1993.17004394531 99.99 21.9746 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.548999 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 3.35372 154.62 0.566376 0 0 5.80091237012939 +"N5PB007011 " 202.392517089844 47.2755851745605 0.348893 0.344762 1994.42004394531 20.4868 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.640557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.33183 10.7151 0.711822 0 0 5.80196717482288 +"N5PB011840 " 202.554992675781 47.2723655700684 0.304957 0.309945 1994.42004394531 99.99 21.8936 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.530888 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.10353 157.48 0.516109 0 0 5.80703853939222 +"N5PB005322 " 202.430862426758 47.1015281677246 0.348893 0.344762 1994.42004394531 20.2506 22.3456 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.587319 0.688624 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.54776 68.7754 0.625795 0 0 5.80809709208217 +"N5PB011461 " 202.447540283203 47.0988883972168 0.254833 0.266884 1994.43005371094 20.4434 21.3579 99.99 99.99 20.7973 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.658874 0.470578 99.99 99.99 0.634604 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 1.82846 144.812 0.485543 0 0 5.8140848432594 +"N5PB005301 " 202.493286132813 47.0989036560059 0.348893 0.344762 1994.42004394531 18.0186 21.1291 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.427736 0.451642 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1000012203 7.07388 111.241 0.347063 0 0 5.81553764500517 +"N5PB006790 " 202.354644775391 47.2517395019531 0.348893 0.344762 1994.42004394531 18.7339 19.9997 18.5235 99.99 20.307 19.1282 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.425324 0.41636 0.529757 99.99 0.451693 0.395309 99.99 99.99 99.99 99.99 99.99 0 111208 2.2985 130.437 0.202013 0 0 5.82735107700051 +"N5PB011462 " 202.443099975586 47.0991744995117 0.304957 0.309945 1994.42004394531 99.99 22.12 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.568981 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.45793 19.1598 0.369132 0 0 5.82882782921812 +"N5PB006142 " 202.612731933594 47.1858901977539 0.348893 0.344762 1994.42004394531 20.3188 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.579776 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.58772 0.247356 0.375413 0 0 5.83343684289448 +"N5PB005274 " 202.454742431641 47.0978202819824 0.348893 0.344762 1994.42004394531 19.1379 21.4273 99.99 99.99 20.4303 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.453065 0.473319 99.99 99.99 0.507266 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 4.54292 15.4556 0.353568 0 0 5.83827419286143 +"N5PB034365 " 202.519485473633 47.1031608581543 0.311169 0.329738 1993.17004394531 99.99 22.2416 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.626482 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.88077 179.577 0.501341 0 0 5.84021523117315 +"N5PB007033 " 202.395721435547 47.2777404785156 0.348893 0.344762 1994.42004394531 20.4256 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.606221 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.44983 72.9866 0.368033 0 0 5.84183668396022 +"N5PB006944 " 202.561889648438 47.2694702148438 0.348893 0.344762 1994.42004394531 19.9388 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.522887 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.80686 167.749 0.480556 0 0 5.84380479000666 +"N5PB011456 " 202.462112426758 47.097225189209 0.254833 0.266884 1994.43005371094 20.0754 20.9106 99.99 99.99 20.1188 19.5121 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.557288 0.439377 99.99 99.99 0.44971 0.658485 99.99 99.99 99.99 99.99 99.99 3 222204 4.31291 3.27455 0.705049 0 0 5.84905110872114 +"N5PB006891 " 202.570159912109 47.264575958252 0.348893 0.344762 1994.42004394531 20.2836 22.3166 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.584415 0.659484 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.3204 124.431 0.621197 0 0 5.85045663065967 +"N5PB005718 " 202.355606079102 47.1359367370605 0.348893 0.344762 1994.42004394531 19.1979 21.6374 18.863 99.99 99.99 19.5076 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.439541 0.48816 0.595373 99.99 99.99 0.583087 99.99 99.99 99.99 99.99 99.99 0 122206 2.3901 56.1867 0.206676 0 0 5.85098955958332 +"N5PB011448 " 202.485855102539 47.097599029541 0.304957 0.309945 1994.42004394531 99.99 21.7265 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.498743 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.15806 54.8515 0.405719 0 0 5.85205095971962 +"N5PB005286 " 202.503768920898 47.0997200012207 0.348893 0.344762 1994.42004394531 20.579 22.1511 99.99 99.99 20.5871 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.700615 0.580593 99.99 99.99 0.570052 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.6583 34.3249 0.378197 0 0 5.85222018248963 +"N5PB005281 " 202.500244140625 47.0991516113281 0.348893 0.344762 1994.42004394531 20.068 21.5261 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.538515 0.485375 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.21821 98.829 0.322284 0 0 5.85361150108912 +"N5PB005275 " 202.450668334961 47.0978813171387 0.348893 0.344762 1994.42004394531 19.9731 21.6927 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.525668 0.508026 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 3.39272 78.341 0.507077 0 0 5.85497953425661 +"N5PB011455 " 202.487548828125 47.0976715087891 0.254833 0.266884 1994.43005371094 20.3547 22.0714 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.649551 0.574101 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022002 2.55232 46.6165 0.565191 0 0 5.85566596400881 +"N5PB007051 " 202.399444580078 47.2795028686523 0.348893 0.344762 1994.42004394531 20.5282 22.0218 99.99 99.99 20.7344 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.666276 0.555913 99.99 99.99 0.628454 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 2.00671 84.7138 0.628967 0 0 5.85625499318249 +"N5PB011890 " 202.427444458008 47.2877578735352 0.304957 0.309945 1994.42004394531 99.99 21.6228 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.499095 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 3.2152 26.4177 0.595216 0 0 5.8576380296834 +"N5PB011450 " 202.457183837891 47.0973243713379 0.304957 0.309945 1994.42004394531 99.99 21.8787 99.99 99.99 20.8086 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.526515 99.99 99.99 0.641177 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 1.9904 98.8708 0.522611 0 0 5.85795938469649 +"N5PB005243 " 202.468719482422 47.0969161987305 0.348893 0.344762 1994.42004394531 20.3331 99.99 99.99 99.99 20.6242 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.586598 99.99 99.99 99.99 0.578516 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.09591 167.806 0.61832 0 0 5.85852046987892 +"N5PB034849 " 202.577880859375 47.2594680786133 0.311169 0.329738 1993.17004394531 99.99 22.2117 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.603668 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.574 175.942 0.368534 0 0 5.86591116494632 +"N5PB011886 " 202.416732788086 47.2853736877441 0.304957 0.309945 1994.42004394531 99.99 21.1965 99.99 99.99 20.837 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.45862 99.99 99.99 0.65781 99.99 99.99 99.99 99.99 99.99 99.99 3 2002003 3.0683 113.234 0.196281 0 0 5.86890893684439 +"N5PB005310 " 202.515762329102 47.1017456054688 0.348893 0.344762 1994.42004394531 18.9695 21.1876 99.99 99.99 20.492 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.442288 0.447472 99.99 99.99 0.51395 99.99 99.99 99.99 99.99 99.99 99.99 3 1012205 4.71739 129.493 0.454782 0 0 5.87018684955913 +"N5PB012937 " 202.523132324219 47.1035346984863 0.311169 0.329738 1993.17004394531 99.99 22.0423 99.99 99.99 99.99 19.5126 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.557321 99.99 99.99 99.99 0.60739 99.99 99.99 99.99 99.99 99.99 3 102002 2.41721 108.509 0.535178 0 0 5.8722135397004 +"N5PB018439 " 202.40299987793 47.2812538146973 0.224804 0.229379 1996.16003417969 99.99 99.99 18.3035 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.512916 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 2.0316 175.988 0.173804 0 0 5.87903786636369 +"N5PB006564 " 202.333358764648 47.2255668640137 0.348893 0.344762 1994.42004394531 19.7288 22.0717 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.476246 0.552065 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 2.2498 94.2166 0.285221 0 0 5.88099865381362 +"N5PB006959 " 202.561096191406 47.2708854675293 0.348893 0.344762 1994.42004394531 20.3169 21.9418 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.601111 0.530219 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.33945 141.521 0.560883 0 0 5.88896471610324 +"N5PB005257 " 202.49543762207 47.0979042053223 0.348893 0.344762 1994.42004394531 20.2868 21.4001 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.585934 0.473176 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.94867 17.2516 0.386818 0 0 5.88942123110092 +"N5PB011445 " 202.45979309082 47.0966262817383 0.304957 0.309945 1994.42004394531 99.99 20.6921 99.99 99.99 20.5168 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.436676 99.99 99.99 0.542811 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 4.72108 17.9689 0.331383 0 0 5.89101620493014 +"N5PB005256 " 202.498443603516 47.0980987548828 0.348893 0.344762 1994.42004394531 20.5427 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.67575 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.53316 160.492 0.418772 0 0 5.90062828739802 +"N5PB034369 " 202.513580322266 47.1006965637207 0.311169 0.329738 1993.17004394531 99.99 18.3134 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.41641 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10001001 16.0072 163.936 0.464223 0 0 5.90264172090051 +"N5PB005242 " 202.484970092773 47.0966262817383 0.348893 0.344762 1994.42004394531 20.5067 21.6257 99.99 99.99 20.1756 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.652634 0.492858 99.99 99.99 0.455645 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.11631 111.364 0.693419 0 0 5.90628601579366 +"N5PB011889 " 202.423706054688 47.2878150939941 0.304957 0.309945 1994.42004394531 99.99 22.0733 99.99 99.99 99.99 19.5001 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.552597 99.99 99.99 99.99 0.717607 99.99 99.99 99.99 99.99 99.99 3 202003 1.46664 159.515 0.383992 0 0 5.90799281530713 +"N5PB034362 " 202.519912719727 47.1019477844238 0.311169 0.329738 1993.17004394531 99.99 22.28 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.660012 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.9368 63.3277 0.261759 0 0 5.9145680456686 +"N5PB005253 " 202.489959716797 47.0968437194824 0.348893 0.344762 1994.42004394531 18.8976 21.5984 99.99 99.99 20.4912 19.517 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.440201 0.480871 99.99 99.99 0.532433 0.6622 99.99 99.99 99.99 99.99 99.99 3 112205 4.00051 139.932 0.260717 0 0 5.91755330585337 +"N5PB005734 " 202.350936889648 47.1384353637695 0.348893 0.344762 1994.42004394531 20.147 21.2183 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.529257 0.450982 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.79263 144.161 0.381993 0 0 5.91764300182834 +"N5PB011895 " 202.428115844727 47.2889518737793 0.304957 0.309945 1994.42004394531 99.99 21.6429 99.99 99.99 20.3705 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.496513 99.99 99.99 0.487082 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 2.47733 2.61717 0.48064 0 0 5.91807950401438 +"N5PB011794 " 202.588088989258 47.2523193359375 0.304957 0.309945 1994.42004394531 99.99 21.8236 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.523226 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.08031 134.329 0.425625 0 0 5.92254188269207 +"N5PB005285 " 202.511947631836 47.0999794006348 0.348893 0.344762 1994.42004394531 20.1573 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.56071 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 3.70155 1.52434 0.748405 0 0 5.92422522891022 +"N5PB005280 " 202.509292602539 47.0994300842285 0.348893 0.344762 1994.42004394531 20.493 21.194 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.644281 0.455577 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.52015 107.704 0.419458 0 0 5.92574788995507 +"N5PB018432 " 202.546356201172 47.2787475585938 0.279991 0.283788 1983.13000488281 99.99 99.99 18.4621 99.99 99.99 19.5039 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.537784 99.99 99.99 0.566424 99.99 99.99 99.99 99.99 99.99 3 1000100702 1.62806 148.469 0.624704 0 0 5.92760134822365 +"N5PB005238 " 202.479019165039 47.0959358215332 0.348893 0.344762 1994.42004394531 19.9591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.521436 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 2.45531 125.528 0.226989 0 0 5.92787003677215 +"N5PB005233 " 202.483581542969 47.0961685180664 0.348893 0.344762 1994.42004394531 20.5507 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.681124 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20203 2.08758 147.06 0.627955 0 0 5.9281349829097 +"N5PB034900 " 202.381317138672 47.2727737426758 0.311169 0.329738 1993.17004394531 99.99 21.6983 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.494585 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.31796 79.5017 0.657509 0 0 5.92867292145643 +"N5PB034351 " 202.434982299805 47.0986747741699 0.311169 0.329738 1993.17004394531 99.99 22.1781 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.603458 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.26539 152.002 0.512593 0 0 5.92980830889686 +"N5PB011616 " 202.605606079102 47.1584739685059 0.304957 0.309945 1994.42004394531 99.99 21.6544 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.489067 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.36428 113.598 0.539074 0 0 5.93032223886945 +"N5PB018433 " 202.544281005859 47.2796669006348 0.279991 0.283788 1983.13000488281 99.99 99.99 18.0227 99.99 99.99 19.4971 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.48061 99.99 99.99 0.59497 99.99 99.99 99.99 99.99 99.99 3 1001100502 1.53624 160.967 0.436486 0 0 5.93122759007588 +"N5PB005267 " 202.503402709961 47.0982780456543 0.348893 0.344762 1994.42004394531 19.6281 22.2146 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.481937 0.606497 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 3.25471 126.182 0.380764 0 0 5.93295031119428 +"N5PB005296 " 202.517883300781 47.101001739502 0.348893 0.344762 1994.42004394531 20.2962 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.590557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 2.43363 74.9931 0.678165 0 0 5.94030995880993 +"N5PB006958 " 202.563247680664 47.2708282470703 0.348893 0.344762 1994.42004394531 20.4384 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.644433 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 1.93533 37.2678 0.518786 0 0 5.94181280730298 +"N5PB034364 " 202.525802612305 47.1030082702637 0.311169 0.329738 1993.17004394531 99.99 22.2362 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.62214 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.1587 9.63039 0.51748 0 0 5.94232326405334 +"N5PB005229 " 202.47265625 47.0955276489258 0.348893 0.344762 1994.42004394531 20.0922 21.5823 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.547355 0.484339 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.0598 23.2097 0.239931 0 0 5.94233039991438 +"N5PB011834 " 202.566009521484 47.2693099975586 0.254833 0.266884 1994.43005371094 20.5939 22.0813 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.748443 0.562876 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 2.79249 0 1 0 0 5.94521165869276 +"N5PB011447 " 202.502029418945 47.0976409912109 0.304957 0.309945 1994.42004394531 99.99 22.163 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.585227 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.59942 109.351 0.467369 0 0 5.95771801914714 +"N5PB007060 " 202.395812988281 47.2800407409668 0.348893 0.344762 1994.42004394531 20.026 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.534054 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 2.91491 172.365 0.586151 0 0 5.95825652717517 +"N5PB005537 " 202.374847412109 47.1192359924316 0.348893 0.344762 1994.42004394531 18.7645 20.4761 18.5894 99.99 20.5045 19.3332 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.430357 0.422388 0.54905 99.99 0.522663 0.475757 99.99 99.99 99.99 99.99 99.99 3 1112208 3.15478 7.33908 0.314391 0 0 5.96378998874988 +"N5PB011601 " 202.599792480469 47.1484413146973 0.304957 0.309945 1994.42004394531 99.99 21.0104 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.440476 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 5.94024 120.358 0.805325 0 0 5.96494438087654 +"N5PB005724 " 202.350601196289 47.137336730957 0.348893 0.344762 1994.42004394531 20.2989 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.570711 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.13981 77.3754 0.616667 0 0 5.96663204076752 +"N5PB037216 " 202.390090942383 47.2778053283691 0.254833 0.266884 1994.43005371094 20.4372 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.65415 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.52471 42.0467 0.263732 0 0 5.96750206103148 +"N5PB011444 " 202.497467041016 47.0968246459961 0.254833 0.266884 1994.43005371094 20.5118 22.0565 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.716284 0.568476 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 1.8918 91.2955 0.51009 0 0 5.96807773561117 +"N5PB011858 " 202.386764526367 47.2763023376465 0.254833 0.266884 1994.43005371094 20.4425 21.9943 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.690902 0.54702 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22003 2.24934 131.658 0.562423 0 0 5.96840520323397 +"N5PB011441 " 202.493118286133 47.0963020324707 0.304957 0.309945 1994.42004394531 99.99 22.0873 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.557348 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.54162 18.504 0.429865 0 0 5.96856070920374 +"N5PB006998 " 202.558731079102 47.2738456726074 0.348893 0.344762 1994.42004394531 18.4108 21.8433 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.43396 0.516666 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12203 5.69755 112.127 0.211648 0 0 5.96938155704755 +"N5PB034346 " 202.437973022461 47.0975112915039 0.311169 0.329738 1993.17004394531 99.99 22.2389 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.624293 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.83333 126.244 0.482782 0 0 5.96946299655918 +"N5PB005231 " 202.465728759766 47.0950965881348 0.348893 0.344762 1994.42004394531 19.7755 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.498504 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 4.84619 62.0303 0.725869 0 0 5.97020211620396 +"N5PB034903 " 202.382995605469 47.2745056152344 0.311169 0.329738 1993.17004394531 99.99 22.332 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.674571 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.14489 110.427 0.695274 0 0 5.97027410431694 +"N5PB005228 " 202.486938476563 47.0956840515137 0.348893 0.344762 1994.42004394531 19.9004 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.518624 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 4.34409 15.0727 0.738548 0 0 5.97116601289668 +"N5PB011613 " 202.60530090332 47.1560821533203 0.304957 0.309945 1994.42004394531 99.99 21.4294 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.466727 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 4.63333 97.4571 0.835428 0 0 5.97283158220787 +"N5PB005244 " 202.451812744141 47.0957794189453 0.348893 0.344762 1994.42004394531 20.1379 21.9937 99.99 99.99 20.4423 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.5657 0.546398 99.99 99.99 0.509952 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.31698 77.5555 0.206771 0 0 5.97388607800606 +"N5PB011609 " 202.603363037109 47.1527137756348 0.304957 0.309945 1994.42004394531 99.99 21.1418 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.443524 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 5.97912 125.461 0.864767 0 0 5.98213068801055 +"N5PB005223 " 202.462875366211 47.0949325561523 0.348893 0.344762 1994.42004394531 19.7393 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.486677 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020202 3.14974 42.0549 0.31088 0 0 5.98475071966095 +"N5PB011623 " 202.60888671875 47.1617469787598 0.304957 0.309945 1994.42004394531 99.99 21.6168 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.481658 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.55947 126.02 0.779658 0 0 5.98752360785396 +"N5PB011593 " 202.597808837891 47.1451148986816 0.304957 0.309945 1994.42004394531 99.99 21.9636 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.534324 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.42747 0 1 0 0 5.9898148452538 +"N5PB005825 " 202.340759277344 47.1473960876465 0.348893 0.344762 1994.42004394531 18.1707 19.4139 18.4057 99.99 20.2635 18.8482 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.422337 0.410697 0.529742 99.99 0.452209 0.380769 99.99 99.99 99.99 99.99 99.99 3 111209 3.23914 179.483 0.224395 0 0 5.99127623686255 +"N5PB005458 " 202.386184692383 47.1124458312988 0.348893 0.344762 1994.42004394531 19.2891 21.645 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.446642 0.496957 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 2.51692 45.6502 0.169411 0 0 6.0025114486329 +"N5PB011899 " 202.421173095703 47.2888946533203 0.304957 0.309945 1994.42004394531 99.99 21.058 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.448978 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 4.21203 105.861 0.572454 0 0 6.00292923741779 +"N5PB034349 " 202.50732421875 47.0977210998535 0.311169 0.329738 1993.17004394531 99.99 21.4931 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.476031 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 6.34552 106.398 0.716413 0 0 6.00382592846432 +"N5PB034381 " 202.542358398438 47.1072082519531 0.311169 0.329738 1993.17004394531 99.99 22.1259 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.58853 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.6978 2.33849 0.647681 0 0 6.01048367507198 +"N5PB005621 " 202.362365722656 47.1262512207031 0.348893 0.344762 1994.42004394531 19.5231 21.7189 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.459118 0.497055 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.33312 13.1536 0.215874 0 0 6.01333480178146 +"N5PB005219 " 202.490661621094 47.095287322998 0.348893 0.344762 1994.42004394531 20.5211 99.99 99.99 99.99 20.7543 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.661674 99.99 99.99 99.99 0.609774 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.54599 17.8021 0.427024 0 0 6.01398763251299 +"N5PB034878 " 202.571838378906 47.2674026489258 0.311169 0.329738 1993.17004394531 99.99 22.3479 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.691103 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.24322 89.8802 0.019126 0 0 6.02016218202526 +"N5PB011872 " 202.397125244141 47.281795501709 0.254833 0.266884 1994.43005371094 19.9114 20.9934 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.517516 0.448347 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.6687 123.484 0.369539 0 0 6.02249170980315 +"N5PB011901 " 202.418502807617 47.2886924743652 0.254833 0.266884 1994.43005371094 19.854 19.8121 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.514365 0.420003 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 3.63571 18.1257 0.575703 0 0 6.02864604734686 +"N5PB011627 " 202.611206054688 47.1641807556152 0.304957 0.309945 1994.42004394531 99.99 21.1069 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.444825 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 5.77193 121.99 0.847345 0 0 6.03109415421119 +"N5PB005206 " 202.472091674805 47.0940246582031 0.348893 0.344762 1994.42004394531 20.4881 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.641334 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.64372 52.4344 0.386663 0 0 6.0321639150767 +"N5PB006157 " 202.617752075195 47.1864852905273 0.348893 0.344762 1994.42004394531 19.3654 20.7644 18.6172 99.99 99.99 19.5137 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.448975 0.426211 0.55786 99.99 99.99 0.612565 99.99 99.99 99.99 99.99 99.99 3 1122207 2.25842 57.3199 0.0630007 0 0 6.03433875436223 +"N5PB018466 " 202.481536865234 47.295036315918 0.224804 0.229379 1996.16003417969 99.99 99.99 18.3365 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.521571 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000202 3.22207 134.821 0.626075 0 0 6.04656694492383 +"N5PB012886 " 202.456298828125 47.0942153930664 0.311169 0.329738 1993.17004394531 99.99 22.0838 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.579531 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 1.92456 160.438 0.286009 0 0 6.04704026243014 +"N5PB007015 " 202.382400512695 47.2758445739746 0.348893 0.344762 1994.42004394531 20.3829 21.5355 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.612218 0.474523 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.60058 1.43014 0.378068 0 0 6.04929796713732 +"N5PB005676 " 202.589172363281 47.1342582702637 0.348893 0.344762 1994.42004394531 18.8875 20.9987 18.4194 99.99 99.99 19.5095 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.429439 0.434749 0.51474 99.99 99.99 0.531212 99.99 99.99 99.99 99.99 99.99 0 112207 2.37992 110.786 0.101318 0 0 6.05220698600897 +"N5PB011844 " 202.560699462891 47.2745933532715 0.254833 0.266884 1994.43005371094 19.481 21.0317 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.47828 0.451733 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2012202 3.16619 170.357 0.105582 0 0 6.05366648830403 +"N5PB007142 " 202.421920776367 47.2899780273438 0.348893 0.344762 1994.42004394531 20.535 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.670654 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.51522 107.928 0.409195 0 0 6.05428750257189 +"N5PB034345 " 202.508728027344 47.0970687866211 0.311169 0.329738 1993.17004394531 99.99 22.1717 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.577267 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 1.5014 139.558 0.251767 0 0 6.05631668004628 +"N5PB011631 " 202.612808227539 47.1660804748535 0.304957 0.309945 1994.42004394531 99.99 21.788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.500391 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.8776 121.855 0.747738 0 0 6.06020044751437 +"N5PB007061 " 202.391357421875 47.2801971435547 0.348893 0.344762 1994.42004394531 20.0536 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.533579 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 3.26983 171.711 0.632033 0 0 6.06058305305054 +"N5PB034329 " 202.448532104492 47.0945854187012 0.311169 0.329738 1993.17004394531 99.99 22.0718 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.55797 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.1687 0.31592 0.541253 0 0 6.06306856358658 +"N5PB011850 " 202.559051513672 47.2756538391113 0.304957 0.309945 1994.42004394531 99.99 22.0371 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.56135 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.14998 75.7826 0.618535 0 0 6.06394606747136 +"N5PB011440 " 202.49479675293 47.0948677062988 0.304957 0.309945 1994.42004394531 99.99 21.931 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.542559 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.8684 80.5759 0.738507 0 0 6.0645220322522 +"N5PB006625 " 202.332046508789 47.2320671081543 0.348893 0.344762 1994.42004394531 20.0214 20.8627 99.99 99.99 20.5686 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.523207 0.430471 99.99 99.99 0.540923 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.07396 168.308 0.287138 0 0 6.06510670792945 +"N5PB011587 " 202.598495483398 47.1433525085449 0.254833 0.266884 1994.43005371094 20.1778 22.0863 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.579414 0.554522 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.21379 71.9818 0.392867 0 0 6.06708968237802 +"N5PB005315 " 202.412521362305 47.1012802124023 0.348893 0.344762 1994.42004394531 20.3424 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.591173 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.73088 44.7088 0.409897 0 0 6.07168032953987 +"N5PB005584 " 202.580612182617 47.1265983581543 0.348893 0.344762 1994.42004394531 20.531 22.1823 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.668105 0.606421 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.51672 16.9253 0.406086 0 0 6.07470019519871 +"N5PB011894 " 202.412200927734 47.2878723144531 0.304957 0.309945 1994.42004394531 99.99 21.6466 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.489987 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.30505 109.804 0.507085 0 0 6.07774044189174 +"N5PB005211 " 202.489013671875 47.0940437316895 0.348893 0.344762 1994.42004394531 19.9546 21.7209 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.520119 0.499904 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.2663 159.495 0.209953 0 0 6.07904862870788 +"N5PB011737 " 202.330001831055 47.2291107177734 0.254833 0.266884 1994.43005371094 20.5644 22.1101 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.720421 0.565396 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022002 1.2479 179.629 0.0338976 0 0 6.07995747728583 +"N5PB005220 " 202.47721862793 47.0932350158691 0.348893 0.344762 1994.42004394531 17.9352 20.4416 99.99 99.99 99.99 19.4917 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.426281 0.42903 99.99 99.99 99.99 0.753682 99.99 99.99 99.99 99.99 99.99 3 212205 7.33338 166.034 0.236593 0 0 6.08574588525873 +"N5PB011849 " 202.378265380859 47.274528503418 0.311169 0.329738 1993.17004394531 99.99 22.0254 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.549244 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 2.99108 173.844 0.613716 0 0 6.08804394358952 +"N5PB034893 " 202.566909790039 47.2719459533691 0.311169 0.329738 1993.17004394531 99.99 22.3203 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.663031 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.52272 72.055 0.41575 0 0 6.08902167173083 +"N5PB007157 " 202.421844482422 47.2905731201172 0.348893 0.344762 1994.42004394531 20.0315 21.4886 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.535912 0.478721 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 2.90918 63.7436 0.565629 0 0 6.08906687580048 +"N5PB005197 " 202.467910766602 47.0929794311523 0.348893 0.344762 1994.42004394531 20.5013 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.64932 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.93414 136.067 0.641946 0 0 6.09513780980396 +"N5PB011862 " 202.55354309082 47.2790451049805 0.304957 0.309945 1994.42004394531 99.99 21.8159 99.99 99.99 99.99 19.517 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 1 99 99 99 99 99 99.99 0.521063 99.99 99.99 99.99 0.6608 99.99 99.99 99.99 99.99 99.99 3 102002 1.91193 83.7065 0.137422 0 0 6.10071349274984 +"N5PB011891 " 202.410507202148 47.2878494262695 0.304957 0.309945 1994.42004394531 99.99 21.6507 99.99 99.99 20.6358 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.49822 99.99 99.99 0.586595 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 2.15105 131.439 0.331619 0 0 6.10364707659941 +"N5PB011900 " 202.418395996094 47.2900810241699 0.254833 0.266884 1994.43005371094 20.3995 22.1574 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.627286 0.583152 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 1.80818 124.199 0.480166 0 0 6.10826652131777 +"N5PB018467 " 202.485290527344 47.2958908081055 0.224804 0.229379 1996.16003417969 99.99 99.99 18.6576 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.571408 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 1.81186 136.294 0.417157 0 0 6.11113492487331 +"N5PB006535 " 202.325973510742 47.2223052978516 0.348893 0.344762 1994.42004394531 20.4754 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.633838 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 1.53614 70.812 0.416313 0 0 6.11125805052926 +"N5PB005248 " 202.515441894531 47.0972518920898 0.348893 0.344762 1994.42004394531 20.294 22.0291 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.589481 0.557788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.17278 42.4395 0.558838 0 0 6.12261496646577 +"2MJGQIYQ " 202.489711 47.295818 0.28 0.27 1998.40329531329 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 16.575 15.734 15.286 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.142 0.142 0.189 4 77777700 0 0 0 0 0 6.12749061304475 +"N5PB005279 " 202.525543212891 47.0995635986328 0.348893 0.344762 1994.42004394531 20.1927 20.6208 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.576226 0.437945 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 1.99424 100.654 0.197494 0 0 6.12999297256543 +"N5PB006491 " 202.615768432617 47.2205848693848 0.348893 0.344762 1994.42004394531 18.9164 20.8164 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.433904 0.434656 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12205 2.7959 163.754 0.114346 0 0 6.13428824291765 +"N5PB007000 " 202.562225341797 47.2756004333496 0.348893 0.344762 1994.42004394531 20.2306 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.577773 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.0672 98.7265 0.383178 0 0 6.13943974626044 +"N5PB007010 " 202.560897827148 47.276309967041 0.348893 0.344762 1994.42004394531 19.6167 22.19 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.483209 0.596272 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 4.65587 7.7442 0.421416 0 0 6.14051700422895 +"N5PB006255 " 202.620986938477 47.1970977783203 0.348893 0.344762 1994.42004394531 20.4838 21.29 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.638729 0.453849 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 1.98501 4.2051 0.608816 0 0 6.14807276629842 +"N5PB019159 " 202.451934814453 47.2962684631348 0.234001 0.234872 1999.34997558594 99.99 99.99 17.7372 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.470072 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.35499 72.9443 0.283814 0 0 6.14828453391585 +"N5PB006465 " 202.61686706543 47.2187080383301 0.348893 0.344762 1994.42004394531 19.8788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.500254 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 2.16271 147.961 0.257072 0 0 6.15019979878056 +"N5PB006762 " 202.342147827148 47.2487754821777 0.348893 0.344762 1994.42004394531 20.4043 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.624211 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.57999 92.8398 0.368471 0 0 6.15037721807135 +"N5PB011893 " 202.414505004883 47.289867401123 0.254833 0.266884 1994.43005371094 19.5433 22.1582 18.9131 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 99 99 99 99 99 99 0.482531 0.58344 0.613391 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 12005 4.1788 54.3521 0.450214 0 0 6.15293695830664 +"N5PB011914 " 202.425186157227 47.29248046875 0.304957 0.309945 1994.42004394531 99.99 18.0194 15.4138 99.99 18.5954 16.6457 99.99 99.99 14.752 14.084 13.951 99 18 37 99 7 1 99 99 47 48 49 99.99 0.40789 0.421597 99.99 0.420331 0.299561 99.99 99.99 0.033 0.041 0.058 3 101205 2.92069 114.349 0.0460521 0 0 6.15550818965312 +"N5PB007079 " 202.393249511719 47.2829704284668 0.254833 0.266884 1994.43005371094 19.3101 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.468388 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10003 6.34159 41.7022 0.598426 0 0 6.16267396232898 +"N5PB013503 " 202.379943847656 47.2770805358887 0.311169 0.329738 1993.17004394531 99.99 21.85 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.525775 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002002 2.61036 144.494 0.217329 0 0 6.16837592456251 +"N5PB011438 " 202.507827758789 47.0949401855469 0.304957 0.309945 1994.42004394531 99.99 21.8365 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.526478 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.56184 98.2125 0.56316 0 0 6.17052151915036 +"N5PB019108 " 202.531265258789 47.288688659668 0.234001 0.234872 1999.34997558594 99.99 99.99 18.5264 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.538149 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.52318 43.5148 0.255996 0 0 6.17108896044664 +"N5PB034318 " 202.490966796875 47.0925979614258 0.311169 0.329738 1993.17004394531 99.99 21.7251 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.50094 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.22727 91.046 0.631848 0 0 6.1755289263302 +"N5PB011916 " 202.430053710938 47.2938003540039 0.304957 0.309945 1994.42004394531 99.99 21.4574 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.469112 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.9546 144.759 0.171511 0 0 6.1756624224503 +"N5PB006872 " 202.353408813477 47.2601699829102 0.348893 0.344762 1994.42004394531 19.9311 21.6447 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.491397 0.471633 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 22204 1.55536 117.031 0.016753 0 0 6.17725279642761 +"N5PB011868 " 202.388671875 47.2813491821289 0.254833 0.266884 1994.43005371094 20.3347 21.9145 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.611866 0.537307 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22002 2.21771 151.834 0.499421 0 0 6.1774298565755 +"N5PB005372 " 202.551406860352 47.1076354980469 0.348893 0.344762 1994.42004394531 20.4952 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.645575 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.49043 162.641 0.399152 0 0 6.17797049315542 +"N5PB011866 " 202.382186889648 47.2786178588867 0.311169 0.329738 1993.17004394531 99.99 22.2533 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.636099 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 2.46703 1.17039 0.628959 0 0 6.18923130087466 +"N5PB007085 " 202.390411376953 47.2823638916016 0.254833 0.266884 1994.43005371094 20.494 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.700354 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20003 1.90888 53.4945 0.519309 0 0 6.19131622754928 +"N5PB011591 " 202.602661132813 47.1441040039063 0.304957 0.309945 1994.42004394531 99.99 21.5706 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.473039 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 3.90268 111.829 0.820049 0 0 6.19201184504876 +"N5PB011860 " 202.559524536133 47.2780685424805 0.304957 0.309945 1994.42004394531 99.99 21.1331 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.452025 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.32018 51.7731 0.504185 0 0 6.19206515967141 +"N5PB034307 " 202.458755493164 47.0914268493652 0.311169 0.329738 1993.17004394531 99.99 21.9925 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.534983 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.61178 126.327 0.521284 0 0 6.20526040541754 +"N5PB011597 " 202.605072021484 47.146598815918 0.304957 0.309945 1994.42004394531 99.99 20.8402 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.430649 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 6.26639 128.246 0.85449 0 0 6.20708383270478 +"N5PB034306 " 202.476547241211 47.0911712646484 0.311169 0.329738 1993.17004394531 99.99 22.0334 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.553005 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.36913 65.4919 0.446819 0 0 6.20824043875761 +"N5PB011425 " 202.484588623047 47.091438293457 0.304957 0.309945 1994.42004394531 99.99 22.1898 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.596191 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.33955 167.942 0.706797 0 0 6.21454426739204 +"N5PB034689 " 202.318984985352 47.2075233459473 0.254833 0.266884 1994.43005371094 20.1831 21.8674 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.567229 0.502252 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.87412 24.468 0.285456 0 0 6.21466075208629 +"N5PB007158 " 202.410919189453 47.2899932861328 0.254833 0.266884 1994.43005371094 19.5806 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.488751 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2010002 4.25821 101.691 0.284676 0 0 6.21526720902016 +"N5PB011426 " 202.487594604492 47.0916290283203 0.304957 0.309945 1994.42004394531 99.99 21.992 99.99 99.99 20.5842 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.545849 99.99 99.99 0.567902 99.99 99.99 99.99 99.99 99.99 99.99 3 2003 1.55947 41.9099 0.275057 0 0 6.2159366803391 +"N5PB034340 " 202.517761230469 47.096061706543 0.311169 0.329738 1993.17004394531 99.99 21.7552 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.503557 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.32901 85.2523 0.482599 0 0 6.21961289678538 +"N5PB034335 " 202.513198852539 47.0950698852539 0.311169 0.329738 1993.17004394531 99.99 21.2623 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.459836 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.75848 36.2054 0.399261 0 0 6.22117048651041 +"N5PB007193 " 202.416900634766 47.2917327880859 0.254833 0.266884 1994.43005371094 19.9302 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.530246 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 3.91315 144.894 0.60993 0 0 6.2223491883968 +"N5PB011873 " 202.388519287109 47.2822151184082 0.304957 0.309945 1994.42004394531 99.99 22.0474 99.99 99.99 20.5189 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 7 99 99 99 99 99 99 99.99 0.565074 99.99 99.99 0.533077 99.99 99.99 99.99 99.99 99.99 99.99 3 1002202 1.78344 45.4858 0.42984 0 0 6.22460088147778 +"N5PB005383 " 202.390563964844 47.1059799194336 0.348893 0.344762 1994.42004394531 16.6647 20.0424 16.5917 99.99 20.2515 18.2264 99.99 99.99 16.414 15.663 14.964 35 18 37 99 7 1 99 99 47 48 49 0.417337 0.417337 0.430513 99.99 0.456367 0.348712 99.99 99.99 0.134 0.145 0.143 3 1000112209 6.03408 174.596 0.423062 0 0 6.22982929062389 +"N5PB006206 " 202.317520141602 47.1894874572754 0.348893 0.344762 1994.42004394531 18.6647 20.7745 18.6418 99.99 99.99 19.5091 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.427381 0.426769 0.54087 99.99 99.99 0.67605 99.99 99.99 99.99 99.99 99.99 3 1212208 3.07657 137.579 0.300781 0 0 6.23392710882392 +"N5PB011869 " 202.383605957031 47.2802314758301 0.254833 0.266884 1994.43005371094 20.3629 20.8227 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.630197 0.443639 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.95987 9.40069 0.516262 0 0 6.23545307374769 +"N5PB005195 " 202.495712280273 47.0920486450195 0.348893 0.344762 1994.42004394531 18.8285 20.7535 99.99 99.99 20.6195 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.435343 0.424978 99.99 99.99 0.575283 99.99 99.99 99.99 99.99 99.99 99.99 3 12206 3.63854 64.9041 0.340051 0 0 6.23752557914691 +"N5PB007031 " 202.376968383789 47.2770233154297 0.348893 0.344762 1994.42004394531 19.8387 20.9307 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.491416 0.438826 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 2.06199 143.136 0.206042 0 0 6.23869601646125 +"N5PB011428 " 202.49934387207 47.0924453735352 0.304957 0.309945 1994.42004394531 99.99 21.6163 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.490742 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.38692 88.5632 0.641681 0 0 6.2405652952424 +"N5PB011585 " 202.599533081055 47.138858795166 0.304957 0.309945 1994.42004394531 99.99 19.3318 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.410525 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10001001 12.9109 109.528 0.539171 0 0 6.2438652557322 +"N5PB007020 " 202.561447143555 47.278190612793 0.348893 0.344762 1994.42004394531 20.514 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.657198 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20202 1.63673 118.619 0.380383 0 0 6.24428166629494 +"N5PB007196 " 202.421844482422 47.2935256958008 0.348893 0.344762 1994.42004394531 20.4109 21.9132 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.627988 0.536882 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.51058 131.858 0.248164 0 0 6.25692856991108 +"N5PB034323 " 202.510589599609 47.093864440918 0.311169 0.329738 1993.17004394531 99.99 21.1034 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.45235 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 5.46694 148.3 0.394648 0 0 6.26175888917758 +"N5PB034350 " 202.533187866211 47.0993728637695 0.311169 0.329738 1993.17004394531 99.99 21.8177 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.50269 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 3.68148 166.293 0.663311 0 0 6.26202254811294 +"N5PB034343 " 202.52507019043 47.096851348877 0.311169 0.329738 1993.17004394531 99.99 21.5741 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.480978 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 3.35106 167.991 0.144152 0 0 6.27469187430375 +"N5PB011491 " 202.388565063477 47.1058044433594 0.304957 0.309945 1994.42004394531 99.99 20.5124 18.8239 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 99 99 99 99 99 99 99 99.99 0.419095 0.575462 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 1000002703 1.97253 174.684 0.0765863 0 0 6.28170291221382 +"N5PB018473 " 202.439529418945 47.2971954345703 0.224804 0.229379 1996.16003417969 99.99 99.99 16.9364 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.437151 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 7.74747 165.6 0.575054 0 0 6.28425588001508 +"N5PB007177 " 202.413497924805 47.2919540405273 0.254833 0.266884 1994.43005371094 19.8397 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.521881 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20003 5.51696 164.483 0.687118 0 0 6.28442623958676 +"N5PB018438 " 202.555130004883 47.2821006774902 0.279991 0.283788 1983.13000488281 99.99 99.99 18.2295 99.99 20.742 19.4954 99.99 99.99 99.99 99.99 99.99 99 99 37 99 7 1 99 99 99 99 99 99.99 99.99 0.502203 99.99 0.633435 0.590027 99.99 99.99 99.99 99.99 99.99 3 100006 1.60345 71.1898 0.457564 0 0 6.28915439036705 +"N5PB034355 " 202.539611816406 47.1009483337402 0.311169 0.329738 1993.17004394531 99.99 22.2252 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.613669 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.79571 44.1605 0.437499 0 0 6.28948111902915 +"N5PB005515 " 202.364898681641 47.1177825927734 0.348893 0.344762 1994.42004394531 20.4381 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.644253 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 1.51624 23.5779 0.14078 0 0 6.29977183456322 +"N5PB011859 " 202.563461303711 47.2783279418945 0.304957 0.309945 1994.42004394531 99.99 21.7891 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.513856 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.74156 95.0271 0.656052 0 0 6.30002584297336 +"N5PB007096 " 202.390823364258 47.2846641540527 0.348893 0.344762 1994.42004394531 20.418 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.632119 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.6712 165.167 0.750869 0 0 6.30051130880782 +"N5PB005596 " 202.355117797852 47.1245155334473 0.348893 0.344762 1994.42004394531 18.6007 19.4893 18.237 99.99 19.6297 19.0877 99.99 99.99 99.99 99.99 99.99 35 18 37 99 7 1 99 99 99 99 99 0.423549 0.409946 0.477386 99.99 0.423812 0.377283 99.99 99.99 99.99 99.99 99.99 0 1111208 2.22194 99.0476 0.0741544 0 0 6.30200308484442 +"N5PB019161 " 202.502868652344 47.2972793579102 0.234001 0.234872 1999.34997558594 99.99 99.99 18.778 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.568146 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.5145 109.877 0.413848 0 0 6.30530502074778 +"N5PB018841 " 202.463180541992 47.0895385742188 0.234001 0.234872 1999.34997558594 99.99 99.99 18.3083 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.495607 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10000201 1.41776 3.29621 0.2984 0 0 6.30742304071444 +"N5PB034788 " 202.609939575195 47.2398567199707 0.311169 0.329738 1993.17004394531 99.99 22.338 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.680645 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.49246 17.1371 0.388597 0 0 6.30908534755254 +"N5PB034296 " 202.490844726563 47.0903053283691 0.311169 0.329738 1993.17004394531 99.99 22.036 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.554238 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.07426 171.733 0.38241 0 0 6.3111543024966 +"N5PB006113 " 202.316772460938 47.1790657043457 0.348893 0.344762 1994.42004394531 19.3954 20.2203 99.99 99.99 20.3441 19.5171 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 1 99 99 99 99 99 0.441706 0.414525 99.99 99.99 0.462208 0.597055 99.99 99.99 99.99 99.99 99.99 0 122207 1.87858 124.846 0.10517 0 0 6.32622982227897 +"N5PB018470 " 202.431884765625 47.2967872619629 0.224804 0.229379 1996.16003417969 99.99 99.99 18.9165 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.61464 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2000002 1.48183 17.0237 0.381712 0 0 6.32981930959819 +"N5PB034912 " 202.375717163086 47.2783088684082 0.311169 0.329738 1993.17004394531 99.99 22.2691 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.649933 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.16013 166.555 0.609759 0 0 6.33089331672623 +"N5PB018465 " 202.516342163086 47.2953262329102 0.279991 0.283788 1983.13000488281 99.99 99.99 18.744 99.99 99.99 18.9531 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.580367 99.99 99.99 0.411183 99.99 99.99 99.99 99.99 99.99 3 100002 2.69989 129.544 0.432537 0 0 6.33137456531099 +"N5PB012871 " 202.508666992188 47.0922813415527 0.254833 0.266884 1994.43005371094 20.4589 22.3351 99.99 99.99 20.6826 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.670974 0.677725 99.99 99.99 0.595019 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.57634 89.0678 0.366207 0 0 6.33357080632359 +"N5PB007153 " 202.403732299805 47.2900314331055 0.348893 0.344762 1994.42004394531 20.5107 99.99 99.99 99.99 20.7799 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.655167 99.99 99.99 99.99 0.624476 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 2.13895 20.9702 0.709089 0 0 6.33688344700239 +"N5PB034292 " 202.478546142578 47.0890617370605 0.311169 0.329738 1993.17004394531 99.99 22.1618 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.571359 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.4289 149.735 0.0959201 0 0 6.33854785799326 +"N5PB018462 " 202.519958496094 47.2946624755859 0.224804 0.229379 1996.16003417969 99.99 99.99 18.4846 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.532218 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.70155 42.4353 0.223141 0 0 6.3388742026173 +"N5PB034352 " 202.539321899414 47.0998878479004 0.311169 0.329738 1993.17004394531 99.99 22.2507 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.633963 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.94362 161.346 0.575629 0 0 6.34110791316402 +"N5PB034298 " 202.493560791016 47.0900611877441 0.311169 0.329738 1993.17004394531 99.99 21.6247 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.487045 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.55798 58.5171 0.57932 0 0 6.34136405796716 +"N5PB037232 " 202.41487121582 47.2933616638184 0.254833 0.266884 1994.43005371094 20.5627 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.718894 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 1.92644 44.4333 0.635691 0 0 6.34292844282624 +"N5PB007222 " 202.42317199707 47.295352935791 0.254833 0.266884 1994.43005371094 20.2591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.607556 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20002 2.09526 151.119 0.358222 0 0 6.34451854027999 +"N5PB034342 " 202.5302734375 47.0968742370605 0.311169 0.329738 1993.17004394531 99.99 21.9466 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.537184 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.84314 54.176 0.543209 0 0 6.35224883013593 +"N5PB011604 " 202.611892700195 47.1504821777344 0.304957 0.309945 1994.42004394531 99.99 20.034 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.414334 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 11.0765 150.042 0.908993 0 0 6.35425892253552 +"N5PB034310 " 202.510269165039 47.0921173095703 0.311169 0.329738 1993.17004394531 99.99 22.3514 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.694888 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.56426 18.0745 0.427903 0 0 6.35959062609103 +"N5PB011847 " 202.57209777832 47.2750625610352 0.304957 0.309945 1994.42004394531 99.99 21.4968 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.470105 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002001 1.9159 89.6237 0.254981 0 0 6.36839626045086 +"N5PB007041 " 202.563232421875 47.2799263000488 0.348893 0.344762 1994.42004394531 20.5087 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.653893 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1020202 2.12273 68.3893 0.696466 0 0 6.37122038413303 +"N5PB006848 " 202.592559814453 47.2607002258301 0.348893 0.344762 1994.42004394531 20.097 21.5452 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.525798 0.464041 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 1.63061 45.7752 0.206166 0 0 6.3713580307692 +"N5PB007183 " 202.409027099609 47.2923851013184 0.348893 0.344762 1994.42004394531 20.2297 21.72 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.560176 0.514963 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 1.90771 169.826 0.508077 0 0 6.37744595867499 +"N5PB037238 " 202.42155456543 47.2957344055176 0.254833 0.266884 1994.43005371094 20.3065 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.594981 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10020201 1.42549 99.9963 0.0515793 0 0 6.38648430438429 +"N5PB006483 " 202.622192382813 47.2205238342285 0.348893 0.344762 1994.42004394531 20.4916 22.1261 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.643389 0.570578 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 1.47036 107.7 0.390687 0 0 6.3869592979457 +"N5PB034778 " 202.614624023438 47.235954284668 0.311169 0.329738 1993.17004394531 99.99 22.1593 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.590758 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.46925 172.206 0.0739317 0 0 6.38743243799392 +"N5PB007162 " 202.40544128418 47.2915077209473 0.254833 0.266884 1994.43005371094 20.5361 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.695268 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020003 1.57423 20.1339 0.449105 0 0 6.38798185218125 +"N5PB034333 " 202.528747558594 47.0957565307617 0.311169 0.329738 1993.17004394531 99.99 22.2915 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.636671 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.60534 149.105 0.388936 0 0 6.39065693244714 +"N5PB034921 " 202.38005065918 47.2817840576172 0.311169 0.329738 1993.17004394531 99.99 22.2505 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.633761 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.89846 0.433709 0.504025 0 0 6.39454024318388 +"N5PB034287 " 202.460479736328 47.0881042480469 0.311169 0.329738 1993.17004394531 99.99 22.3536 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.697291 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.56387 71.9718 0.431586 0 0 6.39930411295711 +"N5PB019181 " 202.492156982422 47.3001899719238 0.234001 0.234872 1999.34997558594 99.99 99.99 18.8114 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.575338 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.53686 161.141 0.430801 0 0 6.40082354890255 +"N5PB007209 " 202.415985107422 47.2947196960449 0.254833 0.266884 1994.43005371094 20.4835 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.691278 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.84836 1.07159 0.485694 0 0 6.40334440435732 +"N5PB019170 " 202.506973266602 47.2983741760254 0.234001 0.234872 1999.34997558594 99.99 99.99 18.3708 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.523837 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.77232 159.776 0.212213 0 0 6.40650640718059 +"N5PB011874 " 202.381484985352 47.2827453613281 0.304957 0.309945 1994.42004394531 99.99 21.926 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.540933 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.45832 95.2586 0.0441569 0 0 6.40867297395145 +"N5PB006012 " 202.318252563477 47.1673774719238 0.348893 0.344762 1994.42004394531 20.4753 21.8229 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.633746 0.511379 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022204 1.51754 111.395 0.423658 0 0 6.40882789125048 +"N5PB037222 " 202.383682250977 47.2837829589844 0.254833 0.266884 1994.43005371094 20.5545 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.711438 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020001 2.37463 167.755 0.698263 0 0 6.41049010365532 +"N5PB007120 " 202.390029907227 47.2865562438965 0.348893 0.344762 1994.42004394531 20.0916 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.535712 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10020201 1.85736 19.3057 0.268278 0 0 6.41456939446906 +"N5PB005660 " 202.344360351563 47.1304359436035 0.348893 0.344762 1994.42004394531 19.912 21.8556 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.501504 0.513544 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.81454 160.63 0.558918 0 0 6.41622509692065 +"N5PB005170 " 202.503784179688 47.0900573730469 0.348893 0.344762 1994.42004394531 20.0326 20.0018 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.536284 0.426597 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1021202 3.23995 0.586171 0.533711 0 0 6.41749552196092 +"N5PB006367 " 202.626190185547 47.2096786499023 0.348893 0.344762 1994.42004394531 19.1388 21.3756 17.9424 99.99 99.99 19.5134 99.99 99.99 16.499 15.722 15.501 35 18 37 99 99 1 99 99 47 48 49 0.434323 0.449499 0.465686 99.99 99.99 0.646687 99.99 99.99 0.125 0.153 0.219 0 222208 2.16853 161.639 0.107881 0 0 6.42200760130352 +"N5PB034914 " 202.372207641602 47.2783966064453 0.311169 0.329738 1993.17004394531 99.99 22.0168 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.545357 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0 10002201 1.81955 159.546 0.255599 0 0 6.42297262077609 +"N5PB007185 " 202.406661987305 47.2926483154297 0.254833 0.266884 1994.43005371094 20.1283 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.569022 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 20002 2.30009 89.4589 0.305789 0 0 6.43016989712184 +"N5PB005180 " 202.512741088867 47.0912971496582 0.348893 0.344762 1994.42004394531 20.3041 21.644 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.594541 0.49591 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022202 2.32109 3.54751 0.581186 0 0 6.43362879402588 +"N5PB019118 " 202.541122436523 47.2904624938965 0.234001 0.234872 1999.34997558594 99.99 99.99 18.6988 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.551898 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000201 1.24904 90.2322 0.0252045 0 0 6.4384276937495 +"N5PB034288 " 202.486373901367 47.0877799987793 0.311169 0.329738 1993.17004394531 99.99 21.948 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.537767 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.29319 86.942 0.77525 0 0 6.44014369189775 +"N5PB034337 " 202.532485961914 47.0958557128906 0.311169 0.329738 1993.17004394531 99.99 21.8304 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.512796 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 2.56373 71.8743 0.358276 0 0 6.44374328750012 +"N5PB019183 " 202.494842529297 47.3006896972656 0.234001 0.234872 1999.34997558594 99.99 99.99 18.1862 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.502862 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 2.03278 19.1277 0.423024 0 0 6.44661364300448 +"N5PB005760 " 202.609451293945 47.1436538696289 0.348893 0.344762 1994.42004394531 19.6919 22.0882 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.47452 0.566541 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1022203 2.28096 88.175 0.240912 0 0 6.44782706255223 +"N5PB018454 " 202.542938232422 47.2900199890137 0.279991 0.283788 1983.13000488281 99.99 99.99 18.3129 99.99 99.99 18.6583 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.523194 99.99 99.99 0.380828 99.99 99.99 99.99 99.99 99.99 3 2100002 3.08958 151.383 0.392883 0 0 6.4483473756572 +"N5PB034300 " 202.509704589844 47.0904769897461 0.311169 0.329738 1993.17004394531 99.99 21.651 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.488575 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 4.05159 132.515 0.603165 0 0 6.4489684972614 +"N5PB018495 " 202.474090576172 47.3020362854004 0.279991 0.283788 1983.13000488281 99.99 99.99 18.2231 99.99 99.99 19.5045 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 1 99 99 99 99 99 99.99 99.99 0.506942 99.99 99.99 0.697645 99.99 99.99 99.99 99.99 99.99 3 200003 1.51634 0 1 0 0 6.45092374814709 +"N5PB019191 " 202.455963134766 47.3016548156738 0.234001 0.234872 1999.34997558594 99.99 99.99 18.5302 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.538902 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.4826 20.6621 0.116864 0 0 6.45235317573137 +"N5PB007086 " 202.378433227539 47.2822761535645 0.254833 0.266884 1994.43005371094 20.407 21.763 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.632397 0.507281 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022003 1.92613 53.9432 0.510953 0 0 6.45665732877382 +"N5PB007194 " 202.409469604492 47.2939872741699 0.254833 0.266884 1994.43005371094 19.9903 99.99 99.99 99.99 20.7772 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 7 99 99 99 99 99 99 0.543014 99.99 99.99 99.99 0.62292 99.99 99.99 99.99 99.99 99.99 99.99 3 20204 3.31354 48.8108 0.257196 0 0 6.45909294012553 +"N5PB034953 " 202.413101196289 47.294979095459 0.311169 0.329738 1993.17004394531 99.99 22.3229 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.665573 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.70299 0 1 0 0 6.45933729472218 +"N5PB011909 " 202.399658203125 47.2910461425781 0.304957 0.309945 1994.42004394531 99.99 20.6588 18.3217 99.99 20.7988 99.99 99.99 99.99 99.99 99.99 99.99 99 18 37 99 7 99 99 99 99 99 99 99.99 0.434094 0.517602 99.99 0.635445 99.99 99.99 99.99 99.99 99.99 99.99 3 2005 4.76221 74.2511 0.529294 0 0 6.46404116234618 +"N5PB007008 " 202.573226928711 47.2765617370605 0.348893 0.344762 1994.42004394531 19.1549 20.9278 18.2512 99.99 99.99 19.5086 99.99 99.99 99.99 99.99 99.99 35 18 37 99 99 1 99 99 99 99 99 0.437338 0.437137 0.500517 99.99 99.99 0.676323 99.99 99.99 99.99 99.99 99.99 0 222206 2.29509 167.305 0.134063 0 0 6.46660740518854 +"N5PB018487 " 202.486679077148 47.3017692565918 0.224804 0.229379 1996.16003417969 99.99 99.99 18.7361 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.57765 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10000001 1.58169 89.785 0.369423 0 0 6.46776704845616 +"N5PB018491 " 202.472732543945 47.302360534668 0.224804 0.229379 1996.16003417969 99.99 99.99 18.8872 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.603951 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 1.50543 19.8613 0.409452 0 0 6.46926627860604 +"N5PB007129 " 202.386138916016 47.2860946655273 0.348893 0.344762 1994.42004394531 19.4454 22.0768 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.470695 0.553775 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22202 4.55298 58.6894 0.429206 0 0 6.4732224646047 +"N5PB005260 " 202.542892456055 47.0985221862793 0.348893 0.344762 1994.42004394531 19.9414 21.1651 99.99 99.99 20.4641 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 7 99 99 99 99 99 99 0.501324 0.441647 99.99 99.99 0.503841 99.99 99.99 99.99 99.99 99.99 99.99 3 22205 1.98448 111.079 0.194058 0 0 6.47998460211226 +"N5PB018468 " 202.522933959961 47.2964630126953 0.224804 0.229379 1996.16003417969 99.99 99.99 18.4722 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 99 37 99 99 99 99 99 99 99 99 99.99 99.99 0.540873 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2 2.57315 27.8471 0.559847 0 0 6.48045417645519 +"N5PB011904 " 202.397384643555 47.2905731201172 0.304957 0.309945 1994.42004394531 99.99 22.1446 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.578175 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 1.48152 108.642 0.381779 0 0 6.48051869769636 +"N5PB005809 " 202.328353881836 47.1457901000977 0.348893 0.344762 1994.42004394531 20.0996 22.0162 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.526642 0.545087 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.71138 132.919 0.266501 0 0 6.48471043480837 +"N5PB034869 " 202.34684753418 47.2628631591797 0.311169 0.329738 1993.17004394531 99.99 22.0898 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.567415 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 1.72625 1.02725 0.22715 0 0 6.48631307222502 +"N5PB011939 " 202.421020507813 47.2974739074707 0.304957 0.309945 1994.42004394531 99.99 21.4237 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.472778 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2002 2.74366 3.09601 0.386566 0 0 6.49245095877458 +"N5PB007197 " 202.405090332031 47.2933654785156 0.254833 0.266884 1994.43005371094 20.3537 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.624075 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2020002 1.85402 134.129 0.442859 0 0 6.49546043235665 +"N5PB034282 " 202.488494873047 47.0869636535645 0.311169 0.329738 1993.17004394531 99.99 22.1804 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.605045 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.01955 59.3717 0.479885 0 0 6.49822794749413 +"N5PB034283 " 202.450103759766 47.0870895385742 0.311169 0.329738 1993.17004394531 99.99 21.6148 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.485117 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 3.91854 20.8349 0.577097 0 0 6.49991978568524 +"N5PB007202 " 202.402755737305 47.292797088623 0.254833 0.266884 1994.43005371094 18.7604 20.0516 99.99 99.99 99.99 19.5068 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.442055 0.422347 99.99 99.99 99.99 0.577121 99.99 99.99 99.99 99.99 99.99 3 112005 6.59898 56.198 0.566216 0 0 6.50396547531713 +"N5PB011608 " 202.617630004883 47.1531028747559 0.304957 0.309945 1994.42004394531 99.99 20.6694 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.423508 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002201 6.99953 143.879 0.87308 0 0 6.50591590419585 +"N5PB005887 " 202.322723388672 47.1531829833984 0.348893 0.344762 1994.42004394531 19.9226 22.1806 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.511188 0.605197 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 2.27324 167.162 0.227803 0 0 6.50834643994967 +"N5PB006831 " 202.338851928711 47.2562561035156 0.348893 0.344762 1994.42004394531 19.5684 22.0718 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.461418 0.542863 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22204 2.45536 7.84506 0.34198 0 0 6.50884547040131 +"N5PB007261 " 202.423309326172 47.298267364502 0.254833 0.266884 1994.43005371094 18.1175 21.1018 99.99 99.99 99.99 19.4958 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.428854 0.439259 99.99 99.99 99.99 0.735313 99.99 99.99 99.99 99.99 99.99 3 212205 6.23018 161.989 0.262775 0 0 6.50976633043446 +"N5PB005931 " 202.320495605469 47.1567993164063 0.348893 0.344762 1994.42004394531 16.5574 18.94 16.7097 99.99 20.0446 17.7561 99.99 99.99 16.219 15.287 14.836 35 18 37 99 7 1 99 99 47 48 49 0.416782 0.409343 0.432018 99.99 0.439743 0.323806 99.99 99.99 0.116 0.11 0.129 3 111209 3.92133 148.508 0.0288161 0 0 6.5136431986149 +"N5PB007272 " 202.428497314453 47.2994537353516 0.348893 0.344762 1994.42004394531 20.243 21.2207 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.583645 0.461414 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 2022202 2.69436 167.462 0.615567 0 0 6.51957762759164 +"N5PB034956 " 202.412322998047 47.2959594726563 0.311169 0.329738 1993.17004394531 99.99 22.033 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.552796 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 2.35545 114.967 0.519199 0 0 6.52562705133245 +"N5PB007254 " 202.418304443359 47.2974891662598 0.348893 0.344762 1994.42004394531 20.0912 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 99 99 99 99 99 99 99 99 99 99 0.535566 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10020201 2.74588 93.1008 0.655344 0 0 6.52832074031537 +"N5PB011884 " 202.556427001953 47.2862854003906 0.304957 0.309945 1994.42004394531 99.99 21.8808 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.513395 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 10002001 1.51755 90.9159 0.341165 0 0 6.52852199797306 +"N5PB012891 " 202.535125732422 47.0950775146484 0.311169 0.329738 1993.17004394531 99.99 22.2749 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99 18 99 99 99 99 99 99 99 99 99 99.99 0.622788 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 1002002 1.45127 163.101 0.355992 0 0 6.52962906319258 +"N5PB005426 " 202.369964599609 47.1097106933594 0.348893 0.344762 1994.42004394531 19.8541 22.3337 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 99 99 99 99 99 99 0.488737 0.676285 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 3 22203 1.96673 76.3748 0.243941 0 0 6.53085600402871 +"N5PB005215 " 202.52897644043 47.0932884216309 0.348893 0.344762 1994.42004394531 18.7395 21.4213 99.99 99.99 99.99 19.5168 99.99 99.99 99.99 99.99 99.99 35 18 99 99 99 1 99 99 99 99 99 0.434934 0.462461 99.99 99.99 99.99 0.582181 99.99 99.99 99.99 99.99 99.99 3 1112204 5.42498 66.5803 0.428473 0 0 6.53169457944205 diff --git a/vo/votest/tests/req_4.2.cl b/vo/votest/tests/req_4.2.cl new file mode 100644 index 00000000..6ad64b53 --- /dev/null +++ b/vo/votest/tests/req_4.2.cl @@ -0,0 +1,29 @@ +# +# Query multiple resource at one position, or one resource for multiple +# positions. + +# Set the test description string. +votest.descr = "Query many svcs at one pos, or one svc for multiple positions." + + +print ("------------------------------------------------------------------") +print ("Req 4.2: Users shall be able to query multiple resources at a") +print (" single position on the sky, OR a single resource for") +print (" multiple positions.") +print ("------------------------------------------------------------------") + + +fcache init + +reset clobber = yes + +# Execute the test commands. + +# Multiple resources at a single position +vodata ("gsc2.3,dss", objects="3c273", size=0.01, + output="STDOUT", format="csv", quiet+) + +# Multiple position from a single position +vodata ("gsc2.3", objects="m82,m83,m84", size=0.01, + output="STDOUT", format="raw", quiet+) + diff --git a/vo/votest/tests/req_4.2.out b/vo/votest/tests/req_4.2.out new file mode 100644 index 00000000..94563227 --- /dev/null +++ b/vo/votest/tests/req_4.2.out @@ -0,0 +1,724 @@ +------------------------------------------------------------------ +Req 4.2: Users shall be able to query multiple resources at a + single position on the sky, OR a single resource for + multiple positions. +------------------------------------------------------------------ + + + + + +Objects found : 5 , GSC23, ConeSearch: RA=187.278 DEC=2.05241 SR=0.01,OK + +GSC2 Public ID + + +Right Ascension (ICRS) + + +Declination (ICRS) + + +GSC1 ID + + +RA error + + +Dec error + + +Epoch of coordinate + + +Photographic Red magnitude + + +Photographic Blue magnitude + + +Photographic Near-IR magnitude + + +U band magnitude + + +B band magnitude + + +V band magnitude + + +R band magnitude + + +I band magnitude + + +2MASS J band magnitude + + +2MASS H band magnitude + + +2MASS K band magnitude + + +Photographic Red bandpass code + + +Photographic Blue bandpass code + + +Photographic Near-IR bandpass code + + +U band bandpass code + + +B band bandpass code + + +V band bandpass code + + +R band bandpass code + + +I band bandpass code + + +2MASS J band bandpass code + + +2MASS H band bandpass code + + +2MASS K band bandpass code + + +Photographic Red magnitude error + + +Photographic Blue magnitude error + + +Photographic Near-IR magnitude error + + +U band magnitude error + + +B band magnitude error + + +V band magnitude error + + +R band magnitude error + + +I band magnitude error + + +2MASS J band magnitude error + + +2MASS H band magnitude error + + +2MASS K band magnitude error + + +Object classification code + + +Object status codes + + +SemiMajor diameter of object + + +Position Angle (North thru East) + + +Eccentricity of object + + +Flag for known variable + + +Flag for known multiple + + +Distance of Object + + + + + + + + + + +
N4RJ000041 187.2779083251952.052325248718260028200202 0.242110.2143421997.3499755859412.631912.496412.152799.9913.080713.115699.9999.9911.76611.0479.976351837997199994748490.4335970.4186710.42838499.990.4138370.34798199.9999.990.0270.0270.02301011112146.23172154.3960.143071000.007488295799229
N4RJ003312 187.274246215822.048412084579470.3002170.2503961998.3800048828120.371719.940799.9999.9999.9999.9999.9999.9999.9999.9999.9935189999999999999999990.4262530.44997299.9999.9999.9999.9999.9999.9999.9999.9999.993210031.51286108.2890.402968000.328941130183835
N4RJ003307 187.2824554443362.048743247985840.2995050.293521992.2700195312599.9921.858999.9999.9920.651399.9999.9999.9999.9999.9999.9999189999799999999999999.990.59663299.9999.990.50144299.9999.9999.9999.9999.9999.99310022031.86835179.680.49863000.346084237748776
N4RJ003349 187.2827911376952.059850692749020.242110.2143421997.3499755859415.858317.54514.793499.9918.739616.517999.9999.9913.72913.11312.969351837997199994748490.4350560.4211210.42949799.990.415380.3547599.9999.990.0270.030.026011112143.259625.941180.041504000.530887648079414
N4RJ003288 187.2740020751952.043745040893550.3261280.3190261989.1199951171920.163722.081499.9999.9999.9999.9999.9999.9999.9999.9999.9936189999999999999999990.5314930.64652899.9999.9999.9999.9999.9999.9999.9999.9999.993222032.10206168.1840.595989000.572503465042897
+ +
+
+ + + + + +Objects found : 40 , GSC23, ConeSearch: RA=148.967 DEC=69.6802 SR=0.01,OK + +GSC2 Public ID + + +Right Ascension (ICRS) + + +Declination (ICRS) + + +GSC1 ID + + +RA error + + +Dec error + + +Epoch of coordinate + + +Photographic Red magnitude + + +Photographic Blue magnitude + + +Photographic Near-IR magnitude + + +U band magnitude + + +B band magnitude + + +V band magnitude + + +R band magnitude + + +I band magnitude + + +2MASS J band magnitude + + +2MASS H band magnitude + + +2MASS K band magnitude + + +Photographic Red bandpass code + + +Photographic Blue bandpass code + + +Photographic Near-IR bandpass code + + +U band bandpass code + + +B band bandpass code + + +V band bandpass code + + +R band bandpass code + + +I band bandpass code + + +2MASS J band bandpass code + + +2MASS H band bandpass code + + +2MASS K band bandpass code + + +Photographic Red magnitude error + + +Photographic Blue magnitude error + + +Photographic Near-IR magnitude error + + +U band magnitude error + + +B band magnitude error + + +V band magnitude error + + +R band magnitude error + + +I band magnitude error + + +2MASS J band magnitude error + + +2MASS H band magnitude error + + +2MASS K band magnitude error + + +Object classification code + + +Object status codes + + +SemiMajor diameter of object + + +Position Angle (North thru East) + + +Eccentricity of object + + +Flag for known variable + + +Flag for known multiple + + +Distance of Object + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2MIY5SVY 148.96738569.6798930.080.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.999.6219.1148.17999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1210.089477777700000000.0200909184110749
2MIY5SVW 148.96887269.6797560.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.4378.3257.56999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.106-999-999477777700000000.0472339937267242
2MIY5SW0 148.97191369.6803210.060.061999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.6919.5278.7999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0740.0960.084477777700000000.10262206137772
2MIY5SW3 148.97073269.6813510.120.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.6739.1738.535999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.115-999-999477777700000000.103996752731364
2MIY5SVT 148.96286269.6787340.120.121999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.5268.9568.157999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.129-999-999477777700000000.123170443589731
2MIY5SVX 148.96077769.6797710.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.968.8538.106999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.116-999-999477777700000000.132191384976442
2MIY5SVV 148.96056969.6794890.080.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.0649.5998.843999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1260.118477777700000000.140622807167196
2MIY5SW4 148.97333369.681480.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.7549.5168.853999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.03-999-999477777700000000.152671070226088
2MIY5SVS 148.96102969.6781390.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.2879.4058.687999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.042-999-999477777700000000.175416552312676
2MIY5SVO 148.95944469.6772460.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.44710.0429.476999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.102-999-999477777700000000.237071362511258
2MIY5T00 148.97818269.6818850.070.071999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.54611.03610.336999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1180.1430.135477777700000000.253964983880404
2MIY5SW2 148.98023369.6804280.150.141999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.90812.1439.838999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.172-999477777700000000.276054974882205
2MIY5T06 148.97915269.6827160.140.131999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.51711.8359.601999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.14-999477777700000000.294768608447428
2MIY5T02 148.98021569.6824570.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.40810.15711.354999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.067477777700000000.30682872346137
2MIY5SW5 148.98184469.6815570.090.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.48911.65110.943999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1250.126477777700000000.319811397029451
2MIY5SVU 148.95168269.6793060.170.171999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.71610.199.553999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.201-999-999477777700000000.323642267324273
2MIY5SV9 148.96231869.6750560.130.131999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.24412.96212.53999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1990.196477777700000000.323693357751961
2MIY5SVP 148.95264769.6778340.130.131999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.26910.06510.547999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.151477777700000000.331051955959472
2MIY5T04 148.98347169.6824870.090.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.31611.25510.592999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1270.124477777700000000.369582391409243
2MIY5SVM 148.95135869.6771550.090.091999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.38211.3269.484999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1530.156-999477777700000000.373646892675738
2MIY5T0E 148.98241269.6839680.170.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.95910.78610.268999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.119-999-999477777700000000.392696627218024
2MIY5SVQ 148.94818469.677940.080.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.89810.77210.217999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.1390.122477777700000000.414850504528773
2MIY5T05 148.98662469.6825490.070.071999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.5911110.277999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0980.1360.112477777700000000.432465480164077
2MIY5SVK 148.94826269.677040.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9910.9699.91610.889999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.095477777700000000.434046584141612
2MIY5SUY 148.9555569.6741410.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.49212.19213.251999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.045477777700000000.43484711023985
2MIY5T0H 148.98518169.6841430.090.091999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.19312.21710.228999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1250.189-999477777700000000.446589048386675
2MIY5SVR 148.94636969.6781080.120.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.9269.8559.322999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.114-999-999477777700000000.447830548118739
2MIY5SVI 148.9479569.6766820.080.081999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.43511.2369.539999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1220.121-999477777700000000.449582801068443
2MIY5SVZ 148.98863969.6802140.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9914.56411.50810.945999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.07-999-999477777700000000.450861844822074
2MIY5T0G 148.98823769.6840440.140.141999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.43210.47711.552999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.153477777700000000.498951482981016
2MIY5T0A 148.98923569.6833650.170.161999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.82210.3069.787999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.15-999-999477777700000000.50065719604266
2MIY5SVL 148.94454369.6771010.120.121999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.7549.8599.382999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.118-999-999477777700000000.503528040602851
2MIY5T0J 148.98826369.6846690.150.141999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.30310.75310.394999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.154-999-999477777700000000.517813352418447
2MIY5T01 148.99248569.6820070.120.121999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.91712.56610.6999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1530.219-999477777700000000.541928438218953
2MIY5T0I 148.99032669.6842270.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9912.54610.54710.17999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.107-999-999477777700000000.542717172834934
2MIY5SVN 148.94210469.6771620.090.091999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.00111.8659.711999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1260.124-999477777700000000.549852502624328
2MIY5SVF 148.99312869.6764140.220.211999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9915.85510.88912.382999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.205-999-999477777700000000.589929961974441
2MIY5T03 148.99465569.682480.110.11999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.60811.14712.242999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.159-9990.172477777700000000.592194493430468
2MIY5SVA 148.94194269.6754990.140.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9913.37110.77310.407999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.133-999-999477777700000000.593468312358695
2MIY5SV3 148.94334869.6745680.110.111999.1979882039699.9999.9999.9999.9999.9999.9999.9999.9911.95711.13312.876999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.056477777700000000.597586334023429
+ +
+
+ + + + + +Objects found : 25 , GSC23, ConeSearch: RA=204.254 DEC=-29.8658 SR=0.01,OK + +GSC2 Public ID + + +Right Ascension (ICRS) + + +Declination (ICRS) + + +GSC1 ID + + +RA error + + +Dec error + + +Epoch of coordinate + + +Photographic Red magnitude + + +Photographic Blue magnitude + + +Photographic Near-IR magnitude + + +U band magnitude + + +B band magnitude + + +V band magnitude + + +R band magnitude + + +I band magnitude + + +2MASS J band magnitude + + +2MASS H band magnitude + + +2MASS K band magnitude + + +Photographic Red bandpass code + + +Photographic Blue bandpass code + + +Photographic Near-IR bandpass code + + +U band bandpass code + + +B band bandpass code + + +V band bandpass code + + +R band bandpass code + + +I band bandpass code + + +2MASS J band bandpass code + + +2MASS H band bandpass code + + +2MASS K band bandpass code + + +Photographic Red magnitude error + + +Photographic Blue magnitude error + + +Photographic Near-IR magnitude error + + +U band magnitude error + + +B band magnitude error + + +V band magnitude error + + +R band magnitude error + + +I band magnitude error + + +2MASS J band magnitude error + + +2MASS H band magnitude error + + +2MASS K band magnitude error + + +Object classification code + + +Object status codes + + +SemiMajor diameter of object + + +Position Angle (North thru East) + + +Eccentricity of object + + +Flag for known variable + + +Flag for known multiple + + +Distance of Object + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2MINYZ7J 204.253603-29.8655320.080.071999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9911.2510.4429.648999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1620.2090.096477777700000000.026177494199
2MINYZ7D 204.25405-29.8673970.120.111999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9910.4849.89110.264999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.096477777700000000.0958553103525204
2MINYZ7F 204.252654-29.8671440.110.111999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9911.8469.539.217999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.033-999-999477777700000000.106806313427352
2MINYZ7G 204.252026-29.866390.110.111999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9910.0749.4879.91999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.113477777700000000.108639491677893
2MINYZ7K 204.251614-29.8652190.110.111999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9910.5969.9510.473999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.096477777700000000.128949270879519
2MINYZ7H 204.25129-29.8659310.150.151999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9912.0239.7629.373999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.177-999-999477777700000000.141224572970949
2MIOKZYL 204.254939-29.863510.120.111999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9912.03213.31910.889999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.021-999477777700000000.145828294218706
2MIOKZYK 204.254642-29.8632930.120.111999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9914.09811.33410.949999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.043-999-999477777700000000.15408456419503
2MINYZ7C 204.251532-29.8679520.120.11999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9910.87110.26410.999999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.132477777700000000.182103822173401
2MINYZ7M 204.250762-29.8645320.120.121999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9911.15712.0711.154999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.3560.142477777700000000.184860825233597
2MIOKZYJ 204.251314-29.8631040.120.111999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9913.82111.31210.83999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.021-999-999477777700000000.213772885680538
2MIOKZYR 204.254317-29.8694820.120.111999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9914.46611.79511.498999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.049-999-999477777700000000.221534849339346
2MINYZ20 204.250667-29.8633420.110.111999.2361112062499.9999.9999.9999.9999.9999.9999.9999.9911.68613.29710.638999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-9990.032-999477777700000000.227653470510309
2MIOKZYP 204.249895-29.8673250.120.111999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9913.54210.85210.522999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.021-999-999477777700000000.232362229198215
2MIOKZYN 204.250022-29.8638590.140.131999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9913.11611.09210.7999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.166-999-999477777700000000.237497939176534
2MINYZ7O 204.25656-29.8620510.210.191999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9912.98512.37713.565999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.225477777700000000.261421464402983
2MINYZ7A 204.257598-29.870350.080.071999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9914.74414.16113.749999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1270.1670.099477777700000000.331021053327837
2MIOKZYI 204.257926-29.861340.260.241999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9915.28412.89912.698999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.294-999-999477777700000000.336660678470694
2MINYZ22 204.248342-29.8685280.290.261999.2361112062499.9999.9999.9999.9999.9999.9999.9999.9914.59712.08711.796999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.355-999-999477777700000000.336834126289914
2MIOKZYQ 204.259686-29.8685950.220.221999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9915.7313.21112.952999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.241-999-999477777700000000.340072369741871
2MINYZ78 204.25015-29.8716240.080.081999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9915.28314.18413.558999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.1230.190.136477777700000000.402783829824035
2MINYZ76 204.252376-29.8726180.260.251999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9916.92115.12415.007999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2520.3090.193477777700000000.417715341606368
2MINYZ79 204.247979-29.8706090.250.241999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9915.56112.71312.423999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.292-999-999477777700000000.425906751528665
2MIOKZYG 204.261894-29.8609830.290.271999.2637471144199.9999.9999.9999.9999.9999.9999.9999.9916.20713.38613.246999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.275-999-999477777700000000.50224124958489
2MINYZ7R 204.255851-29.8571640.260.251999.2361128551599.9999.9999.9999.9999.9999.9999.9999.9916.81216.27415.042999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.2140.2490.169477777700000000.527035403438537
+ +
+
+ + + + + +Objects found : 5 , GSC23, ConeSearch: RA=186.266 DEC=12.887 SR=0.01,OK + +GSC2 Public ID + + +Right Ascension (ICRS) + + +Declination (ICRS) + + +GSC1 ID + + +RA error + + +Dec error + + +Epoch of coordinate + + +Photographic Red magnitude + + +Photographic Blue magnitude + + +Photographic Near-IR magnitude + + +U band magnitude + + +B band magnitude + + +V band magnitude + + +R band magnitude + + +I band magnitude + + +2MASS J band magnitude + + +2MASS H band magnitude + + +2MASS K band magnitude + + +Photographic Red bandpass code + + +Photographic Blue bandpass code + + +Photographic Near-IR bandpass code + + +U band bandpass code + + +B band bandpass code + + +V band bandpass code + + +R band bandpass code + + +I band bandpass code + + +2MASS J band bandpass code + + +2MASS H band bandpass code + + +2MASS K band bandpass code + + +Photographic Red magnitude error + + +Photographic Blue magnitude error + + +Photographic Near-IR magnitude error + + +U band magnitude error + + +B band magnitude error + + +V band magnitude error + + +R band magnitude error + + +I band magnitude error + + +2MASS J band magnitude error + + +2MASS H band magnitude error + + +2MASS K band magnitude error + + +Object classification code + + +Object status codes + + +SemiMajor diameter of object + + +Position Angle (North thru East) + + +Eccentricity of object + + +Flag for known variable + + +Flag for known multiple + + +Distance of Object + + + + + + + + + + +
2MIFRSKW 186.26560812.8870020.060.061998.0396964104599.9999.9999.9999.9999.9999.9999.9999.9910.66110.0539.806999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.0780.1090.094477777700000000.022927888015682
2MIFRSKY 186.26035412.8892940.110.111998.0396964104599.9999.9999.9999.9999.9999.9999.9999.9915.40712.60212.367999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.072-999-999477777700000000.357762224555627
2MJ8EGYE 186.27138112.8831820.330.191999.9356808092399.9999.9999.9999.9999.9999.9999.9999.9916.07612.9712.742999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.218-999-999477777700000000.389272025688835
2MJ8EGYF 186.27107612.8824960.190.171999.9356808092399.9999.9999.9999.9999.9999.9999.9999.9913.7812.97914.621999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.15477777700000000.401464987541132
2MIFRSKX 186.25919412.8881960.270.261998.0396964104599.9999.9999.9999.9999.9999.9999.9999.9913.67912.89714.878999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.99-999-9990.304477777700000000.404489523305293
+ +
+
diff --git a/vo/votest/tests/req_4.3.cl b/vo/votest/tests/req_4.3.cl new file mode 100644 index 00000000..883f1897 --- /dev/null +++ b/vo/votest/tests/req_4.3.cl @@ -0,0 +1,22 @@ +# +# ServiceURLs and resource names are interchangeable. + +# Set the test description string. +votest.descr = "ServiceURLs and resource names are interchangeable." + +print ("------------------------------------------------------------------") +print ("Req 4.3: Users shall be able to specify a base ServiceURL to") +print (" data-access tasks expecting a Resource parameter.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. + +# Get the base NED ServiceURL, use that to query a catalog service rather +# than the name of the service. + +regdb ("resolve", "veron") +getcat (regdb.url, field="3c273", size=0.005, output="STDOUT", format="raw") + diff --git a/vo/votest/tests/req_4.3.out b/vo/votest/tests/req_4.3.out new file mode 100644 index 00000000..b64425d6 --- /dev/null +++ b/vo/votest/tests/req_4.3.out @@ -0,0 +1,8 @@ +------------------------------------------------------------------ +Req 4.3: Users shall be able to specify a base ServiceURL to + data-access tasks expecting a Resource parameter. +------------------------------------------------------------------ + + HEASARC Browse data service + Please send inquiries to mailto:request@athena.gsfc.nasa.gov + Veron Catalog of Quasars & AGN, 13th Edition Integer key Most Common Designation of the Object Right Ascension Declination Magnitude (Type Specified by app_mag_flag) Magnitude Type: V=visual,P=photographic,B=blue,R=red,I/J/K=infrared,O=O/J-plate Flag for Redshift: E=estimate, >=lower limit Redshift Veron Object Classification Offset of target/observation from query center
734323C 273.0187.27792.052212.85V0.158S1.00.011
diff --git a/vo/votest/tests/req_4.4.cl b/vo/votest/tests/req_4.4.cl new file mode 100644 index 00000000..4c4952d5 --- /dev/null +++ b/vo/votest/tests/req_4.4.cl @@ -0,0 +1,39 @@ +# +# Save data-query results in formats other than VOTable. + +# Set the test description string. +votest.descr = "Save data-query results in formats other than VOTable." + +print ("------------------------------------------------------------------") +print ("Req 4.4: Users shall be able to save the results of a query in a") +print (" tabular format other than VOTable.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. + +string qstr, ofn + +# Generate a query string. +qstring ("gsc2.3", "m101", size=0.005, type="catalog") | scan (qstr) +print (qstr) + +votcopy (qstr, "STDOUT", format="ascii") +votcopy (qstr, "STDOUT", format="asv") +votcopy (qstr, "STDOUT", format="bsv") +votcopy (qstr, "STDOUT", format="csv") +votcopy (qstr, "STDOUT", format="tsv") +votcopy (qstr, "STDOUT", format="html") +votcopy (qstr, "STDOUT", format="shtml") +votcopy (qstr, "STDOUT", format="xml") +votcopy (qstr, "STDOUT", format="raw") +votcopy (qstr, "STDOUT", format="votable") + +# The FITS file is a special case where we want to create a file. +ofn = "tmp$req44.fits" +delete (ofn, verify-, >& "dev$null") +votcopy (qstr, ofn, format="fits") +tinfo (ofn) +delete (ofn, verify-, >& "dev$null") diff --git a/vo/votest/tests/req_4.4.out b/vo/votest/tests/req_4.4.out new file mode 100644 index 00000000..9612612d --- /dev/null +++ b/vo/votest/tests/req_4.4.out @@ -0,0 +1,254 @@ +------------------------------------------------------------------ +Req 4.4: Users shall be able to save the results of a query in a + tabular format other than VOTable. +------------------------------------------------------------------ +http://gsss.stsci.edu/webservices/vo/ConeSearch.aspx?CAT=GSC23&&RA=210.802267&DEC=54.34895&SR=0.005&RUNID=iraf2160 +# hstID ra dec GSC1ID raEpsilon decEpsilon epoch FpgMag JpgMag NMag UMag BMag VMag RMag IMag JMag HMag KMag FpgMagCode JpgMagCode NMagCode UMagCode BMagCode VMagCode RMagCode IMagCode JMagCode HMagCode KMagCode FpgMagErr JpgMagErr NMagErr UMagErr BMagErr VMagErr RMagErr IMagErr JMagErr HMagErr KMagErr class sourceStatus semiMajorAxis positionangle eccentricity variableFlag multipleFlag distance +"2MJG3R5L " 210.802221 54.3489 0.11 0.06 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.082 12.484 11.822 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.08 0.109 0.053 4 77777700 0 0 0 0 0 0.0034040835215751 +"2MJG3R5M " 210.805734 54.348801 0.18 0.15 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.137 12.939 12.666 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.156 -999 -999 4 77777700 0 0 0 0 0 0.121573246297684 +# hstID ra dec GSC1ID raEpsilon decEpsilon epoch FpgMag JpgMag NMag UMag BMag VMag RMag IMag JMag HMag KMag FpgMagCode JpgMagCode NMagCode UMagCode BMagCode VMagCode RMagCode IMagCode JMagCode HMagCode KMagCode FpgMagErr JpgMagErr NMagErr UMagErr BMagErr VMagErr RMagErr IMagErr JMagErr HMagErr KMagErr class sourceStatus semiMajorAxis positionangle eccentricity variableFlag multipleFlag distance +"2MJG3R5L " 210.802221 54.3489 0.11 0.06 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.082 12.484 11.822 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.08 0.109 0.053 4 77777700 0 0 0 0 0 0.0034040835215751 +"2MJG3R5M " 210.805734 54.348801 0.18 0.15 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.137 12.939 12.666 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.156 -999 -999 4 77777700 0 0 0 0 0 0.121573246297684 +# hstID|ra|dec|GSC1ID|raEpsilon|decEpsilon|epoch|FpgMag|JpgMag|NMag|UMag|BMag|VMag|RMag|IMag|JMag|HMag|KMag|FpgMagCode|JpgMagCode|NMagCode|UMagCode|BMagCode|VMagCode|RMagCode|IMagCode|JMagCode|HMagCode|KMagCode|FpgMagErr|JpgMagErr|NMagErr|UMagErr|BMagErr|VMagErr|RMagErr|IMagErr|JMagErr|HMagErr|KMagErr|class|sourceStatus|semiMajorAxis|positionangle|eccentricity|variableFlag|multipleFlag|distance +2MJG3R5L |210.802221|54.3489||0.11|0.06|1999.12458244546|99.99|99.99|99.99|99.99|99.99|99.99|99.99|99.99|13.082|12.484|11.822|99|99|99|99|99|99|99|99|47|48|49|99.99|99.99|99.99|99.99|99.99|99.99|99.99|99.99|0.08|0.109|0.053|4|77777700|0|0|0|0|0|0.0034040835215751 +2MJG3R5M |210.805734|54.348801||0.18|0.15|1999.12458244546|99.99|99.99|99.99|99.99|99.99|99.99|99.99|99.99|15.137|12.939|12.666|99|99|99|99|99|99|99|99|47|48|49|99.99|99.99|99.99|99.99|99.99|99.99|99.99|99.99|0.156|-999|-999|4|77777700|0|0|0|0|0|0.121573246297684 +# hstID,ra,dec,GSC1ID,raEpsilon,decEpsilon,epoch,FpgMag,JpgMag,NMag,UMag,BMag,VMag,RMag,IMag,JMag,HMag,KMag,FpgMagCode,JpgMagCode,NMagCode,UMagCode,BMagCode,VMagCode,RMagCode,IMagCode,JMagCode,HMagCode,KMagCode,FpgMagErr,JpgMagErr,NMagErr,UMagErr,BMagErr,VMagErr,RMagErr,IMagErr,JMagErr,HMagErr,KMagErr,class,sourceStatus,semiMajorAxis,positionangle,eccentricity,variableFlag,multipleFlag,distance +2MJG3R5L ,210.802221,54.3489,,0.11,0.06,1999.12458244546,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,13.082,12.484,11.822,99,99,99,99,99,99,99,99,47,48,49,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,0.08,0.109,0.053,4,77777700,0,0,0,0,0,0.0034040835215751 +2MJG3R5M ,210.805734,54.348801,,0.18,0.15,1999.12458244546,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,15.137,12.939,12.666,99,99,99,99,99,99,99,99,47,48,49,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,0.156,-999,-999,4,77777700,0,0,0,0,0,0.121573246297684 +# hstID ra dec GSC1ID raEpsilon decEpsilon epoch FpgMag JpgMag NMag UMag BMag VMag RMag IMag JMag HMag KMag FpgMagCode JpgMagCode NMagCode UMagCode BMagCode VMagCode RMagCode IMagCode JMagCode HMagCode KMagCode FpgMagErr JpgMagErr NMagErr UMagErr BMagErr VMagErr RMagErr IMagErr JMagErr HMagErr KMagErr class sourceStatus semiMajorAxis positionangle eccentricity variableFlag multipleFlag distance +2MJG3R5L 210.802221 54.3489 0.11 0.06 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 13.082 12.484 11.822 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.08 0.109 0.053 4 77777700 0 0 0 0 0 0.0034040835215751 +2MJG3R5M 210.805734 54.348801 0.18 0.15 1999.12458244546 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 15.137 12.939 12.666 99 99 99 99 99 99 99 99 47 48 49 99.99 99.99 99.99 99.99 99.99 99.99 99.99 99.99 0.156 -999 -999 4 77777700 0 0 0 0 0 0.121573246297684 + +File: http://gsss.stsci.edu/webservices/vo/ConeSearch.aspx?CAT=GSC23&&RA=210.802267&DEC=54.34895&SR=0.005&RUNID=iraf2160 + + + +
FILE NAME:http://gsss.stsci.edu/webservices/vo/ConeSearch.aspx?CAT=GSC23&&RA=210.802267&DEC=54.34895&SR=0.005&RUNID=iraf2160
RESOURCE: name='GSC23'
DESCRIPTION:
 
INFOQUERY_STATUSOK
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hstIDradecGSC1IDraEpsilondecEpsilonepochFpgMagJpgMagNMagUMagBMagVMagRMagIMagJMagHMagKMagFpgMagCodeJpgMagCodeNMagCodeUMagCodeBMagCodeVMagCodeRMagCodeIMagCodeJMagCodeHMagCodeKMagCodeFpgMagErrJpgMagErrNMagErrUMagErrBMagErrVMagErrRMagErrIMagErrJMagErrHMagErrKMagErrclasssourceStatussemiMajorAxispositionangleeccentricityvariableFlagmultipleFlagdistance
2MJG3R5L 210.80222154.34890.110.061999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9913.08212.48411.822999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.1090.053477777700000000.0034040835215751
2MJG3R5M 210.80573454.3488010.180.151999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9915.13712.93912.666999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000000.121573246297684
+ + + +File: http://gsss.stsci.edu/webservices/vo/ConeSearch.aspx?CAT=GSC23&&RA=210.802267&DEC=54.34895&SR=0.005&RUNID=iraf2160 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hstIDradecGSC1IDraEpsilondecEpsilonepochFpgMagJpgMagNMagUMagBMagVMagRMagIMagJMagHMagKMagFpgMagCodeJpgMagCodeNMagCodeUMagCodeBMagCodeVMagCodeRMagCodeIMagCodeJMagCodeHMagCodeKMagCodeFpgMagErrJpgMagErrNMagErrUMagErrBMagErrVMagErrRMagErrIMagErrJMagErrHMagErrKMagErrclasssourceStatussemiMajorAxispositionangleeccentricityvariableFlagmultipleFlagdistance
2MJG3R5L 210.80222154.34890.110.061999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9913.08212.48411.822999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.1090.053477777700000000.0034040835215751
2MJG3R5M 210.80573454.3488010.180.151999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9915.13712.93912.666999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000000.121573246297684
+ +Objects found : 2 , GSC23, ConeSearch: RA=210.802267 DEC=54.34895 SR=0.005,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MJG3R5L 210.80222154.34890.110.061999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9913.08212.48411.822999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.1090.053477777700000000.0034040835215751
2MJG3R5M 210.80573454.3488010.180.151999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9915.13712.93912.666999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000000.121573246297684
+ +Objects found : 2 , GSC23, ConeSearch: RA=210.802267 DEC=54.34895 SR=0.005,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MJG3R5L 210.80222154.34890.110.061999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9913.08212.48411.822999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.1090.053477777700000000.0034040835215751
2MJG3R5M 210.80573454.3488010.180.151999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9915.13712.93912.666999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000000.121573246297684
+ +Objects found : 2 , GSC23, ConeSearch: RA=210.802267 DEC=54.34895 SR=0.005,OKGSC2 Public IDRight Ascension (ICRS)Declination (ICRS)GSC1 IDRA errorDec errorEpoch of coordinatePhotographic Red magnitudePhotographic Blue magnitudePhotographic Near-IR magnitudeU band magnitudeB band magnitudeV band magnitudeR band magnitudeI band magnitude2MASS J band magnitude2MASS H band magnitude2MASS K band magnitudePhotographic Red bandpass codePhotographic Blue bandpass codePhotographic Near-IR bandpass codeU band bandpass codeB band bandpass codeV band bandpass codeR band bandpass codeI band bandpass code2MASS J band bandpass code2MASS H band bandpass code2MASS K band bandpass codePhotographic Red magnitude errorPhotographic Blue magnitude errorPhotographic Near-IR magnitude errorU band magnitude errorB band magnitude errorV band magnitude errorR band magnitude errorI band magnitude error2MASS J band magnitude error2MASS H band magnitude error2MASS K band magnitude errorObject classification codeObject status codesSemiMajor diameter of objectPosition Angle (North thru East)Eccentricity of objectFlag for known variableFlag for known multipleDistance of Object
2MJG3R5L 210.80222154.34890.110.061999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9913.08212.48411.822999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.080.1090.053477777700000000.0034040835215751
2MJG3R5M 210.80573454.3488010.180.151999.1245824454699.9999.9999.9999.9999.9999.9999.9999.9915.13712.93912.666999999999999999947484999.9999.9999.9999.9999.9999.9999.9999.990.156-999-999477777700000000.121573246297684
+# tmp$req44.fits[1] + 2 rows written to table + 48 columns defined + 240 header parameters written to table + 251 records allocated for header parameters + 48 space allocated for column descriptors +table type: fits diff --git a/vo/votest/tests/req_4.5.cl b/vo/votest/tests/req_4.5.cl new file mode 100644 index 00000000..a35ace57 --- /dev/null +++ b/vo/votest/tests/req_4.5.cl @@ -0,0 +1,36 @@ +# +# Select DAL results for download. + +# Set the test description string. +votest.descr = "Select DAL results for download" + +print ("------------------------------------------------------------------") +print ("Req 4.5: Users shall be able to select which data returned by a") +print (" DAL service query is to be downloaded to local disk.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. + +string ofn1, ofn2 + +ofn1 = mktemp ("tmp$req45") +ofn2 = mktemp ("tmp$req45") // ".fits" + +# Get an SIA service result. +getimg ("dss", "m83", size=0.1, output=ofn1, format="raw") + +# Select only the FITS data. Note the use of the column name here +# implies some knowledge of the table schema. +tselect (ofn1, ofn2, expr="Format ?= 'fits'") + +# Print the URLs we would like to download. +tdump (ofn2, columns="URL", cdfile="", pfile="", datafile="STDOUT") + +# Clean up. +delete (ofn1, verify-, >& "dev$null") +delete (ofn2, verify-, >& "dev$null") + + diff --git a/vo/votest/tests/req_4.5.out b/vo/votest/tests/req_4.5.out new file mode 100644 index 00000000..295552cc --- /dev/null +++ b/vo/votest/tests/req_4.5.out @@ -0,0 +1,7 @@ +------------------------------------------------------------------ +Req 4.5: Users shall be able to select which data returned by a + DAL service query is to be downloaded to local disk. +------------------------------------------------------------------ +http://skyview.gsfc.nasa.gov/cgi-bin/images?position=204.253829%2C-29.865761&survey=dss2b&pixels=300%2C300&sampler=Clip&size=0.10000000000000002%2C0.10000000000000002&projection=Tan&coordinates=J2000.0&return=FITS +http://skyview.gsfc.nasa.gov/cgi-bin/images?position=204.253829%2C-29.865761&survey=dss2r&pixels=300%2C300&sampler=Clip&size=0.10000000000000002%2C0.10000000000000002&projection=Tan&coordinates=J2000.0&return=FITS +http://skyview.gsfc.nasa.gov/cgi-bin/images?position=204.253829%2C-29.865761&survey=dss2ir&pixels=300%2C300&sampler=Clip&size=0.10000000000000002%2C0.10000000000000002&projection=Tan&coordinates=J2000.0&return=FITS diff --git a/vo/votest/tests/req_4.out b/vo/votest/tests/req_4.out new file mode 100644 index 00000000..64d1a062 --- /dev/null +++ b/vo/votest/tests/req_4.out @@ -0,0 +1,6 @@ +------------------------------------------------------------------ +Req 4: Users shall be able to access all DAL services supported + by the underlying VOClient interface (SCS/SIA/SSA in Y1). +------------------------------------------------------------------ +Demonstration of the general data query and access is done via the +DAL test scripts. diff --git a/vo/votest/tests/samp.tests/req_2.0.cl b/vo/votest/tests/samp.tests/req_2.0.cl new file mode 100644 index 00000000..a9c382ff --- /dev/null +++ b/vo/votest/tests/samp.tests/req_2.0.cl @@ -0,0 +1,21 @@ +# +# Demonstrate general use of SAMP interoperability. + +# Set the test description string. +votest.descr = "Demonstrate general use of SAMP interoperability" + + +print ("------------------------------------------------------------------") +print ("Req 2: Users shall be able to interoperate with other SAMP") +print (" (or WebSAMP) enabled applications.") +print ("------------------------------------------------------------------") + + +fcache init + +#-------------------------------------------------------------------------- + +print ("Demonstration of the general use of SAMP is accomplished via the") +print ("specific SAMP test scripts.") +print ("") +print ("") diff --git a/vo/votest/tests/samp.tests/req_2.0.out b/vo/votest/tests/samp.tests/req_2.0.out new file mode 100644 index 00000000..669d36f7 --- /dev/null +++ b/vo/votest/tests/samp.tests/req_2.0.out @@ -0,0 +1,8 @@ +------------------------------------------------------------------ +Req 2: Users shall be able to interoperate with other SAMP + (or WebSAMP) enabled applications. +------------------------------------------------------------------ +Demonstration of the general use of SAMP is accomplished via the +specific SAMP test scripts. + + diff --git a/vo/votest/tests/samp.tests/req_2.1.cl b/vo/votest/tests/samp.tests/req_2.1.cl new file mode 100644 index 00000000..4fc85352 --- /dev/null +++ b/vo/votest/tests/samp.tests/req_2.1.cl @@ -0,0 +1,69 @@ +# +# Demonstrate ability to send targeted or broadcast SAMP messages. + +# Set the test description string. +votest.descr = "Demonstrate ability to send targeted or broadcast messages" + +print ("------------------------------------------------------------------") +print ("Req 2.1: Users shall be able to send messages to specific") +print (" clients or broadcast to all available clients.") +print ("------------------------------------------------------------------") + + +fcache init + +string res + +# Execute the test commands. +print ("") +print ("") +print ("") + + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +# Startup topcat as a recipient application. +if (sampAccess ("topcat") == yes) { + + ########################################### + # Broadcast to all clients. + ########################################### + + # Command mode + samp ("loadVOTable", "data$usno-b.xml") + samp ("loadVOTable", s1) + samp ("loadVOTable", s2) + samp ("loadVOTable", s3) + + # Program mode + res = sampLoadVOTable ("data$usno-b.xml") + res = sampLoadVOTable (s1) + res = sampLoadVOTable (s2) + res = sampLoadVOTable (s3) + + + ########################################### + # Targeted message to specific client. + ########################################### + + # Command mode + samp ("loadVOTable", "data$usno-b.xml", to="topcat") + samp ("loadVOTable", s1, to="topcat") + samp ("loadVOTable", s2, to="topcat") + samp ("loadVOTable", s3, to="topcat") + + # Program mode + res = sampLoadVOTable ("data$usno-b.xml", "topcat") + res = sampLoadVOTable (s1, "topcat") + res = sampLoadVOTable (s2, "topcat") + res = sampLoadVOTable (s3, "topcat") + +} else { + print ("Topcat is not running... skipping this test.") + return +} + diff --git a/vo/votest/tests/samp.tests/req_2.1.out b/vo/votest/tests/samp.tests/req_2.1.out new file mode 100644 index 00000000..265a16e6 --- /dev/null +++ b/vo/votest/tests/samp.tests/req_2.1.out @@ -0,0 +1,17 @@ +------------------------------------------------------------------ +Req 2.1: Users shall be able to send messages to specific + clients or broadcast to all available clients. +------------------------------------------------------------------ + + + +ok +ok +ok +ok +ok +ok +ok +ok +Stopping Topcat ... +off diff --git a/vo/votest/tests/samp.tests/req_2.2.cl b/vo/votest/tests/samp.tests/req_2.2.cl new file mode 100644 index 00000000..e42fa0aa --- /dev/null +++ b/vo/votest/tests/samp.tests/req_2.2.cl @@ -0,0 +1,61 @@ +# +# Demonstrate ability to execute remote IRAF cmds via SAMP + +# Set the test description string. +votest.descr = "Demonstrate ability to execute remote IRAF cmds via SAMP" + +print ("------------------------------------------------------------------") +print ("Req 2.2: Users shall be able to execute IRAF tasks and set or") +print (" retrieve information in/from the IRAF environment via") +print (" SAMP messaging from clients that implement the required") +print (" message types.") +print ("------------------------------------------------------------------") + + +string res + +# Execute the test commands. +print ("") +print ("") +print ("") + + +########################################### +# Broadcast to all clients. +########################################### + +# Remote command execution +res = sampCmdExec ("imstat dev$pix") + +# Environment Set/Get +res = sampEnvSet ("foo", "bar") +res = sampEnvGet ("foo") +print ("Result = " // res) + +# Task Parameter Set/Get +res = sampParamSet ("imstat.images", "dev$pix") +res = sampParamGet ("imstat.images") +print ("Parameter = " // res) + + + +########################################### +# Targeted message to specific client. +########################################### + + +# Remote command execution +res = sampCmdExec ("imstat dev$pix", "iraf2") + +# Environment Set/Get +res = sampEnvSet ("foo", "bar", "iraf2") +res = sampEnvGet ("foo", "iraf2") +print ("Result = " // res) + +# Task Parameter Set/Get +res = sampParamSet ("imstat.images", "dev$pix", "iraf2") +res = sampParamGet ("imstat.images", "iraf2") +print ("Parameter = " // res) + + + diff --git a/vo/votest/tests/url.men b/vo/votest/tests/url.men new file mode 100644 index 00000000..e69de29b diff --git a/vo/votest/tests/url_001.cl b/vo/votest/tests/url_001.cl new file mode 100644 index 00000000..94ddb2a3 --- /dev/null +++ b/vo/votest/tests/url_001.cl @@ -0,0 +1,43 @@ +# +# Rudimentary URL handling: files + +# Set the test description string. +votest.descr = "Rudimentary URL handling: files" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +type ("data$usno-b.xml") + +print ("\nHTTP URI: " // s1) # remote http URI +type (s1) + +print ("\nFile URI: " // s2) # file URI +type (s2) + +print ("\nFile URI: " // s3) # file URI +type (s3) + +print ("\nHTTP Redirection") # HTTP Redirection +type ("http://iraf.noao.edu/votest/redir_file.php") + +print ("\nHTTP CGI query") # HTTP CGI query +type http://iraf.noao.edu/scripts/irafhelp?dir # command mode + +type ("http://iraf.noao.edu/scripts/irafhelp?dir") # program mode + +s1 = "http://iraf.noao.edu/scripts/irafhelp?dir" # script vars +type (s1) + + +# Exclude from auto-test scripts since output will change over time. +# +#print ("\nHTTP Server-side URL") # Server-side URL +#type ("http://casa.nrao.edu/index.shtml") + diff --git a/vo/votest/tests/url_001.out b/vo/votest/tests/url_001.out new file mode 100644 index 00000000..cbc52fed --- /dev/null +++ b/vo/votest/tests/url_001.out @@ -0,0 +1,1837 @@ + +Logical Path: data$usno-b.xml + + + + + + United States Naval Observatory Flagstaff Station 01Jul2011-15:46:54 + Astronomical Image and Catalogue Server: + http://www.nofs.navy.mil/data/fchpix/ + Please send questions and problem reports to: + sel@nofs.navy.mil + + + + + Coordinate system is FK5 equinox=J2000.0, epoch=2000.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 3.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 109.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 176.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 9.0 + < +TD> 17.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 163.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 8.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 3.0 + < +TD> 441.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 5.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 11.0 + < +TD> 6.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 10.0 + < +TD> 0.0 + + +
1369-0259494201.927997246.9943389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.780 + 0.000 21.210 0.000 0.000
1369-0259503201.947108346.9680667 89< +/TD> 53 + 89 53 0.0 0.0 0.0 18.060 + 16.860 17.280 16.700 16.450
1369-0259504201.948158346.9836806 999< +/TD> 16 + 2797 16 -318.0 -98.0 84.0 20.840 + 18.620 0.000 19.710 0.000
1369-0259505201.948669446.9838306 486< +/TD> 192 + 486 192 0.0 0.0 0.0 0.000 + 19.600 21.020 20.050 18.680
1369-0259508201.953658346.9846083 405< +/TD> 569 + 405 569 0.0 0.0 0.0 20.460 + 19.420 0.000 0.000 0.000
1369-0259509201.954311146.9848639 197< +/TD> 182 + 197 182 0.0 0.0 0.0 19.530 + 18.160 18.930 18.170 18.380
1369-0259512201.961786146.9990944 173< +/TD> 234 + 173 234 0.0 0.0 0.0 20.420 + 19.440 20.470 19.930 19.030
1369-0259513201.962711146.9918944 315< +/TD> 340 + 379 408 140.0 -92.0 14.0 0.000 + 19.630 20.390 18.990 18.670
1369-0259514201.963727846.9676583 614< +/TD> 65 + 614 65 0.0 0.0 0.0 0.000 + 0.000 21.610 20.480 0.000
1369-0259516201.965780646.9594944 125< +/TD> 100 + 150 118 8.0 -10.0 4.0 19.630 + 18.300 18.640 18.180 17.990
1369-0259524201.974744446.9672806 402< +/TD> 999 + 402 999 0.0 0.0 0.0 0.000 + 19.670 21.850 0.000 0.000
1369-0259525201.975605646.9677389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.330 21.130 0.000 0.000
1369-0259529201.982836146.9865750 999< +/TD> 999 + 1281 2076 -96.0 -344.0 48.0 20.840 + 0.000 20.670 0.000 18.850
1369-0259530201.983122246.9819861 371< +/TD> 52 + 455 64 8.0 8.0 14.0 20.780 + 0.000 20.780 20.490 0.000
1369-0259531201.983247246.9594528 317< +/TD> 24 + 317 24 0.0 0.0 0.0 0.000 + 0.000 21.610 20.060 0.000
1369-0259532201.990572246.9788972 665< +/TD> 519 + 665 519 0.0 0.0 0.0 0.000 + 18.020 0.000 0.000 17.370
1369-0259533201.990755646.9791194 254< +/TD> 270 + 254 270 0.0 0.0 0.0 20.840 + 18.330 20.350 18.120 17.730
1369-0259537201.999161146.9604056 81< +/TD> 160 + 81 160 0.0 0.0 0.0 0.000 + 0.000 21.810 20.600 0.000
1369-0259542202.005430646.9669278 44< +/TD> 304 + 44 304 0.0 0.0 0.0 0.000 + 0.000 21.120 20.070 0.000
1369-0259543202.007430646.9847917 122< +/TD> 179 + 122 179 0.0 0.0 0.0 20.840 + 0.000 20.770 20.220 0.000
1369-0259550202.016861146.9517722 112< +/TD> 48 + 140 52 -36.0 -10.0 4.0 19.340 + 16.310 18.040 16.300 15.110
1369-0259555202.024841746.9863361 740< +/TD> 999 + 740 999 0.0 0.0 0.0 20.840 + 19.630 0.000 0.000 0.000
1369-0259556202.025411146.9692306 431< +/TD> 402 + 517 483 116.0 -384.0 16.0 20.840 + 0.000 0.000 20.440 18.820
1369-0259557202.027691746.9966500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.410 21.000 0.000 0.000
1369-0259558202.030819446.9740194 50< +/TD> 891 + 67 1252 -46.0 202.0 9.0 0.000 + 0.000 20.980 20.120 18.850
1369-0259559202.031116746.9738056 115< +/TD> 194 + 115 194 0.0 0.0 0.0 0.000 + 0.000 21.020 19.910 0.000
1369-0259563202.036477846.9898500 487< +/TD> 410 + 487 410 0.0 0.0 0.0 0.000 + 19.510 20.440 0.000 0.000
1369-0259564202.036925046.9898222 166< +/TD> 171 + 166 171 0.0 0.0 0.0 20.840 + 19.050 20.520 19.520 18.690
1369-0259567202.038233346.9967528 73< +/TD> 4 + 86 4 2.0 -4.0 3.0 0.000 + 18.630 20.820 18.880 17.230
1369-0259570202.055719446.9702333 127< +/TD> 250 + 148 302 -14.0 6.0 4.0 0.000 + 19.410 21.250 19.620 0.000
1369-0259573202.059586146.9859583 189< +/TD> 458 + 226 549 -32.0 -24.0 7.0 0.000 + 19.410 0.000 20.510 18.440
1369-0259574202.060005646.9860056 392< +/TD> 999 + 392 999 0.0 0.0 0.0 0.000 + 0.000 0.000 19.960 18.340
1369-0259575202.061255646.9942778 999< +/TD> 760 + 999 760 0.0 0.0 0.0 20.840 + 0.000 0.000 20.480 0.000
1369-0259580202.067383346.9803250 334< +/TD> 999 + 403 3223 -86.0 308.0 12.0 0.000 + 19.630 21.610 20.220 0.000
1370-0274921201.937497247.0158778 289< +/TD> 284 + 289 284 0.0 0.0 0.0 0.000 + 0.000 21.010 19.980 0.000
1370-0274922201.938058347.0160722 999< +/TD> 150 + 999 150 0.0 0.0 0.0 0.000 + 0.000 21.080 19.810 0.000
1370-0274923201.938247247.0158667 30< +/TD> 154 + 30 154 0.0 0.0 0.0 0.000 + 0.000 21.160 19.810 0.000
1370-0274924201.940188947.0067750 286< +/TD> 579 + 286 579 0.0 0.0 0.0 0.000 + 0.000 21.350 20.590 0.000
1370-0274925201.940644447.0068917 7< +/TD> 69 + 7 79 174.0 20.0 0.0 0.000 + 19.570 21.200 20.100 0.000
1370-0274936201.971191747.0034194 514< +/TD> 160 + 514 160 0.0 0.0 0.0 0.000 + 0.000 21.110 20.080 0.000
1370-0274938201.979711147.0346333 71< +/TD> 114 + 71 114 0.0 0.0 0.0 0.000 + 0.000 21.460 20.430 0.000
1370-0274943201.984538947.0261028 98< +/TD> 0 + 98 0 0.0 0.0 0.0 0.000 + 0.000 21.060 20.650 0.000
1370-0274946201.996477847.0367167 999< +/TD> 295 + 999 295 0.0 0.0 0.0 0.000 + 0.000 21.610 20.540 0.000
1370-0274948201.998475047.0022556 41< +/TD> 193 + 44 226 -6.0 2.0 1.0 0.000 + 19.080 21.600 19.430 18.310
1370-0274949201.999333347.0449694 221< +/TD> 69 + 221 69 0.0 0.0 0.0 0.000 + 0.000 21.560 20.070 0.000
1370-0274950202.000291747.0277056 95< +/TD> 74 + 95 74 0.0 0.0 0.0 19.650 + 18.430 18.730 17.930 17.640
1370-0274952202.003261147.0432889 102< +/TD> 36 + 119 41 -18.0 0.0 3.0 20.660 + 18.190 19.980 18.260 17.250
1370-0274953202.003938947.0242417 135< +/TD> 106 + 159 123 10.0 -14.0 4.0 18.700 + 16.160 17.730 16.150 14.890
1370-0274954202.004202847.0434028 999< +/TD> 999 + 1406 2421 -850.0 -358.0 198.0 0.000 + 0.000 21.470 20.380 18.760
1370-0274957202.007313947.0436611 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 21.630 20.600 0.000
1370-0274958202.008211147.0044250 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 20.790 20.250 19.070
1370-0274959202.009491747.0492250 83< +/TD> 73 + 93 84 -8.0 2.0 2.0 20.750 + 18.460 19.860 18.060 17.640
1370-0274962202.014658347.0014556 71< +/TD> 999 + 71 999 0.0 0.0 0.0 0.000 + 0.000 21.400 19.600 0.000
1370-0274963202.014808347.0037083 24< +/TD> 154 + 24 186 16.0 6.0 0.0 13.770 + 13.040 13.220 12.800 11.490
1370-0274967202.016577847.0297083 129< +/TD> 999 + 129 999 0.0 0.0 0.0 0.000 + 19.870 0.000 20.890 0.000
1370-0274971202.021511147.0324889 999< +/TD> 920 + 999 920 0.0 0.0 0.0 0.000 + 19.380 0.000 0.000 19.120
1370-0274974202.029105647.0247694 51< +/TD> 84 + 51 84 0.0 0.0 0.0 0.000 + 0.000 0.000 20.250 18.170
1370-0274975202.032150047.0428083 214< +/TD> 38 + 214 38 0.0 0.0 0.0 0.000 + 19.530 21.170 19.800 18.060
1370-0274983202.050130647.0269861 349< +/TD> 296 + 422 358 210.0 -186.0 13.0 0.000 + 19.790 20.930 19.990 0.000
1370-0274984202.050658347.0263972 114< +/TD> 163 + 137 198 252.0 -220.0 4.0 0.000 + 19.420 20.930 19.670 0.000
1370-0274985202.055202847.0290361 54< +/TD> 145 + 54 145 0.0 0.0 0.0 0.000 + 0.000 21.070 20.410 0.000
1370-0274989202.059619447.0282694 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.840 + 0.000 0.000 20.650 0.000
1370-0274991202.060308347.0102500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 18.460 0.000 19.980 0.000
1370-0274998202.065283347.0026333 59< +/TD> 273 + 69 329 -194.0 262.0 2.0 0.000 + 19.850 21.600 20.270 0.000
1370-0274999202.065488947.0022861 296< +/TD> 84 + 296 84 0.0 0.0 0.0 0.000 + 0.000 21.440 20.120 0.000
+
+
+ +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml + + + + + + United States Naval Observatory Flagstaff Station 01Jul2011-15:46:54 + Astronomical Image and Catalogue Server: + http://www.nofs.navy.mil/data/fchpix/ + Please send questions and problem reports to: + sel@nofs.navy.mil + + + + + Coordinate system is FK5 equinox=J2000.0, epoch=2000.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 3.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 109.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 176.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 9.0 + < +TD> 17.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 163.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 8.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 3.0 + < +TD> 441.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 5.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 11.0 + < +TD> 6.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 10.0 + < +TD> 0.0 + + +
1369-0259494201.927997246.9943389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.780 + 0.000 21.210 0.000 0.000
1369-0259503201.947108346.9680667 89< +/TD> 53 + 89 53 0.0 0.0 0.0 18.060 + 16.860 17.280 16.700 16.450
1369-0259504201.948158346.9836806 999< +/TD> 16 + 2797 16 -318.0 -98.0 84.0 20.840 + 18.620 0.000 19.710 0.000
1369-0259505201.948669446.9838306 486< +/TD> 192 + 486 192 0.0 0.0 0.0 0.000 + 19.600 21.020 20.050 18.680
1369-0259508201.953658346.9846083 405< +/TD> 569 + 405 569 0.0 0.0 0.0 20.460 + 19.420 0.000 0.000 0.000
1369-0259509201.954311146.9848639 197< +/TD> 182 + 197 182 0.0 0.0 0.0 19.530 + 18.160 18.930 18.170 18.380
1369-0259512201.961786146.9990944 173< +/TD> 234 + 173 234 0.0 0.0 0.0 20.420 + 19.440 20.470 19.930 19.030
1369-0259513201.962711146.9918944 315< +/TD> 340 + 379 408 140.0 -92.0 14.0 0.000 + 19.630 20.390 18.990 18.670
1369-0259514201.963727846.9676583 614< +/TD> 65 + 614 65 0.0 0.0 0.0 0.000 + 0.000 21.610 20.480 0.000
1369-0259516201.965780646.9594944 125< +/TD> 100 + 150 118 8.0 -10.0 4.0 19.630 + 18.300 18.640 18.180 17.990
1369-0259524201.974744446.9672806 402< +/TD> 999 + 402 999 0.0 0.0 0.0 0.000 + 19.670 21.850 0.000 0.000
1369-0259525201.975605646.9677389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.330 21.130 0.000 0.000
1369-0259529201.982836146.9865750 999< +/TD> 999 + 1281 2076 -96.0 -344.0 48.0 20.840 + 0.000 20.670 0.000 18.850
1369-0259530201.983122246.9819861 371< +/TD> 52 + 455 64 8.0 8.0 14.0 20.780 + 0.000 20.780 20.490 0.000
1369-0259531201.983247246.9594528 317< +/TD> 24 + 317 24 0.0 0.0 0.0 0.000 + 0.000 21.610 20.060 0.000
1369-0259532201.990572246.9788972 665< +/TD> 519 + 665 519 0.0 0.0 0.0 0.000 + 18.020 0.000 0.000 17.370
1369-0259533201.990755646.9791194 254< +/TD> 270 + 254 270 0.0 0.0 0.0 20.840 + 18.330 20.350 18.120 17.730
1369-0259537201.999161146.9604056 81< +/TD> 160 + 81 160 0.0 0.0 0.0 0.000 + 0.000 21.810 20.600 0.000
1369-0259542202.005430646.9669278 44< +/TD> 304 + 44 304 0.0 0.0 0.0 0.000 + 0.000 21.120 20.070 0.000
1369-0259543202.007430646.9847917 122< +/TD> 179 + 122 179 0.0 0.0 0.0 20.840 + 0.000 20.770 20.220 0.000
1369-0259550202.016861146.9517722 112< +/TD> 48 + 140 52 -36.0 -10.0 4.0 19.340 + 16.310 18.040 16.300 15.110
1369-0259555202.024841746.9863361 740< +/TD> 999 + 740 999 0.0 0.0 0.0 20.840 + 19.630 0.000 0.000 0.000
1369-0259556202.025411146.9692306 431< +/TD> 402 + 517 483 116.0 -384.0 16.0 20.840 + 0.000 0.000 20.440 18.820
1369-0259557202.027691746.9966500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.410 21.000 0.000 0.000
1369-0259558202.030819446.9740194 50< +/TD> 891 + 67 1252 -46.0 202.0 9.0 0.000 + 0.000 20.980 20.120 18.850
1369-0259559202.031116746.9738056 115< +/TD> 194 + 115 194 0.0 0.0 0.0 0.000 + 0.000 21.020 19.910 0.000
1369-0259563202.036477846.9898500 487< +/TD> 410 + 487 410 0.0 0.0 0.0 0.000 + 19.510 20.440 0.000 0.000
1369-0259564202.036925046.9898222 166< +/TD> 171 + 166 171 0.0 0.0 0.0 20.840 + 19.050 20.520 19.520 18.690
1369-0259567202.038233346.9967528 73< +/TD> 4 + 86 4 2.0 -4.0 3.0 0.000 + 18.630 20.820 18.880 17.230
1369-0259570202.055719446.9702333 127< +/TD> 250 + 148 302 -14.0 6.0 4.0 0.000 + 19.410 21.250 19.620 0.000
1369-0259573202.059586146.9859583 189< +/TD> 458 + 226 549 -32.0 -24.0 7.0 0.000 + 19.410 0.000 20.510 18.440
1369-0259574202.060005646.9860056 392< +/TD> 999 + 392 999 0.0 0.0 0.0 0.000 + 0.000 0.000 19.960 18.340
1369-0259575202.061255646.9942778 999< +/TD> 760 + 999 760 0.0 0.0 0.0 20.840 + 0.000 0.000 20.480 0.000
1369-0259580202.067383346.9803250 334< +/TD> 999 + 403 3223 -86.0 308.0 12.0 0.000 + 19.630 21.610 20.220 0.000
1370-0274921201.937497247.0158778 289< +/TD> 284 + 289 284 0.0 0.0 0.0 0.000 + 0.000 21.010 19.980 0.000
1370-0274922201.938058347.0160722 999< +/TD> 150 + 999 150 0.0 0.0 0.0 0.000 + 0.000 21.080 19.810 0.000
1370-0274923201.938247247.0158667 30< +/TD> 154 + 30 154 0.0 0.0 0.0 0.000 + 0.000 21.160 19.810 0.000
1370-0274924201.940188947.0067750 286< +/TD> 579 + 286 579 0.0 0.0 0.0 0.000 + 0.000 21.350 20.590 0.000
1370-0274925201.940644447.0068917 7< +/TD> 69 + 7 79 174.0 20.0 0.0 0.000 + 19.570 21.200 20.100 0.000
1370-0274936201.971191747.0034194 514< +/TD> 160 + 514 160 0.0 0.0 0.0 0.000 + 0.000 21.110 20.080 0.000
1370-0274938201.979711147.0346333 71< +/TD> 114 + 71 114 0.0 0.0 0.0 0.000 + 0.000 21.460 20.430 0.000
1370-0274943201.984538947.0261028 98< +/TD> 0 + 98 0 0.0 0.0 0.0 0.000 + 0.000 21.060 20.650 0.000
1370-0274946201.996477847.0367167 999< +/TD> 295 + 999 295 0.0 0.0 0.0 0.000 + 0.000 21.610 20.540 0.000
1370-0274948201.998475047.0022556 41< +/TD> 193 + 44 226 -6.0 2.0 1.0 0.000 + 19.080 21.600 19.430 18.310
1370-0274949201.999333347.0449694 221< +/TD> 69 + 221 69 0.0 0.0 0.0 0.000 + 0.000 21.560 20.070 0.000
1370-0274950202.000291747.0277056 95< +/TD> 74 + 95 74 0.0 0.0 0.0 19.650 + 18.430 18.730 17.930 17.640
1370-0274952202.003261147.0432889 102< +/TD> 36 + 119 41 -18.0 0.0 3.0 20.660 + 18.190 19.980 18.260 17.250
1370-0274953202.003938947.0242417 135< +/TD> 106 + 159 123 10.0 -14.0 4.0 18.700 + 16.160 17.730 16.150 14.890
1370-0274954202.004202847.0434028 999< +/TD> 999 + 1406 2421 -850.0 -358.0 198.0 0.000 + 0.000 21.470 20.380 18.760
1370-0274957202.007313947.0436611 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 21.630 20.600 0.000
1370-0274958202.008211147.0044250 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 20.790 20.250 19.070
1370-0274959202.009491747.0492250 83< +/TD> 73 + 93 84 -8.0 2.0 2.0 20.750 + 18.460 19.860 18.060 17.640
1370-0274962202.014658347.0014556 71< +/TD> 999 + 71 999 0.0 0.0 0.0 0.000 + 0.000 21.400 19.600 0.000
1370-0274963202.014808347.0037083 24< +/TD> 154 + 24 186 16.0 6.0 0.0 13.770 + 13.040 13.220 12.800 11.490
1370-0274967202.016577847.0297083 129< +/TD> 999 + 129 999 0.0 0.0 0.0 0.000 + 19.870 0.000 20.890 0.000
1370-0274971202.021511147.0324889 999< +/TD> 920 + 999 920 0.0 0.0 0.0 0.000 + 19.380 0.000 0.000 19.120
1370-0274974202.029105647.0247694 51< +/TD> 84 + 51 84 0.0 0.0 0.0 0.000 + 0.000 0.000 20.250 18.170
1370-0274975202.032150047.0428083 214< +/TD> 38 + 214 38 0.0 0.0 0.0 0.000 + 19.530 21.170 19.800 18.060
1370-0274983202.050130647.0269861 349< +/TD> 296 + 422 358 210.0 -186.0 13.0 0.000 + 19.790 20.930 19.990 0.000
1370-0274984202.050658347.0263972 114< +/TD> 163 + 137 198 252.0 -220.0 4.0 0.000 + 19.420 20.930 19.670 0.000
1370-0274985202.055202847.0290361 54< +/TD> 145 + 54 145 0.0 0.0 0.0 0.000 + 0.000 21.070 20.410 0.000
1370-0274989202.059619447.0282694 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.840 + 0.000 0.000 20.650 0.000
1370-0274991202.060308347.0102500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 18.460 0.000 19.980 0.000
1370-0274998202.065283347.0026333 59< +/TD> 273 + 69 329 -194.0 262.0 2.0 0.000 + 19.850 21.600 20.270 0.000
1370-0274999202.065488947.0022861 296< +/TD> 84 + 296 84 0.0 0.0 0.0 0.000 + 0.000 21.440 20.120 0.000
+
+
+ +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml + + + + + + United States Naval Observatory Flagstaff Station 01Jul2011-15:46:54 + Astronomical Image and Catalogue Server: + http://www.nofs.navy.mil/data/fchpix/ + Please send questions and problem reports to: + sel@nofs.navy.mil + + + + + Coordinate system is FK5 equinox=J2000.0, epoch=2000.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 3.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 109.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 176.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 9.0 + < +TD> 17.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 163.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 8.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 3.0 + < +TD> 441.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 5.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 11.0 + < +TD> 6.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 10.0 + < +TD> 0.0 + + +
1369-0259494201.927997246.9943389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.780 + 0.000 21.210 0.000 0.000
1369-0259503201.947108346.9680667 89< +/TD> 53 + 89 53 0.0 0.0 0.0 18.060 + 16.860 17.280 16.700 16.450
1369-0259504201.948158346.9836806 999< +/TD> 16 + 2797 16 -318.0 -98.0 84.0 20.840 + 18.620 0.000 19.710 0.000
1369-0259505201.948669446.9838306 486< +/TD> 192 + 486 192 0.0 0.0 0.0 0.000 + 19.600 21.020 20.050 18.680
1369-0259508201.953658346.9846083 405< +/TD> 569 + 405 569 0.0 0.0 0.0 20.460 + 19.420 0.000 0.000 0.000
1369-0259509201.954311146.9848639 197< +/TD> 182 + 197 182 0.0 0.0 0.0 19.530 + 18.160 18.930 18.170 18.380
1369-0259512201.961786146.9990944 173< +/TD> 234 + 173 234 0.0 0.0 0.0 20.420 + 19.440 20.470 19.930 19.030
1369-0259513201.962711146.9918944 315< +/TD> 340 + 379 408 140.0 -92.0 14.0 0.000 + 19.630 20.390 18.990 18.670
1369-0259514201.963727846.9676583 614< +/TD> 65 + 614 65 0.0 0.0 0.0 0.000 + 0.000 21.610 20.480 0.000
1369-0259516201.965780646.9594944 125< +/TD> 100 + 150 118 8.0 -10.0 4.0 19.630 + 18.300 18.640 18.180 17.990
1369-0259524201.974744446.9672806 402< +/TD> 999 + 402 999 0.0 0.0 0.0 0.000 + 19.670 21.850 0.000 0.000
1369-0259525201.975605646.9677389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.330 21.130 0.000 0.000
1369-0259529201.982836146.9865750 999< +/TD> 999 + 1281 2076 -96.0 -344.0 48.0 20.840 + 0.000 20.670 0.000 18.850
1369-0259530201.983122246.9819861 371< +/TD> 52 + 455 64 8.0 8.0 14.0 20.780 + 0.000 20.780 20.490 0.000
1369-0259531201.983247246.9594528 317< +/TD> 24 + 317 24 0.0 0.0 0.0 0.000 + 0.000 21.610 20.060 0.000
1369-0259532201.990572246.9788972 665< +/TD> 519 + 665 519 0.0 0.0 0.0 0.000 + 18.020 0.000 0.000 17.370
1369-0259533201.990755646.9791194 254< +/TD> 270 + 254 270 0.0 0.0 0.0 20.840 + 18.330 20.350 18.120 17.730
1369-0259537201.999161146.9604056 81< +/TD> 160 + 81 160 0.0 0.0 0.0 0.000 + 0.000 21.810 20.600 0.000
1369-0259542202.005430646.9669278 44< +/TD> 304 + 44 304 0.0 0.0 0.0 0.000 + 0.000 21.120 20.070 0.000
1369-0259543202.007430646.9847917 122< +/TD> 179 + 122 179 0.0 0.0 0.0 20.840 + 0.000 20.770 20.220 0.000
1369-0259550202.016861146.9517722 112< +/TD> 48 + 140 52 -36.0 -10.0 4.0 19.340 + 16.310 18.040 16.300 15.110
1369-0259555202.024841746.9863361 740< +/TD> 999 + 740 999 0.0 0.0 0.0 20.840 + 19.630 0.000 0.000 0.000
1369-0259556202.025411146.9692306 431< +/TD> 402 + 517 483 116.0 -384.0 16.0 20.840 + 0.000 0.000 20.440 18.820
1369-0259557202.027691746.9966500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.410 21.000 0.000 0.000
1369-0259558202.030819446.9740194 50< +/TD> 891 + 67 1252 -46.0 202.0 9.0 0.000 + 0.000 20.980 20.120 18.850
1369-0259559202.031116746.9738056 115< +/TD> 194 + 115 194 0.0 0.0 0.0 0.000 + 0.000 21.020 19.910 0.000
1369-0259563202.036477846.9898500 487< +/TD> 410 + 487 410 0.0 0.0 0.0 0.000 + 19.510 20.440 0.000 0.000
1369-0259564202.036925046.9898222 166< +/TD> 171 + 166 171 0.0 0.0 0.0 20.840 + 19.050 20.520 19.520 18.690
1369-0259567202.038233346.9967528 73< +/TD> 4 + 86 4 2.0 -4.0 3.0 0.000 + 18.630 20.820 18.880 17.230
1369-0259570202.055719446.9702333 127< +/TD> 250 + 148 302 -14.0 6.0 4.0 0.000 + 19.410 21.250 19.620 0.000
1369-0259573202.059586146.9859583 189< +/TD> 458 + 226 549 -32.0 -24.0 7.0 0.000 + 19.410 0.000 20.510 18.440
1369-0259574202.060005646.9860056 392< +/TD> 999 + 392 999 0.0 0.0 0.0 0.000 + 0.000 0.000 19.960 18.340
1369-0259575202.061255646.9942778 999< +/TD> 760 + 999 760 0.0 0.0 0.0 20.840 + 0.000 0.000 20.480 0.000
1369-0259580202.067383346.9803250 334< +/TD> 999 + 403 3223 -86.0 308.0 12.0 0.000 + 19.630 21.610 20.220 0.000
1370-0274921201.937497247.0158778 289< +/TD> 284 + 289 284 0.0 0.0 0.0 0.000 + 0.000 21.010 19.980 0.000
1370-0274922201.938058347.0160722 999< +/TD> 150 + 999 150 0.0 0.0 0.0 0.000 + 0.000 21.080 19.810 0.000
1370-0274923201.938247247.0158667 30< +/TD> 154 + 30 154 0.0 0.0 0.0 0.000 + 0.000 21.160 19.810 0.000
1370-0274924201.940188947.0067750 286< +/TD> 579 + 286 579 0.0 0.0 0.0 0.000 + 0.000 21.350 20.590 0.000
1370-0274925201.940644447.0068917 7< +/TD> 69 + 7 79 174.0 20.0 0.0 0.000 + 19.570 21.200 20.100 0.000
1370-0274936201.971191747.0034194 514< +/TD> 160 + 514 160 0.0 0.0 0.0 0.000 + 0.000 21.110 20.080 0.000
1370-0274938201.979711147.0346333 71< +/TD> 114 + 71 114 0.0 0.0 0.0 0.000 + 0.000 21.460 20.430 0.000
1370-0274943201.984538947.0261028 98< +/TD> 0 + 98 0 0.0 0.0 0.0 0.000 + 0.000 21.060 20.650 0.000
1370-0274946201.996477847.0367167 999< +/TD> 295 + 999 295 0.0 0.0 0.0 0.000 + 0.000 21.610 20.540 0.000
1370-0274948201.998475047.0022556 41< +/TD> 193 + 44 226 -6.0 2.0 1.0 0.000 + 19.080 21.600 19.430 18.310
1370-0274949201.999333347.0449694 221< +/TD> 69 + 221 69 0.0 0.0 0.0 0.000 + 0.000 21.560 20.070 0.000
1370-0274950202.000291747.0277056 95< +/TD> 74 + 95 74 0.0 0.0 0.0 19.650 + 18.430 18.730 17.930 17.640
1370-0274952202.003261147.0432889 102< +/TD> 36 + 119 41 -18.0 0.0 3.0 20.660 + 18.190 19.980 18.260 17.250
1370-0274953202.003938947.0242417 135< +/TD> 106 + 159 123 10.0 -14.0 4.0 18.700 + 16.160 17.730 16.150 14.890
1370-0274954202.004202847.0434028 999< +/TD> 999 + 1406 2421 -850.0 -358.0 198.0 0.000 + 0.000 21.470 20.380 18.760
1370-0274957202.007313947.0436611 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 21.630 20.600 0.000
1370-0274958202.008211147.0044250 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 20.790 20.250 19.070
1370-0274959202.009491747.0492250 83< +/TD> 73 + 93 84 -8.0 2.0 2.0 20.750 + 18.460 19.860 18.060 17.640
1370-0274962202.014658347.0014556 71< +/TD> 999 + 71 999 0.0 0.0 0.0 0.000 + 0.000 21.400 19.600 0.000
1370-0274963202.014808347.0037083 24< +/TD> 154 + 24 186 16.0 6.0 0.0 13.770 + 13.040 13.220 12.800 11.490
1370-0274967202.016577847.0297083 129< +/TD> 999 + 129 999 0.0 0.0 0.0 0.000 + 19.870 0.000 20.890 0.000
1370-0274971202.021511147.0324889 999< +/TD> 920 + 999 920 0.0 0.0 0.0 0.000 + 19.380 0.000 0.000 19.120
1370-0274974202.029105647.0247694 51< +/TD> 84 + 51 84 0.0 0.0 0.0 0.000 + 0.000 0.000 20.250 18.170
1370-0274975202.032150047.0428083 214< +/TD> 38 + 214 38 0.0 0.0 0.0 0.000 + 19.530 21.170 19.800 18.060
1370-0274983202.050130647.0269861 349< +/TD> 296 + 422 358 210.0 -186.0 13.0 0.000 + 19.790 20.930 19.990 0.000
1370-0274984202.050658347.0263972 114< +/TD> 163 + 137 198 252.0 -220.0 4.0 0.000 + 19.420 20.930 19.670 0.000
1370-0274985202.055202847.0290361 54< +/TD> 145 + 54 145 0.0 0.0 0.0 0.000 + 0.000 21.070 20.410 0.000
1370-0274989202.059619447.0282694 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.840 + 0.000 0.000 20.650 0.000
1370-0274991202.060308347.0102500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 18.460 0.000 19.980 0.000
1370-0274998202.065283347.0026333 59< +/TD> 273 + 69 329 -194.0 262.0 2.0 0.000 + 19.850 21.600 20.270 0.000
1370-0274999202.065488947.0022861 296< +/TD> 84 + 296 84 0.0 0.0 0.0 0.000 + 0.000 21.440 20.120 0.000
+
+
+ +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml + + + + + + United States Naval Observatory Flagstaff Station 01Jul2011-15:46:54 + Astronomical Image and Catalogue Server: + http://www.nofs.navy.mil/data/fchpix/ + Please send questions and problem reports to: + sel@nofs.navy.mil + + + + + Coordinate system is FK5 equinox=J2000.0, epoch=2000.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 3.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 109.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 0.0 + < +TD> 15.0 + < +TD> 0.0 + < +TD> 176.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 9.0 + < +TD> 17.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 163.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 8.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 1.0 + < +TD> 3.0 + < +TD> 441.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 2.0 + < +TD> 0.0 + < +TD> 5.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 11.0 + < +TD> 6.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 0.0 + < +TD> 10.0 + < +TD> 0.0 + + +
1369-0259494201.927997246.9943389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.780 + 0.000 21.210 0.000 0.000
1369-0259503201.947108346.9680667 89< +/TD> 53 + 89 53 0.0 0.0 0.0 18.060 + 16.860 17.280 16.700 16.450
1369-0259504201.948158346.9836806 999< +/TD> 16 + 2797 16 -318.0 -98.0 84.0 20.840 + 18.620 0.000 19.710 0.000
1369-0259505201.948669446.9838306 486< +/TD> 192 + 486 192 0.0 0.0 0.0 0.000 + 19.600 21.020 20.050 18.680
1369-0259508201.953658346.9846083 405< +/TD> 569 + 405 569 0.0 0.0 0.0 20.460 + 19.420 0.000 0.000 0.000
1369-0259509201.954311146.9848639 197< +/TD> 182 + 197 182 0.0 0.0 0.0 19.530 + 18.160 18.930 18.170 18.380
1369-0259512201.961786146.9990944 173< +/TD> 234 + 173 234 0.0 0.0 0.0 20.420 + 19.440 20.470 19.930 19.030
1369-0259513201.962711146.9918944 315< +/TD> 340 + 379 408 140.0 -92.0 14.0 0.000 + 19.630 20.390 18.990 18.670
1369-0259514201.963727846.9676583 614< +/TD> 65 + 614 65 0.0 0.0 0.0 0.000 + 0.000 21.610 20.480 0.000
1369-0259516201.965780646.9594944 125< +/TD> 100 + 150 118 8.0 -10.0 4.0 19.630 + 18.300 18.640 18.180 17.990
1369-0259524201.974744446.9672806 402< +/TD> 999 + 402 999 0.0 0.0 0.0 0.000 + 19.670 21.850 0.000 0.000
1369-0259525201.975605646.9677389 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.330 21.130 0.000 0.000
1369-0259529201.982836146.9865750 999< +/TD> 999 + 1281 2076 -96.0 -344.0 48.0 20.840 + 0.000 20.670 0.000 18.850
1369-0259530201.983122246.9819861 371< +/TD> 52 + 455 64 8.0 8.0 14.0 20.780 + 0.000 20.780 20.490 0.000
1369-0259531201.983247246.9594528 317< +/TD> 24 + 317 24 0.0 0.0 0.0 0.000 + 0.000 21.610 20.060 0.000
1369-0259532201.990572246.9788972 665< +/TD> 519 + 665 519 0.0 0.0 0.0 0.000 + 18.020 0.000 0.000 17.370
1369-0259533201.990755646.9791194 254< +/TD> 270 + 254 270 0.0 0.0 0.0 20.840 + 18.330 20.350 18.120 17.730
1369-0259537201.999161146.9604056 81< +/TD> 160 + 81 160 0.0 0.0 0.0 0.000 + 0.000 21.810 20.600 0.000
1369-0259542202.005430646.9669278 44< +/TD> 304 + 44 304 0.0 0.0 0.0 0.000 + 0.000 21.120 20.070 0.000
1369-0259543202.007430646.9847917 122< +/TD> 179 + 122 179 0.0 0.0 0.0 20.840 + 0.000 20.770 20.220 0.000
1369-0259550202.016861146.9517722 112< +/TD> 48 + 140 52 -36.0 -10.0 4.0 19.340 + 16.310 18.040 16.300 15.110
1369-0259555202.024841746.9863361 740< +/TD> 999 + 740 999 0.0 0.0 0.0 20.840 + 19.630 0.000 0.000 0.000
1369-0259556202.025411146.9692306 431< +/TD> 402 + 517 483 116.0 -384.0 16.0 20.840 + 0.000 0.000 20.440 18.820
1369-0259557202.027691746.9966500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 19.410 21.000 0.000 0.000
1369-0259558202.030819446.9740194 50< +/TD> 891 + 67 1252 -46.0 202.0 9.0 0.000 + 0.000 20.980 20.120 18.850
1369-0259559202.031116746.9738056 115< +/TD> 194 + 115 194 0.0 0.0 0.0 0.000 + 0.000 21.020 19.910 0.000
1369-0259563202.036477846.9898500 487< +/TD> 410 + 487 410 0.0 0.0 0.0 0.000 + 19.510 20.440 0.000 0.000
1369-0259564202.036925046.9898222 166< +/TD> 171 + 166 171 0.0 0.0 0.0 20.840 + 19.050 20.520 19.520 18.690
1369-0259567202.038233346.9967528 73< +/TD> 4 + 86 4 2.0 -4.0 3.0 0.000 + 18.630 20.820 18.880 17.230
1369-0259570202.055719446.9702333 127< +/TD> 250 + 148 302 -14.0 6.0 4.0 0.000 + 19.410 21.250 19.620 0.000
1369-0259573202.059586146.9859583 189< +/TD> 458 + 226 549 -32.0 -24.0 7.0 0.000 + 19.410 0.000 20.510 18.440
1369-0259574202.060005646.9860056 392< +/TD> 999 + 392 999 0.0 0.0 0.0 0.000 + 0.000 0.000 19.960 18.340
1369-0259575202.061255646.9942778 999< +/TD> 760 + 999 760 0.0 0.0 0.0 20.840 + 0.000 0.000 20.480 0.000
1369-0259580202.067383346.9803250 334< +/TD> 999 + 403 3223 -86.0 308.0 12.0 0.000 + 19.630 21.610 20.220 0.000
1370-0274921201.937497247.0158778 289< +/TD> 284 + 289 284 0.0 0.0 0.0 0.000 + 0.000 21.010 19.980 0.000
1370-0274922201.938058347.0160722 999< +/TD> 150 + 999 150 0.0 0.0 0.0 0.000 + 0.000 21.080 19.810 0.000
1370-0274923201.938247247.0158667 30< +/TD> 154 + 30 154 0.0 0.0 0.0 0.000 + 0.000 21.160 19.810 0.000
1370-0274924201.940188947.0067750 286< +/TD> 579 + 286 579 0.0 0.0 0.0 0.000 + 0.000 21.350 20.590 0.000
1370-0274925201.940644447.0068917 7< +/TD> 69 + 7 79 174.0 20.0 0.0 0.000 + 19.570 21.200 20.100 0.000
1370-0274936201.971191747.0034194 514< +/TD> 160 + 514 160 0.0 0.0 0.0 0.000 + 0.000 21.110 20.080 0.000
1370-0274938201.979711147.0346333 71< +/TD> 114 + 71 114 0.0 0.0 0.0 0.000 + 0.000 21.460 20.430 0.000
1370-0274943201.984538947.0261028 98< +/TD> 0 + 98 0 0.0 0.0 0.0 0.000 + 0.000 21.060 20.650 0.000
1370-0274946201.996477847.0367167 999< +/TD> 295 + 999 295 0.0 0.0 0.0 0.000 + 0.000 21.610 20.540 0.000
1370-0274948201.998475047.0022556 41< +/TD> 193 + 44 226 -6.0 2.0 1.0 0.000 + 19.080 21.600 19.430 18.310
1370-0274949201.999333347.0449694 221< +/TD> 69 + 221 69 0.0 0.0 0.0 0.000 + 0.000 21.560 20.070 0.000
1370-0274950202.000291747.0277056 95< +/TD> 74 + 95 74 0.0 0.0 0.0 19.650 + 18.430 18.730 17.930 17.640
1370-0274952202.003261147.0432889 102< +/TD> 36 + 119 41 -18.0 0.0 3.0 20.660 + 18.190 19.980 18.260 17.250
1370-0274953202.003938947.0242417 135< +/TD> 106 + 159 123 10.0 -14.0 4.0 18.700 + 16.160 17.730 16.150 14.890
1370-0274954202.004202847.0434028 999< +/TD> 999 + 1406 2421 -850.0 -358.0 198.0 0.000 + 0.000 21.470 20.380 18.760
1370-0274957202.007313947.0436611 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 21.630 20.600 0.000
1370-0274958202.008211147.0044250 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 0.000 20.790 20.250 19.070
1370-0274959202.009491747.0492250 83< +/TD> 73 + 93 84 -8.0 2.0 2.0 20.750 + 18.460 19.860 18.060 17.640
1370-0274962202.014658347.0014556 71< +/TD> 999 + 71 999 0.0 0.0 0.0 0.000 + 0.000 21.400 19.600 0.000
1370-0274963202.014808347.0037083 24< +/TD> 154 + 24 186 16.0 6.0 0.0 13.770 + 13.040 13.220 12.800 11.490
1370-0274967202.016577847.0297083 129< +/TD> 999 + 129 999 0.0 0.0 0.0 0.000 + 19.870 0.000 20.890 0.000
1370-0274971202.021511147.0324889 999< +/TD> 920 + 999 920 0.0 0.0 0.0 0.000 + 19.380 0.000 0.000 19.120
1370-0274974202.029105647.0247694 51< +/TD> 84 + 51 84 0.0 0.0 0.0 0.000 + 0.000 0.000 20.250 18.170
1370-0274975202.032150047.0428083 214< +/TD> 38 + 214 38 0.0 0.0 0.0 0.000 + 19.530 21.170 19.800 18.060
1370-0274983202.050130647.0269861 349< +/TD> 296 + 422 358 210.0 -186.0 13.0 0.000 + 19.790 20.930 19.990 0.000
1370-0274984202.050658347.0263972 114< +/TD> 163 + 137 198 252.0 -220.0 4.0 0.000 + 19.420 20.930 19.670 0.000
1370-0274985202.055202847.0290361 54< +/TD> 145 + 54 145 0.0 0.0 0.0 0.000 + 0.000 21.070 20.410 0.000
1370-0274989202.059619447.0282694 999< +/TD> 999 + 999 999 0.0 0.0 0.0 20.840 + 0.000 0.000 20.650 0.000
1370-0274991202.060308347.0102500 999< +/TD> 999 + 999 999 0.0 0.0 0.0 0.000 + 18.460 0.000 19.980 0.000
1370-0274998202.065283347.0026333 59< +/TD> 273 + 69 329 -194.0 262.0 2.0 0.000 + 19.850 21.600 20.270 0.000
1370-0274999202.065488947.0022861 296< +/TD> 84 + 296 84 0.0 0.0 0.0 0.000 + 0.000 21.440 20.120 0.000
+
+
+ +HTTP Redirection + +

Hello World!!

+ + +HTTP CGI query + +IRAF Help page for "dir" (V2.12.1) +

IRAF logo +IRAF Help page for the dir + + +

+


+
+Search for references matching a regular expression: +
+
+Retrieve the specified help pages: +
+

+


+ + + + +

+

+IRAF Project
+National Optical Astronomy Observatories
+950 North Cherry Avenue
+Tucson, Arizona 85719
+(602) 327-5511 +
+

+ +IRAF Help page for "dir" (V2.12.1) +

IRAF logo +IRAF Help page for the dir + + +

+


+
+Search for references matching a regular expression: +
+
+Retrieve the specified help pages: +
+

+


+ + + + +

+

+IRAF Project
+National Optical Astronomy Observatories
+950 North Cherry Avenue
+Tucson, Arizona 85719
+(602) 327-5511 +
+

+ +IRAF Help page for "dir" (V2.12.1) +

IRAF logo +IRAF Help page for the dir + + +

+


+
+Search for references matching a regular expression: +
+
+Retrieve the specified help pages: +
+

+


+ + + + +

+

+IRAF Project
+National Optical Astronomy Observatories
+950 North Cherry Avenue
+Tucson, Arizona 85719
+(602) 327-5511 +
+

diff --git a/vo/votest/tests/url_002.cl b/vo/votest/tests/url_002.cl new file mode 100644 index 00000000..e7fe1959 --- /dev/null +++ b/vo/votest/tests/url_002.cl @@ -0,0 +1,35 @@ +# +# Rudimentary URL handling: images + +# Set the test description string. +votest.descr = "Rudimentary URL handling: images" + +# Convert the data$logical to a local path. +s1 = data_url // "/sif.fits" +s2 = "file://" // data_path // "/sif.fits" +s3 = "file:///localhost" // data_path // "/sif.fits" + +# Execute the test commands. +print ("\nLogical Path: data$sif.fits") # logical path +imstat ("data$sif.fits", field="mean,min,max") + +print ("\nHTTP URI: " // s1) # remote http URI +imstat (s1, field="mean,min,max") + +print ("\nFile URI: " // s2) # file URI +imstat (s2, field="mean,min,max") + +print ("\nFile URI: " // s3) # file URI +imstat (s3, field="mean,min,max") + +print ("\nHTTP Redirection") # HTTP Redirection +imstat ("http://iraf.noao.edu/votest/redir_img.php", field="mean,min,max") + +print ("\nHTTP CGI query") # HTTP CGI query +imstat http://iraf.noao.edu/scripts/voget?t=fits&f=sif.fits field="mean,min,max" +imstat ("http://iraf.noao.edu/scripts/voget?t=fits&f=sif.fits", + field="mean,min,max") + +s1 = "http://iraf.noao.edu/scripts/voget?t=fits&f=sif.fits" +imstat (s1, field="mean,min,max") + diff --git a/vo/votest/tests/url_002.out b/vo/votest/tests/url_002.out new file mode 100644 index 00000000..bce02140 --- /dev/null +++ b/vo/votest/tests/url_002.out @@ -0,0 +1,28 @@ + +Logical Path: data$sif.fits +# MEAN MIN MAX + 108.3 -1. 19936. + +HTTP URI: http://iraf.noao.edu/votest//sif.fits +# MEAN MIN MAX + 108.3 -1. 19936. + +File URI: file:///iraf/iraf/vo/votest/data//sif.fits +# MEAN MIN MAX + 108.3 -1. 19936. + +File URI: file:///localhost/iraf/iraf/vo/votest/data//sif.fits +# MEAN MIN MAX + 108.3 -1. 19936. + +HTTP Redirection +# MEAN MIN MAX + 108.3 -1. 19936. + +HTTP CGI query +# MEAN MIN MAX + 108.3 -1. 19936. +# MEAN MIN MAX + 108.3 -1. 19936. +# MEAN MIN MAX + 108.3 -1. 19936. diff --git a/vo/votest/tests/url_003.cl b/vo/votest/tests/url_003.cl new file mode 100644 index 00000000..63f54229 --- /dev/null +++ b/vo/votest/tests/url_003.cl @@ -0,0 +1,40 @@ +# +# Rudimentary URL handling: votables + +# Set the test description string. +votest.descr = "Rudimentary URL handling: votables" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + +fcache init + +unlearn ("tprint") +tprint.rows="1-5" +tprint.columns="id,sRA,sDec" + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tprint ("data$usno-b.xml", rows="1-5") + +print ("\nHTTP URI: " // s1) # remote http URI +tprint (s1, rows="1-5") + +print ("\nFile URI: " // s2) # file URI +tprint (s2, rows="1-5") + +print ("\nFile URI: " // s3) # file URI +tprint (s3, rows="1-5") + +print ("\nHTTP Redirection") # HTTP Redirection +tprint ("http://iraf.noao.edu/votest/redir_vot.php", rows="1-5") + +print ("\nHTTP CGI query") # HTTP CGI query +tprint http://iraf.noao.edu/scripts/voget?t=votable&f=usno-b.xml rows="1-5" +tprint ("http://iraf.noao.edu/scripts/voget?t=votable&f=usno-b.xml",rows="1-5") + +s1 = "http://iraf.noao.edu/scripts/voget?t=votable&f=usno-b.xml" +tprint (s1, rows="1-5") + diff --git a/vo/votest/tests/url_003.out b/vo/votest/tests/url_003.out new file mode 100644 index 00000000..b89fc2f2 --- /dev/null +++ b/vo/votest/tests/url_003.out @@ -0,0 +1,78 @@ + +Logical Path: data$usno-b.xml +# Table data$usno-b.xml Wed 12:17:11 27-Jul-2011 + +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 + +HTTP Redirection +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 + +HTTP CGI query +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 +# row id sRa sDec +# mas mas + + 1 1369-0259494 999 999 + 2 1369-0259503 89 53 + 3 1369-0259504 999 16 + 4 1369-0259505 486 192 + 5 1369-0259508 405 569 diff --git a/vo/votest/tests/votable.men b/vo/votest/tests/votable.men new file mode 100644 index 00000000..ce4bbb9c --- /dev/null +++ b/vo/votest/tests/votable.men @@ -0,0 +1,11 @@ +# +# VOTable Tests -- These tests exercise the use of local and remote VOTables +# by tasks in the system. + + votable_001 -- Print VOTable information + votable_002 -- Print VOTable column information + votable_003 -- Get a value from a VOTable cell + votable_004 -- Copy Columns of a table + votable_005 -- Operation on a table column + votable_006 -- Copy a VOTable, compare output + diff --git a/vo/votest/tests/votable_001.cl b/vo/votest/tests/votable_001.cl new file mode 100644 index 00000000..f667ca28 --- /dev/null +++ b/vo/votest/tests/votable_001.cl @@ -0,0 +1,26 @@ +# +# Print VOTable information + +# Set the test description string. +votest.descr = "TABLES support: Print VOTable info" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tinfo ("data$usno-b.xml") + +print ("\nHTTP URI: " // s1) # remote http URI +tinfo (s1) + +print ("\nFile URI: " // s2) # file URI +tinfo (s2) + +print ("\nFile URI: " // s3) # file URI +tinfo (s3) diff --git a/vo/votest/tests/votable_001.out b/vo/votest/tests/votable_001.out new file mode 100644 index 00000000..66a091df --- /dev/null +++ b/vo/votest/tests/votable_001.out @@ -0,0 +1,36 @@ + +Logical Path: data$usno-b.xml +# data$usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +# http://iraf.noao.edu/votest//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +# file:///iraf/iraf/vo/votest/data//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +# file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits diff --git a/vo/votest/tests/votable_002.cl b/vo/votest/tests/votable_002.cl new file mode 100644 index 00000000..d75475eb --- /dev/null +++ b/vo/votest/tests/votable_002.cl @@ -0,0 +1,26 @@ +# +# Print VOTable column information + +# Set the test description string. +votest.descr = "TABLES support: Print VOTable column info" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tlcol ("data$usno-b.xml") + +print ("\nHTTP URI: " // s1) # remote http URI +tlcol (s1) + +print ("\nFile URI: " // s2) # file URI +tlcol (s2) + +print ("\nFile URI: " // s3) # file URI +tlcol (s3) diff --git a/vo/votest/tests/votable_002.out b/vo/votest/tests/votable_002.out new file mode 100644 index 00000000..98b0c360 --- /dev/null +++ b/vo/votest/tests/votable_002.out @@ -0,0 +1,76 @@ + +Logical Path: data$usno-b.xml +# data$usno-b.xml +id CH*13 %-13s "" +RA D %25.16g deg +DEC D %25.16g deg +sRa I %11d mas +sDec I %11d mas +sRaEp I %11d mas +sDeEp I %11d mas +MuRA D %25.16g mas/yr +MuDEC D %25.16g mas/yr +sMuRA D %25.16g mas/yr +sMuDE D %25.16g mas/yr +B1 D %25.16g mag +R1 D %25.16g mag +B2 D %25.16g mag +R2 D %25.16g mag +I2 D %25.16g mag + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +# http://iraf.noao.edu/votest//usno-b.xml +id CH*13 %-13s "" +RA D %25.16g deg +DEC D %25.16g deg +sRa I %11d mas +sDec I %11d mas +sRaEp I %11d mas +sDeEp I %11d mas +MuRA D %25.16g mas/yr +MuDEC D %25.16g mas/yr +sMuRA D %25.16g mas/yr +sMuDE D %25.16g mas/yr +B1 D %25.16g mag +R1 D %25.16g mag +B2 D %25.16g mag +R2 D %25.16g mag +I2 D %25.16g mag + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +# file:///iraf/iraf/vo/votest/data//usno-b.xml +id CH*13 %-13s "" +RA D %25.16g deg +DEC D %25.16g deg +sRa I %11d mas +sDec I %11d mas +sRaEp I %11d mas +sDeEp I %11d mas +MuRA D %25.16g mas/yr +MuDEC D %25.16g mas/yr +sMuRA D %25.16g mas/yr +sMuDE D %25.16g mas/yr +B1 D %25.16g mag +R1 D %25.16g mag +B2 D %25.16g mag +R2 D %25.16g mag +I2 D %25.16g mag + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +# file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +id CH*13 %-13s "" +RA D %25.16g deg +DEC D %25.16g deg +sRa I %11d mas +sDec I %11d mas +sRaEp I %11d mas +sDeEp I %11d mas +MuRA D %25.16g mas/yr +MuDEC D %25.16g mas/yr +sMuRA D %25.16g mas/yr +sMuDE D %25.16g mas/yr +B1 D %25.16g mag +R1 D %25.16g mag +B2 D %25.16g mag +R2 D %25.16g mag +I2 D %25.16g mag diff --git a/vo/votest/tests/votable_003.cl b/vo/votest/tests/votable_003.cl new file mode 100644 index 00000000..5fe2a7b3 --- /dev/null +++ b/vo/votest/tests/votable_003.cl @@ -0,0 +1,30 @@ +# +# Get a value from a VOTable cell + +# Set the test description string. +votest.descr = "TABLES support: Get a value from a VOTable cell" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tabpar ("data$usno-b.xml", "I2", 10) +print ("cell value at (I2,10) = ", tabpar.value) + +print ("\nHTTP URI: " // s1) # remote http URI +tabpar (s1, "I2", 10) +print ("cell value at (I2,10) = ", tabpar.value) + +print ("\nFile URI: " // s2) # file URI +tabpar (s2, "I2", 10) +print ("cell value at (I2,10) = ", tabpar.value) + +print ("\nFile URI: " // s3) # file URI +tabpar (s3, "I2", 10) +print ("cell value at (I2,10) = ", tabpar.value) diff --git a/vo/votest/tests/votable_003.out b/vo/votest/tests/votable_003.out new file mode 100644 index 00000000..e6fa0665 --- /dev/null +++ b/vo/votest/tests/votable_003.out @@ -0,0 +1,12 @@ + +Logical Path: data$usno-b.xml +cell value at (I2,10) = 17.99 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +cell value at (I2,10) = 17.99 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +cell value at (I2,10) = 17.99 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +cell value at (I2,10) = 17.99 diff --git a/vo/votest/tests/votable_004.cl b/vo/votest/tests/votable_004.cl new file mode 100644 index 00000000..dafbacd2 --- /dev/null +++ b/vo/votest/tests/votable_004.cl @@ -0,0 +1,43 @@ +# +# Copy VOTable columns + +# Set the test description string. +votest.descr = "TABLES support: Copy VOTable columns" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init + +# Create the output table name. +string out +out = "tmp$out_004" +if (access (out) == yes) { + delete (out, verify-, >& "dev$null") +} +; + + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tproject ("data$usno-b.xml", out, "id sRa sDec") +tdump (out, cdfile="", pfile="") +delete (out, verify-, >& "dev$null") + +print ("\nHTTP URI: " // s1) # remote http URI +tproject (s1, out, "id sRa sDec") +tdump (out, cdfile="", pfile="") +delete (out, verify-, >& "dev$null") + +print ("\nFile URI: " // s2) # file URI +tproject (s2, out, "id sRa sDec") +tdump (out, cdfile="", pfile="") +delete (out, verify-, >& "dev$null") + +print ("\nFile URI: " // s3) # file URI +tproject (s3, out, "id sRa sDec") +tdump (out, cdfile="", pfile="") +delete (out, verify-, >& "dev$null") diff --git a/vo/votest/tests/votable_004.out b/vo/votest/tests/votable_004.out new file mode 100644 index 00000000..d4c44533 --- /dev/null +++ b/vo/votest/tests/votable_004.out @@ -0,0 +1,268 @@ + +Logical Path: data$usno-b.xml +1369-0259494 999 999 +1369-0259503 89 53 +1369-0259504 999 16 +1369-0259505 486 192 +1369-0259508 405 569 +1369-0259509 197 182 +1369-0259512 173 234 +1369-0259513 315 340 +1369-0259514 614 65 +1369-0259516 125 100 +1369-0259524 402 999 +1369-0259525 999 999 +1369-0259529 999 999 +1369-0259530 371 52 +1369-0259531 317 24 +1369-0259532 665 519 +1369-0259533 254 270 +1369-0259537 81 160 +1369-0259542 44 304 +1369-0259543 122 179 +1369-0259550 112 48 +1369-0259555 740 999 +1369-0259556 431 402 +1369-0259557 999 999 +1369-0259558 50 891 +1369-0259559 115 194 +1369-0259563 487 410 +1369-0259564 166 171 +1369-0259567 73 4 +1369-0259570 127 250 +1369-0259573 189 458 +1369-0259574 392 999 +1369-0259575 999 760 +1369-0259580 334 999 +1370-0274921 289 284 +1370-0274922 999 150 +1370-0274923 30 154 +1370-0274924 286 579 +1370-0274925 7 69 +1370-0274936 514 160 +1370-0274938 71 114 +1370-0274943 98 0 +1370-0274946 999 295 +1370-0274948 41 193 +1370-0274949 221 69 +1370-0274950 95 74 +1370-0274952 102 36 +1370-0274953 135 106 +1370-0274954 999 999 +1370-0274957 999 999 +1370-0274958 999 999 +1370-0274959 83 73 +1370-0274962 71 999 +1370-0274963 24 154 +1370-0274967 129 999 +1370-0274971 999 920 +1370-0274974 51 84 +1370-0274975 214 38 +1370-0274983 349 296 +1370-0274984 114 163 +1370-0274985 54 145 +1370-0274989 999 999 +1370-0274991 999 999 +1370-0274998 59 273 +1370-0274999 296 84 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +1369-0259494 999 999 +1369-0259503 89 53 +1369-0259504 999 16 +1369-0259505 486 192 +1369-0259508 405 569 +1369-0259509 197 182 +1369-0259512 173 234 +1369-0259513 315 340 +1369-0259514 614 65 +1369-0259516 125 100 +1369-0259524 402 999 +1369-0259525 999 999 +1369-0259529 999 999 +1369-0259530 371 52 +1369-0259531 317 24 +1369-0259532 665 519 +1369-0259533 254 270 +1369-0259537 81 160 +1369-0259542 44 304 +1369-0259543 122 179 +1369-0259550 112 48 +1369-0259555 740 999 +1369-0259556 431 402 +1369-0259557 999 999 +1369-0259558 50 891 +1369-0259559 115 194 +1369-0259563 487 410 +1369-0259564 166 171 +1369-0259567 73 4 +1369-0259570 127 250 +1369-0259573 189 458 +1369-0259574 392 999 +1369-0259575 999 760 +1369-0259580 334 999 +1370-0274921 289 284 +1370-0274922 999 150 +1370-0274923 30 154 +1370-0274924 286 579 +1370-0274925 7 69 +1370-0274936 514 160 +1370-0274938 71 114 +1370-0274943 98 0 +1370-0274946 999 295 +1370-0274948 41 193 +1370-0274949 221 69 +1370-0274950 95 74 +1370-0274952 102 36 +1370-0274953 135 106 +1370-0274954 999 999 +1370-0274957 999 999 +1370-0274958 999 999 +1370-0274959 83 73 +1370-0274962 71 999 +1370-0274963 24 154 +1370-0274967 129 999 +1370-0274971 999 920 +1370-0274974 51 84 +1370-0274975 214 38 +1370-0274983 349 296 +1370-0274984 114 163 +1370-0274985 54 145 +1370-0274989 999 999 +1370-0274991 999 999 +1370-0274998 59 273 +1370-0274999 296 84 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +1369-0259494 999 999 +1369-0259503 89 53 +1369-0259504 999 16 +1369-0259505 486 192 +1369-0259508 405 569 +1369-0259509 197 182 +1369-0259512 173 234 +1369-0259513 315 340 +1369-0259514 614 65 +1369-0259516 125 100 +1369-0259524 402 999 +1369-0259525 999 999 +1369-0259529 999 999 +1369-0259530 371 52 +1369-0259531 317 24 +1369-0259532 665 519 +1369-0259533 254 270 +1369-0259537 81 160 +1369-0259542 44 304 +1369-0259543 122 179 +1369-0259550 112 48 +1369-0259555 740 999 +1369-0259556 431 402 +1369-0259557 999 999 +1369-0259558 50 891 +1369-0259559 115 194 +1369-0259563 487 410 +1369-0259564 166 171 +1369-0259567 73 4 +1369-0259570 127 250 +1369-0259573 189 458 +1369-0259574 392 999 +1369-0259575 999 760 +1369-0259580 334 999 +1370-0274921 289 284 +1370-0274922 999 150 +1370-0274923 30 154 +1370-0274924 286 579 +1370-0274925 7 69 +1370-0274936 514 160 +1370-0274938 71 114 +1370-0274943 98 0 +1370-0274946 999 295 +1370-0274948 41 193 +1370-0274949 221 69 +1370-0274950 95 74 +1370-0274952 102 36 +1370-0274953 135 106 +1370-0274954 999 999 +1370-0274957 999 999 +1370-0274958 999 999 +1370-0274959 83 73 +1370-0274962 71 999 +1370-0274963 24 154 +1370-0274967 129 999 +1370-0274971 999 920 +1370-0274974 51 84 +1370-0274975 214 38 +1370-0274983 349 296 +1370-0274984 114 163 +1370-0274985 54 145 +1370-0274989 999 999 +1370-0274991 999 999 +1370-0274998 59 273 +1370-0274999 296 84 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +1369-0259494 999 999 +1369-0259503 89 53 +1369-0259504 999 16 +1369-0259505 486 192 +1369-0259508 405 569 +1369-0259509 197 182 +1369-0259512 173 234 +1369-0259513 315 340 +1369-0259514 614 65 +1369-0259516 125 100 +1369-0259524 402 999 +1369-0259525 999 999 +1369-0259529 999 999 +1369-0259530 371 52 +1369-0259531 317 24 +1369-0259532 665 519 +1369-0259533 254 270 +1369-0259537 81 160 +1369-0259542 44 304 +1369-0259543 122 179 +1369-0259550 112 48 +1369-0259555 740 999 +1369-0259556 431 402 +1369-0259557 999 999 +1369-0259558 50 891 +1369-0259559 115 194 +1369-0259563 487 410 +1369-0259564 166 171 +1369-0259567 73 4 +1369-0259570 127 250 +1369-0259573 189 458 +1369-0259574 392 999 +1369-0259575 999 760 +1369-0259580 334 999 +1370-0274921 289 284 +1370-0274922 999 150 +1370-0274923 30 154 +1370-0274924 286 579 +1370-0274925 7 69 +1370-0274936 514 160 +1370-0274938 71 114 +1370-0274943 98 0 +1370-0274946 999 295 +1370-0274948 41 193 +1370-0274949 221 69 +1370-0274950 95 74 +1370-0274952 102 36 +1370-0274953 135 106 +1370-0274954 999 999 +1370-0274957 999 999 +1370-0274958 999 999 +1370-0274959 83 73 +1370-0274962 71 999 +1370-0274963 24 154 +1370-0274967 129 999 +1370-0274971 999 920 +1370-0274974 51 84 +1370-0274975 214 38 +1370-0274983 349 296 +1370-0274984 114 163 +1370-0274985 54 145 +1370-0274989 999 999 +1370-0274991 999 999 +1370-0274998 59 273 +1370-0274999 296 84 diff --git a/vo/votest/tests/votable_005.cl b/vo/votest/tests/votable_005.cl new file mode 100644 index 00000000..4925d8c0 --- /dev/null +++ b/vo/votest/tests/votable_005.cl @@ -0,0 +1,26 @@ +# +# Print VOTable column statistics + +# Set the test description string. +votest.descr = "TABLES support: Print VOTable column statistics" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tstat ("data$usno-b.xml", "B1") + +print ("\nHTTP URI: " // s1) # remote http URI +tstat (s1, "B1") + +print ("\nFile URI: " // s2) # file URI +tstat (s2, "B1") + +print ("\nFile URI: " // s3) # file URI +tstat (s3, "B1") diff --git a/vo/votest/tests/votable_005.out b/vo/votest/tests/votable_005.out new file mode 100644 index 00000000..78c6caa0 --- /dev/null +++ b/vo/votest/tests/votable_005.out @@ -0,0 +1,20 @@ + +Logical Path: data$usno-b.xml +# data$usno-b.xml B1 +# nrows mean stddev median min max + 65 6.770615385 9.58356 0. 0. 20.84 + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +# http://iraf.noao.edu/votest//usno-b.xml B1 +# nrows mean stddev median min max + 65 6.770615385 9.58356 0. 0. 20.84 + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +# file:///iraf/iraf/vo/votest/data//usno-b.xml B1 +# nrows mean stddev median min max + 65 6.770615385 9.58356 0. 0. 20.84 + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +# file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml B1 +# nrows mean stddev median min max + 65 6.770615385 9.58356 0. 0. 20.84 diff --git a/vo/votest/tests/votable_006.cl b/vo/votest/tests/votable_006.cl new file mode 100644 index 00000000..0770c9f0 --- /dev/null +++ b/vo/votest/tests/votable_006.cl @@ -0,0 +1,44 @@ +# +# Print VOTable column information + +# Set the test description string. +votest.descr = "TABLES support: Print VOTable column info" + +# Convert the data$logical to a local path. +s1 = data_url // "/usno-b.xml" +s2 = "file://" // data_path // "/usno-b.xml" +s3 = "file:///localhost" // data_path // "/usno-b.xml" + + +fcache init +reset clobber = yes + +# Create the output table name. +string out +out = "/tmp/out_006" +if (access (out) == yes) { + delete (out, verify-, >& "dev$null") +} +; + +# Execute the test commands. +print ("\nLogical Path: data$usno-b.xml") # logical path +tcopy ("data$usno-b.xml", out, verb-) +tinfo ("data$usno-b.xml,"//out) +delete (out) + +print ("\nHTTP URI: " // s1) # remote http URI +tcopy (s1, out, verb-) +tinfo (s1//","//out) +delete (out) + +print ("\nFile URI: " // s2) # file URI +tcopy (s2, out, verb-) +tinfo (s2//","//out) +delete (out) + +print ("\nFile URI: " // s3) # file URI +tcopy (s3, out, verb-) +tinfo (s3//","//out) +delete (out) + diff --git a/vo/votest/tests/votable_006.out b/vo/votest/tests/votable_006.out new file mode 100644 index 00000000..a046383b --- /dev/null +++ b/vo/votest/tests/votable_006.out @@ -0,0 +1,64 @@ + +Logical Path: data$usno-b.xml +# data$usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits +# /tmp/out_006 + 65 rows written to table + 16 columns defined + 133 header parameters written to table + 133 records allocated for header parameters + 17 space allocated for column descriptors +table type: text explicit column definitions + +HTTP URI: http://iraf.noao.edu/votest//usno-b.xml +# http://iraf.noao.edu/votest//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits +# /tmp/out_006 + 65 rows written to table + 16 columns defined + 133 header parameters written to table + 133 records allocated for header parameters + 17 space allocated for column descriptors +table type: text explicit column definitions + +File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml +# file:///iraf/iraf/vo/votest/data//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits +# /tmp/out_006 + 65 rows written to table + 16 columns defined + 133 header parameters written to table + 133 records allocated for header parameters + 17 space allocated for column descriptors +table type: text explicit column definitions + +File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml +# file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml + 65 rows written to table + 16 columns defined + 188 header parameters written to table + 215 records allocated for header parameters + 16 space allocated for column descriptors +table type: fits +# /tmp/out_006 + 65 rows written to table + 16 columns defined + 133 header parameters written to table + 133 records allocated for header parameters + 17 space allocated for column descriptors +table type: text explicit column definitions -- cgit