more projects
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,152 @@
|
||||
%% Monthly totals of international airline passengers (in thousands) for
|
||||
%% 1949-1960.
|
||||
|
||||
@relation airline_passengers
|
||||
@attribute passenger_numbers numeric
|
||||
@attribute Date date 'yyyy-MM-dd'
|
||||
|
||||
@data
|
||||
112,1949-01-01
|
||||
118,1949-02-01
|
||||
132,1949-03-01
|
||||
129,1949-04-01
|
||||
121,1949-05-01
|
||||
135,1949-06-01
|
||||
148,1949-07-01
|
||||
148,1949-08-01
|
||||
136,1949-09-01
|
||||
119,1949-10-01
|
||||
104,1949-11-01
|
||||
118,1949-12-01
|
||||
115,1950-01-01
|
||||
126,1950-02-01
|
||||
141,1950-03-01
|
||||
135,1950-04-01
|
||||
125,1950-05-01
|
||||
149,1950-06-01
|
||||
170,1950-07-01
|
||||
170,1950-08-01
|
||||
158,1950-09-01
|
||||
133,1950-10-01
|
||||
114,1950-11-01
|
||||
140,1950-12-01
|
||||
145,1951-01-01
|
||||
150,1951-02-01
|
||||
178,1951-03-01
|
||||
163,1951-04-01
|
||||
172,1951-05-01
|
||||
178,1951-06-01
|
||||
199,1951-07-01
|
||||
199,1951-08-01
|
||||
184,1951-09-01
|
||||
162,1951-10-01
|
||||
146,1951-11-01
|
||||
166,1951-12-01
|
||||
171,1952-01-01
|
||||
180,1952-02-01
|
||||
193,1952-03-01
|
||||
181,1952-04-01
|
||||
183,1952-05-01
|
||||
218,1952-06-01
|
||||
230,1952-07-01
|
||||
242,1952-08-01
|
||||
209,1952-09-01
|
||||
191,1952-10-01
|
||||
172,1952-11-01
|
||||
194,1952-12-01
|
||||
196,1953-01-01
|
||||
196,1953-02-01
|
||||
236,1953-03-01
|
||||
235,1953-04-01
|
||||
229,1953-05-01
|
||||
243,1953-06-01
|
||||
264,1953-07-01
|
||||
272,1953-08-01
|
||||
237,1953-09-01
|
||||
211,1953-10-01
|
||||
180,1953-11-01
|
||||
201,1953-12-01
|
||||
204,1954-01-01
|
||||
188,1954-02-01
|
||||
235,1954-03-01
|
||||
227,1954-04-01
|
||||
234,1954-05-01
|
||||
264,1954-06-01
|
||||
302,1954-07-01
|
||||
293,1954-08-01
|
||||
259,1954-09-01
|
||||
229,1954-10-01
|
||||
203,1954-11-01
|
||||
229,1954-12-01
|
||||
242,1955-01-01
|
||||
233,1955-02-01
|
||||
267,1955-03-01
|
||||
269,1955-04-01
|
||||
270,1955-05-01
|
||||
315,1955-06-01
|
||||
364,1955-07-01
|
||||
347,1955-08-01
|
||||
312,1955-09-01
|
||||
274,1955-10-01
|
||||
237,1955-11-01
|
||||
278,1955-12-01
|
||||
284,1956-01-01
|
||||
277,1956-02-01
|
||||
317,1956-03-01
|
||||
313,1956-04-01
|
||||
318,1956-05-01
|
||||
374,1956-06-01
|
||||
413,1956-07-01
|
||||
405,1956-08-01
|
||||
355,1956-09-01
|
||||
306,1956-10-01
|
||||
271,1956-11-01
|
||||
306,1956-12-01
|
||||
315,1957-01-01
|
||||
301,1957-02-01
|
||||
356,1957-03-01
|
||||
348,1957-04-01
|
||||
355,1957-05-01
|
||||
422,1957-06-01
|
||||
465,1957-07-01
|
||||
467,1957-08-01
|
||||
404,1957-09-01
|
||||
347,1957-10-01
|
||||
305,1957-11-01
|
||||
336,1957-12-01
|
||||
340,1958-01-01
|
||||
318,1958-02-01
|
||||
362,1958-03-01
|
||||
348,1958-04-01
|
||||
363,1958-05-01
|
||||
435,1958-06-01
|
||||
491,1958-07-01
|
||||
505,1958-08-01
|
||||
404,1958-09-01
|
||||
359,1958-10-01
|
||||
310,1958-11-01
|
||||
337,1958-12-01
|
||||
360,1959-01-01
|
||||
342,1959-02-01
|
||||
406,1959-03-01
|
||||
396,1959-04-01
|
||||
420,1959-05-01
|
||||
472,1959-06-01
|
||||
548,1959-07-01
|
||||
559,1959-08-01
|
||||
463,1959-09-01
|
||||
407,1959-10-01
|
||||
362,1959-11-01
|
||||
405,1959-12-01
|
||||
417,1960-01-01
|
||||
391,1960-02-01
|
||||
419,1960-03-01
|
||||
461,1960-04-01
|
||||
472,1960-05-01
|
||||
535,1960-06-01
|
||||
622,1960-07-01
|
||||
606,1960-08-01
|
||||
508,1960-09-01
|
||||
461,1960-10-01
|
||||
390,1960-11-01
|
||||
432,1960-12-01
|
||||
@@ -0,0 +1,394 @@
|
||||
% Citation Request:
|
||||
% This breast cancer domain was obtained from the University Medical Centre,
|
||||
% Institute of Oncology, Ljubljana, Yugoslavia. Thanks go to M. Zwitter and
|
||||
% M. Soklic for providing the data. Please include this citation if you plan
|
||||
% to use this database.
|
||||
%
|
||||
% 1. Title: Breast cancer data (Michalski has used this)
|
||||
%
|
||||
% 2. Sources:
|
||||
% -- Matjaz Zwitter & Milan Soklic (physicians)
|
||||
% Institute of Oncology
|
||||
% University Medical Center
|
||||
% Ljubljana, Yugoslavia
|
||||
% -- Donors: Ming Tan and Jeff Schlimmer ([email protected])
|
||||
% -- Date: 11 July 1988
|
||||
%
|
||||
% 3. Past Usage: (Several: here are some)
|
||||
% -- Michalski,R.S., Mozetic,I., Hong,J., & Lavrac,N. (1986). The
|
||||
% Multi-Purpose Incremental Learning System AQ15 and its Testing
|
||||
% Application to Three Medical Domains. In Proceedings of the
|
||||
% Fifth National Conference on Artificial Intelligence, 1041-1045,
|
||||
% Philadelphia, PA: Morgan Kaufmann.
|
||||
% -- accuracy range: 66%-72%
|
||||
% -- Clark,P. & Niblett,T. (1987). Induction in Noisy Domains. In
|
||||
% Progress in Machine Learning (from the Proceedings of the 2nd
|
||||
% European Working Session on Learning), 11-30, Bled,
|
||||
% Yugoslavia: Sigma Press.
|
||||
% -- 8 test results given: 65%-72% accuracy range
|
||||
% -- Tan, M., & Eshelman, L. (1988). Using weighted networks to
|
||||
% represent classification knowledge in noisy domains. Proceedings
|
||||
% of the Fifth International Conference on Machine Learning, 121-134,
|
||||
% Ann Arbor, MI.
|
||||
% -- 4 systems tested: accuracy range was 68%-73.5%
|
||||
% -- Cestnik,G., Konenenko,I, & Bratko,I. (1987). Assistant-86: A
|
||||
% Knowledge-Elicitation Tool for Sophisticated Users. In I.Bratko
|
||||
% & N.Lavrac (Eds.) Progress in Machine Learning, 31-45, Sigma Press.
|
||||
% -- Assistant-86: 78% accuracy
|
||||
%
|
||||
% 4. Relevant Information:
|
||||
% This is one of three domains provided by the Oncology Institute
|
||||
% that has repeatedly appeared in the machine learning literature.
|
||||
% (See also lymphography and primary-tumor.)
|
||||
%
|
||||
% This data set includes 201 instances of one class and 85 instances of
|
||||
% another class. The instances are described by 9 attributes, some of
|
||||
% which are linear and some are nominal.
|
||||
%
|
||||
% 5. Number of Instances: 286
|
||||
%
|
||||
% 6. Number of Attributes: 9 + the class attribute
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% 1. Class: no-recurrence-events, recurrence-events
|
||||
% 2. age: 10-19, 20-29, 30-39, 40-49, 50-59, 60-69, 70-79, 80-89, 90-99.
|
||||
% 3. menopause: lt40, ge40, premeno.
|
||||
% 4. tumor-size: 0-4, 5-9, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44,
|
||||
% 45-49, 50-54, 55-59.
|
||||
% 5. inv-nodes: 0-2, 3-5, 6-8, 9-11, 12-14, 15-17, 18-20, 21-23, 24-26,
|
||||
% 27-29, 30-32, 33-35, 36-39.
|
||||
% 6. node-caps: yes, no.
|
||||
% 7. deg-malig: 1, 2, 3.
|
||||
% 8. breast: left, right.
|
||||
% 9. breast-quad: left-up, left-low, right-up, right-low, central.
|
||||
% 10. irradiat: yes, no.
|
||||
%
|
||||
% 8. Missing Attribute Values: (denoted by "?")
|
||||
% Attribute #: Number of instances with missing values:
|
||||
% 6. 8
|
||||
% 9. 1.
|
||||
%
|
||||
% 9. Class Distribution:
|
||||
% 1. no-recurrence-events: 201 instances
|
||||
% 2. recurrence-events: 85 instances
|
||||
%
|
||||
% Num Instances: 286
|
||||
% Num Attributes: 10
|
||||
% Num Continuous: 0 (Int 0 / Real 0)
|
||||
% Num Discrete: 10
|
||||
% Missing values: 9 / 0.3%
|
||||
%
|
||||
% name type enum ints real missing distinct (1)
|
||||
% 1 'age' Enum 100% 0% 0% 0 / 0% 6 / 2% 0%
|
||||
% 2 'menopause' Enum 100% 0% 0% 0 / 0% 3 / 1% 0%
|
||||
% 3 'tumor-size' Enum 100% 0% 0% 0 / 0% 11 / 4% 0%
|
||||
% 4 'inv-nodes' Enum 100% 0% 0% 0 / 0% 7 / 2% 0%
|
||||
% 5 'node-caps' Enum 97% 0% 0% 8 / 3% 2 / 1% 0%
|
||||
% 6 'deg-malig' Enum 100% 0% 0% 0 / 0% 3 / 1% 0%
|
||||
% 7 'breast' Enum 100% 0% 0% 0 / 0% 2 / 1% 0%
|
||||
% 8 'breast-quad' Enum 100% 0% 0% 1 / 0% 5 / 2% 0%
|
||||
% 9 'irradiat' Enum 100% 0% 0% 0 / 0% 2 / 1% 0%
|
||||
% 10 'Class' Enum 100% 0% 0% 0 / 0% 2 / 1% 0%
|
||||
%
|
||||
%
|
||||
@relation breast-cancer
|
||||
@attribute age {'10-19','20-29','30-39','40-49','50-59','60-69','70-79','80-89','90-99'}
|
||||
@attribute menopause {'lt40','ge40','premeno'}
|
||||
@attribute tumor-size {'0-4','5-9','10-14','15-19','20-24','25-29','30-34','35-39','40-44','45-49','50-54','55-59'}
|
||||
@attribute inv-nodes {'0-2','3-5','6-8','9-11','12-14','15-17','18-20','21-23','24-26','27-29','30-32','33-35','36-39'}
|
||||
@attribute node-caps {'yes','no'}
|
||||
@attribute deg-malig {'1','2','3'}
|
||||
@attribute breast {'left','right'}
|
||||
@attribute breast-quad {'left_up','left_low','right_up','right_low','central'}
|
||||
@attribute 'irradiat' {'yes','no'}
|
||||
@attribute 'Class' {'no-recurrence-events','recurrence-events'}
|
||||
@data
|
||||
'40-49','premeno','15-19','0-2','yes','3','right','left_up','no','recurrence-events'
|
||||
'50-59','ge40','15-19','0-2','no','1','right','central','no','no-recurrence-events'
|
||||
'50-59','ge40','35-39','0-2','no','2','left','left_low','no','recurrence-events'
|
||||
'40-49','premeno','35-39','0-2','yes','3','right','left_low','yes','no-recurrence-events'
|
||||
'40-49','premeno','30-34','3-5','yes','2','left','right_up','no','recurrence-events'
|
||||
'50-59','premeno','25-29','3-5','no','2','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','ge40','40-44','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','0-4','0-2','no','2','right','right_low','no','no-recurrence-events'
|
||||
'40-49','ge40','40-44','15-17','yes','2','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','1','right','central','no','no-recurrence-events'
|
||||
'50-59','ge40','25-29','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','left','left_low','yes','recurrence-events'
|
||||
'30-39','premeno','20-24','0-2','no','3','left','central','no','no-recurrence-events'
|
||||
'50-59','premeno','10-14','3-5','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'50-59','premeno','40-44','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'50-59','lt40','20-24','0-2',?,'1','left','left_low','no','recurrence-events'
|
||||
'60-69','ge40','40-44','3-5','no','2','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','ge40','15-19','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','15-19','6-8','yes','3','left','left_low','yes','recurrence-events'
|
||||
'50-59','ge40','20-24','3-5','yes','2','right','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','10-14','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','3-5','yes','3','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','15-19','15-17','yes','3','left','left_low','no','recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','3','right','central','no','recurrence-events'
|
||||
'60-69','ge40','25-29','3-5',?,'1','right','left_low','yes','no-recurrence-events'
|
||||
'50-59','ge40','25-29','0-2','no','3','left','right_up','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','3','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','1','left','left_low','yes','recurrence-events'
|
||||
'30-39','premeno','15-19','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','45-49','6-8','yes','3','left','central','no','no-recurrence-events'
|
||||
'40-49','ge40','20-24','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','1','right','right_low','no','no-recurrence-events'
|
||||
'30-39','premeno','35-39','0-2','no','3','left','left_low','no','recurrence-events'
|
||||
'40-49','premeno','35-39','9-11','yes','2','right','right_up','yes','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','3-5','yes','3','right','right_up','no','recurrence-events'
|
||||
'30-39','premeno','15-19','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','30-34','0-2','no','3','left','right_up','no','recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','2','right','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','35-39','0-2','yes','3','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','premeno','50-54','0-2','yes','2','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','ge40','40-44','0-2','no','3','right','left_up','no','no-recurrence-events'
|
||||
'70-79','ge40','15-19','9-11',?,'1','left','left_low','yes','recurrence-events'
|
||||
'50-59','lt40','30-34','0-2','no','3','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','0-4','0-2','no','3','left','central','no','no-recurrence-events'
|
||||
'70-79','ge40','40-44','0-2','no','1','right','right_up','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2',?,'2','left','right_low','yes','no-recurrence-events'
|
||||
'50-59','ge40','25-29','15-17','yes','3','right','left_up','no','no-recurrence-events'
|
||||
'50-59','premeno','20-24','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','35-39','15-17','no','3','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','50-54','0-2','no','1','right','right_up','no','no-recurrence-events'
|
||||
'30-39','premeno','0-4','0-2','no','2','right','central','no','recurrence-events'
|
||||
'50-59','ge40','40-44','6-8','yes','3','left','left_low','yes','recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','2','right','right_up','yes','no-recurrence-events'
|
||||
'40-49','ge40','20-24','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','15-17','yes','3','left','left_low','no','recurrence-events'
|
||||
'40-49','ge40','20-24','0-2','no','2','right','left_up','no','recurrence-events'
|
||||
'50-59','ge40','15-19','0-2','no','1','right','central','no','no-recurrence-events'
|
||||
'30-39','premeno','25-29','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','50-54','9-11','yes','2','right','left_up','no','recurrence-events'
|
||||
'30-39','premeno','10-14','0-2','no','1','right','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','3-5','yes','3','left','left_low','yes','recurrence-events'
|
||||
'60-69','ge40','25-29','3-5',?,'1','right','left_up','yes','no-recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','1','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','6-8','yes','3','left','right_low','no','recurrence-events'
|
||||
'30-39','premeno','25-29','6-8','yes','3','left','right_low','yes','recurrence-events'
|
||||
'50-59','ge40','10-14','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','15-19','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','right','central','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','3','left','right_up','no','recurrence-events'
|
||||
'60-69','ge40','30-34','6-8','yes','2','right','right_up','no','no-recurrence-events'
|
||||
'50-59','lt40','15-19','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','left','left_up','yes','no-recurrence-events'
|
||||
'30-39','premeno','0-4','0-2','no','2','right','central','no','no-recurrence-events'
|
||||
'50-59','ge40','35-39','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','40-44','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','25-29','6-8','yes','2','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','1','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','1','left','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','1','right','left_up','no','recurrence-events'
|
||||
'30-39','premeno','30-34','3-5','no','3','right','left_up','yes','recurrence-events'
|
||||
'50-59','lt40','20-24','0-2',?,'1','left','left_up','no','recurrence-events'
|
||||
'50-59','premeno','10-14','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','45-49','0-2','no','2','left','left_low','yes','no-recurrence-events'
|
||||
'30-39','premeno','40-44','0-2','no','1','left','left_up','no','recurrence-events'
|
||||
'50-59','premeno','10-14','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','3','right','left_up','yes','recurrence-events'
|
||||
'40-49','premeno','35-39','0-2','no','1','right','left_up','no','recurrence-events'
|
||||
'40-49','premeno','20-24','3-5','yes','2','left','left_low','yes','recurrence-events'
|
||||
'50-59','premeno','15-19','0-2','no','2','left','left_low','no','recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','3','right','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','1','left','right_low','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','3-5','yes','2','left','central','yes','recurrence-events'
|
||||
'60-69','ge40','20-24','3-5','no','2','left','left_low','yes','recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','2','left','right_up','no','recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','1','right','right_up','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','left','right_low','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','2','left','left_low','yes','no-recurrence-events'
|
||||
'30-39','premeno','30-34','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','40-44','3-5','no','3','right','right_up','yes','no-recurrence-events'
|
||||
'60-69','ge40','5-9','0-2','no','1','left','central','no','no-recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','1','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','6-8','yes','3','right','left_up','no','recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','1','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','35-39','9-11','yes','2','right','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','1','right','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','yes','3','right','right_up','no','recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','yes','2','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','15-19','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'30-39','premeno','35-39','9-11','yes','3','left','left_low','no','recurrence-events'
|
||||
'30-39','premeno','10-14','0-2','no','2','left','right_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','1','right','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','15-19','0-2','no','2','left','left_up','no','recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','2','left','right_low','no','no-recurrence-events'
|
||||
'20-29','premeno','35-39','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','3','right','right_up','no','recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','right','left_low','no','recurrence-events'
|
||||
'30-39','premeno','30-34','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'30-39','premeno','15-19','0-2','no','1','right','left_low','no','recurrence-events'
|
||||
'50-59','ge40','0-4','0-2','no','1','right','central','no','no-recurrence-events'
|
||||
'50-59','ge40','0-4','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','50-54','0-2','no','3','right','left_up','no','recurrence-events'
|
||||
'50-59','premeno','30-34','0-2','no','1','left','central','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','24-26','yes','3','left','left_low','yes','recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','3-5','no','2','right','left_up','no','recurrence-events'
|
||||
'50-59','premeno','20-24','3-5','yes','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','15-19','0-2','yes','2','left','central','yes','no-recurrence-events'
|
||||
'50-59','premeno','10-14','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'30-39','premeno','30-34','9-11','no','2','right','left_up','yes','recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','40-44','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','9-11',?,'3','left','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','50-54','0-2','no','2','right','left_low','yes','recurrence-events'
|
||||
'50-59','ge40','15-19','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'50-59','ge40','40-44','3-5','yes','2','left','left_low','no','no-recurrence-events'
|
||||
'30-39','premeno','25-29','3-5','yes','3','left','left_low','yes','recurrence-events'
|
||||
'60-69','ge40','10-14','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'60-69','lt40','10-14','0-2','no','1','left','right_up','no','no-recurrence-events'
|
||||
'30-39','premeno','30-34','0-2','no','2','left','left_up','no','recurrence-events'
|
||||
'30-39','premeno','20-24','3-5','yes','2','left','left_low','no','recurrence-events'
|
||||
'50-59','ge40','10-14','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','3','right','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','25-29','3-5','yes','3','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','6-8','no','2','left','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','50-54','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','30-34','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'40-49','ge40','20-24','3-5','no','3','right','left_low','yes','recurrence-events'
|
||||
'50-59','ge40','30-34','6-8','yes','2','left','right_low','yes','recurrence-events'
|
||||
'60-69','ge40','25-29','3-5','no','2','right','right_up','no','recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','left','central','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','50-54','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','2','right','central','no','recurrence-events'
|
||||
'50-59','ge40','30-34','3-5','no','3','right','left_up','no','recurrence-events'
|
||||
'40-49','ge40','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','1','right','left_up','no','recurrence-events'
|
||||
'40-49','premeno','40-44','3-5','yes','3','right','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','3-5','no','2','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','9-11','yes','3','right','left_up','no','recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','right','left_low','no','recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','1','right','right_up','no','no-recurrence-events'
|
||||
'30-39','premeno','40-44','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'60-69','ge40','10-14','6-8','yes','3','left','left_up','yes','recurrence-events'
|
||||
'40-49','premeno','35-39','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','3-5','no','3','left','left_low','no','recurrence-events'
|
||||
'40-49','premeno','5-9','0-2','no','1','left','left_low','yes','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','1','left','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','3','right','right_up','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','3','left','left_up','no','recurrence-events'
|
||||
'50-59','ge40','5-9','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','2','right','right_low','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','2','left','right_up','no','recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','2','left','left_low','yes','no-recurrence-events'
|
||||
'60-69','ge40','35-39','6-8','yes','3','left','left_low','no','recurrence-events'
|
||||
'60-69','ge40','50-54','0-2','no','2','right','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','20-24','3-5','no','2','right','central','no','no-recurrence-events'
|
||||
'30-39','premeno','30-34','0-2','no','1','right','left_up','no','recurrence-events'
|
||||
'60-69','lt40','30-34','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','15-19','12-14','no','3','right','right_low','yes','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','3','right','left_low','no','recurrence-events'
|
||||
'30-39','premeno','5-9','0-2','no','2','left','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','1','right','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','1','left','right_low','no','no-recurrence-events'
|
||||
'60-69','ge40','40-44','3-5','yes','3','right','left_low','no','recurrence-events'
|
||||
'50-59','ge40','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','30-34','0-2','no','3','right','left_up','yes','recurrence-events'
|
||||
'40-49','ge40','30-34','3-5','no','3','left','left_low','no','recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','1','right','left_low','yes','no-recurrence-events'
|
||||
'40-49','ge40','25-29','12-14','yes','3','left','right_low','yes','recurrence-events'
|
||||
'40-49','premeno','40-44','0-2','no','1','left','left_low','no','recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','25-29','0-2','no','1','left','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'70-79','ge40','40-44','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','3','left','left_up','no','recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','45-49','0-2','no','1','right','right_up','yes','recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','yes','2','right','left_up','no','no-recurrence-events'
|
||||
'50-59','ge40','25-29','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','3-5','no','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','35-39','0-2','no','2','left','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','20-24','0-2','no','3','left','left_up','yes','recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','3','right','left_low','no','no-recurrence-events'
|
||||
'40-49','ge40','30-34','0-2','no','2','left','left_up','yes','no-recurrence-events'
|
||||
'30-39','premeno','25-29','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','left','left_low','no','recurrence-events'
|
||||
'30-39','premeno','20-24','0-2','no','2','left','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','15-19','0-2','no','2','right','right_low','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','1','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','40-44','0-2','no','2','right','left_low','no','recurrence-events'
|
||||
'30-39','lt40','15-19','0-2','no','3','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','12-14','yes','3','left','left_up','yes','recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','yes','2','right','right_up','yes','recurrence-events'
|
||||
'50-59','ge40','40-44','6-8','yes','3','left','left_low','yes','recurrence-events'
|
||||
'50-59','ge40','30-34','0-2','no','3','left',?,'no','recurrence-events'
|
||||
'70-79','ge40','10-14','0-2','no','2','left','central','no','no-recurrence-events'
|
||||
'30-39','premeno','40-44','0-2','no','2','left','left_low','yes','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','2','right','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','10-14','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','10-14','0-2','no','1','left','left_up','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','30-34','9-11','yes','3','left','right_low','yes','recurrence-events'
|
||||
'50-59','ge40','10-14','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','30-34','0-2','no','1','left','right_up','no','no-recurrence-events'
|
||||
'70-79','ge40','0-4','0-2','no','1','left','right_low','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','3','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','premeno','25-29','0-2','no','3','right','left_low','yes','recurrence-events'
|
||||
'50-59','ge40','40-44','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'60-69','ge40','25-29','0-2','no','3','left','right_low','yes','recurrence-events'
|
||||
'40-49','premeno','30-34','3-5','yes','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','20-24','0-2','no','2','left','left_up','no','recurrence-events'
|
||||
'70-79','ge40','20-24','0-2','no','3','left','left_up','no','no-recurrence-events'
|
||||
'30-39','premeno','25-29','0-2','no','1','left','central','no','no-recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','2','left','left_low','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','3-5','yes','2','right','right_up','yes','recurrence-events'
|
||||
'50-59','ge40','30-34','9-11',?,'3','left','left_low','yes','no-recurrence-events'
|
||||
'50-59','ge40','0-4','0-2','no','2','left','central','no','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','3','right','left_low','yes','no-recurrence-events'
|
||||
'30-39','premeno','35-39','0-2','no','3','left','left_low','no','recurrence-events'
|
||||
'60-69','ge40','30-34','0-2','no','1','left','left_up','no','no-recurrence-events'
|
||||
'60-69','ge40','20-24','0-2','no','1','left','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','25-29','6-8','no','3','left','left_low','yes','recurrence-events'
|
||||
'50-59','premeno','35-39','15-17','yes','3','right','right_up','no','recurrence-events'
|
||||
'30-39','premeno','20-24','3-5','yes','2','right','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','20-24','6-8','no','2','right','left_low','yes','no-recurrence-events'
|
||||
'50-59','ge40','35-39','0-2','no','3','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','35-39','0-2','no','2','right','left_up','no','no-recurrence-events'
|
||||
'40-49','premeno','25-29','0-2','no','2','left','left_up','yes','no-recurrence-events'
|
||||
'40-49','premeno','35-39','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'50-59','premeno','30-34','3-5','yes','2','left','left_low','yes','no-recurrence-events'
|
||||
'40-49','premeno','20-24','0-2','no','2','right','right_up','no','no-recurrence-events'
|
||||
'60-69','ge40','15-19','0-2','no','3','right','left_up','yes','no-recurrence-events'
|
||||
'50-59','ge40','30-34','6-8','yes','2','left','left_low','no','no-recurrence-events'
|
||||
'50-59','premeno','25-29','3-5','yes','2','left','left_low','yes','no-recurrence-events'
|
||||
'30-39','premeno','30-34','6-8','yes','2','right','right_up','no','no-recurrence-events'
|
||||
'50-59','premeno','15-19','0-2','no','2','right','left_low','no','no-recurrence-events'
|
||||
'50-59','ge40','40-44','0-2','no','3','left','right_up','no','no-recurrence-events'
|
||||
%
|
||||
%
|
||||
%
|
||||
@@ -0,0 +1,85 @@
|
||||
% 1. Title: Database for fitting contact lenses
|
||||
%
|
||||
% 2. Sources:
|
||||
% (a) Cendrowska, J. "PRISM: An algorithm for inducing modular rules",
|
||||
% International Journal of Man-Machine Studies, 1987, 27, 349-370
|
||||
% (b) Donor: Benoit Julien ([email protected])
|
||||
% (c) Date: 1 August 1990
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% 1. See above.
|
||||
% 2. Witten, I. H. & MacDonald, B. A. (1988). Using concept
|
||||
% learning for knowledge acquisition. International Journal of
|
||||
% Man-Machine Studies, 27, (pp. 349-370).
|
||||
%
|
||||
% Notes: This database is complete (all possible combinations of
|
||||
% attribute-value pairs are represented).
|
||||
%
|
||||
% Each instance is complete and correct.
|
||||
%
|
||||
% 9 rules cover the training set.
|
||||
%
|
||||
% 4. Relevant Information Paragraph:
|
||||
% The examples are complete and noise free.
|
||||
% The examples highly simplified the problem. The attributes do not
|
||||
% fully describe all the factors affecting the decision as to which type,
|
||||
% if any, to fit.
|
||||
%
|
||||
% 5. Number of Instances: 24
|
||||
%
|
||||
% 6. Number of Attributes: 4 (all nominal)
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% -- 3 Classes
|
||||
% 1 : the patient should be fitted with hard contact lenses,
|
||||
% 2 : the patient should be fitted with soft contact lenses,
|
||||
% 1 : the patient should not be fitted with contact lenses.
|
||||
%
|
||||
% 1. age of the patient: (1) young, (2) pre-presbyopic, (3) presbyopic
|
||||
% 2. spectacle prescription: (1) myope, (2) hypermetrope
|
||||
% 3. astigmatic: (1) no, (2) yes
|
||||
% 4. tear production rate: (1) reduced, (2) normal
|
||||
%
|
||||
% 8. Number of Missing Attribute Values: 0
|
||||
%
|
||||
% 9. Class Distribution:
|
||||
% 1. hard contact lenses: 4
|
||||
% 2. soft contact lenses: 5
|
||||
% 3. no contact lenses: 15
|
||||
|
||||
@relation contact-lenses
|
||||
|
||||
@attribute age {young, pre-presbyopic, presbyopic}
|
||||
@attribute spectacle-prescrip {myope, hypermetrope}
|
||||
@attribute astigmatism {no, yes}
|
||||
@attribute tear-prod-rate {reduced, normal}
|
||||
@attribute contact-lenses {soft, hard, none}
|
||||
|
||||
@data
|
||||
%
|
||||
% 24 instances
|
||||
%
|
||||
young,myope,no,reduced,none
|
||||
young,myope,no,normal,soft
|
||||
young,myope,yes,reduced,none
|
||||
young,myope,yes,normal,hard
|
||||
young,hypermetrope,no,reduced,none
|
||||
young,hypermetrope,no,normal,soft
|
||||
young,hypermetrope,yes,reduced,none
|
||||
young,hypermetrope,yes,normal,hard
|
||||
pre-presbyopic,myope,no,reduced,none
|
||||
pre-presbyopic,myope,no,normal,soft
|
||||
pre-presbyopic,myope,yes,reduced,none
|
||||
pre-presbyopic,myope,yes,normal,hard
|
||||
pre-presbyopic,hypermetrope,no,reduced,none
|
||||
pre-presbyopic,hypermetrope,no,normal,soft
|
||||
pre-presbyopic,hypermetrope,yes,reduced,none
|
||||
pre-presbyopic,hypermetrope,yes,normal,none
|
||||
presbyopic,myope,no,reduced,none
|
||||
presbyopic,myope,no,normal,none
|
||||
presbyopic,myope,yes,reduced,none
|
||||
presbyopic,myope,yes,normal,hard
|
||||
presbyopic,hypermetrope,no,reduced,none
|
||||
presbyopic,hypermetrope,no,normal,soft
|
||||
presbyopic,hypermetrope,yes,reduced,none
|
||||
presbyopic,hypermetrope,yes,normal,none
|
||||
@@ -0,0 +1,226 @@
|
||||
%
|
||||
% As used by Kilpatrick, D. & Cameron-Jones, M. (1998). Numeric prediction
|
||||
% using instance-based learning with encoding length selection. In Progress
|
||||
% in Connectionist-Based Information Systems. Singapore: Springer-Verlag.
|
||||
%
|
||||
% Deleted "vendor" attribute to make data consistent with with what we
|
||||
% used in the data mining book.
|
||||
%
|
||||
@relation 'cpu'
|
||||
@attribute MYCT numeric
|
||||
@attribute MMIN numeric
|
||||
@attribute MMAX numeric
|
||||
@attribute CACH numeric
|
||||
@attribute CHMIN numeric
|
||||
@attribute CHMAX numeric
|
||||
@attribute class numeric
|
||||
@data
|
||||
125,256,6000,256,16,128,198
|
||||
29,8000,32000,32,8,32,269
|
||||
29,8000,32000,32,8,32,220
|
||||
29,8000,32000,32,8,32,172
|
||||
29,8000,16000,32,8,16,132
|
||||
26,8000,32000,64,8,32,318
|
||||
23,16000,32000,64,16,32,367
|
||||
23,16000,32000,64,16,32,489
|
||||
23,16000,64000,64,16,32,636
|
||||
23,32000,64000,128,32,64,1144
|
||||
400,1000,3000,0,1,2,38
|
||||
400,512,3500,4,1,6,40
|
||||
60,2000,8000,65,1,8,92
|
||||
50,4000,16000,65,1,8,138
|
||||
350,64,64,0,1,4,10
|
||||
200,512,16000,0,4,32,35
|
||||
167,524,2000,8,4,15,19
|
||||
143,512,5000,0,7,32,28
|
||||
143,1000,2000,0,5,16,31
|
||||
110,5000,5000,142,8,64,120
|
||||
143,1500,6300,0,5,32,30
|
||||
143,3100,6200,0,5,20,33
|
||||
143,2300,6200,0,6,64,61
|
||||
110,3100,6200,0,6,64,76
|
||||
320,128,6000,0,1,12,23
|
||||
320,512,2000,4,1,3,69
|
||||
320,256,6000,0,1,6,33
|
||||
320,256,3000,4,1,3,27
|
||||
320,512,5000,4,1,5,77
|
||||
320,256,5000,4,1,6,27
|
||||
25,1310,2620,131,12,24,274
|
||||
25,1310,2620,131,12,24,368
|
||||
50,2620,10480,30,12,24,32
|
||||
50,2620,10480,30,12,24,63
|
||||
56,5240,20970,30,12,24,106
|
||||
64,5240,20970,30,12,24,208
|
||||
50,500,2000,8,1,4,20
|
||||
50,1000,4000,8,1,5,29
|
||||
50,2000,8000,8,1,5,71
|
||||
50,1000,4000,8,3,5,26
|
||||
50,1000,8000,8,3,5,36
|
||||
50,2000,16000,8,3,5,40
|
||||
50,2000,16000,8,3,6,52
|
||||
50,2000,16000,8,3,6,60
|
||||
133,1000,12000,9,3,12,72
|
||||
133,1000,8000,9,3,12,72
|
||||
810,512,512,8,1,1,18
|
||||
810,1000,5000,0,1,1,20
|
||||
320,512,8000,4,1,5,40
|
||||
200,512,8000,8,1,8,62
|
||||
700,384,8000,0,1,1,24
|
||||
700,256,2000,0,1,1,24
|
||||
140,1000,16000,16,1,3,138
|
||||
200,1000,8000,0,1,2,36
|
||||
110,1000,4000,16,1,2,26
|
||||
110,1000,12000,16,1,2,60
|
||||
220,1000,8000,16,1,2,71
|
||||
800,256,8000,0,1,4,12
|
||||
800,256,8000,0,1,4,14
|
||||
800,256,8000,0,1,4,20
|
||||
800,256,8000,0,1,4,16
|
||||
800,256,8000,0,1,4,22
|
||||
125,512,1000,0,8,20,36
|
||||
75,2000,8000,64,1,38,144
|
||||
75,2000,16000,64,1,38,144
|
||||
75,2000,16000,128,1,38,259
|
||||
90,256,1000,0,3,10,17
|
||||
105,256,2000,0,3,10,26
|
||||
105,1000,4000,0,3,24,32
|
||||
105,2000,4000,8,3,19,32
|
||||
75,2000,8000,8,3,24,62
|
||||
75,3000,8000,8,3,48,64
|
||||
175,256,2000,0,3,24,22
|
||||
300,768,3000,0,6,24,36
|
||||
300,768,3000,6,6,24,44
|
||||
300,768,12000,6,6,24,50
|
||||
300,768,4500,0,1,24,45
|
||||
300,384,12000,6,1,24,53
|
||||
300,192,768,6,6,24,36
|
||||
180,768,12000,6,1,31,84
|
||||
330,1000,3000,0,2,4,16
|
||||
300,1000,4000,8,3,64,38
|
||||
300,1000,16000,8,2,112,38
|
||||
330,1000,2000,0,1,2,16
|
||||
330,1000,4000,0,3,6,22
|
||||
140,2000,4000,0,3,6,29
|
||||
140,2000,4000,0,4,8,40
|
||||
140,2000,4000,8,1,20,35
|
||||
140,2000,32000,32,1,20,134
|
||||
140,2000,8000,32,1,54,66
|
||||
140,2000,32000,32,1,54,141
|
||||
140,2000,32000,32,1,54,189
|
||||
140,2000,4000,8,1,20,22
|
||||
57,4000,16000,1,6,12,132
|
||||
57,4000,24000,64,12,16,237
|
||||
26,16000,32000,64,16,24,465
|
||||
26,16000,32000,64,8,24,465
|
||||
26,8000,32000,0,8,24,277
|
||||
26,8000,16000,0,8,16,185
|
||||
480,96,512,0,1,1,6
|
||||
203,1000,2000,0,1,5,24
|
||||
115,512,6000,16,1,6,45
|
||||
1100,512,1500,0,1,1,7
|
||||
1100,768,2000,0,1,1,13
|
||||
600,768,2000,0,1,1,16
|
||||
400,2000,4000,0,1,1,32
|
||||
400,4000,8000,0,1,1,32
|
||||
900,1000,1000,0,1,2,11
|
||||
900,512,1000,0,1,2,11
|
||||
900,1000,4000,4,1,2,18
|
||||
900,1000,4000,8,1,2,22
|
||||
900,2000,4000,0,3,6,37
|
||||
225,2000,4000,8,3,6,40
|
||||
225,2000,4000,8,3,6,34
|
||||
180,2000,8000,8,1,6,50
|
||||
185,2000,16000,16,1,6,76
|
||||
180,2000,16000,16,1,6,66
|
||||
225,1000,4000,2,3,6,24
|
||||
25,2000,12000,8,1,4,49
|
||||
25,2000,12000,16,3,5,66
|
||||
17,4000,16000,8,6,12,100
|
||||
17,4000,16000,32,6,12,133
|
||||
1500,768,1000,0,0,0,12
|
||||
1500,768,2000,0,0,0,18
|
||||
800,768,2000,0,0,0,20
|
||||
50,2000,4000,0,3,6,27
|
||||
50,2000,8000,8,3,6,45
|
||||
50,2000,8000,8,1,6,56
|
||||
50,2000,16000,24,1,6,70
|
||||
50,2000,16000,24,1,6,80
|
||||
50,8000,16000,48,1,10,136
|
||||
100,1000,8000,0,2,6,16
|
||||
100,1000,8000,24,2,6,26
|
||||
100,1000,8000,24,3,6,32
|
||||
50,2000,16000,12,3,16,45
|
||||
50,2000,16000,24,6,16,54
|
||||
50,2000,16000,24,6,16,65
|
||||
150,512,4000,0,8,128,30
|
||||
115,2000,8000,16,1,3,50
|
||||
115,2000,4000,2,1,5,40
|
||||
92,2000,8000,32,1,6,62
|
||||
92,2000,8000,32,1,6,60
|
||||
92,2000,8000,4,1,6,50
|
||||
75,4000,16000,16,1,6,66
|
||||
60,4000,16000,32,1,6,86
|
||||
60,2000,16000,64,5,8,74
|
||||
60,4000,16000,64,5,8,93
|
||||
50,4000,16000,64,5,10,111
|
||||
72,4000,16000,64,8,16,143
|
||||
72,2000,8000,16,6,8,105
|
||||
40,8000,16000,32,8,16,214
|
||||
40,8000,32000,64,8,24,277
|
||||
35,8000,32000,64,8,24,370
|
||||
38,16000,32000,128,16,32,510
|
||||
48,4000,24000,32,8,24,214
|
||||
38,8000,32000,64,8,24,326
|
||||
30,16000,32000,256,16,24,510
|
||||
112,1000,1000,0,1,4,8
|
||||
84,1000,2000,0,1,6,12
|
||||
56,1000,4000,0,1,6,17
|
||||
56,2000,6000,0,1,8,21
|
||||
56,2000,8000,0,1,8,24
|
||||
56,4000,8000,0,1,8,34
|
||||
56,4000,12000,0,1,8,42
|
||||
56,4000,16000,0,1,8,46
|
||||
38,4000,8000,32,16,32,51
|
||||
38,4000,8000,32,16,32,116
|
||||
38,8000,16000,64,4,8,100
|
||||
38,8000,24000,160,4,8,140
|
||||
38,4000,16000,128,16,32,212
|
||||
200,1000,2000,0,1,2,25
|
||||
200,1000,4000,0,1,4,30
|
||||
200,2000,8000,64,1,5,41
|
||||
250,512,4000,0,1,7,25
|
||||
250,512,4000,0,4,7,50
|
||||
250,1000,16000,1,1,8,50
|
||||
160,512,4000,2,1,5,30
|
||||
160,512,2000,2,3,8,32
|
||||
160,1000,4000,8,1,14,38
|
||||
160,1000,8000,16,1,14,60
|
||||
160,2000,8000,32,1,13,109
|
||||
240,512,1000,8,1,3,6
|
||||
240,512,2000,8,1,5,11
|
||||
105,2000,4000,8,3,8,22
|
||||
105,2000,6000,16,6,16,33
|
||||
105,2000,8000,16,4,14,58
|
||||
52,4000,16000,32,4,12,130
|
||||
70,4000,12000,8,6,8,75
|
||||
59,4000,12000,32,6,12,113
|
||||
59,8000,16000,64,12,24,188
|
||||
26,8000,24000,32,8,16,173
|
||||
26,8000,32000,64,12,16,248
|
||||
26,8000,32000,128,24,32,405
|
||||
116,2000,8000,32,5,28,70
|
||||
50,2000,32000,24,6,26,114
|
||||
50,2000,32000,48,26,52,208
|
||||
50,2000,32000,112,52,104,307
|
||||
50,4000,32000,112,52,104,397
|
||||
30,8000,64000,96,12,176,915
|
||||
30,8000,64000,128,12,176,1150
|
||||
180,262,4000,0,1,3,12
|
||||
180,512,4000,0,1,3,14
|
||||
180,262,4000,0,1,3,18
|
||||
180,512,4000,0,1,3,21
|
||||
124,1000,8000,0,1,8,42
|
||||
98,1000,8000,32,2,8,46
|
||||
125,2000,8000,0,2,14,52
|
||||
480,512,8000,32,0,0,67
|
||||
480,1000,4000,0,0,0,45
|
||||
@@ -0,0 +1,225 @@
|
||||
%
|
||||
% As used by Kilpatrick, D. & Cameron-Jones, M. (1998). Numeric prediction
|
||||
% using instance-based learning with encoding length selection. In Progress
|
||||
% in Connectionist-Based Information Systems. Singapore: Springer-Verlag.
|
||||
%
|
||||
|
||||
@relation 'cpu'
|
||||
@attribute vendor { adviser, amdahl, apollo, basf, bti, burroughs, c.r.d, cdc, cambex, dec, dg, formation, four-phase, gould, hp, harris, honeywell, ibm, ipl, magnuson, microdata, nas, ncr, nixdorf, perkin-elmer, prime, siemens, sperry, sratus, wang}
|
||||
@attribute MYCT numeric
|
||||
@attribute MMIN numeric
|
||||
@attribute MMAX numeric
|
||||
@attribute CACH numeric
|
||||
@attribute CHMIN numeric
|
||||
@attribute CHMAX numeric
|
||||
@attribute class numeric
|
||||
@data
|
||||
adviser,125,256,6000,256,16,128,199
|
||||
amdahl,29,8000,32000,32,8,32,253
|
||||
amdahl,29,8000,32000,32,8,32,253
|
||||
amdahl,29,8000,32000,32,8,32,253
|
||||
amdahl,29,8000,16000,32,8,16,132
|
||||
amdahl,26,8000,32000,64,8,32,290
|
||||
amdahl,23,16000,32000,64,16,32,381
|
||||
amdahl,23,16000,32000,64,16,32,381
|
||||
amdahl,23,16000,64000,64,16,32,749
|
||||
amdahl,23,32000,64000,128,32,64,1238
|
||||
apollo,400,1000,3000,0,1,2,23
|
||||
apollo,400,512,3500,4,1,6,24
|
||||
basf,60,2000,8000,65,1,8,70
|
||||
basf,50,4000,16000,65,1,8,117
|
||||
bti,350,64,64,0,1,4,15
|
||||
bti,200,512,16000,0,4,32,64
|
||||
burroughs,167,524,2000,8,4,15,23
|
||||
burroughs,143,512,5000,0,7,32,29
|
||||
burroughs,143,1000,2000,0,5,16,22
|
||||
burroughs,110,5000,5000,142,8,64,124
|
||||
burroughs,143,1500,6300,0,5,32,35
|
||||
burroughs,143,3100,6200,0,5,20,39
|
||||
burroughs,143,2300,6200,0,6,64,40
|
||||
burroughs,110,3100,6200,0,6,64,45
|
||||
c.r.d,320,128,6000,0,1,12,28
|
||||
c.r.d,320,512,2000,4,1,3,21
|
||||
c.r.d,320,256,6000,0,1,6,28
|
||||
c.r.d,320,256,3000,4,1,3,22
|
||||
c.r.d,320,512,5000,4,1,5,28
|
||||
c.r.d,320,256,5000,4,1,6,27
|
||||
cdc,25,1310,2620,131,12,24,102
|
||||
cdc,25,1310,2620,131,12,24,102
|
||||
cdc,50,2620,10480,30,12,24,74
|
||||
cdc,50,2620,10480,30,12,24,74
|
||||
cdc,56,5240,20970,30,12,24,138
|
||||
cdc,64,5240,20970,30,12,24,136
|
||||
cdc,50,500,2000,8,1,4,23
|
||||
cdc,50,1000,4000,8,1,5,29
|
||||
cdc,50,2000,8000,8,1,5,44
|
||||
cambex,50,1000,4000,8,3,5,30
|
||||
cambex,50,1000,8000,8,3,5,41
|
||||
cambex,50,2000,16000,8,3,5,74
|
||||
cambex,50,2000,16000,8,3,6,74
|
||||
cambex,50,2000,16000,8,3,6,74
|
||||
dec,133,1000,12000,9,3,12,54
|
||||
dec,133,1000,8000,9,3,12,41
|
||||
dec,810,512,512,8,1,1,18
|
||||
dec,810,1000,5000,0,1,1,28
|
||||
dec,320,512,8000,4,1,5,36
|
||||
dec,200,512,8000,8,1,8,38
|
||||
dg,700,384,8000,0,1,1,34
|
||||
dg,700,256,2000,0,1,1,19
|
||||
dg,140,1000,16000,16,1,3,72
|
||||
dg,200,1000,8000,0,1,2,36
|
||||
dg,110,1000,4000,16,1,2,30
|
||||
dg,110,1000,12000,16,1,2,56
|
||||
dg,220,1000,8000,16,1,2,42
|
||||
formation,800,256,8000,0,1,4,34
|
||||
formation,800,256,8000,0,1,4,34
|
||||
formation,800,256,8000,0,1,4,34
|
||||
formation,800,256,8000,0,1,4,34
|
||||
formation,800,256,8000,0,1,4,34
|
||||
four-phase,125,512,1000,0,8,20,19
|
||||
gould,75,2000,8000,64,1,38,75
|
||||
gould,75,2000,16000,64,1,38,113
|
||||
gould,75,2000,16000,128,1,38,157
|
||||
hp,90,256,1000,0,3,10,18
|
||||
hp,105,256,2000,0,3,10,20
|
||||
hp,105,1000,4000,0,3,24,28
|
||||
hp,105,2000,4000,8,3,19,33
|
||||
hp,75,2000,8000,8,3,24,47
|
||||
hp,75,3000,8000,8,3,48,54
|
||||
hp,175,256,2000,0,3,24,20
|
||||
harris,300,768,3000,0,6,24,23
|
||||
harris,300,768,3000,6,6,24,25
|
||||
harris,300,768,12000,6,6,24,52
|
||||
harris,300,768,4500,0,1,24,27
|
||||
harris,300,384,12000,6,1,24,50
|
||||
harris,300,192,768,6,6,24,18
|
||||
harris,180,768,12000,6,1,31,53
|
||||
honeywell,330,1000,3000,0,2,4,23
|
||||
honeywell,300,1000,4000,8,3,64,30
|
||||
honeywell,300,1000,16000,8,2,112,73
|
||||
honeywell,330,1000,2000,0,1,2,20
|
||||
honeywell,330,1000,4000,0,3,6,25
|
||||
honeywell,140,2000,4000,0,3,6,28
|
||||
honeywell,140,2000,4000,0,4,8,29
|
||||
honeywell,140,2000,4000,8,1,20,32
|
||||
honeywell,140,2000,32000,32,1,20,175
|
||||
honeywell,140,2000,8000,32,1,54,57
|
||||
honeywell,140,2000,32000,32,1,54,181
|
||||
honeywell,140,2000,32000,32,1,54,181
|
||||
honeywell,140,2000,4000,8,1,20,32
|
||||
ibm,57,4000,16000,1,6,12,82
|
||||
ibm,57,4000,24000,64,12,16,171
|
||||
ibm,26,16000,32000,64,16,24,361
|
||||
ibm,26,16000,32000,64,8,24,350
|
||||
ibm,26,8000,32000,0,8,24,220
|
||||
ibm,26,8000,16000,0,8,16,113
|
||||
ibm,480,96,512,0,1,1,15
|
||||
ibm,203,1000,2000,0,1,5,21
|
||||
ibm,115,512,6000,16,1,6,35
|
||||
ibm,1100,512,1500,0,1,1,18
|
||||
ibm,1100,768,2000,0,1,1,20
|
||||
ibm,600,768,2000,0,1,1,20
|
||||
ibm,400,2000,4000,0,1,1,28
|
||||
ibm,400,4000,8000,0,1,1,45
|
||||
ibm,900,1000,1000,0,1,2,18
|
||||
ibm,900,512,1000,0,1,2,17
|
||||
ibm,900,1000,4000,4,1,2,26
|
||||
ibm,900,1000,4000,8,1,2,28
|
||||
ibm,900,2000,4000,0,3,6,28
|
||||
ibm,225,2000,4000,8,3,6,31
|
||||
ibm,225,2000,4000,8,3,6,31
|
||||
ibm,180,2000,8000,8,1,6,42
|
||||
ibm,185,2000,16000,16,1,6,76
|
||||
ibm,180,2000,16000,16,1,6,76
|
||||
ibm,225,1000,4000,2,3,6,26
|
||||
ibm,25,2000,12000,8,1,4,59
|
||||
ibm,25,2000,12000,16,3,5,65
|
||||
ibm,17,4000,16000,8,6,12,101
|
||||
ibm,17,4000,16000,32,6,12,116
|
||||
ibm,1500,768,1000,0,0,0,18
|
||||
ibm,1500,768,2000,0,0,0,20
|
||||
ibm,800,768,2000,0,0,0,20
|
||||
ipl,50,2000,4000,0,3,6,30
|
||||
ipl,50,2000,8000,8,3,6,44
|
||||
ipl,50,2000,8000,8,1,6,44
|
||||
ipl,50,2000,16000,24,1,6,82
|
||||
ipl,50,2000,16000,24,1,6,82
|
||||
ipl,50,8000,16000,48,1,10,128
|
||||
magnuson,100,1000,8000,0,2,6,37
|
||||
magnuson,100,1000,8000,24,2,6,46
|
||||
magnuson,100,1000,8000,24,3,6,46
|
||||
magnuson,50,2000,16000,12,3,16,80
|
||||
magnuson,50,2000,16000,24,6,16,88
|
||||
magnuson,50,2000,16000,24,6,16,88
|
||||
microdata,150,512,4000,0,8,128,33
|
||||
nas,115,2000,8000,16,1,3,46
|
||||
nas,115,2000,4000,2,1,5,29
|
||||
nas,92,2000,8000,32,1,6,53
|
||||
nas,92,2000,8000,32,1,6,53
|
||||
nas,92,2000,8000,4,1,6,41
|
||||
nas,75,4000,16000,16,1,6,86
|
||||
nas,60,4000,16000,32,1,6,95
|
||||
nas,60,2000,16000,64,5,8,107
|
||||
nas,60,4000,16000,64,5,8,117
|
||||
nas,50,4000,16000,64,5,10,119
|
||||
nas,72,4000,16000,64,8,16,120
|
||||
nas,72,2000,8000,16,6,8,48
|
||||
nas,40,8000,16000,32,8,16,126
|
||||
nas,40,8000,32000,64,8,24,266
|
||||
nas,35,8000,32000,64,8,24,270
|
||||
nas,38,16000,32000,128,16,32,426
|
||||
nas,48,4000,24000,32,8,24,151
|
||||
nas,38,8000,32000,64,8,24,267
|
||||
nas,30,16000,32000,256,16,24,603
|
||||
ncr,112,1000,1000,0,1,4,19
|
||||
ncr,84,1000,2000,0,1,6,21
|
||||
ncr,56,1000,4000,0,1,6,26
|
||||
ncr,56,2000,6000,0,1,8,35
|
||||
ncr,56,2000,8000,0,1,8,41
|
||||
ncr,56,4000,8000,0,1,8,47
|
||||
ncr,56,4000,12000,0,1,8,62
|
||||
ncr,56,4000,16000,0,1,8,78
|
||||
ncr,38,4000,8000,32,16,32,80
|
||||
ncr,38,4000,8000,32,16,32,80
|
||||
ncr,38,8000,16000,64,4,8,142
|
||||
ncr,38,8000,24000,160,4,8,281
|
||||
ncr,38,4000,16000,128,16,32,190
|
||||
nixdorf,200,1000,2000,0,1,2,21
|
||||
nixdorf,200,1000,4000,0,1,4,25
|
||||
nixdorf,200,2000,8000,64,1,5,67
|
||||
perkin-elmer,250,512,4000,0,1,7,24
|
||||
perkin-elmer,250,512,4000,0,4,7,24
|
||||
perkin-elmer,250,1000,16000,1,1,8,64
|
||||
prime,160,512,4000,2,1,5,25
|
||||
prime,160,512,2000,2,3,8,20
|
||||
prime,160,1000,4000,8,1,14,29
|
||||
prime,160,1000,8000,16,1,14,43
|
||||
prime,160,2000,8000,32,1,13,53
|
||||
siemens,240,512,1000,8,1,3,19
|
||||
siemens,240,512,2000,8,1,5,22
|
||||
siemens,105,2000,4000,8,3,8,31
|
||||
siemens,105,2000,6000,16,6,16,41
|
||||
siemens,105,2000,8000,16,4,14,47
|
||||
siemens,52,4000,16000,32,4,12,99
|
||||
siemens,70,4000,12000,8,6,8,67
|
||||
siemens,59,4000,12000,32,6,12,81
|
||||
siemens,59,8000,16000,64,12,24,149
|
||||
siemens,26,8000,24000,32,8,16,183
|
||||
siemens,26,8000,32000,64,12,16,275
|
||||
siemens,26,8000,32000,128,24,32,382
|
||||
sperry,116,2000,8000,32,5,28,56
|
||||
sperry,50,2000,32000,24,6,26,182
|
||||
sperry,50,2000,32000,48,26,52,227
|
||||
sperry,50,2000,32000,112,52,104,341
|
||||
sperry,50,4000,32000,112,52,104,360
|
||||
sperry,30,8000,64000,96,12,176,919
|
||||
sperry,30,8000,64000,128,12,176,978
|
||||
sperry,180,262,4000,0,1,3,24
|
||||
sperry,180,512,4000,0,1,3,24
|
||||
sperry,180,262,4000,0,1,3,24
|
||||
sperry,180,512,4000,0,1,3,24
|
||||
sperry,124,1000,8000,0,1,8,37
|
||||
sperry,98,1000,8000,32,2,8,50
|
||||
sratus,125,2000,8000,0,2,14,41
|
||||
wang,480,512,8000,32,0,0,47
|
||||
wang,480,1000,4000,0,0,0,25
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,863 @@
|
||||
% 1. Title: Pima Indians Diabetes Database
|
||||
%
|
||||
% 2. Sources:
|
||||
% (a) Original owners: National Institute of Diabetes and Digestive and
|
||||
% Kidney Diseases
|
||||
% (b) Donor of database: Vincent Sigillito ([email protected])
|
||||
% Research Center, RMI Group Leader
|
||||
% Applied Physics Laboratory
|
||||
% The Johns Hopkins University
|
||||
% Johns Hopkins Road
|
||||
% Laurel, MD 20707
|
||||
% (301) 953-6231
|
||||
% (c) Date received: 9 May 1990
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% 1. Smith,~J.~W., Everhart,~J.~E., Dickson,~W.~C., Knowler,~W.~C., \&
|
||||
% Johannes,~R.~S. (1988). Using the ADAP learning algorithm to forecast
|
||||
% the onset of diabetes mellitus. In {\it Proceedings of the Symposium
|
||||
% on Computer Applications and Medical Care} (pp. 261--265). IEEE
|
||||
% Computer Society Press.
|
||||
%
|
||||
% The diagnostic, binary-valued variable investigated is whether the
|
||||
% patient shows signs of diabetes according to World Health Organization
|
||||
% criteria (i.e., if the 2 hour post-load plasma glucose was at least
|
||||
% 200 mg/dl at any survey examination or if found during routine medical
|
||||
% care). The population lives near Phoenix, Arizona, USA.
|
||||
%
|
||||
% Results: Their ADAP algorithm makes a real-valued prediction between
|
||||
% 0 and 1. This was transformed into a binary decision using a cutoff of
|
||||
% 0.448. Using 576 training instances, the sensitivity and specificity
|
||||
% of their algorithm was 76% on the remaining 192 instances.
|
||||
%
|
||||
% 4. Relevant Information:
|
||||
% Several constraints were placed on the selection of these instances from
|
||||
% a larger database. In particular, all patients here are females at
|
||||
% least 21 years old of Pima Indian heritage. ADAP is an adaptive learning
|
||||
% routine that generates and executes digital analogs of perceptron-like
|
||||
% devices. It is a unique algorithm; see the paper for details.
|
||||
%
|
||||
% 5. Number of Instances: 768
|
||||
%
|
||||
% 6. Number of Attributes: 8 plus class
|
||||
%
|
||||
% 7. For Each Attribute: (all numeric-valued)
|
||||
% 1. Number of times pregnant
|
||||
% 2. Plasma glucose concentration a 2 hours in an oral glucose tolerance test
|
||||
% 3. Diastolic blood pressure (mm Hg)
|
||||
% 4. Triceps skin fold thickness (mm)
|
||||
% 5. 2-Hour serum insulin (mu U/ml)
|
||||
% 6. Body mass index (weight in kg/(height in m)^2)
|
||||
% 7. Diabetes pedigree function
|
||||
% 8. Age (years)
|
||||
% 9. Class variable (0 or 1)
|
||||
%
|
||||
% 8. Missing Attribute Values: None
|
||||
%
|
||||
% 9. Class Distribution: (class value 1 is interpreted as "tested positive for
|
||||
% diabetes")
|
||||
%
|
||||
% Class Value Number of instances
|
||||
% 0 500
|
||||
% 1 268
|
||||
%
|
||||
% 10. Brief statistical analysis:
|
||||
%
|
||||
% Attribute number: Mean: Standard Deviation:
|
||||
% 1. 3.8 3.4
|
||||
% 2. 120.9 32.0
|
||||
% 3. 69.1 19.4
|
||||
% 4. 20.5 16.0
|
||||
% 5. 79.8 115.2
|
||||
% 6. 32.0 7.9
|
||||
% 7. 0.5 0.3
|
||||
% 8. 33.2 11.8
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
% Relabeled values in attribute 'class'
|
||||
% From: 0 To: tested_negative
|
||||
% From: 1 To: tested_positive
|
||||
%
|
||||
@relation pima_diabetes
|
||||
@attribute 'preg' numeric
|
||||
@attribute 'plas' numeric
|
||||
@attribute 'pres' numeric
|
||||
@attribute 'skin' numeric
|
||||
@attribute 'insu' numeric
|
||||
@attribute 'mass' numeric
|
||||
@attribute 'pedi' numeric
|
||||
@attribute 'age' numeric
|
||||
@attribute 'class' { tested_negative, tested_positive}
|
||||
@data
|
||||
6,148,72,35,0,33.6,0.627,50,tested_positive
|
||||
1,85,66,29,0,26.6,0.351,31,tested_negative
|
||||
8,183,64,0,0,23.3,0.672,32,tested_positive
|
||||
1,89,66,23,94,28.1,0.167,21,tested_negative
|
||||
0,137,40,35,168,43.1,2.288,33,tested_positive
|
||||
5,116,74,0,0,25.6,0.201,30,tested_negative
|
||||
3,78,50,32,88,31,0.248,26,tested_positive
|
||||
10,115,0,0,0,35.3,0.134,29,tested_negative
|
||||
2,197,70,45,543,30.5,0.158,53,tested_positive
|
||||
8,125,96,0,0,0,0.232,54,tested_positive
|
||||
4,110,92,0,0,37.6,0.191,30,tested_negative
|
||||
10,168,74,0,0,38,0.537,34,tested_positive
|
||||
10,139,80,0,0,27.1,1.441,57,tested_negative
|
||||
1,189,60,23,846,30.1,0.398,59,tested_positive
|
||||
5,166,72,19,175,25.8,0.587,51,tested_positive
|
||||
7,100,0,0,0,30,0.484,32,tested_positive
|
||||
0,118,84,47,230,45.8,0.551,31,tested_positive
|
||||
7,107,74,0,0,29.6,0.254,31,tested_positive
|
||||
1,103,30,38,83,43.3,0.183,33,tested_negative
|
||||
1,115,70,30,96,34.6,0.529,32,tested_positive
|
||||
3,126,88,41,235,39.3,0.704,27,tested_negative
|
||||
8,99,84,0,0,35.4,0.388,50,tested_negative
|
||||
7,196,90,0,0,39.8,0.451,41,tested_positive
|
||||
9,119,80,35,0,29,0.263,29,tested_positive
|
||||
11,143,94,33,146,36.6,0.254,51,tested_positive
|
||||
10,125,70,26,115,31.1,0.205,41,tested_positive
|
||||
7,147,76,0,0,39.4,0.257,43,tested_positive
|
||||
1,97,66,15,140,23.2,0.487,22,tested_negative
|
||||
13,145,82,19,110,22.2,0.245,57,tested_negative
|
||||
5,117,92,0,0,34.1,0.337,38,tested_negative
|
||||
5,109,75,26,0,36,0.546,60,tested_negative
|
||||
3,158,76,36,245,31.6,0.851,28,tested_positive
|
||||
3,88,58,11,54,24.8,0.267,22,tested_negative
|
||||
6,92,92,0,0,19.9,0.188,28,tested_negative
|
||||
10,122,78,31,0,27.6,0.512,45,tested_negative
|
||||
4,103,60,33,192,24,0.966,33,tested_negative
|
||||
11,138,76,0,0,33.2,0.42,35,tested_negative
|
||||
9,102,76,37,0,32.9,0.665,46,tested_positive
|
||||
2,90,68,42,0,38.2,0.503,27,tested_positive
|
||||
4,111,72,47,207,37.1,1.39,56,tested_positive
|
||||
3,180,64,25,70,34,0.271,26,tested_negative
|
||||
7,133,84,0,0,40.2,0.696,37,tested_negative
|
||||
7,106,92,18,0,22.7,0.235,48,tested_negative
|
||||
9,171,110,24,240,45.4,0.721,54,tested_positive
|
||||
7,159,64,0,0,27.4,0.294,40,tested_negative
|
||||
0,180,66,39,0,42,1.893,25,tested_positive
|
||||
1,146,56,0,0,29.7,0.564,29,tested_negative
|
||||
2,71,70,27,0,28,0.586,22,tested_negative
|
||||
7,103,66,32,0,39.1,0.344,31,tested_positive
|
||||
7,105,0,0,0,0,0.305,24,tested_negative
|
||||
1,103,80,11,82,19.4,0.491,22,tested_negative
|
||||
1,101,50,15,36,24.2,0.526,26,tested_negative
|
||||
5,88,66,21,23,24.4,0.342,30,tested_negative
|
||||
8,176,90,34,300,33.7,0.467,58,tested_positive
|
||||
7,150,66,42,342,34.7,0.718,42,tested_negative
|
||||
1,73,50,10,0,23,0.248,21,tested_negative
|
||||
7,187,68,39,304,37.7,0.254,41,tested_positive
|
||||
0,100,88,60,110,46.8,0.962,31,tested_negative
|
||||
0,146,82,0,0,40.5,1.781,44,tested_negative
|
||||
0,105,64,41,142,41.5,0.173,22,tested_negative
|
||||
2,84,0,0,0,0,0.304,21,tested_negative
|
||||
8,133,72,0,0,32.9,0.27,39,tested_positive
|
||||
5,44,62,0,0,25,0.587,36,tested_negative
|
||||
2,141,58,34,128,25.4,0.699,24,tested_negative
|
||||
7,114,66,0,0,32.8,0.258,42,tested_positive
|
||||
5,99,74,27,0,29,0.203,32,tested_negative
|
||||
0,109,88,30,0,32.5,0.855,38,tested_positive
|
||||
2,109,92,0,0,42.7,0.845,54,tested_negative
|
||||
1,95,66,13,38,19.6,0.334,25,tested_negative
|
||||
4,146,85,27,100,28.9,0.189,27,tested_negative
|
||||
2,100,66,20,90,32.9,0.867,28,tested_positive
|
||||
5,139,64,35,140,28.6,0.411,26,tested_negative
|
||||
13,126,90,0,0,43.4,0.583,42,tested_positive
|
||||
4,129,86,20,270,35.1,0.231,23,tested_negative
|
||||
1,79,75,30,0,32,0.396,22,tested_negative
|
||||
1,0,48,20,0,24.7,0.14,22,tested_negative
|
||||
7,62,78,0,0,32.6,0.391,41,tested_negative
|
||||
5,95,72,33,0,37.7,0.37,27,tested_negative
|
||||
0,131,0,0,0,43.2,0.27,26,tested_positive
|
||||
2,112,66,22,0,25,0.307,24,tested_negative
|
||||
3,113,44,13,0,22.4,0.14,22,tested_negative
|
||||
2,74,0,0,0,0,0.102,22,tested_negative
|
||||
7,83,78,26,71,29.3,0.767,36,tested_negative
|
||||
0,101,65,28,0,24.6,0.237,22,tested_negative
|
||||
5,137,108,0,0,48.8,0.227,37,tested_positive
|
||||
2,110,74,29,125,32.4,0.698,27,tested_negative
|
||||
13,106,72,54,0,36.6,0.178,45,tested_negative
|
||||
2,100,68,25,71,38.5,0.324,26,tested_negative
|
||||
15,136,70,32,110,37.1,0.153,43,tested_positive
|
||||
1,107,68,19,0,26.5,0.165,24,tested_negative
|
||||
1,80,55,0,0,19.1,0.258,21,tested_negative
|
||||
4,123,80,15,176,32,0.443,34,tested_negative
|
||||
7,81,78,40,48,46.7,0.261,42,tested_negative
|
||||
4,134,72,0,0,23.8,0.277,60,tested_positive
|
||||
2,142,82,18,64,24.7,0.761,21,tested_negative
|
||||
6,144,72,27,228,33.9,0.255,40,tested_negative
|
||||
2,92,62,28,0,31.6,0.13,24,tested_negative
|
||||
1,71,48,18,76,20.4,0.323,22,tested_negative
|
||||
6,93,50,30,64,28.7,0.356,23,tested_negative
|
||||
1,122,90,51,220,49.7,0.325,31,tested_positive
|
||||
1,163,72,0,0,39,1.222,33,tested_positive
|
||||
1,151,60,0,0,26.1,0.179,22,tested_negative
|
||||
0,125,96,0,0,22.5,0.262,21,tested_negative
|
||||
1,81,72,18,40,26.6,0.283,24,tested_negative
|
||||
2,85,65,0,0,39.6,0.93,27,tested_negative
|
||||
1,126,56,29,152,28.7,0.801,21,tested_negative
|
||||
1,96,122,0,0,22.4,0.207,27,tested_negative
|
||||
4,144,58,28,140,29.5,0.287,37,tested_negative
|
||||
3,83,58,31,18,34.3,0.336,25,tested_negative
|
||||
0,95,85,25,36,37.4,0.247,24,tested_positive
|
||||
3,171,72,33,135,33.3,0.199,24,tested_positive
|
||||
8,155,62,26,495,34,0.543,46,tested_positive
|
||||
1,89,76,34,37,31.2,0.192,23,tested_negative
|
||||
4,76,62,0,0,34,0.391,25,tested_negative
|
||||
7,160,54,32,175,30.5,0.588,39,tested_positive
|
||||
4,146,92,0,0,31.2,0.539,61,tested_positive
|
||||
5,124,74,0,0,34,0.22,38,tested_positive
|
||||
5,78,48,0,0,33.7,0.654,25,tested_negative
|
||||
4,97,60,23,0,28.2,0.443,22,tested_negative
|
||||
4,99,76,15,51,23.2,0.223,21,tested_negative
|
||||
0,162,76,56,100,53.2,0.759,25,tested_positive
|
||||
6,111,64,39,0,34.2,0.26,24,tested_negative
|
||||
2,107,74,30,100,33.6,0.404,23,tested_negative
|
||||
5,132,80,0,0,26.8,0.186,69,tested_negative
|
||||
0,113,76,0,0,33.3,0.278,23,tested_positive
|
||||
1,88,30,42,99,55,0.496,26,tested_positive
|
||||
3,120,70,30,135,42.9,0.452,30,tested_negative
|
||||
1,118,58,36,94,33.3,0.261,23,tested_negative
|
||||
1,117,88,24,145,34.5,0.403,40,tested_positive
|
||||
0,105,84,0,0,27.9,0.741,62,tested_positive
|
||||
4,173,70,14,168,29.7,0.361,33,tested_positive
|
||||
9,122,56,0,0,33.3,1.114,33,tested_positive
|
||||
3,170,64,37,225,34.5,0.356,30,tested_positive
|
||||
8,84,74,31,0,38.3,0.457,39,tested_negative
|
||||
2,96,68,13,49,21.1,0.647,26,tested_negative
|
||||
2,125,60,20,140,33.8,0.088,31,tested_negative
|
||||
0,100,70,26,50,30.8,0.597,21,tested_negative
|
||||
0,93,60,25,92,28.7,0.532,22,tested_negative
|
||||
0,129,80,0,0,31.2,0.703,29,tested_negative
|
||||
5,105,72,29,325,36.9,0.159,28,tested_negative
|
||||
3,128,78,0,0,21.1,0.268,55,tested_negative
|
||||
5,106,82,30,0,39.5,0.286,38,tested_negative
|
||||
2,108,52,26,63,32.5,0.318,22,tested_negative
|
||||
10,108,66,0,0,32.4,0.272,42,tested_positive
|
||||
4,154,62,31,284,32.8,0.237,23,tested_negative
|
||||
0,102,75,23,0,0,0.572,21,tested_negative
|
||||
9,57,80,37,0,32.8,0.096,41,tested_negative
|
||||
2,106,64,35,119,30.5,1.4,34,tested_negative
|
||||
5,147,78,0,0,33.7,0.218,65,tested_negative
|
||||
2,90,70,17,0,27.3,0.085,22,tested_negative
|
||||
1,136,74,50,204,37.4,0.399,24,tested_negative
|
||||
4,114,65,0,0,21.9,0.432,37,tested_negative
|
||||
9,156,86,28,155,34.3,1.189,42,tested_positive
|
||||
1,153,82,42,485,40.6,0.687,23,tested_negative
|
||||
8,188,78,0,0,47.9,0.137,43,tested_positive
|
||||
7,152,88,44,0,50,0.337,36,tested_positive
|
||||
2,99,52,15,94,24.6,0.637,21,tested_negative
|
||||
1,109,56,21,135,25.2,0.833,23,tested_negative
|
||||
2,88,74,19,53,29,0.229,22,tested_negative
|
||||
17,163,72,41,114,40.9,0.817,47,tested_positive
|
||||
4,151,90,38,0,29.7,0.294,36,tested_negative
|
||||
7,102,74,40,105,37.2,0.204,45,tested_negative
|
||||
0,114,80,34,285,44.2,0.167,27,tested_negative
|
||||
2,100,64,23,0,29.7,0.368,21,tested_negative
|
||||
0,131,88,0,0,31.6,0.743,32,tested_positive
|
||||
6,104,74,18,156,29.9,0.722,41,tested_positive
|
||||
3,148,66,25,0,32.5,0.256,22,tested_negative
|
||||
4,120,68,0,0,29.6,0.709,34,tested_negative
|
||||
4,110,66,0,0,31.9,0.471,29,tested_negative
|
||||
3,111,90,12,78,28.4,0.495,29,tested_negative
|
||||
6,102,82,0,0,30.8,0.18,36,tested_positive
|
||||
6,134,70,23,130,35.4,0.542,29,tested_positive
|
||||
2,87,0,23,0,28.9,0.773,25,tested_negative
|
||||
1,79,60,42,48,43.5,0.678,23,tested_negative
|
||||
2,75,64,24,55,29.7,0.37,33,tested_negative
|
||||
8,179,72,42,130,32.7,0.719,36,tested_positive
|
||||
6,85,78,0,0,31.2,0.382,42,tested_negative
|
||||
0,129,110,46,130,67.1,0.319,26,tested_positive
|
||||
5,143,78,0,0,45,0.19,47,tested_negative
|
||||
5,130,82,0,0,39.1,0.956,37,tested_positive
|
||||
6,87,80,0,0,23.2,0.084,32,tested_negative
|
||||
0,119,64,18,92,34.9,0.725,23,tested_negative
|
||||
1,0,74,20,23,27.7,0.299,21,tested_negative
|
||||
5,73,60,0,0,26.8,0.268,27,tested_negative
|
||||
4,141,74,0,0,27.6,0.244,40,tested_negative
|
||||
7,194,68,28,0,35.9,0.745,41,tested_positive
|
||||
8,181,68,36,495,30.1,0.615,60,tested_positive
|
||||
1,128,98,41,58,32,1.321,33,tested_positive
|
||||
8,109,76,39,114,27.9,0.64,31,tested_positive
|
||||
5,139,80,35,160,31.6,0.361,25,tested_positive
|
||||
3,111,62,0,0,22.6,0.142,21,tested_negative
|
||||
9,123,70,44,94,33.1,0.374,40,tested_negative
|
||||
7,159,66,0,0,30.4,0.383,36,tested_positive
|
||||
11,135,0,0,0,52.3,0.578,40,tested_positive
|
||||
8,85,55,20,0,24.4,0.136,42,tested_negative
|
||||
5,158,84,41,210,39.4,0.395,29,tested_positive
|
||||
1,105,58,0,0,24.3,0.187,21,tested_negative
|
||||
3,107,62,13,48,22.9,0.678,23,tested_positive
|
||||
4,109,64,44,99,34.8,0.905,26,tested_positive
|
||||
4,148,60,27,318,30.9,0.15,29,tested_positive
|
||||
0,113,80,16,0,31,0.874,21,tested_negative
|
||||
1,138,82,0,0,40.1,0.236,28,tested_negative
|
||||
0,108,68,20,0,27.3,0.787,32,tested_negative
|
||||
2,99,70,16,44,20.4,0.235,27,tested_negative
|
||||
6,103,72,32,190,37.7,0.324,55,tested_negative
|
||||
5,111,72,28,0,23.9,0.407,27,tested_negative
|
||||
8,196,76,29,280,37.5,0.605,57,tested_positive
|
||||
5,162,104,0,0,37.7,0.151,52,tested_positive
|
||||
1,96,64,27,87,33.2,0.289,21,tested_negative
|
||||
7,184,84,33,0,35.5,0.355,41,tested_positive
|
||||
2,81,60,22,0,27.7,0.29,25,tested_negative
|
||||
0,147,85,54,0,42.8,0.375,24,tested_negative
|
||||
7,179,95,31,0,34.2,0.164,60,tested_negative
|
||||
0,140,65,26,130,42.6,0.431,24,tested_positive
|
||||
9,112,82,32,175,34.2,0.26,36,tested_positive
|
||||
12,151,70,40,271,41.8,0.742,38,tested_positive
|
||||
5,109,62,41,129,35.8,0.514,25,tested_positive
|
||||
6,125,68,30,120,30,0.464,32,tested_negative
|
||||
5,85,74,22,0,29,1.224,32,tested_positive
|
||||
5,112,66,0,0,37.8,0.261,41,tested_positive
|
||||
0,177,60,29,478,34.6,1.072,21,tested_positive
|
||||
2,158,90,0,0,31.6,0.805,66,tested_positive
|
||||
7,119,0,0,0,25.2,0.209,37,tested_negative
|
||||
7,142,60,33,190,28.8,0.687,61,tested_negative
|
||||
1,100,66,15,56,23.6,0.666,26,tested_negative
|
||||
1,87,78,27,32,34.6,0.101,22,tested_negative
|
||||
0,101,76,0,0,35.7,0.198,26,tested_negative
|
||||
3,162,52,38,0,37.2,0.652,24,tested_positive
|
||||
4,197,70,39,744,36.7,2.329,31,tested_negative
|
||||
0,117,80,31,53,45.2,0.089,24,tested_negative
|
||||
4,142,86,0,0,44,0.645,22,tested_positive
|
||||
6,134,80,37,370,46.2,0.238,46,tested_positive
|
||||
1,79,80,25,37,25.4,0.583,22,tested_negative
|
||||
4,122,68,0,0,35,0.394,29,tested_negative
|
||||
3,74,68,28,45,29.7,0.293,23,tested_negative
|
||||
4,171,72,0,0,43.6,0.479,26,tested_positive
|
||||
7,181,84,21,192,35.9,0.586,51,tested_positive
|
||||
0,179,90,27,0,44.1,0.686,23,tested_positive
|
||||
9,164,84,21,0,30.8,0.831,32,tested_positive
|
||||
0,104,76,0,0,18.4,0.582,27,tested_negative
|
||||
1,91,64,24,0,29.2,0.192,21,tested_negative
|
||||
4,91,70,32,88,33.1,0.446,22,tested_negative
|
||||
3,139,54,0,0,25.6,0.402,22,tested_positive
|
||||
6,119,50,22,176,27.1,1.318,33,tested_positive
|
||||
2,146,76,35,194,38.2,0.329,29,tested_negative
|
||||
9,184,85,15,0,30,1.213,49,tested_positive
|
||||
10,122,68,0,0,31.2,0.258,41,tested_negative
|
||||
0,165,90,33,680,52.3,0.427,23,tested_negative
|
||||
9,124,70,33,402,35.4,0.282,34,tested_negative
|
||||
1,111,86,19,0,30.1,0.143,23,tested_negative
|
||||
9,106,52,0,0,31.2,0.38,42,tested_negative
|
||||
2,129,84,0,0,28,0.284,27,tested_negative
|
||||
2,90,80,14,55,24.4,0.249,24,tested_negative
|
||||
0,86,68,32,0,35.8,0.238,25,tested_negative
|
||||
12,92,62,7,258,27.6,0.926,44,tested_positive
|
||||
1,113,64,35,0,33.6,0.543,21,tested_positive
|
||||
3,111,56,39,0,30.1,0.557,30,tested_negative
|
||||
2,114,68,22,0,28.7,0.092,25,tested_negative
|
||||
1,193,50,16,375,25.9,0.655,24,tested_negative
|
||||
11,155,76,28,150,33.3,1.353,51,tested_positive
|
||||
3,191,68,15,130,30.9,0.299,34,tested_negative
|
||||
3,141,0,0,0,30,0.761,27,tested_positive
|
||||
4,95,70,32,0,32.1,0.612,24,tested_negative
|
||||
3,142,80,15,0,32.4,0.2,63,tested_negative
|
||||
4,123,62,0,0,32,0.226,35,tested_positive
|
||||
5,96,74,18,67,33.6,0.997,43,tested_negative
|
||||
0,138,0,0,0,36.3,0.933,25,tested_positive
|
||||
2,128,64,42,0,40,1.101,24,tested_negative
|
||||
0,102,52,0,0,25.1,0.078,21,tested_negative
|
||||
2,146,0,0,0,27.5,0.24,28,tested_positive
|
||||
10,101,86,37,0,45.6,1.136,38,tested_positive
|
||||
2,108,62,32,56,25.2,0.128,21,tested_negative
|
||||
3,122,78,0,0,23,0.254,40,tested_negative
|
||||
1,71,78,50,45,33.2,0.422,21,tested_negative
|
||||
13,106,70,0,0,34.2,0.251,52,tested_negative
|
||||
2,100,70,52,57,40.5,0.677,25,tested_negative
|
||||
7,106,60,24,0,26.5,0.296,29,tested_positive
|
||||
0,104,64,23,116,27.8,0.454,23,tested_negative
|
||||
5,114,74,0,0,24.9,0.744,57,tested_negative
|
||||
2,108,62,10,278,25.3,0.881,22,tested_negative
|
||||
0,146,70,0,0,37.9,0.334,28,tested_positive
|
||||
10,129,76,28,122,35.9,0.28,39,tested_negative
|
||||
7,133,88,15,155,32.4,0.262,37,tested_negative
|
||||
7,161,86,0,0,30.4,0.165,47,tested_positive
|
||||
2,108,80,0,0,27,0.259,52,tested_positive
|
||||
7,136,74,26,135,26,0.647,51,tested_negative
|
||||
5,155,84,44,545,38.7,0.619,34,tested_negative
|
||||
1,119,86,39,220,45.6,0.808,29,tested_positive
|
||||
4,96,56,17,49,20.8,0.34,26,tested_negative
|
||||
5,108,72,43,75,36.1,0.263,33,tested_negative
|
||||
0,78,88,29,40,36.9,0.434,21,tested_negative
|
||||
0,107,62,30,74,36.6,0.757,25,tested_positive
|
||||
2,128,78,37,182,43.3,1.224,31,tested_positive
|
||||
1,128,48,45,194,40.5,0.613,24,tested_positive
|
||||
0,161,50,0,0,21.9,0.254,65,tested_negative
|
||||
6,151,62,31,120,35.5,0.692,28,tested_negative
|
||||
2,146,70,38,360,28,0.337,29,tested_positive
|
||||
0,126,84,29,215,30.7,0.52,24,tested_negative
|
||||
14,100,78,25,184,36.6,0.412,46,tested_positive
|
||||
8,112,72,0,0,23.6,0.84,58,tested_negative
|
||||
0,167,0,0,0,32.3,0.839,30,tested_positive
|
||||
2,144,58,33,135,31.6,0.422,25,tested_positive
|
||||
5,77,82,41,42,35.8,0.156,35,tested_negative
|
||||
5,115,98,0,0,52.9,0.209,28,tested_positive
|
||||
3,150,76,0,0,21,0.207,37,tested_negative
|
||||
2,120,76,37,105,39.7,0.215,29,tested_negative
|
||||
10,161,68,23,132,25.5,0.326,47,tested_positive
|
||||
0,137,68,14,148,24.8,0.143,21,tested_negative
|
||||
0,128,68,19,180,30.5,1.391,25,tested_positive
|
||||
2,124,68,28,205,32.9,0.875,30,tested_positive
|
||||
6,80,66,30,0,26.2,0.313,41,tested_negative
|
||||
0,106,70,37,148,39.4,0.605,22,tested_negative
|
||||
2,155,74,17,96,26.6,0.433,27,tested_positive
|
||||
3,113,50,10,85,29.5,0.626,25,tested_negative
|
||||
7,109,80,31,0,35.9,1.127,43,tested_positive
|
||||
2,112,68,22,94,34.1,0.315,26,tested_negative
|
||||
3,99,80,11,64,19.3,0.284,30,tested_negative
|
||||
3,182,74,0,0,30.5,0.345,29,tested_positive
|
||||
3,115,66,39,140,38.1,0.15,28,tested_negative
|
||||
6,194,78,0,0,23.5,0.129,59,tested_positive
|
||||
4,129,60,12,231,27.5,0.527,31,tested_negative
|
||||
3,112,74,30,0,31.6,0.197,25,tested_positive
|
||||
0,124,70,20,0,27.4,0.254,36,tested_positive
|
||||
13,152,90,33,29,26.8,0.731,43,tested_positive
|
||||
2,112,75,32,0,35.7,0.148,21,tested_negative
|
||||
1,157,72,21,168,25.6,0.123,24,tested_negative
|
||||
1,122,64,32,156,35.1,0.692,30,tested_positive
|
||||
10,179,70,0,0,35.1,0.2,37,tested_negative
|
||||
2,102,86,36,120,45.5,0.127,23,tested_positive
|
||||
6,105,70,32,68,30.8,0.122,37,tested_negative
|
||||
8,118,72,19,0,23.1,1.476,46,tested_negative
|
||||
2,87,58,16,52,32.7,0.166,25,tested_negative
|
||||
1,180,0,0,0,43.3,0.282,41,tested_positive
|
||||
12,106,80,0,0,23.6,0.137,44,tested_negative
|
||||
1,95,60,18,58,23.9,0.26,22,tested_negative
|
||||
0,165,76,43,255,47.9,0.259,26,tested_negative
|
||||
0,117,0,0,0,33.8,0.932,44,tested_negative
|
||||
5,115,76,0,0,31.2,0.343,44,tested_positive
|
||||
9,152,78,34,171,34.2,0.893,33,tested_positive
|
||||
7,178,84,0,0,39.9,0.331,41,tested_positive
|
||||
1,130,70,13,105,25.9,0.472,22,tested_negative
|
||||
1,95,74,21,73,25.9,0.673,36,tested_negative
|
||||
1,0,68,35,0,32,0.389,22,tested_negative
|
||||
5,122,86,0,0,34.7,0.29,33,tested_negative
|
||||
8,95,72,0,0,36.8,0.485,57,tested_negative
|
||||
8,126,88,36,108,38.5,0.349,49,tested_negative
|
||||
1,139,46,19,83,28.7,0.654,22,tested_negative
|
||||
3,116,0,0,0,23.5,0.187,23,tested_negative
|
||||
3,99,62,19,74,21.8,0.279,26,tested_negative
|
||||
5,0,80,32,0,41,0.346,37,tested_positive
|
||||
4,92,80,0,0,42.2,0.237,29,tested_negative
|
||||
4,137,84,0,0,31.2,0.252,30,tested_negative
|
||||
3,61,82,28,0,34.4,0.243,46,tested_negative
|
||||
1,90,62,12,43,27.2,0.58,24,tested_negative
|
||||
3,90,78,0,0,42.7,0.559,21,tested_negative
|
||||
9,165,88,0,0,30.4,0.302,49,tested_positive
|
||||
1,125,50,40,167,33.3,0.962,28,tested_positive
|
||||
13,129,0,30,0,39.9,0.569,44,tested_positive
|
||||
12,88,74,40,54,35.3,0.378,48,tested_negative
|
||||
1,196,76,36,249,36.5,0.875,29,tested_positive
|
||||
5,189,64,33,325,31.2,0.583,29,tested_positive
|
||||
5,158,70,0,0,29.8,0.207,63,tested_negative
|
||||
5,103,108,37,0,39.2,0.305,65,tested_negative
|
||||
4,146,78,0,0,38.5,0.52,67,tested_positive
|
||||
4,147,74,25,293,34.9,0.385,30,tested_negative
|
||||
5,99,54,28,83,34,0.499,30,tested_negative
|
||||
6,124,72,0,0,27.6,0.368,29,tested_positive
|
||||
0,101,64,17,0,21,0.252,21,tested_negative
|
||||
3,81,86,16,66,27.5,0.306,22,tested_negative
|
||||
1,133,102,28,140,32.8,0.234,45,tested_positive
|
||||
3,173,82,48,465,38.4,2.137,25,tested_positive
|
||||
0,118,64,23,89,0,1.731,21,tested_negative
|
||||
0,84,64,22,66,35.8,0.545,21,tested_negative
|
||||
2,105,58,40,94,34.9,0.225,25,tested_negative
|
||||
2,122,52,43,158,36.2,0.816,28,tested_negative
|
||||
12,140,82,43,325,39.2,0.528,58,tested_positive
|
||||
0,98,82,15,84,25.2,0.299,22,tested_negative
|
||||
1,87,60,37,75,37.2,0.509,22,tested_negative
|
||||
4,156,75,0,0,48.3,0.238,32,tested_positive
|
||||
0,93,100,39,72,43.4,1.021,35,tested_negative
|
||||
1,107,72,30,82,30.8,0.821,24,tested_negative
|
||||
0,105,68,22,0,20,0.236,22,tested_negative
|
||||
1,109,60,8,182,25.4,0.947,21,tested_negative
|
||||
1,90,62,18,59,25.1,1.268,25,tested_negative
|
||||
1,125,70,24,110,24.3,0.221,25,tested_negative
|
||||
1,119,54,13,50,22.3,0.205,24,tested_negative
|
||||
5,116,74,29,0,32.3,0.66,35,tested_positive
|
||||
8,105,100,36,0,43.3,0.239,45,tested_positive
|
||||
5,144,82,26,285,32,0.452,58,tested_positive
|
||||
3,100,68,23,81,31.6,0.949,28,tested_negative
|
||||
1,100,66,29,196,32,0.444,42,tested_negative
|
||||
5,166,76,0,0,45.7,0.34,27,tested_positive
|
||||
1,131,64,14,415,23.7,0.389,21,tested_negative
|
||||
4,116,72,12,87,22.1,0.463,37,tested_negative
|
||||
4,158,78,0,0,32.9,0.803,31,tested_positive
|
||||
2,127,58,24,275,27.7,1.6,25,tested_negative
|
||||
3,96,56,34,115,24.7,0.944,39,tested_negative
|
||||
0,131,66,40,0,34.3,0.196,22,tested_positive
|
||||
3,82,70,0,0,21.1,0.389,25,tested_negative
|
||||
3,193,70,31,0,34.9,0.241,25,tested_positive
|
||||
4,95,64,0,0,32,0.161,31,tested_positive
|
||||
6,137,61,0,0,24.2,0.151,55,tested_negative
|
||||
5,136,84,41,88,35,0.286,35,tested_positive
|
||||
9,72,78,25,0,31.6,0.28,38,tested_negative
|
||||
5,168,64,0,0,32.9,0.135,41,tested_positive
|
||||
2,123,48,32,165,42.1,0.52,26,tested_negative
|
||||
4,115,72,0,0,28.9,0.376,46,tested_positive
|
||||
0,101,62,0,0,21.9,0.336,25,tested_negative
|
||||
8,197,74,0,0,25.9,1.191,39,tested_positive
|
||||
1,172,68,49,579,42.4,0.702,28,tested_positive
|
||||
6,102,90,39,0,35.7,0.674,28,tested_negative
|
||||
1,112,72,30,176,34.4,0.528,25,tested_negative
|
||||
1,143,84,23,310,42.4,1.076,22,tested_negative
|
||||
1,143,74,22,61,26.2,0.256,21,tested_negative
|
||||
0,138,60,35,167,34.6,0.534,21,tested_positive
|
||||
3,173,84,33,474,35.7,0.258,22,tested_positive
|
||||
1,97,68,21,0,27.2,1.095,22,tested_negative
|
||||
4,144,82,32,0,38.5,0.554,37,tested_positive
|
||||
1,83,68,0,0,18.2,0.624,27,tested_negative
|
||||
3,129,64,29,115,26.4,0.219,28,tested_positive
|
||||
1,119,88,41,170,45.3,0.507,26,tested_negative
|
||||
2,94,68,18,76,26,0.561,21,tested_negative
|
||||
0,102,64,46,78,40.6,0.496,21,tested_negative
|
||||
2,115,64,22,0,30.8,0.421,21,tested_negative
|
||||
8,151,78,32,210,42.9,0.516,36,tested_positive
|
||||
4,184,78,39,277,37,0.264,31,tested_positive
|
||||
0,94,0,0,0,0,0.256,25,tested_negative
|
||||
1,181,64,30,180,34.1,0.328,38,tested_positive
|
||||
0,135,94,46,145,40.6,0.284,26,tested_negative
|
||||
1,95,82,25,180,35,0.233,43,tested_positive
|
||||
2,99,0,0,0,22.2,0.108,23,tested_negative
|
||||
3,89,74,16,85,30.4,0.551,38,tested_negative
|
||||
1,80,74,11,60,30,0.527,22,tested_negative
|
||||
2,139,75,0,0,25.6,0.167,29,tested_negative
|
||||
1,90,68,8,0,24.5,1.138,36,tested_negative
|
||||
0,141,0,0,0,42.4,0.205,29,tested_positive
|
||||
12,140,85,33,0,37.4,0.244,41,tested_negative
|
||||
5,147,75,0,0,29.9,0.434,28,tested_negative
|
||||
1,97,70,15,0,18.2,0.147,21,tested_negative
|
||||
6,107,88,0,0,36.8,0.727,31,tested_negative
|
||||
0,189,104,25,0,34.3,0.435,41,tested_positive
|
||||
2,83,66,23,50,32.2,0.497,22,tested_negative
|
||||
4,117,64,27,120,33.2,0.23,24,tested_negative
|
||||
8,108,70,0,0,30.5,0.955,33,tested_positive
|
||||
4,117,62,12,0,29.7,0.38,30,tested_positive
|
||||
0,180,78,63,14,59.4,2.42,25,tested_positive
|
||||
1,100,72,12,70,25.3,0.658,28,tested_negative
|
||||
0,95,80,45,92,36.5,0.33,26,tested_negative
|
||||
0,104,64,37,64,33.6,0.51,22,tested_positive
|
||||
0,120,74,18,63,30.5,0.285,26,tested_negative
|
||||
1,82,64,13,95,21.2,0.415,23,tested_negative
|
||||
2,134,70,0,0,28.9,0.542,23,tested_positive
|
||||
0,91,68,32,210,39.9,0.381,25,tested_negative
|
||||
2,119,0,0,0,19.6,0.832,72,tested_negative
|
||||
2,100,54,28,105,37.8,0.498,24,tested_negative
|
||||
14,175,62,30,0,33.6,0.212,38,tested_positive
|
||||
1,135,54,0,0,26.7,0.687,62,tested_negative
|
||||
5,86,68,28,71,30.2,0.364,24,tested_negative
|
||||
10,148,84,48,237,37.6,1.001,51,tested_positive
|
||||
9,134,74,33,60,25.9,0.46,81,tested_negative
|
||||
9,120,72,22,56,20.8,0.733,48,tested_negative
|
||||
1,71,62,0,0,21.8,0.416,26,tested_negative
|
||||
8,74,70,40,49,35.3,0.705,39,tested_negative
|
||||
5,88,78,30,0,27.6,0.258,37,tested_negative
|
||||
10,115,98,0,0,24,1.022,34,tested_negative
|
||||
0,124,56,13,105,21.8,0.452,21,tested_negative
|
||||
0,74,52,10,36,27.8,0.269,22,tested_negative
|
||||
0,97,64,36,100,36.8,0.6,25,tested_negative
|
||||
8,120,0,0,0,30,0.183,38,tested_positive
|
||||
6,154,78,41,140,46.1,0.571,27,tested_negative
|
||||
1,144,82,40,0,41.3,0.607,28,tested_negative
|
||||
0,137,70,38,0,33.2,0.17,22,tested_negative
|
||||
0,119,66,27,0,38.8,0.259,22,tested_negative
|
||||
7,136,90,0,0,29.9,0.21,50,tested_negative
|
||||
4,114,64,0,0,28.9,0.126,24,tested_negative
|
||||
0,137,84,27,0,27.3,0.231,59,tested_negative
|
||||
2,105,80,45,191,33.7,0.711,29,tested_positive
|
||||
7,114,76,17,110,23.8,0.466,31,tested_negative
|
||||
8,126,74,38,75,25.9,0.162,39,tested_negative
|
||||
4,132,86,31,0,28,0.419,63,tested_negative
|
||||
3,158,70,30,328,35.5,0.344,35,tested_positive
|
||||
0,123,88,37,0,35.2,0.197,29,tested_negative
|
||||
4,85,58,22,49,27.8,0.306,28,tested_negative
|
||||
0,84,82,31,125,38.2,0.233,23,tested_negative
|
||||
0,145,0,0,0,44.2,0.63,31,tested_positive
|
||||
0,135,68,42,250,42.3,0.365,24,tested_positive
|
||||
1,139,62,41,480,40.7,0.536,21,tested_negative
|
||||
0,173,78,32,265,46.5,1.159,58,tested_negative
|
||||
4,99,72,17,0,25.6,0.294,28,tested_negative
|
||||
8,194,80,0,0,26.1,0.551,67,tested_negative
|
||||
2,83,65,28,66,36.8,0.629,24,tested_negative
|
||||
2,89,90,30,0,33.5,0.292,42,tested_negative
|
||||
4,99,68,38,0,32.8,0.145,33,tested_negative
|
||||
4,125,70,18,122,28.9,1.144,45,tested_positive
|
||||
3,80,0,0,0,0,0.174,22,tested_negative
|
||||
6,166,74,0,0,26.6,0.304,66,tested_negative
|
||||
5,110,68,0,0,26,0.292,30,tested_negative
|
||||
2,81,72,15,76,30.1,0.547,25,tested_negative
|
||||
7,195,70,33,145,25.1,0.163,55,tested_positive
|
||||
6,154,74,32,193,29.3,0.839,39,tested_negative
|
||||
2,117,90,19,71,25.2,0.313,21,tested_negative
|
||||
3,84,72,32,0,37.2,0.267,28,tested_negative
|
||||
6,0,68,41,0,39,0.727,41,tested_positive
|
||||
7,94,64,25,79,33.3,0.738,41,tested_negative
|
||||
3,96,78,39,0,37.3,0.238,40,tested_negative
|
||||
10,75,82,0,0,33.3,0.263,38,tested_negative
|
||||
0,180,90,26,90,36.5,0.314,35,tested_positive
|
||||
1,130,60,23,170,28.6,0.692,21,tested_negative
|
||||
2,84,50,23,76,30.4,0.968,21,tested_negative
|
||||
8,120,78,0,0,25,0.409,64,tested_negative
|
||||
12,84,72,31,0,29.7,0.297,46,tested_positive
|
||||
0,139,62,17,210,22.1,0.207,21,tested_negative
|
||||
9,91,68,0,0,24.2,0.2,58,tested_negative
|
||||
2,91,62,0,0,27.3,0.525,22,tested_negative
|
||||
3,99,54,19,86,25.6,0.154,24,tested_negative
|
||||
3,163,70,18,105,31.6,0.268,28,tested_positive
|
||||
9,145,88,34,165,30.3,0.771,53,tested_positive
|
||||
7,125,86,0,0,37.6,0.304,51,tested_negative
|
||||
13,76,60,0,0,32.8,0.18,41,tested_negative
|
||||
6,129,90,7,326,19.6,0.582,60,tested_negative
|
||||
2,68,70,32,66,25,0.187,25,tested_negative
|
||||
3,124,80,33,130,33.2,0.305,26,tested_negative
|
||||
6,114,0,0,0,0,0.189,26,tested_negative
|
||||
9,130,70,0,0,34.2,0.652,45,tested_positive
|
||||
3,125,58,0,0,31.6,0.151,24,tested_negative
|
||||
3,87,60,18,0,21.8,0.444,21,tested_negative
|
||||
1,97,64,19,82,18.2,0.299,21,tested_negative
|
||||
3,116,74,15,105,26.3,0.107,24,tested_negative
|
||||
0,117,66,31,188,30.8,0.493,22,tested_negative
|
||||
0,111,65,0,0,24.6,0.66,31,tested_negative
|
||||
2,122,60,18,106,29.8,0.717,22,tested_negative
|
||||
0,107,76,0,0,45.3,0.686,24,tested_negative
|
||||
1,86,66,52,65,41.3,0.917,29,tested_negative
|
||||
6,91,0,0,0,29.8,0.501,31,tested_negative
|
||||
1,77,56,30,56,33.3,1.251,24,tested_negative
|
||||
4,132,0,0,0,32.9,0.302,23,tested_positive
|
||||
0,105,90,0,0,29.6,0.197,46,tested_negative
|
||||
0,57,60,0,0,21.7,0.735,67,tested_negative
|
||||
0,127,80,37,210,36.3,0.804,23,tested_negative
|
||||
3,129,92,49,155,36.4,0.968,32,tested_positive
|
||||
8,100,74,40,215,39.4,0.661,43,tested_positive
|
||||
3,128,72,25,190,32.4,0.549,27,tested_positive
|
||||
10,90,85,32,0,34.9,0.825,56,tested_positive
|
||||
4,84,90,23,56,39.5,0.159,25,tested_negative
|
||||
1,88,78,29,76,32,0.365,29,tested_negative
|
||||
8,186,90,35,225,34.5,0.423,37,tested_positive
|
||||
5,187,76,27,207,43.6,1.034,53,tested_positive
|
||||
4,131,68,21,166,33.1,0.16,28,tested_negative
|
||||
1,164,82,43,67,32.8,0.341,50,tested_negative
|
||||
4,189,110,31,0,28.5,0.68,37,tested_negative
|
||||
1,116,70,28,0,27.4,0.204,21,tested_negative
|
||||
3,84,68,30,106,31.9,0.591,25,tested_negative
|
||||
6,114,88,0,0,27.8,0.247,66,tested_negative
|
||||
1,88,62,24,44,29.9,0.422,23,tested_negative
|
||||
1,84,64,23,115,36.9,0.471,28,tested_negative
|
||||
7,124,70,33,215,25.5,0.161,37,tested_negative
|
||||
1,97,70,40,0,38.1,0.218,30,tested_negative
|
||||
8,110,76,0,0,27.8,0.237,58,tested_negative
|
||||
11,103,68,40,0,46.2,0.126,42,tested_negative
|
||||
11,85,74,0,0,30.1,0.3,35,tested_negative
|
||||
6,125,76,0,0,33.8,0.121,54,tested_positive
|
||||
0,198,66,32,274,41.3,0.502,28,tested_positive
|
||||
1,87,68,34,77,37.6,0.401,24,tested_negative
|
||||
6,99,60,19,54,26.9,0.497,32,tested_negative
|
||||
0,91,80,0,0,32.4,0.601,27,tested_negative
|
||||
2,95,54,14,88,26.1,0.748,22,tested_negative
|
||||
1,99,72,30,18,38.6,0.412,21,tested_negative
|
||||
6,92,62,32,126,32,0.085,46,tested_negative
|
||||
4,154,72,29,126,31.3,0.338,37,tested_negative
|
||||
0,121,66,30,165,34.3,0.203,33,tested_positive
|
||||
3,78,70,0,0,32.5,0.27,39,tested_negative
|
||||
2,130,96,0,0,22.6,0.268,21,tested_negative
|
||||
3,111,58,31,44,29.5,0.43,22,tested_negative
|
||||
2,98,60,17,120,34.7,0.198,22,tested_negative
|
||||
1,143,86,30,330,30.1,0.892,23,tested_negative
|
||||
1,119,44,47,63,35.5,0.28,25,tested_negative
|
||||
6,108,44,20,130,24,0.813,35,tested_negative
|
||||
2,118,80,0,0,42.9,0.693,21,tested_positive
|
||||
10,133,68,0,0,27,0.245,36,tested_negative
|
||||
2,197,70,99,0,34.7,0.575,62,tested_positive
|
||||
0,151,90,46,0,42.1,0.371,21,tested_positive
|
||||
6,109,60,27,0,25,0.206,27,tested_negative
|
||||
12,121,78,17,0,26.5,0.259,62,tested_negative
|
||||
8,100,76,0,0,38.7,0.19,42,tested_negative
|
||||
8,124,76,24,600,28.7,0.687,52,tested_positive
|
||||
1,93,56,11,0,22.5,0.417,22,tested_negative
|
||||
8,143,66,0,0,34.9,0.129,41,tested_positive
|
||||
6,103,66,0,0,24.3,0.249,29,tested_negative
|
||||
3,176,86,27,156,33.3,1.154,52,tested_positive
|
||||
0,73,0,0,0,21.1,0.342,25,tested_negative
|
||||
11,111,84,40,0,46.8,0.925,45,tested_positive
|
||||
2,112,78,50,140,39.4,0.175,24,tested_negative
|
||||
3,132,80,0,0,34.4,0.402,44,tested_positive
|
||||
2,82,52,22,115,28.5,1.699,25,tested_negative
|
||||
6,123,72,45,230,33.6,0.733,34,tested_negative
|
||||
0,188,82,14,185,32,0.682,22,tested_positive
|
||||
0,67,76,0,0,45.3,0.194,46,tested_negative
|
||||
1,89,24,19,25,27.8,0.559,21,tested_negative
|
||||
1,173,74,0,0,36.8,0.088,38,tested_positive
|
||||
1,109,38,18,120,23.1,0.407,26,tested_negative
|
||||
1,108,88,19,0,27.1,0.4,24,tested_negative
|
||||
6,96,0,0,0,23.7,0.19,28,tested_negative
|
||||
1,124,74,36,0,27.8,0.1,30,tested_negative
|
||||
7,150,78,29,126,35.2,0.692,54,tested_positive
|
||||
4,183,0,0,0,28.4,0.212,36,tested_positive
|
||||
1,124,60,32,0,35.8,0.514,21,tested_negative
|
||||
1,181,78,42,293,40,1.258,22,tested_positive
|
||||
1,92,62,25,41,19.5,0.482,25,tested_negative
|
||||
0,152,82,39,272,41.5,0.27,27,tested_negative
|
||||
1,111,62,13,182,24,0.138,23,tested_negative
|
||||
3,106,54,21,158,30.9,0.292,24,tested_negative
|
||||
3,174,58,22,194,32.9,0.593,36,tested_positive
|
||||
7,168,88,42,321,38.2,0.787,40,tested_positive
|
||||
6,105,80,28,0,32.5,0.878,26,tested_negative
|
||||
11,138,74,26,144,36.1,0.557,50,tested_positive
|
||||
3,106,72,0,0,25.8,0.207,27,tested_negative
|
||||
6,117,96,0,0,28.7,0.157,30,tested_negative
|
||||
2,68,62,13,15,20.1,0.257,23,tested_negative
|
||||
9,112,82,24,0,28.2,1.282,50,tested_positive
|
||||
0,119,0,0,0,32.4,0.141,24,tested_positive
|
||||
2,112,86,42,160,38.4,0.246,28,tested_negative
|
||||
2,92,76,20,0,24.2,1.698,28,tested_negative
|
||||
6,183,94,0,0,40.8,1.461,45,tested_negative
|
||||
0,94,70,27,115,43.5,0.347,21,tested_negative
|
||||
2,108,64,0,0,30.8,0.158,21,tested_negative
|
||||
4,90,88,47,54,37.7,0.362,29,tested_negative
|
||||
0,125,68,0,0,24.7,0.206,21,tested_negative
|
||||
0,132,78,0,0,32.4,0.393,21,tested_negative
|
||||
5,128,80,0,0,34.6,0.144,45,tested_negative
|
||||
4,94,65,22,0,24.7,0.148,21,tested_negative
|
||||
7,114,64,0,0,27.4,0.732,34,tested_positive
|
||||
0,102,78,40,90,34.5,0.238,24,tested_negative
|
||||
2,111,60,0,0,26.2,0.343,23,tested_negative
|
||||
1,128,82,17,183,27.5,0.115,22,tested_negative
|
||||
10,92,62,0,0,25.9,0.167,31,tested_negative
|
||||
13,104,72,0,0,31.2,0.465,38,tested_positive
|
||||
5,104,74,0,0,28.8,0.153,48,tested_negative
|
||||
2,94,76,18,66,31.6,0.649,23,tested_negative
|
||||
7,97,76,32,91,40.9,0.871,32,tested_positive
|
||||
1,100,74,12,46,19.5,0.149,28,tested_negative
|
||||
0,102,86,17,105,29.3,0.695,27,tested_negative
|
||||
4,128,70,0,0,34.3,0.303,24,tested_negative
|
||||
6,147,80,0,0,29.5,0.178,50,tested_positive
|
||||
4,90,0,0,0,28,0.61,31,tested_negative
|
||||
3,103,72,30,152,27.6,0.73,27,tested_negative
|
||||
2,157,74,35,440,39.4,0.134,30,tested_negative
|
||||
1,167,74,17,144,23.4,0.447,33,tested_positive
|
||||
0,179,50,36,159,37.8,0.455,22,tested_positive
|
||||
11,136,84,35,130,28.3,0.26,42,tested_positive
|
||||
0,107,60,25,0,26.4,0.133,23,tested_negative
|
||||
1,91,54,25,100,25.2,0.234,23,tested_negative
|
||||
1,117,60,23,106,33.8,0.466,27,tested_negative
|
||||
5,123,74,40,77,34.1,0.269,28,tested_negative
|
||||
2,120,54,0,0,26.8,0.455,27,tested_negative
|
||||
1,106,70,28,135,34.2,0.142,22,tested_negative
|
||||
2,155,52,27,540,38.7,0.24,25,tested_positive
|
||||
2,101,58,35,90,21.8,0.155,22,tested_negative
|
||||
1,120,80,48,200,38.9,1.162,41,tested_negative
|
||||
11,127,106,0,0,39,0.19,51,tested_negative
|
||||
3,80,82,31,70,34.2,1.292,27,tested_positive
|
||||
10,162,84,0,0,27.7,0.182,54,tested_negative
|
||||
1,199,76,43,0,42.9,1.394,22,tested_positive
|
||||
8,167,106,46,231,37.6,0.165,43,tested_positive
|
||||
9,145,80,46,130,37.9,0.637,40,tested_positive
|
||||
6,115,60,39,0,33.7,0.245,40,tested_positive
|
||||
1,112,80,45,132,34.8,0.217,24,tested_negative
|
||||
4,145,82,18,0,32.5,0.235,70,tested_positive
|
||||
10,111,70,27,0,27.5,0.141,40,tested_positive
|
||||
6,98,58,33,190,34,0.43,43,tested_negative
|
||||
9,154,78,30,100,30.9,0.164,45,tested_negative
|
||||
6,165,68,26,168,33.6,0.631,49,tested_negative
|
||||
1,99,58,10,0,25.4,0.551,21,tested_negative
|
||||
10,68,106,23,49,35.5,0.285,47,tested_negative
|
||||
3,123,100,35,240,57.3,0.88,22,tested_negative
|
||||
8,91,82,0,0,35.6,0.587,68,tested_negative
|
||||
6,195,70,0,0,30.9,0.328,31,tested_positive
|
||||
9,156,86,0,0,24.8,0.23,53,tested_positive
|
||||
0,93,60,0,0,35.3,0.263,25,tested_negative
|
||||
3,121,52,0,0,36,0.127,25,tested_positive
|
||||
2,101,58,17,265,24.2,0.614,23,tested_negative
|
||||
2,56,56,28,45,24.2,0.332,22,tested_negative
|
||||
0,162,76,36,0,49.6,0.364,26,tested_positive
|
||||
0,95,64,39,105,44.6,0.366,22,tested_negative
|
||||
4,125,80,0,0,32.3,0.536,27,tested_positive
|
||||
5,136,82,0,0,0,0.64,69,tested_negative
|
||||
2,129,74,26,205,33.2,0.591,25,tested_negative
|
||||
3,130,64,0,0,23.1,0.314,22,tested_negative
|
||||
1,107,50,19,0,28.3,0.181,29,tested_negative
|
||||
1,140,74,26,180,24.1,0.828,23,tested_negative
|
||||
1,144,82,46,180,46.1,0.335,46,tested_positive
|
||||
8,107,80,0,0,24.6,0.856,34,tested_negative
|
||||
13,158,114,0,0,42.3,0.257,44,tested_positive
|
||||
2,121,70,32,95,39.1,0.886,23,tested_negative
|
||||
7,129,68,49,125,38.5,0.439,43,tested_positive
|
||||
2,90,60,0,0,23.5,0.191,25,tested_negative
|
||||
7,142,90,24,480,30.4,0.128,43,tested_positive
|
||||
3,169,74,19,125,29.9,0.268,31,tested_positive
|
||||
0,99,0,0,0,25,0.253,22,tested_negative
|
||||
4,127,88,11,155,34.5,0.598,28,tested_negative
|
||||
4,118,70,0,0,44.5,0.904,26,tested_negative
|
||||
2,122,76,27,200,35.9,0.483,26,tested_negative
|
||||
6,125,78,31,0,27.6,0.565,49,tested_positive
|
||||
1,168,88,29,0,35,0.905,52,tested_positive
|
||||
2,129,0,0,0,38.5,0.304,41,tested_negative
|
||||
4,110,76,20,100,28.4,0.118,27,tested_negative
|
||||
6,80,80,36,0,39.8,0.177,28,tested_negative
|
||||
10,115,0,0,0,0,0.261,30,tested_positive
|
||||
2,127,46,21,335,34.4,0.176,22,tested_negative
|
||||
9,164,78,0,0,32.8,0.148,45,tested_positive
|
||||
2,93,64,32,160,38,0.674,23,tested_positive
|
||||
3,158,64,13,387,31.2,0.295,24,tested_negative
|
||||
5,126,78,27,22,29.6,0.439,40,tested_negative
|
||||
10,129,62,36,0,41.2,0.441,38,tested_positive
|
||||
0,134,58,20,291,26.4,0.352,21,tested_negative
|
||||
3,102,74,0,0,29.5,0.121,32,tested_negative
|
||||
7,187,50,33,392,33.9,0.826,34,tested_positive
|
||||
3,173,78,39,185,33.8,0.97,31,tested_positive
|
||||
10,94,72,18,0,23.1,0.595,56,tested_negative
|
||||
1,108,60,46,178,35.5,0.415,24,tested_negative
|
||||
5,97,76,27,0,35.6,0.378,52,tested_positive
|
||||
4,83,86,19,0,29.3,0.317,34,tested_negative
|
||||
1,114,66,36,200,38.1,0.289,21,tested_negative
|
||||
1,149,68,29,127,29.3,0.349,42,tested_positive
|
||||
5,117,86,30,105,39.1,0.251,42,tested_negative
|
||||
1,111,94,0,0,32.8,0.265,45,tested_negative
|
||||
4,112,78,40,0,39.4,0.236,38,tested_negative
|
||||
1,116,78,29,180,36.1,0.496,25,tested_negative
|
||||
0,141,84,26,0,32.4,0.433,22,tested_negative
|
||||
2,175,88,0,0,22.9,0.326,22,tested_negative
|
||||
2,92,52,0,0,30.1,0.141,22,tested_negative
|
||||
3,130,78,23,79,28.4,0.323,34,tested_positive
|
||||
8,120,86,0,0,28.4,0.259,22,tested_positive
|
||||
2,174,88,37,120,44.5,0.646,24,tested_positive
|
||||
2,106,56,27,165,29,0.426,22,tested_negative
|
||||
2,105,75,0,0,23.3,0.56,53,tested_negative
|
||||
4,95,60,32,0,35.4,0.284,28,tested_negative
|
||||
0,126,86,27,120,27.4,0.515,21,tested_negative
|
||||
8,65,72,23,0,32,0.6,42,tested_negative
|
||||
2,99,60,17,160,36.6,0.453,21,tested_negative
|
||||
1,102,74,0,0,39.5,0.293,42,tested_positive
|
||||
11,120,80,37,150,42.3,0.785,48,tested_positive
|
||||
3,102,44,20,94,30.8,0.4,26,tested_negative
|
||||
1,109,58,18,116,28.5,0.219,22,tested_negative
|
||||
9,140,94,0,0,32.7,0.734,45,tested_positive
|
||||
13,153,88,37,140,40.6,1.174,39,tested_negative
|
||||
12,100,84,33,105,30,0.488,46,tested_negative
|
||||
1,147,94,41,0,49.3,0.358,27,tested_positive
|
||||
1,81,74,41,57,46.3,1.096,32,tested_negative
|
||||
3,187,70,22,200,36.4,0.408,36,tested_positive
|
||||
6,162,62,0,0,24.3,0.178,50,tested_positive
|
||||
4,136,70,0,0,31.2,1.182,22,tested_positive
|
||||
1,121,78,39,74,39,0.261,28,tested_negative
|
||||
3,108,62,24,0,26,0.223,25,tested_negative
|
||||
0,181,88,44,510,43.3,0.222,26,tested_positive
|
||||
8,154,78,32,0,32.4,0.443,45,tested_positive
|
||||
1,128,88,39,110,36.5,1.057,37,tested_positive
|
||||
7,137,90,41,0,32,0.391,39,tested_negative
|
||||
0,123,72,0,0,36.3,0.258,52,tested_positive
|
||||
1,106,76,0,0,37.5,0.197,26,tested_negative
|
||||
6,190,92,0,0,35.5,0.278,66,tested_positive
|
||||
2,88,58,26,16,28.4,0.766,22,tested_negative
|
||||
9,170,74,31,0,44,0.403,43,tested_positive
|
||||
9,89,62,0,0,22.5,0.142,33,tested_negative
|
||||
10,101,76,48,180,32.9,0.171,63,tested_negative
|
||||
2,122,70,27,0,36.8,0.34,27,tested_negative
|
||||
5,121,72,23,112,26.2,0.245,30,tested_negative
|
||||
1,126,60,0,0,30.1,0.349,47,tested_positive
|
||||
1,93,70,31,0,30.4,0.315,23,tested_negative
|
||||
@@ -0,0 +1,332 @@
|
||||
% 1. Title: Glass Identification Database
|
||||
%
|
||||
% 2. Sources:
|
||||
% (a) Creator: B. German
|
||||
% -- Central Research Establishment
|
||||
% Home Office Forensic Science Service
|
||||
% Aldermaston, Reading, Berkshire RG7 4PN
|
||||
% (b) Donor: Vina Spiehler, Ph.D., DABFT
|
||||
% Diagnostic Products Corporation
|
||||
% (213) 776-0180 (ext 3014)
|
||||
% (c) Date: September, 1987
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% -- Rule Induction in Forensic Science
|
||||
% -- Ian W. Evett and Ernest J. Spiehler
|
||||
% -- Central Research Establishment
|
||||
% Home Office Forensic Science Service
|
||||
% Aldermaston, Reading, Berkshire RG7 4PN
|
||||
% -- Unknown technical note number (sorry, not listed here)
|
||||
% -- General Results: nearest neighbor held its own with respect to the
|
||||
% rule-based system
|
||||
%
|
||||
% 4. Relevant Information:n
|
||||
% Vina conducted a comparison test of her rule-based system, BEAGLE, the
|
||||
% nearest-neighbor algorithm, and discriminant analysis. BEAGLE is
|
||||
% a product available through VRS Consulting, Inc.; 4676 Admiralty Way,
|
||||
% Suite 206; Marina Del Ray, CA 90292 (213) 827-7890 and FAX: -3189.
|
||||
% In determining whether the glass was a type of "float" glass or not,
|
||||
% the following results were obtained (# incorrect answers):
|
||||
%
|
||||
% Type of Sample Beagle NN DA
|
||||
% Windows that were float processed (87) 10 12 21
|
||||
% Windows that were not: (76) 19 16 22
|
||||
%
|
||||
% The study of classification of types of glass was motivated by
|
||||
% criminological investigation. At the scene of the crime, the glass left
|
||||
% can be used as evidence...if it is correctly identified!
|
||||
%
|
||||
% 5. Number of Instances: 214
|
||||
%
|
||||
% 6. Number of Attributes: 10 (including an Id#) plus the class attribute
|
||||
% -- all attributes are continuously valued
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% 1. Id number: 1 to 214
|
||||
% 2. RI: refractive index
|
||||
% 3. Na: Sodium (unit measurement: weight percent in corresponding oxide, as
|
||||
% are attributes 4-10)
|
||||
% 4. Mg: Magnesium
|
||||
% 5. Al: Aluminum
|
||||
% 6. Si: Silicon
|
||||
% 7. K: Potassium
|
||||
% 8. Ca: Calcium
|
||||
% 9. Ba: Barium
|
||||
% 10. Fe: Iron
|
||||
% 11. Type of glass: (class attribute)
|
||||
% -- 1 building_windows_float_processed
|
||||
% -- 2 building_windows_non_float_processed
|
||||
% -- 3 vehicle_windows_float_processed
|
||||
% -- 4 vehicle_windows_non_float_processed (none in this database)
|
||||
% -- 5 containers
|
||||
% -- 6 tableware
|
||||
% -- 7 headlamps
|
||||
%
|
||||
% 8. Missing Attribute Values: None
|
||||
%
|
||||
% Summary Statistics:
|
||||
% Attribute: Min Max Mean SD Correlation with class
|
||||
% 2. RI: 1.5112 1.5339 1.5184 0.0030 -0.1642
|
||||
% 3. Na: 10.73 17.38 13.4079 0.8166 0.5030
|
||||
% 4. Mg: 0 4.49 2.6845 1.4424 -0.7447
|
||||
% 5. Al: 0.29 3.5 1.4449 0.4993 0.5988
|
||||
% 6. Si: 69.81 75.41 72.6509 0.7745 0.1515
|
||||
% 7. K: 0 6.21 0.4971 0.6522 -0.0100
|
||||
% 8. Ca: 5.43 16.19 8.9570 1.4232 0.0007
|
||||
% 9. Ba: 0 3.15 0.1750 0.4972 0.5751
|
||||
% 10. Fe: 0 0.51 0.0570 0.0974 -0.1879
|
||||
%
|
||||
% 9. Class Distribution: (out of 214 total instances)
|
||||
% -- 163 Window glass (building windows and vehicle windows)
|
||||
% -- 87 float processed
|
||||
% -- 70 building windows
|
||||
% -- 17 vehicle windows
|
||||
% -- 76 non-float processed
|
||||
% -- 76 building windows
|
||||
% -- 0 vehicle windows
|
||||
% -- 51 Non-window glass
|
||||
% -- 13 containers
|
||||
% -- 9 tableware
|
||||
% -- 29 headlamps
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
% Relabeled values in attribute 'Type'
|
||||
% From: '1' To: 'build wind float'
|
||||
% From: '2' To: 'build wind non-float'
|
||||
% From: '3' To: 'vehic wind float'
|
||||
% From: '4' To: 'vehic wind non-float'
|
||||
% From: '5' To: containers
|
||||
% From: '6' To: tableware
|
||||
% From: '7' To: headlamps
|
||||
%
|
||||
@relation Glass
|
||||
@attribute 'RI' numeric
|
||||
@attribute 'Na' numeric
|
||||
@attribute 'Mg' numeric
|
||||
@attribute 'Al' numeric
|
||||
@attribute 'Si' numeric
|
||||
@attribute 'K' numeric
|
||||
@attribute 'Ca' numeric
|
||||
@attribute 'Ba' numeric
|
||||
@attribute 'Fe' numeric
|
||||
@attribute 'Type' { 'build wind float', 'build wind non-float', 'vehic wind float', 'vehic wind non-float', containers, tableware, headlamps}
|
||||
@data
|
||||
1.51793,12.79,3.5,1.12,73.03,0.64,8.77,0,0,'build wind float'
|
||||
1.51643,12.16,3.52,1.35,72.89,0.57,8.53,0,0,'vehic wind float'
|
||||
1.51793,13.21,3.48,1.41,72.64,0.59,8.43,0,0,'build wind float'
|
||||
1.51299,14.4,1.74,1.54,74.55,0,7.59,0,0,tableware
|
||||
1.53393,12.3,0,1,70.16,0.12,16.19,0,0.24,'build wind non-float'
|
||||
1.51655,12.75,2.85,1.44,73.27,0.57,8.79,0.11,0.22,'build wind non-float'
|
||||
1.51779,13.64,3.65,0.65,73,0.06,8.93,0,0,'vehic wind float'
|
||||
1.51837,13.14,2.84,1.28,72.85,0.55,9.07,0,0,'build wind float'
|
||||
1.51545,14.14,0,2.68,73.39,0.08,9.07,0.61,0.05,headlamps
|
||||
1.51789,13.19,3.9,1.3,72.33,0.55,8.44,0,0.28,'build wind non-float'
|
||||
1.51625,13.36,3.58,1.49,72.72,0.45,8.21,0,0,'build wind non-float'
|
||||
1.51743,12.2,3.25,1.16,73.55,0.62,8.9,0,0.24,'build wind non-float'
|
||||
1.52223,13.21,3.77,0.79,71.99,0.13,10.02,0,0,'build wind float'
|
||||
1.52121,14.03,3.76,0.58,71.79,0.11,9.65,0,0,'vehic wind float'
|
||||
1.51665,13.14,3.45,1.76,72.48,0.6,8.38,0,0.17,'vehic wind float'
|
||||
1.51707,13.48,3.48,1.71,72.52,0.62,7.99,0,0,'build wind non-float'
|
||||
1.51719,14.75,0,2,73.02,0,8.53,1.59,0.08,headlamps
|
||||
1.51629,12.71,3.33,1.49,73.28,0.67,8.24,0,0,'build wind non-float'
|
||||
1.51994,13.27,0,1.76,73.03,0.47,11.32,0,0,containers
|
||||
1.51811,12.96,2.96,1.43,72.92,0.6,8.79,0.14,0,'build wind non-float'
|
||||
1.52152,13.05,3.65,0.87,72.22,0.19,9.85,0,0.17,'build wind float'
|
||||
1.52475,11.45,0,1.88,72.19,0.81,13.24,0,0.34,'build wind non-float'
|
||||
1.51841,12.93,3.74,1.11,72.28,0.64,8.96,0,0.22,'build wind non-float'
|
||||
1.51754,13.39,3.66,1.19,72.79,0.57,8.27,0,0.11,'build wind float'
|
||||
1.52058,12.85,1.61,2.17,72.18,0.76,9.7,0.24,0.51,containers
|
||||
1.51569,13.24,3.49,1.47,73.25,0.38,8.03,0,0,'build wind non-float'
|
||||
1.5159,12.82,3.52,1.9,72.86,0.69,7.97,0,0,'build wind non-float'
|
||||
1.51683,14.56,0,1.98,73.29,0,8.52,1.57,0.07,headlamps
|
||||
1.51687,13.23,3.54,1.48,72.84,0.56,8.1,0,0,'build wind non-float'
|
||||
1.5161,13.33,3.53,1.34,72.67,0.56,8.33,0,0,'vehic wind float'
|
||||
1.51674,12.87,3.56,1.64,73.14,0.65,7.99,0,0,'build wind non-float'
|
||||
1.51832,13.33,3.34,1.54,72.14,0.56,8.99,0,0,'vehic wind float'
|
||||
1.51115,17.38,0,0.34,75.41,0,6.65,0,0,tableware
|
||||
1.51645,13.44,3.61,1.54,72.39,0.66,8.03,0,0,'build wind non-float'
|
||||
1.51755,13,3.6,1.36,72.99,0.57,8.4,0,0.11,'build wind float'
|
||||
1.51571,12.72,3.46,1.56,73.2,0.67,8.09,0,0.24,'build wind float'
|
||||
1.51596,12.79,3.61,1.62,72.97,0.64,8.07,0,0.26,'build wind float'
|
||||
1.5173,12.35,2.72,1.63,72.87,0.7,9.23,0,0,'build wind non-float'
|
||||
1.51662,12.85,3.51,1.44,73.01,0.68,8.23,0.06,0.25,'build wind non-float'
|
||||
1.51409,14.25,3.09,2.08,72.28,1.1,7.08,0,0,'build wind non-float'
|
||||
1.51797,12.74,3.48,1.35,72.96,0.64,8.68,0,0,'build wind float'
|
||||
1.51806,13,3.8,1.08,73.07,0.56,8.38,0,0.12,'build wind non-float'
|
||||
1.51627,13,3.58,1.54,72.83,0.61,8.04,0,0,'build wind non-float'
|
||||
1.5159,13.24,3.34,1.47,73.1,0.39,8.22,0,0,'build wind non-float'
|
||||
1.51934,13.64,3.54,0.75,72.65,0.16,8.89,0.15,0.24,'vehic wind float'
|
||||
1.51755,12.71,3.42,1.2,73.2,0.59,8.64,0,0,'build wind float'
|
||||
1.51514,14.01,2.68,3.5,69.89,1.68,5.87,2.2,0,containers
|
||||
1.51766,13.21,3.69,1.29,72.61,0.57,8.22,0,0,'build wind float'
|
||||
1.51784,13.08,3.49,1.28,72.86,0.6,8.49,0,0,'build wind float'
|
||||
1.52177,13.2,3.68,1.15,72.75,0.54,8.52,0,0,'build wind non-float'
|
||||
1.51753,12.57,3.47,1.38,73.39,0.6,8.55,0,0.06,'build wind float'
|
||||
1.51851,13.2,3.63,1.07,72.83,0.57,8.41,0.09,0.17,'build wind non-float'
|
||||
1.51743,13.3,3.6,1.14,73.09,0.58,8.17,0,0,'build wind float'
|
||||
1.51593,13.09,3.59,1.52,73.1,0.67,7.83,0,0,'build wind non-float'
|
||||
1.5164,14.37,0,2.74,72.85,0,9.45,0.54,0,headlamps
|
||||
1.51735,13.02,3.54,1.69,72.73,0.54,8.44,0,0.07,'build wind float'
|
||||
1.52247,14.86,2.2,2.06,70.26,0.76,9.76,0,0,headlamps
|
||||
1.52099,13.69,3.59,1.12,71.96,0.09,9.4,0,0,'build wind float'
|
||||
1.51769,13.65,3.66,1.11,72.77,0.11,8.6,0,0,'vehic wind float'
|
||||
1.51846,13.41,3.89,1.33,72.38,0.51,8.28,0,0,'build wind non-float'
|
||||
1.51848,13.64,3.87,1.27,71.96,0.54,8.32,0,0.32,'build wind non-float'
|
||||
1.51905,13.6,3.62,1.11,72.64,0.14,8.76,0,0,'build wind float'
|
||||
1.51567,13.29,3.45,1.21,72.74,0.56,8.57,0,0,'build wind float'
|
||||
1.52213,14.21,3.82,0.47,71.77,0.11,9.57,0,0,'build wind float'
|
||||
1.5232,13.72,3.72,0.51,71.75,0.09,10.06,0,0.16,'build wind float'
|
||||
1.51556,13.87,0,2.54,73.23,0.14,9.41,0.81,0.01,headlamps
|
||||
1.51926,13.2,3.33,1.28,72.36,0.6,9.14,0,0.11,'build wind float'
|
||||
1.52211,14.19,3.78,0.91,71.36,0.23,9.14,0,0.37,'vehic wind float'
|
||||
1.53125,10.73,0,2.1,69.81,0.58,13.3,3.15,0.28,'build wind non-float'
|
||||
1.52152,13.05,3.65,0.87,72.32,0.19,9.85,0,0.17,'build wind float'
|
||||
1.51829,14.46,2.24,1.62,72.38,0,9.26,0,0,tableware
|
||||
1.51892,13.46,3.83,1.26,72.55,0.57,8.21,0,0.14,'build wind non-float'
|
||||
1.51888,14.99,0.78,1.74,72.5,0,9.95,0,0,tableware
|
||||
1.51829,13.24,3.9,1.41,72.33,0.55,8.31,0,0.1,'build wind non-float'
|
||||
1.523,13.31,3.58,0.82,71.99,0.12,10.17,0,0.03,'build wind float'
|
||||
1.51652,13.56,3.57,1.47,72.45,0.64,7.96,0,0,'build wind non-float'
|
||||
1.51768,12.56,3.52,1.43,73.15,0.57,8.54,0,0,'build wind float'
|
||||
1.51215,12.99,3.47,1.12,72.98,0.62,8.35,0,0.31,'build wind float'
|
||||
1.51646,13.04,3.4,1.26,73.01,0.52,8.58,0,0,'vehic wind float'
|
||||
1.51721,12.87,3.48,1.33,73.04,0.56,8.43,0,0,'build wind float'
|
||||
1.51763,12.8,3.66,1.27,73.01,0.6,8.56,0,0,'build wind float'
|
||||
1.51742,13.27,3.62,1.24,73.08,0.55,8.07,0,0,'build wind float'
|
||||
1.52127,14.32,3.9,0.83,71.5,0,9.49,0,0,'vehic wind float'
|
||||
1.51779,13.21,3.39,1.33,72.76,0.59,8.59,0,0,'build wind float'
|
||||
1.52171,11.56,1.88,1.56,72.86,0.47,11.41,0,0,containers
|
||||
1.518,13.71,3.93,1.54,71.81,0.54,8.21,0,0.15,'build wind non-float'
|
||||
1.52777,12.64,0,0.67,72.02,0.06,14.4,0,0,'build wind non-float'
|
||||
1.5175,12.82,3.55,1.49,72.75,0.54,8.52,0,0.19,'build wind float'
|
||||
1.51764,12.98,3.54,1.21,73,0.65,8.53,0,0,'build wind float'
|
||||
1.52177,13.75,1.01,1.36,72.19,0.33,11.14,0,0,'build wind non-float'
|
||||
1.51645,14.94,0,1.87,73.11,0,8.67,1.38,0,headlamps
|
||||
1.51786,12.73,3.43,1.19,72.95,0.62,8.76,0,0.3,'build wind float'
|
||||
1.52152,13.12,3.58,0.9,72.2,0.23,9.82,0,0.16,'build wind float'
|
||||
1.51937,13.79,2.41,1.19,72.76,0,9.77,0,0,tableware
|
||||
1.51514,14.85,0,2.42,73.72,0,8.39,0.56,0,headlamps
|
||||
1.52172,13.48,3.74,0.9,72.01,0.18,9.61,0,0.07,'build wind float'
|
||||
1.51732,14.95,0,1.8,72.99,0,8.61,1.55,0,headlamps
|
||||
1.5202,13.98,1.35,1.63,71.76,0.39,10.56,0,0.18,'build wind non-float'
|
||||
1.51605,12.9,3.44,1.45,73.06,0.44,8.27,0,0,'build wind non-float'
|
||||
1.51847,13.1,3.97,1.19,72.44,0.6,8.43,0,0,'build wind non-float'
|
||||
1.51761,13.89,3.6,1.36,72.73,0.48,7.83,0,0,'build wind float'
|
||||
1.51673,13.3,3.64,1.53,72.53,0.65,8.03,0,0.29,'build wind non-float'
|
||||
1.52365,15.79,1.83,1.31,70.43,0.31,8.61,1.68,0,headlamps
|
||||
1.51685,14.92,0,1.99,73.06,0,8.4,1.59,0,headlamps
|
||||
1.51658,14.8,0,1.99,73.11,0,8.28,1.71,0,headlamps
|
||||
1.51316,13.02,0,3.04,70.48,6.21,6.96,0,0,containers
|
||||
1.51709,13,3.47,1.79,72.72,0.66,8.18,0,0,'build wind non-float'
|
||||
1.51727,14.7,0,2.34,73.28,0,8.95,0.66,0,headlamps
|
||||
1.51898,13.58,3.35,1.23,72.08,0.59,8.91,0,0,'build wind float'
|
||||
1.51969,12.64,0,1.65,73.75,0.38,11.53,0,0,containers
|
||||
1.5182,12.62,2.76,0.83,73.81,0.35,9.42,0,0.2,'build wind non-float'
|
||||
1.51617,14.95,0,2.27,73.3,0,8.71,0.67,0,headlamps
|
||||
1.51911,13.9,3.73,1.18,72.12,0.06,8.89,0,0,'build wind float'
|
||||
1.51651,14.38,0,1.94,73.61,0,8.48,1.57,0,headlamps
|
||||
1.51694,12.86,3.58,1.31,72.61,0.61,8.79,0,0,'vehic wind float'
|
||||
1.52315,13.44,3.34,1.23,72.38,0.6,8.83,0,0,headlamps
|
||||
1.52068,13.55,2.09,1.67,72.18,0.53,9.57,0.27,0.17,'build wind non-float'
|
||||
1.51838,14.32,3.26,2.22,71.25,1.46,5.79,1.63,0,headlamps
|
||||
1.51818,13.72,0,0.56,74.45,0,10.99,0,0,'build wind non-float'
|
||||
1.51769,12.45,2.71,1.29,73.7,0.56,9.06,0,0.24,'build wind float'
|
||||
1.5166,12.99,3.18,1.23,72.97,0.58,8.81,0,0.24,'build wind non-float'
|
||||
1.51589,12.88,3.43,1.4,73.28,0.69,8.05,0,0.24,'build wind float'
|
||||
1.5241,13.83,2.9,1.17,71.15,0.08,10.79,0,0,'build wind non-float'
|
||||
1.52725,13.8,3.15,0.66,70.57,0.08,11.64,0,0,'build wind non-float'
|
||||
1.52119,12.97,0.33,1.51,73.39,0.13,11.27,0,0.28,containers
|
||||
1.51748,12.86,3.56,1.27,73.21,0.54,8.38,0,0.17,'build wind float'
|
||||
1.51653,11.95,0,1.19,75.18,2.7,8.93,0,0,headlamps
|
||||
1.51623,14.14,0,2.88,72.61,0.08,9.18,1.06,0,headlamps
|
||||
1.52101,13.64,4.49,1.1,71.78,0.06,8.75,0,0,'build wind float'
|
||||
1.51763,12.61,3.59,1.31,73.29,0.58,8.5,0,0,'build wind float'
|
||||
1.51596,13.02,3.56,1.54,73.11,0.72,7.9,0,0,'build wind non-float'
|
||||
1.51674,12.79,3.52,1.54,73.36,0.66,7.9,0,0,'build wind non-float'
|
||||
1.52065,14.36,0,2.02,73.42,0,8.44,1.64,0,headlamps
|
||||
1.51768,12.65,3.56,1.3,73.08,0.61,8.69,0,0.14,'build wind float'
|
||||
1.52369,13.44,0,1.58,72.22,0.32,12.24,0,0,containers
|
||||
1.51756,13.15,3.61,1.05,73.24,0.57,8.24,0,0,'build wind float'
|
||||
1.51754,13.48,3.74,1.17,72.99,0.59,8.03,0,0,'build wind float'
|
||||
1.51711,12.89,3.62,1.57,72.96,0.61,8.11,0,0,'build wind non-float'
|
||||
1.5221,13.73,3.84,0.72,71.76,0.17,9.74,0,0,'build wind float'
|
||||
1.51594,13.09,3.52,1.55,72.87,0.68,8.05,0,0.09,'build wind non-float'
|
||||
1.51784,12.68,3.67,1.16,73.11,0.61,8.7,0,0,'build wind float'
|
||||
1.51909,13.89,3.53,1.32,71.81,0.51,8.78,0.11,0,'build wind float'
|
||||
1.51977,13.81,3.58,1.32,71.72,0.12,8.67,0.69,0,'build wind float'
|
||||
1.51666,12.86,0,1.83,73.88,0.97,10.17,0,0,containers
|
||||
1.51631,13.34,3.57,1.57,72.87,0.61,7.89,0,0,'build wind non-float'
|
||||
1.51872,12.93,3.66,1.56,72.51,0.58,8.55,0,0.12,'build wind non-float'
|
||||
1.51708,13.72,3.68,1.81,72.06,0.64,7.88,0,0,'build wind non-float'
|
||||
1.52081,13.78,2.28,1.43,71.99,0.49,9.85,0,0.17,'build wind non-float'
|
||||
1.51574,14.86,3.67,1.74,71.87,0.16,7.36,0,0.12,'build wind non-float'
|
||||
1.51813,13.43,3.98,1.18,72.49,0.58,8.15,0,0,'build wind non-float'
|
||||
1.51131,13.69,3.2,1.81,72.81,1.76,5.43,1.19,0,headlamps
|
||||
1.52227,14.17,3.81,0.78,71.35,0,9.69,0,0,'build wind float'
|
||||
1.52614,13.7,0,1.36,71.24,0.19,13.44,0,0.1,'build wind non-float'
|
||||
1.51811,13.33,3.85,1.25,72.78,0.52,8.12,0,0,'build wind non-float'
|
||||
1.51655,13.41,3.39,1.28,72.64,0.52,8.65,0,0,'vehic wind float'
|
||||
1.51751,12.81,3.57,1.35,73.02,0.62,8.59,0,0,'build wind float'
|
||||
1.51508,15.15,0,2.25,73.5,0,8.34,0.63,0,headlamps
|
||||
1.51915,12.73,1.85,1.86,72.69,0.6,10.09,0,0,containers
|
||||
1.51966,14.77,3.75,0.29,72.02,0.03,9,0,0,'build wind float'
|
||||
1.51844,13.25,3.76,1.32,72.4,0.58,8.42,0,0,'build wind non-float'
|
||||
1.52664,11.23,0,0.77,73.21,0,14.68,0,0,'build wind non-float'
|
||||
1.52172,13.51,3.86,0.88,71.79,0.23,9.54,0,0.11,'build wind float'
|
||||
1.51602,14.85,0,2.38,73.28,0,8.76,0.64,0.09,headlamps
|
||||
1.51321,13,0,3.02,70.7,6.21,6.93,0,0,containers
|
||||
1.52739,11.02,0,0.75,73.08,0,14.96,0,0,'build wind non-float'
|
||||
1.52213,14.21,3.82,0.47,71.77,0.11,9.57,0,0,'build wind float'
|
||||
1.51747,12.84,3.5,1.14,73.27,0.56,8.55,0,0,'build wind float'
|
||||
1.51839,12.85,3.67,1.24,72.57,0.62,8.68,0,0.35,'build wind non-float'
|
||||
1.51646,13.41,3.55,1.25,72.81,0.68,8.1,0,0,'build wind non-float'
|
||||
1.51609,15.01,0,2.51,73.05,0.05,8.83,0.53,0,headlamps
|
||||
1.51667,12.94,3.61,1.26,72.75,0.56,8.6,0,0,'build wind non-float'
|
||||
1.51588,13.12,3.41,1.58,73.26,0.07,8.39,0,0.19,'build wind non-float'
|
||||
1.52667,13.99,3.7,0.71,71.57,0.02,9.82,0,0.1,'build wind float'
|
||||
1.51831,14.39,0,1.82,72.86,1.41,6.47,2.88,0,headlamps
|
||||
1.51918,14.04,3.58,1.37,72.08,0.56,8.3,0,0,'build wind float'
|
||||
1.51613,13.88,1.78,1.79,73.1,0,8.67,0.76,0,headlamps
|
||||
1.52196,14.36,3.85,0.89,71.36,0.15,9.15,0,0,'build wind float'
|
||||
1.51824,12.87,3.48,1.29,72.95,0.6,8.43,0,0,'build wind float'
|
||||
1.52151,11.03,1.71,1.56,73.44,0.58,11.62,0,0,containers
|
||||
1.51969,14.56,0,0.56,73.48,0,11.22,0,0,tableware
|
||||
1.51618,13.01,3.5,1.48,72.89,0.6,8.12,0,0,'build wind non-float'
|
||||
1.51645,13.4,3.49,1.52,72.65,0.67,8.08,0,0.1,'build wind non-float'
|
||||
1.51796,13.5,3.36,1.63,71.94,0.57,8.81,0,0.09,'vehic wind float'
|
||||
1.52222,14.43,0,1,72.67,0.1,11.52,0,0.08,'build wind non-float'
|
||||
1.51783,12.69,3.54,1.34,72.95,0.57,8.75,0,0,'build wind float'
|
||||
1.51711,14.23,0,2.08,73.36,0,8.62,1.67,0,headlamps
|
||||
1.51736,12.78,3.62,1.29,72.79,0.59,8.7,0,0,'build wind float'
|
||||
1.51808,13.43,2.87,1.19,72.84,0.55,9.03,0,0,'build wind float'
|
||||
1.5167,13.24,3.57,1.38,72.7,0.56,8.44,0,0.1,'vehic wind float'
|
||||
1.52043,13.38,0,1.4,72.25,0.33,12.5,0,0,containers
|
||||
1.519,13.49,3.48,1.35,71.95,0.55,9,0,0,'build wind float'
|
||||
1.51778,13.21,2.81,1.29,72.98,0.51,9.02,0,0.09,'build wind float'
|
||||
1.51905,14,2.39,1.56,72.37,0,9.57,0,0,tableware
|
||||
1.51531,14.38,0,2.66,73.1,0.04,9.08,0.64,0,headlamps
|
||||
1.51916,14.15,0,2.09,72.74,0,10.88,0,0,tableware
|
||||
1.51841,13.02,3.62,1.06,72.34,0.64,9.13,0,0.15,'build wind non-float'
|
||||
1.5159,13.02,3.58,1.51,73.12,0.69,7.96,0,0,'build wind non-float'
|
||||
1.51593,13.25,3.45,1.43,73.17,0.61,7.86,0,0,'build wind non-float'
|
||||
1.5164,12.55,3.48,1.87,73.23,0.63,8.08,0,0.09,'build wind non-float'
|
||||
1.51663,12.93,3.54,1.62,72.96,0.64,8.03,0,0.21,'build wind non-float'
|
||||
1.5169,13.33,3.54,1.61,72.54,0.68,8.11,0,0,'build wind non-float'
|
||||
1.51869,13.19,3.37,1.18,72.72,0.57,8.83,0,0.16,'build wind float'
|
||||
1.51776,13.53,3.41,1.52,72.04,0.58,8.79,0,0,'vehic wind float'
|
||||
1.51775,12.85,3.48,1.23,72.97,0.61,8.56,0.09,0.22,'build wind float'
|
||||
1.5186,13.36,3.43,1.43,72.26,0.51,8.6,0,0,'build wind non-float'
|
||||
1.5172,13.38,3.5,1.15,72.85,0.5,8.43,0,0,'build wind float'
|
||||
1.51623,14.2,0,2.79,73.46,0.04,9.04,0.4,0.09,headlamps
|
||||
1.51618,13.53,3.55,1.54,72.99,0.39,7.78,0,0,'build wind float'
|
||||
1.51761,12.81,3.54,1.23,73.24,0.58,8.39,0,0,'build wind float'
|
||||
1.5161,13.42,3.4,1.22,72.69,0.59,8.32,0,0,'vehic wind float'
|
||||
1.51592,12.86,3.52,2.12,72.66,0.69,7.97,0,0,'build wind non-float'
|
||||
1.51613,13.92,3.52,1.25,72.88,0.37,7.94,0,0.14,'build wind non-float'
|
||||
1.51689,12.67,2.88,1.71,73.21,0.73,8.54,0,0,'build wind non-float'
|
||||
1.51852,14.09,2.19,1.66,72.67,0,9.32,0,0,tableware
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,458 @@
|
||||
%1. Title: Johns Hopkins University Ionosphere database
|
||||
%
|
||||
%2. Source Information:
|
||||
% -- Donor: Vince Sigillito ([email protected])
|
||||
% -- Date: 1989
|
||||
% -- Source: Space Physics Group
|
||||
% Applied Physics Laboratory
|
||||
% Johns Hopkins University
|
||||
% Johns Hopkins Road
|
||||
% Laurel, MD 20723
|
||||
%
|
||||
%3. Past Usage:
|
||||
% -- Sigillito, V. G., Wing, S. P., Hutton, L. V., \& Baker, K. B. (1989).
|
||||
% Classification of radar returns from the ionosphere using neural
|
||||
% networks. Johns Hopkins APL Technical Digest, 10, 262-266.
|
||||
%
|
||||
% They investigated using backprop and the perceptron training algorithm
|
||||
% on this database. Using the first 200 instances for training, which
|
||||
% were carefully split almost 50% positive and 50% negative, they found
|
||||
% that a "linear" perceptron attained 90.7%, a "non-linear" perceptron
|
||||
% attained 92%, and backprop an average of over 96% accuracy on the
|
||||
% remaining 150 test instances, consisting of 123 "good" and only 24 "bad"
|
||||
% instances. (There was a counting error or some mistake somewhere; there
|
||||
% are a total of 351 rather than 350 instances in this domain.) Accuracy
|
||||
% on "good" instances was much higher than for "bad" instances. Backprop
|
||||
% was tested with several different numbers of hidden units (in [0,15])
|
||||
% and incremental results were also reported (corresponding to how well
|
||||
% the different variants of backprop did after a periodic number of
|
||||
% epochs).
|
||||
%
|
||||
% David Aha ([email protected]) briefly investigated this database.
|
||||
% He found that nearest neighbor attains an accuracy of 92.1%, that
|
||||
% Ross Quinlan's C4 algorithm attains 94.0% (no windowing), and that
|
||||
% IB3 (Aha \& Kibler, IJCAI-1989) attained 96.7% (parameter settings:
|
||||
% 70% and 80% for acceptance and dropping respectively).
|
||||
%
|
||||
%4. Relevant Information:
|
||||
% This radar data was collected by a system in Goose Bay, Labrador. This
|
||||
% system consists of a phased array of 16 high-frequency antennas with a
|
||||
% total transmitted power on the order of 6.4 kilowatts. See the paper
|
||||
% for more details. The targets were free electrons in the ionosphere.
|
||||
% "Good" radar returns are those showing evidence of some type of structure
|
||||
% in the ionosphere. "Bad" returns are those that do not; their signals pass
|
||||
% through the ionosphere.
|
||||
%
|
||||
% Received signals were processed using an autocorrelation function whose
|
||||
% arguments are the time of a pulse and the pulse number. There were 17
|
||||
% pulse numbers for the Goose Bay system. Instances in this databse are
|
||||
% described by 2 attributes per pulse number, corresponding to the complex
|
||||
% values returned by the function resulting from the complex electromagnetic
|
||||
% signal.
|
||||
%
|
||||
%5. Number of Instances: 351
|
||||
%
|
||||
%6. Number of Attributes: 34 plus the class attribute
|
||||
% -- All 34 predictor attributes are continuous
|
||||
%
|
||||
%7. Attribute Information:
|
||||
% -- All 34 are continuous, as described above
|
||||
% -- The 35th attribute is either "good" or "bad" according to the definition
|
||||
% summarized above. This is a binary classification task.
|
||||
%
|
||||
%8. Missing Values: None
|
||||
|
||||
@relation ionosphere
|
||||
|
||||
@attribute a01 numeric
|
||||
@attribute a02 numeric
|
||||
@attribute a03 numeric
|
||||
@attribute a04 numeric
|
||||
@attribute a05 numeric
|
||||
@attribute a06 numeric
|
||||
@attribute a07 numeric
|
||||
@attribute a08 numeric
|
||||
@attribute a09 numeric
|
||||
@attribute a10 numeric
|
||||
@attribute a11 numeric
|
||||
@attribute a12 numeric
|
||||
@attribute a13 numeric
|
||||
@attribute a14 numeric
|
||||
@attribute a15 numeric
|
||||
@attribute a16 numeric
|
||||
@attribute a17 numeric
|
||||
@attribute a18 numeric
|
||||
@attribute a19 numeric
|
||||
@attribute a20 numeric
|
||||
@attribute a21 numeric
|
||||
@attribute a22 numeric
|
||||
@attribute a23 numeric
|
||||
@attribute a24 numeric
|
||||
@attribute a25 numeric
|
||||
@attribute a26 numeric
|
||||
@attribute a27 numeric
|
||||
@attribute a28 numeric
|
||||
@attribute a29 numeric
|
||||
@attribute a30 numeric
|
||||
@attribute a31 numeric
|
||||
@attribute a32 numeric
|
||||
@attribute a33 numeric
|
||||
@attribute a34 numeric
|
||||
@attribute class {b, g}
|
||||
|
||||
@data
|
||||
|
||||
1,0,0.99539,-0.05889,0.85243,0.02306,0.83398,-0.37708,1,0.03760,0.85243,-0.17755,0.59755,-0.44945,0.60536,-0.38223,0.84356,-0.38542,0.58212,-0.32192,0.56971,-0.29674,0.36946,-0.47357,0.56811,-0.51171,0.41078,-0.46168,0.21266,-0.34090,0.42267,-0.54487,0.18641,-0.45300,g
|
||||
1,0,1,-0.18829,0.93035,-0.36156,-0.10868,-0.93597,1,-0.04549,0.50874,-0.67743,0.34432,-0.69707,-0.51685,-0.97515,0.05499,-0.62237,0.33109,-1,-0.13151,-0.45300,-0.18056,-0.35734,-0.20332,-0.26569,-0.20468,-0.18401,-0.19040,-0.11593,-0.16626,-0.06288,-0.13738,-0.02447,b
|
||||
1,0,1,-0.03365,1,0.00485,1,-0.12062,0.88965,0.01198,0.73082,0.05346,0.85443,0.00827,0.54591,0.00299,0.83775,-0.13644,0.75535,-0.08540,0.70887,-0.27502,0.43385,-0.12062,0.57528,-0.40220,0.58984,-0.22145,0.43100,-0.17365,0.60436,-0.24180,0.56045,-0.38238,g
|
||||
1,0,1,-0.45161,1,1,0.71216,-1,0,0,0,0,0,0,-1,0.14516,0.54094,-0.39330,-1,-0.54467,-0.69975,1,0,0,1,0.90695,0.51613,1,1,-0.20099,0.25682,1,-0.32382,1,b
|
||||
1,0,1,-0.02401,0.94140,0.06531,0.92106,-0.23255,0.77152,-0.16399,0.52798,-0.20275,0.56409,-0.00712,0.34395,-0.27457,0.52940,-0.21780,0.45107,-0.17813,0.05982,-0.35575,0.02309,-0.52879,0.03286,-0.65158,0.13290,-0.53206,0.02431,-0.62197,-0.05707,-0.59573,-0.04608,-0.65697,g
|
||||
1,0,0.02337,-0.00592,-0.09924,-0.11949,-0.00763,-0.11824,0.14706,0.06637,0.03786,-0.06302,0,0,-0.04572,-0.15540,-0.00343,-0.10196,-0.11575,-0.05414,0.01838,0.03669,0.01519,0.00888,0.03513,-0.01535,-0.03240,0.09223,-0.07859,0.00732,0,0,-0.00039,0.12011,b
|
||||
1,0,0.97588,-0.10602,0.94601,-0.20800,0.92806,-0.28350,0.85996,-0.27342,0.79766,-0.47929,0.78225,-0.50764,0.74628,-0.61436,0.57945,-0.68086,0.37852,-0.73641,0.36324,-0.76562,0.31898,-0.79753,0.22792,-0.81634,0.13659,-0.82510,0.04606,-0.82395,-0.04262,-0.81318,-0.13832,-0.80975,g
|
||||
0,0,0,0,0,0,1,-1,0,0,-1,-1,0,0,0,0,1,1,-1,-1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,b
|
||||
1,0,0.96355,-0.07198,1,-0.14333,1,-0.21313,1,-0.36174,0.92570,-0.43569,0.94510,-0.40668,0.90392,-0.46381,0.98305,-0.35257,0.84537,-0.66020,0.75346,-0.60589,0.69637,-0.64225,0.85106,-0.65440,0.57577,-0.69712,0.25435,-0.63919,0.45114,-0.72779,0.38895,-0.73420,g
|
||||
1,0,-0.01864,-0.08459,0,0,0,0,0.11470,-0.26810,-0.45663,-0.38172,0,0,-0.33656,0.38602,-0.37133,0.15018,0.63728,0.22115,0,0,0,0,-0.14803,-0.01326,0.20645,-0.02294,0,0,0.16595,0.24086,-0.08208,0.38065,b
|
||||
1,0,1,0.06655,1,-0.18388,1,-0.27320,1,-0.43107,1,-0.41349,0.96232,-0.51874,0.90711,-0.59017,0.89230,-0.66474,0.69876,-0.70997,0.70645,-0.76320,0.63081,-0.80544,0.55867,-0.89128,0.47211,-0.86500,0.40303,-0.83675,0.30996,-0.89093,0.22995,-0.89158,g
|
||||
1,0,1,-0.54210,1,-1,1,-1,1,0.36217,1,-0.41119,1,1,1,-1,1,-0.29354,1,-0.93599,1,1,1,1,1,-0.40888,1,-0.62745,1,-1,1,-1,1,-1,b
|
||||
1,0,1,-0.16316,1,-0.10169,0.99999,-0.15197,1,-0.19277,0.94055,-0.35151,0.95735,-0.29785,0.93719,-0.34412,0.94486,-0.28106,0.90137,-0.43383,0.86043,-0.47308,0.82987,-0.51220,0.84080,-0.47137,0.76224,-0.58370,0.65723,-0.68794,0.68714,-0.64537,0.64727,-0.67226,g
|
||||
1,0,1,-0.86701,1,0.22280,0.85492,-0.39896,1,-0.12090,1,0.35147,1,0.07772,1,-0.14767,1,-1,1,-1,0.61831,0.15803,1,0.62349,1,-0.17012,1,0.35924,1,-0.66494,1,0.88428,1,-0.18826,b
|
||||
1,0,1,0.07380,1,0.03420,1,-0.05563,1,0.08764,1,0.19651,1,0.20328,1,0.12785,1,0.10561,1,0.27087,1,0.44758,1,0.41750,1,0.20033,1,0.36743,0.95603,0.48641,1,0.32492,1,0.46712,g
|
||||
1,0,0.50932,-0.93996,1,0.26708,-0.03520,-1,1,-1,0.43685,-1,0,0,-1,-0.34265,-0.37681,0.03623,1,-1,0,0,0,0,-0.16253,0.92236,0.39752,0.26501,0,0,1,0.23188,0,0,b
|
||||
1,0,0.99645,0.06468,1,-0.01236,0.97811,0.02498,0.96112,0.02312,0.99274,0.07808,0.89323,0.10346,0.94212,0.05269,0.88809,0.11120,0.86104,0.08631,0.81633,0.11830,0.83668,0.14442,0.81329,0.13412,0.79476,0.13638,0.79110,0.15379,0.77122,0.15930,0.70941,0.12015,g
|
||||
0,0,0,0,-1,-1,1,1,-1,1,-1,1,1,-1,1,1,-1,-1,-1,1,1,-1,-1,1,-1,1,1,-1,-1,1,-1,-1,1,-1,b
|
||||
1,0,0.67065,0.02528,0.66626,0.05031,0.57197,0.18761,0.08776,0.34081,0.63621,0.12131,0.62099,0.14285,0.78637,0.10976,0.58373,0.18151,0.14395,0.41224,0.53888,0.21326,0.51420,0.22625,0.48838,0.23724,0.46167,0.24618,0.43433,0.25306,0.40663,0.25792,1,0.33036,g
|
||||
0,0,1,-1,0,0,0,0,1,1,1,-1,-0.71875,1,0,0,-1,1,1,1,-1,1,1,0.56250,-1,1,1,1,1,-1,1,1,1,1,b
|
||||
1,0,1,-0.00612,1,-0.09834,1,-0.07649,1,-0.10605,1,-0.11073,1,-0.39489,1,-0.15616,0.92124,-0.31884,0.86473,-0.34534,0.91693,-0.44072,0.96060,-0.46866,0.81874,-0.40372,0.82681,-0.42231,0.75784,-0.38231,0.80448,-0.40575,0.74354,-0.45039,g
|
||||
0,0,1,1,0,0,0,0,-1,-1,0,0,0,0,-1,-1,-1,-1,-1,1,-1,1,0,0,0,0,1,-1,-1,1,-1,1,-1,1,b
|
||||
1,0,0.96071,0.07088,1,0.04296,1,0.09313,0.90169,-0.05144,0.89263,0.02580,0.83250,-0.06142,0.87534,0.09831,0.76544,0.00280,0.75206,-0.05295,0.65961,-0.07905,0.64158,-0.05929,0.55677,-0.07705,0.58051,-0.02205,0.49664,-0.01251,0.51310,-0.00015,0.52099,-0.00182,g
|
||||
0,0,-1,1,0,0,0,0,-1,1,1,1,0,0,0,0,1,-1,-1,1,1,1,0,0,-1,-1,1,-1,1,1,-1,1,0,0,b
|
||||
1,0,1,-0.06182,1,0.02942,1,-0.05131,1,-0.01707,1,-0.11726,0.84493,-0.05202,0.93392,-0.06598,0.69170,-0.07379,0.65731,-0.20367,0.94910,-0.31558,0.80852,-0.31654,0.84932,-0.34838,0.72529,-0.29174,0.73094,-0.38576,0.54356,-0.26284,0.64207,-0.39487,g
|
||||
1,0,1,0.57820,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-0.62796,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,b
|
||||
1,0,1,-0.08714,1,-0.17263,0.86635,-0.81779,0.94817,0.61053,0.95473,-0.41382,0.88486,-0.31736,0.87937,-0.23433,0.81051,-0.62180,0.12245,-1,0.90284,0.11053,0.62357,-0.78547,0.55389,-0.82868,0.48136,-0.86583,0.40650,-0.89674,0.32984,-0.92128,-0.13341,-1,g
|
||||
0,0,-1,-1,0,0,-1,1,1,-0.37500,0,0,0,0,0,0,1,-1,-1,-1,1,-1,0,0,1,-1,-1,1,-1,-1,0,0,-1,1,b
|
||||
1,0,1,0.08380,1,0.17387,1,-0.13308,0.98172,0.64520,1,0.47904,1,0.59113,1,0.70758,1,0.82777,1,0.95099,1,1,0.98042,1,0.91624,1,0.83899,1,0.74822,1,0.64358,1,0.52479,1,g
|
||||
0,0,-1,-1,1,1,1,-1,-1,1,1,-1,-1,-1,0,0,1,1,-1,-1,1,-1,1,-1,1,1,1,-1,1,-1,-1,1,1,-1,b
|
||||
1,0,1,-0.14236,1,-0.16256,1,-0.23656,1,-0.07514,1,-0.25010,1,-0.26161,1,-0.21975,1,-0.38606,1,-0.46162,1,-0.35519,1,-0.59661,1,-0.47643,0.98820,-0.49687,1,-0.75820,1,-0.75761,1,-0.84437,g
|
||||
1,0,1,-1,1,1,1,-1,1,-1,1,-1,1,-0.01840,1,-1,1,1,1,-0.85583,1,1,1,-1,0,0,1,1,1,-0.79141,1,1,1,1,b
|
||||
1,0,0.88208,-0.14639,0.93408,-0.11057,0.92100,-0.16450,0.88307,-0.17036,0.88462,-0.31809,0.85269,-0.31463,0.82116,-0.35924,0.80681,-0.33632,0.75243,-0.47022,0.70555,-0.47153,0.66150,-0.50085,0.61297,-0.48086,0.56804,-0.54629,0.50179,-0.59854,0.47075,-0.57377,0.42189,-0.58086,g
|
||||
1,0,0.71253,-0.02595,0.41287,-0.23067,0.98019,-0.09473,0.99709,-0.10236,1,-0.10951,0.58965,1,0.83726,-1,0.82270,-0.17863,0.80760,-0.28257,-0.25914,0.92730,0.51933,0.05456,0.65493,-0.20392,0.93124,-0.41307,0.63811,-0.21901,0.86136,-0.87354,-0.23186,-1,b
|
||||
1,0,1,-0.15899,0.72314,0.27686,0.83443,-0.58388,1,-0.28207,1,-0.49863,0.79962,-0.12527,0.76837,0.14638,1,0.39337,1,0.26590,0.96354,-0.01891,0.92599,-0.91338,1,0.14803,1,-0.11582,1,-0.11129,1,0.53372,1,-0.57758,g
|
||||
1,0,0.66161,-1,1,1,1,-0.67321,0.80893,-0.40446,1,-1,1,-0.89375,1,0.73393,0.17589,0.70982,1,0.78036,1,0.85268,1,-1,1,0.85357,1,-0.08571,0.95982,-0.36250,1,0.65268,1,0.34732,b
|
||||
1,0,1,0.00433,1,-0.01209,1,-0.02960,1,-0.07014,0.97839,-0.06256,1,-0.06544,0.97261,-0.07917,0.92561,-0.13665,0.94184,-0.14327,0.99589,-0.14248,0.94815,-0.13565,0.89469,-0.20851,0.89067,-0.17909,0.85644,-0.18552,0.83777,-0.20101,0.83867,-0.20766,g
|
||||
0,0,1,1,1,-1,0,0,0,0,-1,-1,0,0,0,0,-1,1,1,1,-1,1,-1,1,1,-1,1,1,-1,1,1,1,0,0,b
|
||||
1,0,0.91241,0.04347,0.94191,0.02280,0.94705,0.05345,0.93582,0.01321,0.91911,0.06348,0.92766,0.12067,0.92048,0.06211,0.88899,0.12722,0.83744,0.14439,0.80983,0.11849,0.77041,0.14222,0.75755,0.11299,0.73550,0.13282,0.66387,0.15300,0.70925,0.10754,0.65258,0.11447,g
|
||||
1,0,1,0.02461,0.99672,0.04861,0.97545,0.07143,0.61745,-1,0.91036,0.11147,0.88462,0.53640,0.82077,0.14137,0.76929,0.15189,1,0.41003,0.65850,0.16371,0.60138,0.16516,0.54446,0.16390,0.48867,0.16019,0.43481,0.15436,0.38352,0.14677,1,1,b
|
||||
1,0,1,0.06538,1,0.20746,1,0.26281,0.93051,0.32213,0.86773,0.39039,0.75474,0.50082,0.79555,0.52321,0.65954,0.60756,0.57619,0.62999,0.47807,0.67135,0.40553,0.68840,0.34384,0.72082,0.27712,0.72386,0.19296,0.70682,0.11372,0.72688,0.06990,0.71444,g
|
||||
1,0,-1,-1,1,1,1,-0.14375,0,0,-1,1,1,1,0.17917,-1,-1,-1,0.08750,-1,1,-1,-1,1,-1,-1,1,-1,-1,-1,1,1,0,0,b
|
||||
1,0,0.90932,0.08791,0.86528,0.16888,1,0.16598,0.55187,0.68154,0.70207,0.36719,0.16286,0.42739,0.57620,0.46086,0.51067,0.49618,0.31639,0.12967,0.37824,0.54462,0.31274,0.55826,0.24856,0.56527,0.18626,0.56605,0.12635,0.56101,0.06927,0.55061,0.12137,0.67739,g
|
||||
1,0,-0.64286,-1,1,0.82857,1,-1,1,-0.23393,1,0.96161,1,-0.37679,1,-1,1,0.13839,1,-1,1,-0.03393,-0.84286,1,0.53750,0.85714,1,1,1,-1,1,-1,1,-1,b
|
||||
1,0,0.99025,-0.05785,0.99793,-0.13009,0.98663,-0.19430,0.99374,-0.25843,0.92738,-0.30130,0.92651,-0.37965,0.89812,-0.43796,0.84922,-0.52064,0.87433,-0.57075,0.79016,-0.59839,0.74725,-0.64615,0.68282,-0.68479,0.65247,-0.73174,0.61010,-0.75353,0.54752,-0.80278,0.49195,-0.83245,g
|
||||
0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,-0.37500,-1,-1,-1,0,0,0,0,-1,-1,-1,-1,-1,1,1,0,0,0,b
|
||||
1,0,1,-0.03730,1,-0.07383,0.99601,-0.11039,0.99838,-0.09931,0.98941,-0.13814,0.96674,-0.21695,0.95288,-0.25099,0.91236,-0.34400,0.90581,-0.32152,0.89991,-0.34691,0.87874,-0.37643,0.86213,-0.42990,0.83172,-0.43122,0.81433,-0.42593,0.77919,-0.47977,0.75115,-0.50152,g
|
||||
1,0,0.94598,-0.02685,-1,0.26131,-0.36393,0.35639,0.69258,-0.63427,1,-0.03353,-0.29020,-0.00550,-0.54852,0.15452,0.91921,-0.46270,1,-0.50424,-0.29735,-0.31454,-0.73864,0.37361,0.83872,-0.46734,0.52208,-0.58130,1,-0.61393,-0.09634,0.20477,-0.06117,0.41913,b
|
||||
1,0,0.98166,0.00874,0.98103,-0.03818,0.97565,-0.05699,0.95947,-0.06971,0.99004,-0.04507,0.94713,-0.11102,0.93369,-0.12790,0.94217,-0.11583,0.79682,-0.19200,0.88274,-0.17387,0.86257,-0.18739,0.88487,-0.19689,0.81813,-0.21136,0.78546,-0.23864,0.76911,-0.23095,0.74323,-0.23902,g
|
||||
1,0,0,0,1,0.51724,0,0,0.10991,-1,0,0,0,0,-1,-0.22414,-0.55711,-0.83297,0.76940,0.63147,0,0,0.53448,0.35668,-0.90302,0.44828,1,-1,-1,0.81573,0,0,0,0,b
|
||||
1,0,0.84134,-0.18362,0.43644,0.02919,0.93421,-0.00267,0.87947,0.13795,0.81121,-0.01789,0.88559,0.54991,0.91714,-0.57486,0.75000,-0.29520,0.86676,-0.20104,1,1,0.46610,-0.16290,0.90066,-0.02778,0.93358,-0.01158,0.61582,-0.32298,0.84463,-0.25706,0.93323,-0.01425,g
|
||||
0,0,1,1,1,-1,0,0,0,0,1,1,1,1,-1,-1,1,-1,-1,1,0,0,1,-1,1,-1,1,1,-1,-1,0,0,0,0,b
|
||||
1,0,1,1,1,1,0.91010,1,-0.26970,1,-0.83152,1,-1,1,-1,0.72526,-1,-0.57779,-1,-0.42052,-1,-1,-0.52838,-1,0.90014,-1,1,-1,1,-1,1,-0.34686,1,0.34845,g
|
||||
1,0,-0.67935,-1,-1,1,1,0.63317,0.03515,-1,-1,-1,1,1,0.88683,-1,-1,1,0.83840,1,1,-1,-1,-1,-0.18856,1,1,-1,-1,-1,-1,1,1,0.33611,b
|
||||
1,0,0.95659,0.08143,0.97487,-0.05667,0.97165,-0.08484,0.96097,-0.06561,0.94717,0.01279,0.95436,-0.16795,0.94612,-0.19497,0.99630,-0.32268,0.90343,-0.35902,0.91428,-0.27316,0.90140,-0.29807,0.99899,-0.40747,0.87244,-0.34586,0.92059,-0.30619,0.83951,-0.39061,0.82166,-0.41173,g
|
||||
1,0,0.08333,-0.20685,-1,1,-1,1,0.71875,0.47173,-0.82143,-0.62723,-1,-1,-1,1,-0.02753,0.59152,-0.42113,-0.42113,-0.74628,-1,-1,-0.46801,-1,0.23810,1,-1,-1,-0.38914,-1,-1,-1,0.61458,b
|
||||
1,0,1,-0.02259,1,-0.04494,1,-0.06682,1,-0.08799,1,0.56173,1,-0.12738,1,-0.14522,1,0.32407,1,-0.17639,0.99484,-0.18949,0.95601,-0.20081,1,-0.92284,0.87280,-0.21793,0.82920,-0.22370,0.78479,-0.22765,0.73992,-0.22981,g
|
||||
0,0,-1,1,1,-1,-1,1,0,0,1,1,-1,-0.18750,1,1,-1,-1,1,-1,-1,-1,1,1,1,-1,1,1,1,1,0,0,-1,-1,b
|
||||
1,0,1,0.05812,0.94525,0.07418,0.99952,0.13231,1,-0.01911,0.94846,0.07033,0.95713,0.14644,0.94862,0.11224,0.90896,0.20119,0.96741,0.16265,0.99695,0.14258,0.90784,0.16410,0.91667,0.22431,0.88423,0.23571,0.88568,0.22511,0.78324,0.29576,0.83574,0.31166,g
|
||||
1,0,0.17188,-1,-1,1,0,0,0,0,-1,1,0,0,-0.61354,-0.67708,0.80521,0.36146,0.51979,0.14375,0,0,-1,-0.27083,-0.84792,0.96250,1,1,-1,0.67708,0,0,0,0,b
|
||||
1,0,1,0.09771,1,0.12197,1,0.22574,0.98602,0.09237,0.94930,0.19211,0.92992,0.24288,0.89241,0.28343,0.85529,0.26721,0.83656,0.33129,0.83393,0.31698,0.74829,0.39597,0.76193,0.34658,0.68452,0.42746,0.62764,0.46031,0.56791,0.47033,0.54252,0.50903,g
|
||||
1,0,0.01667,-0.35625,0,0,0,0,0,0,0,0,0,0,0.12292,-0.55000,0.22813,0.82813,1,-0.42292,0,0,0.08333,-1,-0.10625,-0.16667,1,-0.76667,-1,0.18854,0,0,1,-0.27292,b
|
||||
1,0,1,0.16801,0.99352,0.16334,0.94616,0.33347,0.91759,0.22610,0.91408,0.37107,0.84250,0.46899,0.81011,0.49225,0.78473,0.48311,0.65091,0.56977,0.56553,0.58071,0.55586,0.64720,0.48311,0.55236,0.43317,0.69129,0.35684,0.76147,0.33921,0.66844,0.22101,0.78685,g
|
||||
1,0,0.63816,1,0.20833,-1,1,1,0.87719,0.30921,-0.66886,1,-0.05921,0.58772,0.01754,0.05044,-0.51535,-1,0.14254,-0.03289,0.32675,-0.43860,-1,1,0.80921,-1,1,-0.06140,1,1,0.20614,-1,1,1,b
|
||||
1,0,1,-0.41457,1,0.76131,0.87060,0.18593,1,-0.09925,0.93844,0.47990,0.65452,-0.16080,1,0.00879,0.97613,-0.50126,0.80025,-0.24497,0.88065,-0.19095,1,-0.12312,0.93593,0.10678,0.92890,-0.07249,1,-0.27387,0.43970,0.19849,0.51382,-0.05402,g
|
||||
1,0,0.84783,0.10598,1,0.39130,1,-1,0.66938,0.08424,1,0.27038,1,0.60598,1,0.35507,1,0.02672,0.58424,-0.43025,1,0.63496,0.89130,0.26585,0.91033,-0.33333,1,0.15942,0.37681,-0.01947,1,0.22464,1,0.37409,b
|
||||
1,0,1,0.28046,1,0.02477,1,0.07764,1,0.04317,0.98762,0.33266,1,0.05489,1,0.04384,0.95750,-0.24598,0.84371,-0.08668,1,0.04150,0.99933,0.27376,1,-0.39056,0.96414,-0.02174,0.86747,0.23360,0.94578,-0.22021,0.80355,-0.07329,g
|
||||
0,0,1,-1,1,-1,1,-1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,-1,1,-1,1,0.65625,0,0,1,-1,b
|
||||
1,0,1,0.67784,0.81309,0.82021,0.43019,1,0.20619,0.80541,-0.43872,1,-0.79135,0.77092,-1,0.40268,-0.39046,-0.58634,-0.97907,-0.42822,-0.73083,-0.76339,-0.37671,-0.97491,0.41366,-1,0.41778,-0.93296,0.25773,-1,0.93570,-0.35222,0.98816,0.03446,g
|
||||
1,0,1,1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,0.5,0,0,1,-1,1,-1,b
|
||||
1,0,1,0.03529,1,0.18281,1,0.26968,1,0.25068,1,0.28778,1,0.38643,1,0.31674,1,0.65701,1,0.53846,1,0.61267,1,0.59457,0.89593,0.68326,0.89502,0.71374,0.85611,0.67149,0.74389,0.85611,0.71493,0.75837,g
|
||||
0,0,1,-1,1,1,-1,-1,1,-1,0,0,0,0,-1,1,1,-1,1,-1,-0.75000,1,1,-1,1,-1,1,-1,-1,-1,0,0,1,-1,b
|
||||
1,0,0.96087,0.08620,0.96760,0.19279,0.96026,0.27451,0.98044,0.35052,0.92867,0.46281,0.86265,0.52517,0.82820,0.58794,0.73242,0.69065,0.69003,0.73140,0.54473,0.68820,0.48339,0.76197,0.40615,0.74689,0.33401,0.83796,0.24944,0.86061,0.13756,0.86835,0.09048,0.86285,g
|
||||
1,0,0.69444,0.38889,0,0,-0.32937,0.69841,0,0,0,0,0,0,0.20635,-0.24206,0.21032,0.19444,0.46429,0.78175,0,0,0,0,0.73413,0.27381,0.76190,0.63492,0,0,0,0,0,0,b
|
||||
1,0,1,0.05070,1,0.10827,1,0.19498,1,0.28453,1,0.34826,1,0.38261,0.94575,0.42881,0.89126,0.50391,0.75906,0.58801,0.80644,0.59962,0.79578,0.62758,0.66643,0.63942,0.59417,0.69435,0.49538,0.72684,0.47027,0.71689,0.33381,0.75243,g
|
||||
0,0,1,1,0,0,1,-1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,-1,-1,-1,1,-1,1,-1,1,1,0,0,1,-1,b
|
||||
1,0,1,0.04078,1,0.11982,1,0.16159,1,0.27921,0.98703,0.30889,0.92745,0.37639,0.91118,0.39749,0.81939,0.46059,0.78619,0.46994,0.79400,0.56282,0.70331,0.58129,0.67077,0.59723,0.58903,0.60990,0.53952,0.60932,0.45312,0.63636,0.40442,0.62658,g
|
||||
0,0,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,1,-1,1,1,-1,1,1,-1,1,-1,-1,-1,1,b
|
||||
1,0,1,0.24168,1,0.48590,1,0.72973,1,1,1,1,1,1,1,0.77128,1,1,1,1,0.74468,1,0.89647,1,0.64628,1,0.38255,1,0.10819,1,-0.17370,1,-0.81383,1,g
|
||||
0,0,1,1,1,-1,1,1,-1,1,0,0,1,1,0,0,0,0,-1,1,-1,1,1,1,1,-1,1,1,1,1,1,-1,-1,1,b
|
||||
1,0,1,-0.06604,1,0.62937,1,0.09557,1,0.20280,1,-1,1,-0.40559,1,-0.15851,1,0.04895,1,-0.61538,1,-0.26573,1,-1,1,-0.58042,1,-0.81372,1,-1,1,-0.78555,1,-0.48252,g
|
||||
0,0,1,-1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,-1,1,1,1,-1,b
|
||||
1,0,0.92277,0.07804,0.92679,0.16251,0.89702,0.24618,0.84111,0.35197,0.78801,0.42196,0.70716,0.46983,0.70796,0.56476,0.60459,0.64200,0.51247,0.64924,0.39903,0.66975,0.34232,0.68343,0.23693,0.76146,0.18765,0.73885,0.09694,0.71038,0.02735,0.77072,-0.04023,0.69509,g
|
||||
1,0,0.68198,-0.17314,0.82332,0.21908,0.46643,0.32862,0.25795,0.58304,1,-0.15194,0.01060,0.44523,0.01060,0.38869,0.18681,0.41168,0.10567,0.36353,0.04325,0.30745,-0.00083,0.24936,-0.02862,0.19405,-0.04314,0.14481,-0.04779,0.10349,-0.04585,0.07064,-0.04013,0.04586,b
|
||||
1,0,0.74852,-0.02811,0.65680,-0.05178,0.80621,0.02811,0.85947,0.02515,0.63462,0.08728,0.71598,0.07840,0.73077,0.05178,0.78550,-0.27811,0.65976,-0.01479,0.78698,0.06953,0.34615,-0.18639,0.65385,0.02811,0.61009,-0.06637,0.53550,-0.21154,0.59024,-0.14053,0.56361,0.02959,g
|
||||
1,0,0.39179,-0.06343,0.97464,0.04328,1,1,0.35821,0.15299,0.54478,0.13060,0.61567,-0.82090,0.57836,0.67910,0.66791,-0.10448,0.46642,-0.11567,0.65574,0.14792,0.83209,0.45522,0.47015,0.16418,0.49309,0.14630,0.32463,-0.02612,0.39118,0.13521,0.34411,0.12755,b
|
||||
1,0,0.67547,0.04528,0.76981,-0.10566,0.77358,0.03774,0.66038,-0.04528,0.64528,0.01132,0.66792,-0.13962,0.72075,-0.02264,0.76981,0.08679,0.61887,-0.07925,0.75849,-0.23774,0.73962,-0.14717,0.84906,-0.15094,0.73886,-0.05801,0.66792,0.02264,0.86415,0.03774,0.73208,0.00755,g
|
||||
1,0,0.72727,-0.05000,0.89241,0.03462,1,0.72727,0.66364,-0.05909,0.48182,-0.16818,0.81809,0.09559,0.56818,1,0.50455,0.21818,0.66818,0.10000,1,-0.30000,0.98636,-1,0.57273,0.32727,0.56982,0.14673,0.42273,0.08182,0.48927,0.14643,1,1,b
|
||||
1,0,0.57647,-0.01569,0.40392,0,0.38431,0.12941,0.40000,-0.05882,0.56471,0.14118,0.46667,0.08235,0.52549,-0.05490,0.58039,0.01569,0.50196,0,0.45882,0.06667,0.58039,0.08235,0.49804,0.00392,0.48601,0.10039,0.46275,0.08235,0.45098,0.23529,0.43137,0.17255,g
|
||||
1,0,0.41932,0.12482,0.35000,0.12500,0.23182,0.27955,-0.03636,0.44318,0.04517,0.36194,-0.19091,0.33636,-0.13350,0.27322,0.02727,0.40455,-0.34773,0.12727,-0.20028,0.05078,-0.18636,0.36364,-0.14003,-0.04802,-0.09971,-0.07114,-1,-1,-0.02916,-0.07464,-0.00526,-0.06314,b
|
||||
1,0,0.88305,-0.21996,1,0.36373,0.82403,0.19206,0.85086,0.05901,0.90558,-0.04292,0.85193,0.25000,0.77897,0.25322,0.69206,0.57940,0.71030,0.39056,0.73176,0.27575,1,0.34871,0.56760,0.52039,0.69811,0.53235,0.80901,0.58584,0.43026,0.70923,0.52361,0.54185,g
|
||||
1,0,0.84557,-0.08580,-0.31745,-0.80553,-0.08961,-0.56435,0.80648,0.04576,0.89514,-0.00763,-0.18494,0.63966,-0.20019,-0.68065,0.85701,-0.11344,0.77979,-0.15729,-0.06959,0.50810,-0.34128,0.80934,0.78932,-0.03718,0.70882,-0.25288,0.77884,-0.14109,-0.21354,-0.78170,-0.18494,-0.59867,b
|
||||
1,0,0.70870,-0.24783,0.64348,0.04348,0.45217,0.38261,0.65217,0.18261,0.5,0.26957,0.57826,-0.23043,0.50435,0.37826,0.38696,-0.42609,0.36087,-0.26087,0.26957,0.11739,0.53246,-0.03845,0.31304,-0.12174,0.49930,-0.04264,0.48348,-0.04448,0.64348,-0.25217,0.50435,0.14783,g
|
||||
1,0,-0.54180,0.14861,-0.33746,0.73375,0.52012,-0.13932,0.31889,-0.06811,0.20743,-0.15170,0.47368,0.08978,0.56347,-0.15480,0.16409,0.45201,0.33746,0.03406,0.50464,0.07121,-0.63777,-0.61610,1,0.65635,0.41348,-0.40116,-0.15170,0.11146,0.02399,0.55820,0.52632,-0.08978,b
|
||||
1,0,0.29202,0.13582,0.45331,0.16808,0.51783,-0.00509,0.52632,0.20883,0.52462,-0.16638,0.47368,-0.04754,0.55518,0.03905,0.81664,-0.22411,0.42445,-0.04244,0.34975,0.06621,0.28183,-0.20883,0.51731,-0.03176,0.50369,-0.03351,0.34635,0.09847,0.70798,-0.01868,0.39559,-0.03226,g
|
||||
1,0,0.79157,0.16851,0,0,0.56541,0.06874,0.39468,1,0.38359,0.99557,-0.02439,0.53215,0.23725,0.12860,-0.02661,0.95122,-0.50998,0.84922,-0.10200,0.38803,-0.42572,0.23725,-0.91574,0.80710,-0.34146,0.88248,-1,0.69401,-1,0.12860,0,0,b
|
||||
1,0,0.90116,0.16607,0.79299,0.37379,0.72990,0.50515,0.59784,0.72997,0.44303,0.81152,0.24412,0.87493,0.06438,0.85038,-0.12611,0.87396,-0.28739,0.79617,-0.46635,0.65924,-0.57135,0.53805,-0.68159,0.39951,-0.71844,0.25835,-0.72369,0.11218,-0.71475,-0.05525,-0.67699,-0.19904,g
|
||||
1,0,0.97714,0.19049,0.82683,0.46259,0.71771,0.58732,0.47968,0.84278,0.31409,0.92643,0.10289,0.93945,-0.13254,0.84290,-0.32020,0.91624,-0.52145,0.79525,-0.68274,0.49508,-0.77408,0.33537,-0.85376,0.17849,-0.83314,-0.01358,-0.82366,-0.19321,-0.67289,-0.33662,-0.59943,-0.49700,g
|
||||
1,0,-1,-1,0,0,0.50814,-0.78502,0.60586,0.32899,-1,-0.41368,0,0,0,0,1,-0.26710,0.36482,-0.63518,0.97068,-1,-1,-1,1,-0.59609,-1,-1,-1,-1,1,-1,0,0,b
|
||||
1,0,0.74084,0.04974,0.79074,0.02543,0.78575,0.03793,0.66230,0.09948,0.67801,0.31152,0.75934,0.07348,0.74695,0.08442,0.70681,-0.07853,0.63613,0,0.70021,0.11355,0.68183,0.12185,0.67016,0.15445,0.64158,0.13608,0.65707,0.17539,0.59759,0.14697,0.57455,0.15114,g
|
||||
1,0,1,-1,0,0,0.77941,-0.99265,0.80882,0.55147,-0.41912,-0.94853,0,0,0,0,0.72059,-0.77206,0.73529,-0.60294,0,0,0.18382,-1,-1,-1,-1,-1,1,-1,1,-1,0,0,b
|
||||
1,0,1,0.01709,0.96215,-0.03142,1,-0.03436,1,-0.05071,0.99026,-0.07092,0.99173,-0.09002,1,-0.15727,1,-0.14257,0.98310,-0.11813,1,-0.18519,1,-0.19272,0.98971,-0.22083,0.96490,-0.20243,0.94599,-0.17123,0.96436,-0.22561,0.87011,-0.23296,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,b
|
||||
1,0,0.95704,-0.12095,0.63318,-0.12690,0.96365,-0.18242,0.97026,0.08460,0.92003,-0.01124,0.83543,-0.24719,1,-0.31395,0.99273,-0.21216,0.98678,-0.21018,1,-0.27165,0.93126,-0.39458,1,-0.19233,0.88793,-0.31565,0.81428,-0.23728,0.89095,-0.31857,0.69531,-0.41573,g
|
||||
1,0,0.28409,-0.31818,0,0,0.68182,-1,0.30682,0.95833,0.64394,0.06439,0.34848,-0.84848,0,0,0.59091,-0.35985,0.45076,-0.80682,0,0,0,0,0.24242,0.17803,1,-0.23864,0.06061,-0.48485,0.16288,-0.70076,0,0,b
|
||||
1,0,0.94490,-0.49311,1,-0.03692,0.98898,-0.87052,0.90083,0.66942,1,-0.10104,1,-0.12493,1,-0.15017,1,-0.17681,1,-0.20491,1,-0.23452,1,-0.26571,1,-0.29852,1,-0.33304,1,-0.36931,1,-0.40740,1,-0.44739,g
|
||||
1,0,0,0,0,0,0,0,0,0,0.62195,1,0,0,0,0,0.36585,-0.71951,0.56098,-1,0,0,0,0,0,0,1,0.10976,0,0,0,0,0,0,b
|
||||
1,0,0.99449,0.00526,0.84082,-0.11313,0.88237,-0.16431,0.99061,-0.06257,0.96484,-0.07496,0.85221,0.02966,0.87161,-0.20848,0.93881,-0.12977,0.98298,-0.08935,0.89876,0.00075,0.87836,-0.05882,0.93368,-0.19872,0.87579,-0.17806,0.94294,-0.16581,0.80253,-0.25741,0.76586,-0.27794,g
|
||||
1,0,0.10135,0.10811,0,0,0,0,0.54730,0.82432,0.31081,1,0,0,0,0,0.37162,-1,0.33108,-1,0,0,0,0,-0.42568,-1,1,-1,0.55405,-0.23649,0,0,0,0,b
|
||||
1,0,1,-0.57224,0.99150,-0.73371,0.89518,-0.97450,1,-0.35818,1,-0.23229,0.62890,-0.86402,1,-0.57535,1,-0.79603,0.76771,-0.88952,0.96601,-1,0.70120,-0.74896,0.61946,-0.76904,0.53777,-0.77986,0.81020,-1,1,-1,0.30445,-0.76112,g
|
||||
1,0,0.65909,-0.62879,0,0,0,0,0.77273,1,1,-0.28030,0,0,0,0,0.62121,-0.22727,0.84091,-1,1,-1,0,0,0,0,1,-0.93939,-0.12879,-0.93182,0,0,0,0,b
|
||||
1,0,0.86284,0.19310,0.80920,0.41149,0.67203,0.55785,0.54559,0.69962,0.36705,0.81533,0.19617,0.85671,-0.04061,0.86284,-0.17241,0.75785,-0.34100,0.65747,-0.48199,0.56092,-0.60230,0.40996,-0.59234,0.25747,-0.63038,0.08818,-0.57241,-0.07816,-0.54866,-0.19923,-0.42912,-0.31954,g
|
||||
1,0,0.42000,-0.61000,0,0,1,-1,0.90000,1,0.43000,0.64000,0,0,0,0,0.67000,-0.29000,0.84000,-1,0,0,0,0,0.21000,0.68000,1,0.22000,0,0,0,0,0,0,b
|
||||
1,0,1,0.23395,0.91404,0.52013,0.78020,0.72144,0.47660,0.84222,0.27639,0.91730,0.09467,0.88248,-0.21980,0.91404,-0.34168,0.75517,-0.51360,0.64527,-0.64527,0.44614,-0.74102,0.29162,-0.70838,0.03591,-0.71731,-0.11943,-0.64962,-0.28183,-0.51251,-0.44505,-0.37432,-0.53319,g
|
||||
1,0,0.91353,0.81586,-0.72973,1,-0.39466,0.55735,0.05405,0.29730,-0.18599,-0.10241,-0.03158,-0.08970,0.01401,-0.03403,0.01108,-0.00537,0.00342,0.00097,0.00048,0.00075,-0.00003,0.00019,-0.00003,0.00002,-0.00001,0,0,0,0,0,0,0,b
|
||||
1,0,0.21429,-0.09524,0.33333,0.07143,0.19048,0.19048,0.23810,0.09524,0.40476,0.02381,0.30952,-0.04762,0.30952,-0.04762,0.28571,-0.11905,0.33333,0.04762,0.30952,0,0.21429,-0.11905,0.35714,-0.04762,0.22109,-0.02290,0.19048,0,0.16997,-0.02034,0.14694,-0.01877,g
|
||||
1,0,1,-0.14754,1,0.04918,0.57377,-0.01639,0.65574,0.01639,0.85246,-0.03279,0.72131,0,0.68852,-0.16393,0.19672,-0.14754,0.65558,-0.17176,0.67213,0.03279,1,-0.29508,0.31148,-0.34426,0.52385,-0.20325,0.32787,-0.03279,0.27869,-0.44262,0.49180,-0.06557,b
|
||||
1,0,0.98182,0,0.88627,0.03131,0.86249,0.04572,0.80000,0,0.69091,0.04545,0.79343,0.08436,0.77118,0.09579,0.62727,0.25455,0.68182,0.12727,0.70674,0.12608,0.68604,0.13493,0.74545,0.22727,0.64581,0.15088,0.67273,0.02727,0.60715,0.16465,0.58840,0.17077,g
|
||||
1,0,0.39286,0.52381,-0.78824,0.11342,-0.16628,-0.76378,0.66667,0.01190,0.82143,0.40476,-0.67230,0.30729,-0.34797,-0.63668,0.46429,0.15476,0.54762,0.05952,-0.51830,0.44961,-0.47651,-0.47594,0.32143,0.70238,0.51971,0.38848,0.57143,0.39286,-0.54891,-0.29915,0.25441,-0.55837,b
|
||||
1,0,0.86889,-0.07111,1,-0.02494,1,-0.06889,0.87778,0.00222,0.83556,-0.06444,1,-0.07287,1,-0.20000,0.86889,0.05333,0.88000,-0.03778,1,-0.11526,1,-0.18667,0.84444,0.03556,1,-0.14162,0.82222,-0.14667,1,-0.15609,1,-0.44222,g
|
||||
1,0,0.43636,-0.12727,0.58182,-0.14545,0.18182,-0.67273,0.34545,-0.03636,0.29091,-0.05455,0.29091,0.29091,0.36364,-0.41818,0.20000,-0.01818,0.36364,0.05455,0.12727,0.49091,0.61818,0.16364,0.32727,0.16364,0.41098,-0.07027,0.34545,-0.05455,0.12727,-0.36364,0.29091,-0.29091,b
|
||||
1,0,1,-0.92453,1,0.75472,0.49057,-0.05660,0.62264,0,1,-0.00054,0.45283,0.07547,0.62264,-0.05660,0.98878,-0.00085,0.52830,0,0.52830,0.07547,0.95190,-0.00112,1,0.79245,0.92192,-0.00128,0.94340,-1,1,0.43396,0.43396,-0.11321,g
|
||||
1,0,0.73810,0.83333,-0.76190,-0.23810,0.33333,-0.14286,0.45238,-0.14286,-0.67285,0.12808,0.33333,0,0.28571,-0.07143,-0.38214,0.51163,0.23810,0.02381,0.45238,0.04762,0.16667,-0.26190,-0.57255,-0.10234,0.24889,-0.51079,1,0,-0.66667,-0.04762,0.26190,0.02381,b
|
||||
1,0,0.43750,0.04167,0.58333,-0.10417,0.39583,0,0.33333,-0.06250,0.47917,0,0.29167,0.10417,0.54167,0.02083,0.43750,-0.22917,0.35417,-0.22917,0.33333,0.08333,0.25000,0.18750,0.39583,-0.18750,0.44012,-0.10064,0.41667,-0.08333,0.58333,-0.31250,0.33333,-0.06250,g
|
||||
1,0,1,1,0,0,0,0,0,0,0.47744,-0.89098,-0.51504,0.45489,-0.95489,0.28571,0.64662,1,0,0,0,0,0.62030,0.20301,-1,-1,1,-1,1,1,0,0,0,0,b
|
||||
1,0,0.95217,0.06595,0.93614,0.13030,0.90996,0.19152,0.84881,-0.49962,0.90023,0.61320,0.77937,0.34328,0.72254,0.37988,0.66145,0.40844,0.95472,0.59862,0.53258,0.44088,0.46773,0.44511,0.40440,0.44199,0.34374,0.43221,0.90330,1,0.23405,0.39620,0.18632,0.37191,g
|
||||
1,0,0.59840,0.40332,0.82809,0.80521,0.76001,0.70709,0.84010,-0.10984,0.97311,0.07981,0.95824,-0.85727,0.91962,0.88444,0.95452,-0.05206,0.88673,0.18135,0.98484,-0.69594,0.86670,-0.85755,0.28604,-0.30063,1,0.17076,0.62958,0.42677,0.87757,0.81007,0.81979,0.68822,b
|
||||
1,0,0.95882,0.10129,1,-0.01918,0.98313,0.02555,0.96974,-0.09316,0.98955,-0.02716,0.97980,-0.03096,1,-0.05343,1,-0.05179,0.93840,0.01557,0.97620,-0.09284,0.97889,-0.05318,0.91567,-0.15675,0.95677,-0.06995,0.90978,0.01307,1,-0.10797,0.93144,-0.06888,g
|
||||
1,0,0,0,-0.33672,0.85388,0,0,0.68869,-1,0.97078,0.31385,-0.26048,-0.59212,-0.30241,0.65565,0.94155,0.16391,0,0,0,0,-0.18043,-1,0,0,1,-1,0,0,0.04447,0.61881,0,0,b
|
||||
1,0,0.96933,0.00876,1,0.00843,0.98658,-0.00763,0.97868,-0.02844,0.99820,-0.03510,1,-0.01271,1,-0.02581,1,-0.01175,0.98485,0.00025,1,-0.02612,1,-0.04744,0.96019,-0.04527,0.99188,-0.03473,0.97020,-0.02478,1,-0.03855,0.98420,-0.04112,g
|
||||
1,0,0,0,0.98919,-0.22703,0.18919,-0.05405,0,0,0.93243,0.07297,1,-0.20000,1,0.07027,1,-0.11351,0,0,1,-0.21081,1,-0.41622,0,0,1,-0.17568,0,0,1,-0.25946,0.28919,-0.15676,b
|
||||
1,0,0.64122,0.01403,0.34146,-0.02439,0.52751,0.03466,0.19512,0.12195,0.43313,0.04755,0.21951,0.04878,0.29268,0,0.36585,0,0.31707,0.07317,0.26829,0.12195,0.23698,0.05813,0.21951,0.09756,0.19304,0.05641,0.17410,0.05504,0.19512,0,0.17073,0.07317,g
|
||||
1,0,1,1,1,-1,0,0,0,0,1,1,1,-1,1,1,1,-1,0,0,0,0,1,-0.27778,0,0,1,-1,1,1,1,-1,0,0,b
|
||||
1,0,0.34694,0.20408,0.46939,0.24490,0.40816,0.20408,0.46939,0.44898,0.30612,0.59184,0.12245,0.55102,0,0.51020,-0.06122,0.55102,-0.20408,0.55102,-0.28571,0.44898,-0.28571,0.32653,-0.61224,0.22449,-0.46579,0.14895,-0.59184,0.18367,-0.34694,0,-0.26531,-0.24490,g
|
||||
1,0,0,0,1,-1,0,0,0,0,1,1,1,-0.25342,1,0.23288,1,-1,0,0,0,0,1,1,0,0,1,-1,0,0,1,-1,0,0,b
|
||||
1,0,0.89706,0.38235,0.91176,0.37500,0.74265,0.67647,0.45588,0.77941,0.19118,0.88971,-0.02206,0.86029,-0.20588,0.82353,-0.37500,0.67647,-0.5,0.47794,-0.73529,0.38235,-0.86029,0.08824,-0.74265,-0.12500,-0.67925,-0.24131,-0.55147,-0.42647,-0.44118,-0.50735,-0.28676,-0.56618,g
|
||||
1,0,-1,0.28105,0.22222,0.15033,-0.75693,-0.70984,-0.30719,0.71242,-1,1,-0.81699,0.33987,-0.79085,-0.02614,-0.98039,-0.83007,-0.60131,-0.54248,-0.04575,-0.83007,0.94118,-0.94118,-1,-0.43137,0.74385,0.09176,-1,0.05229,0.18301,0.02614,-0.40201,-0.48241,b
|
||||
1,0,0.26667,-0.10000,0.53333,0,0.33333,-0.13333,0.36667,0.11667,0.56667,0.01667,0.71667,0.08333,0.70000,-0.06667,0.53333,0.20000,0.41667,-0.01667,0.31667,0.20000,0.70000,0,0.25000,0.13333,0.46214,0.05439,0.40000,0.03333,0.46667,0.03333,0.41667,-0.05000,g
|
||||
1,0,-0.26667,0.40000,-0.27303,0.12159,-0.17778,-0.04444,0.06192,-0.06879,0.04461,0.02575,-0.00885,0.02726,-0.01586,-0.00166,-0.00093,-0.00883,0.00470,-0.00153,0.00138,0.00238,-0.00114,0.00102,-0.00069,-0.00050,0.00019,-0.00043,0.00026,0.00005,0,0.00015,-0.00008,0.00002,b
|
||||
1,0,1,-0.37838,0.64865,0.29730,0.64865,-0.24324,0.86486,0.18919,1,-0.27027,0.51351,0,0.62162,-0.05405,0.32432,-0.21622,0.71833,-0.17666,0.62162,0.05405,0.75676,0.13514,0.35135,-0.29730,0.61031,-0.22163,0.58478,-0.23027,0.72973,-0.59459,0.51351,-0.24324,g
|
||||
1,0,0.94531,-0.03516,-1,-0.33203,-1,-0.01563,0.97266,0.01172,0.93359,-0.01953,-1,0.16406,-1,-0.00391,0.95313,-0.03516,0.92188,-0.02734,-0.99219,0.11719,-0.93359,0.34766,0.95703,-0.00391,0.82041,0.13758,0.90234,-0.06641,-1,-0.18750,-1,-0.34375,b
|
||||
1,0,0.95202,0.02254,0.93757,-0.01272,0.93526,0.01214,0.96705,-0.01734,0.96936,0.00520,0.95665,-0.03064,0.95260,-0.00405,0.99480,-0.02659,0.99769,0.01792,0.93584,-0.04971,0.93815,-0.02370,0.97052,-0.04451,0.96215,-0.01647,0.97399,0.01908,0.95434,-0.03410,0.95838,0.00809,g
|
||||
1,0,1,-0.05529,1,-1,0.5,-0.11111,0.36111,-0.22222,1,-0.25712,0.16667,-0.11111,1,-0.34660,1,-0.38853,1,-0.42862,0,-0.25000,1,-0.50333,1,-0.27778,1,-0.57092,1,-0.27778,1,-0.63156,1,-0.65935,b
|
||||
1,0,0.31034,-0.10345,0.24138,-0.10345,0.20690,-0.06897,0.07405,-0.05431,0.03649,-0.03689,0.01707,-0.02383,0.00741,-0.01482,0.00281,-0.00893,0.00078,-0.00523,-0.00003,-0.00299,-0.00028,-0.00166,-0.00031,-0.00090,-0.00025,-0.00048,-0.00018,-0.00024,-0.00012,-0.00012,-0.00008,-0.00006,g
|
||||
1,0,0.62745,-0.07843,0.72549,0,0.60784,-0.07843,0.62745,-0.11765,0.68627,-0.11765,0.66667,-0.13725,0.64706,-0.09804,0.54902,-0.11765,0.54902,-0.21569,0.58824,-0.19608,0.66667,-0.23529,0.45098,-0.25490,0.52409,-0.24668,0.56863,-0.31373,0.43137,-0.21569,0.47059,-0.27451,b
|
||||
1,0,0.25000,0.16667,0.46667,0.26667,0.19036,0.23966,0.07766,0.19939,0.01070,0.14922,-0.02367,0.10188,-0.03685,0.06317,-0.03766,0.03458,-0.03230,0.01532,-0.02474,0.00357,-0.01726,-0.00273,-0.01097,-0.00539,-0.00621,-0.00586,-0.00294,-0.00520,-0.00089,-0.00408,0.00025,-0.00291,g
|
||||
1,0,-0.65625,0.15625,0.06250,0,0,0.06250,0.62500,0.06250,0.18750,0,-0.03125,0.09375,0.06250,0,0.15625,-0.15625,0.43750,-0.37500,0,-0.09375,0,0,0.03125,-0.46875,0.03125,0,-0.71875,0.03125,-0.03125,0,0,0.09375,b
|
||||
1,0,1,-0.01081,1,-0.02703,1,-0.06486,0.95135,-0.01622,0.98919,-0.03243,0.98919,0.08649,1,-0.06486,0.95135,0.09189,0.97838,-0.00541,1,0.06486,1,0.04324,0.97838,0.09189,0.98556,0.01251,1,-0.03243,1,0.02703,1,-0.07027,g
|
||||
1,0,0.85271,0.05426,1,0.08069,1,1,0.91473,-0.00775,0.83721,0.03876,1,0.27153,1,1,0.81395,0.04651,0.90698,0.11628,1,0.50670,1,-1,0.80620,0.03876,1,0.71613,0.84496,0.06977,1,0.87317,1,1,b
|
||||
1,0,0.90374,-0.01604,1,0.08021,1,0.01604,0.93048,0.00535,0.93583,-0.01604,1,0,1,0.06417,1,0.04813,0.91444,0.04278,0.96791,0.02139,0.98930,-0.01604,0.96257,0.05348,0.96974,0.04452,0.87701,0.01070,1,0.09091,0.97861,0.06417,g
|
||||
1,0,-0.20500,0.28750,0.23000,0.10000,0.28250,0.31750,0.32250,0.35000,0.36285,-0.34617,0.09250,0.27500,-0.09500,0.21000,-0.08750,0.23500,-0.34187,0.31408,-0.48000,-0.08000,0.29908,0.33176,-0.58000,-0.24000,0.32190,-0.28475,-0.47000,0.18500,-0.27104,-0.31228,0.40445,0.03050,b
|
||||
1,0,0.60000,0.03333,0.63333,0.06667,0.70000,0.06667,0.70000,0,0.63333,0,0.80000,0,0.73333,0,0.70000,0.10000,0.66667,0.10000,0.73333,-0.03333,0.76667,0,0.63333,0.13333,0.65932,0.10168,0.60000,0.13333,0.60000,0.16667,0.63333,0.16667,g
|
||||
1,0,0.05866,-0.00838,0.06704,0.00838,0,-0.01117,0.00559,-0.03911,0.01676,-0.07542,-0.00559,0.05307,0.06425,-0.03352,0,0.09497,-0.06425,0.07542,-0.04749,0.02514,0.02793,-0.00559,0.00838,0.00559,0.10335,-0.00838,0.03073,-0.00279,0.04469,0,0.04749,-0.03352,b
|
||||
1,0,0.94653,0.28713,0.72554,0.67248,0.47564,0.82455,0.01267,0.89109,-0.24871,0.84475,-0.47644,0.56079,-0.75881,0.41743,-0.66455,0.07208,-0.65426,-0.19525,-0.52475,-0.44000,-0.30851,-0.55089,-0.04119,-0.64792,0.16085,-0.56420,0.36752,-0.41901,0.46059,-0.22535,0.50376,-0.05980,g
|
||||
1,0,0.05460,0.01437,-0.02586,0.04598,0.01437,0.04598,-0.07759,0.00862,0.01724,-0.06609,-0.03736,0.04310,-0.08333,-0.04598,-0.09483,0.08046,-0.04023,0.05172,0.02011,0.02299,-0.03736,-0.01149,0.03161,-0.00862,0.00862,0.01724,0.02586,0.01149,0.02586,0.01149,-0.04598,-0.00575,b
|
||||
1,0,0.72414,-0.01084,0.79704,0.01084,0.80000,0.00197,0.79015,0.01084,0.78424,-0.00985,0.83350,0.03251,0.85123,0.01675,0.80099,-0.00788,0.79113,-0.02956,0.75961,0.03350,0.74778,0.05517,0.72611,-0.01478,0.78041,0.00612,0.74089,-0.05025,0.82956,0.02956,0.79015,0.00788,g
|
||||
1,0,0.03852,0.02568,0.00428,0,0.01997,-0.01997,0.02140,-0.04993,-0.04850,-0.01284,0.01427,-0.02282,0,-0.03281,-0.04708,-0.02853,-0.01712,0.03566,0.02140,0.00428,0.05136,-0.02282,0.05136,0.01854,0.03994,0.01569,0.01997,0.00713,-0.02568,-0.01854,-0.01427,0.01997,b
|
||||
1,0,0.47090,0.22751,0.42328,0.33598,0.25661,0.47619,0.01852,0.49471,-0.02116,0.53968,-0.34127,0.31217,-0.41270,0.32540,-0.51587,0.06878,-0.5,-0.11640,-0.14815,-0.14550,-0.14815,-0.38095,-0.23280,0.00265,0.03574,-0.31739,0.15873,-0.21693,0.24868,-0.24339,0.26720,0.04233,g
|
||||
1,0,0.08696,0.00686,0.13959,-0.04119,0.10526,-0.08238,0.12586,-0.06178,0.23341,-0.01144,0.12357,0.07780,0.14645,-0.13501,0.29062,-0.04805,0.18993,0.07323,0.11670,0,0.11213,-0.00229,0.15103,-0.10297,0.08467,0.01373,0.11213,-0.06636,0.09611,-0.07323,0.11670,-0.06865,b
|
||||
1,0,0.94333,0.38574,0.48263,0.64534,0.21572,0.77514,-0.55941,0.64899,-0.73675,0.42048,-0.76051,0,-0.62706,-0.31079,-0.38391,-0.62157,-0.12797,-0.69287,0.49909,-0.63620,0.71481,-0.37660,0.73857,-0.05484,0.60098,0.30384,0.45521,0.60512,0.02742,0.54479,-0.21572,0.50457,g
|
||||
1,0,0.01975,0.00705,0.04090,-0.00846,0.02116,0.01128,0.01128,0.04372,0.00282,0.00141,0.01975,-0.03103,-0.01975,0.06065,-0.04090,0.02680,-0.02398,-0.00423,0.04372,-0.02539,0.01834,0,0,-0.01269,0.01834,-0.01128,0.00564,-0.01551,-0.01693,-0.02398,0.00705,0,b
|
||||
1,0,0.85736,0.00075,0.81927,-0.05676,0.77521,-0.04182,0.84317,0.09037,0.86258,0.11949,0.88051,-0.06124,0.78342,0.03510,0.83719,-0.06796,0.83570,-0.14190,0.88125,0.01195,0.90515,0.02240,0.79686,-0.01942,0.82383,-0.03678,0.88125,-0.06423,0.73936,-0.01942,0.79089,-0.09186,g
|
||||
1,0,1,-1,1,1,-1,1,1,-1,1,-1,-1,-1,-1,1,1,1,1,1,-1,1,1,-1,1,-1,1,1,1,1,-1,1,-1,1,b
|
||||
1,0,0.85209,0.39252,0.38887,0.76432,0.08858,0.98903,-0.42625,0.88744,-0.76229,0.49980,-0.93092,0.10768,-0.85900,-0.31044,-0.66030,-0.55262,-0.19260,-0.86063,0.28444,-0.80496,0.64649,-0.35230,0.77814,-0.23324,0.71698,0.21343,0.37830,0.58310,0.19667,0.66315,-0.11215,0.64933,g
|
||||
1,0,1,1,1,0.51250,0.62500,-1,1,1,0.02500,0.03125,1,1,0,0,1,-1,1,1,1,1,0.31250,1,1,1,1,1,1,1,-0.94375,1,0,0,b
|
||||
1,0,1,0.54902,0.62745,1,0.01961,1,-0.49020,0.92157,-0.82353,0.58824,-1,0.11765,-0.96078,-0.33333,-0.64706,-0.68627,-0.23529,-0.86275,0.35294,-1,0.74510,-0.72549,0.92157,-0.21569,0.92874,0.21876,0.72549,0.56863,0.23529,0.90196,-0.11765,0.90196,g
|
||||
1,0,0,0,-1,-1,-1,1,0,0,-1,1,1,1,1,-1,0,0,0,0,-1,-1,-1,1,1,0.43750,1,-1,0,0,-1,-1,-1,1,b
|
||||
1,0,0.44444,0.44444,0.53695,0.90763,-0.22222,1,-0.33333,0.88889,-1,0.33333,-1,-0.11111,-1,-0.22222,-0.66667,-0.77778,0.55556,-1,-0.22222,-0.77778,0.77778,-0.22222,0.33333,0,0.92120,0.45019,0.57454,0.84353,0.22222,1,-0.55556,1,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,b
|
||||
1,0,1,0,1,0,0.5,0.50000,0.75000,0,0.91201,0.12094,0.89067,0.14210,0.86922,0.16228,0.75000,0.25000,0.75000,0.5,0.75000,0,1,-0.25000,0.5,0.50000,0.73944,0.26388,0.75000,0.25000,0.69635,0.29074,0.67493,0.30293,g
|
||||
0,0,-1,1,1,1,0,0,1,-1,1,-1,1,-1,-1,-1,0,0,-1,-1,0,0,0,0,-1,-1,1,-1,1,1,-1,-1,0,0,b
|
||||
1,0,1,0,1,0,0.66667,0.11111,1,-0.11111,0.88889,-0.11111,1,-0.22222,0.77778,0,0.77778,0,1,-0.11111,0.77778,-0.11111,0.66667,-0.11111,0.66667,0,0.90347,-0.05352,1,0.11111,0.88889,-0.11111,1,0,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1,0.75000,0,0,0,0,-1,1,0,0,1,-1,-1,-1,1,1,0,0,b
|
||||
1,0,1,0.45455,1,-0.45455,1,0.09091,1,-0.09091,1,0,1,-0.27273,1,-0.18182,1,0.09091,1,0,1,-0.36364,1,0.09091,1,-0.09091,1,-0.04914,1,0.45455,1,-0.27273,1,-0.18182,g
|
||||
1,0,0.62121,-0.63636,0,0,0,0,0.34470,0.28788,0.42803,0.39394,-0.07576,0.51894,0.36364,0.31439,-0.53788,0.32955,0.12121,-0.14773,0.01894,-0.53409,-0.57576,0.17803,0.29167,-0.27273,0.25758,-0.57576,0.43182,0.24242,0.18182,-0.02273,0.17045,-0.41667,b
|
||||
1,0,1,0.11765,1,0.23529,1,0.41176,1,0.05882,1,0.23529,1,0.11765,1,0.47059,1,-0.05882,1,-0.11765,1,0.35294,1,0.41176,1,-0.11765,1,0.20225,1,0.05882,1,0.35294,1,0.23529,g
|
||||
1,0,0,0,-1,-0.62766,1,0.51064,0.07979,-0.23404,-1,-0.36170,0.12766,-0.59043,1,-1,0,0,0.82979,-0.07979,-0.25000,1,0.17021,-0.70745,0,0,-0.19149,-0.46809,-0.22340,-0.48936,0.74468,0.90426,-0.67553,0.45745,b
|
||||
1,0,0.91667,0.29167,0.83333,-0.16667,0.70833,0.25000,0.87500,-0.08333,0.91667,0.04167,0.83333,0.12500,0.70833,0,0.87500,0.04167,1,0.08333,0.66667,-0.08333,0.75000,0.16667,0.83333,-0.12500,0.83796,0.05503,1,0.20833,0.70833,0,0.70833,0.04167,g
|
||||
1,0,0.18590,-0.16667,0,0,0,0,0,0,0,0,0.11538,-0.19071,0,0,0,0,0,0,0,0,-0.05128,-0.06571,0.07853,0.08974,0.17308,-0.10897,0.12500,0.09615,0.02564,-0.04808,0.16827,0.19551,b
|
||||
1,0,1,-0.08183,1,-0.11326,0.99246,-0.29802,1,-0.33075,0.96662,-0.34281,0.85788,-0.47265,0.91904,-0.48170,0.73084,-0.65224,0.68131,-0.63544,0.82450,-0.78316,0.58829,-0.74785,0.67033,-0.96296,0.48757,-0.85669,0.37941,-0.83893,0.24117,-0.88846,0.29221,-0.89621,g
|
||||
1,0,1,1,-1,1,-1,-0.82456,0.34649,0.21053,0.46053,0.07018,0.22807,0.05702,0.35088,0.34649,0.72807,-0.03947,0.22807,0.53070,0,0,-0.29825,-0.16228,1,-0.66667,1,-1,1,-0.24561,0.35088,0.20175,0.82895,0.07895,b
|
||||
1,0,1,0.24077,0.99815,0.00369,0.80244,-0.30133,0.89919,-0.23486,0.70643,-0.24077,0.73855,-0.30539,0.71492,-0.36078,0.47194,-0.61189,0.40473,-0.55059,0.61041,-0.39328,0.53176,-0.32681,0.23966,-0.52142,0.29208,-0.48390,0.12777,-0.39143,0.15657,-0.51329,0.18353,-0.46603,g
|
||||
0,0,-1,1,1,-1,0,0,0,0,1,-1,1,1,0,0,1,-1,0,0,0,0,1,1,-1,1,1,-1,-1,1,-1,-1,0,0,b
|
||||
1,0,0.92247,-0.19448,0.96419,-0.17674,0.87024,-0.22602,0.81702,-0.27070,0.79271,-0.28909,0.70302,-0.49639,0.63338,-0.49967,0.37254,-0.70729,0.27070,-0.72109,0.40506,-0.54172,0.33509,-0.59691,0.14750,-0.63601,0.09312,-0.59589,-0.07162,-0.54928,-0.01840,-0.54074,-0.07457,-0.47898,g
|
||||
1,0,-1,-1,-0.50694,1,1,-1,1,0.53819,0,0,0.23958,-1,1,1,0,0,1,1,1,1,0,0,-0.71528,1,0.33333,-1,1,-1,0.69792,-1,0.47569,1,b
|
||||
1,0,0.84177,0.43460,0.5,0.76160,0.09916,0.93460,-0.37764,0.88186,-0.72363,0.61181,-0.93882,0.19409,-0.86709,-0.25527,-0.62869,-0.65612,-0.25105,-0.85654,0.16245,-0.86498,0.51477,-0.66878,0.74895,-0.28903,0.77937,0.07933,0.64135,0.42827,0.31435,0.62447,-0.00422,0.69409,g
|
||||
1,0,1,1,0,0,1,-1,-1,-1,1,1,1,-1,0,0,1,-1,1,1,0,0,1,-1,-1,-1,1,1,-1,1,-1,1,0,0,b
|
||||
1,0,1,0.63548,1,1,0.77123,1,-0.33333,1,-1,1,0,1,-1,1,-1,0,-1,-0.66667,-1,-0.92536,-1,-0.33333,-0.33333,-1,0.19235,-1,1,-1,0,-1,1,-0.66667,g
|
||||
0,0,-1,1,-1,-1,0,0,-1,1,1,-1,-1,-1,-1,1,0,0,-1,-1,-1,1,0,0,1,-1,1,1,1,-1,1,1,0,0,b
|
||||
1,0,1,0.06843,1,0.14211,1,0.22108,1,-0.12500,1,0.39495,1,0.48981,1,0.58986,-0.37500,1,1,0,1,0.92001,1,1,1,1,1,1,1,0.25000,1,1,1,1,g
|
||||
0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,-1,-1,0,0,1,1,1,-1,1,-1,0,0,0,0,0,0,b
|
||||
1,0,0.64947,-0.07896,0.58264,-0.14380,-0.13129,-0.21384,0.29796,0.04403,0.38096,-0.26339,0.28931,-0.31997,0.03459,-0.18947,0.20269,-0.29441,0.15196,-0.29052,0.09513,-0.31525,0.06556,-0.26795,0.03004,-0.25124,-0.00046,-0.23210,-0.02612,-0.21129,-0.04717,-0.18950,0.01336,-0.27201,g
|
||||
1,0,0,0,0,0,0,0,0,0,1,-0.33333,0.16667,0.26042,0,0,0,0,0,0,-0.19792,-0.21875,-0.16667,0.90625,-1,0.5,0.04167,0.75000,-0.22917,-1,-0.12500,-0.27083,-0.19792,-0.93750,b
|
||||
1,0,1,0.05149,0.99363,0.10123,0.96142,0.14756,0.95513,-0.26496,0.66026,0.54701,0.80426,0.25283,0.73781,0.27380,0.66775,0.28714,0.59615,0.29304,0.52494,0.29200,0.45582,0.28476,0.39023,0.27226,0.32930,0.25553,0.27381,0.23568,0.22427,0.21378,0.18086,0.19083,g
|
||||
1,0,1,-0.09524,-1,-1,-1,-1,1,0.31746,0.81349,0.76190,-1,-1,-1,1,0.47364,1,1,1,0.68839,-1,-1,-1,0.82937,0.36508,1,1,1,0.50794,-1,-0.32540,-1,0.72831,b
|
||||
1,0,0.93669,-0.00190,0.60761,0.43204,0.92314,-0.40129,0.93123,0.16828,0.96197,0.09061,0.99676,0.08172,0.91586,0.05097,0.84628,-0.25324,0.87379,-0.14482,0.84871,0.26133,0.75081,-0.03641,0.84547,-0.02589,0.87293,-0.02302,0.98544,0.09385,0.78317,-0.10194,0.85841,-0.14725,g
|
||||
1,0,1,-1,1,1,1,1,1,-0.5,1,1,1,1,1,1,0,0,1,1,1,1,1,-1,1,1,1,0.62500,1,-0.75000,-0.75000,1,1,1,b
|
||||
1,0,1,0.23058,1,-0.78509,1,-0.10401,1,0.15414,1,0.27820,0.98120,-0.06861,1,0.06610,0.95802,-0.18954,0.83584,-0.15633,0.97400,0.03728,0.99624,0.09242,1,-0.01253,0.96238,-0.04597,0.91165,0.03885,1,-0.13722,0.96523,-0.11717,g
|
||||
1,0,0.36876,-1,-1,-1,-0.07661,1,1,0.95041,0.74597,-0.38710,-1,-0.79313,-0.09677,1,0.48684,0.46502,0.31755,-0.27461,-0.14343,-0.20188,-0.11976,0.06895,0.03021,0.06639,0.03443,-0.01186,-0.00403,-0.01672,-0.00761,0.00108,0.00015,0.00325,b
|
||||
1,0,0.79847,0.38265,0.80804,-0.16964,1,-0.07653,0.98151,-0.07398,0.70217,0.20663,0.99745,0.02105,0.98214,0.02487,1,-0.13074,0.95663,0.07717,1,0.00191,0.90306,0.30804,1,-0.14541,1,-0.00394,0.75638,0.07908,1,-0.18750,1,-0.05740,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,-1,0,0,1,1,1,-1,1,1,1,0,1,1,1,-1,0,0,b
|
||||
1,0,1,-0.28428,1,-0.25346,0.94623,-0.35094,1,-0.30566,0.92736,-0.49057,0.90818,-0.44119,0.75723,-0.58899,0.69748,-0.58019,0.59623,-0.57579,0.68459,-0.70975,0.54465,-0.87327,0.49214,-0.73333,0.35504,-0.76054,0.26352,-0.78239,0.16604,-0.73145,0.13994,-0.70000,g
|
||||
1,0,0,0,0,0,0,0,-0.85000,-1,0,0,1,-1,0,0,-1,-1,-1,-1,1,-1,-0.60000,-1,1,1,-1,-0.20000,1,-1,0,1,0,0,b
|
||||
1,0,1,0.09091,0.95455,-0.09091,0.77273,0,1,0,0.95455,0,1,0.04545,0.90909,-0.04545,1,0,1,0,0.86364,0.09091,0.77273,0.09091,0.90909,0.04545,0.91541,0.02897,0.95455,0.09091,0.86364,-0.09091,0.86364,0.04545,g
|
||||
0,0,0,0,-1,1,1,1,-1,-1,0,0,-1,-1,-1,-0.31250,-1,-1,1,-1,1,-1,0,0,1,-1,-1,-1,0,0,1,-1,0,0,b
|
||||
1,0,0.91176,-0.08824,0.97059,0.17647,0.82353,0.08824,0.91176,-0.02941,0.97059,-0.17647,0.97059,0.14706,0.94118,0.02941,1,0,1,0,0.76471,0.11765,0.88235,0.02941,0.85294,0.02941,0.92663,0.02600,0.94118,-0.11765,0.97059,0.05882,0.91176,0.05882,g
|
||||
1,0,-1,1,-1,0.15244,0.28354,1,-1,1,-1,-1,1,1,-1,-0.23476,0.28301,-1,1,1,-0.31402,-1,-1,-1,1,-1,-1,-0.03578,1,-1,-1,-0.32317,0.14939,1,b
|
||||
1,0,0.47368,-0.10526,0.83781,0.01756,0.83155,0.02615,0.68421,-0.05263,0.68421,0,0.79856,0.05028,0.78315,0.05756,0.84211,0.47368,1,0.05263,0.72550,0.07631,0.70301,0.08141,0.42105,0.21053,0.65419,0.08968,0.52632,-0.21053,0.60150,0.09534,0.57418,0.09719,g
|
||||
1,0,-0.00641,-0.5,0,0,-0.01923,1,0,0,0,0,0,0,0,0,0,0,0.31410,0.92949,-0.35256,0.74359,-0.34615,-0.80769,0,0,-0.61538,-0.51282,0,0,0,0,0,0,b
|
||||
1,0,1,0.45455,1,0.54545,0.81818,0.63636,1,-0.09091,1,0,0.81818,-0.45455,0.63636,0.27273,1,-0.63636,1,-0.27273,0.90909,-0.45455,1,0.07750,1,-0.09091,1,0.08867,1,0.36364,1,0.63636,0.72727,0.27273,g
|
||||
0,0,-1,-1,1,-1,-1,1,0,0,1,-1,1,-1,0,0,0,0,0,0,-1,1,1,-1,-1,1,1,1,0,0,1,0.5,0,0,b
|
||||
1,0,0.45455,0.09091,0.63636,0.09091,0.27273,0.18182,0.63636,0,0.36364,-0.09091,0.45455,-0.09091,0.48612,-0.01343,0.63636,-0.18182,0.45455,0,0.36364,-0.09091,0.27273,0.18182,0.36364,-0.09091,0.34442,-0.01768,0.27273,0,0.36364,0,0.28985,-0.01832,g
|
||||
1,0,-1,-0.59677,0,0,-1,0.64516,-0.87097,1,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,0.29839,0.23387,1,0.51613,0,0,0,0,0,0,b
|
||||
1,0,1,0.14286,1,0.71429,1,0.71429,1,-0.14286,0.85714,-0.14286,1,0.02534,1,0,0.42857,-0.14286,1,0.03617,1,-0.28571,1,0,0.28571,-0.28571,1,0.04891,1,0.05182,1,0.57143,1,0,g
|
||||
0,0,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,-1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,b
|
||||
1,0,0.87032,0.46972,0.53945,0.82161,0.10380,0.95275,-0.38033,0.87916,-0.73939,0.58226,-0.92099,0.16731,-0.82417,-0.24942,-0.59383,-0.63342,-0.24012,-0.82881,0.18823,-0.78699,0.51557,-0.57430,0.69274,-0.24843,0.69097,0.10484,0.52798,0.39762,0.25974,0.56573,-0.06739,0.57552,g
|
||||
0,0,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,b
|
||||
1,0,0.92657,0.04174,0.89266,0.15766,0.86098,0.19791,0.83675,0.36526,0.80619,0.40198,0.76221,0.40552,0.66586,0.48360,0.60101,0.51752,0.53392,0.52180,0.48435,0.54212,0.42546,0.55684,0.33340,0.55274,0.26978,0.54214,0.22307,0.53448,0.14312,0.49124,0.11573,0.46571,g
|
||||
0,0,1,1,1,-1,1,-1,1,1,0,0,1,-1,0,0,0,0,0,0,-1,1,1,1,0,0,1,1,0,0,-1,-1,0,0,b
|
||||
1,0,0.93537,0.13645,0.93716,0.25359,0.85705,0.38779,0.79039,0.47127,0.72352,0.59942,0.65260,0.75000,0.50830,0.73586,0.41629,0.82742,0.25539,0.85952,0.13712,0.85615,0.00494,0.88869,-0.07361,0.79780,-0.20995,0.78004,-0.33169,0.71454,-0.38532,0.64363,-0.47419,0.55835,g
|
||||
0,0,1,-1,-1,1,-1,1,1,1,1,1,-1,-1,-1,-1,1,1,1,-1,-1,-1,-1,-1,1,0,1,-1,1,-1,-1,1,-1,1,b
|
||||
1,0,0.80627,0.13069,0.73061,0.24323,0.64615,0.19038,0.36923,0.45577,0.44793,0.46439,0.25000,0.57308,0.25192,0.37115,0.15215,0.51877,-0.09808,0.57500,-0.03462,0.42885,-0.08856,0.44424,-0.14943,0.40006,-0.19940,0.34976,-0.23832,0.29541,-0.26634,0.23896,-0.23846,0.31154,g
|
||||
0,0,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,b
|
||||
1,0,0.97467,0.13082,0.94120,0.20036,0.88783,0.32248,0.89009,0.32711,0.85550,0.45217,0.72298,0.52284,0.69946,0.58820,0.58548,0.66893,0.48869,0.70398,0.44245,0.68159,0.35289,0.75622,0.26832,0.76210,0.16813,0.78541,0.07497,0.80439,-0.02962,0.77702,-0.10289,0.74242,g
|
||||
0,0,0,0,1,1,0,0,1,1,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,-1,1,0,0,b
|
||||
1,0,0.92308,0.15451,0.86399,0.29757,0.72582,0.36790,0.70588,0.56830,0.57449,0.62719,0.43270,0.74676,0.31705,0.67697,0.19128,0.76818,0.04686,0.76171,-0.12064,0.76969,-0.18479,0.71327,-0.29291,0.65708,-0.38798,0.58553,-0.46799,0.50131,-0.53146,0.40732,-0.56231,0.35095,g
|
||||
0,0,0,0,1,1,1,1,0,0,0,0,-1,-1,0,0,-1,-1,0,0,0,0,1,1,0,0,1,1,0,0,-1,1,0,0,b
|
||||
1,0,0.88804,0.38138,0.65926,0.69431,0.29148,0.87892,-0.06726,0.90135,-0.39597,0.80441,-0.64574,0.56502,-0.82960,0.26906,-0.78940,-0.08205,-0.62780,-0.30942,-0.46637,-0.55605,-0.16449,-0.64338,0.09562,-0.61055,0.30406,-0.48392,0.43227,-0.29838,0.47029,-0.09461,0.42152,0.12556,g
|
||||
0,0,1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,1,b
|
||||
1,0,0.73523,-0.38293,0.80151,0.10278,0.78826,0.15266,0.55580,0.05252,1,0.21225,0.71947,0.28954,0.68798,0.32925,0.49672,0.17287,0.64333,-0.02845,0.57399,0.42528,0.53120,0.44872,0.94530,0.57549,0.44174,0.48200,0.12473,1,0.35070,0.49721,0.30588,0.49831,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,b
|
||||
1,0,0.94649,0.00892,0.97287,-0.00260,0.98922,0.00372,0.95801,0.01598,0.94054,0.03530,0.97213,0.04719,0.98625,0.01858,0.94277,0.07135,0.98551,-0.00706,0.97770,0.04980,0.96358,0.07098,0.93274,0.08101,0.95243,0.04356,0.97473,0.00818,0.97845,0.07061,1,-0.00260,g
|
||||
0,0,1,1,-1,-1,-1,-1,0,0,0,0,-1,-1,0,0,0,0,0,0,-1,1,1,1,0,0,1,-1,0,0,-1,-1,-1,-1,b
|
||||
1,0,0.50466,-0.16900,0.71442,0.01513,0.71063,0.02258,0.68065,0.01282,0.34615,0.05594,0.69050,0.04393,0.68101,0.05058,0.67023,0.05692,0.63403,-0.04662,0.64503,0.06856,0.63077,0.07381,0.84033,0.18065,0.59935,0.08304,0.38228,0.06760,0.56466,0.09046,0.54632,0.09346,g
|
||||
1,0,0.68729,1,0.91973,-0.76087,0.81773,0.04348,0.76087,0.10702,0.86789,0.73746,0.70067,0.18227,0.75920,0.13712,0.93478,-0.25084,0.70736,0.18729,0.64883,0.24582,0.60201,0.77425,1,-0.53846,0.89262,0.22216,0.71070,0.53846,1,-0.06522,0.56522,0.23913,b
|
||||
1,0,0.76296,-0.07778,1,-0.29630,1,-0.85741,0.80000,0.06111,0.45556,-0.42778,1,-0.12581,1,-0.83519,0.49259,0.01852,0.82222,-0.05926,0.98215,-0.19938,1,0.22037,0.69630,-0.26481,0.92148,-0.24549,0.78889,0.02037,0.87492,-0.27105,1,-0.57037,g
|
||||
1,0,0.38521,0.15564,0.41245,0.07393,0.26459,0.24125,0.23346,0.13230,0.19455,0.25292,0.24514,0.36965,0.08949,0.22957,-0.03891,0.36965,0.05058,0.24903,0.24903,0.09728,0.07782,0.29961,-0.02494,0.28482,-0.06024,0.26256,-0.14786,0.14786,-0.09339,0.31128,-0.19066,0.28794,b
|
||||
1,0,0.57540,-0.03175,0.75198,-0.05357,0.61508,-0.01190,0.53968,0.03373,0.61706,0.09921,0.59127,-0.02381,0.62698,0.01190,0.70833,0.02579,0.60317,0.01587,0.47817,-0.02778,0.59127,0.03770,0.5,0.03968,0.61291,-0.01237,0.61706,-0.13492,0.68849,-0.01389,0.62500,-0.03175,g
|
||||
1,0,0.06404,-0.15271,-0.04433,0.05911,0.08374,-0.02463,-0.01478,0.18719,0.06404,0,0.12315,-0.09852,0.05911,0,0.01970,-0.02956,-0.12808,-0.20690,0.06897,0.01478,0.06897,0.02956,0.07882,0.16256,0.28079,-0.04926,-0.05911,-0.09360,0.04433,0.05419,0.07389,-0.10837,b
|
||||
1,0,0.61857,0.10850,0.70694,-0.06935,0.70358,0.01678,0.74273,0.00224,0.71029,0.15772,0.71588,-0.00224,0.79754,0.06600,0.83669,-0.16555,0.68680,-0.09060,0.62528,-0.01342,0.60962,0.11745,0.71253,-0.09508,0.69845,-0.01673,0.63311,0.04810,0.78859,-0.05145,0.65213,-0.04698,g
|
||||
1,0,0.25316,0.35949,0,0,-0.29620,-1,0,0,0.07595,-0.07342,0,0,0,0,0,0,0,0,0.00759,0.68101,-0.20000,0.33671,-0.10380,0.35696,0.05570,-1,0,0,0.06329,-1,0,0,b
|
||||
1,0,0.88103,-0.00857,0.89818,-0.02465,0.94105,-0.01822,0.89175,-0.12755,0.82208,-0.10932,0.88853,0.01179,0.90782,-0.13719,0.87138,-0.06109,0.90782,-0.02358,0.87996,-0.14577,0.82851,-0.12433,0.90139,-0.19507,0.88245,-0.14903,0.84352,-0.12862,0.88424,-0.18542,0.91747,-0.16827,g
|
||||
1,0,0.42708,-0.5,0,0,0,0,0.46458,0.51042,0.58958,0.02083,0,0,0,0,0.16458,-0.45417,0.59167,-0.18333,0,0,0,0,0.98750,-0.40833,-1,-1,-0.27917,-0.75625,0,0,0,0,b
|
||||
1,0,0.88853,0.01631,0.92007,0.01305,0.92442,0.01359,0.89179,-0.10223,0.90103,-0.08428,0.93040,-0.01033,0.93094,-0.08918,0.86025,-0.05057,0.89451,-0.04024,0.88418,-0.12126,0.88907,-0.11909,0.82980,-0.14138,0.86453,-0.11808,0.85536,-0.13051,0.83524,-0.12452,0.86786,-0.12235,g
|
||||
1,0,0,0,1,0.12889,0.88444,-0.02000,0,0,1,-0.42444,1,0.19556,1,-0.05333,1,-0.81556,0,0,1,-0.04000,1,-0.18667,0,0,1,-1,0,0,1,0.11778,0.90667,-0.09556,b
|
||||
1,0,0.81143,0.03714,0.85143,-0.00143,0.79000,0.00714,0.79571,-0.04286,0.87571,0,0.85571,-0.06714,0.86429,0.00286,0.82857,-0.05429,0.81000,-0.11857,0.76857,-0.08429,0.84286,-0.05000,0.77000,-0.06857,0.81598,-0.08669,0.82571,-0.10429,0.81429,-0.05000,0.82143,-0.15143,g
|
||||
1,0,0,0,0,0,0,0,0,0,0,0,-1,1,1,0.55172,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,b
|
||||
1,0,0.49870,0.01818,0.43117,-0.09610,0.50649,-0.04156,0.50130,0.09610,0.44675,0.05974,0.55844,-0.11948,0.51688,-0.03636,0.52727,-0.05974,0.55325,-0.01039,0.48571,-0.03377,0.49091,-0.01039,0.59221,0,0.53215,-0.03280,0.43117,0.03377,0.54545,-0.05455,0.58961,-0.08571,g
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,b
|
||||
1,0,1,0.5,1,0.25000,0.25000,1,0.16851,0.91180,-0.13336,0.80454,-0.34107,0.60793,-0.43820,0.37856,-0.43663,0.16709,-0.36676,0.00678,-0.26477,-0.09025,-0.16178,-0.12964,-0.07782,-0.12744,-0.02089,-0.10242,0.01033,-0.07036,0.02224,-0.04142,0.02249,-0.02017,g
|
||||
1,0,0,0,0,0,1,1,-1,-1,0,0,1,-0.11111,0,0,0,0,-1,1,1,1,1,-1,0,0,1,-1,0,0,0,0,1,1,b
|
||||
1,0,0.87048,0.38027,0.64099,0.69212,0.31347,0.86625,-0.03933,0.90740,-0.42173,0.79346,-0.70561,0.51560,-0.81049,0.22735,-0.81136,-0.12539,-0.67474,-0.38102,-0.38334,-0.62861,-0.13013,-0.70762,0.15552,-0.66421,0.38544,-0.51568,0.52573,-0.29897,0.56239,-0.05938,0.51460,0.16645,g
|
||||
1,0,0,0,0,0,0,0,-1,1,0,0,1,0.37333,-0.12000,-0.12000,0,0,-1,-1,0,0,1,-1,0,0,1,0.22667,0,0,0,0,0,0,b
|
||||
1,0,0.88179,0.43491,0.59573,0.77655,0.19672,0.94537,-0.24103,0.92544,-0.62526,0.71257,-0.86443,0.33652,-0.92384,-0.05338,-0.77356,-0.44707,-0.46950,-0.73285,-0.10237,-0.82217,0.26384,-0.77570,0.55984,-0.55910,0.72147,-0.24433,0.72478,0.09599,0.58137,0.38915,0.34749,0.57656,g
|
||||
1,0,0.32834,0.02520,0.15236,0.21278,0.14919,0.74003,-0.25706,0.92324,-0.10312,0.19380,-0.61352,0.25786,-0.94053,-0.05409,-0.13117,-0.14329,-0.30315,-0.44615,-0.11409,-0.85597,0.02668,-0.22786,0.27942,-0.06295,0.33737,-0.11876,0.27657,-0.11409,0.15078,0.13296,0.12197,0.20468,g
|
||||
1,0,0.83427,0.39121,0.54040,0.78579,0.12326,0.89402,-0.33221,0.83578,-0.70086,0.59564,-0.86622,0.21909,-0.84442,-0.24164,-0.59714,-0.61894,-0.19354,-0.87787,0.12439,-0.89064,0.51109,-0.72454,0.79143,-0.27734,0.83008,0.08718,0.66592,0.49079,0.37542,0.70011,-0.03983,0.79444,g
|
||||
1,0,0.62335,-0.03490,0.59085,0.00481,0.60409,-0.07461,0.63177,0.00963,0.62455,-0.07461,0.67028,0.07220,0.62936,-0.08424,0.67509,0.09146,0.67148,0,0.58965,0.10108,0.50060,0.03129,0.65945,0.14079,0.60463,0.02019,0.51384,0.04452,0.61733,-0.00963,0.61372,-0.09146,g
|
||||
1,0,0.74449,-0.02390,0.70772,0.03309,0.72243,0.16912,0.79228,0.07721,0.81434,0.43934,0.63787,0.00551,0.70772,0.21691,1,0.06066,0.61029,0.05147,0.67463,0.04228,0.52022,-0.25000,0.72978,-0.15809,0.61727,0.07124,0.30882,0.08640,0.55916,0.07458,0.60294,0.21691,g
|
||||
1,0,0.61538,0.18923,0.78157,0.01780,0.77486,0.02647,0.65077,-0.10308,0.77538,0.08000,0.73961,0.05060,0.72322,0.05776,0.68615,-0.08923,0.61692,0.16308,0.66233,0.07573,0.63878,0.08041,0.60154,-0.07231,0.58803,0.08767,0.55077,0.25692,0.53389,0.09207,0.50609,0.09322,g
|
||||
1,0,0.68317,0.05375,0.84803,0.00202,0.84341,0.00301,0.84300,0.09901,0.75813,0.04102,0.81892,0.00585,0.80738,0.00673,0.80622,-0.12447,0.77935,-0.03536,0.76365,0.00909,0.74635,0.00978,0.79632,-0.04243,0.70824,0.01096,0.62235,0.11598,0.66624,0.01190,0.64407,0.01227,g
|
||||
1,0,0.5,0,0.38696,0.10435,0.49130,0.06522,0.46957,-0.03913,0.35652,-0.12609,0.45652,0.04783,0.50435,0.02609,0.35652,0.19565,0.42174,0.14783,0.42174,-0.02609,0.32174,-0.11304,0.47391,-0.00870,0.41789,0.06908,0.38696,0.03913,0.35217,0.14783,0.44783,0.17391,g
|
||||
1,0,0.79830,0.09417,0.78129,0.20656,0.71628,0.28068,0.69320,0.41252,0.65917,0.50122,0.57898,0.60814,0.49210,0.58445,0.33354,0.67861,0.29587,0.63548,0.09599,0.68104,0.02066,0.72236,-0.08748,0.63183,-0.11925,0.60696,-0.18226,0.56015,-0.25516,0.51701,-0.27339,0.42467,g
|
||||
1,0,1,0.09802,1,0.25101,0.98390,0.33044,0.80365,0.53020,0.74977,0.60297,0.56937,0.71942,0.55311,0.74079,0.29452,0.82193,0.21137,0.79777,0.09709,0.82162,-0.01734,0.79870,-0.15144,0.75596,-0.22839,0.69187,-0.31713,0.60948,-0.40291,0.54522,-0.42815,0.44534,g
|
||||
1,0,0.89410,0.13425,0.87001,0.31543,0.78896,0.43388,0.63388,0.59975,0.54003,0.71016,0.39699,0.76161,0.24266,0.79523,0.09134,0.79598,-0.09159,0.76261,-0.20201,0.66926,-0.30263,0.62610,-0.40552,0.50489,-0.46215,0.40753,-0.50314,0.27252,-0.52823,0.19172,-0.48808,0.05972,g
|
||||
1,0,0.94631,0.17498,0.90946,0.33143,0.85096,0.49960,0.73678,0.63842,0.59215,0.73838,0.48698,0.83614,0.30459,0.90665,0.17959,0.93429,-0.00701,0.93109,-0.18880,0.89383,-0.33023,0.82492,-0.46534,0.76482,-0.58563,0.66335,-0.67929,0.52564,-0.75321,0.42488,-0.81210,0.26092,g
|
||||
1,0,0.91767,0.18198,0.86090,0.35543,0.72873,0.45747,0.60425,0.69865,0.50376,0.74922,0.36100,0.81795,0.15664,0.83558,0.00396,0.85210,-0.16390,0.77853,-0.35996,0.76193,-0.43087,0.65385,-0.53140,0.53886,-0.60328,0.40972,-0.64511,0.27338,-0.65710,0.13667,-0.64056,0.05394,g
|
||||
1,0,0.76627,0.21106,0.63935,0.38112,0.48409,0.52500,0.15000,0.22273,0.13753,0.59565,-0.07727,0.44545,0,0.48636,-0.27491,0.42014,-0.56136,0.36818,-0.36591,0.18864,-0.40533,0.07588,-0.38483,-0.03229,-0.33942,-0.12486,-0.27540,-0.19714,-0.19962,-0.24648,-0.11894,-0.27218,g
|
||||
1,0,0.58940,-0.60927,0.85430,0.55298,0.81126,0.07285,0.56623,0.16225,0.32781,0.24172,0.50331,0.12252,0.63907,0.19868,0.71854,0.42715,0.54305,0.13907,0.65232,0.27815,0.68874,0.07285,0.51872,0.26653,0.49013,0.27687,0.46216,0.28574,0.43484,0.29324,0.40821,0.29942,g
|
||||
1,0,1,0.11385,0.70019,-0.12144,0.81594,0.09677,0.71157,0.01139,0.56167,-0.07780,0.69070,0.12524,0.58634,0.03985,0.53131,-0.03416,0.69450,0.16888,0.72676,0.07211,0.32068,0.05882,0.53321,0.37381,0.49090,0.17951,0.15180,0.32448,0.44141,0.18897,0.56167,0.15180,g
|
||||
1,0,0.84843,0.06794,0.80562,-0.02299,0.77031,-0.03299,0.66725,-0.06620,0.59582,-0.07666,0.67260,-0.05771,0.64260,-0.06438,0.39199,0.04530,0.71254,0.01394,0.55970,-0.08039,0.53430,-0.08453,0.47038,-0.22822,0.48659,-0.09128,0.52613,-0.08537,0.44277,-0.09621,0.42223,-0.09808,g
|
||||
1,0,1,0.08013,0.96775,-0.00482,0.96683,-0.00722,0.87980,-0.03923,1,0.01419,0.96186,-0.01436,0.95947,-0.01671,0.98497,0.01002,0.91152,-0.08848,0.95016,-0.02364,0.94636,-0.02591,0.98164,0.02003,0.93772,-0.03034,1,-0.05843,0.92774,-0.03464,0.92226,-0.03673,g
|
||||
1,0,0.47938,-0.12371,0.42784,-0.12371,0.70103,-0.39175,0.73196,0.07216,0.26289,-0.21649,0.49485,0.15979,0.45361,-0.11856,0.42268,0.06186,0.5,-0.27320,0.54639,0.18557,0.42268,0.08247,0.70619,0.19588,0.53396,-0.12447,0.15464,-0.26289,0.47423,0.04124,0.45361,-0.51546,g
|
||||
1,0,0.63510,-0.04388,0.76530,0.02968,0.61432,0.36028,0.65358,-0.00462,0.64203,0.08314,0.79446,-0.43418,0.72517,0.54965,0.59584,0.13857,0.63510,0.21940,0.63279,-0.25404,0.70951,0.15359,0.64665,0.23095,0.68775,0.17704,0.61663,0.07621,0.66316,0.19841,0.69053,0.36721,g
|
||||
1,0,0.50112,-0.03596,0.61124,0.01348,0.58876,0.01573,0.58876,0.02472,0.66742,-0.00449,0.71685,-0.04719,0.66517,0.00899,0.57303,0.02472,0.64719,-0.07416,0.56854,0.14157,0.57528,-0.03596,0.46517,0.04944,0.56588,0.00824,0.47640,-0.03596,0.54607,0.10562,0.60674,-0.08090,g
|
||||
1,0,0.71521,-0.00647,0.66667,-0.04207,0.63107,-0.05178,0.77994,0.08091,0.67314,0.09709,0.64725,0.15858,0.60194,-0.01942,0.54369,-0.04531,0.46926,-0.10032,0.64725,0.14887,0.39159,0.21683,0.52427,-0.05502,0.45105,0.00040,0.31392,-0.06796,0.49191,-0.10680,0.30421,-0.05178,g
|
||||
1,0,0.68148,0.10370,0.77037,0.03457,0.65185,0.08148,0.60988,-0.00494,0.79012,0.11852,0.59753,0.04938,0.62469,0.09630,0.78272,-0.17531,0.73827,-0.10864,0.48642,0.00988,0.60988,0.08148,0.66667,-0.12840,0.63773,-0.02451,0.76543,0.02222,0.61235,-0.07160,0.51358,-0.04691,g
|
||||
1,0,0.60678,-0.02712,0.67119,0.04068,0.52881,-0.04407,0.50508,0.03729,0.70508,-0.07797,0.57966,-0.02034,0.53220,0.07797,0.64068,0.11864,0.56949,-0.02373,0.53220,0.00678,0.71525,-0.03390,0.52881,-0.03390,0.57262,0.00750,0.58644,-0.00339,0.58983,-0.02712,0.50169,0.06780,g
|
||||
1,0,0.49515,0.09709,0.29612,0.05825,0.34951,0,0.57282,-0.02427,0.58252,0.02427,0.33495,0.04854,0.52427,0.00485,0.47087,-0.10680,0.43204,0.00485,0.34951,0.05825,0.18932,0.25728,0.31068,-0.15049,0.36547,0.03815,0.39320,0.17476,0.26214,0,0.37379,-0.01942,g
|
||||
1,0,0.98822,0.02187,0.93102,0.34100,0.83904,0.35222,0.74706,0.48906,0.73584,0.51879,0.55076,0.60179,0.43130,0.66237,0.31800,0.70443,0.28379,0.68873,0.07515,0.73696,0.06338,0.71284,-0.16489,0.69714,-0.16556,0.60510,-0.16209,0.55805,-0.34717,0.44195,-0.33483,0.37465,g
|
||||
1,0,0.97905,0.15810,0.90112,0.35237,0.82039,0.48561,0.71760,0.64888,0.58827,0.73743,0.40349,0.83156,0.25140,0.84804,0.04700,0.85475,-0.12193,0.79749,-0.26180,0.80754,-0.37835,0.71676,-0.51034,0.58324,-0.57587,0.46040,-0.61899,0.30796,-0.65754,0.18345,-0.64134,0.02968,g
|
||||
1,0,0.99701,0.21677,0.91966,0.47030,0.76902,0.62415,0.53312,0.78120,0.36774,0.88291,0.10107,0.83312,-0.06827,0.89274,-0.28269,0.72073,-0.43707,0.61688,-0.55769,0.48120,-0.65000,0.35534,-0.64658,0.15908,-0.66651,0.02277,-0.64872,-0.13462,-0.54615,-0.22949,-0.47201,-0.35032,g
|
||||
1,0,0.94331,0.19959,0.96132,0.40803,0.80514,0.56569,0.56687,0.70830,0.41836,0.83230,0.14939,0.89489,0.05167,0.93682,-0.24742,0.83939,-0.42811,0.75554,-0.50251,0.62563,-0.65515,0.50428,-0.68851,0.30912,-0.77097,0.15619,-0.75406,-0.04399,-0.75199,-0.17921,-0.66932,-0.34367,g
|
||||
1,0,0.93972,0.28082,0.80486,0.52821,0.58167,0.73151,0.34961,0.80511,0.10797,0.90403,-0.20015,0.89335,-0.39730,0.82163,-0.58835,0.62867,-0.76305,0.40368,-0.81262,0.18888,-0.81317,-0.04284,-0.75273,-0.26883,-0.63237,-0.46438,-0.46422,-0.61446,-0.26389,-0.70835,-0.08937,-0.71273,g
|
||||
1,0,0.89835,0.35157,0.67333,0.62233,0.43898,0.94353,-0.03643,0.80510,-0.22838,0.75334,-0.25137,0.48816,-0.57377,0.28415,-0.66750,0.10591,-0.47359,-0.06193,-0.81056,-0.06011,-0.33197,-0.47592,-0.12897,-0.53620,0.07158,-0.51925,0.24321,-0.43478,0.36586,-0.30057,0.42805,0.13297,g
|
||||
1,0,0.29073,0.10025,0.23308,0.17293,0.03759,0.34336,0.12030,0.26316,0.06266,0.21303,-0.04725,0.12767,-0.06333,0.07907,-0.06328,0.04097,-0.05431,0.01408,-0.04166,-0.00280,-0.02876,-0.01176,-0.01755,-0.01505,-0.00886,-0.01475,-0.00280,-0.01250,0.00096,-0.00948,0.00290,-0.00647,g
|
||||
1,0,0.58459,-0.35526,1,0.35338,0.75376,-0.00564,0.82519,0.19361,0.50188,-0.27632,0.65977,0.06391,0.69737,0.14662,0.72368,-0.42669,0.76128,0.04511,0.66917,0.20489,0.84774,-0.40977,0.64850,-0.04699,0.56836,-0.10571,0.52820,-0.13346,0.15602,-0.12218,0.44767,-0.10309,g
|
||||
1,0,0.83609,0.13215,0.72171,0.06059,0.65829,0.08315,0.23888,0.12961,0.43837,0.20330,0.49418,0.12686,0.44747,0.13507,0.29352,0.02922,0.48158,0.15756,0.32835,0.14616,0.29495,0.14638,0.26436,0.14530,0.23641,0.14314,0.26429,0.16137,0.18767,0.13632,0.16655,0.13198,g
|
||||
1,0,0.94080,0.11933,0.85738,0.01038,0.85124,0.01546,0.76966,-0.00278,0.84459,0.10916,0.83289,0.03027,0.82680,0.03506,0.74838,0.01943,0.80019,0.02405,0.80862,0.04901,0.80259,0.05352,0.77336,0.02220,0.79058,0.06235,0.85939,0.09251,0.77863,0.07090,0.77269,0.07508,g
|
||||
1,0,0.87111,0.04326,0.79946,0.18297,0.99009,0.29292,0.89455,-0.08337,0.88598,-0.02028,0.90446,-0.26724,0.89410,0.19964,0.88644,-0.04642,0.84452,-0.00991,0.97882,-0.34024,0.78954,-0.25101,0.86661,-0.09193,0.85967,-0.02908,0.78774,-0.04101,0.75935,0.21812,0.88238,0.09193,g
|
||||
1,0,0.74916,0.02549,0.98994,0.09792,0.75855,0.12877,0.74313,-0.09188,0.95842,0.02482,0.97921,-0.00469,0.96110,0.10195,0.91482,0.03756,0.71026,0.02683,0.81221,-0.08048,1,0,0.71764,-0.01207,0.82271,0.02552,0.72435,-0.01073,0.90409,0.11066,0.72837,0.02750,g
|
||||
1,0,0.47337,0.19527,0.06213,-0.18343,0.62316,0.01006,0.45562,-0.04438,0.56509,0.01775,0.44675,0.27515,0.71598,-0.03846,0.55621,0.12426,0.41420,0.11538,0.52767,0.02842,0.51183,-0.10651,0.47929,-0.02367,0.46514,0.03259,0.53550,0.25148,0.31953,-0.14497,0.34615,-0.00296,g
|
||||
1,0,0.59887,0.14689,0.69868,-0.13936,0.85122,-0.13936,0.80979,0.02448,0.50471,0.02825,0.67420,-0.04520,0.80791,-0.13748,0.51412,-0.24482,0.81544,-0.14313,0.70245,-0.00377,0.33333,0.06215,0.56121,-0.33145,0.61444,-0.16837,0.52731,-0.02072,0.53861,-0.31262,0.67420,-0.22034,g
|
||||
1,0,0.84713,-0.03397,0.86412,-0.08493,0.81953,0,0.73673,-0.07643,0.71975,-0.13588,0.74947,-0.11677,0.77495,-0.18684,0.78132,-0.21231,0.61996,-0.10191,0.79193,-0.15711,0.89384,-0.03397,0.84926,-0.26115,0.74115,-0.23312,0.66242,-0.22293,0.72611,-0.37792,0.65817,-0.24841,g
|
||||
1,0,0.87772,-0.08152,0.83424,0.07337,0.84783,0.04076,0.77174,-0.02174,0.77174,-0.05707,0.82337,-0.10598,0.67935,-0.00543,0.88043,-0.20924,0.83424,0.03261,0.86413,-0.05978,0.97283,-0.27989,0.85054,-0.18750,0.83705,-0.10211,0.85870,-0.03261,0.78533,-0.10870,0.79076,-0.00543,g
|
||||
1,0,0.74704,-0.13241,0.53755,0.16996,0.72727,0.09486,0.69565,-0.11067,0.66798,-0.23518,0.87945,-0.19170,0.73715,0.04150,0.63043,-0.00395,0.63636,-0.11858,0.79249,-0.25296,0.66403,-0.28656,0.67194,-0.10474,0.61847,-0.12041,0.60079,-0.20949,0.37549,0.06917,0.61067,-0.01383,g
|
||||
1,0,0.46785,0.11308,0.58980,0.00665,0.55432,0.06874,0.47894,-0.13969,0.52993,0.01330,0.63858,-0.16186,0.67849,-0.03326,0.54545,-0.13525,0.52993,-0.04656,0.47894,-0.19512,0.50776,-0.13525,0.41463,-0.20177,0.53930,-0.11455,0.59867,-0.02882,0.53659,-0.11752,0.56319,-0.04435,g
|
||||
1,0,0.88116,0.27475,0.72125,0.42881,0.61559,0.63662,0.38825,0.90502,0.09831,0.96128,-0.20097,0.89200,-0.35737,0.77500,-0.65114,0.62210,-0.78768,0.45535,-0.81856,0.19095,-0.83943,-0.08079,-0.78334,-0.26356,-0.67557,-0.45511,-0.54732,-0.60858,-0.30512,-0.66700,-0.19312,-0.75597,g
|
||||
1,0,0.93147,0.29282,0.79917,0.55756,0.59952,0.71596,0.26203,0.92651,0.04636,0.96748,-0.23237,0.95130,-0.55926,0.81018,-0.73329,0.62385,-0.90995,0.36200,-0.92254,0.06040,-0.93618,-0.19838,-0.83192,-0.46906,-0.65165,-0.69556,-0.41223,-0.85725,-0.13590,-0.93953,0.10007,-0.94823,g
|
||||
1,0,0.88241,0.30634,0.73232,0.57816,0.34109,0.58527,0.05717,1,-0.09238,0.92118,-0.62403,0.71996,-0.69767,0.32558,-0.81422,0.41195,-1,-0.00775,-0.78973,-0.41085,-0.76901,-0.45478,-0.57242,-0.67605,-0.31610,-0.81876,-0.02979,-0.86841,0.25392,-0.82127,0.00194,-0.81686,g
|
||||
1,0,0.83479,0.28993,0.69256,0.47702,0.49234,0.68381,0.21991,0.86761,-0.08096,0.85011,-0.35558,0.77681,-0.52735,0.58425,-0.70350,0.31291,-0.75821,0.03939,-0.71225,-0.15317,-0.58315,-0.39168,-0.37199,-0.52954,-0.16950,-0.60863,0.08425,-0.61488,0.25164,-0.48468,0.40591,-0.35339,g
|
||||
1,0,0.92870,0.33164,0.76168,0.62349,0.49305,0.84266,0.21592,0.95193,-0.13956,0.96167,-0.47202,0.83590,-0.70747,0.65490,-0.87474,0.36750,-0.91814,0.05595,-0.89824,-0.26173,-0.73969,-0.54069,-0.50757,-0.74735,-0.22323,-0.86122,0.07810,-0.87159,0.36021,-0.78057,0.59407,-0.60270,g
|
||||
1,0,0.83367,0.31456,0.65541,0.57671,0.34962,0.70677,0.17293,0.78947,-0.18976,0.79886,-0.41729,0.66541,-0.68421,0.47744,-0.74725,0.19492,-0.72180,-0.04887,-0.62030,-0.28195,-0.49165,-0.53463,-0.26577,-0.66014,-0.01530,-0.69706,0.22708,-0.64428,0.43100,-0.51206,0.64662,-0.30075,g
|
||||
1,0,0.98455,-0.02736,0.98058,-0.04104,1,-0.07635,0.98720,0.01456,0.95278,-0.02604,0.98500,-0.07458,0.99382,-0.07149,0.97396,-0.09532,0.97264,-0.12224,0.99294,-0.05252,0.95278,-0.08914,0.97352,-0.08341,0.96653,-0.12912,0.93469,-0.14916,0.97132,-0.15755,0.96778,-0.18800,g
|
||||
1,0,0.94052,-0.01531,0.94170,0.01001,0.94994,-0.01472,0.95878,-0.01060,0.94641,-0.03710,0.97173,-0.01767,0.97055,-0.03887,0.95465,-0.04064,0.95230,-0.04711,0.94229,-0.02179,0.92815,-0.04417,0.92049,-0.04476,0.92695,-0.05827,0.90342,-0.07479,0.91991,-0.07244,0.92049,-0.07420,g
|
||||
1,0,0.97032,-0.14384,0.91324,-0.00228,0.96575,-0.17123,0.98630,0.18265,0.91781,0.00228,0.93607,-0.08447,0.91324,-0.00228,0.86758,-0.08676,0.97032,-0.21233,1,0.10274,0.92009,-0.05251,0.92466,0.06849,0.94043,-0.09252,0.97032,-0.20091,0.85388,-0.08676,0.96575,-0.21918,g
|
||||
1,0,0.52542,-0.03390,0.94915,0.08475,0.52542,-0.16949,0.30508,-0.01695,0.50847,-0.13559,0.64407,0.28814,0.83051,-0.35593,0.54237,0.01695,0.55932,0.03390,0.59322,0.30508,0.86441,0.05085,0.40678,0.15254,0.67287,-0.00266,0.66102,-0.03390,0.83051,-0.15254,0.76271,-0.10169,g
|
||||
1,0,0.33333,-0.25000,0.44444,0.22222,0.38889,0.16667,0.41667,0.13889,0.5,-0.11111,0.54911,-0.08443,0.58333,0.33333,0.55556,0.02778,0.25000,-0.19444,0.47222,-0.05556,0.52778,-0.02778,0.38889,0.08333,0.41543,-0.14256,0.19444,-0.13889,0.36924,-0.14809,0.08333,-0.5,g
|
||||
1,0,0.51207,1,1,0.53810,0.71178,0.80833,0.45622,0.46427,0.33081,1,0.21249,1,-0.17416,1,-0.33081,0.98722,-0.61382,1,-0.52674,0.71699,-0.88500,0.47894,-1,0.35175,-1,0.09569,-1,-0.16713,-1,-0.42226,-0.91903,-0.65557,g
|
||||
1,0,0.75564,0.49638,0.83550,0.54301,0.54916,0.72063,0.35225,0.70792,0.13469,0.94749,-0.09818,0.93778,-0.37604,0.82223,-0.52742,0.71161,-0.68358,0.67989,-0.70163,0.24956,-0.79147,0.02995,-0.98988,-0.29099,-0.70352,-0.32792,-0.63312,-0.19185,-0.34131,-0.60454,-0.19609,-0.62956,g
|
||||
1,0,0.83789,0.42904,0.72113,0.58385,0.45625,0.78115,0.16470,0.82732,-0.13012,0.86947,-0.46177,0.78497,-0.59435,0.52070,-0.78470,0.26529,-0.84014,0.03928,-0.62041,-0.31351,-0.47412,-0.48905,-0.37298,-0.67796,-0.05054,-0.62691,0.14690,-0.45911,0.37093,-0.39167,0.48319,-0.24313,g
|
||||
1,0,0.93658,0.35107,0.75254,0.65640,0.45571,0.88576,0.15323,0.95776,-0.21775,0.96301,-0.56535,0.83397,-0.78751,0.58045,-0.93104,0.26020,-0.93641,-0.06418,-0.87028,-0.40949,-0.65079,-0.67464,-0.36799,-0.84951,-0.04578,-0.91221,0.27330,-0.85762,0.54827,-0.69613,0.74828,-0.44173,g
|
||||
1,0,0.92436,0.36924,0.71976,0.68420,0.29303,0.94078,-0.11108,0.76527,-0.31605,0.92453,-0.66616,0.78766,-0.92145,0.42314,-0.94315,0.09585,-1,0.03191,-0.66431,-0.66278,-0.46010,-0.78174,-0.13486,-0.88082,0.19765,-0.85137,0.48904,-0.70247,0.69886,-0.46048,0.76066,-0.13194,g
|
||||
1,0,1,0.16195,1,-0.05558,1,0.01373,1,-0.12352,1,-0.01511,1,-0.01731,1,-0.06374,1,-0.07157,1,0.05900,1,-0.10108,1,-0.02685,1,-0.22978,1,-0.06823,1,0.08299,1,-0.14194,1,-0.07439,g
|
||||
1,0,0.95559,-0.00155,0.86421,-0.13244,0.94982,-0.00461,0.82809,-0.51171,0.92441,0.10368,1,-0.14247,0.99264,-0.02542,0.95853,-0.15518,0.84013,0.61739,1,-0.16321,0.87492,-0.08495,0.85741,-0.01664,0.84132,-0.01769,0.82427,-0.01867,0.80634,-0.01957,0.78761,-0.02039,g
|
||||
1,0,0.79378,0.29492,0.64064,0.52312,0.41319,0.68158,0.14177,0.83548,-0.16831,0.78772,-0.42911,0.72328,-0.57165,0.41471,-0.75436,0.16755,-0.69977,-0.09856,-0.57695,-0.23503,-0.40637,-0.38287,-0.17437,-0.52540,0.01523,-0.48707,0.19030,-0.38059,0.31008,-0.23199,0.34572,-0.08036,g
|
||||
1,0,0.88085,0.35232,0.68389,0.65128,0.34816,0.79784,0.05832,0.90842,-0.29784,0.86490,-0.62635,0.69590,-0.77106,0.39309,-0.85803,0.08408,-0.81641,-0.24017,-0.64579,-0.50022,-0.39766,-0.68337,-0.11147,-0.75533,0.17041,-0.71504,0.40675,-0.57649,0.56626,-0.36765,0.62765,-0.13305,g
|
||||
1,0,0.89589,0.39286,0.66129,0.71804,0.29521,0.90824,-0.04787,0.94415,-0.45725,0.84605,-0.77660,0.58511,-0.92819,0.25133,-0.92282,-0.15315,-0.76064,-0.48404,-0.50931,-0.76197,-0.14895,-0.88591,0.21581,-0.85703,0.53229,-0.68593,0.74846,-0.40656,0.83142,-0.07029,0.76862,0.27926,g
|
||||
1,0,1,-0.24051,1,-0.20253,0.87342,-0.10127,0.88608,0.01266,1,0.11392,0.92405,0.06329,0.84810,-0.03797,0.63291,-0.36709,0.87342,-0.01266,0.93671,0.06329,1,0.25316,0.62025,-0.37975,0.84637,-0.05540,1,-0.06329,0.53165,0.02532,0.83544,-0.02532,g
|
||||
1,0,0.74790,0.00840,0.83312,0.01659,0.82638,0.02469,0.86555,0.01681,0.60504,0.05882,0.79093,0.04731,0.77441,0.05407,0.64706,0.19328,0.84034,0.04202,0.71285,0.07122,0.68895,0.07577,0.66387,0.08403,0.63728,0.08296,0.61345,0.01681,0.58187,0.08757,0.55330,0.08891,g
|
||||
1,0,0.85013,0.01809,0.92211,0.01456,0.92046,0.02180,0.92765,0.08010,0.87597,0.11370,0.91161,0.04320,0.90738,0.05018,0.87339,0.02842,0.95866,0,0.89097,0.07047,0.88430,0.07697,0.83721,0.10853,0.86923,0.08950,0.87597,0.08786,0.85198,0.10134,0.84258,0.10698,g
|
||||
1,0,1,-0.01179,1,-0.00343,1,-0.01565,1,-0.01565,1,-0.02809,1,-0.02187,0.99828,-0.03087,0.99528,-0.03238,0.99314,-0.03452,1,-0.03881,1,-0.05039,1,-0.04931,0.99842,-0.05527,0.99400,-0.06304,0.99057,-0.06497,0.98971,-0.06668,g
|
||||
1,0,0.89505,-0.03168,0.87525,0.05545,0.89505,0.01386,0.92871,0.02772,0.91287,-0.00990,0.94059,-0.01584,0.91881,0.03366,0.93663,0,0.94257,0.01386,0.90495,0.00792,0.88713,-0.01782,0.89307,0.02376,0.89002,0.01611,0.88119,0.00198,0.87327,0.04158,0.86733,0.02376,g
|
||||
1,0,0.90071,0.01773,1,-0.01773,0.90071,0.00709,0.84752,0.05674,1,0.03546,0.97872,0.01064,0.97518,0.03546,1,-0.03191,0.89716,-0.03191,0.86170,0.07801,1,0.09220,0.90071,0.04610,0.94305,0.03247,0.94681,0.02482,1,0.01064,0.93617,0.02128,g
|
||||
1,0,0.39394,-0.24242,0.62655,0.01270,0.45455,0.09091,0.63636,0.09091,0.21212,-0.21212,0.57576,0.15152,0.39394,0,0.56156,0.04561,0.51515,0.03030,0.78788,0.18182,0.30303,-0.15152,0.48526,0.05929,0.46362,0.06142,0.33333,-0.03030,0.41856,0.06410,0.39394,0.24242,g
|
||||
1,0,0.86689,0.35950,0.72014,0.66667,0.37201,0.83049,0.08646,0.85893,-0.24118,0.86121,-0.51763,0.67577,-0.68714,0.41524,-0.77019,0.09898,-0.69397,-0.13652,-0.49488,-0.42207,-0.32537,-0.57679,-0.02844,-0.59954,0.15360,-0.53127,0.32309,-0.37088,0.46189,-0.19681,0.40956,0.01820,g
|
||||
1,0,0.89563,0.37917,0.67311,0.69438,0.35916,0.88696,-0.04193,0.93345,-0.38875,0.84414,-0.67274,0.62078,-0.82680,0.30356,-0.86150,-0.05365,-0.73564,-0.34275,-0.51778,-0.62443,-0.23428,-0.73855,0.06911,-0.73856,0.33531,-0.62296,0.52414,-0.42086,0.61217,-0.17343,0.60073,0.08660,g
|
||||
1,0,0.90547,0.41113,0.65354,0.74761,0.29921,0.95905,-0.13342,0.97820,-0.52236,0.83263,-0.79657,0.55086,-0.96631,0.15192,-0.93001,-0.25554,-0.71863,-0.59379,-0.41546,-0.85205,-0.02250,-0.93788,0.36318,-0.85368,0.67538,-0.61959,0.85977,-0.28123,0.88654,0.09800,0.75495,0.46301,g
|
||||
1,0,1,1,0.36700,0.06158,0.12993,0.92713,-0.27586,0.93596,-0.31527,0.37685,-0.87192,0.36946,-0.92857,-0.08867,-0.38916,-0.34236,-0.46552,-0.82512,-0.05419,-0.93596,0.25616,-0.20443,0.73792,-0.45950,0.85471,-0.06831,1,1,0.38670,0.00246,0.17758,0.79790,g
|
||||
1,0,1,0.51515,0.45455,0.33333,0.06061,0.36364,-0.32104,0.73062,-0.45455,0.48485,-0.57576,0,-0.57576,-0.12121,-0.33333,-0.48485,-0.09091,-0.84848,0.48485,-0.57576,0.57576,-0.42424,1,-0.39394,0.72961,0.12331,0.96970,0.57576,0.24242,0.36364,0.09091,0.33333,g
|
||||
1,0,0.88110,0,0.94817,-0.02744,0.93598,-0.01220,0.90244,0.01829,0.90244,0.01829,0.93902,0.00915,0.95732,0.00305,1,0.02744,0.94207,-0.01220,0.90854,0.02439,0.91463,0.05488,0.99695,0.04878,0.89666,0.02226,0.90854,0.00915,1,0.05488,0.97561,-0.01220,g
|
||||
1,0,0.82624,0.08156,0.79078,-0.08156,0.90426,-0.01773,0.92908,0.01064,0.80142,0.08865,0.94681,-0.00709,0.94326,0,0.93262,0.20213,0.95035,-0.00709,0.91489,0.00709,0.80496,0.07092,0.91135,0.15957,0.89527,0.08165,0.77660,0.06738,0.92553,0.18085,0.92553,0,g
|
||||
1,0,0.74468,0.10638,0.88706,0.00982,0.88542,0.01471,0.87234,-0.01418,0.73050,0.10638,0.87657,0.02912,0.87235,0.03382,0.95745,0.07801,0.95035,0.04255,0.85597,0.04743,0.84931,0.05178,0.87234,0.11348,0.83429,0.06014,0.74468,-0.03546,0.81710,0.06800,0.80774,0.07173,g
|
||||
1,0,0.87578,0.03727,0.89951,0.00343,0.89210,0.00510,0.86335,0,0.95031,0.07453,0.87021,0.00994,0.86303,0.01151,0.83851,-0.06211,0.85714,0.02484,0.84182,0.01603,0.83486,0.01749,0.79503,-0.04348,0.82111,0.02033,0.81988,0.08696,0.80757,0.02308,0.80088,0.02441,g
|
||||
1,0,0.97513,0.00710,0.98579,0.01954,1,0.01954,0.99290,0.01599,0.95737,0.02309,0.97158,0.03552,1,0.03730,0.97869,0.02131,0.98579,0.05684,0.97158,0.04796,0.94494,0.05506,0.98401,0.03552,0.97540,0.06477,0.94849,0.08171,0.99112,0.06217,0.98934,0.09947,g
|
||||
1,0,1,0.01105,1,0.01105,1,0.02320,0.99448,-0.01436,0.99448,-0.00221,0.98343,0.02320,1,0.00884,0.97569,0.00773,0.97901,0.01657,0.98011,0.00663,0.98122,0.02099,0.97127,-0.00663,0.98033,0.01600,0.97901,0.01547,0.98564,0.02099,0.98674,0.02762,g
|
||||
1,0,1,-0.01342,1,0.01566,1,-0.00224,1,0.06264,0.97763,0.04474,0.95973,0.02908,1,0.06488,0.98881,0.03356,1,0.03579,0.99776,0.09396,0.95749,0.07383,1,0.10067,0.99989,0.08763,0.99105,0.08501,1,0.10067,1,0.10067,g
|
||||
1,0,0.88420,0.36724,0.67123,0.67382,0.39613,0.86399,0.02424,0.93182,-0.35148,0.83713,-0.60316,0.58842,-0.78658,0.38778,-0.83285,-0.00642,-0.69318,-0.32963,-0.52504,-0.53924,-0.27377,-0.68126,0.00806,-0.69774,0.26028,-0.60678,0.44569,-0.43383,0.54209,-0.21542,0.56286,0.02823,g
|
||||
1,0,0.90147,0.41786,0.64131,0.75725,0.30440,0.95148,-0.20449,0.96534,-0.55483,0.81191,-0.81857,0.50949,-0.96986,0.10345,-0.91456,-0.31412,-0.70163,-0.65461,-0.32354,-0.88999,0.05865,-0.94172,0.44483,-0.82154,0.74105,-0.55231,0.89415,-0.18725,0.87893,0.20359,0.70555,0.54852,g
|
||||
1,0,0.32789,0.11042,0.15970,0.29308,0.14020,0.74485,-0.25131,0.91993,-0.16503,0.26664,-0.63714,0.24865,-0.97650,-0.00337,-0.23227,-0.19909,-0.30522,-0.48886,-0.14426,-0.89991,0.09345,-0.28916,0.28307,-0.18560,0.39599,-0.11498,0.31005,0.05614,0.21443,0.20540,0.13376,0.26422,g
|
||||
1,0,0.65845,0.43617,0.44681,0.74804,0.05319,0.85106,-0.32027,0.82139,-0.68253,0.52408,-0.84211,0.07111,-0.82811,-0.28723,-0.47032,-0.71725,-0.04759,-0.86002,0.23292,-0.76316,0.56663,-0.52128,0.74300,-0.18645,0.74758,0.23713,0.45185,0.59071,0.20549,0.76764,-0.18533,0.74356,g
|
||||
1,0,0.19466,0.05725,0.04198,0.25191,-0.10557,0.48866,-0.18321,-0.18321,-0.41985,0.06107,-0.45420,0.09160,-0.16412,-0.30534,-0.10305,-0.39695,0.18702,-0.17557,0.34012,-0.11953,0.28626,-0.16031,0.21645,0.24692,0.03913,0.31092,-0.03817,0.26336,-0.16794,0.16794,-0.30153,-0.33588,g
|
||||
1,0,0.98002,0.00075,1,0,0.98982,-0.00075,0.94721,0.02394,0.97700,0.02130,0.97888,0.03073,0.99170,0.02338,0.93929,0.05713,0.93552,0.05279,0.97738,0.05524,1,0.06241,0.94155,0.08107,0.96709,0.07255,0.95701,0.08088,0.98190,0.08126,0.97247,0.08616,g
|
||||
1,0,0.82254,-0.07572,0.80462,0.00231,0.87514,-0.01214,0.86821,-0.07514,0.72832,-0.11734,0.84624,0.05029,0.83121,-0.07399,0.74798,0.06705,0.78324,0.06358,0.86763,-0.02370,0.78844,-0.06012,0.74451,-0.02370,0.76717,-0.02731,0.74046,-0.07630,0.70058,-0.04220,0.78439,0.01214,g
|
||||
1,0,0.35346,-0.13768,0.69387,-0.02423,0.68195,-0.03574,0.55717,-0.06119,0.61836,-0.10467,0.62099,-0.06527,0.59361,-0.07289,0.42271,-0.26409,0.58213,0.04992,0.49736,-0.08771,0.46241,-0.08989,0.45008,-0.00564,0.39146,-0.09038,0.35588,-0.10306,0.32232,-0.08637,0.28943,-0.08300,g
|
||||
1,0,0.76046,0.01092,0.86335,0.00258,0.85821,0.00384,0.79988,0.02304,0.81504,0.12068,0.83096,0.00744,0.81815,0.00854,0.82777,-0.06974,0.76531,0.03881,0.76979,0.01148,0.75071,0.01232,0.77138,-0.00303,0.70886,0.01375,0.66161,0.00849,0.66298,0.01484,0.63887,0.01525,g
|
||||
1,0,0.66667,-0.01366,0.97404,0.06831,0.49590,0.50137,0.75683,-0.00273,0.65164,-0.14071,0.40164,-0.48907,0.39208,0.58743,0.76776,0.31831,0.78552,0.11339,0.47541,-0.44945,1,0.00683,0.60656,0.06967,0.68656,0.17088,0.87568,0.07787,0.55328,0.24590,0.13934,0.48087,g
|
||||
1,0,0.83508,0.08298,0.73739,-0.14706,0.84349,-0.05567,0.90441,-0.04622,0.89391,0.13130,0.81197,0.06723,0.79307,-0.08929,1,-0.02101,0.96639,0.06618,0.87605,0.01155,0.77521,0.06618,0.95378,-0.04202,0.83479,0.00123,1,0.12815,0.86660,-0.10714,0.90546,-0.04307,g
|
||||
1,0,0.95113,0.00419,0.95183,-0.02723,0.93438,-0.01920,0.94590,0.01606,0.96510,0.03281,0.94171,0.07330,0.94625,-0.01326,0.97173,0.00140,0.94834,0.06038,0.92670,0.08412,0.93124,0.10087,0.94520,0.01361,0.93522,0.04925,0.93159,0.08168,0.94066,-0.00035,0.91483,0.04712,g
|
||||
1,0,0.94701,-0.00034,0.93207,-0.03227,0.95177,-0.03431,0.95584,0.02446,0.94124,0.01766,0.92595,0.04688,0.93954,-0.01461,0.94837,0.02004,0.93784,0.01393,0.91406,0.07677,0.89470,0.06148,0.93988,0.03193,0.92489,0.02542,0.92120,0.02242,0.92459,0.00442,0.92697,-0.00577,g
|
||||
1,0,0.90608,-0.01657,0.98122,-0.01989,0.95691,-0.03646,0.85746,0.00110,0.89724,-0.03315,0.89061,-0.01436,0.90608,-0.04530,0.91381,-0.00884,0.80773,-0.12928,0.88729,0.01215,0.92155,-0.02320,0.91050,-0.02099,0.89147,-0.07760,0.82983,-0.17238,0.96022,-0.03757,0.87403,-0.16243,g
|
||||
1,0,0.84710,0.13533,0.73638,-0.06151,0.87873,0.08260,0.88928,-0.09139,0.78735,0.06678,0.80668,-0.00351,0.79262,-0.01054,0.85764,-0.04569,0.87170,-0.03515,0.81722,-0.09490,0.71002,0.04394,0.86467,-0.15114,0.81147,-0.04822,0.78207,-0.00703,0.75747,-0.06678,0.85764,-0.06151,g
|
||||
%
|
||||
%
|
||||
%
|
||||
@@ -0,0 +1,157 @@
|
||||
@relation iris-weka.filters.unsupervised.attribute.Remove-R1-2
|
||||
|
||||
@attribute petallength numeric
|
||||
@attribute petalwidth numeric
|
||||
@attribute class {Iris-setosa,Iris-versicolor,Iris-virginica}
|
||||
|
||||
@data
|
||||
1.4,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.3,0.2,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.7,0.4,Iris-setosa
|
||||
1.4,0.3,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.5,0.1,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.6,0.2,Iris-setosa
|
||||
1.4,0.1,Iris-setosa
|
||||
1.1,0.1,Iris-setosa
|
||||
1.2,0.2,Iris-setosa
|
||||
1.5,0.4,Iris-setosa
|
||||
1.3,0.4,Iris-setosa
|
||||
1.4,0.3,Iris-setosa
|
||||
1.7,0.3,Iris-setosa
|
||||
1.5,0.3,Iris-setosa
|
||||
1.7,0.2,Iris-setosa
|
||||
1.5,0.4,Iris-setosa
|
||||
1,0.2,Iris-setosa
|
||||
1.7,0.5,Iris-setosa
|
||||
1.9,0.2,Iris-setosa
|
||||
1.6,0.2,Iris-setosa
|
||||
1.6,0.4,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.6,0.2,Iris-setosa
|
||||
1.6,0.2,Iris-setosa
|
||||
1.5,0.4,Iris-setosa
|
||||
1.5,0.1,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.5,0.1,Iris-setosa
|
||||
1.2,0.2,Iris-setosa
|
||||
1.3,0.2,Iris-setosa
|
||||
1.5,0.1,Iris-setosa
|
||||
1.3,0.2,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.3,0.3,Iris-setosa
|
||||
1.3,0.3,Iris-setosa
|
||||
1.3,0.2,Iris-setosa
|
||||
1.6,0.6,Iris-setosa
|
||||
1.9,0.4,Iris-setosa
|
||||
1.4,0.3,Iris-setosa
|
||||
1.6,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
1.5,0.2,Iris-setosa
|
||||
1.4,0.2,Iris-setosa
|
||||
4.7,1.4,Iris-versicolor
|
||||
4.5,1.5,Iris-versicolor
|
||||
4.9,1.5,Iris-versicolor
|
||||
4,1.3,Iris-versicolor
|
||||
4.6,1.5,Iris-versicolor
|
||||
4.5,1.3,Iris-versicolor
|
||||
4.7,1.6,Iris-versicolor
|
||||
3.3,1,Iris-versicolor
|
||||
4.6,1.3,Iris-versicolor
|
||||
3.9,1.4,Iris-versicolor
|
||||
3.5,1,Iris-versicolor
|
||||
4.2,1.5,Iris-versicolor
|
||||
4,1,Iris-versicolor
|
||||
4.7,1.4,Iris-versicolor
|
||||
3.6,1.3,Iris-versicolor
|
||||
4.4,1.4,Iris-versicolor
|
||||
4.5,1.5,Iris-versicolor
|
||||
4.1,1,Iris-versicolor
|
||||
4.5,1.5,Iris-versicolor
|
||||
3.9,1.1,Iris-versicolor
|
||||
4.8,1.8,Iris-versicolor
|
||||
4,1.3,Iris-versicolor
|
||||
4.9,1.5,Iris-versicolor
|
||||
4.7,1.2,Iris-versicolor
|
||||
4.3,1.3,Iris-versicolor
|
||||
4.4,1.4,Iris-versicolor
|
||||
4.8,1.4,Iris-versicolor
|
||||
5,1.7,Iris-versicolor
|
||||
4.5,1.5,Iris-versicolor
|
||||
3.5,1,Iris-versicolor
|
||||
3.8,1.1,Iris-versicolor
|
||||
3.7,1,Iris-versicolor
|
||||
3.9,1.2,Iris-versicolor
|
||||
5.1,1.6,Iris-versicolor
|
||||
4.5,1.5,Iris-versicolor
|
||||
4.5,1.6,Iris-versicolor
|
||||
4.7,1.5,Iris-versicolor
|
||||
4.4,1.3,Iris-versicolor
|
||||
4.1,1.3,Iris-versicolor
|
||||
4,1.3,Iris-versicolor
|
||||
4.4,1.2,Iris-versicolor
|
||||
4.6,1.4,Iris-versicolor
|
||||
4,1.2,Iris-versicolor
|
||||
3.3,1,Iris-versicolor
|
||||
4.2,1.3,Iris-versicolor
|
||||
4.2,1.2,Iris-versicolor
|
||||
4.2,1.3,Iris-versicolor
|
||||
4.3,1.3,Iris-versicolor
|
||||
3,1.1,Iris-versicolor
|
||||
4.1,1.3,Iris-versicolor
|
||||
6,2.5,Iris-virginica
|
||||
5.1,1.9,Iris-virginica
|
||||
5.9,2.1,Iris-virginica
|
||||
5.6,1.8,Iris-virginica
|
||||
5.8,2.2,Iris-virginica
|
||||
6.6,2.1,Iris-virginica
|
||||
4.5,1.7,Iris-virginica
|
||||
6.3,1.8,Iris-virginica
|
||||
5.8,1.8,Iris-virginica
|
||||
6.1,2.5,Iris-virginica
|
||||
5.1,2,Iris-virginica
|
||||
5.3,1.9,Iris-virginica
|
||||
5.5,2.1,Iris-virginica
|
||||
5,2,Iris-virginica
|
||||
5.1,2.4,Iris-virginica
|
||||
5.3,2.3,Iris-virginica
|
||||
5.5,1.8,Iris-virginica
|
||||
6.7,2.2,Iris-virginica
|
||||
6.9,2.3,Iris-virginica
|
||||
5,1.5,Iris-virginica
|
||||
5.7,2.3,Iris-virginica
|
||||
4.9,2,Iris-virginica
|
||||
6.7,2,Iris-virginica
|
||||
4.9,1.8,Iris-virginica
|
||||
5.7,2.1,Iris-virginica
|
||||
6,1.8,Iris-virginica
|
||||
4.8,1.8,Iris-virginica
|
||||
4.9,1.8,Iris-virginica
|
||||
5.6,2.1,Iris-virginica
|
||||
5.8,1.6,Iris-virginica
|
||||
6.1,1.9,Iris-virginica
|
||||
6.4,2,Iris-virginica
|
||||
5.6,2.2,Iris-virginica
|
||||
5.1,1.5,Iris-virginica
|
||||
5.6,1.4,Iris-virginica
|
||||
6.1,2.3,Iris-virginica
|
||||
5.6,2.4,Iris-virginica
|
||||
5.5,1.8,Iris-virginica
|
||||
4.8,1.8,Iris-virginica
|
||||
5.4,2.1,Iris-virginica
|
||||
5.6,2.4,Iris-virginica
|
||||
5.1,2.3,Iris-virginica
|
||||
5.1,1.9,Iris-virginica
|
||||
5.9,2.3,Iris-virginica
|
||||
5.7,2.5,Iris-virginica
|
||||
5.2,2.3,Iris-virginica
|
||||
5,1.9,Iris-virginica
|
||||
5.2,2,Iris-virginica
|
||||
5.4,2.3,Iris-virginica
|
||||
5.1,1.8,Iris-virginica
|
||||
@@ -0,0 +1,225 @@
|
||||
% 1. Title: Iris Plants Database
|
||||
%
|
||||
% 2. Sources:
|
||||
% (a) Creator: R.A. Fisher
|
||||
% (b) Donor: Michael Marshall (MARSHALL%[email protected])
|
||||
% (c) Date: July, 1988
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% - Publications: too many to mention!!! Here are a few.
|
||||
% 1. Fisher,R.A. "The use of multiple measurements in taxonomic problems"
|
||||
% Annual Eugenics, 7, Part II, 179-188 (1936); also in "Contributions
|
||||
% to Mathematical Statistics" (John Wiley, NY, 1950).
|
||||
% 2. Duda,R.O., & Hart,P.E. (1973) Pattern Classification and Scene Analysis.
|
||||
% (Q327.D83) John Wiley & Sons. ISBN 0-471-22361-1. See page 218.
|
||||
% 3. Dasarathy, B.V. (1980) "Nosing Around the Neighborhood: A New System
|
||||
% Structure and Classification Rule for Recognition in Partially Exposed
|
||||
% Environments". IEEE Transactions on Pattern Analysis and Machine
|
||||
% Intelligence, Vol. PAMI-2, No. 1, 67-71.
|
||||
% -- Results:
|
||||
% -- very low misclassification rates (0% for the setosa class)
|
||||
% 4. Gates, G.W. (1972) "The Reduced Nearest Neighbor Rule". IEEE
|
||||
% Transactions on Information Theory, May 1972, 431-433.
|
||||
% -- Results:
|
||||
% -- very low misclassification rates again
|
||||
% 5. See also: 1988 MLC Proceedings, 54-64. Cheeseman et al's AUTOCLASS II
|
||||
% conceptual clustering system finds 3 classes in the data.
|
||||
%
|
||||
% 4. Relevant Information:
|
||||
% --- This is perhaps the best known database to be found in the pattern
|
||||
% recognition literature. Fisher's paper is a classic in the field
|
||||
% and is referenced frequently to this day. (See Duda & Hart, for
|
||||
% example.) The data set contains 3 classes of 50 instances each,
|
||||
% where each class refers to a type of iris plant. One class is
|
||||
% linearly separable from the other 2; the latter are NOT linearly
|
||||
% separable from each other.
|
||||
% --- Predicted attribute: class of iris plant.
|
||||
% --- This is an exceedingly simple domain.
|
||||
%
|
||||
% 5. Number of Instances: 150 (50 in each of three classes)
|
||||
%
|
||||
% 6. Number of Attributes: 4 numeric, predictive attributes and the class
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% 1. sepal length in cm
|
||||
% 2. sepal width in cm
|
||||
% 3. petal length in cm
|
||||
% 4. petal width in cm
|
||||
% 5. class:
|
||||
% -- Iris Setosa
|
||||
% -- Iris Versicolour
|
||||
% -- Iris Virginica
|
||||
%
|
||||
% 8. Missing Attribute Values: None
|
||||
%
|
||||
% Summary Statistics:
|
||||
% Min Max Mean SD Class Correlation
|
||||
% sepal length: 4.3 7.9 5.84 0.83 0.7826
|
||||
% sepal width: 2.0 4.4 3.05 0.43 -0.4194
|
||||
% petal length: 1.0 6.9 3.76 1.76 0.9490 (high!)
|
||||
% petal width: 0.1 2.5 1.20 0.76 0.9565 (high!)
|
||||
%
|
||||
% 9. Class Distribution: 33.3% for each of 3 classes.
|
||||
|
||||
@RELATION iris
|
||||
|
||||
@ATTRIBUTE sepallength REAL
|
||||
@ATTRIBUTE sepalwidth REAL
|
||||
@ATTRIBUTE petallength REAL
|
||||
@ATTRIBUTE petalwidth REAL
|
||||
@ATTRIBUTE class {Iris-setosa,Iris-versicolor,Iris-virginica}
|
||||
|
||||
@DATA
|
||||
5.1,3.5,1.4,0.2,Iris-setosa
|
||||
4.9,3.0,1.4,0.2,Iris-setosa
|
||||
4.7,3.2,1.3,0.2,Iris-setosa
|
||||
4.6,3.1,1.5,0.2,Iris-setosa
|
||||
5.0,3.6,1.4,0.2,Iris-setosa
|
||||
5.4,3.9,1.7,0.4,Iris-setosa
|
||||
4.6,3.4,1.4,0.3,Iris-setosa
|
||||
5.0,3.4,1.5,0.2,Iris-setosa
|
||||
4.4,2.9,1.4,0.2,Iris-setosa
|
||||
4.9,3.1,1.5,0.1,Iris-setosa
|
||||
5.4,3.7,1.5,0.2,Iris-setosa
|
||||
4.8,3.4,1.6,0.2,Iris-setosa
|
||||
4.8,3.0,1.4,0.1,Iris-setosa
|
||||
4.3,3.0,1.1,0.1,Iris-setosa
|
||||
5.8,4.0,1.2,0.2,Iris-setosa
|
||||
5.7,4.4,1.5,0.4,Iris-setosa
|
||||
5.4,3.9,1.3,0.4,Iris-setosa
|
||||
5.1,3.5,1.4,0.3,Iris-setosa
|
||||
5.7,3.8,1.7,0.3,Iris-setosa
|
||||
5.1,3.8,1.5,0.3,Iris-setosa
|
||||
5.4,3.4,1.7,0.2,Iris-setosa
|
||||
5.1,3.7,1.5,0.4,Iris-setosa
|
||||
4.6,3.6,1.0,0.2,Iris-setosa
|
||||
5.1,3.3,1.7,0.5,Iris-setosa
|
||||
4.8,3.4,1.9,0.2,Iris-setosa
|
||||
5.0,3.0,1.6,0.2,Iris-setosa
|
||||
5.0,3.4,1.6,0.4,Iris-setosa
|
||||
5.2,3.5,1.5,0.2,Iris-setosa
|
||||
5.2,3.4,1.4,0.2,Iris-setosa
|
||||
4.7,3.2,1.6,0.2,Iris-setosa
|
||||
4.8,3.1,1.6,0.2,Iris-setosa
|
||||
5.4,3.4,1.5,0.4,Iris-setosa
|
||||
5.2,4.1,1.5,0.1,Iris-setosa
|
||||
5.5,4.2,1.4,0.2,Iris-setosa
|
||||
4.9,3.1,1.5,0.1,Iris-setosa
|
||||
5.0,3.2,1.2,0.2,Iris-setosa
|
||||
5.5,3.5,1.3,0.2,Iris-setosa
|
||||
4.9,3.1,1.5,0.1,Iris-setosa
|
||||
4.4,3.0,1.3,0.2,Iris-setosa
|
||||
5.1,3.4,1.5,0.2,Iris-setosa
|
||||
5.0,3.5,1.3,0.3,Iris-setosa
|
||||
4.5,2.3,1.3,0.3,Iris-setosa
|
||||
4.4,3.2,1.3,0.2,Iris-setosa
|
||||
5.0,3.5,1.6,0.6,Iris-setosa
|
||||
5.1,3.8,1.9,0.4,Iris-setosa
|
||||
4.8,3.0,1.4,0.3,Iris-setosa
|
||||
5.1,3.8,1.6,0.2,Iris-setosa
|
||||
4.6,3.2,1.4,0.2,Iris-setosa
|
||||
5.3,3.7,1.5,0.2,Iris-setosa
|
||||
5.0,3.3,1.4,0.2,Iris-setosa
|
||||
7.0,3.2,4.7,1.4,Iris-versicolor
|
||||
6.4,3.2,4.5,1.5,Iris-versicolor
|
||||
6.9,3.1,4.9,1.5,Iris-versicolor
|
||||
5.5,2.3,4.0,1.3,Iris-versicolor
|
||||
6.5,2.8,4.6,1.5,Iris-versicolor
|
||||
5.7,2.8,4.5,1.3,Iris-versicolor
|
||||
6.3,3.3,4.7,1.6,Iris-versicolor
|
||||
4.9,2.4,3.3,1.0,Iris-versicolor
|
||||
6.6,2.9,4.6,1.3,Iris-versicolor
|
||||
5.2,2.7,3.9,1.4,Iris-versicolor
|
||||
5.0,2.0,3.5,1.0,Iris-versicolor
|
||||
5.9,3.0,4.2,1.5,Iris-versicolor
|
||||
6.0,2.2,4.0,1.0,Iris-versicolor
|
||||
6.1,2.9,4.7,1.4,Iris-versicolor
|
||||
5.6,2.9,3.6,1.3,Iris-versicolor
|
||||
6.7,3.1,4.4,1.4,Iris-versicolor
|
||||
5.6,3.0,4.5,1.5,Iris-versicolor
|
||||
5.8,2.7,4.1,1.0,Iris-versicolor
|
||||
6.2,2.2,4.5,1.5,Iris-versicolor
|
||||
5.6,2.5,3.9,1.1,Iris-versicolor
|
||||
5.9,3.2,4.8,1.8,Iris-versicolor
|
||||
6.1,2.8,4.0,1.3,Iris-versicolor
|
||||
6.3,2.5,4.9,1.5,Iris-versicolor
|
||||
6.1,2.8,4.7,1.2,Iris-versicolor
|
||||
6.4,2.9,4.3,1.3,Iris-versicolor
|
||||
6.6,3.0,4.4,1.4,Iris-versicolor
|
||||
6.8,2.8,4.8,1.4,Iris-versicolor
|
||||
6.7,3.0,5.0,1.7,Iris-versicolor
|
||||
6.0,2.9,4.5,1.5,Iris-versicolor
|
||||
5.7,2.6,3.5,1.0,Iris-versicolor
|
||||
5.5,2.4,3.8,1.1,Iris-versicolor
|
||||
5.5,2.4,3.7,1.0,Iris-versicolor
|
||||
5.8,2.7,3.9,1.2,Iris-versicolor
|
||||
6.0,2.7,5.1,1.6,Iris-versicolor
|
||||
5.4,3.0,4.5,1.5,Iris-versicolor
|
||||
6.0,3.4,4.5,1.6,Iris-versicolor
|
||||
6.7,3.1,4.7,1.5,Iris-versicolor
|
||||
6.3,2.3,4.4,1.3,Iris-versicolor
|
||||
5.6,3.0,4.1,1.3,Iris-versicolor
|
||||
5.5,2.5,4.0,1.3,Iris-versicolor
|
||||
5.5,2.6,4.4,1.2,Iris-versicolor
|
||||
6.1,3.0,4.6,1.4,Iris-versicolor
|
||||
5.8,2.6,4.0,1.2,Iris-versicolor
|
||||
5.0,2.3,3.3,1.0,Iris-versicolor
|
||||
5.6,2.7,4.2,1.3,Iris-versicolor
|
||||
5.7,3.0,4.2,1.2,Iris-versicolor
|
||||
5.7,2.9,4.2,1.3,Iris-versicolor
|
||||
6.2,2.9,4.3,1.3,Iris-versicolor
|
||||
5.1,2.5,3.0,1.1,Iris-versicolor
|
||||
5.7,2.8,4.1,1.3,Iris-versicolor
|
||||
6.3,3.3,6.0,2.5,Iris-virginica
|
||||
5.8,2.7,5.1,1.9,Iris-virginica
|
||||
7.1,3.0,5.9,2.1,Iris-virginica
|
||||
6.3,2.9,5.6,1.8,Iris-virginica
|
||||
6.5,3.0,5.8,2.2,Iris-virginica
|
||||
7.6,3.0,6.6,2.1,Iris-virginica
|
||||
4.9,2.5,4.5,1.7,Iris-virginica
|
||||
7.3,2.9,6.3,1.8,Iris-virginica
|
||||
6.7,2.5,5.8,1.8,Iris-virginica
|
||||
7.2,3.6,6.1,2.5,Iris-virginica
|
||||
6.5,3.2,5.1,2.0,Iris-virginica
|
||||
6.4,2.7,5.3,1.9,Iris-virginica
|
||||
6.8,3.0,5.5,2.1,Iris-virginica
|
||||
5.7,2.5,5.0,2.0,Iris-virginica
|
||||
5.8,2.8,5.1,2.4,Iris-virginica
|
||||
6.4,3.2,5.3,2.3,Iris-virginica
|
||||
6.5,3.0,5.5,1.8,Iris-virginica
|
||||
7.7,3.8,6.7,2.2,Iris-virginica
|
||||
7.7,2.6,6.9,2.3,Iris-virginica
|
||||
6.0,2.2,5.0,1.5,Iris-virginica
|
||||
6.9,3.2,5.7,2.3,Iris-virginica
|
||||
5.6,2.8,4.9,2.0,Iris-virginica
|
||||
7.7,2.8,6.7,2.0,Iris-virginica
|
||||
6.3,2.7,4.9,1.8,Iris-virginica
|
||||
6.7,3.3,5.7,2.1,Iris-virginica
|
||||
7.2,3.2,6.0,1.8,Iris-virginica
|
||||
6.2,2.8,4.8,1.8,Iris-virginica
|
||||
6.1,3.0,4.9,1.8,Iris-virginica
|
||||
6.4,2.8,5.6,2.1,Iris-virginica
|
||||
7.2,3.0,5.8,1.6,Iris-virginica
|
||||
7.4,2.8,6.1,1.9,Iris-virginica
|
||||
7.9,3.8,6.4,2.0,Iris-virginica
|
||||
6.4,2.8,5.6,2.2,Iris-virginica
|
||||
6.3,2.8,5.1,1.5,Iris-virginica
|
||||
6.1,2.6,5.6,1.4,Iris-virginica
|
||||
7.7,3.0,6.1,2.3,Iris-virginica
|
||||
6.3,3.4,5.6,2.4,Iris-virginica
|
||||
6.4,3.1,5.5,1.8,Iris-virginica
|
||||
6.0,3.0,4.8,1.8,Iris-virginica
|
||||
6.9,3.1,5.4,2.1,Iris-virginica
|
||||
6.7,3.1,5.6,2.4,Iris-virginica
|
||||
6.9,3.1,5.1,2.3,Iris-virginica
|
||||
5.8,2.7,5.1,1.9,Iris-virginica
|
||||
6.8,3.2,5.9,2.3,Iris-virginica
|
||||
6.7,3.3,5.7,2.5,Iris-virginica
|
||||
6.7,3.0,5.2,2.3,Iris-virginica
|
||||
6.3,2.5,5.0,1.9,Iris-virginica
|
||||
6.5,3.0,5.2,2.0,Iris-virginica
|
||||
6.2,3.4,5.4,2.3,Iris-virginica
|
||||
5.9,3.0,5.1,1.8,Iris-virginica
|
||||
%
|
||||
%
|
||||
%
|
||||
@@ -0,0 +1,164 @@
|
||||
% Date: Tue, 15 Nov 88 15:44:08 EST
|
||||
% From: stan <[email protected]>
|
||||
% To: [email protected]
|
||||
%
|
||||
% 1. Title: Final settlements in labor negotitions in Canadian industry
|
||||
%
|
||||
% 2. Source Information
|
||||
% -- Creators: Collective Barganing Review, montly publication,
|
||||
% Labour Canada, Industrial Relations Information Service,
|
||||
% Ottawa, Ontario, K1A 0J2, Canada, (819) 997-3117
|
||||
% The data includes all collective agreements reached
|
||||
% in the business and personal services sector for locals
|
||||
% with at least 500 members (teachers, nurses, university
|
||||
% staff, police, etc) in Canada in 87 and first quarter of 88.
|
||||
% -- Donor: Stan Matwin, Computer Science Dept, University of Ottawa,
|
||||
% 34 Somerset East, K1N 9B4, ([email protected])
|
||||
% -- Date: November 1988
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% -- testing concept learning software, in particular
|
||||
% an experimental method to learn two-tiered concept descriptions.
|
||||
% The data was used to learn the description of an acceptable
|
||||
% and unacceptable contract.
|
||||
% The unacceptable contracts were either obtained by interviewing
|
||||
% experts, or by inventing near misses.
|
||||
% Examples of use are described in:
|
||||
% Bergadano, F., Matwin, S., Michalski, R.,
|
||||
% Zhang, J., Measuring Quality of Concept Descriptions,
|
||||
% Procs. of the 3rd European Working Sessions on Learning,
|
||||
% Glasgow, October 1988.
|
||||
% Bergadano, F., Matwin, S., Michalski, R., Zhang, J.,
|
||||
% Representing and Acquiring Imprecise and Context-dependent
|
||||
% Concepts in Knowledge-based Systems, Procs. of ISMIS'88,
|
||||
% North Holland, 1988.
|
||||
% 4. Relevant Information:
|
||||
% -- data was used to test 2tier approach with learning
|
||||
% from positive and negative examples
|
||||
%
|
||||
% 5. Number of Instances: 57
|
||||
%
|
||||
% 6. Number of Attributes: 16
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% 1. dur: duration of agreement
|
||||
% [1..7]
|
||||
% 2 wage1.wage : wage increase in first year of contract
|
||||
% [2.0 .. 7.0]
|
||||
% 3 wage2.wage : wage increase in second year of contract
|
||||
% [2.0 .. 7.0]
|
||||
% 4 wage3.wage : wage increase in third year of contract
|
||||
% [2.0 .. 7.0]
|
||||
% 5 cola : cost of living allowance
|
||||
% [none, tcf, tc]
|
||||
% 6 hours.hrs : number of working hours during week
|
||||
% [35 .. 40]
|
||||
% 7 pension : employer contributions to pension plan
|
||||
% [none, ret_allw, empl_contr]
|
||||
% 8 stby_pay : standby pay
|
||||
% [2 .. 25]
|
||||
% 9 shift_diff : shift differencial : supplement for work on II and III shift
|
||||
% [1 .. 25]
|
||||
% 10 educ_allw.boolean : education allowance
|
||||
% [true false]
|
||||
% 11 holidays : number of statutory holidays
|
||||
% [9 .. 15]
|
||||
% 12 vacation : number of paid vacation days
|
||||
% [ba, avg, gnr]
|
||||
% 13 lngtrm_disabil.boolean :
|
||||
% employer's help during employee longterm disabil
|
||||
% ity [true , false]
|
||||
% 14 dntl_ins : employers contribution towards the dental plan
|
||||
% [none, half, full]
|
||||
% 15 bereavement.boolean : employer's financial contribution towards the
|
||||
% covering the costs of bereavement
|
||||
% [true , false]
|
||||
% 16 empl_hplan : employer's contribution towards the health plan
|
||||
% [none, half, full]
|
||||
%
|
||||
% 8. Missing Attribute Values: None
|
||||
%
|
||||
% 9. Class Distribution:
|
||||
%
|
||||
% 10. Exceptions from format instructions: no commas between attribute values.
|
||||
%
|
||||
%
|
||||
@relation 'labor-neg-data'
|
||||
@attribute 'duration' numeric
|
||||
@attribute 'wage-increase-first-year' numeric
|
||||
@attribute 'wage-increase-second-year' numeric
|
||||
@attribute 'wage-increase-third-year' numeric
|
||||
@attribute 'cost-of-living-adjustment' {'none','tcf','tc'}
|
||||
@attribute 'working-hours' numeric
|
||||
@attribute 'pension' {'none','ret_allw','empl_contr'}
|
||||
@attribute 'standby-pay' numeric
|
||||
@attribute 'shift-differential' numeric
|
||||
@attribute 'education-allowance' {'yes','no'}
|
||||
@attribute 'statutory-holidays' numeric
|
||||
@attribute 'vacation' {'below_average','average','generous'}
|
||||
@attribute 'longterm-disability-assistance' {'yes','no'}
|
||||
@attribute 'contribution-to-dental-plan' {'none','half','full'}
|
||||
@attribute 'bereavement-assistance' {'yes','no'}
|
||||
@attribute 'contribution-to-health-plan' {'none','half','full'}
|
||||
@attribute 'class' {'bad','good'}
|
||||
@data
|
||||
1,5,?,?,?,40,?,?,2,?,11,'average',?,?,'yes',?,'good'
|
||||
2,4.5,5.8,?,?,35,'ret_allw',?,?,'yes',11,'below_average',?,'full',?,'full','good'
|
||||
?,?,?,?,?,38,'empl_contr',?,5,?,11,'generous','yes','half','yes','half','good'
|
||||
3,3.7,4,5,'tc',?,?,?,?,'yes',?,?,?,?,'yes',?,'good'
|
||||
3,4.5,4.5,5,?,40,?,?,?,?,12,'average',?,'half','yes','half','good'
|
||||
2,2,2.5,?,?,35,?,?,6,'yes',12,'average',?,?,?,?,'good'
|
||||
3,4,5,5,'tc',?,'empl_contr',?,?,?,12,'generous','yes','none','yes','half','good'
|
||||
3,6.9,4.8,2.3,?,40,?,?,3,?,12,'below_average',?,?,?,?,'good'
|
||||
2,3,7,?,?,38,?,12,25,'yes',11,'below_average','yes','half','yes',?,'good'
|
||||
1,5.7,?,?,'none',40,'empl_contr',?,4,?,11,'generous','yes','full',?,?,'good'
|
||||
3,3.5,4,4.6,'none',36,?,?,3,?,13,'generous',?,?,'yes','full','good'
|
||||
2,6.4,6.4,?,?,38,?,?,4,?,15,?,?,'full',?,?,'good'
|
||||
2,3.5,4,?,'none',40,?,?,2,'no',10,'below_average','no','half',?,'half','bad'
|
||||
3,3.5,4,5.1,'tcf',37,?,?,4,?,13,'generous',?,'full','yes','full','good'
|
||||
1,3,?,?,'none',36,?,?,10,'no',11,'generous',?,?,?,?,'good'
|
||||
2,4.5,4,?,'none',37,'empl_contr',?,?,?,11,'average',?,'full','yes',?,'good'
|
||||
1,2.8,?,?,?,35,?,?,2,?,12,'below_average',?,?,?,?,'good'
|
||||
1,2.1,?,?,'tc',40,'ret_allw',2,3,'no',9,'below_average','yes','half',?,'none','bad'
|
||||
1,2,?,?,'none',38,'none',?,?,'yes',11,'average','no','none','no','none','bad'
|
||||
2,4,5,?,'tcf',35,?,13,5,?,15,'generous',?,?,?,?,'good'
|
||||
2,4.3,4.4,?,?,38,?,?,4,?,12,'generous',?,'full',?,'full','good'
|
||||
2,2.5,3,?,?,40,'none',?,?,?,11,'below_average',?,?,?,?,'bad'
|
||||
3,3.5,4,4.6,'tcf',27,?,?,?,?,?,?,?,?,?,?,'good'
|
||||
2,4.5,4,?,?,40,?,?,4,?,10,'generous',?,'half',?,'full','good'
|
||||
1,6,?,?,?,38,?,8,3,?,9,'generous',?,?,?,?,'good'
|
||||
3,2,2,2,'none',40,'none',?,?,?,10,'below_average',?,'half','yes','full','bad'
|
||||
2,4.5,4.5,?,'tcf',?,?,?,?,'yes',10,'below_average','yes','none',?,'half','good'
|
||||
2,3,3,?,'none',33,?,?,?,'yes',12,'generous',?,?,'yes','full','good'
|
||||
2,5,4,?,'none',37,?,?,5,'no',11,'below_average','yes','full','yes','full','good'
|
||||
3,2,2.5,?,?,35,'none',?,?,?,10,'average',?,?,'yes','full','bad'
|
||||
3,4.5,4.5,5,'none',40,?,?,?,'no',11,'average',?,'half',?,?,'good'
|
||||
3,3,2,2.5,'tc',40,'none',?,5,'no',10,'below_average','yes','half','yes','full','bad'
|
||||
2,2.5,2.5,?,?,38,'empl_contr',?,?,?,10,'average',?,?,?,?,'bad'
|
||||
2,4,5,?,'none',40,'none',?,3,'no',10,'below_average','no','none',?,'none','bad'
|
||||
3,2,2.5,2.1,'tc',40,'none',2,1,'no',10,'below_average','no','half','yes','full','bad'
|
||||
2,2,2,?,'none',40,'none',?,?,'no',11,'average','yes','none','yes','full','bad'
|
||||
1,2,?,?,'tc',40,'ret_allw',4,0,'no',11,'generous','no','none','no','none','bad'
|
||||
1,2.8,?,?,'none',38,'empl_contr',2,3,'no',9,'below_average','yes','half',?,'none','bad'
|
||||
3,2,2.5,2,?,37,'empl_contr',?,?,?,10,'average',?,?,'yes','none','bad'
|
||||
2,4.5,4,?,'none',40,?,?,4,?,12,'average','yes','full','yes','half','good'
|
||||
1,4,?,?,'none',?,'none',?,?,'yes',11,'average','no','none','no','none','bad'
|
||||
2,2,3,?,'none',38,'empl_contr',?,?,'yes',12,'generous','yes','none','yes','full','bad'
|
||||
2,2.5,2.5,?,'tc',39,'empl_contr',?,?,?,12,'average',?,?,'yes',?,'bad'
|
||||
2,2.5,3,?,'tcf',40,'none',?,?,?,11,'below_average',?,?,'yes',?,'bad'
|
||||
2,4,4,?,'none',40,'none',?,3,?,10,'below_average','no','none',?,'none','bad'
|
||||
2,4.5,4,?,?,40,?,?,2,'no',10,'below_average','no','half',?,'half','bad'
|
||||
2,4.5,4,?,'none',40,?,?,5,?,11,'average',?,'full','yes','full','good'
|
||||
2,4.6,4.6,?,'tcf',38,?,?,?,?,?,?,'yes','half',?,'half','good'
|
||||
2,5,4.5,?,'none',38,?,14,5,?,11,'below_average','yes',?,?,'full','good'
|
||||
2,5.7,4.5,?,'none',40,'ret_allw',?,?,?,11,'average','yes','full','yes','full','good'
|
||||
2,7,5.3,?,?,?,?,?,?,?,11,?,'yes','full',?,?,'good'
|
||||
3,2,3,?,'tcf',?,'empl_contr',?,?,'yes',?,?,'yes','half','yes',?,'good'
|
||||
3,3.5,4,4.5,'tcf',35,?,?,?,?,13,'generous',?,?,'yes','full','good'
|
||||
3,4,3.5,?,'none',40,'empl_contr',?,6,?,11,'average','yes','full',?,'full','good'
|
||||
3,5,4.4,?,'none',38,'empl_contr',10,6,?,11,'generous','yes',?,?,'full','good'
|
||||
3,5,5,5,?,40,?,?,?,?,12,'average',?,'half','yes','half','good'
|
||||
3,6,6,4,?,35,?,?,14,?,9,'generous','yes','full','yes','full','good'
|
||||
%
|
||||
%
|
||||
%
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,916 @@
|
||||
% ----------------------------------------------------------------------------
|
||||
% This is a subset of the segmentation data (i.e. a subset of the combined
|
||||
% original training and test datasets). The description below refers
|
||||
% to the original dataset. This subset has 810 instances. The distribution
|
||||
% of classes is NOT stratified in this subset.
|
||||
% ----------------------------------------------------------------------------
|
||||
%
|
||||
% 1. Title: Image Segmentation data
|
||||
%
|
||||
% 2. Source Information
|
||||
% -- Creators: Vision Group, University of Massachusetts
|
||||
% -- Donor: Vision Group (Carla Brodley, [email protected])
|
||||
% -- Date: November, 1990
|
||||
%
|
||||
% 3. Past Usage: None yet published
|
||||
%
|
||||
% 4. Relevant Information:
|
||||
%
|
||||
% The instances were drawn randomly from a database of 7 outdoor
|
||||
% images. The images were handsegmented to create a classification
|
||||
% for every pixel.
|
||||
%
|
||||
% Each instance is a 3x3 region.
|
||||
%
|
||||
% 5. Number of Instances: Training data: 210 Test data: 2100
|
||||
%
|
||||
% 6. Number of Attributes: 19 continuous attributes
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
%
|
||||
% 1. region-centroid-col: the column of the center pixel of the region.
|
||||
% 2. region-centroid-row: the row of the center pixel of the region.
|
||||
% 3. region-pixel-count: the number of pixels in a region = 9.
|
||||
% 4. short-line-density-5: the results of a line extractoin algorithm that
|
||||
% counts how many lines of length 5 (any orientation) with
|
||||
% low contrast, less than or equal to 5, go through the region.
|
||||
% 5. short-line-density-2: same as short-line-density-5 but counts lines
|
||||
% of high contrast, greater than 5.
|
||||
% 6. vedge-mean: measure the contrast of horizontally
|
||||
% adjacent pixels in the region. There are 6, the mean and
|
||||
% standard deviation are given. This attribute is used as
|
||||
% a vertical edge detector.
|
||||
% 7. vegde-sd: (see 6)
|
||||
% 8. hedge-mean: measures the contrast of vertically adjacent
|
||||
% pixels. Used for horizontal line detection.
|
||||
% 9. hedge-sd: (see 8).
|
||||
% 10. intensity-mean: the average over the region of (R + G + B)/3
|
||||
% 11. rawred-mean: the average over the region of the R value.
|
||||
% 12. rawblue-mean: the average over the region of the B value.
|
||||
% 13. rawgreen-mean: the average over the region of the G value.
|
||||
% 14. exred-mean: measure the excess red: (2R - (G + B))
|
||||
% 15. exblue-mean: measure the excess blue: (2B - (G + R))
|
||||
% 16. exgreen-mean: measure the excess green: (2G - (R + B))
|
||||
% 17. value-mean: 3-d nonlinear transformation
|
||||
% of RGB. (Algorithm can be found in Foley and VanDam, Fundamentals
|
||||
% of Interactive Computer Graphics)
|
||||
% 18. saturatoin-mean: (see 17)
|
||||
% 19. hue-mean: (see 17)
|
||||
%
|
||||
% 8. Missing Attribute Values: None
|
||||
%
|
||||
% 9. Class Distribution:
|
||||
%
|
||||
% Classes: brickface, sky, foliage, cement, window, path, grass.
|
||||
%
|
||||
% 30 instances per class for training data.
|
||||
% 300 instances per class for test data.
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
%
|
||||
% Relabeled values in attribute class
|
||||
% From: 1 To: brickface
|
||||
% From: 2 To: sky
|
||||
% From: 3 To: foliage
|
||||
% From: 4 To: cement
|
||||
% From: 5 To: window
|
||||
% From: 6 To: path
|
||||
% From: 7 To: grass
|
||||
%
|
||||
@relation segment
|
||||
|
||||
@attribute region-centroid-col numeric
|
||||
@attribute region-centroid-row numeric
|
||||
@attribute region-pixel-count numeric
|
||||
@attribute short-line-density-5 numeric
|
||||
@attribute short-line-density-2 numeric
|
||||
@attribute vedge-mean numeric
|
||||
@attribute vegde-sd numeric
|
||||
@attribute hedge-mean numeric
|
||||
@attribute hedge-sd numeric
|
||||
@attribute intensity-mean numeric
|
||||
@attribute rawred-mean numeric
|
||||
@attribute rawblue-mean numeric
|
||||
@attribute rawgreen-mean numeric
|
||||
@attribute exred-mean numeric
|
||||
@attribute exblue-mean numeric
|
||||
@attribute exgreen-mean numeric
|
||||
@attribute value-mean numeric
|
||||
@attribute saturation-mean numeric
|
||||
@attribute hue-mean numeric
|
||||
@attribute class {brickface,sky,foliage,cement,window,path,grass}
|
||||
|
||||
@data
|
||||
|
||||
144,35,9,0,0,2.33333,2.03306,2.05556,1.73098,37.5926,32.3333,47.4444,33,-15.7778,29.5556,-13.7778,47.4444,0.319714,-2.13876,cement
|
||||
118,180,9,0,0,1.94444,1.48199,3.11111,1.08866,48.5556,44.1111,59,42.5556,-13.3333,31.3333,-18,59,0.278822,-1.99604,path
|
||||
6,174,9,0,0,1.88889,1.00741,2.88889,4.02963,19.0741,15.1111,17.7778,24.3333,-11.8889,-3.88889,15.7778,24.3333,0.381867,2.39502,grass
|
||||
152,220,9,0,0,0.944445,0.685185,1.44444,2.16296,14.6296,11.5556,13.1111,19.2222,-9.22222,-4.55556,13.7778,19.2222,0.416705,2.30688,grass
|
||||
189,142,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
108,144,9,0,0,0.388889,0.151852,0.222222,0.074074,0.962963,0,2.88889,0,-2.88889,5.77778,-2.88889,2.88889,1,-2.0944,foliage
|
||||
127,121,9,0,0,1.66667,0.800001,2,2.44444,23.1111,21.6667,30.1111,17.5556,-4.33333,21,-16.6667,30.1111,0.415524,-1.74074,brickface
|
||||
99,198,9,0,0,5.05555,6.434,5.66667,5.79271,58.3333,51.8889,72.3333,50.7778,-19.3333,42,-22.6667,72.3333,0.299654,-2.03587,path
|
||||
172,218,9,0,0,2.55556,2.42963,1.61111,2.41852,14.9259,11.8889,13.7778,19.1111,-9.11111,-3.44444,12.5556,19.1111,0.386456,2.36215,grass
|
||||
233,184,9,0,0,0.5,0.077778,0.777778,0.785185,11.8519,9.77778,9.88889,15.8889,-6.22222,-5.88889,12.1111,15.8889,0.405556,2.12865,grass
|
||||
52,82,9,0,0,3.27778,0.462964,1.33333,0.488889,44.8889,41.5556,53.1111,40,-10,24.6667,-14.6667,53.1111,0.246605,-1.97178,cement
|
||||
63,158,9,0.111111,0,0.999999,1.05409,1.88889,1.29386,22.1852,16.4444,22.2222,27.8889,-17.2222,0.111111,17.1111,27.8889,0.411811,2.62471,grass
|
||||
61,197,9,0,0,1.44444,1.51535,2.61111,1.92546,49.5926,44.2222,61.5556,43,-16.1111,35.8889,-19.7778,61.5556,0.302925,-2.02227,path
|
||||
33,99,9,0,0,1.55556,1.25904,2.44444,1.12875,15.4815,11.2222,23.7778,11.4444,-12.7778,24.8889,-12.1111,23.7778,0.54148,-2.1125,window
|
||||
64,114,9,0,0,5.16667,6.32016,8.83333,8.66859,29.8148,18.3333,47.2222,23.8889,-34.4444,52.2222,-17.7778,47.2222,0.629245,-2.29538,foliage
|
||||
96,80,9,0.111111,0,1.55556,4.16296,2.5,1.9,26,24,34.4444,19.5556,-6,25.3333,-19.3333,34.4444,0.432471,-1.77359,brickface
|
||||
199,140,9,0,0,0.444444,0.251852,0.5,0.388889,6,7.44444,6.88889,3.66667,4.33333,2.66667,-7,7.55556,0.513889,-0.91962,brickface
|
||||
244,82,9,0,0,0.611111,1.02017,2.72222,2.53348,15.5185,11.6667,22.4444,12.4444,-11.5556,20.7778,-9.22222,22.4444,0.481601,-2.17063,window
|
||||
142,100,9,0,0,0.666667,0.266666,1.38889,0.907407,22.2222,21.7778,28.4444,16.4444,-1.33333,18.6667,-17.3333,28.4444,0.421994,-1.6233,brickface
|
||||
44,33,9,0,0,1.16666,0.936897,1.05555,0.854183,125.889,114.667,141.778,121.222,-33.6667,47.6667,-14,141.778,0.191215,-2.348,sky
|
||||
45,67,9,0,0,0.666667,0.298141,1.05555,0.646929,64.7407,57.1111,80.4444,56.6667,-22.8889,47.1111,-24.2222,80.4444,0.298145,-2.07666,cement
|
||||
224,34,9,0,0,1.33333,0.966091,1,0.632455,123.222,111.444,140,118.222,-35.3333,50.3333,-15,140,0.20392,-2.34338,sky
|
||||
89,221,9,0,0,1.38889,1.48518,1.44444,1.58519,14.0741,10.6667,12.4444,19.1111,-10.2222,-4.88889,15.1111,19.1111,0.446012,2.31721,grass
|
||||
45,185,9,0.111111,0,2.16667,3.72222,1.94444,2.68519,18.6667,14.6667,17.1111,24.2222,-12,-4.66667,16.6667,24.2222,0.400872,2.36183,grass
|
||||
11,108,9,0,0,1.33333,0.8,1.38889,0.951852,17.6667,19,21.1111,12.8889,4,10.3333,-14.3333,21.1111,0.388756,-1.30213,brickface
|
||||
211,154,9,0,0,0.111111,0.02963,0.388889,0.062963,0.259259,0,0.777778,0,-0.777778,1.55556,-0.777778,0.777778,0.555556,-2.0944,window
|
||||
174,112,9,0,0,2.38889,0.996295,0.666666,0.799999,31.6296,24.2222,43.6667,27,-22.2222,36.1111,-13.8889,43.6667,0.445039,-2.24477,window
|
||||
160,110,9,0,0,0.833333,0.691214,0.444444,0.272165,31.6296,27.2222,39.3333,28.3333,-13.2222,23.1111,-9.88889,39.3333,0.307444,-2.18724,window
|
||||
80,40,9,0,0,0.611111,0.574132,0.722223,0.772203,110.704,96.2222,129,106.889,-43.4444,54.8889,-11.4444,129,0.254051,-2.43469,sky
|
||||
35,189,9,0,0,2.55555,2.87407,4.5,15.3667,31.9259,29,38.5556,28.2222,-8.77778,19.8889,-11.1111,38.5556,0.262981,-2.02223,path
|
||||
11,163,9,0,0,1.05556,0.928958,2.5,1.31234,19.8148,17.4444,16.6667,25.3333,-7.11111,-9.44444,16.5556,25.3333,0.344267,2.00168,grass
|
||||
138,21,9,0,0,0.666665,0.760117,1,0.516396,127.296,116.222,143.111,122.556,-33.2222,47.4444,-14.2222,143.111,0.187853,-2.33938,sky
|
||||
118,38,9,0,0,0.777777,0.58373,0.888888,1.06806,124.852,113.333,141.667,119.556,-34.5556,50.4444,-15.8889,141.667,0.199972,-2.32292,sky
|
||||
140,125,9,0,0,0.666667,0.222222,2.66667,3.77778,3.92593,1.55556,7.77778,2.44444,-7.11111,11.5556,-4.44444,7.77778,0.853199,-2.23424,foliage
|
||||
145,163,9,0,0,3.11111,13.4963,18.6667,27.2445,39.4444,34,47.7778,36.5556,-16.3333,25,-8.66667,48.1111,0.281536,-2.42532,path
|
||||
185,102,9,0,0,11.0556,73.7074,0.444445,0.207407,56.7778,51.1111,69.1111,50.1111,-17,37,-20,69.1111,0.274353,-2.03405,cement
|
||||
152,155,9,0,0,0.5,0.611111,10.7778,131.807,7.2963,5.33333,11,5.55556,-5.88889,11.1111,-5.22222,11,0.5,-2.11557,window
|
||||
208,240,9,0.111111,0,1.05556,0.862963,2.44444,5.00741,14.1481,10.8889,13,18.5556,-9.77778,-3.44444,13.2222,18.5556,0.421621,2.39249,grass
|
||||
229,195,9,0,0,4.16667,2.27792,4.11111,2.24763,47.7037,42.4444,58.8889,41.7778,-15.7778,33.5556,-17.7778,58.8889,0.290278,-2.0527,path
|
||||
28,162,9,0.111111,0,1.16667,0.62361,1.44444,1.32777,25.1111,19.6667,26.1111,29.5556,-16.3333,3,13.3333,29.5556,0.335127,2.76904,grass
|
||||
123,186,9,0,0,3.61111,3.02887,9.44444,7.93212,51.7778,46.5556,63.6667,45.1111,-15.6667,35.6667,-20,63.6667,0.290148,-2.0141,path
|
||||
120,136,9,0,0,0.611111,0.418519,1,0.444444,6.25926,7.77778,7.22222,3.77778,4.55556,2.88889,-7.44444,8,0.529541,-0.924607,brickface
|
||||
215,123,9,0,0,0.333333,0.133333,0.666667,0.044444,1.37037,0,3.77778,0.333333,-4.11111,7.22222,-3.11111,3.77778,1,-2.16987,foliage
|
||||
59,116,9,0,0,3,2.81267,0.777778,0.45542,21.963,17.8889,29.5556,18.4444,-12.2222,22.7778,-10.5556,29.5556,0.395663,-2.14478,window
|
||||
90,134,9,0,0,0.388889,0.018519,0.944444,0.151852,2.11111,1,4.66667,0.666667,-3.33333,7.66667,-4.33333,4.66667,0.881481,-2.01314,window
|
||||
180,224,9,0,0,3.72222,3.70741,3.61111,5.61852,15.1852,11.6667,13.3333,20.5556,-10.5556,-5.55556,16.1111,20.5556,0.443375,2.29826,grass
|
||||
17,18,9,0,0,1.22222,1.29386,1.27778,1.25462,125.63,114,142,120.889,-34.8889,49.1111,-14.2222,142,0.197105,-2.35218,sky
|
||||
33,149,9,0,0,0.555556,0.251852,0.722222,0.151852,5.44444,4.11111,8.66667,3.55556,-4,9.66667,-5.66667,8.66667,0.578339,-1.9857,brickface
|
||||
94,246,9,0,0,2.33333,1.61933,2.72222,0.772202,22.8148,18.8889,19.6667,29.8889,-11.7778,-9.44444,21.2222,29.8889,0.3748,2.15891,grass
|
||||
247,159,9,0,0,2.55556,5.05185,15.7222,168.952,35.7778,30.4444,45,31.8889,-16,27.6667,-11.6667,45.4444,0.289218,-2.54935,path
|
||||
170,226,9,0,0,1.55556,1.42465,2.38889,1.28956,11.8889,10.1111,8,17.5556,-5.33333,-11.6667,17,17.5556,0.54833,1.87251,grass
|
||||
3,21,9,0,0,0.444445,0.607407,1.22222,0.118518,130.148,120.778,143.222,126.444,-28.1111,39.2222,-11.1111,143.222,0.15668,-2.35718,sky
|
||||
16,117,9,0,0,0.277778,0.151852,0.5,0.211111,5.88889,6.88889,7.44444,3.33333,3,4.66667,-7.66667,7.44444,0.553571,-1.17969,brickface
|
||||
214,143,9,0,0,0.111111,0.172133,0.444444,0.172133,0.666667,0.222222,1.77778,0,-1.33333,3.33333,-2,1.77778,0.888889,-1.98694,window
|
||||
176,100,9,0,0,1.94444,0.774075,1.44444,0.651851,55.3704,50.3333,66.8889,48.8889,-15.1111,34.5556,-19.4444,66.8889,0.268621,-2.00619,cement
|
||||
17,108,9,0,0,1.27778,0.64693,1.16667,0.912871,1.85185,0.555556,3.33333,1.66667,-3.88889,4.44444,-0.555556,3.33333,0.875926,-2.46385,foliage
|
||||
103,226,9,0,0,1.72222,1.70741,1.61111,1.75185,13.4815,10.2222,11.8889,18.3333,-9.77778,-4.77778,14.5556,18.3333,0.442456,2.30385,grass
|
||||
245,129,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
94,127,9,0,0,0.777778,0.501849,0.777778,0.688531,2.74074,0.555556,5.55556,2.11111,-6.55556,8.44444,-1.88889,5.55556,0.915344,-2.40894,foliage
|
||||
178,35,9,0,0,0.444445,0.344265,0.388889,0.250924,13.4815,10.3333,19.2222,10.8889,-9.44444,17.2222,-7.77778,19.2222,0.459288,-2.15333,window
|
||||
191,180,9,0.111111,0,3.55556,1.18634,2.22222,1.10889,60.0741,53.2222,75.4444,51.5556,-20.5556,46.1111,-25.5556,75.4444,0.31801,-2.02215,path
|
||||
206,30,9,0,0,0.777777,0.501847,0.833332,0.547723,123.333,112.778,139.667,117.556,-31.6667,49,-17.3333,139.667,0.19251,-2.27951,sky
|
||||
145,248,9,0,0,2.05556,1.71809,2.11111,1.37706,26.8889,23.2222,25.1111,32.3333,-11,-5.33333,16.3333,32.3333,0.291675,2.2851,grass
|
||||
247,108,9,0.111111,0,0.722222,0.611616,2.11111,1.95126,14.5185,11.3333,20.5556,11.6667,-9.55556,18.1111,-8.55556,20.5556,0.45603,-2.12716,window
|
||||
147,34,9,0,0,4.61111,4.15487,0.777779,0.779362,47.5926,41.1111,60,41.6667,-19.4444,37.2222,-17.7778,60,0.317542,-2.12287,cement
|
||||
24,215,9,0.222222,0,0.833333,0.809664,2.55556,1.25904,18.0741,14.2222,15.4444,24.5556,-11.5556,-7.88889,19.4444,24.5556,0.425213,2.22401,grass
|
||||
163,151,9,0,0,3.83333,11.0556,1.55556,2.25185,30.4815,23.1111,42.7778,25.5556,-22.1111,36.8889,-14.7778,42.7778,0.457448,-2.21963,cement
|
||||
179,101,9,0,0,0.444448,0.385187,0.611109,0.329633,134.926,126.444,147.222,131.111,-25.4444,36.8889,-11.4444,147.222,0.141107,-2.32873,sky
|
||||
114,121,9,0,0,0.444444,0.118518,0.611111,0.107407,6.40741,8,7.44444,3.77778,4.77778,3.11111,-7.88889,8,0.528219,-0.914324,brickface
|
||||
207,58,9,0,0,0.833331,0.459469,1,0.421638,122,110.111,138.778,117.111,-35.6667,50.3333,-14.6667,138.778,0.206503,-2.34927,sky
|
||||
157,184,9,0,0,1.27778,0.774074,1.33333,0.844445,19.4444,15.2222,18.2222,24.8889,-12.6667,-3.66667,16.3333,24.8889,0.38821,2.41945,grass
|
||||
249,154,9,0,0.111111,4.22222,18.163,1.72222,3.17407,4.2963,2.55556,7.66667,2.66667,-5.22222,10.1111,-4.88889,7.66667,0.815344,-2.09581,window
|
||||
163,68,9,0,0,1.83333,2.21111,1.55556,0.962963,56.7778,52,68.2222,50.1111,-14.3333,34.3333,-20,68.2222,0.265053,-1.98431,cement
|
||||
220,149,9,0,0,0.111111,0.172133,0.111111,0.172133,0.037037,0,0.111111,0,-0.111111,0.222222,-0.111111,0.111111,0.111111,-2.0944,window
|
||||
104,134,9,0,0,0.5,0.182574,0.833333,0.278887,1.77778,0.111111,3.88889,1.33333,-5,6.33333,-1.33333,3.88889,0.977778,-2.42251,foliage
|
||||
131,144,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
11,62,9,0,0,0.888891,0.501849,0.722224,0.389681,66.7778,57.4444,84.6667,58.2222,-28,53.6667,-25.6667,84.6667,0.32276,-2.12446,cement
|
||||
53,198,9,0,0,1.72222,1.85492,5.11111,1.60093,51.6667,45.5556,64.2222,45.2222,-18.3333,37.6667,-19.3333,64.2222,0.299707,-2.07262,path
|
||||
58,109,9,0,0,0.888889,0.251852,2.83333,1.67778,4.2963,1.44444,8.44444,3,-8.55556,12.4444,-3.88889,8.44444,0.864482,-2.28379,foliage
|
||||
234,177,9,0,0,1.11111,0.474073,0.888889,0.562963,16.2593,12.5556,15.4444,20.7778,-11.1111,-2.44444,13.5556,20.7778,0.396399,2.46212,grass
|
||||
162,227,9,0,0,1.38889,0.996296,3.16667,8.61111,13.963,10.1111,14.4444,17.3333,-11.5556,1.44444,10.1111,17.4444,0.425501,2.70705,grass
|
||||
238,98,9,0,0,1.33333,1.28889,1.27778,0.596297,52.8519,47.5556,64.6667,46.3333,-15.8889,35.4444,-19.5556,64.6667,0.28511,-2.02577,cement
|
||||
37,104,9,0,0,7.83333,9.71311,22.1111,21.6186,18.6296,14.8889,23.4444,17.5556,-11.2222,14.4444,-3.22222,23.4444,0.607613,-2.42507,foliage
|
||||
90,189,9,0,0,0.888889,0.779363,1.05556,0.827759,12.8889,10.4444,9.44444,18.7778,-7.33333,-10.3333,17.6667,18.7778,0.497095,1.98555,grass
|
||||
22,60,9,0,0,0.5,0.3,1.27778,0.729629,19.9259,19.3333,25.7778,14.6667,-1.77778,17.5556,-15.7778,25.7778,0.430484,-1.65005,brickface
|
||||
215,190,9,0.111111,0,1.38889,1.04172,2.61111,1.8429,19.8889,16,17.1111,26.5556,-11.6667,-8.33333,20,26.5556,0.403522,2.20441,grass
|
||||
224,63,9,0,0,0.777776,0.296294,0.666668,0.177777,120.222,108.444,137.556,114.667,-35.3333,52,-16.6667,137.556,0.211484,-2.31588,sky
|
||||
240,26,9,0,0,1.22222,1.0074,0.888888,0.207411,136.889,131,146.556,133.111,-17.6667,29,-11.3333,146.556,0.106102,-2.23072,sky
|
||||
243,120,9,0,0,4.44444,4.35975,1.55555,1.83384,47.8519,44.7778,56.3333,42.4444,-9.22222,25.4444,-16.2222,56.3333,0.245321,-1.91073,cement
|
||||
105,111,9,0,0,0.388889,0.389682,1.05556,0.443053,60.1852,53.2222,74.8889,52.4444,-20.8889,44.1111,-23.2222,74.8889,0.299664,-2.058,cement
|
||||
62,200,9,0,0,2.27778,2.13351,3.77778,1.78471,61.037,54.1111,76.4444,52.5556,-20.7778,46.2222,-25.4444,76.4444,0.312541,-2.02659,path
|
||||
90,116,9,0,0,1.27778,0.854184,1.33333,1.13529,18.7407,11.7778,29.5556,14.8889,-20.8889,32.4444,-11.5556,29.5556,0.596104,-2.25997,foliage
|
||||
222,189,9,0,0,0.833333,1.00554,1,1.19257,17.2963,14.5556,14.1111,23.2222,-8.22222,-9.55556,17.7778,23.2222,0.41042,2.06044,grass
|
||||
76,106,9,0,0,1.83333,3.54444,2.22222,3.71852,3.66667,1,7.88889,2.11111,-8,12.6667,-4.66667,7.88889,0.903571,-2.25554,foliage
|
||||
151,138,9,0,0,0.444444,0.074074,0.444444,0.074074,5.44444,7,6.33333,3,4.66667,2.66667,-7.33333,7,0.56746,-0.880521,brickface
|
||||
121,120,9,0,0,0.944445,0.250924,0.722222,0.879815,3.51852,1.11111,6.55556,2.88889,-7.22222,9.11111,-1.88889,6.55556,0.839947,-2.4338,foliage
|
||||
186,28,9,0,0,0.944443,0.389683,1.44444,1.29386,122.519,111,138.667,117.889,-34.5556,48.4444,-13.8889,138.667,0.199513,-2.35398,sky
|
||||
72,32,9,0.111111,0.111111,3.94444,2.70322,2.27778,1.97109,56.3704,48.5556,72.7778,47.7778,-23.4444,49.2222,-25.7778,72.7778,0.344409,-2.06061,cement
|
||||
135,211,9,0,0,1.88889,1.32777,2.16667,1.14988,17.963,14.4444,16.3333,23.1111,-10.5556,-4.88889,15.4444,23.1111,0.375552,2.32755,grass
|
||||
8,21,9,0.111111,0,0.611112,0.443054,2.05556,1.21868,125.593,113.444,142.444,120.889,-36.4444,50.5556,-14.1111,142.444,0.203582,-2.36253,sky
|
||||
44,187,9,0,0,1.44444,0.344265,0.833333,1.0274,15.2222,13.2222,12.7778,19.6667,-6,-7.33333,13.3333,19.6667,0.355526,2.03848,grass
|
||||
23,55,9,0,0,2.22222,3.67407,1.77778,0.785185,23.4444,21.6667,31.1111,17.5556,-5.33333,23,-17.6667,31.1111,0.43507,-1.77116,brickface
|
||||
121,113,9,0,0,1.72222,1.52963,2.94444,1.52963,20.2593,20,25.4444,15.3333,-0.777778,15.5556,-14.7778,25.4444,0.396589,-1.58561,brickface
|
||||
150,152,9,0,0,0.111111,0.02963,2.05556,3.57407,1.37037,1,2.33333,0.777778,-1.11111,2.88889,-1.77778,2.33333,0.537037,-2.00735,window
|
||||
57,42,9,0,0,2.33333,0.869226,0.999999,0.699206,37.4444,32.7778,47.7778,31.7778,-14,31,-17,47.7778,0.334662,-2.02955,cement
|
||||
19,147,9,0,0,0.222222,0.074074,0.5,0.077778,4.14815,3.88889,6.66667,1.88889,-0.777778,7.55556,-6.77778,7,0.713228,-1.47564,brickface
|
||||
245,47,9,0,0,0.833331,0.122223,0.999997,0.488888,134.778,127.444,145.778,131.111,-22,33,-11,145.778,0.125709,-2.30244,sky
|
||||
155,138,9,0,0,2,0.666661,1.05555,0.41852,69.4815,63.8889,82.5556,62,-16.7778,39.2222,-22.4444,82.5556,0.248998,-1.99905,cement
|
||||
43,152,9,0,0,1.94444,1.70741,1.22222,0.82963,1.51852,1,2.88889,0.666667,-1.55556,4.11111,-2.55556,2.88889,0.648677,-1.93324,window
|
||||
187,89,9,0,0,1.77778,1.74695,0.944444,0.800463,5.03704,2.88889,9.55556,2.66667,-6.44444,13.5556,-7.11111,9.55556,0.740904,-2.06534,window
|
||||
159,210,9,0,0,1.5,1.36667,1.55556,2.16296,12.963,9.44444,12,17.4444,-10.5556,-2.88889,13.4444,17.4444,0.460437,2.42875,grass
|
||||
230,113,9,0,0,1.11111,0.501849,0.555556,0.544331,21.5926,18.1111,27.8889,18.7778,-10.4444,18.8889,-8.44444,27.8889,0.350082,-2.16363,window
|
||||
221,35,9,0,0,0.666667,0.133333,0.944447,0.107407,98.7407,83.3333,122.556,90.3333,-46.2222,71.4444,-25.2222,122.556,0.320015,-2.28084,sky
|
||||
159,83,9,0,0,0.388889,0.250924,0.277777,0.250924,18.2222,13.3333,26.8889,14.4444,-14.6667,26,-11.3333,26.8889,0.50381,-2.17832,window
|
||||
245,110,9,0,0,4.88889,3.44265,1.77778,1.80944,34.1111,29.1111,44.4444,28.7778,-15,31,-16,44.4444,0.353548,-2.06865,cement
|
||||
13,83,9,0,0,0.833333,0.547722,0.666667,0.632455,3.7037,1.55556,6,3.55556,-6.44444,6.88889,-0.444444,6,0.740476,-2.57338,foliage
|
||||
117,224,9,0,0,3.05556,2.55966,3.05556,3.02153,20.2593,15.4444,17.7778,27.5556,-14.4444,-7.44444,21.8889,27.5556,0.441516,2.30415,grass
|
||||
44,79,9,0,0,0.444444,0.344265,0.777779,0.403686,107.741,93.8889,126.556,102.778,-41.5556,56.4444,-14.8889,126.556,0.258079,-2.37797,sky
|
||||
55,128,9,0,0,0.333333,0.044445,0.388889,0.151852,5.03704,6.88889,5.44444,2.77778,5.55556,1.22222,-6.77778,6.88889,0.593915,-0.688601,brickface
|
||||
242,57,9,0,0.111111,2.44444,2.35388,9.27778,2.76017,15.3704,11.3333,20.8889,13.8889,-12.1111,16.5556,-4.44444,20.8889,0.466308,-2.37061,window
|
||||
221,30,9,0,0,1.05556,0.854184,1.66667,1.63299,8.48148,6.11111,13.1111,6.22222,-7.11111,13.8889,-6.77778,13.1111,0.518586,-2.05997,window
|
||||
7,34,9,0,0,2,3.68889,1.5,2.03333,20.3333,18.2222,27.8889,14.8889,-6.33333,22.6667,-16.3333,27.8889,0.466345,-1.82315,brickface
|
||||
60,131,9,0,0,0.333333,0.088889,0.333333,0.088889,5.22222,7.22222,5.44444,3,6,0.666667,-6.66667,7.22222,0.581349,-0.621222,brickface
|
||||
177,33,9,0,0,1.66667,1.57762,4.33333,2.97396,8.74074,6.44444,13.1111,6.66667,-6.88889,13.1111,-6.22222,13.1111,0.547103,-2.05612,window
|
||||
1,81,9,0,0,12.1667,267.456,9.22222,205.363,21.3333,14,30.5556,19.4444,-22,27.6667,-5.66667,30.5556,0.595282,-2.43841,foliage
|
||||
138,116,9,0,0,0.611111,0.151852,0.444445,0.207407,6.48148,7.55556,8.22222,3.66667,3.22222,5.22222,-8.44444,8.33333,0.559171,-1.19107,brickface
|
||||
54,138,9,0,0,0.222222,0.296296,0.388889,0.418519,0.259259,0,0.666667,0.111111,-0.777778,1.22222,-0.444444,0.666667,0.333333,-2.18144,foliage
|
||||
21,147,9,0.111111,0,1.94444,1.61852,1.33333,0.844445,6.25926,5.77778,8.44444,4.55556,-1.44444,6.55556,-5.11111,8.66667,0.464069,-1.58434,cement
|
||||
91,115,9,0.111111,0,1.72222,1.44074,3.88889,2.82963,19.9259,20.5556,24.1111,15.1111,1.88889,12.5556,-14.4444,24.1111,0.375321,-1.44096,brickface
|
||||
197,229,9,0,0,1.38889,1.57407,1.16667,0.566666,17.7407,14.1111,17.8889,21.2222,-10.8889,0.444444,10.4444,21.2222,0.335717,2.6516,grass
|
||||
202,63,9,0,0,0.388889,0.327731,0.444445,0.272166,6.07407,4,10.5556,3.66667,-6.22222,13.4444,-7.22222,10.5556,0.653535,-2.04457,window
|
||||
69,75,9,0.111111,0,2.11111,1.40741,1.5,2.21111,22.7407,22,29.3333,16.8889,-2.22222,19.7778,-17.5556,29.3333,0.423501,-1.64188,brickface
|
||||
236,117,9,0,0,0.777779,0.403687,1.27778,0.742868,45.8889,39.5556,58.4444,39.6667,-19,37.6667,-18.6667,58.4444,0.330477,-2.09948,cement
|
||||
220,124,9,0,0,0.222222,0.02963,0.444444,0.074074,0.888889,0,2.44444,0.222222,-2.66667,4.66667,-2,2.44444,1,-2.16176,foliage
|
||||
30,56,9,0,0,1.55556,0.429629,1.5,1.27778,23.7037,22.1111,31.3333,17.6667,-4.77778,22.8889,-18.1111,31.3333,0.43596,-1.74883,brickface
|
||||
46,154,9,0.111111,0,3.16667,8.21111,1.61111,1.21852,6.37037,9.66667,4.66667,4.77778,9.88889,-5.11111,-4.77778,9.66667,0.561927,-0.004927,window
|
||||
233,211,9,0.111111,0,2.66667,6.08889,1.66667,1.73333,15.4444,12.4444,15.2222,18.6667,-9,-0.666667,9.66667,18.6667,0.335421,2.55496,grass
|
||||
236,77,9,0,0,22.1667,15.4729,7.72222,8.37302,32.7778,30.2222,37.6667,30.4444,-7.66667,14.6667,-7,37.6667,0.225243,-2.12336,cement
|
||||
16,128,9,0,0,0.5,0.077778,0.666667,0.311111,5.55556,6.88889,6.66667,3.11111,4,3.33333,-7.33333,7.11111,0.561508,-0.985811,brickface
|
||||
16,190,9,0,0,3.77778,6.87407,8.55556,73.6741,29.6296,26.1111,36.8889,25.8889,-10.5556,21.7778,-11.2222,36.8889,0.30039,-2.16066,path
|
||||
125,46,9,0.111111,0,0.611109,0.611616,2.16667,0.781735,124.556,112.778,141,119.889,-35.3333,49.3333,-14,141,0.200124,-2.35769,sky
|
||||
76,135,9,0,0,0.444445,0.118519,0.833333,0.122222,5,6.88889,5.44444,2.66667,5.66667,1.33333,-7,6.88889,0.613757,-0.692028,brickface
|
||||
201,86,9,0,0.111111,9.5,222.7,8.77778,105.541,13.4074,8.77778,19.8889,11.5556,-13.8889,19.4444,-5.55556,19.8889,0.630945,-2.36358,foliage
|
||||
53,78,9,0.111111,0,1.22223,1.0256,2.66667,2.29008,106.852,93.2222,125.667,101.667,-40.8889,56.4444,-15.5556,125.667,0.258182,-2.36808,sky
|
||||
153,204,9,0.111111,0,2.38889,1.69203,3.33333,1.38243,19.4074,15.3333,16.8889,26,-12.2222,-7.55556,19.7778,26,0.420366,2.24441,grass
|
||||
189,48,9,0,0,0.722222,0.389682,4.66667,4.30504,42.0741,38.7778,49.8889,37.5556,-9.88889,23.4444,-13.5556,49.8889,0.245241,-2.00326,cement
|
||||
94,80,9,0,0,2.16667,1.1879,0.833334,0.505525,58.3333,51.2222,72.1111,51.6667,-21.3333,41.3333,-20,72.1111,0.290834,-2.11635,cement
|
||||
6,81,9,0,0.111111,4.11111,8.74075,5.72222,28.5074,12.4815,7.66667,18.8889,10.8889,-14.4444,19.2222,-4.77778,18.8889,0.628156,-2.38856,foliage
|
||||
128,161,9,0,0,0.555555,0.251852,0.777778,0.162963,7.14815,5.55556,10.8889,5,-4.77778,11.2222,-6.44444,10.8889,0.540918,-1.99631,cement
|
||||
127,57,9,0.111111,0,0.944444,0.712326,1.61111,1.10387,124.259,113,140.333,119.444,-33.7778,48.2222,-14.4444,140.333,0.194754,-2.34116,sky
|
||||
206,12,9,0,0,2.61111,1.48199,4.5,3.35824,11.4444,8.44444,17.6667,8.22222,-9,18.6667,-9.66667,17.6667,0.543775,-2.06448,window
|
||||
57,89,9,0,0,1.72222,1.30668,6.16667,4.70343,17,13,24.5556,13.4444,-12,22.6667,-10.6667,24.5556,0.477489,-2.12975,window
|
||||
227,104,9,0,0.111111,0.5,0.547723,3.11111,2.10467,19.6296,16.2222,26.1111,16.5556,-10.2222,19.4444,-9.22222,26.1111,0.380292,-2.12823,window
|
||||
2,98,9,0,0,2,0.666667,1.05556,0.551853,17.4815,18.3333,20.7778,13.3333,2.55556,9.88889,-12.4444,20.7778,0.356724,-1.36044,brickface
|
||||
238,25,9,0,0,0.388887,0.250923,0.944447,0.827759,116.259,103.667,133.778,111.333,-37.7778,52.5556,-14.7778,133.778,0.224975,-2.3602,sky
|
||||
29,78,9,0,0,0.666665,0.699206,2.61111,2.32299,69.7407,59.6667,88.4444,61.1111,-30.2222,56.1111,-25.8889,88.4444,0.325487,-2.14554,cement
|
||||
237,91,9,0,0,0.611111,0.018519,0.611111,0.196296,12.1481,7.55556,20.6667,8.22222,-13.7778,25.5556,-11.7778,20.6667,0.634464,-2.14757,window
|
||||
138,137,9,0.111111,0,1.66667,1.77778,1,0.177777,7.62963,3.11111,13.8889,5.88889,-13.5556,18.7778,-5.22222,13.8889,0.779866,-2.36078,foliage
|
||||
100,124,9,0,0,0.277778,0.062963,1,0.444444,7.07407,8.22222,8.77778,4.22222,3.44444,5.11111,-8.55556,9,0.531173,-1.15708,brickface
|
||||
214,84,9,0,0,0.222222,0.272165,0.444445,0.344265,17.1852,13,24.8889,13.6667,-12.5556,23.1111,-10.5556,24.8889,0.477222,-2.15285,window
|
||||
88,136,9,0,0,1.83333,1.14988,2.05556,2.11257,8,4.11111,13.2222,6.66667,-11.6667,15.6667,-4,13.2222,0.695088,-2.41267,foliage
|
||||
244,105,9,0,0,5.94444,4.92349,1.5,0.809664,22.7037,19.1111,29.5556,19.4444,-10.7778,20.5556,-9.77778,29.5556,0.364499,-2.12555,window
|
||||
164,49,9,0,0,1.16667,0.433335,1.5,0.300001,126.185,116.333,141.778,120.444,-29.5556,46.7778,-17.2222,141.778,0.179413,-2.26374,sky
|
||||
62,223,9,0,0,2.5,5.72222,1.66667,2.44444,6.66667,4.88889,4.66667,10.4444,-5.33333,-6,11.3333,10.4444,0.59315,2.04659,grass
|
||||
224,242,9,0,0,1.88889,0.829629,2.22222,3.27407,11.7407,8.66667,10.7778,15.7778,-9.22222,-2.88889,12.1111,15.7778,0.454547,2.3866,grass
|
||||
69,74,9,0.222222,0,3.88889,9.94074,2.16667,2.47778,23.5926,22.5556,30.5556,17.6667,-3.11111,20.8889,-17.7778,30.5556,0.420252,-1.66658,brickface
|
||||
18,87,9,0,0,1.55556,1.96261,1.88889,1.74696,2.92593,1.22222,5.66667,1.88889,-5.11111,8.22222,-3.11111,5.66667,0.862771,-2.22949,foliage
|
||||
96,196,9,0,0,3.5,1.26051,7.38889,3.67826,63.5185,56,79.1111,55.4444,-22.5556,46.7778,-24.2222,79.1111,0.301586,-2.07044,path
|
||||
96,119,9,0,0,0.333333,0.088889,0.555555,0.207407,1.44444,0,4.22222,0.111111,-4.33333,8.33333,-4,4.22222,1,-2.11372,foliage
|
||||
139,95,9,0,0,3.61111,2.52469,7.05556,5.72486,46.8519,42.8889,56.3333,41.3333,-11.8889,28.4444,-16.5556,56.3333,0.264571,-1.9708,cement
|
||||
232,126,9,0,0.111111,2.38889,11.8852,1.22222,6.2963,1.51852,0.444444,3.55556,0.555556,-3.22222,6.11111,-2.88889,3.55556,0.965812,-2.1073,foliage
|
||||
222,244,9,0.111111,0,2.94444,0.640741,2.27778,2.15185,10.3704,9.66667,9.77778,11.6667,-2.11111,-1.77778,3.88889,11.8889,0.226482,2.32339,grass
|
||||
250,176,9,0,0.111111,1.61111,1.06284,3.44444,1.69531,53.6667,47.1111,67.6667,46.2222,-19.6667,42,-22.3333,67.6667,0.318137,-2.05226,path
|
||||
76,134,9,0.111111,0,2.55555,1.44016,1.44444,0.544332,48.9259,41.8889,63.1111,41.7778,-21.1111,42.5556,-21.4444,63.1111,0.341111,-2.08691,cement
|
||||
239,160,9,0,0,1.83333,0.922221,5.94444,4.5963,45.1481,37.8889,58.3333,39.2222,-21.7778,39.5556,-17.7778,58.3333,0.352126,-2.163,path
|
||||
187,135,9,0,0,3.27778,2.46296,0.833334,0.477778,26.4444,20.2222,37,22.1111,-18.6667,31.6667,-13,37,0.454232,-2.21199,window
|
||||
196,241,9,0,0,1.55556,1.12875,1.16667,1.20646,8.25926,5.88889,7,11.8889,-7.11111,-3.77778,10.8889,11.8889,0.50946,2.27735,grass
|
||||
62,224,9,0,0,0.944445,1.08355,2.33333,1.63299,14.6296,13.2222,11.4444,19.2222,-4.22222,-9.55556,13.7778,19.2222,0.408965,1.86019,grass
|
||||
44,125,9,0,0,0.5,0.211111,0.444444,0.162963,18.2222,14.8889,24.7778,15,-10,19.6667,-9.66667,24.7778,0.398689,-2.10408,cement
|
||||
71,90,9,0,0,2.77778,2.07407,5.11111,3.27407,22.6296,22,29.1111,16.7778,-1.88889,19.4444,-17.5556,29.1111,0.420486,-1.62233,brickface
|
||||
99,149,9,0,0,3.66667,4.57777,2.11111,1.58518,21.3704,16.6667,30,17.4444,-14.1111,25.8889,-11.7778,30,0.445172,-2.14179,cement
|
||||
200,147,9,0,0,0.222222,0.544331,0.444445,0.68853,0.296296,0.222222,0.444444,0.222222,-0.222222,0.444444,-0.222222,0.444444,0.111111,-2.0944,window
|
||||
114,184,9,0,0,0.722223,0.32963,9.38889,28.9519,31.1852,28.4444,37.1111,28,-8.22222,17.7778,-9.55556,37.1111,0.232343,-2.16033,path
|
||||
122,129,9,0,0,2.27778,0.862963,19.8333,11.9445,51,46.8889,60.6667,45.4444,-12.3333,29,-16.6667,60.6667,0.248092,-1.99724,cement
|
||||
73,164,9,0,0,0.944444,0.574133,1.88889,1.04704,23.1481,21.7778,19.1111,28.5556,-4.11111,-12.1111,16.2222,28.5556,0.330345,1.7983,grass
|
||||
41,61,9,0,0,2.05556,1.57407,1.55556,1.94074,21.7407,20.3333,28.7778,16.1111,-4.22222,21.1111,-16.8889,28.7778,0.437042,-1.73729,brickface
|
||||
79,48,9,0,0,1.05555,0.9963,0.999999,0.355556,107.889,94.7778,129.111,99.7778,-39.3333,63.6667,-24.3333,129.111,0.265899,-2.24704,sky
|
||||
58,95,9,0,0,2.16667,1.63333,1.94444,0.685186,4.44444,1.22222,9,3.11111,-9.66667,13.6667,-4,9,0.874917,-2.3338,foliage
|
||||
108,130,9,0,0,0.944445,0.596297,1,0.666667,6.62963,8.44444,7.22222,4.22222,5.44444,1.77778,-7.22222,8.44444,0.501014,-0.764077,brickface
|
||||
34,128,9,0,0,0.444444,0.118518,0.666667,0.488889,5.66667,7.44444,6.55556,3,5.33333,2.66667,-8,7.44444,0.597443,-0.837598,brickface
|
||||
104,68,9,0,0,1,0.57778,0.888889,0.829629,105.778,95.1111,124.889,97.3333,-32,57.3333,-25.3333,124.889,0.239143,-2.17,sky
|
||||
86,194,9,0,0,1.77778,1.27407,1.88889,0.385185,16.7778,13.2222,16.6667,20.4444,-10.6667,-0.333333,11,20.4444,0.352132,2.59311,grass
|
||||
128,140,9,0,0,7.83333,7.03246,0.666667,0.298143,27.6667,24.8889,33.5556,24.5556,-8.33333,17.6667,-9.33333,33.5556,0.266206,-2.05389,cement
|
||||
204,161,9,0,0,1.27778,0.507408,9.22222,73.0963,44.0741,38,54.5556,39.6667,-18.2222,31.4444,-13.2222,54.5556,0.308104,-2.23829,path
|
||||
98,107,9,0,0,4.66667,3.73333,3.94444,17.1296,8.7037,4.88889,14.5556,6.66667,-11.4444,17.5556,-6.11111,14.5556,0.697226,-2.28015,foliage
|
||||
215,153,9,0,0.111111,19.6667,8.04447,1.11111,3.8963,8.33333,5.33333,13.4444,6.22222,-9,15.3333,-6.33333,13.4444,0.769577,-2.14389,window
|
||||
166,65,9,0,0,0.777777,0.785188,0.722221,0.329629,97.3333,82.7778,121.111,88.1111,-43.6667,71.3333,-27.6667,121.111,0.316474,-2.23914,sky
|
||||
121,123,9,0,0,1.55556,2.47407,0.888889,1.0963,6.96296,7.88889,8.44444,4.55556,2.77778,4.44444,-7.22222,8.44444,0.475,-1.18068,brickface
|
||||
102,203,9,0,0,0.666667,0.760117,1.33333,0.894427,9.77778,7.44444,6.44444,15.4444,-7,-10,17,15.4444,0.591826,1.98479,grass
|
||||
107,21,9,0,0,0.666662,0.516398,1.16667,0.408248,126.778,115.778,141.889,122.667,-33,45.3333,-12.3333,141.889,0.184022,-2.37037,sky
|
||||
47,175,9,0,0,1.33333,0.788811,1.16667,0.888194,23.7407,18.6667,23.7778,28.7778,-15.2222,0.111111,15.1111,28.7778,0.351487,2.63016,grass
|
||||
80,116,9,0,0,1.5,1.63333,1.55556,0.874074,21.7037,21.2222,27.5556,16.3333,-1.44444,17.5556,-16.1111,27.5556,0.407364,-1.63224,brickface
|
||||
188,88,9,0,0,0.666667,0.471405,0.333333,0.298142,7.33333,5.11111,12.2222,4.66667,-6.66667,14.6667,-8,12.2222,0.61791,-2.03577,window
|
||||
112,197,9,0,0,4.22222,2.99382,4.94444,3.12279,50.3333,44.6667,62.2222,44.1111,-17,35.6667,-18.6667,62.2222,0.296328,-2.07122,path
|
||||
109,126,9,0,0,0.833333,0.211111,0.666667,0.355555,7.2963,8.77778,8.22222,4.88889,4.44444,2.77778,-7.22222,8.88889,0.450309,-0.913675,brickface
|
||||
212,140,9,0,0,3.83333,4.20449,0.666667,0.666667,2.88889,2.66667,3.33333,2.66667,-0.666667,1.33333,-0.666667,3.33333,0.068883,-2.0944,window
|
||||
49,116,9,0,0,1.33333,0.311111,2.11111,1.31852,3,0.888889,6,2.11111,-6.33333,9,-2.66667,6,0.875529,-2.31301,foliage
|
||||
56,196,9,0,0,2.38889,1.42075,4.44444,4.39023,50.0741,44.3333,62.2222,43.6667,-17.2222,36.4444,-19.2222,62.2222,0.297963,-2.05475,path
|
||||
64,196,9,0,0,2.66667,2.3758,3.44444,2.2771,49.8889,44.3333,61.4444,43.8889,-16.6667,34.6667,-18,61.4444,0.289997,-2.06386,path
|
||||
204,177,9,0,0,1.77778,10.6963,8.33333,27.3334,32.8889,29,40.6667,29,-11.6667,23.3333,-11.6667,40.6667,0.28109,-2.10084,path
|
||||
145,101,9,0.111111,0,0.555555,0.118519,1.61111,0.596295,22.4444,21.5556,29.2222,16.5556,-2.66667,20.3333,-17.6667,29.2222,0.432819,-1.67432,brickface
|
||||
229,104,9,0,0,0.5,0.547722,2.83333,2.04124,19.7778,16.3333,26.1111,16.8889,-10.3333,19,-8.66667,26.1111,0.375532,-2.15064,window
|
||||
169,102,9,0,0,1,0.355555,0.888889,0.296295,58.2222,53.4444,69.6667,51.5556,-14.3333,34.3333,-20,69.6667,0.25976,-1.98558,cement
|
||||
10,172,9,0,0,4.27778,4.38896,6.66667,7.36055,44.7778,40.3333,54.6667,39.3333,-13.3333,29.6667,-16.3333,54.6667,0.278044,-2.05245,path
|
||||
250,176,9,0,0.111111,1.61111,1.06284,3.44444,1.69531,53.6667,47.1111,67.6667,46.2222,-19.6667,42,-22.3333,67.6667,0.318137,-2.05226,path
|
||||
152,247,9,0,0.222222,1.61111,1.21852,7.11111,4.34075,21.9259,21.1111,25.1111,19.5556,-2.44444,9.55556,-7.11111,25.1111,0.215788,-1.75548,grass
|
||||
198,122,9,0,0,1.5,0.877778,11.4444,103.763,36.1852,32.6667,44,31.8889,-10.5556,23.4444,-12.8889,44,0.29185,-2.03538,cement
|
||||
38,106,9,0,0,2.22222,2.51852,2.11111,3.14074,20,20,25.1111,14.8889,0,15.3333,-15.3333,25.1111,0.408155,-1.55762,brickface
|
||||
226,233,9,0,0,2.77778,1.31852,1.77778,1.0963,11.7037,8.33333,11,15.7778,-10.1111,-2.11111,12.2222,15.7778,0.473944,2.47661,grass
|
||||
29,184,9,0,0,1.61111,1.06284,2.66667,1.89737,13.6296,11.4444,11.3333,18.1111,-6.55556,-6.88889,13.4444,18.1111,0.387663,2.08045,grass
|
||||
78,99,9,0,0,1.61111,8.01852,3.05556,14.7741,4.14815,1.11111,9,2.33333,-9.11111,14.5556,-5.44444,9,0.9109,-2.25567,foliage
|
||||
52,170,9,0,0,0.555556,0.45542,0.944444,0.389683,25.4444,20.1111,25.3333,30.8889,-16,-0.333333,16.3333,30.8889,0.349112,2.60401,grass
|
||||
139,121,9,0,0,1.05556,0.418519,1.16667,0.833334,3.7037,0.777778,7.77778,2.55556,-8.77778,12.2222,-3.44444,7.77778,0.907407,-2.35151,foliage
|
||||
163,43,9,0,0,0.833335,0.433333,0.833335,0.611111,126.481,117.333,140.556,121.556,-27.4444,42.2222,-14.7778,140.556,0.165192,-2.28021,sky
|
||||
66,101,9,0.111111,0,0.722223,0.329629,2.22222,0.651852,19.037,19.6667,23.5556,13.8889,1.88889,13.5556,-15.4444,23.5556,0.410267,-1.45759,brickface
|
||||
142,140,9,0,0,4.22222,1.29386,1.5,0.722649,26.4444,23.4444,32.3333,23.5556,-9,17.6667,-8.66667,32.3333,0.2851,-2.10049,cement
|
||||
100,111,9,0,0,1.61111,0.907407,1.61111,0.818518,19.9259,19.7778,24.8889,15.1111,-0.444444,14.8889,-14.4444,24.8889,0.391701,-1.58144,brickface
|
||||
189,187,9,0,0,1.22222,1.0037,3.05556,2.38902,48.5185,44.1111,59.8889,41.5556,-13.2222,34.1111,-20.8889,59.8889,0.305755,-1.94747,path
|
||||
160,41,9,0,0,0.833333,0.809664,0.222222,0.172133,0.703704,0.555556,1.22222,0.333333,-0.444444,1.55556,-1.11111,1.22222,0.537037,-1.84512,window
|
||||
226,83,9,0,0,0.888889,0.518519,1.05555,0.507406,90.6296,74.5556,116.889,80.4444,-48.2222,78.7778,-30.5556,116.889,0.362062,-2.23905,sky
|
||||
134,104,9,0,0,2.38889,1.84074,2.66667,3.55556,21.7778,20.8889,28.3333,16.1111,-2.66667,19.6667,-17,28.3333,0.430399,-1.66975,brickface
|
||||
118,126,9,0,0,0.666667,0.4,1.83333,2.12222,20.5556,16.1111,28.6667,16.8889,-13.3333,24.3333,-11,28.6667,0.437078,-2.1588,cement
|
||||
176,118,9,0,0,0.388889,0.151852,0.722222,0.196296,6.07407,7.66667,7,3.55556,4.77778,2.77778,-7.55556,7.66667,0.537698,-0.87829,brickface
|
||||
107,146,9,0,0,1.88889,1.00741,2.11111,1.31852,21.3704,16.7778,29.6667,17.6667,-13.7778,24.8889,-11.1111,29.6667,0.432786,-2.16497,cement
|
||||
119,85,9,0,0,0.499999,0.299998,0.888887,0.607409,101.037,88.7778,122.556,91.7778,-36.7778,64.5556,-27.7778,122.556,0.275467,-2.18634,sky
|
||||
96,94,9,0,0,0.722223,0.285185,0.444445,0.42963,20.2222,16,28.7778,15.8889,-12.6667,25.6667,-13,28.7778,0.451546,-2.08489,window
|
||||
159,180,9,0.111111,0,1.55556,0.874074,3.27778,3.3963,21.2593,18.1111,18.1111,27.5556,-9.44444,-9.44444,18.8889,27.5556,0.358862,2.11392,grass
|
||||
105,65,9,0,0,0.944443,0.611618,1.5,1.22474,123,111.667,140,117.333,-34,51,-17,140,0.202365,-2.30399,sky
|
||||
113,130,9,0,0,0.277778,0.250924,0.333333,0.365148,0.888889,0,2.55556,0.111111,-2.66667,5,-2.33333,2.55556,1,-2.12325,foliage
|
||||
96,135,9,0,0,0.388889,0.062963,0.166667,0.033333,1.92593,1,4.44444,0.333333,-2.77778,7.55556,-4.77778,4.44444,0.927778,-1.93133,window
|
||||
48,85,9,0,0,3.11111,13.4519,2.05556,6.86296,4.2963,1.33333,8.88889,2.66667,-8.88889,13.7778,-4.88889,8.88889,0.885825,-2.27154,foliage
|
||||
83,126,9,0,0,0.722222,0.534027,0.944444,0.574134,11.1852,5.22222,20,8.33333,-17.8889,26.4444,-8.55556,20,0.739265,-2.31353,foliage
|
||||
185,85,9,0,0,9.27778,81.4852,2.83333,9.1889,49.1481,45,59.5556,42.8889,-12.4444,31.2222,-18.7778,59.5556,0.278726,-1.95422,cement
|
||||
103,125,9,0,0,0.944445,0.827759,0.833333,0.691215,1.77778,0.444444,3.88889,1,-4,6.33333,-2.33333,3.88889,0.923809,-2.23756,foliage
|
||||
115,195,9,0,0,3.83333,2.9571,3.94444,1.70511,57.1111,51.3333,70.1111,49.8889,-17.3333,39,-21.6667,70.1111,0.28836,-2.01559,path
|
||||
170,189,9,0,0,2.27778,1.32358,2.44444,1.78471,51.1111,45.7778,63.3333,44.2222,-16,36.6667,-20.6667,63.3333,0.301346,-2.00893,path
|
||||
96,236,9,0,0,1.72222,3.84074,1.72222,1.12963,13.963,10.7778,12.4444,18.6667,-9.55556,-4.55556,14.1111,18.6667,0.424235,2.32063,grass
|
||||
48,79,9,0,0,1.77778,1.85185,1.16667,1.32222,5.40741,1.77778,10.5556,3.88889,-10.8889,15.4444,-4.55556,10.5556,0.842452,-2.3398,foliage
|
||||
14,95,9,0,0,1.33333,0.699206,1.11111,0.620633,2.25926,0.666667,3.88889,2.22222,-4.77778,4.88889,-0.111111,3.88889,0.874074,-2.55272,foliage
|
||||
58,113,9,0,0,3.44444,1.22323,0.722222,0.389682,20.8519,16.8889,28.4444,17.2222,-11.8889,22.7778,-10.8889,28.4444,0.414807,-2.12569,window
|
||||
63,122,9,0,0,0,0,0,0,0.333333,0,1,0,-1,2,-1,1,1,-2.0944,foliage
|
||||
21,122,9,0,0,0.444444,0.403687,0.444444,0.403687,0.555556,0,1.22222,0.444444,-1.66667,2,-0.333333,1.22222,0.555556,-2.44456,foliage
|
||||
68,109,9,0,0,1.5,3.23333,1.11111,1.8963,1.96296,0.333333,4.77778,0.777778,-4.88889,8.44444,-3.55556,4.77778,0.969136,-2.14653,foliage
|
||||
173,186,9,0,0.111111,3.22222,2.1152,5.5,3.50713,53.4444,48.2222,65.8889,46.2222,-15.6667,37.3333,-21.6667,65.8889,0.298302,-1.98825,path
|
||||
91,19,9,0,0,1,0.760118,1.44445,0.779364,126.667,115.444,142.444,122.111,-33.6667,47.3333,-13.6667,142.444,0.189527,-2.35283,sky
|
||||
160,30,9,0,0,0.222221,0.272165,0.611109,0.611616,111.222,97.6667,129,107,-40.6667,53.3333,-12.6667,129,0.24285,-2.4053,sky
|
||||
239,123,9,0,0,0.5,0.077778,0.5,0.166667,1.51852,0,4.22222,0.333333,-4.55556,8.11111,-3.55556,4.22222,1,-2.16409,foliage
|
||||
78,62,9,0.111111,0,0.666667,0.399999,1.61111,0.862963,110.037,100.778,126.333,103,-27.7778,48.8889,-21.1111,126.333,0.202279,-2.18542,sky
|
||||
168,70,9,0,0,0.833333,0.611112,0.388889,0.107408,55.037,51.5556,64.8889,48.6667,-10.4444,29.5556,-19.1111,64.8889,0.249829,-1.90796,cement
|
||||
39,77,9,0.111111,0,1.83333,1.81111,2.38889,0.774074,7.7037,3.22222,13.1111,6.77778,-13.4444,16.2222,-2.77778,13.1111,0.762049,-2.46749,foliage
|
||||
11,200,9,0,0,3.16667,3.03132,3.94444,2.48029,53.5556,46.4444,67.3333,46.8889,-21.3333,41.3333,-20,67.3333,0.313032,-2.11673,path
|
||||
145,152,9,0,0,0.722222,1.14342,2.77778,1.10889,25.037,19.6667,25.7778,29.6667,-16.1111,2.22222,13.8889,29.6667,0.337989,2.73113,grass
|
||||
202,193,9,0,0,1.11111,0.750308,3.38889,2.48924,41.7037,37.8889,50.6667,36.5556,-11.4444,26.8889,-15.4444,50.6667,0.278387,-1.993,path
|
||||
146,201,9,0,0,0.611111,0.327731,1.05556,0.800462,10.6667,8.66667,7,16.3333,-6,-11,17,16.3333,0.570851,1.90926,grass
|
||||
185,188,9,0,0,1.77778,1.12875,2,1.24722,50.1852,45,62.1111,43.4444,-15.5556,35.7778,-20.2222,62.1111,0.30043,-2.00738,path
|
||||
187,134,9,0.111111,0,3,2.04445,1.11111,0.385185,26.7037,20.3333,37.4444,22.3333,-19.1111,32.2222,-13.1111,37.4444,0.457752,-2.21646,window
|
||||
247,50,9,0,0,0.444443,0.272166,0.777779,0.344264,121.185,109.222,138.889,115.444,-35.8889,53.1111,-17.2222,138.889,0.213538,-2.31231,sky
|
||||
93,127,9,0,0,1.11111,0.834443,1,0.788811,3.81481,1.33333,6.77778,3.33333,-7.44444,8.88889,-1.44444,6.77778,0.827249,-2.47456,foliage
|
||||
227,118,9,0,0,0.055556,0.018519,1.05556,0.107407,5.62963,7,6.66667,3.22222,4.11111,3.11111,-7.22222,7.11111,0.545635,-0.960827,brickface
|
||||
208,34,9,0,0,1.72222,1.73098,0.444445,0.501848,14.4444,10.7778,21,11.5556,-11,19.6667,-8.66667,21,0.479958,-2.16238,window
|
||||
75,122,9,0,0,0.722222,0.240741,0.833333,0.388889,1.59259,0,4.44444,0.333333,-4.77778,8.55556,-3.77778,4.44444,1,-2.1536,foliage
|
||||
189,39,9,0,0,1.05555,0.574136,0.777776,0.583728,124.185,113.889,140.333,118.333,-30.8889,48.4444,-17.5556,140.333,0.188391,-2.26811,sky
|
||||
2,245,9,0,0,1.88889,2.16296,3.16667,3.27778,6.40741,6.22222,6,7,-0.555556,-1.22222,1.77778,7.22222,0.191049,1.75665,grass
|
||||
76,64,9,0,0,2.22222,5.4963,2.88889,4.34074,23.6296,21.7778,31.2222,17.8889,-5.55556,22.7778,-17.2222,31.2222,0.424819,-1.75671,brickface
|
||||
103,130,9,0,0,0.333333,0,0.277778,0.389682,0.777778,0,2.33333,0,-2.33333,4.66667,-2.33333,2.33333,1,-2.0944,foliage
|
||||
43,152,9,0,0,1.94444,1.70741,1.22222,0.82963,1.51852,1,2.88889,0.666667,-1.55556,4.11111,-2.55556,2.88889,0.648677,-1.93324,window
|
||||
81,122,9,0,0.111111,7.38889,64.9519,4.83333,42.2556,6.62963,3.33333,11.3333,5.22222,-9.88889,14.1111,-4.22222,11.3333,0.809331,-2.34902,foliage
|
||||
54,126,9,0,0,0.666667,0.311111,0.5,0.166667,1.40741,0,3.66667,0.555556,-4.22222,6.77778,-2.55556,3.66667,1,-2.22994,foliage
|
||||
129,136,9,0,0,2,1.55556,0.833333,0.122222,6.18518,3.66667,10.6667,4.22222,-7.55556,13.4444,-5.88889,10.6667,0.657744,-2.1753,window
|
||||
136,77,9,0.222222,0,1.88889,1.4963,3.05556,5.61852,26.4074,24.5556,34.4444,20.2222,-5.55556,24.1111,-18.5556,34.4444,0.413217,-1.76887,brickface
|
||||
98,126,9,0,0,1.05556,0.712325,0.944444,0.490653,2.77778,0.555556,5.22222,2.55556,-6.66667,7.33333,-0.666667,5.22222,0.908995,-2.53651,foliage
|
||||
139,115,9,0.111111,0,2.11111,0.958392,0.722221,0.646929,46.7407,42.4444,56.3333,41.4444,-12.8889,28.7778,-15.8889,56.3333,0.264115,-2.02113,cement
|
||||
4,208,9,0.111111,0,2.33333,1.76383,2.44444,1.69531,14.7778,12.1111,12.2222,20,-8,-7.66667,15.6667,20,0.429398,2.11262,grass
|
||||
196,129,9,0,0,0.833333,0.433333,0.666667,0.177778,6.33333,7.88889,7.33333,3.77778,4.66667,3,-7.66667,8.22222,0.540123,-0.932783,brickface
|
||||
69,59,9,0,0,1.27778,0.951851,2.05556,1.48519,23.8519,22.6667,30.8889,18,-3.55556,21.1111,-17.5556,30.8889,0.415301,-1.69933,brickface
|
||||
221,154,9,0.111111,0.111111,4.22222,2.74074,1.27778,0.596296,6.48148,4.33333,10.7778,4.33333,-6.44444,12.8889,-6.44444,10.7778,0.6248,-2.08798,window
|
||||
144,187,9,0,0,1.94444,2.04849,6.22222,3.51294,56.1481,49.8889,69.6667,48.8889,-18.7778,40.5556,-21.7778,69.6667,0.299951,-2.04388,path
|
||||
77,124,9,0,0,0.5,0.122222,0.611111,0.062963,5.11111,6.88889,5.66667,2.77778,5.33333,1.66667,-7,6.88889,0.595899,-0.752669,brickface
|
||||
239,143,9,0,0,0.333333,0.044445,0.666667,0.133333,4.51852,6.11111,5.44444,2,4.77778,2.77778,-7.55556,6.11111,0.674074,-0.87829,brickface
|
||||
186,98,9,0,0,1.27778,1.18165,5.94444,3.0798,33.963,31,41,29.8889,-8.88889,21.1111,-12.2222,41,0.265698,-1.96031,cement
|
||||
107,210,9,0,0,0.944445,0.596296,1.83333,0.655555,15.1111,11.2222,14.2222,19.8889,-11.6667,-2.66667,14.3333,19.8889,0.435769,2.4616,grass
|
||||
52,102,9,0,0,0.722222,0.507407,0.833333,0.566667,2.88889,0.666667,6.33333,1.66667,-6.66667,10.3333,-3.66667,6.33333,0.899735,-2.26172,foliage
|
||||
140,125,9,0,0,0.277778,0.062963,0.666667,0.311111,6.18518,7.33333,7.66667,3.55556,3.44444,4.44444,-7.88889,7.77778,0.545635,-1.12182,brickface
|
||||
22,116,9,0,0,0.388889,0.107407,0.333333,0.133333,5.62963,6.77778,7,3.11111,3.44444,4.11111,-7.55556,7.33333,0.575397,-1.09962,brickface
|
||||
103,174,9,0.111111,0,1.44444,1.16746,1.66667,1.26491,23.1852,20.6667,19.8889,29,-7.55556,-9.88889,17.4444,29,0.32797,2.0337,grass
|
||||
136,45,9,0,0,1.22222,1.54441,2.05556,1.52631,53.0741,48.1111,63.7778,47.3333,-14.8889,32.1111,-17.2222,63.7778,0.259367,-2.0459,cement
|
||||
67,71,9,0,0,1.66667,0.888891,1.5,0.299998,125.963,115.556,140.889,121.444,-31.2222,44.7778,-13.5556,140.889,0.179672,-2.33976,sky
|
||||
97,116,9,0,0,0.722222,0.196296,0.555555,0.207407,6.62963,7.55556,8.44444,3.88889,2.77778,5.44444,-8.22222,8.55556,0.546517,-1.23395,brickface
|
||||
177,130,9,0,0,0.055556,0.136083,0.222222,0.272166,1.18519,0.666667,2.88889,0,-1.55556,5.11111,-3.55556,2.88889,1,-1.86115,window
|
||||
87,146,9,0,0,0.944444,0.611616,5.11111,4.71247,43.1481,36.8889,55.8889,36.6667,-18.7778,38.2222,-19.4444,55.8889,0.347454,-2.08184,cement
|
||||
33,142,9,0,0,1.88889,1.37706,0.888889,1.40897,3.85185,1.66667,7.22222,2.66667,-6.55556,10.1111,-3.55556,7.22222,0.81358,-2.2806,foliage
|
||||
105,62,9,0,0,0.833335,0.166666,1.16667,0.833334,126.481,117.556,140.333,121.556,-26.7778,41.5556,-14.7778,140.333,0.162225,-2.27543,sky
|
||||
65,143,9,0,0,0.333333,0.133333,0.444445,0.074074,5.03704,6.55556,5.88889,2.66667,4.55556,2.55556,-7.11111,6.66667,0.595238,-0.907416,brickface
|
||||
155,140,9,0,0,0.444444,0.118519,0.666667,0.088889,5,6.55556,5.55556,2.88889,4.66667,1.66667,-6.33333,6.66667,0.564153,-0.783647,brickface
|
||||
49,148,9,0,0,0.777778,0.251851,6.66667,33.4222,15.963,12,16.8889,19,-11.8889,2.77778,9.11111,19.4444,0.403708,2.91248,grass
|
||||
121,55,9,0,0,1.5,2.87777,1.44445,1.18518,103.074,90,124.111,95.1111,-39.2222,63.1111,-23.8889,124.111,0.274795,-2.25101,sky
|
||||
172,60,9,0,0,0.833333,0.388886,1.05556,0.329627,123.667,114,138.333,118.667,-29,44,-15,138.333,0.175844,-2.29339,sky
|
||||
14,66,9,0,0,1.55556,1.00741,1.5,1.01111,18.6667,18.5556,24,13.4444,-0.333333,16,-15.6667,24,0.437855,-1.56925,brickface
|
||||
143,34,9,0,0,1.05555,0.928956,1.38889,0.879814,125.481,113.667,142,120.778,-35.4444,49.5556,-14.1111,142,0.199516,-2.35727,sky
|
||||
39,124,9,0,0.111111,5.33333,4.77494,6.5,4.54484,7.59259,4.11111,12.8889,5.77778,-10.4444,15.8889,-5.44444,12.8889,0.772152,-2.26575,foliage
|
||||
52,102,9,0,0,0.722222,0.507407,0.833333,0.566667,2.88889,0.666667,6.33333,1.66667,-6.66667,10.3333,-3.66667,6.33333,0.899735,-2.26172,foliage
|
||||
195,161,9,0,0,2.11111,1.80741,10.5,91.3222,41.4815,36,51.1111,37.3333,-16.4444,28.8889,-12.4444,51.2222,0.294706,-2.31651,path
|
||||
177,129,9,0,0,0.444444,0.251852,1.11111,0.296296,6.40741,8,7.44444,3.77778,4.77778,3.11111,-7.88889,8.22222,0.541887,-0.912766,brickface
|
||||
76,81,9,0.111111,0,1.88889,1.67407,1.33333,2.4,22.7037,22.3333,28.7778,17,-1.11111,18.2222,-17.1111,28.7778,0.409201,-1.60679,brickface
|
||||
37,78,9,0,0,1,0.177777,2.55556,2.87407,43.8148,41.1111,51.8889,38.4444,-8.11111,24.2222,-16.1111,51.8889,0.258916,-1.88607,cement
|
||||
59,135,9,0,0,0.166667,0.182574,0.055556,0.136083,0.481482,0,1.44444,0,-1.44444,2.88889,-1.44444,1.44444,1,-2.0944,window
|
||||
72,235,9,0.111111,0,2.83333,1.74801,5.27778,3.137,15.0741,12,15,18.2222,-9.22222,-0.222222,9.44444,18.2222,0.347481,2.58602,grass
|
||||
142,111,9,0,0,1.11111,0.45542,0.555555,0.344265,28.7407,24.5556,35.8889,25.7778,-12.5556,21.4444,-8.88889,35.8889,0.315484,-2.20267,window
|
||||
133,182,9,0,0,2.5,5.45555,8.66667,71.2445,29.7778,27.2222,35.4444,26.6667,-7.66667,17,-9.33333,35.8889,0.256078,-2.21774,path
|
||||
156,86,9,0,0,2.27778,0.389682,0.277778,0.250924,20.4444,15.8889,28.5556,16.8889,-13.6667,24.3333,-10.6667,28.5556,0.444698,-2.17828,window
|
||||
214,108,9,0,0,0.666667,0.365148,0.666667,0.298143,16.9259,13.5556,23.4444,13.7778,-10.1111,19.5556,-9.44444,23.4444,0.421675,-2.11765,window
|
||||
6,154,9,0,0,0.111111,0.02963,0.111111,0.02963,0.074074,0,0.222222,0,-0.222222,0.444444,-0.222222,0.222222,0.222222,-2.0944,window
|
||||
110,189,9,0,0,1,0.666667,1.22222,1.18634,12.9259,10.8889,9.22222,18.6667,-6.11111,-11.1111,17.2222,18.6667,0.508139,1.91086,grass
|
||||
25,18,9,0,0,0.666665,0.088889,0.555553,0.385184,114.148,102.444,132.333,107.667,-35.1111,54.5556,-19.4444,132.333,0.225725,-2.27845,sky
|
||||
128,144,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
33,117,9,0,0,0.277778,0.018519,0.111111,0.02963,1.07407,0,3.11111,0.111111,-3.22222,6.11111,-2.88889,3.11111,1,-2.13264,foliage
|
||||
233,154,9,0,0,3.72222,11.6185,0.666666,0.577778,33,25.1111,46.5556,27.3333,-23.6667,40.6667,-17,46.5556,0.458785,-2.20265,cement
|
||||
4,96,9,0,0,2.22222,2.96296,1.55556,2.25185,3.55556,0.888889,7.77778,2,-8,12.6667,-4.66667,7.77778,0.910065,-2.24448,foliage
|
||||
146,238,9,0,0,2.05556,0.596297,2.66667,1.86667,17.7778,15,16.5556,21.7778,-8.33333,-3.66667,12,21.7778,0.315256,2.33747,grass
|
||||
67,71,9,0,0,1.66667,0.888891,1.5,0.299998,125.963,115.556,140.889,121.444,-31.2222,44.7778,-13.5556,140.889,0.179672,-2.33976,sky
|
||||
224,190,9,0,0,2.88889,2.13611,3,1.84992,47.4815,42.4444,58.6667,41.3333,-15.1111,33.5556,-18.4444,58.6667,0.295621,-2.02594,path
|
||||
115,156,9,0,0,0.388889,0.389682,1.05556,0.64693,24.2593,17.2222,26,29.5556,-21.1111,5.22222,15.8889,29.5556,0.417328,2.84342,grass
|
||||
174,77,9,0,0,1,0.311108,1.27778,1.35184,135.926,128.556,147.333,131.889,-22.1111,34.2222,-12.1111,147.333,0.127385,-2.27715,sky
|
||||
59,111,9,0,0,0.277778,0.151852,0.5,0.122222,5.44444,6.44444,7,2.88889,3,4.66667,-7.66667,7.22222,0.60119,-1.18139,brickface
|
||||
82,51,9,0,0,0.611111,0.443051,0.611111,0.742867,123.185,111.778,138.889,118.889,-34.2222,47.1111,-12.8889,138.889,0.1952,-2.3685,sky
|
||||
39,137,9,0,0,0.222222,0.02963,0.277778,0.107407,1.37037,0,4.11111,0,-4.11111,8.22222,-4.11111,4.11111,1,-2.0944,window
|
||||
159,105,9,0,0,0.555556,0.501849,4,1.82574,26.7407,22.5556,34,23.6667,-12.5556,21.7778,-9.22222,34,0.337494,-2.19241,window
|
||||
189,68,9,0,0,1.11111,0.58373,1.05556,0.534027,6.88889,5.66667,10.3333,4.66667,-3.66667,10.3333,-6.66667,10.3333,0.534151,-1.78025,window
|
||||
152,18,9,0,0,0.777777,0.455422,0.555557,0.272164,112.111,97.2222,130.444,108.667,-44.6667,55,-10.3333,130.444,0.254668,-2.45498,sky
|
||||
249,200,9,0,0,2.55555,2.62185,2.5,1.20646,45.2963,40.6667,55.7778,39.4444,-13.8889,31.4444,-17.5556,55.7778,0.292784,-2.01665,path
|
||||
93,29,9,0,0,1.22222,1.22964,1.38889,1.57408,128.481,119,142.778,123.667,-28.4444,42.8889,-14.4444,142.778,0.166484,-2.29776,sky
|
||||
190,96,9,0,0,0.388889,0.196297,0.944445,0.418519,90.8148,76,115.667,80.7778,-44.4444,74.5556,-30.1111,115.667,0.342938,-2.21998,sky
|
||||
6,90,9,0,0,1.94444,0.596296,1.33333,1.82222,18.1111,18.7778,22.1111,13.4444,2,12,-14,22.1111,0.38846,-1.42588,brickface
|
||||
176,233,9,0.111111,0,1.44444,1.14827,2.61111,1.90224,12.4815,10.3333,8.33333,18.7778,-6.44444,-12.4444,18.8889,18.7778,0.554881,1.90369,grass
|
||||
226,84,9,0,0,3.05556,3.97407,1.77778,2.6963,4.55556,1.55556,9,3.11111,-9,13.3333,-4.33333,9,0.847729,-2.30573,foliage
|
||||
131,15,9,0.111111,0,0.888891,1.05185,1.88889,2.16297,130.148,119.667,145.333,125.444,-31.4444,45.5556,-14.1111,145.333,0.176494,-2.32497,sky
|
||||
168,40,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
249,87,9,0,0,14.3889,327.263,13.3889,62.0185,31.7037,28.2222,39.4444,27.4444,-10.4444,23.2222,-12.7778,39.4444,0.312482,-2.01338,cement
|
||||
78,100,9,0,0,1.55556,8.2963,2.55556,8.82963,4.59259,1.44444,9.44444,2.88889,-9.44444,14.5556,-5.11111,9.44444,0.876332,-2.28054,foliage
|
||||
209,191,9,0,0.111111,3.05556,2.30378,5.72222,6.07149,48.2222,43.8889,58.6667,42.1111,-13,31.3333,-18.3333,58.6667,0.279764,-1.9649,path
|
||||
78,107,9,0,0,0.833333,0.655556,1.61111,1.92963,17.1852,18.3333,20.6667,12.5556,3.44444,10.4444,-13.8889,20.7778,0.395253,-1.3125,brickface
|
||||
19,133,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,foliage
|
||||
183,91,9,0,0,2.66667,0.894427,0.5,0.547722,14.4444,11,21,11.3333,-10.3333,19.6667,-9.33333,21,0.476783,-2.12846,window
|
||||
117,137,9,0,0,0.277778,0.389682,0.388889,0.250924,0.777778,0,2.22222,0.111111,-2.33333,4.33333,-2,2.22222,1,-2.12325,foliage
|
||||
162,94,9,0,0,9.61111,39.2629,0.555556,0.251852,15.3704,10.6667,23.7778,11.6667,-14.1111,25.2222,-11.1111,23.7778,0.599594,-2.14276,window
|
||||
223,161,9,0,0,1.38889,3.04074,9,31.0222,42.037,36,52.2222,37.8889,-18.1111,30.5556,-12.4444,52.2222,0.308416,-2.28229,path
|
||||
62,144,9,0,0,0.277778,0.062963,0.722222,0.32963,4.81482,6,5.77778,2.66667,3.55556,2.88889,-6.44444,6.22222,0.574603,-0.969119,brickface
|
||||
195,99,9,0,0,3.05556,4.46296,2.77778,4.65185,6.74074,3.44444,11.5556,5.22222,-9.88889,14.4444,-4.55556,11.5556,0.711898,-2.31888,foliage
|
||||
242,183,9,0,0,1.5,0.936898,2.16667,1.79815,15.3704,12.6667,12.4444,21,-8.11111,-8.77778,16.8889,21,0.420244,2.07587,grass
|
||||
21,232,9,0,0,2.38889,2.68519,2.27778,2.37407,13.5556,11.3333,12.3333,17,-6.66667,-3.66667,10.3333,17,0.327918,2.28315,grass
|
||||
41,101,9,0,0,1.72222,0.928957,2.05555,1.55516,64.3704,56.8889,79.4444,56.7778,-22.4444,45.2222,-22.7778,79.4444,0.289362,-2.08957,cement
|
||||
170,159,9,0.111111,0,2.27778,1.42075,1.61111,1.18165,20.5185,20.3333,22.3333,18.8889,-0.555556,5.44444,-4.88889,22.3333,0.15128,-1.59668,cement
|
||||
177,181,9,0,0,4.27778,1.73098,2.55556,1.48573,60.6296,53.6667,75.6667,52.5556,-20.8889,45.1111,-24.2222,75.6667,0.306993,-2.04456,path
|
||||
92,62,9,0,0,1.88889,1.31092,1.88889,0.720082,123.481,112.333,139.333,118.778,-33.4444,47.5556,-14.1111,139.333,0.193691,-2.3434,sky
|
||||
189,68,9,0,0,1.66667,1.61933,1.11111,1.3444,38.5926,38.3333,42.3333,35.1111,-0.777778,11.2222,-10.4444,42.3333,0.170449,-1.62485,cement
|
||||
96,115,9,0,0,0.388889,0.151852,0.333333,0.177778,6.77778,7.77778,8.55556,4,3,5.33333,-8.33333,8.66667,0.53858,-1.21036,brickface
|
||||
166,36,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
161,136,9,0,0,0.611111,0.196296,0.444444,0.074074,5.62963,7.11111,6.44444,3.33333,4.44444,2.44444,-6.88889,7.22222,0.535714,-0.896533,brickface
|
||||
212,68,9,0.111111,0,2.88889,2.08344,1.83333,0.936897,37.963,37.5556,41.6667,34.6667,-1.22222,11.1111,-9.88889,41.6667,0.167908,-1.65964,cement
|
||||
169,104,9,0,0,1.55556,1.77221,5.61111,2.25503,18.5185,16,23.3333,16.2222,-7.55556,14.4444,-6.88889,23.3333,0.314713,-2.11392,window
|
||||
215,193,9,0,0,2,0.516399,4.83333,1.29529,45.2222,40.8889,55.3333,39.4444,-13,30.3333,-17.3333,55.3333,0.289242,-2.00012,path
|
||||
206,61,9,0,0,0.555555,0.403687,0.5,0.459468,7.07407,4.66667,12.2222,4.33333,-7.22222,15.4444,-8.22222,12.2222,0.645891,-2.04872,window
|
||||
188,133,9,0,0,0.333333,0.266667,0.5,0.077778,6.66667,8.33333,7.77778,3.88889,5,3.33333,-8.33333,8.44444,0.53858,-0.924817,brickface
|
||||
234,164,9,0,0,0.5,0.211111,3,8.04445,13.6667,11.6667,15,14.3333,-6,4,2,16.8889,0.29915,2.87512,grass
|
||||
156,181,9,0,0,0.5,0.349603,1.5,0.505525,11.6667,9,9.77778,16.2222,-8,-5.66667,13.6667,16.2222,0.445979,2.20664,grass
|
||||
196,182,9,0,0,1.16667,0.433332,0.611111,0.374074,19.8889,16.8889,18.1111,24.6667,-9,-5.33333,14.3333,24.6667,0.314897,2.27169,grass
|
||||
101,121,9,0.111111,0,0.666667,0.843274,1.5,0.888194,3.40741,1.11111,6,3.11111,-6.88889,7.77778,-0.888889,6,0.843518,-2.51916,foliage
|
||||
58,122,9,0,0,2.05556,2.21527,6.11111,3.01601,34.1852,29.2222,44.3333,29,-14.8889,30.4444,-15.5556,44.3333,0.349652,-2.07484,cement
|
||||
49,95,9,0,0,1.66667,5.91111,3,3.28889,5.18518,2.22222,9.44444,3.88889,-8.88889,12.7778,-3.88889,9.44444,0.794108,-2.32646,foliage
|
||||
206,26,9,0,0,1.22222,1.49629,1.88889,1.40741,137.037,131.444,146.778,132.889,-16.7778,29.2222,-12.4444,146.778,0.105128,-2.18257,sky
|
||||
181,162,9,0,0,2.66667,7.15555,13.3889,9.66294,42.1852,36.4444,51.3333,38.7778,-17.2222,27.4444,-10.2222,51.3333,0.285523,-2.32748,path
|
||||
54,126,9,0.111111,0,2.77778,2.69705,3.38889,2.27466,23.2963,21,28.8889,20,-6.88889,16.7778,-9.88889,28.8889,0.305785,-1.96874,cement
|
||||
152,83,9,0,0,4.44444,1.32777,0.944444,0.680414,26.5185,23.3333,33.2222,23,-9.55556,20.1111,-10.5556,33.2222,0.307415,-2.06324,cement
|
||||
99,107,9,0.111111,0,1.55556,2.02963,3.33333,2.26666,18.6296,19.4444,23,13.4444,2.44444,13.1111,-15.5556,23.1111,0.413785,-1.37037,brickface
|
||||
137,182,9,0,0,1.83333,3.85556,3.61111,9.21852,34.9259,31.4444,42.8889,30.4444,-10.4444,23.8889,-13.4444,42.8889,0.285756,-2.00112,path
|
||||
170,36,9,0,0,1.11111,0.340743,1.83333,1.45556,103.037,89.5556,125.222,94.3333,-40.4444,66.5556,-26.1111,125.222,0.284654,-2.23235,sky
|
||||
80,40,9,0,0,0.611111,0.574132,0.722223,0.772203,110.704,96.2222,129,106.889,-43.4444,54.8889,-11.4444,129,0.254051,-2.43469,sky
|
||||
181,27,9,0,0,0.722221,0.462964,0.5,0.255555,138.074,132.556,146.556,135.111,-16.5556,25.4444,-8.88889,146.556,0.096263,-2.26453,sky
|
||||
186,90,9,0,0,4.44444,1.45551,0.666667,0.471405,10.037,7.55556,15,7.55556,-7.44444,14.8889,-7.44444,15,0.533928,-2.06703,window
|
||||
184,145,9,0,0,0.722222,0.611616,0.222222,0.272166,0.555556,0.333333,1.22222,0.111111,-0.666667,2,-1.33333,1.22222,0.527778,-1.92094,window
|
||||
77,177,9,0,0,1.33333,1.33333,2.16667,1.97484,48.4074,44.2222,59.3333,41.6667,-12.5556,32.7778,-20.2222,59.3333,0.297431,-1.94042,path
|
||||
230,117,9,0,0,3.27778,0.928958,1.44444,0.860663,39.037,33.5556,49.7778,33.7778,-16.4444,32.2222,-15.7778,49.7778,0.335026,-2.10623,cement
|
||||
147,182,9,0,0,2.27778,1.70511,2.94444,1.59745,43.5926,40.3333,52.5556,37.8889,-9.77778,26.8889,-17.1111,52.5556,0.278669,-1.91917,path
|
||||
35,62,9,0,0,0.777779,0.518519,1.22222,1.05185,21.2222,20.7778,27.2222,15.6667,-1.33333,18,-16.6667,27.2222,0.423121,-1.6204,brickface
|
||||
56,140,9,0,0,0.944444,0.462963,0.277778,0.062963,5.55556,3.66667,9.44444,3.55556,-5.66667,11.6667,-6,9.44444,0.639254,-2.07227,window
|
||||
197,161,9,0,0,2,5.55555,11.5,99.6333,42.3704,36.8889,51.6667,38.5556,-16.4444,27.8889,-11.4444,51.7778,0.27504,-2.39557,path
|
||||
207,115,9,0,0,1.05556,0.32963,0.166667,0.033333,1.22222,0.444444,2.88889,0.333333,-2.33333,5,-2.66667,2.88889,0.933333,-2.06554,window
|
||||
21,216,9,0.111111,0,3.83333,0.699998,0.833333,0.477778,16.5556,13.1111,14,22.5556,-10.3333,-7.66667,18,22.5556,0.426777,2.20931,grass
|
||||
3,106,9,0,0,0.222222,0.172133,0.111111,0.172133,0.555556,0,1.66667,0,-1.66667,3.33333,-1.66667,1.66667,1,-2.0944,foliage
|
||||
219,134,9,0,0,0.277778,0.107407,0.666667,0.444444,4.74074,6.44444,5.22222,2.55556,5.11111,1.44444,-6.55556,6.44444,0.603704,-0.730465,brickface
|
||||
105,69,9,0,0,2.5,1.53116,1.83333,1.47196,59.5556,53.4444,73.2222,52,-18.3333,41,-22.6667,73.2222,0.289653,-2.02286,cement
|
||||
39,246,9,0.111111,0,2.27778,3.26296,1.83333,2.43333,15.3704,12.5556,13.1111,20.4444,-8.44444,-6.77778,15.2222,20.4444,0.393839,2.17054,grass
|
||||
78,201,9,0,0,2.83333,2.65623,5,4.07158,56.4444,51.4444,68.6667,49.2222,-15,36.6667,-21.6667,68.6667,0.28043,-1.96946,path
|
||||
225,222,9,0.111111,0,1.5,0.477778,1.77778,1.71852,14,10.7778,13.6667,17.5556,-9.66667,-1,10.6667,17.5556,0.385727,2.55731,grass
|
||||
57,119,9,0,0,2.27778,2.02667,1.77778,1.72133,20.5926,12.2222,33.6667,15.8889,-25.1111,39.2222,-14.1111,33.6667,0.635624,-2.26815,foliage
|
||||
75,107,9,0.111111,0,1.16667,0.344445,1.77778,1.54074,16.7037,18.7778,19.4444,11.8889,6.22222,8.22222,-14.4444,19.7778,0.399311,-1.13197,brickface
|
||||
6,217,9,0,0,2.11111,5.0963,3.94444,12.5074,14.5556,11.4444,13.3333,18.8889,-9.33333,-3.66667,13,18.8889,0.39534,2.36387,grass
|
||||
14,134,9,0,0,0.388889,0.062963,0.388889,0.062963,5.2963,6.77778,6.22222,2.88889,4.44444,2.77778,-7.22222,7,0.587302,-0.912631,brickface
|
||||
19,90,9,0,0,1.38889,1.88519,1.11111,2.11852,3.40741,0.888889,7.88889,1.44444,-7.55556,13.4444,-5.88889,7.88889,0.904321,-2.16608,foliage
|
||||
239,93,9,0,0,3.44444,13.4963,1.05556,0.862962,14.4074,9.88889,22.8889,10.4444,-13.5556,25.4444,-11.8889,22.8889,0.577002,-2.13749,window
|
||||
191,119,9,0,0,1.11111,1.29386,0.944446,0.772202,39.8519,36.2222,48.2222,35.1111,-10.8889,25.1111,-14.2222,48.2222,0.271717,-2.006,cement
|
||||
238,86,9,0,0,0.444444,0.02963,0.333333,0.044444,12,7.55556,20.4444,8,-13.3333,25.3333,-12,20.4444,0.629503,-2.12836,window
|
||||
58,111,9,0,0,3.22222,3.45185,2.05556,0.951851,19.3333,15.5556,26.2222,16.2222,-11.3333,20.6667,-9.33333,26.2222,0.409226,-2.15372,window
|
||||
68,103,9,0,0,0.666667,0.577778,1.11111,0.962963,2.14815,0.111111,5.66667,0.666667,-6.11111,10.5556,-4.44444,5.66667,0.987654,-2.18547,foliage
|
||||
37,196,9,0,0,1.27778,0.998146,1.33333,0.816497,13.3704,11.5556,10.4444,18.1111,-5.44444,-8.77778,14.2222,18.1111,0.430243,1.95677,grass
|
||||
116,192,9,0.111111,0,6.05556,2.82384,4.33333,3.06232,57.0741,50.3333,72.1111,48.7778,-20.2222,45.1111,-24.8889,72.1111,0.324017,-2.02475,path
|
||||
85,124,9,0,0,1.22222,0.934919,2.38889,1.67884,14.6667,7.55556,24.1111,12.3333,-21.3333,28.3333,-7,24.1111,0.691123,-2.39668,foliage
|
||||
237,135,9,0,0,0.555556,0.207407,0.666667,0.355555,4.14815,5.66667,4.77778,2,4.55556,1.88889,-6.44444,5.66667,0.647222,-0.807848,brickface
|
||||
40,95,9,0,0.111111,1.27778,1.57407,1.61111,1.21852,4.62963,1,9.22222,3.66667,-10.8889,13.7778,-2.88889,9.22222,0.907099,-2.42945,foliage
|
||||
10,196,9,0,0,1.22222,1.04704,1,0.843274,15.3333,14.1111,11.4444,20.4444,-3.66667,-11.6667,15.3333,20.4444,0.44058,1.78917,grass
|
||||
215,219,9,0,0,2.55556,2.23772,3.22222,2.49147,13.2222,10.3333,10.2222,19.1111,-8.66667,-9,17.6667,19.1111,0.494595,2.0861,grass
|
||||
233,124,9,0.111111,0,2.11111,1.50062,2.05556,0.490655,40.9259,35.7778,51.4444,35.5556,-15.4444,31.5556,-16.1111,51.4444,0.317097,-2.07697,cement
|
||||
123,104,9,0,0,2.27778,2.10741,4,2,21.9259,20.5556,28.6667,16.5556,-4.11111,20.2222,-16.1111,28.6667,0.421395,-1.72879,brickface
|
||||
71,180,9,0.111111,0,1.22222,0.562963,3,1.86666,22.3333,18.3333,21.4444,27.2222,-12,-2.66667,14.6667,27.2222,0.327383,2.45383,grass
|
||||
34,242,9,0,0,1.61111,1.63865,2.44444,1.10889,14.8148,11.3333,15.6667,17.4444,-10.4444,2.55556,7.88889,17.4444,0.353161,2.83561,grass
|
||||
45,121,9,0,0,2.05556,1.25462,6.61111,2.67844,54.963,47.7778,68.6667,48.4444,-21.5556,41.1111,-19.5556,68.6667,0.307193,-2.12694,cement
|
||||
12,56,9,0.222222,0,1.22222,0.207407,1.33333,1.02222,19.8519,19.4444,25.4444,14.6667,-1.22222,16.7778,-15.5556,25.4444,0.422689,-1.62221,brickface
|
||||
184,15,9,0,0,0.444445,0.25185,0.777774,0.118519,140.778,134.333,150.111,137.889,-19.3333,28,-8.66667,150.111,0.105074,-2.32847,sky
|
||||
1,81,9,0,0,12.1667,267.456,9.22222,205.363,21.3333,14,30.5556,19.4444,-22,27.6667,-5.66667,30.5556,0.595282,-2.43841,foliage
|
||||
16,82,9,0,0,4.33333,41.2889,6.22222,66.6518,8.48148,4.33333,14.5556,6.55556,-12.4444,18.2222,-5.77778,14.5556,0.742819,-2.32063,foliage
|
||||
114,145,9,0.111111,0,2.16667,1.31233,0.999999,0.699206,61.1111,52.4444,76.7778,54.1111,-26,47,-21,76.7778,0.31714,-2.16615,cement
|
||||
151,143,9,0,0,0.388889,0.062963,0.5,0.033333,5.66667,7.55556,6.44444,3,5.66667,2.33333,-8,7.55556,0.60119,-0.796918,brickface
|
||||
69,136,9,0,0,3.11111,2.81003,2.77778,3.16696,19.4444,16.8889,25.7778,15.6667,-7.66667,19,-11.3333,26.6667,0.425293,-1.61572,foliage
|
||||
196,129,9,0,0,0.833333,0.433333,0.666667,0.177778,6.33333,7.88889,7.33333,3.77778,4.66667,3,-7.66667,8.22222,0.540123,-0.932783,brickface
|
||||
214,161,9,0,0,3.72222,0.729634,11.5,18.9222,40.4444,35.3333,49.6667,36.3333,-15.3333,27.6667,-12.3333,49.6667,0.298056,-2.19894,path
|
||||
116,35,9,0,0,0.833333,0.781735,0.888888,0.544333,125.185,113.778,141.333,120.444,-34.2222,48.4444,-14.2222,141.333,0.194853,-2.34664,sky
|
||||
75,67,9,0,0,1.44444,1.00741,1.83333,1.54445,22.2593,22.5556,27.8889,16.3333,0.888889,16.8889,-17.7778,27.8889,0.414836,-1.52477,brickface
|
||||
244,194,9,0,0,1.72222,1.14342,2.27778,2.03761,49.7407,44.4444,61.6667,43.1111,-15.8889,35.7778,-19.8889,61.6667,0.300853,-2.02184,path
|
||||
189,141,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
105,193,9,0,0,3.22222,1.90516,2.88889,2.17733,60.1111,53.1111,75.1111,52.1111,-21,45,-24,75.1111,0.308465,-2.04777,path
|
||||
40,57,9,0,0,1.16667,0.722651,1.38889,0.800464,123.556,112.222,139,119.444,-34,46.3333,-12.3333,139,0.192488,-2.37605,sky
|
||||
37,167,9,0,0,0.888889,0.562963,7.55556,4.60741,14.0741,11.6667,16.7778,13.7778,-7.22222,8.11111,-0.888889,17.6667,0.314507,-3.01508,grass
|
||||
54,133,9,0,0,1.55556,1.00741,0.5,0.344444,5.37037,3.66667,9,3.44444,-5.11111,10.8889,-5.77778,9,0.630471,-2.048,window
|
||||
77,135,9,0,0,2.94444,1.97109,1.77778,0.958394,47.3704,41,60.6667,40.4444,-19.1111,39.8889,-20.7778,60.6667,0.33466,-2.06346,cement
|
||||
102,73,9,0,0,0.388889,0.062964,1.61111,1.21852,125.519,115.444,140.556,120.556,-30.2222,45.1111,-14.8889,140.556,0.178636,-2.3074,sky
|
||||
10,207,9,0,0,2.61111,1.30668,3.11111,3.00863,52.1111,46,64.8889,45.4444,-18.3333,38.3333,-20,64.8889,0.299285,-2.06335,path
|
||||
45,89,9,0,0,0.777778,0.340741,0.777778,0.474074,2.2963,0.111111,6.44444,0.333333,-6.55556,12.4444,-5.88889,6.44444,0.986111,-2.1239,foliage
|
||||
137,141,9,0,0,0.055556,0.136083,0.055556,0.136083,0.037037,0,0.111111,0,-0.111111,0.222222,-0.111111,0.111111,0.111111,-2.0944,window
|
||||
42,138,9,0,0,0.444445,1.18519,0.444444,1.18519,0.296296,0.111111,0.666667,0.111111,-0.555556,1.11111,-0.555556,0.666667,0.092593,-2.0944,foliage
|
||||
169,186,9,0,0.222222,2.33333,1.65999,5.5,2.51882,49.4444,44.6667,61.1111,42.5556,-14.3333,35,-20.6667,61.1111,0.303448,-1.97439,path
|
||||
80,83,9,0.111111,0,1.66667,1.77778,1.5,0.566666,49.4444,45.6667,58.6667,44,-11.3333,27.6667,-16.3333,58.6667,0.249679,-1.97362,cement
|
||||
198,127,9,0,0,2.44444,4.38519,8.55556,59.5408,40.7407,38,48.2222,36,-8.22222,22.4444,-14.2222,48.2222,0.248999,-1.90835,cement
|
||||
197,236,9,0,0,2.44444,6.82963,3.33333,7.6,16.0741,13.1111,16.6667,18.4444,-8.88889,1.77778,7.11111,18.5556,0.292729,2.7898,grass
|
||||
74,122,9,0,0,1.22222,1.24127,1.33333,0.699206,16.1481,8,28.3333,12.1111,-24.4444,36.5556,-12.1111,28.3333,0.718221,-2.30599,foliage
|
||||
51,237,9,0.111111,0,2.55556,2.53567,2.33333,1.22927,14.1481,11.1111,13,18.3333,-9.11111,-3.44444,12.5556,18.3333,0.397985,2.37843,grass
|
||||
103,64,9,0,0,0.666667,0.699205,1.33333,0.918936,108.778,96.3333,126.222,103.778,-37.3333,52.3333,-15,126.222,0.236797,-2.35544,sky
|
||||
125,149,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
105,110,9,0,0,0.5,0.122222,1.94444,2.37407,4.22222,4.33333,6.33333,2,0.333333,6.33333,-6.66667,6.33333,0.708333,-1.53976,brickface
|
||||
233,97,9,0,0,0.388889,0.196296,0.555555,0.207407,2.11111,0.111111,5.55556,0.666667,-6,10.3333,-4.33333,5.55556,0.984127,-2.19138,foliage
|
||||
61,202,9,0,0,2.27778,1.87873,1.88889,1.0037,61.6296,55,76,53.8889,-19.8889,43.1111,-23.2222,76,0.293527,-2.04354,path
|
||||
54,134,9,0,0,0.222222,0.02963,0.055556,0.018519,0.518518,0,1.55556,0,-1.55556,3.11111,-1.55556,1.55556,1,-2.0944,window
|
||||
37,78,9,0,0,1,0.177777,2.55556,2.87407,43.8148,41.1111,51.8889,38.4444,-8.11111,24.2222,-16.1111,51.8889,0.258916,-1.88607,cement
|
||||
212,234,9,0,0,0.444445,0.118518,1.05556,0.285185,7.11111,6,4.22222,11.1111,-3.33333,-8.66667,12,11.1111,0.621324,1.83826,grass
|
||||
230,124,9,0,0,0.277778,0.107407,0.277778,0.151852,0.666667,0,2,0,-2,4,-2,2,1,-2.0944,foliage
|
||||
45,111,9,0,0,0.5,0.349603,1,0.78881,16.1111,12.2222,23.7778,12.3333,-11.6667,23,-11.3333,23.7778,0.489897,-2.10067,window
|
||||
96,84,9,0,0,1.5,1.27778,1.61111,2.28519,23.8519,23.5556,30,18,-0.888889,18.4444,-17.5556,30,0.398791,-1.59887,brickface
|
||||
163,166,9,0,0,1.77778,1.0963,2.44444,1.05185,16.963,12.3333,16.3333,22.2222,-13.8889,-1.88889,15.7778,22.2222,0.446214,2.51583,grass
|
||||
120,108,9,0.111111,0,0.611111,0.640741,0.944444,0.151852,21.9259,21,28.2222,16.5556,-2.77778,18.8889,-16.1111,28.2222,0.412134,-1.68353,brickface
|
||||
67,32,9,0,0,0.944444,1.06284,1.77778,1.31092,126.222,115.111,142.222,121.333,-33.3333,48,-14.6667,142.222,0.190625,-2.33375,sky
|
||||
119,115,9,0,0.111111,2.44444,1.57292,5,2.93636,7.55556,3.55556,12.8889,6.22222,-12,16,-4,12.8889,0.767235,-2.39099,foliage
|
||||
241,90,9,0,0.111111,5.66667,23.3778,6.77778,63.763,9,4.77778,15.6667,6.55556,-12.6667,20,-7.33333,15.6667,0.762919,-2.26639,foliage
|
||||
57,89,9,0.111111,0,0.555555,0.272169,1.27778,0.772203,106.074,93.1111,125.444,99.6667,-38.8889,58.1111,-19.2222,125.444,0.257746,-2.3062,sky
|
||||
178,16,9,0,0,0.333335,0.298143,1.5,1.20646,112.963,99.5556,131,108.333,-40.2222,54.1111,-13.8889,131,0.239899,-2.385,sky
|
||||
35,107,9,0,0,10.2222,14.9676,9.83333,17.5471,9.51852,7.33333,12.2222,9,-6.55556,8.11111,-1.55556,12.2222,0.674956,-2.49296,foliage
|
||||
235,88,9,0,0,0.333334,0.044445,0.444445,0.074074,12.2593,7.55556,21.1111,8.11111,-14.1111,26.5556,-12.4444,21.1111,0.641775,-2.13668,window
|
||||
233,211,9,0.111111,0,2.66667,6.08889,1.66667,1.73333,15.4444,12.4444,15.2222,18.6667,-9,-0.666667,9.66667,18.6667,0.335421,2.55496,grass
|
||||
223,185,9,0,0,0.5,0.349603,2.38889,2.08078,12.963,11.5556,9.77778,17.5556,-4.22222,-9.55556,13.7778,17.5556,0.445418,1.83885,grass
|
||||
118,126,9,0,0,0.666667,0.4,1.83333,2.12222,20.5556,16.1111,28.6667,16.8889,-13.3333,24.3333,-11,28.6667,0.437078,-2.1588,cement
|
||||
218,64,9,0,0,1.5,1.13039,1.83333,1.96356,8,6.11111,12.5556,5.33333,-5.66667,13.6667,-8,12.5556,0.579142,-1.96525,window
|
||||
206,80,9,0,0,4.88889,14.8296,3.83333,36.1222,10.037,6.55556,15.1111,8.44444,-10.4444,15.2222,-4.77778,15.1111,0.597765,-2.32626,foliage
|
||||
154,249,9,0,0,3.5,2.30699,4.55556,3.53815,18,14.6667,15.6667,23.6667,-10,-7,17,23.6667,0.398397,2.215,grass
|
||||
34,164,9,0,0,0.888889,0.403687,1.27778,0.490653,11.3333,9.22222,10.3333,14.4444,-6.33333,-3,9.33333,14.4444,0.367923,2.29112,grass
|
||||
108,113,9,0,0,0.444444,0.207407,0.444444,0.118519,5.51852,6.88889,6.66667,3,4.11111,3.44444,-7.55556,6.88889,0.566138,-0.989308,brickface
|
||||
170,113,9,0,0,2.83333,0.623608,1.22222,0.68853,28.3333,24.3333,34.8889,25.7778,-12,19.6667,-7.66667,34.8889,0.302071,-2.23625,window
|
||||
185,35,9,0,0,1.38889,1.04172,1.16667,0.809664,109.111,96.4444,125.444,105.444,-38,49,-11,125.444,0.231166,-2.4202,sky
|
||||
247,92,9,0,0,0.888889,0.518518,0.444444,0.118519,12.0741,7.55556,20.5556,8.11111,-13.5556,25.4444,-11.8889,20.5556,0.632127,-2.13785,window
|
||||
58,109,9,0,0,0.888889,0.251852,2.83333,1.67778,4.2963,1.44444,8.44444,3,-8.55556,12.4444,-3.88889,8.44444,0.864482,-2.28379,foliage
|
||||
220,39,9,0.111111,0,0.666668,0.730297,1.33333,1.33333,113,99.4444,131.111,108.444,-40.6667,54.3333,-13.6667,131.111,0.241459,-2.39356,sky
|
||||
234,27,9,0.111111,0,0.833335,0.623609,2.05556,1.35674,122.667,111.556,138.667,117.778,-33.3333,48,-14.6667,138.667,0.195416,-2.33451,sky
|
||||
58,146,9,0.111111,0,3.5,7.05556,2.5,4.65556,22.7407,18.1111,31.5556,18.5556,-13.8889,26.4444,-12.5556,31.5556,0.429825,-2.12487,cement
|
||||
88,180,9,0,0,1.5,0.936898,3.83333,2.88868,50.4074,45.2222,62.3333,43.6667,-15.5556,35.7778,-20.2222,62.3333,0.300918,-2.00872,path
|
||||
149,64,9,0,0,1.5,1.14444,1.38889,0.462963,24.0741,22.6667,31.8889,17.6667,-4.22222,23.4444,-19.2222,31.8889,0.446354,-1.72489,brickface
|
||||
244,108,9,0,0,6.5,5.10229,1.72222,0.827759,23.7037,20,30.4444,20.6667,-11.1111,20.2222,-9.11111,30.4444,0.365332,-2.15439,window
|
||||
6,81,9,0,0.111111,4.11111,8.74075,5.72222,28.5074,12.4815,7.66667,18.8889,10.8889,-14.4444,19.2222,-4.77778,18.8889,0.628156,-2.38856,foliage
|
||||
209,94,9,0,0,1,0.760117,0.611111,0.490653,9.11111,5.88889,15.2222,6.22222,-9.66667,18.3333,-8.66667,15.2222,0.619713,-2.12934,window
|
||||
229,147,9,0,0.111111,4.05556,14.063,2.5,1.27778,27.2963,20.8889,38.6667,22.3333,-19.2222,34.1111,-14.8889,38.6667,0.457405,-2.17447,cement
|
||||
221,69,9,0,0,1.55556,0.807372,0.722223,0.854184,36.963,36.6667,40.2222,34,-0.888889,9.77778,-8.88889,40.2222,0.154094,-1.64013,cement
|
||||
119,138,9,0,0,0.777778,0.518518,0.722222,0.285185,3.55556,1.77778,7.22222,1.66667,-5.33333,11,-5.66667,7.22222,0.779497,-2.07124,window
|
||||
180,97,9,0,0,0.944443,0.329631,1,0.666667,134.37,126.556,145.444,131.111,-23.4444,33.2222,-9.77778,145.444,0.12985,-2.34623,sky
|
||||
214,195,9,0,0,0.833333,0.65828,2,0.966091,46.5556,41.1111,57.3333,41.2222,-16.3333,32.3333,-16,57.3333,0.290299,-2.10138,path
|
||||
161,73,9,0,0,0.833333,0.505524,0.61111,0.389682,43.8519,43,48.7778,39.7778,-2.55556,14.7778,-12.2222,48.7778,0.184376,-1.72044,cement
|
||||
18,204,9,0,0,2.55556,1.20493,2.77778,1.14827,57.8889,51.4444,72,50.2222,-19.3333,42.3333,-23,72,0.302525,-2.03854,path
|
||||
34,13,9,0,0,0.22222,0.172131,1.55555,0.54433,70.3704,60.6667,88.1111,62.3333,-29.1111,53.2222,-24.1111,88.1111,0.311437,-2.15499,cement
|
||||
126,237,9,0,0,0.944444,0.240741,1,0.488889,5.77778,4.22222,4.22222,8.88889,-4.66667,-4.66667,9.33333,8.88889,0.553812,2.09723,grass
|
||||
58,125,9,0,0,2.16667,1.11056,1.05556,0.90472,18.5556,11.1111,30.6667,13.8889,-22.3333,36.3333,-14,30.6667,0.638455,-2.24196,foliage
|
||||
141,17,9,0.111111,0.222222,3.72222,4.4493,5,2.319,44.5926,40.3333,54,39.4444,-12.7778,28.2222,-15.4444,54,0.268186,-2.03005,cement
|
||||
240,145,9,0,0,0.388889,0.151852,0.5,0.122222,4.07407,5.33333,5,1.88889,3.77778,2.77778,-6.55556,5.44444,0.655556,-0.959485,brickface
|
||||
39,60,9,0.111111,0,1.55556,1.14074,2.44444,1.94074,22.6296,21.3333,30,16.5556,-3.88889,22.1111,-18.2222,30,0.446636,-1.70939,brickface
|
||||
68,128,9,0,0,21.3333,5.95553,1.33333,0.844444,35.5926,32.1111,43.7778,30.8889,-10.4444,24.5556,-14.1111,43.7778,0.316177,-1.98185,cement
|
||||
44,123,9,0,0,1.05556,0.996296,1,0.844444,1.48148,0.222222,3.66667,0.555556,-3.77778,6.55556,-2.77778,3.66667,0.961905,-2.16176,foliage
|
||||
114,102,9,0,0,1.11111,1.22963,1.16667,0.877778,4.03704,1,8.44444,2.66667,-9.11111,13.2222,-4.11111,8.44444,0.891218,-2.31611,foliage
|
||||
9,94,9,0,0,0.611111,0.551852,1,0.666664,113.185,106.889,127.556,105.111,-18.8889,43.1111,-24.2222,127.556,0.176789,-2.01531,sky
|
||||
17,229,9,0,0,2.11111,1.98513,2.44444,1.61475,13.7037,11.2222,11.1111,18.7778,-7.44444,-7.77778,15.2222,18.7778,0.439852,2.0999,grass
|
||||
121,113,9,0,0,1.72222,1.52963,2.94444,1.52963,20.2593,20,25.4444,15.3333,-0.777778,15.5556,-14.7778,25.4444,0.396589,-1.58561,brickface
|
||||
133,67,9,0,0,1.38889,1.3963,2.11111,1.22963,27.1481,25.1111,35.8889,20.4444,-6.11111,26.2222,-20.1111,35.8889,0.429308,-1.76836,brickface
|
||||
201,125,9,0,0,1,0.444444,9.94444,103.752,42.8148,39.1111,51.7778,37.5556,-11.1111,26.8889,-15.7778,51.7778,0.270638,-1.97302,cement
|
||||
88,180,9,0,0,1.5,0.936898,3.83333,2.88868,50.4074,45.2222,62.3333,43.6667,-15.5556,35.7778,-20.2222,62.3333,0.300918,-2.00872,path
|
||||
81,229,9,0.111111,0,2.44444,0.785185,2.05556,3.21852,10.9259,7.44444,10.6667,14.6667,-10.4444,-0.777778,11.2222,14.6667,0.496142,2.55746,grass
|
||||
32,45,9,0,0,2.27778,3.17407,3.27778,1.44074,21.9259,20.5556,28.7778,16.4444,-4.11111,20.5556,-16.4444,28.7778,0.428167,-1.73537,brickface
|
||||
215,182,9,0,0,2.55556,1.4707,2.72222,1.98233,54.1852,48.5556,67.2222,46.7778,-16.8889,39.1111,-22.2222,67.2222,0.30405,-2.00408,path
|
||||
94,144,9,0,0,0.444444,0.118518,0.5,0.166667,1.14815,0,3.44444,0,-3.44444,6.88889,-3.44444,3.44444,1,-2.0944,foliage
|
||||
48,202,9,0,0.111111,3.38889,1.62504,4.83333,4.092,58,52,71,51,-18,39,-21,71,0.284515,-2.04594,path
|
||||
240,63,9,0,0,0.555556,0.544331,0.388889,0.389682,8.96296,6.33333,14,6.55556,-7.88889,15.1111,-7.22222,14,0.5477,-2.12184,window
|
||||
194,124,9,0,0,1.5,0.433334,1.38889,0.907407,2.81481,1,5.55556,1.88889,-5.44444,8.22222,-2.77778,5.55556,0.836773,-2.28461,foliage
|
||||
26,90,9,0,0,0.611112,0.374076,1.27778,0.285185,113.111,105.667,128.333,105.333,-22.3333,45.6667,-23.3333,128.333,0.181789,-2.07842,sky
|
||||
202,208,9,0,0,1.72222,1.3963,1.83333,3.05555,19.2593,15.5556,17.6667,24.5556,-11.1111,-4.77778,15.8889,24.5556,0.368866,2.39677,grass
|
||||
33,94,9,0,0,1.33333,0.210818,2.55556,1.64204,5.88889,3.22222,7.77778,6.66667,-8,5.66667,2.33333,7.77778,0.609788,-2.86995,foliage
|
||||
165,119,9,0,0,1.05556,1.57408,1.44444,0.829629,29.4815,23.2222,40.3333,24.8889,-18.7778,32.5556,-13.7778,40.3333,0.425713,-2.18778,window
|
||||
10,137,9,0,0,0.555555,0.074074,0.277778,0.018519,0.925926,0.111111,2.66667,0,-2.44444,5.22222,-2.77778,2.66667,1,-2.05616,window
|
||||
75,59,9,0,0,1.05556,0.774073,2.94444,2.55185,25.0741,22.3333,34.3333,18.5556,-8.22222,27.7778,-19.5556,34.3333,0.459427,-1.83633,brickface
|
||||
212,94,9,0,0,1.72222,2.37407,1.22222,0.962962,15.6296,10.5556,24.8889,11.4444,-15.2222,27.7778,-12.5556,24.8889,0.57666,-2.15947,window
|
||||
129,184,9,0.111111,0,2.22222,0.910841,3.61111,1.81863,45.2222,41.7778,54.4444,39.4444,-10.3333,27.6667,-17.3333,54.4444,0.275818,-1.9302,path
|
||||
168,209,9,0,0,1.33333,0.666667,0.722222,0.712326,22.5185,17.6667,20.8889,29,-14.5556,-4.88889,19.4444,29,0.390338,2.38939,grass
|
||||
228,42,9,0.111111,0,2.05556,1.55516,4.33333,2.23109,44.5556,39.5556,54.1111,40,-15,28.6667,-13.6667,54.1111,0.271572,-2.12013,cement
|
||||
207,172,9,0,0,1,0.298143,1.66667,0.918937,19,16.4444,16.3333,24.2222,-7.66667,-8,15.6667,24.2222,0.34375,2.08385,grass
|
||||
81,145,9,0,0.111111,4.55556,4.53464,7.5,6.11283,13.4444,9.88889,20.1111,10.3333,-10.6667,20,-9.33333,20.1111,0.532728,-2.06232,foliage
|
||||
76,116,9,0,0,0.833333,0.433334,0.166667,0.077778,16.8519,13.5556,23.2222,13.7778,-9.88889,19.1111,-9.22222,23.2222,0.420839,-2.12118,window
|
||||
94,215,9,0,0,3.11111,5.0963,1.61111,1.12963,17.1852,14.3333,14.3333,22.8889,-8.55556,-8.55556,17.1111,22.8889,0.404392,2.1052,grass
|
||||
130,189,9,0.111111,0,2.5,0.983193,2.11111,2.81004,58.6296,51.7778,73.3333,50.7778,-20.5556,44.1111,-23.5556,73.3333,0.307985,-2.04806,path
|
||||
99,132,9,0,0,0.444444,0.385185,0.555555,0.785185,0.740741,0.111111,2,0.111111,-1.88889,3.77778,-1.88889,2,0.981482,-2.0944,foliage
|
||||
104,136,9,0,0,0.5,0.122222,0.666667,0.088889,6.81482,8.33333,8,4.11111,4.55556,3.55556,-8.11111,8.66667,0.526235,-0.963931,brickface
|
||||
118,180,9,0,0,1.94444,1.48199,3.11111,1.08866,48.5556,44.1111,59,42.5556,-13.3333,31.3333,-18,59,0.278822,-1.99604,path
|
||||
66,160,9,0,0,3,4.04445,2.77778,0.429629,22.8519,18.2222,31.5556,18.7778,-13.8889,26.1111,-12.2222,31.5556,0.426014,-2.13873,cement
|
||||
116,245,9,0,0,2.27778,1.16269,2.27778,1.49691,16.3704,13.5556,14.3333,21.2222,-8.44444,-6.11111,14.5556,21.2222,0.384903,2.19805,grass
|
||||
90,36,9,0,0,0.944443,0.327731,1.11111,1.22323,66.3704,56.5556,84.7778,57.7778,-29.4444,55.2222,-25.7778,84.7778,0.332815,-2.13858,cement
|
||||
169,131,9,0,0,2.38889,1.86687,9.22222,2.11521,35.7037,30.6667,45.7778,30.6667,-15.1111,30.2222,-15.1111,45.7778,0.338619,-2.08919,cement
|
||||
124,98,9,0,0,1,1.01105,1.22222,1.29386,21.5185,16.8889,30.4444,17.2222,-13.8889,26.7778,-12.8889,30.4444,0.448676,-2.11824,window
|
||||
186,188,9,0,0,1.83333,1.26051,1.94444,1.25462,49.963,45.1111,61.4444,43.3333,-14.5556,34.4444,-19.8889,61.4444,0.294774,-1.99344,path
|
||||
183,29,9,0,0,0.777779,0.60741,0.777779,0.429629,103.259,88.7778,126.333,94.6667,-43.4444,69.2222,-25.7778,126.333,0.297205,-2.25722,sky
|
||||
89,107,9,0.111111,0,1.44444,1.94074,1.88889,2.74074,18.8889,19.8889,22.8889,13.8889,3,12,-15,23,0.394656,-1.35787,brickface
|
||||
25,208,9,0,0,5.72222,4.84156,6.33333,3.55278,55.6296,48.2222,70.3333,48.3333,-22.2222,44.1111,-21.8889,70.3333,0.320595,-2.09458,path
|
||||
13,15,9,0.111111,0,1.22222,0.886108,1.22222,1.0256,68.963,59.3333,86.8889,60.6667,-28.8889,53.7778,-24.8889,86.8889,0.316905,-2.14532,cement
|
||||
169,190,9,0,0,3.11111,1.80944,2.88889,2.09408,52.5556,46.8889,65,45.7778,-17,37.3333,-20.3333,65,0.297059,-2.03483,path
|
||||
120,108,9,0,0,4.61111,3.49868,1.66667,1.56347,58.0741,52.6667,69.5556,52,-16.2222,34.4444,-18.2222,69.5556,0.252458,-2.05387,cement
|
||||
56,141,9,0,0,0.166667,0.182574,0.333333,0,0.185185,0,0.555556,0,-0.555556,1.11111,-0.555556,0.555556,0.555556,-2.0944,window
|
||||
204,131,9,0,0,0.111111,0.172133,0.111111,0.172133,0.222222,0,0.666667,0,-0.666667,1.33333,-0.666667,0.666667,0.666667,-2.0944,window
|
||||
120,136,9,0,0,0.611111,0.418519,1,0.444444,6.25926,7.77778,7.22222,3.77778,4.55556,2.88889,-7.44444,8,0.529541,-0.924607,brickface
|
||||
226,131,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
115,111,9,0,0,0.555556,0.403687,1.94444,1.04172,18.037,9.66667,30.1111,14.3333,-25.1111,36.2222,-11.1111,30.1111,0.679513,-2.33332,foliage
|
||||
121,154,9,0,0,0.444444,0.118519,2.61111,5.75185,1.85185,1.55556,3,1,-0.888889,3.44444,-2.55556,3,0.534392,-1.90593,window
|
||||
106,191,9,0,0,3.16667,3.03132,2.83333,2.89636,63,55.1111,79.5556,54.3333,-23.6667,49.6667,-26,79.5556,0.317523,-2.06229,path
|
||||
189,124,9,0,0,1.27778,0.951853,1.27778,1.35185,38.5926,35.8889,46.2222,33.6667,-8.11111,22.8889,-14.7778,46.2222,0.271474,-1.9075,cement
|
||||
2,44,9,0,0,2.16667,2.38889,2.38889,1.52963,18.7407,17.3333,25.2222,13.6667,-4.22222,19.4444,-15.2222,25.2222,0.457681,-1.75373,brickface
|
||||
66,41,9,0,0,0.611112,0.327731,0.388892,0.327733,109.704,95.1111,128.889,105.111,-43.7778,57.5556,-13.7778,128.889,0.262046,-2.40475,sky
|
||||
85,70,9,0,0,1.27778,0.72963,1.83333,1.14444,23.6667,23,30.1111,17.8889,-2,19.3333,-17.3333,30.1111,0.406015,-1.6496,brickface
|
||||
152,155,9,0,0,0.5,0.611111,10.7778,131.807,7.2963,5.33333,11,5.55556,-5.88889,11.1111,-5.22222,11,0.5,-2.11557,window
|
||||
185,186,9,0,0,2.16667,1.85891,3,1.3499,48.2222,44,58.8889,41.7778,-12.6667,32,-19.3333,58.8889,0.290427,-1.95602,path
|
||||
202,129,9,0,0,0.222222,0.544331,3.44444,3.80448,2.2963,2.44444,2.55556,1.88889,0.444444,0.777778,-1.22222,2.66667,0.096561,-1.10139,window
|
||||
219,80,9,0,0,1.27778,0.32963,0.666667,0.933332,39.7037,36.3333,48.2222,34.5556,-10.1111,25.5556,-15.4444,48.2222,0.282964,-1.96265,cement
|
||||
16,246,9,0.111111,0,2.38889,1.08518,1.72222,1.75185,9.40741,9.55556,10.1111,8.55556,0.444444,2.11111,-2.55556,10.3333,0.163351,-1.19056,grass
|
||||
5,210,9,0,0.111111,2.16667,1.67,4.44444,2.61336,51.2963,45.4444,64.3333,44.1111,-17.5556,39.1111,-21.5556,64.3333,0.317566,-2.0209,path
|
||||
156,154,9,0,0,0.277778,0.327731,0.777778,0.544331,1.74074,1,3.55556,0.666667,-2.22222,5.44444,-3.22222,3.55556,0.838889,-1.9882,window
|
||||
183,105,9,0,0,2.11111,1.14074,0.777776,0.651852,65.5556,60,78.7778,57.8889,-16.6667,39.6667,-23,78.7778,0.264986,-1.98948,cement
|
||||
32,240,9,0,0,1.27778,1.5408,2.27778,1.70511,12.1481,9.77778,9.33333,17.3333,-7.11111,-8.44444,15.5556,17.3333,0.470675,2.04387,grass
|
||||
53,135,9,0,0,0.555555,0.207407,0.333333,0.088889,0.740741,0,2.11111,0.111111,-2.22222,4.11111,-1.88889,2.11111,0.888889,-2.13745,foliage
|
||||
188,133,9,0,0,0.333333,0.266667,0.5,0.077778,6.66667,8.33333,7.77778,3.88889,5,3.33333,-8.33333,8.44444,0.53858,-0.924817,brickface
|
||||
178,185,9,0,0,2.61111,1.80637,3.11111,2.2771,49.037,44,60.6667,42.4444,-15.1111,34.8889,-19.7778,60.6667,0.300036,-2.00619,path
|
||||
34,115,9,0,0,0.5,0.388889,0.777778,0.607407,6.2963,7.33333,7.88889,3.66667,3.11111,4.77778,-7.88889,8,0.541887,-1.17545,brickface
|
||||
219,133,9,0,0,0.833333,0.300001,0.444445,0.02963,9.85185,6.22222,16.6667,6.66667,-10.8889,20.4444,-9.55556,16.6667,0.627269,-2.13874,window
|
||||
20,122,9,0,0,1.55555,1.18634,1.77778,1.48574,60.7407,51.5556,78.2222,52.4444,-27.5556,52.4444,-24.8889,78.2222,0.342363,-2.12842,cement
|
||||
8,39,9,0.111111,0,1.38889,1.12963,1.83333,0.699999,113.37,102.556,132,105.556,-32.4444,55.8889,-23.4444,132,0.222954,-2.19816,sky
|
||||
126,20,9,0,0,0.999997,1.19257,1.16667,1.14988,126.556,115.667,142.333,121.667,-32.6667,47.3333,-14.6667,142.333,0.187293,-2.32803,sky
|
||||
101,137,9,0,0,0.444444,0.501848,0.833333,0.809664,1.14815,0.222222,2.66667,0.555556,-2.77778,4.55556,-1.77778,2.66667,0.95,-2.20059,foliage
|
||||
88,115,9,0,0,1.66667,1.82222,4.16667,4.21111,22.037,21.3333,28,16.7778,-2.11111,17.8889,-15.7778,28,0.397362,-1.61955,brickface
|
||||
40,85,9,0.111111,0,1.11111,0.518519,2.5,0.655555,21.1111,20.7778,27.1111,15.4444,-1,18,-17,27.1111,0.428735,-1.60396,brickface
|
||||
78,108,9,0,0,0.833333,0.433333,1.61111,1.17407,17.1111,19,19.8889,12.4444,5.66667,8.33333,-14,20,0.378839,-1.16952,brickface
|
||||
95,57,9,0,0,1.83333,3.41111,2.11111,1.71852,26.2963,24.6667,34.4444,19.7778,-4.88889,24.4444,-19.5556,34.4444,0.425691,-1.73902,brickface
|
||||
117,110,9,0,0,2.33333,2.90593,2.27778,1.90224,17.2222,9.22222,29,13.4444,-24,35.3333,-11.3333,29,0.680787,-2.32123,foliage
|
||||
2,114,9,0,0,0.833333,0.122222,0.277778,0.062963,1.74074,0.777778,3.88889,0.555556,-2.88889,6.44444,-3.55556,3.88889,0.881481,-2.02703,foliage
|
||||
139,109,9,0,0,0.888889,0.834444,0.277778,0.389682,29.4074,24.7778,37.1111,26.3333,-13.8889,23.1111,-9.22222,37.1111,0.331954,-2.22616,window
|
||||
89,68,9,0,0,4.05556,3.04074,2.38889,1.21852,17.7037,17.6667,23,12.4444,-0.111111,15.8889,-15.7778,23,0.462002,-1.56397,brickface
|
||||
121,60,9,0,0,2.27778,2.32963,2.88889,2.87407,26.7407,24.6667,35.2222,20.3333,-6.22222,25.4444,-19.2222,35.2222,0.4223,-1.77611,brickface
|
||||
179,150,9,0,0,1.05556,0.196296,1.72222,1.61852,18.9259,13.4444,20,23.3333,-16.4444,3.22222,13.2222,23.3333,0.424422,2.79167,grass
|
||||
35,132,9,0,0,0.5,0.077778,0.222222,0.162963,5.37037,7.11111,6.11111,2.88889,5.22222,2.22222,-7.44444,7.11111,0.593254,-0.808383,brickface
|
||||
230,124,9,0,0,0.277778,0.107407,0.277778,0.151852,0.666667,0,2,0,-2,4,-2,2,1,-2.0944,foliage
|
||||
245,238,9,0.111111,0,1.66667,2.53859,2.33333,2.4404,8.92593,6.33333,6.55556,13.8889,-7.77778,-7.11111,14.8889,13.8889,0.597015,2.12606,grass
|
||||
70,122,9,0,0,3.66667,4.0332,4.11111,3.78104,19.8889,17.8889,25.1111,16.6667,-6,15.6667,-9.66667,26.4444,0.402492,-1.54021,foliage
|
||||
63,33,9,0,0,0.611111,0.329628,0.722221,0.062963,111.333,97.7778,132,104.222,-40.6667,62,-21.3333,132,0.25913,-2.29042,sky
|
||||
151,89,9,0,0,8.38889,4.57732,0.722222,0.389682,31.7037,27.3333,41,26.7778,-13.1111,27.8889,-14.7778,41,0.351273,-2.04654,cement
|
||||
174,178,9,0,0,1.38889,2.68518,5,10.4,19.5556,17,18.1111,23.5556,-7.66667,-4.33333,12,23.5556,0.298962,2.27413,grass
|
||||
23,129,9,0,0,0.5,0.077778,0.388889,0.151852,0.518518,0,1.55556,0,-1.55556,3.11111,-1.55556,1.55556,0.777778,-2.0944,foliage
|
||||
158,195,9,0,0,2.44444,2.34442,2.83333,1.7224,11.7037,9.44444,8.55556,17.1111,-6.77778,-9.44444,16.2222,17.1111,0.517717,2.01123,grass
|
||||
77,185,9,0,0,2.94444,7.66296,6.22222,32.1185,32.5556,29.2222,39.6667,28.7778,-10,21.3333,-11.3333,39.6667,0.27036,-2.08527,path
|
||||
41,77,9,0.111111,0,1.77778,0.651851,1.61111,1.57407,5,1.22222,10.2222,3.55556,-11.3333,15.6667,-4.33333,10.2222,0.891608,-2.35488,foliage
|
||||
24,93,9,0,0,1.61111,0.772203,2.05556,1.73098,62.8519,54.7778,79.2222,54.5556,-24.2222,49.1111,-24.8889,79.2222,0.315538,-2.08372,cement
|
||||
230,12,9,0,0,0.888888,0.272164,1.61111,0.975626,119.037,107.222,135.333,114.556,-35.4444,48.8889,-13.4444,135.333,0.207675,-2.36887,sky
|
||||
9,80,9,0,0,2.94444,13.7519,16.6667,71.5111,23.6296,17.3333,31.6667,21.8889,-18.8889,24.1111,-5.22222,31.6667,0.514254,-2.43151,foliage
|
||||
118,21,9,0,0,4.83333,4.57408,1.27778,1.06284,65.8889,59.3333,79.2222,59.1111,-19.6667,40,-20.3333,79.2222,0.25706,-2.07216,cement
|
||||
159,40,9,0,0,0.888889,0.62063,0.555556,0.172131,125.148,114.222,141.667,119.556,-32.7778,49.5556,-16.7778,141.667,0.193665,-2.2949,sky
|
||||
209,66,9,0,0,1.05556,0.462965,1.11111,0.607405,93.4444,79.1111,117.333,83.8889,-43,71.6667,-28.6667,117.333,0.325711,-2.22484,sky
|
||||
95,57,9,0,0,1.83333,3.41111,2.11111,1.71852,26.2963,24.6667,34.4444,19.7778,-4.88889,24.4444,-19.5556,34.4444,0.425691,-1.73902,brickface
|
||||
134,93,9,0,0,0.388889,0.250924,0.888889,0.544331,20.9259,16.6667,29.5556,16.5556,-12.7778,25.8889,-13.1111,29.5556,0.44338,-2.08608,window
|
||||
99,184,9,0,0,1.83333,3.27778,7.94444,63.3518,31.5185,27.7778,38.7778,28,-11.2222,21.7778,-10.5556,38.7778,0.28045,-2.18312,path
|
||||
233,81,9,0,0,0.611113,0.329631,1.05556,0.551853,90.4074,75.6667,116.444,79.1111,-44.2222,78.1111,-33.8889,116.444,0.350039,-2.18233,sky
|
||||
38,116,9,0,0,0.944445,0.240741,1.22222,1.0963,2.81481,0.555556,5.66667,2.22222,-6.77778,8.55556,-1.77778,5.66667,0.912698,-2.42026,foliage
|
||||
148,116,9,0,0,0.5,0.477778,1.16667,0.611111,6.11111,7.11111,7.66667,3.55556,3,4.66667,-7.66667,7.77778,0.544733,-1.16325,brickface
|
||||
154,128,9,0,0,0.5,0.3,0.333333,0.044444,5.96296,7.33333,7.22222,3.33333,4.11111,3.77778,-7.88889,7.66667,0.563713,-1.00505,brickface
|
||||
139,86,9,0.111111,0,1.44444,1.27407,1.22222,1.31852,26.4815,24.2222,35,20.2222,-6.77778,25.5556,-18.7778,35,0.421495,-1.80483,brickface
|
||||
115,202,9,0.111111,0,1.61111,0.24074,2.38889,2.5963,15.1481,11.6667,14,19.7778,-10.4444,-3.44444,13.8889,19.7778,0.409932,2.40114,grass
|
||||
70,197,9,0,0.111111,2.72222,2.01568,5.27778,3.27561,54.8519,48.8889,68,47.6667,-17.8889,39.4444,-21.5556,68,0.298704,-2.03351,path
|
||||
242,148,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
120,227,9,0,0,1.44444,1.18634,1.88889,0.807373,12.6296,9.44444,11,17.4444,-9.55556,-4.88889,14.4444,17.4444,0.458364,2.29185,grass
|
||||
112,18,9,0,0,0.833333,0.691216,0.5,0.278888,113.778,102.333,130.111,108.889,-34.3333,49,-14.6667,130.111,0.213257,-2.34084,sky
|
||||
71,125,9,0,0,0.666667,0.471405,0.722222,0.490654,16.4074,12.4444,23.6667,13.1111,-11.8889,21.7778,-9.88889,25.3333,0.56104,-1.7934,foliage
|
||||
14,110,9,0,0,1.72222,5.35185,2.66667,1.02222,17.9259,18.8889,21.4444,13.4444,2.88889,10.5556,-13.4444,21.4444,0.368848,-1.3451,brickface
|
||||
77,199,9,0,0,2.66667,1.8619,4.66667,3.02582,57,50.5556,71,49.4444,-19.3333,42,-22.6667,71,0.303497,-2.04087,path
|
||||
10,112,9,0,0,0.333333,0.421637,0.5,0.182574,0.444444,0,1.22222,0.111111,-1.33333,2.33333,-1,1.22222,0.666667,-2.15191,foliage
|
||||
251,195,9,0,0,2.94444,2.8784,3.83333,2.35467,47.9259,42.5556,59.2222,42,-16.1111,33.8889,-17.7778,59.2222,0.291875,-2.05673,path
|
||||
228,20,9,0,0,1.05555,0.490655,0.833333,0.752773,125,114,140.556,120.444,-33,46.6667,-13.6667,140.556,0.188892,-2.34801,sky
|
||||
119,191,9,0,0,3.11111,2.94895,5.22222,3.42972,59.5926,52.3333,75.2222,51.2222,-21.7778,46.8889,-25.1111,75.2222,0.31901,-2.04705,path
|
||||
186,46,9,0,0,0.666664,0.399996,1.05556,0.862948,135.519,129.444,145.556,131.556,-18.2222,30.1111,-11.8889,145.556,0.110653,-2.23262,sky
|
||||
201,135,9,0,0,0.555555,0.296296,0.888889,0.074074,5.51852,7.11111,6.44444,3,4.77778,2.77778,-7.55556,7.44444,0.599427,-0.892179,brickface
|
||||
110,174,9,0,0,0.388889,0.062963,1.72222,0.151852,13.4815,10.8889,12.5556,17,-7.77778,-2.77778,10.5556,17,0.359296,2.37785,grass
|
||||
62,223,9,0,0,2.5,5.72222,1.66667,2.44444,6.66667,4.88889,4.66667,10.4444,-5.33333,-6,11.3333,10.4444,0.59315,2.04659,grass
|
||||
167,189,9,0,0,3.77778,2.23772,3.77778,1.54441,58.4074,51.3333,72.4444,51.4444,-21.2222,42.1111,-20.8889,72.4444,0.295523,-2.10133,path
|
||||
235,35,9,0,0,0.444445,0.296297,1.22222,0.607412,97.9259,83,122,88.7778,-44.7778,72.2222,-27.4444,122,0.319499,-2.24824,sky
|
||||
229,104,9,0,0,0.5,0.547722,2.83333,2.04124,19.7778,16.3333,26.1111,16.8889,-10.3333,19,-8.66667,26.1111,0.375532,-2.15064,window
|
||||
150,144,9,0,0,0.555556,0.074074,0.611111,0.151852,2.51852,0.111111,6.55556,0.888889,-7.22222,12.1111,-4.88889,6.55556,0.986111,-2.21216,foliage
|
||||
4,189,9,0,0,2.05556,3.88519,11.7222,114.596,26.4444,23.4444,33,22.8889,-9,19.6667,-10.6667,33,0.271473,-2.101,path
|
||||
163,68,9,0,0,1.83333,2.21111,1.55556,0.962963,56.7778,52,68.2222,50.1111,-14.3333,34.3333,-20,68.2222,0.265053,-1.98431,cement
|
||||
242,81,9,0,0,1.5,1.14445,1.22222,0.740742,38.2593,34.5556,47.2222,33,-11.1111,26.8889,-15.7778,47.2222,0.300796,-1.98457,cement
|
||||
223,185,9,0,0,0.5,0.349603,2.38889,2.08078,12.963,11.5556,9.77778,17.5556,-4.22222,-9.55556,13.7778,17.5556,0.445418,1.83885,grass
|
||||
163,166,9,0,0,1.77778,1.0963,2.44444,1.05185,16.963,12.3333,16.3333,22.2222,-13.8889,-1.88889,15.7778,22.2222,0.446214,2.51583,grass
|
||||
203,133,9,0,0,0.055556,0.136083,0.055556,0.136083,0.296296,0,0.888889,0,-0.888889,1.77778,-0.888889,0.888889,0.888889,-2.0944,window
|
||||
71,187,9,0,0,2,1.63299,3.55556,1.86984,18.6667,14.6667,16.2222,25.1111,-12,-7.33333,19.3333,25.1111,0.431215,2.2543,grass
|
||||
186,12,9,0,0,0.444444,0.272165,2.33333,1.96638,6.25926,3.88889,11.3333,3.55556,-7.11111,15.2222,-8.11111,11.3333,0.687302,-2.05798,window
|
||||
95,71,9,0,0,1.05555,1.08518,2.22222,3.76296,105.667,96.6667,122.444,97.8889,-27,50.3333,-23.3333,122.444,0.212264,-2.14316,sky
|
||||
178,185,9,0,0,2.61111,1.80637,3.11111,2.2771,49.037,44,60.6667,42.4444,-15.1111,34.8889,-19.7778,60.6667,0.300036,-2.00619,path
|
||||
184,91,9,0,0,1.22222,0.385186,0.388889,0.107408,24.0741,17.7778,34.8889,19.5556,-18.8889,32.4444,-13.5556,34.8889,0.48999,-2.20242,window
|
||||
220,61,9,0,0,0.277778,0.136083,0.555556,0.272165,6.88889,4.55556,12,4.11111,-7,15.3333,-8.33333,12,0.655892,-2.03946,window
|
||||
226,144,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
245,23,9,0,0,0.666667,0.365148,1.16667,1.22474,123,111,139.778,118.222,-36,50.3333,-14.3333,139.778,0.205901,-2.35626,sky
|
||||
83,81,9,0,0,0.444443,0.344265,0.722221,0.389682,59.4444,51.8889,74.4444,52,-22.6667,45,-22.3333,74.4444,0.307419,-2.09885,cement
|
||||
34,83,9,0,0,1.44444,0.340741,2.44444,0.429631,19.4444,19.5556,24.4444,14.3333,0.333333,15,-15.3333,24.4444,0.410073,-1.50701,brickface
|
||||
22,87,9,0,0,1.88889,1.25904,1.16667,0.623611,64.037,55.7778,80.3333,56,-24.7778,48.8889,-24.1111,80.3333,0.3097,-2.10507,cement
|
||||
54,142,9,0,0,0.722222,0.827759,2,2.10818,1.81481,0.888889,3.66667,0.888889,-2.77778,5.55556,-2.77778,3.66667,0.769444,-2.0944,window
|
||||
237,106,9,0,0,0.944444,0.151852,0.833333,0.477778,2.40741,0.444444,6.11111,0.666667,-5.88889,11.1111,-5.22222,6.11111,0.940476,-2.13309,foliage
|
||||
99,156,9,0,0,2.05556,2.64074,2.5,5.18889,21,16.7778,29.2222,17,-12.6667,24.6667,-12,29.2222,0.431321,-2.10936,cement
|
||||
86,140,9,0,0,5.44444,4.76873,3.05556,2.67845,9.92593,6,15.1111,8.66667,-11.7778,15.5556,-3.77778,15.1111,0.627944,-2.41782,foliage
|
||||
197,144,9,0,0,0.944444,0.712325,0.388889,0.490653,0.703704,0.333333,1.66667,0.111111,-1.11111,2.88889,-1.77778,1.66667,0.861111,-1.98694,window
|
||||
130,189,9,0,0,0.888889,0.340741,1.16667,0.922222,12,9.44444,10.1111,16.4444,-7.66667,-5.66667,13.3333,16.4444,0.439443,2.19414,grass
|
||||
108,212,9,0,0,2,1.42222,1.55556,1.98518,8.03704,6,6.77778,11.3333,-6.11111,-3.77778,9.88889,11.3333,0.513395,2.24265,grass
|
||||
41,93,9,0,0,0.72222,0.151851,1.05555,1.39629,112.296,103.889,128,105,-25.2222,47.1111,-21.8889,128,0.188313,-2.14142,sky
|
||||
41,139,9,0,0,0.055556,0.018519,0.111111,0.02963,1.2963,0,3.88889,0,-3.88889,7.77778,-3.88889,3.88889,1,-2.0944,window
|
||||
148,109,9,0,0,0.999999,1.21106,1.22222,0.655462,49.4074,42.5556,62.8889,42.7778,-20.5556,40.4444,-19.8889,62.8889,0.325138,-2.10548,cement
|
||||
22,116,9,0,0,0.388889,0.107407,0.333333,0.133333,5.62963,6.77778,7,3.11111,3.44444,4.11111,-7.55556,7.33333,0.575397,-1.09962,brickface
|
||||
124,113,9,0,0,0.388889,0.389682,0.277778,0.327731,0.962963,0,2.77778,0.111111,-2.88889,5.44444,-2.55556,2.77778,1,-2.12325,foliage
|
||||
56,32,9,0,0,0.944445,0.418519,0.833332,0.655558,112.037,99.2222,132.556,104.333,-38.4444,61.5556,-23.1111,132.556,0.25142,-2.25567,sky
|
||||
65,75,9,0,0,0.611111,0.32963,0.722222,0.196296,21.3333,21.1111,27.1111,15.7778,-0.666667,17.3333,-16.6667,27.1111,0.417046,-1.59016,brickface
|
||||
205,82,9,0,0,1.22222,1.14827,2.5,2.16795,15.2222,11.8889,21.6667,12.1111,-10,19.3333,-9.33333,21.6667,0.458152,-2.10272,window
|
||||
27,68,9,0,0,1.38889,1.48519,1.77778,5.0963,21.5926,20.4444,28.4444,15.8889,-3.44444,20.5556,-17.1111,28.4444,0.440354,-1.70032,brickface
|
||||
2,63,9,0,0,1.22222,0.562963,1.5,0.700001,18.0741,17.2222,23.6667,13.3333,-2.55556,16.7778,-14.2222,23.6667,0.435021,-1.68385,brickface
|
||||
201,34,9,0,0,4.27778,3.05808,0.444445,0.403687,13.7407,9.77778,20.8889,10.5556,-11.8889,21.4444,-9.55556,20.8889,0.544858,-2.16287,window
|
||||
194,178,9,0,0,1.22222,1.05185,8,12.5778,33.6667,29.6667,41.8889,29.4444,-12,24.6667,-12.6667,41.8889,0.296963,-2.10376,path
|
||||
105,189,9,0,0,2.05556,1.51168,4.44444,3.45554,61.4074,55,75.4444,53.7778,-19.2222,42.1111,-22.8889,75.4444,0.285515,-2.03589,path
|
||||
142,99,9,0,0,0.777778,0.455422,1.72222,1.34026,51.8889,51.8889,56,47.7778,0,12.3333,-12.3333,56,0.146611,-1.56746,cement
|
||||
74,129,9,0,0,0.222222,0.02963,0.111111,0.02963,0.518518,0,1.55556,0,-1.55556,3.11111,-1.55556,1.55556,1,-2.0944,foliage
|
||||
75,226,9,0,0,2.22222,0.655461,1.61111,1.02017,16.7037,15.3333,13,21.7778,-4.11111,-11.1111,15.2222,21.7778,0.404749,1.82234,grass
|
||||
225,143,9,0,0,0.444445,0.207407,0.444444,0.162963,5.44444,6.77778,6.77778,2.77778,4,4,-8,7,0.601852,-1.04822,brickface
|
||||
39,17,9,0,0,1.11111,1.08866,0.888891,0.807374,71.1852,63.3333,87.3333,62.8889,-23.5556,48.4444,-24.8889,87.3333,0.284874,-2.07516,cement
|
||||
108,75,9,0.111111,0,0.666667,0.471403,11.1111,10.0148,116.704,105.889,133,111.222,-32.4444,48.8889,-16.4444,133,0.20299,-2.29549,sky
|
||||
183,78,9,0,0,1.05556,0.329632,0.777779,1.27408,135.556,128.667,147,131,-20.6667,34.3333,-13.6667,147,0.124647,-2.22554,sky
|
||||
207,97,9,0,0,0.888889,0.651852,0.777778,0.474074,2.62963,0.555556,5.88889,1.44444,-6.22222,9.77778,-3.55556,5.88889,0.915344,-2.26902,foliage
|
||||
188,110,9,0,0,0.777778,0.518518,0.777778,0.962963,4.22222,2.77778,7.44444,2.44444,-4.33333,9.66667,-5.33333,7.44444,0.675265,-2.02123,window
|
||||
249,178,9,0,0,2.27778,1.76908,5.22222,4.93363,47.963,42.6667,58.8889,42.3333,-15.8889,32.7778,-16.8889,58.8889,0.289863,-2.10254,path
|
||||
136,45,9,0,0,1.22222,1.54441,2.05556,1.52631,53.0741,48.1111,63.7778,47.3333,-14.8889,32.1111,-17.2222,63.7778,0.259367,-2.0459,cement
|
||||
206,105,9,0,0,0.277777,0.062963,0.611111,0.151852,50.1852,45.6667,60.8889,44,-13.5556,32.1111,-18.5556,60.8889,0.277106,-1.99196,cement
|
||||
199,144,9,0,0,0.333333,0.516398,0.333333,0.365148,0.444444,0.111111,1.11111,0.111111,-1,2,-1,1.11111,0.740741,-2.0944,window
|
||||
120,74,9,0,0,0.333335,0.088889,0.500001,0.077778,101.852,89.1111,123.222,93.2222,-38.2222,64.1111,-25.8889,123.222,0.276784,-2.22055,sky
|
||||
53,28,9,0,0,0.444444,0.403686,1.77778,0.860662,111.593,96.4444,130.667,107.667,-45.4444,57.2222,-11.7778,130.667,0.261838,-2.43858,sky
|
||||
226,110,9,0,0,0.333333,0.088889,0.5,0.211111,1.66667,0.111111,4.44444,0.444444,-4.66667,8.33333,-3.66667,4.44444,0.977778,-2.15598,foliage
|
||||
115,39,9,0,0,0.722223,0.062963,1.22222,0.474075,127.074,116.333,142.444,122.444,-32.2222,46.1111,-13.8889,142.444,0.183242,-2.33602,sky
|
||||
137,182,9,0,0,1.83333,3.85556,3.61111,9.21852,34.9259,31.4444,42.8889,30.4444,-10.4444,23.8889,-13.4444,42.8889,0.285756,-2.00112,path
|
||||
167,135,9,0,0,0.611111,0.107407,0.611111,0.151852,31.1852,24,43.1111,26.4444,-21.5556,35.7778,-14.2222,43.1111,0.443136,-2.2278,window
|
||||
242,57,9,0,0,1.22222,0.785183,1,0.311111,92.9259,76.4444,119.333,83,-49.4444,79.2222,-29.7778,119.333,0.359343,-2.25421,sky
|
||||
155,68,9,0,0,3.44444,3.78692,0.166667,0.278887,2.2963,2.11111,2.88889,1.88889,-0.555556,1.77778,-1.22222,2.88889,0.115741,-1.86115,window
|
||||
227,109,9,0,0,1.16667,0.983192,0.388889,0.389682,21.8519,18.4444,28.7778,18.3333,-10.2222,20.7778,-10.5556,28.7778,0.367141,-2.08276,window
|
||||
199,25,9,0,0,1,0.84444,1.27778,0.774075,103.63,89.1111,126.889,94.8889,-43.5556,69.7778,-26.2222,126.889,0.297528,-2.2521,sky
|
||||
170,185,9,0,0,0.611111,0.443053,1.44444,1.04704,10.7407,8.11111,9.77778,14.3333,-7.88889,-2.88889,10.7778,14.3333,0.435185,2.36281,grass
|
||||
120,89,9,0.111111,0,4,9.55555,5.83333,11.8555,10.4815,5.77778,17.1111,8.55556,-14.1111,19.8889,-5.77778,17.1111,0.686685,-2.35679,foliage
|
||||
153,208,9,0,0,2.44444,2.42963,1.94444,3.08519,16.8519,13,16,21.5556,-11.5556,-2.55556,14.1111,21.5556,0.396909,2.48329,grass
|
||||
95,131,9,0,0,0.555555,0.162963,1.33333,0.711111,5.33333,6.88889,6.11111,3,4.66667,2.33333,-7,7.22222,0.592813,-0.850783,brickface
|
||||
37,103,9,0,0,1.77778,2.12568,2.94444,3.42161,3.85185,1.88889,6.22222,3.44444,-5.88889,7.11111,-1.22222,6.22222,0.799074,-2.49793,foliage
|
||||
223,150,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,window
|
||||
103,185,9,0,0,1.83333,4.65556,9.88889,94.9185,30.8889,27.7778,37,27.8889,-9.33333,18.3333,-9,37.5556,0.250444,-2.45058,path
|
||||
214,246,9,0,0,2.83333,1.91775,3,1.98886,17.5185,14.2222,15.4444,22.8889,-9.88889,-6.22222,16.1111,22.8889,0.391548,2.23285,grass
|
||||
199,220,9,0,0,1.16667,0.833333,0.888889,0.474074,6.62963,5.33333,5,9.55556,-3.88889,-4.88889,8.77778,9.55556,0.5039,2.03087,grass
|
||||
22,133,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,foliage
|
||||
152,18,9,0,0,0.777777,0.455422,0.555557,0.272164,112.111,97.2222,130.444,108.667,-44.6667,55,-10.3333,130.444,0.254668,-2.45498,sky
|
||||
252,195,9,0,0,2.61111,2.09143,3.72222,2.20521,47.6667,42.4444,58.7778,41.7778,-15.6667,33.3333,-17.6667,58.7778,0.288788,-2.05167,path
|
||||
74,127,9,0,0,4.83333,3.64996,1.66667,1.24722,45.2593,39.4444,57.3333,39,-17.4444,36.2222,-18.7778,57.3333,0.317325,-2.06104,cement
|
||||
56,107,9,0,0,1.11111,0.207407,4.72222,20.1963,49.8148,46.2222,58.3333,44.8889,-10.7778,25.5556,-14.7778,58.3333,0.230455,-1.99144,cement
|
||||
198,183,9,0,0,1.05555,1.18165,3.38889,1.59745,54.037,48.8889,66.5556,46.6667,-15.4444,37.5556,-22.1111,66.5556,0.298622,-1.97496,path
|
||||
241,70,9,0,0,1.05556,0.712326,4.11111,2.75412,39.963,36.4444,48.3333,35.1111,-10.5556,25.1111,-14.5556,48.3333,0.274051,-1.99041,cement
|
||||
2,190,9,0,0,2.55556,1.45185,2.5,2.96667,31.6667,28,40.1111,26.8889,-11,25.3333,-14.3333,40.1111,0.329007,-2.00838,path
|
||||
181,186,9,0.111111,0,2.94445,2.71143,2.05556,1.67884,48.8148,44.1111,60.4444,41.8889,-14.1111,34.8889,-20.7778,60.4444,0.307027,-1.96851,path
|
||||
24,188,9,0,0,1.72222,1.21852,6.61111,38.5519,30.6296,27.3333,38,26.5556,-9.88889,22.1111,-12.2222,38,0.290796,-2.03822,path
|
||||
232,31,9,0,0,0.555555,0.344266,0.777777,0.344266,114.963,101.889,132.556,110.444,-39.2222,52.7778,-13.5556,132.556,0.23132,-2.38488,sky
|
||||
217,122,9,0,0,0.333333,0.133333,0.5,0.3,6,7.22222,7.33333,3.44444,3.66667,4,-7.66667,7.66667,0.551808,-1.05144,brickface
|
||||
65,70,9,0,0,0.666665,0.177776,1.11111,0.562963,112.519,104,127.778,105.778,-25.5556,45.7778,-20.2222,127.778,0.186099,-2.17166,sky
|
||||
203,133,9,0,0,0.111111,0.02963,0.111111,0.02963,0.592593,0,1.77778,0,-1.77778,3.55556,-1.77778,1.77778,1,-2.0944,window
|
||||
80,184,9,0,0,3.44444,11.8519,4.16667,5.85555,17.6296,13.5556,17.1111,22.2222,-12.2222,-1.55556,13.7778,22.2222,0.398353,2.52427,grass
|
||||
140,73,9,0,0,1.72222,0.82776,0.777777,1.0037,46.2963,45.6667,51.1111,42.1111,-1.88889,14.4444,-12.5556,51.1111,0.176156,-1.68159,cement
|
||||
7,18,9,0,0,1.27778,0.729626,0.944445,0.374079,138.63,133.333,147.556,135,-15.8889,26.7778,-10.8889,147.556,0.096352,-2.21461,sky
|
||||
79,47,9,0.111111,0,0.666669,0.355557,1,1.15556,126.37,116,141.667,121.444,-31.1111,45.8889,-14.7778,141.667,0.181012,-2.31579,sky
|
||||
79,95,9,0,0,1.66667,3.73333,2.5,7.18889,21.1111,21.1111,26.2222,16,0,15.3333,-15.3333,26.2222,0.388363,-1.55555,brickface
|
||||
236,102,9,0,0,1.05556,0.062963,1.77778,1.22963,51.7037,46.2222,64.3333,44.5556,-16.4444,37.8889,-21.4444,64.3333,0.307007,-2.00985,cement
|
||||
202,182,9,0,0,2.55555,1.85792,3,2.0548,55.0741,49.5556,68.1111,47.5556,-16.5556,39.1111,-22.5556,68.1111,0.301601,-1.98922,path
|
||||
1,115,9,0.111111,0,1.83333,2.38889,2.22222,4.96296,16.5556,15.6667,21.7778,12.2222,-2.66667,15.6667,-13,21.8889,0.425538,-1.54801,brickface
|
||||
89,221,9,0,0,1.38889,1.48518,1.44444,1.58519,14.0741,10.6667,12.4444,19.1111,-10.2222,-4.88889,15.1111,19.1111,0.446012,2.31721,grass
|
||||
175,212,9,0.111111,0,1,0.666667,1.83333,1.34577,12.2963,10,9,17.8889,-6.88889,-9.88889,16.7778,17.8889,0.498757,1.97449,grass
|
||||
100,155,9,0,0,0.5,0.459468,0.833333,0.349603,23.3333,20,20.6667,29.3333,-10,-8,18,29.3333,0.31809,2.1694,grass
|
||||
30,91,9,0,0,3.38889,6.46296,3.27778,9.04074,6.25926,2.44444,12.1111,4.22222,-11.4444,17.5556,-6.11111,12.1111,0.823021,-2.28274,foliage
|
||||
113,114,9,0,0,0.944445,0.507408,0.333334,0.088889,25.8148,21,34.6667,21.7778,-14.4444,26.5556,-12.1111,34.6667,0.393927,-2.15274,window
|
||||
174,50,9,0,0,1,0.760115,0.944445,0.952579,107.444,94.6667,125.778,101.889,-38.3333,55,-16.6667,125.778,0.247337,-2.3373,sky
|
||||
169,102,9,0,0,1,0.355555,0.888889,0.296295,58.2222,53.4444,69.6667,51.5556,-14.3333,34.3333,-20,69.6667,0.25976,-1.98558,cement
|
||||
81,98,9,0.111111,0,1.22222,0.42963,1.88889,3.22963,20.8889,21,25.8889,15.7778,0.333333,15,-15.3333,25.8889,0.389147,-1.52889,brickface
|
||||
48,81,9,0,0,0.611111,0.240743,0.888891,0.429629,112.926,105.667,128.889,104.222,-21.7778,47.8889,-26.1111,128.889,0.19308,-2.03349,sky
|
||||
41,103,9,0,0,2.44445,3.0963,1.77778,1.49629,61.2593,56,73.4444,54.3333,-15.7778,36.5556,-20.7778,73.4444,0.259607,-2.00292,cement
|
||||
117,246,9,0,0,2.27778,5.61852,2.66667,5.86667,15.4444,12,14.3333,20,-10.3333,-3.33333,13.6667,20,0.395955,2.39569,grass
|
||||
85,225,9,0,0,1.5,1.00554,1.61111,1.28956,16.1852,14.4444,12.7778,21.3333,-5.22222,-10.2222,15.4444,21.3333,0.401151,1.89102,grass
|
||||
222,38,9,0.111111,0,0.555556,0.403687,2.11111,0.68853,113.481,100.444,131.444,108.556,-39.1111,53.8889,-14.7778,131.444,0.23576,-2.37,sky
|
||||
25,91,9,0,0,1.61111,4.37407,1.38889,0.996296,3.88889,0.888889,8.11111,2.66667,-9,12.6667,-3.66667,8.11111,0.911448,-2.35458,foliage
|
||||
169,66,9,0,0,2,2.08889,0.944445,0.418519,51.5926,47.7778,61.2222,45.7778,-11.4444,28.8889,-17.4444,61.2222,0.252103,-1.96125,cement
|
||||
96,115,9,0,0,2,0.966091,3.33333,1.41421,14.7778,8.44444,22.8889,13,-19,24.3333,-5.33333,22.8889,0.618328,-2.45904,foliage
|
||||
131,86,9,0,0,1.38889,1.21852,1.66667,2.57778,24.2963,23.5556,31.3333,18,-2.22222,21.1111,-18.8889,31.3333,0.424597,-1.65084,brickface
|
||||
121,112,9,0,0,2.38889,1.76908,0.5,0.278887,23.7037,19.4444,32.3333,19.3333,-12.7778,25.8889,-13.1111,32.3333,0.409544,-2.08525,window
|
||||
75,149,9,0,0,0.5,0.122222,1.05556,0.507407,7.51852,5.55556,11.8889,5.11111,-5.88889,13.1111,-7.22222,11.8889,0.578708,-2.01863,brickface
|
||||
224,95,9,0,0,1.22222,0.474074,1.05556,0.72963,3.51852,0.888889,7.22222,2.44444,-7.88889,11.1111,-3.22222,7.22222,0.88955,-2.34899,foliage
|
||||
177,126,9,0,0,0.444444,0.118519,0.611111,0.418519,5.40741,7.66667,5.66667,2.88889,6.77778,0.777778,-7.55556,7.66667,0.623016,-0.612886,brickface
|
||||
227,222,9,0,0,2.11111,2.60741,2.61111,7.26296,9.33333,8.55556,7.66667,11.7778,-2.33333,-5,7.33333,11.7778,0.373693,1.90504,grass
|
||||
47,215,9,0,0,3.11111,1.78471,3.38889,2.40755,17.1852,14.4444,15.6667,21.4444,-8.22222,-4.55556,12.7778,21.4444,0.341766,2.26609,grass
|
||||
4,248,9,0,0,3.33333,1.81353,3.22222,1.25904,19.5556,15.5556,16.6667,26.4444,-12,-8.66667,20.6667,26.4444,0.422151,2.2051,grass
|
||||
146,62,9,0,0,0.888889,0.207406,1,0.355555,99.6667,85.6667,121.444,91.8889,-42,65.3333,-23.3333,121.444,0.294583,-2.27714,sky
|
||||
44,50,9,0,0,1.16667,0.960323,1.05556,0.389682,65.1111,57.3333,80.3333,57.6667,-23.3333,45.6667,-22.3333,80.3333,0.290165,-2.10778,cement
|
||||
185,118,9,0,0,14.4444,182.296,1.16667,1.05555,55.0741,50.1111,66.3333,48.7778,-14.8889,33.7778,-18.8889,66.3333,0.265558,-2.00712,cement
|
||||
2,44,9,0,0,2.16667,2.38889,2.38889,1.52963,18.7407,17.3333,25.2222,13.6667,-4.22222,19.4444,-15.2222,25.2222,0.457681,-1.75373,brickface
|
||||
37,189,9,0,0,1.38889,1.48518,5.72222,23.8852,30,27.1111,36.3333,26.5556,-8.66667,19,-10.3333,36.3333,0.265248,-2.05028,path
|
||||
142,33,9,0,0,0.499999,0.623609,0.500001,0.349603,110.593,96.7778,128.667,106.333,-41.4444,54.2222,-12.7778,128.667,0.247776,-2.40802,sky
|
||||
19,28,9,0,0,1.16667,1.27802,1.11111,1.18634,111.519,96.1111,131.222,107.222,-46.2222,59.1111,-12.8889,131.222,0.267544,-2.42599,sky
|
||||
132,124,9,0,0,0.222222,0.074074,0.222222,0.074074,1.07407,0,3.22222,0,-3.22222,6.44444,-3.22222,3.22222,1,-2.0944,foliage
|
||||
215,84,9,0,0,0.333333,0.298143,0.388889,0.327731,17.1111,13,24.7778,13.5556,-12.3333,23,-10.6667,24.7778,0.475,-2.1439,window
|
||||
88,88,9,0,0,0.833333,0.477778,2.88889,2.38518,22.1481,21.3333,28.4444,16.6667,-2.44444,18.8889,-16.4444,28.4444,0.413308,-1.65379,brickface
|
||||
167,45,9,0,0,0.944444,0.729629,0.611109,0.285185,101.222,87.1111,124,92.5556,-42.3333,68.3333,-26,124,0.297414,-2.24782,sky
|
||||
212,160,9,0,0,1.44444,1.29386,1.44444,1.77221,23.2593,17.7778,23.4444,28.5556,-16.4444,0.555556,15.8889,28.5556,0.378216,2.6426,grass
|
||||
146,124,9,0,0,0.5,0.166667,0.388889,0.107407,6.03704,7.44444,7.33333,3.33333,4.22222,3.88889,-8.11111,7.66667,0.563492,-1.02473,brickface
|
||||
7,18,9,0,0,1.27778,0.729626,0.944445,0.374079,138.63,133.333,147.556,135,-15.8889,26.7778,-10.8889,147.556,0.096352,-2.21461,sky
|
||||
172,138,9,0,0,2.44444,10.0741,7.83333,49.6333,12.1852,8.22222,19.2222,9.11111,-11.8889,21.1111,-9.22222,19.2222,0.61525,-2.1721,window
|
||||
59,120,9,0,0,2.16667,1.98606,1.44444,1.86984,19.0741,10.5556,33.1111,13.5556,-25.5556,42.1111,-16.5556,33.1111,0.681266,-2.23126,foliage
|
||||
33,108,9,0,0,2.94444,4.5963,6.83333,16.8333,40,36,48.2222,35.7778,-12,24.6667,-12.6667,48.2222,0.266758,-2.08047,cement
|
||||
97,77,9,0,0.111111,1.22222,1.85185,4.44444,6.56296,25.1852,24.1111,32.3333,19.1111,-3.22222,21.4444,-18.2222,32.3333,0.407623,-1.67731,brickface
|
||||
79,58,9,0,0,1.05556,0.534027,1.05556,0.680414,109.074,96.3333,126.444,104.444,-38.2222,52.1111,-13.8889,126.444,0.238143,-2.37521,sky
|
||||
244,79,9,0,0,0.555555,0.118518,1.05555,0.462965,89.4444,73.5556,115.333,79.4444,-47.6667,77.6667,-30,115.333,0.362172,-2.24163,sky
|
||||
227,69,9,0,0,3.61111,45.9296,4.33333,36.4,11.0741,6.88889,16,10.3333,-12.5556,14.7778,-2.22222,16,0.604281,-2.48187,foliage
|
||||
62,177,9,0,0,1.27778,0.879815,1.66667,0.942809,51.0741,46.3333,63.1111,43.7778,-14.2222,36.1111,-21.8889,63.1111,0.306215,-1.956,path
|
||||
179,101,9,0,0,0.444448,0.385187,0.611109,0.329633,134.926,126.444,147.222,131.111,-25.4444,36.8889,-11.4444,147.222,0.141107,-2.32873,sky
|
||||
186,89,9,0,0,0.611111,0.196296,1.05556,0.285185,22.6667,16.4444,33.5556,18,-18.6667,32.6667,-14,33.5556,0.509462,-2.18815,window
|
||||
17,204,9,0,0,2,1.28236,2.16667,0.752773,57.2593,50.8889,71.2222,49.6667,-19.1111,41.8889,-22.7778,71.2222,0.302671,-2.03737,path
|
||||
127,120,9,0,0,0.5,0.477778,0.722222,0.596296,1.51852,0.111111,4.11111,0.333333,-4.22222,7.77778,-3.55556,4.11111,0.984127,-2.13309,foliage
|
||||
89,89,9,0,0,1.72222,2.90741,2.94444,4.86296,21.8889,21.3333,27.7778,16.5556,-1.66667,17.6667,-16,27.7778,0.400445,-1.61137,brickface
|
||||
25,198,9,0,0,2.83333,1.34577,4.11111,3.34442,48.7037,42.7778,61,42.3333,-17.7778,36.8889,-19.1111,61,0.309645,-2.07072,path
|
||||
205,156,9,0,0,2.16667,1.27778,2,2.35556,18.2593,13.4444,17.3333,24,-14.4444,-2.77778,17.2222,24,0.440577,2.47582,grass
|
||||
58,113,9,0,0,3.44444,1.22323,0.722222,0.389682,20.8519,16.8889,28.4444,17.2222,-11.8889,22.7778,-10.8889,28.4444,0.414807,-2.12569,window
|
||||
128,196,9,0,0,1.66667,1.24444,1.88889,3.85185,19.6296,15.6667,18.5556,24.6667,-11.8889,-3.22222,15.1111,24.6667,0.365297,2.43734,grass
|
||||
31,88,9,0.111111,0,0.888889,0.607407,2.16667,1.98889,5.25926,1.55556,10.1111,4.11111,-11.1111,14.5556,-3.44444,10.1111,0.851379,-2.39666,foliage
|
||||
91,120,9,0,0,1.38889,0.928958,0.611111,0.772202,16.8519,11.2222,25.7778,13.5556,-16.8889,26.7778,-9.88889,25.7778,0.562158,-2.23082,foliage
|
||||
194,183,9,0,0,0.777778,0.583731,2.94444,1.62504,54.7407,49.2222,67.7778,47.2222,-16.5556,39.1111,-22.5556,67.7778,0.303121,-1.9917,path
|
||||
133,96,9,0.111111,0,1,1.02222,2.77778,3.36296,21.8889,22.1111,27.3333,16.2222,0.666667,16.3333,-17,27.3333,0.406451,-1.53069,brickface
|
||||
169,184,9,0.111111,0,1.22222,0.544331,2.5,1.92931,56.2593,51.2222,69,48.5556,-15.1111,38.2222,-23.1111,69,0.2956,-1.95801,path
|
||||
164,202,9,0.111111,0,1.5,1.8227,1.61111,0.827759,15.1111,12,14.7778,18.5556,-9.33333,-1,10.3333,18.5556,0.35402,2.52275,grass
|
||||
140,25,9,0,0,0.999999,1.46667,1.11111,0.118518,128,117.778,142.333,123.889,-30.6667,43,-12.3333,142.333,0.172504,-2.35455,sky
|
||||
178,25,9,0,0,0.722221,0.327731,1.55556,1.24126,44.8148,39.5556,55,39.8889,-15.7778,30.5556,-14.7778,55,0.284582,-2.11881,cement
|
||||
239,93,9,0,0,3.44444,13.4963,1.05556,0.862962,14.4074,9.88889,22.8889,10.4444,-13.5556,25.4444,-11.8889,22.8889,0.577002,-2.13749,window
|
||||
176,100,9,0,0,1.94444,0.774075,1.44444,0.651851,55.3704,50.3333,66.8889,48.8889,-15.1111,34.5556,-19.4444,66.8889,0.268621,-2.00619,cement
|
||||
97,123,9,0,0,1.55556,1.09629,13.2222,108.741,52.8148,48,64.1111,46.3333,-14.4444,33.8889,-19.4444,64.1111,0.280593,-1.99411,cement
|
||||
146,125,9,0.111111,0,0.999997,0.444447,2.16667,1.94445,69.3333,63.2222,83.1111,61.6667,-18.3333,41.3333,-23,83.1111,0.257599,-2.01954,cement
|
||||
23,142,9,0,0,0.388889,0.107407,0.944444,0.374074,5.03704,6.55556,5.77778,2.77778,4.55556,2.22222,-6.77778,6.55556,0.574735,-0.829712,brickface
|
||||
20,248,9,0,0,1.83333,0.833333,1.66667,1.6,13.4444,10.5556,12.1111,17.6667,-8.66667,-4,12.6667,17.6667,0.403437,2.34168,grass
|
||||
237,137,9,0,0,8.94445,8.6549,2.61111,1.55516,36.9259,34.8889,42.3333,33.5556,-6.11111,16.2222,-10.1111,42.3333,0.214456,-1.94097,cement
|
||||
222,194,9,0,0,2.27778,1.14342,2.27778,1.42075,20.1852,16.5556,17.8889,26.1111,-10.8889,-6.88889,17.7778,26.1111,0.37213,2.22438,grass
|
||||
127,143,9,0,0,1.5,0.122222,0.888889,0.607407,4.18518,0.888889,9.44444,2.22222,-9.88889,15.7778,-5.88889,9.44444,0.915376,-2.25741,foliage
|
||||
73,105,9,0,0,2.11111,1.09629,1.16667,0.522222,58.6296,53.3333,70.3333,52.2222,-15.8889,35.1111,-19.2222,70.3333,0.259048,-2.03224,cement
|
||||
76,198,9,0,0,1.77778,1.20493,1.5,0.691214,14.5556,12.1111,11.7778,19.7778,-7.33333,-8.33333,15.6667,19.7778,0.411573,2.05567,grass
|
||||
31,68,9,0,0,27.9444,203.352,18.2778,338.641,47.1852,38.5556,60.1111,42.8889,-25.8889,38.7778,-12.8889,60.1111,0.413033,-2.30866,foliage
|
||||
19,55,9,0,0,1.44444,2.82963,1.27778,0.862964,21.037,20.5556,26.6667,15.8889,-1.44444,16.8889,-15.4444,26.6667,0.404791,-1.63442,brickface
|
||||
221,111,9,0,0,0.611111,0.240741,0.388889,0.240741,1.33333,0,4,0,-4,8,-4,4,1,-2.0944,foliage
|
||||
44,79,9,0,0,0.444444,0.344265,0.777779,0.403686,107.741,93.8889,126.556,102.778,-41.5556,56.4444,-14.8889,126.556,0.258079,-2.37797,sky
|
||||
230,41,9,0,0,0.888891,0.68853,1.88889,1.24127,121.481,110.222,138.889,115.333,-33.7778,52.2222,-18.4444,138.889,0.206392,-2.2808,sky
|
||||
217,77,9,0,0,1.55556,2.74074,1.66667,0.533333,40.2222,37.2222,48.2222,35.2222,-9,24,-15,48.2222,0.269192,-1.93207,cement
|
||||
53,134,9,0,0,2.16667,0.3,0.277778,0.018519,6.96296,4.66667,11.2222,5,-6.88889,12.7778,-5.88889,11.2222,0.587234,-2.13846,window
|
||||
@@ -0,0 +1,818 @@
|
||||
%
|
||||
% Notes: The large soybean database (soybean-large-data.arff) and it's
|
||||
% corresponding test database (soybean-large-test.arff) combined
|
||||
% into a single file (soybean-large.arff).
|
||||
%
|
||||
% 1. Title: Large Soybean Database
|
||||
%
|
||||
% 2. Sources:
|
||||
% (a) R.S. Michalski and R.L. Chilausky "Learning by Being Told and
|
||||
% Learning from Examples: An Experimental Comparison of the Two
|
||||
% Methods of Knowledge Acquisition in the Context of Developing
|
||||
% an Expert System for Soybean Disease Diagnosis", International
|
||||
% Journal of Policy Analysis and Information Systems, Vol. 4,
|
||||
% No. 2, 1980.
|
||||
% (b) Donor: Ming Tan & Jeff Schlimmer (Jeff.Schlimmer%cs.cmu.edu)
|
||||
% (c) Date: 11 July 1988
|
||||
%
|
||||
% 3. Past Usage:
|
||||
% 1. See above.
|
||||
% 2. Tan, M., & Eshelman, L. (1988). Using weighted networks to represent
|
||||
% classification knowledge in noisy domains. Proceedings of the Fifth
|
||||
% International Conference on Machine Learning (pp. 121-134). Ann Arbor,
|
||||
% Michigan: Morgan Kaufmann.
|
||||
% -- IWN recorded a 97.1% classification accuracy
|
||||
% -- 290 training and 340 test instances
|
||||
% 3. Fisher,D.H. & Schlimmer,J.C. (1988). Concept Simplification and
|
||||
% Predictive Accuracy. Proceedings of the Fifth
|
||||
% International Conference on Machine Learning (pp. 22-28). Ann Arbor,
|
||||
% Michigan: Morgan Kaufmann.
|
||||
% -- Notes why this database is highly predictable
|
||||
%
|
||||
% 4. Relevant Information Paragraph:
|
||||
% There are 19 classes, only the first 15 of which have been used in prior
|
||||
% work. The folklore seems to be that the last four classes are
|
||||
% unjustified by the data since they have so few examples.
|
||||
% There are 35 categorical attributes, some nominal and some ordered. The
|
||||
% value ``dna'' means does not apply. The values for attributes are
|
||||
% encoded numerically, with the first value encoded as ``0,'' the second as
|
||||
% ``1,'' and so forth. An unknown values is encoded as ``?''.
|
||||
%
|
||||
% 5. Number of Instances: 683
|
||||
%
|
||||
% 6. Number of Attributes: 35 (all have been nominalized)
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% -- 19 Classes
|
||||
% diaporthe-stem-canker, charcoal-rot, rhizoctonia-root-rot,
|
||||
% phytophthora-rot, brown-stem-rot, powdery-mildew,
|
||||
% downy-mildew, brown-spot, bacterial-blight,
|
||||
% bacterial-pustule, purple-seed-stain, anthracnose,
|
||||
% phyllosticta-leaf-spot, alternarialeaf-spot,
|
||||
% frog-eye-leaf-spot, diaporthe-pod-&-stem-blight,
|
||||
% cyst-nematode, 2-4-d-injury, herbicide-injury.
|
||||
%
|
||||
% 1. date: april,may,june,july,august,september,october,?.
|
||||
% 2. plant-stand: normal,lt-normal,?.
|
||||
% 3. precip: lt-norm,norm,gt-norm,?.
|
||||
% 4. temp: lt-norm,norm,gt-norm,?.
|
||||
% 5. hail: yes,no,?.
|
||||
% 6. crop-hist: diff-lst-year,same-lst-yr,same-lst-two-yrs,
|
||||
% same-lst-sev-yrs,?.
|
||||
% 7. area-damaged: scattered,low-areas,upper-areas,whole-field,?.
|
||||
% 8. severity: minor,pot-severe,severe,?.
|
||||
% 9. seed-tmt: none,fungicide,other,?.
|
||||
% 10. germination: '90-100%','80-89%','lt-80%',?.
|
||||
% 11. plant-growth: norm,abnorm,?.
|
||||
% 12. leaves: norm,abnorm.
|
||||
% 13. leafspots-halo: absent,yellow-halos,no-yellow-halos,?.
|
||||
% 14. leafspots-marg: w-s-marg,no-w-s-marg,dna,?.
|
||||
% 15. leafspot-size: lt-1/8,gt-1/8,dna,?.
|
||||
% 16. leaf-shread: absent,present,?.
|
||||
% 17. leaf-malf: absent,present,?.
|
||||
% 18. leaf-mild: absent,upper-surf,lower-surf,?.
|
||||
% 19. stem: norm,abnorm,?.
|
||||
% 20. lodging: yes,no,?.
|
||||
% 21. stem-cankers: absent,below-soil,above-soil,above-sec-nde,?.
|
||||
% 22. canker-lesion: dna,brown,dk-brown-blk,tan,?.
|
||||
% 23. fruiting-bodies: absent,present,?.
|
||||
% 24. external decay: absent,firm-and-dry,watery,?.
|
||||
% 25. mycelium: absent,present,?.
|
||||
% 26. int-discolor: none,brown,black,?.
|
||||
% 27. sclerotia: absent,present,?.
|
||||
% 28. fruit-pods: norm,diseased,few-present,dna,?.
|
||||
% 29. fruit spots: absent,colored,brown-w/blk-specks,distort,dna,?.
|
||||
% 30. seed: norm,abnorm,?.
|
||||
% 31. mold-growth: absent,present,?.
|
||||
% 32. seed-discolor: absent,present,?.
|
||||
% 33. seed-size: norm,lt-norm,?.
|
||||
% 34. shriveling: absent,present,?.
|
||||
% 35. roots: norm,rotted,galls-cysts,?.
|
||||
|
||||
@RELATION soybean
|
||||
|
||||
@ATTRIBUTE date {april,may,june,july,august,september,october}
|
||||
@ATTRIBUTE plant-stand {normal,lt-normal}
|
||||
@ATTRIBUTE precip {lt-norm,norm,gt-norm}
|
||||
@ATTRIBUTE temp {lt-norm,norm,gt-norm}
|
||||
@ATTRIBUTE hail {yes,no}
|
||||
@ATTRIBUTE crop-hist {diff-lst-year,same-lst-yr,same-lst-two-yrs, same-lst-sev-yrs}
|
||||
@ATTRIBUTE area-damaged {scattered,low-areas,upper-areas,whole-field}
|
||||
@ATTRIBUTE severity {minor,pot-severe,severe}
|
||||
@ATTRIBUTE seed-tmt {none,fungicide,other}
|
||||
@ATTRIBUTE germination {90-100,80-89,lt-80}
|
||||
@ATTRIBUTE plant-growth {norm,abnorm}
|
||||
@ATTRIBUTE leaves {norm,abnorm}
|
||||
@ATTRIBUTE leafspots-halo {absent,yellow-halos,no-yellow-halos}
|
||||
@ATTRIBUTE leafspots-marg {w-s-marg,no-w-s-marg,dna}
|
||||
@ATTRIBUTE leafspot-size {lt-1/8,gt-1/8,dna}
|
||||
@ATTRIBUTE leaf-shread {absent,present}
|
||||
@ATTRIBUTE leaf-malf {absent,present}
|
||||
@ATTRIBUTE leaf-mild {absent,upper-surf,lower-surf}
|
||||
@ATTRIBUTE stem {norm,abnorm}
|
||||
@ATTRIBUTE lodging {yes,no}
|
||||
@ATTRIBUTE stem-cankers {absent,below-soil,above-soil,above-sec-nde}
|
||||
@ATTRIBUTE canker-lesion {dna,brown,dk-brown-blk,tan}
|
||||
@ATTRIBUTE fruiting-bodies {absent,present}
|
||||
@ATTRIBUTE external-decay {absent,firm-and-dry,watery}
|
||||
@ATTRIBUTE mycelium {absent,present}
|
||||
@ATTRIBUTE int-discolor {none,brown,black}
|
||||
@ATTRIBUTE sclerotia {absent,present}
|
||||
@ATTRIBUTE fruit-pods {norm,diseased,few-present,dna}
|
||||
@ATTRIBUTE fruit-spots {absent,colored,brown-w/blk-specks,distort,dna}
|
||||
@ATTRIBUTE seed {norm,abnorm}
|
||||
@ATTRIBUTE mold-growth {absent,present}
|
||||
@ATTRIBUTE seed-discolor {absent,present}
|
||||
@ATTRIBUTE seed-size {norm,lt-norm}
|
||||
@ATTRIBUTE shriveling {absent,present}
|
||||
@ATTRIBUTE roots {norm,rotted,galls-cysts}
|
||||
@ATTRIBUTE class {diaporthe-stem-canker, charcoal-rot, rhizoctonia-root-rot, phytophthora-rot, brown-stem-rot, powdery-mildew, downy-mildew, brown-spot, bacterial-blight, bacterial-pustule, purple-seed-stain, anthracnose, phyllosticta-leaf-spot, alternarialeaf-spot, frog-eye-leaf-spot, diaporthe-pod-&-stem-blight, cyst-nematode, 2-4-d-injury, herbicide-injury}
|
||||
|
||||
@DATA
|
||||
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, scattered, severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, scattered, severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
october, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, gt-norm, norm, no, same-lst-yr, scattered, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
october, normal, lt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
august, normal, lt-norm, norm, no, same-lst-yr, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
july, normal, lt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
october, normal, lt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
october, normal, lt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
october, normal, lt-norm, gt-norm, no, diff-lst-year, upper-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
july, normal, lt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
july, normal, gt-norm, lt-norm, no, same-lst-sev-yrs, low-areas, severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, diff-lst-year, low-areas, pot-severe, fungicide, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, fungicide, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, diff-lst-year, low-areas, pot-severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, norm, no, same-lst-yr, low-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
april, lt-normal, norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, norm, norm, ?, diff-lst-year, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
april, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
april, lt-normal, norm, norm, no, same-lst-two-yrs, low-areas, severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
april, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, no, same-lst-yr, low-areas, severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
april, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, yes, diff-lst-year, low-areas, severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, diff-lst-year, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, no, same-lst-sev-yrs, low-areas, severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, below-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, diff-lst-year, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, diff-lst-year, low-areas, severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, gt-norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, low-areas, severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, lt-normal, lt-norm, lt-norm, yes, same-lst-sev-yrs, scattered, pot-severe, fungicide, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
october, normal, norm, norm, no, same-lst-two-yrs, scattered, pot-severe, fungicide, 90-100, abnorm, norm, absent, dna, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, lt-normal, lt-norm, lt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, lt-normal, lt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, norm, lt-norm, no, same-lst-two-yrs, whole-field, pot-severe, fungicide, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, lt-normal, lt-norm, lt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, fungicide, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, lt-normal, lt-norm, lt-norm, yes, same-lst-two-yrs, scattered, severe, none, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, normal, lt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
october, normal, norm, lt-norm, no, diff-lst-year, scattered, minor, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
may, lt-normal, lt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, other, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
october, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, upper-areas, minor, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
august, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, upper-areas, minor, other, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
october, normal, lt-norm, norm, no, same-lst-yr, low-areas, pot-severe, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
june, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
october, lt-normal, lt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
september, lt-normal, lt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
may, lt-normal, lt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, other, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
october, normal, gt-norm, lt-norm, no, same-lst-two-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
june, normal, gt-norm, norm, no, same-lst-yr, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
may, normal, gt-norm, norm, no, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
august, lt-normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
may, normal, gt-norm, lt-norm, no, diff-lst-year, scattered, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
august, lt-normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
august, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
may, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
april, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, other, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
april, lt-normal, norm, norm, no, same-lst-two-yrs, upper-areas, minor, other, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, norm, norm, no, same-lst-two-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, severe, other, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, present, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, low-areas, pot-severe, fungicide, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, lt-normal, norm, norm, no, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, colored, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, present, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, norm, norm, no, diff-lst-year, scattered, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, present, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, severe, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, present, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, normal, gt-norm, gt-norm, no, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
june, normal, norm, norm, yes, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, norm, norm, yes, same-lst-yr, upper-areas, minor, none, 90-100, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, 90-100, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, gt-norm, norm, no, same-lst-two-yrs, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, norm, norm, yes, same-lst-yr, scattered, minor, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, normal, gt-norm, norm, no, diff-lst-year, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
june, normal, norm, norm, yes, same-lst-sev-yrs, low-areas, minor, none, 90-100, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, lt-normal, gt-norm, gt-norm, no, same-lst-two-yrs, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
june, lt-normal, norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, galls-cysts, bacterial-pustule
|
||||
july, normal, gt-norm, lt-norm, no, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
june, normal, norm, lt-norm, yes, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-pustule
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, lt-norm, absent, rotted, bacterial-pustule
|
||||
july, normal, gt-norm, norm, no, same-lst-yr, low-areas, pot-severe, none, 80-89, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, lt-norm, absent, rotted, bacterial-pustule
|
||||
july, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, no-w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, rotted, bacterial-pustule
|
||||
july, normal, norm, norm, no, same-lst-two-yrs, whole-field, minor, none, 80-89, abnorm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, lt-norm, absent, norm, bacterial-pustule
|
||||
july, lt-normal, gt-norm, norm, yes, diff-lst-year, upper-areas, pot-severe, none, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, lt-norm, absent, rotted, bacterial-pustule
|
||||
august, normal, norm, norm, no, same-lst-yr, whole-field, minor, none, 80-89, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, lt-norm, absent, norm, bacterial-pustule
|
||||
september, lt-normal, norm, norm, yes, same-lst-two-yrs, scattered, minor, fungicide, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, rotted, bacterial-pustule
|
||||
october, normal, gt-norm, lt-norm, no, same-lst-two-yrs, upper-areas, minor, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
october, normal, gt-norm, lt-norm, yes, same-lst-two-yrs, upper-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
august, normal, gt-norm, norm, no, same-lst-yr, low-areas, minor, fungicide, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
august, normal, gt-norm, norm, no, diff-lst-year, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, no, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
august, normal, gt-norm, lt-norm, yes, diff-lst-year, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
july, normal, gt-norm, lt-norm, no, diff-lst-year, scattered, minor, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, norm, no, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
july, normal, gt-norm, norm, no, same-lst-sev-yrs, whole-field, minor, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, low-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
august, normal, gt-norm, norm, yes, diff-lst-year, scattered, minor, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, minor, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, norm, present, norm, anthracnose
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
june, lt-normal, gt-norm, gt-norm, no, diff-lst-year, scattered, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, brown, absent, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
july, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, norm, absent, norm, anthracnose
|
||||
august, lt-normal, gt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
october, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, anthracnose
|
||||
october, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, other, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
april, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, norm, absent, abnorm, present, absent, lt-norm, absent, norm, anthracnose
|
||||
october, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, absent, present, lt-norm, present, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
october, lt-normal, gt-norm, gt-norm, no, diff-lst-year, scattered, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
october, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, minor, other, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
july, lt-normal, norm, norm, yes, diff-lst-year, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, normal, lt-norm, norm, no, diff-lst-year, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, lt-normal, norm, norm, yes, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, normal, lt-norm, norm, no, same-lst-two-yrs, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, lt-normal, norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, normal, lt-norm, norm, no, diff-lst-year, whole-field, minor, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
may, normal, lt-norm, gt-norm, no, same-lst-sev-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, lt-normal, norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, normal, lt-norm, gt-norm, no, same-lst-sev-yrs, scattered, pot-severe, fungicide, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, lt-normal, norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
july, normal, gt-norm, norm, yes, diff-lst-year, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, norm, norm, no, same-lst-two-yrs, upper-areas, minor, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, low-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, diff-lst-year, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, diff-lst-year, whole-field, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
july, normal, gt-norm, norm, yes, diff-lst-year, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, diff-lst-year, whole-field, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, diff-lst-year, whole-field, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, norm, norm, yes, same-lst-two-yrs, low-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, diff-lst-year, low-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, absent, present, lt-norm, present, norm, frog-eye-leaf-spot
|
||||
september, normal, norm, norm, yes, same-lst-yr, whole-field, pot-severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, absent, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, diff-lst-year, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, norm, gt-norm, yes, same-lst-yr, low-areas, minor, other, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, whole-field, ?, ?, 90-100, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
october, normal, gt-norm, gt-norm, ?, same-lst-two-yrs, whole-field, ?, ?, 80-89, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, whole-field, ?, ?, 90-100, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
may, lt-normal, norm, gt-norm, ?, same-lst-sev-yrs, scattered, ?, ?, lt-80, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, ?, gt-norm, gt-norm, ?, same-lst-two-yrs, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, normal, gt-norm, gt-norm, ?, same-lst-two-yrs, whole-field, ?, ?, 90-100, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
june, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
august, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
august, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
may, lt-normal, ?, lt-norm, ?, same-lst-yr, scattered, ?, ?, ?, abnorm, abnorm, no-yellow-halos, no-w-s-marg, gt-1/8, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
april, lt-normal, ?, lt-norm, ?, diff-lst-year, whole-field, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
may, lt-normal, ?, lt-norm, ?, diff-lst-year, scattered, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
may, lt-normal, ?, lt-norm, ?, same-lst-yr, whole-field, ?, ?, ?, abnorm, abnorm, no-yellow-halos, no-w-s-marg, gt-1/8, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
july, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dna, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, norm, dna, norm, absent, absent, norm, absent, norm, diaporthe-stem-canker
|
||||
august, normal, lt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
august, normal, lt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, yes, diff-lst-year, upper-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
july, normal, lt-norm, gt-norm, no, diff-lst-year, upper-areas, pot-severe, none, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
august, normal, lt-norm, gt-norm, no, same-lst-yr, whole-field, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
september, normal, lt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
october, normal, lt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
october, normal, lt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, black, present, norm, dna, norm, absent, absent, norm, absent, norm, charcoal-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, diff-lst-year, low-areas, pot-severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, rotted, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, diff-lst-year, low-areas, pot-severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, low-areas, severe, none, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
august, normal, gt-norm, lt-norm, no, diff-lst-year, low-areas, severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
april, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, low-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, brown, absent, firm-and-dry, present, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, rhizoctonia-root-rot
|
||||
june, lt-normal, norm, lt-norm, yes, same-lst-sev-yrs, low-areas, severe, none, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, below-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
may, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, absent, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, no, same-lst-sev-yrs, low-areas, severe, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, no, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, dk-brown-blk, absent, firm-and-dry, absent, none, absent, dna, dna, norm, absent, absent, norm, absent, norm, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
april, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, diff-lst-year, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, below-soil, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, gt-norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
august, lt-normal, norm, norm, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
may, lt-normal, gt-norm, gt-norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-soil, dk-brown-blk, ?, watery, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
june, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, lt-normal, norm, norm, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, abnorm, ?, above-sec-nde, dk-brown-blk, ?, absent, absent, none, absent, ?, ?, ?, ?, ?, ?, ?, rotted, phytophthora-rot
|
||||
july, normal, lt-norm, lt-norm, no, same-lst-yr, scattered, severe, none, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, norm, lt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, normal, lt-norm, lt-norm, no, same-lst-sev-yrs, upper-areas, severe, none, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, no, same-lst-sev-yrs, scattered, pot-severe, none, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
october, normal, lt-norm, norm, no, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, norm, lt-norm, no, same-lst-sev-yrs, upper-areas, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, yes, same-lst-yr, scattered, pot-severe, fungicide, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, lt-normal, norm, lt-norm, yes, same-lst-two-yrs, scattered, severe, none, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, lt-normal, norm, norm, yes, same-lst-two-yrs, whole-field, severe, none, 90-100, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, lt-normal, lt-norm, lt-norm, yes, same-lst-two-yrs, upper-areas, severe, none, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, lt-normal, norm, lt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, lt-normal, norm, lt-norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, 90-100, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
october, lt-normal, norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, abnorm, norm, absent, dna, dna, absent, absent, absent, abnorm, no, absent, tan, absent, absent, absent, brown, absent, norm, dna, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, normal, lt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
july, normal, lt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-two-yrs, scattered, pot-severe, fungicide, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
august, normal, lt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
september, normal, lt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, dna, absent, absent, absent, brown, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-stem-rot
|
||||
may, normal, lt-norm, lt-norm, no, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
june, normal, norm, norm, no, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
july, normal, gt-norm, lt-norm, no, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
august, normal, lt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
september, normal, norm, lt-norm, no, diff-lst-year, scattered, minor, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
august, normal, norm, lt-norm, no, same-lst-two-yrs, upper-areas, minor, fungicide, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
july, lt-normal, lt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
august, lt-normal, norm, lt-norm, yes, diff-lst-year, scattered, minor, other, 90-100, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
june, lt-normal, norm, lt-norm, yes, diff-lst-year, scattered, minor, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
september, lt-normal, lt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, upper-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, powdery-mildew
|
||||
july, normal, gt-norm, lt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
august, normal, gt-norm, norm, no, same-lst-sev-yrs, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
september, normal, gt-norm, norm, no, same-lst-yr, scattered, pot-severe, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
june, normal, gt-norm, lt-norm, no, diff-lst-year, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
july, normal, gt-norm, norm, no, same-lst-yr, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
october, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
july, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
september, lt-normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, lower-surf, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, absent, norm, absent, norm, downy-mildew
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, absent, tan, present, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, other, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, norm, norm, no, same-lst-two-yrs, upper-areas, pot-severe, fungicide, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, gt-norm, no, same-lst-yr, low-areas, minor, other, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
april, normal, norm, norm, yes, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, none, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, absent, absent, none, absent, norm, colored, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, normal, norm, norm, yes, same-lst-yr, scattered, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
april, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, other, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
april, normal, norm, norm, yes, same-lst-two-yrs, scattered, minor, other, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
may, normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, abnorm, yes, above-sec-nde, brown, present, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, brown-spot
|
||||
july, normal, gt-norm, norm, no, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, lt-normal, norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
june, lt-normal, norm, norm, yes, same-lst-yr, scattered, minor, none, lt-80, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, normal, norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, minor, none, 80-89, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
september, lt-normal, gt-norm, norm, no, same-lst-yr, whole-field, pot-severe, fungicide, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, norm, norm, yes, same-lst-two-yrs, scattered, minor, none, 90-100, abnorm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, normal, gt-norm, norm, no, same-lst-sev-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, gt-norm, norm, no, same-lst-yr, upper-areas, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
august, lt-normal, norm, norm, yes, same-lst-two-yrs, whole-field, minor, none, lt-80, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
september, normal, gt-norm, norm, no, same-lst-sev-yrs, scattered, pot-severe, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, bacterial-blight
|
||||
july, normal, norm, lt-norm, no, same-lst-sev-yrs, whole-field, minor, none, 80-89, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
may, lt-normal, norm, norm, yes, same-lst-yr, scattered, minor, fungicide, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, lt-norm, absent, rotted, bacterial-pustule
|
||||
june, normal, norm, gt-norm, no, same-lst-two-yrs, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
july, lt-normal, norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, rotted, bacterial-pustule
|
||||
june, normal, gt-norm, norm, no, same-lst-sev-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
june, normal, gt-norm, norm, no, same-lst-yr, whole-field, pot-severe, none, 80-89, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
may, normal, norm, norm, no, same-lst-sev-yrs, low-areas, minor, fungicide, 80-89, norm, abnorm, yellow-halos, w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, lt-norm, absent, norm, bacterial-pustule
|
||||
june, lt-normal, gt-norm, gt-norm, yes, same-lst-yr, upper-areas, pot-severe, fungicide, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, rotted, bacterial-pustule
|
||||
september, normal, norm, gt-norm, no, diff-lst-year, low-areas, minor, none, 80-89, abnorm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, present, present, norm, absent, norm, bacterial-pustule
|
||||
june, lt-normal, gt-norm, lt-norm, yes, same-lst-yr, upper-areas, pot-severe, none, lt-80, norm, abnorm, yellow-halos, no-w-s-marg, lt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, rotted, bacterial-pustule
|
||||
september, normal, gt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, no, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
october, normal, gt-norm, lt-norm, no, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
september, normal, gt-norm, gt-norm, no, same-lst-yr, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
august, normal, gt-norm, gt-norm, no, diff-lst-year, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, norm, no, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
september, normal, gt-norm, lt-norm, yes, same-lst-yr, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
october, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
july, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
july, normal, gt-norm, lt-norm, yes, same-lst-sev-yrs, whole-field, minor, none, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, norm, yes, absent, tan, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, lt-1/8, absent, absent, absent, abnorm, yes, absent, tan, absent, absent, absent, none, absent, diseased, colored, abnorm, absent, present, norm, absent, norm, purple-seed-stain
|
||||
april, normal, gt-norm, norm, yes, diff-lst-year, scattered, minor, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, brown, absent, firm-and-dry, absent, none, absent, norm, absent, abnorm, absent, present, lt-norm, present, norm, anthracnose
|
||||
june, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, other, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, norm, absent, abnorm, absent, present, lt-norm, present, norm, anthracnose
|
||||
august, normal, gt-norm, norm, yes, diff-lst-year, scattered, minor, fungicide, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
may, normal, gt-norm, norm, yes, diff-lst-year, scattered, minor, other, 80-89, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-soil, brown, absent, firm-and-dry, absent, none, absent, norm, absent, abnorm, absent, present, norm, present, norm, anthracnose
|
||||
august, lt-normal, gt-norm, gt-norm, no, same-lst-yr, low-areas, pot-severe, none, 90-100, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, absent, norm, anthracnose
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
october, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
october, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, lt-80, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
july, lt-normal, gt-norm, gt-norm, no, same-lst-yr, low-areas, minor, fungicide, lt-80, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
august, lt-normal, gt-norm, gt-norm, no, same-lst-yr, low-areas, minor, fungicide, 90-100, abnorm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, no, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, gt-norm, no, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, brown, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
october, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, firm-and-dry, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, low-areas, severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
october, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, absent, lt-norm, present, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, pot-severe, none, 90-100, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
september, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, none, 80-89, norm, norm, absent, dna, dna, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, absent, absent, norm, absent, norm, anthracnose
|
||||
may, normal, lt-norm, norm, no, diff-lst-year, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, normal, lt-norm, norm, no, same-lst-two-yrs, whole-field, minor, none, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
may, lt-normal, norm, norm, yes, same-lst-two-yrs, whole-field, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, lt-normal, norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, normal, lt-norm, gt-norm, no, same-lst-yr, upper-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, normal, lt-norm, gt-norm, no, same-lst-yr, whole-field, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
july, lt-normal, norm, gt-norm, yes, same-lst-yr, scattered, minor, none, 90-100, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
august, lt-normal, norm, gt-norm, yes, same-lst-yr, upper-areas, minor, fungicide, 80-89, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
june, lt-normal, norm, gt-norm, yes, same-lst-sev-yrs, scattered, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
august, lt-normal, norm, gt-norm, yes, same-lst-yr, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, present, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, phyllosticta-leaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, present, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, norm, no, diff-lst-year, scattered, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, norm, no, same-lst-yr, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, no, diff-lst-year, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, norm, gt-norm, no, same-lst-yr, low-areas, minor, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, norm, norm, no, diff-lst-year, scattered, minor, other, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, norm, no, same-lst-two-yrs, upper-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, norm, gt-norm, no, same-lst-sev-yrs, whole-field, minor, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, gt-norm, yes, diff-lst-year, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, norm, gt-norm, no, diff-lst-year, scattered, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, low-areas, minor, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, norm, gt-norm, no, same-lst-two-yrs, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, abnorm, absent, present, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-yr, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, alternarialeaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-two-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, norm, norm, no, same-lst-sev-yrs, low-areas, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, norm, norm, no, diff-lst-year, low-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dna, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, no, diff-lst-year, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, no, same-lst-two-yrs, upper-areas, minor, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, no, above-sec-nde, brown, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, lt-normal, gt-norm, norm, no, diff-lst-year, scattered, pot-severe, fungicide, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, no, above-soil, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, no, same-lst-two-yrs, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, no, same-lst-yr, scattered, pot-severe, other, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, no, same-lst-sev-yrs, upper-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, lt-normal, gt-norm, gt-norm, no, same-lst-two-yrs, scattered, pot-severe, none, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, gt-norm, gt-norm, no, same-lst-sev-yrs, scattered, pot-severe, other, lt-80, abnorm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, no, above-sec-nde, brown, absent, firm-and-dry, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, norm, yes, absent, dna, absent, absent, absent, none, absent, norm, absent, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-yr, low-areas, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, gt-norm, norm, yes, same-lst-yr, scattered, minor, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, pot-severe, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, pot-severe, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, minor, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, low-areas, pot-severe, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, scattered, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
july, normal, gt-norm, norm, yes, same-lst-yr, low-areas, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-two-yrs, upper-areas, pot-severe, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, whole-field, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, scattered, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, low-areas, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, norm, yes, same-lst-sev-yrs, upper-areas, minor, none, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, gt-norm, yes, same-lst-yr, whole-field, pot-severe, fungicide, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, norm, yes, same-lst-two-yrs, scattered, minor, none, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, lt-normal, gt-norm, gt-norm, yes, same-lst-sev-yrs, low-areas, minor, fungicide, lt-80, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
august, normal, gt-norm, norm, yes, same-lst-yr, upper-areas, pot-severe, none, 90-100, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
september, normal, gt-norm, gt-norm, yes, same-lst-two-yrs, whole-field, minor, fungicide, 80-89, norm, abnorm, no-yellow-halos, w-s-marg, gt-1/8, absent, absent, absent, abnorm, yes, above-sec-nde, dk-brown-blk, absent, firm-and-dry, absent, none, absent, diseased, colored, norm, absent, absent, norm, absent, norm, frog-eye-leaf-spot
|
||||
october, ?, gt-norm, gt-norm, ?, same-lst-two-yrs, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
october, ?, gt-norm, gt-norm, ?, same-lst-yr, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, ?, gt-norm, gt-norm, ?, same-lst-yr, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
october, ?, gt-norm, gt-norm, ?, same-lst-sev-yrs, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
october, ?, gt-norm, gt-norm, ?, diff-lst-year, whole-field, ?, ?, ?, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
may, lt-normal, norm, gt-norm, ?, diff-lst-year, scattered, ?, ?, lt-80, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, norm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, normal, gt-norm, gt-norm, ?, same-lst-yr, whole-field, ?, ?, 90-100, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
september, normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, whole-field, ?, ?, 90-100, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
october, normal, gt-norm, gt-norm, ?, same-lst-sev-yrs, whole-field, ?, ?, 80-89, norm, norm, ?, ?, ?, ?, ?, ?, abnorm, ?, absent, dna, present, absent, absent, none, absent, diseased, brown-w/blk-specks, abnorm, present, present, lt-norm, present, ?, diaporthe-pod-&-stem-blight
|
||||
june, ?, ?, ?, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-two-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
august, ?, ?, ?, ?, same-lst-yr, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
june, ?, ?, ?, ?, same-lst-two-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
august, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
august, ?, ?, ?, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
july, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, ?, ?, ?, ?, ?, ?, ?, few-present, ?, abnorm, absent, ?, lt-norm, ?, galls-cysts, cyst-nematode
|
||||
september, ?, ?, ?, ?, ?, low-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
april, ?, ?, ?, ?, ?, scattered, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
may, ?, ?, ?, ?, ?, low-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
june, ?, ?, ?, ?, ?, upper-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
july, ?, ?, ?, ?, ?, whole-field, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
august, ?, ?, ?, ?, ?, scattered, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
october, ?, ?, ?, ?, ?, upper-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
april, ?, ?, ?, ?, ?, whole-field, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
may, ?, ?, ?, ?, ?, scattered, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
june, ?, ?, ?, ?, ?, low-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
july, ?, ?, ?, ?, ?, upper-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
august, ?, ?, ?, ?, ?, whole-field, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
september, ?, ?, ?, ?, ?, scattered, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
october, ?, ?, ?, ?, ?, low-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
april, ?, ?, ?, ?, ?, upper-areas, ?, ?, ?, ?, abnorm, absent, dna, dna, ?, present, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 2-4-d-injury
|
||||
april, lt-normal, ?, lt-norm, ?, diff-lst-year, scattered, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
june, lt-normal, ?, lt-norm, ?, diff-lst-year, scattered, ?, ?, ?, abnorm, abnorm, absent, dna, dna, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
april, lt-normal, ?, lt-norm, ?, same-lst-yr, whole-field, ?, ?, ?, abnorm, abnorm, no-yellow-halos, no-w-s-marg, gt-1/8, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
june, lt-normal, ?, lt-norm, ?, same-lst-yr, whole-field, ?, ?, ?, abnorm, abnorm, no-yellow-halos, no-w-s-marg, gt-1/8, absent, present, ?, abnorm, ?, ?, ?, ?, ?, ?, ?, ?, dna, ?, ?, ?, ?, ?, ?, rotted, herbicide-injury
|
||||
%
|
||||
%
|
||||
%
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,893 @@
|
||||
@relation unbalanced
|
||||
|
||||
@attribute WBN_GC_L_0.25 numeric
|
||||
@attribute WBN_GC_H_0.25 numeric
|
||||
@attribute WBN_GC_L_0.50 numeric
|
||||
@attribute WBN_GC_H_0.50 numeric
|
||||
@attribute WBN_GC_L_0.75 numeric
|
||||
@attribute WBN_GC_H_0.75 numeric
|
||||
@attribute WBN_GC_L_1.00 numeric
|
||||
@attribute WBN_GC_H_1.00 numeric
|
||||
@attribute WBN_EN_L_0.25 numeric
|
||||
@attribute WBN_EN_H_0.25 numeric
|
||||
@attribute WBN_EN_L_0.50 numeric
|
||||
@attribute WBN_EN_H_0.50 numeric
|
||||
@attribute WBN_EN_L_0.75 numeric
|
||||
@attribute WBN_EN_H_0.75 numeric
|
||||
@attribute WBN_EN_L_1.00 numeric
|
||||
@attribute WBN_EN_H_1.00 numeric
|
||||
@attribute WBN_LP_L_0.25 numeric
|
||||
@attribute WBN_LP_H_0.25 numeric
|
||||
@attribute WBN_LP_L_0.50 numeric
|
||||
@attribute WBN_LP_H_0.50 numeric
|
||||
@attribute WBN_LP_L_0.75 numeric
|
||||
@attribute WBN_LP_H_0.75 numeric
|
||||
@attribute WBN_LP_L_1.00 numeric
|
||||
@attribute WBN_LP_H_1.00 numeric
|
||||
@attribute XLogP numeric
|
||||
@attribute PSA numeric
|
||||
@attribute NumRot numeric
|
||||
@attribute NumHBA numeric
|
||||
@attribute NumHBD numeric
|
||||
@attribute MW numeric
|
||||
@attribute BBB numeric
|
||||
@attribute BadGroup numeric
|
||||
@attribute Outcome {Active,Inactive}
|
||||
|
||||
@data
|
||||
-2.3941,1.8819,-2.5208,2.3536,-2.7698,3.1048,-3.4568,3.9734,-0.8412,1.2385,-1.7103,2.0127,-2.5874,2.8944,-3.4677,3.7962,-0.885,1.1079,-1.694,1.9939,-2.5592,2.8987,-3.4355,3.8086,4.924,60.45,6,4,1,362.857,1,0,Active
|
||||
-2.3342,2.3811,-2.6012,2.742,-3.0632,3.4052,-3.736,4.2833,-0.8664,2.4012,-1.7694,2.6741,-2.6826,3.1567,-3.6,4.0094,-0.9068,1.1629,-1.7613,2.0906,-2.6669,3.037,-3.5822,3.9886,4.954,50.44,2,2,1,320.266,1,0,Active
|
||||
-1.4709,2.0782,-1.8538,2.4877,-2.4116,3.0664,-3.1338,3.8454,-0.794,1.2701,-1.5962,2.01,-2.4012,2.843,-3.2077,3.7018,-0.878,1.0694,-1.6188,1.8963,-2.395,2.7538,-3.1842,3.6222,1.399,103.22,3,6,1,376.459,0,1,Active
|
||||
-1.4722,1.9812,-1.7911,2.3885,-2.4193,2.9938,-3.2212,3.8043,-0.8036,1.2421,-1.6093,1.9642,-2.4159,2.8119,-3.223,3.6865,-0.9124,1.1344,-1.5729,1.9904,-2.2973,2.8646,-3.0552,3.7461,4.721,137.73,7,6,3,442.581,0,0,Active
|
||||
-2.2448,1.9814,-2.3705,2.3951,-2.6219,3.0475,-3.1991,3.8418,-0.7988,1.2426,-1.5995,1.9529,-2.4012,2.7843,-3.2035,3.6445,-0.877,1.1364,-1.557,1.9837,-2.2671,2.846,-3.0147,3.7151,3.912,120.94,7,6,2,401.484,0,0,Active
|
||||
-2.4154,2.279,-2.5368,2.7371,-2.7671,3.5045,-3.5578,4.379,-0.7758,2.4015,-1.5918,2.6759,-2.4609,3.2619,-3.35,4.1802,-1.0489,1.1101,-1.8608,2.0074,-2.7446,2.9397,-3.6403,3.8828,4.089,122.29,7,7,2,488.422,0,0,Active
|
||||
-2.2628,1.9814,-2.3829,2.3933,-2.629,3.0251,-3.0576,3.8005,-0.7119,1.2422,-1.4406,1.9496,-2.1779,2.7701,-2.92,3.6162,-0.877,1.001,-1.557,1.8405,-2.2626,2.6945,-2.9879,3.5526,5.652,120.94,8,6,2,435.586,0,0,Active
|
||||
-2.3987,1.6878,-2.5268,2.3744,-2.7657,3.2023,-3.4197,4.081,-0.7885,1.4674,-1.5931,2.2771,-2.4073,3.1608,-3.2278,4.069,-0.8799,1.1381,-1.6394,2.0459,-2.4447,2.9696,-3.2668,3.8984,4.922,76.12,3,4,1,415.493,0,1,Active
|
||||
-1.3097,2.0952,-1.6319,2.5105,-2.336,3.1396,-3.1309,3.913,-0.8001,1.5206,-1.617,2.19,-2.4406,2.9274,-3.2675,3.7339,-0.8413,1.4337,-1.5954,2.0515,-2.4062,2.865,-3.2289,3.7213,5.264,66.4,3,6,2,370.792,1,1,Active
|
||||
-2.3568,2.2433,-2.4932,2.6606,-3.0328,3.2686,-3.7603,4.1221,-0.8529,1.3219,-1.7353,2.1273,-2.6291,3.0224,-3.5282,3.9423,-0.8717,1.1528,-1.6981,2.075,-2.5847,3.0075,-3.4836,3.9434,5.299,76.74,8,4,1,344.407,0,0,Active
|
||||
-1.5995,1.2505,-1.9376,1.9436,-2.4446,2.7014,-3.134,3.4909,-0.7764,1.1992,-1.5587,1.8576,-2.3429,2.6272,-3.128,3.4306,-0.9607,1.1486,-1.6595,1.9305,-2.3846,2.7346,-3.1206,3.5456,3.054,68.28,3,4,0,447.369,1,2,Active
|
||||
-2.3987,1.8818,-2.5266,2.3508,-2.7775,3.0836,-3.46,3.9377,-0.8382,1.2365,-1.7029,2.0021,-2.5755,2.8768,-3.4515,3.7724,-0.8846,1.0886,-1.6905,1.9739,-2.5517,2.8738,-3.4237,3.7783,4.302,60.45,6,4,1,328.412,1,0,Active
|
||||
-1.8027,1.9782,-1.9468,2.563,-2.7352,3.3218,-3.5766,4.1695,-0.7763,1.5607,-1.5708,2.4283,-2.385,3.3239,-3.2174,4.232,-1.0891,1.1411,-1.9324,1.999,-2.7928,2.8871,-3.6605,3.792,3.959,116.35,8,9,0,562.758,0,0,Inactive
|
||||
-1.4106,1.9784,-1.9154,2.5633,-2.7322,3.3218,-3.5733,4.169,-0.7763,1.5605,-1.5708,2.4279,-2.3849,3.3231,-3.2173,4.2308,-1.0891,1.1409,-1.9324,1.9982,-2.7928,2.8856,-3.6604,3.7899,4.507,107.12,8,8,0,532.732,0,0,Inactive
|
||||
-2.399,1.4249,-2.5272,2.1065,-2.7965,2.9171,-3.5262,3.776,-0.7763,1.5359,-1.5629,2.3676,-2.3657,3.2247,-3.1904,4.0943,-1.0868,1.0789,-1.9162,1.9102,-2.7607,2.7695,-3.6126,3.6427,2.513,111.34,13,8,2,464.584,0,0,Inactive
|
||||
-1.8185,1.4017,-1.9637,1.9582,-2.6905,2.8085,-3.5259,3.6776,-0.7671,1.5352,-1.5583,2.3648,-2.3681,3.2183,-3.1929,4.0833,-1.0863,1.1303,-1.9149,1.9448,-2.7583,2.7852,-3.6089,3.6418,2.59,92.88,11,6,2,416.971,0,0,Inactive
|
||||
-2.218,2.1767,-2.3471,2.299,-2.6902,2.9481,-3.5252,3.7888,-0.7746,1.5359,-1.5588,2.3678,-2.3666,3.2254,-3.1914,4.096,-1.0864,1.0758,-1.9154,1.9092,-2.7595,2.7722,-3.611,3.6488,2.098,131.21,10,9,3,487.578,0,0,Inactive
|
||||
-2.3987,2.1767,-2.5265,2.2985,-2.7639,2.9507,-3.5249,3.7942,-0.7746,1.5357,-1.5588,2.3668,-2.3655,3.2232,-3.1899,4.0921,-1.0864,1.0788,-1.9153,1.9109,-2.7594,2.7709,-3.6108,3.6445,2.759,111.34,9,8,2,460.552,0,0,Inactive
|
||||
-1.8027,1.4023,-1.9475,1.945,-2.7104,2.8119,-3.56,3.7003,-0.8059,1.5357,-1.6269,2.368,-2.4606,3.2275,-3.3048,4.1011,-1.0866,1.1332,-1.9173,1.9845,-2.7651,2.8535,-3.6219,3.7339,2.141,96.12,9,7,2,451.633,0,0,Inactive
|
||||
-1.8084,1.4019,-1.9591,2.0024,-2.6887,2.8499,-3.5225,3.7148,-0.7638,2.3346,-1.5518,2.4663,-2.3602,3.2222,-3.1846,4.0866,-1.0863,1.1134,-1.9149,1.9334,-2.7583,2.7759,-3.609,3.6338,1.706,92.88,10,6,2,386.489,0,0,Inactive
|
||||
-2.2179,2.1767,-2.347,2.2981,-2.5842,2.9413,-3.2676,3.7558,-0.7836,1.2201,-1.5811,1.9077,-2.3834,2.7185,-3.1879,3.5596,-0.9911,1.1314,-1.5938,1.9269,-2.3419,2.7663,-3.1312,3.6156,6.673,63.08,7,5,2,473.411,1,1,Inactive
|
||||
-2.3921,1.4729,-2.5191,2.1333,-2.7612,3.0141,-3.3753,3.922,-0.7618,1.3125,-1.5578,2.1216,-2.3743,3.0149,-3.1993,3.928,-0.9295,1.1474,-1.6728,2.0249,-2.4731,2.9379,-3.2916,3.8587,4.534,90.04,9,5,0,467.639,0,0,Inactive
|
||||
-2.4013,2.4871,-2.5332,2.8869,-2.7946,3.4762,-3.2802,4.1954,-0.8018,1.5213,-1.6138,2.2268,-2.4299,2.9997,-3.2482,3.8216,-1.0189,1.0438,-1.7494,1.8931,-2.5333,2.7629,-3.333,3.6405,2.767,89.27,6,9,1,461.522,0,0,Inactive
|
||||
-2.4011,2.4906,-2.5331,2.9375,-2.7905,3.6125,-3.2497,4.3825,-0.7828,2.4014,-1.5794,2.6748,-2.3817,3.137,-3.1873,3.8691,-1.0363,1.0085,-1.7842,1.8172,-2.5727,2.6512,-3.3711,3.4976,1.583,97.11,7,9,1,399.329,0,1,Inactive
|
||||
-2.384,2.3996,-2.5266,2.8831,-2.809,3.5852,-3.276,4.3714,-0.7881,2.4014,-1.5937,2.6746,-2.4055,3.1235,-3.2203,3.8353,-1.0455,0.9935,-1.8009,1.7967,-2.5923,2.6389,-3.3944,3.4952,0.749,93.98,8,9,1,428.367,0,1,Inactive
|
||||
-2.2634,2.3733,-2.3831,2.7939,-2.6263,3.4254,-3.075,4.1685,-0.7778,1.3611,-1.5652,2.0848,-2.3574,2.8765,-3.1527,3.6951,-1.0339,1.147,-1.7748,1.9275,-2.5522,2.7347,-3.3392,3.5536,2.461,66.29,6,6,1,391.269,1,2,Inactive
|
||||
-2.401,2.8192,-2.5339,3.3478,-2.7978,3.9921,-3.2488,4.7029,-0.7829,2.4014,-1.5793,2.6763,-2.3812,3.1321,-3.1863,3.8417,-1.0368,1.0298,-1.7858,1.8295,-2.5704,2.6621,-3.3652,3.5103,2.164,75.52,5,7,1,436.434,0,1,Inactive
|
||||
-2.387,2.8192,-2.5276,3.3478,-2.7954,3.9923,-3.2512,4.7037,-0.7841,2.4014,-1.5828,2.6762,-2.3872,3.132,-3.1949,3.8429,-1.0384,1.0291,-1.7885,1.8253,-2.5751,2.6579,-3.3722,3.5071,1.741,75.52,4,7,1,422.407,0,1,Inactive
|
||||
-2.396,2.3731,-2.5234,2.7895,-2.7608,3.406,-3.2108,4.1368,-0.7841,1.3607,-1.5818,2.0851,-2.3849,2.8819,-3.1908,3.7087,-1.034,1.1131,-1.7779,1.8975,-2.5602,2.7208,-3.353,3.5573,1.957,66.29,2,6,1,403.28,1,2,Inactive
|
||||
-1.5729,2.4851,-1.8952,2.8836,-2.3814,3.4707,-3.0173,4.18,-0.7767,2.3346,-1.5649,2.4644,-2.3599,2.9966,-3.1593,3.7919,-1.0239,1.1067,-1.7603,1.909,-2.5431,2.7254,-3.3364,3.5532,1.618,69.42,1,6,1,313.336,1,1,Inactive
|
||||
-1.5729,2.3731,-1.8953,2.7892,-2.3824,3.4045,-3.0252,4.1322,-0.7759,2.3346,-1.5623,2.4616,-2.3553,2.9009,-3.1525,3.7088,-1.0339,1.1064,-1.7775,1.9063,-2.559,2.7189,-3.3505,3.5425,1.405,57.06,1,5,1,312.348,0,1,Inactive
|
||||
-2.3997,2.3731,-2.5277,2.7897,-2.7657,3.407,-3.2063,4.1384,-0.779,1.3605,-1.5695,2.0841,-2.3659,2.8786,-3.1659,3.7021,-1.0353,1.0588,-1.7801,1.8476,-2.5635,2.662,-3.3571,3.4918,1.159,66.29,2,6,1,324.384,0,1,Inactive
|
||||
-1.4862,1.4328,-1.8648,2.0834,-2.4363,2.8964,-3.1528,3.7369,-0.7793,1.5211,-1.564,2.1943,-2.3603,2.9377,-3.1631,3.7428,-0.8629,1.4317,-1.5872,2.0261,-2.3756,2.8141,-3.1777,3.6532,4.645,66.48,5,7,1,403.438,1,1,Inactive
|
||||
-1.4862,1.4331,-1.8649,2.0868,-2.4362,2.9023,-3.1368,3.7447,-0.7693,2.3347,-1.5582,2.4629,-2.3563,2.9528,-3.1592,3.7533,-0.8629,1.4318,-1.5868,2.0262,-2.3748,2.8136,-3.1766,3.652,4.527,66.48,6,7,1,421.428,1,1,Inactive
|
||||
-1.4862,1.4329,-1.8648,2.085,-2.4361,2.8999,-3.1388,3.7423,-0.7726,1.5212,-1.5612,2.1947,-2.3597,2.9391,-3.1631,3.7456,-0.8629,1.4318,-1.5872,2.0282,-2.3757,2.8203,-3.1778,3.6605,4.83,66.48,5,7,1,423.856,1,1,Inactive
|
||||
-1.4862,1.4333,-1.8649,2.0887,-2.4362,2.9088,-3.155,3.7582,-0.7848,1.5214,-1.5698,2.1968,-2.3575,2.948,-3.1592,3.765,-0.8629,1.4322,-1.5867,2.0404,-2.3748,2.855,-3.1765,3.7112,6.214,66.48,8,7,1,493.563,1,1,Inactive
|
||||
-2.3987,1.403,-2.5265,2.0108,-2.7638,2.8573,-3.5249,3.723,-0.7662,1.5356,-1.5564,2.3662,-2.3655,3.2211,-3.1899,4.0877,-1.0864,1.0705,-1.9153,1.8897,-2.7594,2.7389,-3.6108,3.6039,1.27,113.19,11,8,2,451.589,0,0,Inactive
|
||||
-1.4767,1.4013,-1.8811,1.9591,-2.6905,2.8101,-3.5259,3.68,-0.7671,1.5352,-1.5583,2.365,-2.3681,3.2189,-3.1929,4.0844,-1.0863,1.1313,-1.9149,1.9468,-2.7583,2.7881,-3.6089,3.6456,4.965,83.65,7,5,2,441.037,0,0,Inactive
|
||||
-1.4773,1.4388,-1.8809,1.9851,-2.6901,2.8254,-3.5251,3.694,-0.7663,1.5354,-1.5569,2.3655,-2.3666,3.22,-3.1914,4.0861,-1.0864,1.0664,-1.9154,1.884,-2.7595,2.7332,-3.611,3.5986,1.981,112.75,11,7,3,409.552,0,0,Inactive
|
||||
-1.63,1.4391,-1.928,1.9933,-2.6901,2.839,-3.5252,3.7133,-0.7663,1.5359,-1.5569,2.3675,-2.3666,3.2245,-3.1914,4.0941,-1.0864,1.0975,-1.9154,1.9154,-2.7595,2.7704,-3.611,3.6413,3.01,115.99,13,8,3,500.665,0,0,Inactive
|
||||
-1.4773,1.439,-1.8809,1.9916,-2.6901,2.837,-3.5252,3.7112,-0.7799,1.5357,-1.5598,2.3669,-2.3666,3.2235,-3.1914,4.0926,-1.0864,1.1185,-1.9154,1.9417,-2.7595,2.791,-3.611,3.658,2.936,112.75,11,7,3,471.623,0,0,Inactive
|
||||
-1.4769,1.4391,-1.8809,1.9943,-2.6901,2.8402,-3.5252,3.7148,-0.7701,1.5357,-1.5569,2.3669,-2.3666,3.2235,-3.1914,4.0926,-1.0864,1.1313,-1.9154,1.9469,-2.7595,2.7932,-3.611,3.6589,2.963,112.75,10,7,3,478.014,0,0,Inactive
|
||||
-1.4767,1.4013,-1.8815,1.9387,-2.6914,2.7809,-3.5267,3.646,-0.7601,1.5351,-1.5415,2.3643,-2.3437,3.2171,-3.1635,4.0808,-1.0863,1.1061,-1.9149,1.914,-2.758,2.7492,-3.608,3.6026,4.343,83.65,7,5,2,406.592,0,0,Inactive
|
||||
-2.4163,1.4035,-2.5384,1.9595,-2.77,2.8057,-3.5268,3.6766,-0.7717,1.5354,-1.5492,2.3659,-2.3437,3.2208,-3.1635,4.0874,-1.0863,1.1136,-1.9149,1.9362,-2.758,2.7838,-3.608,3.6465,4.878,92.88,12,6,2,472.651,0,0,Inactive
|
||||
-1.6176,1.3309,-1.9327,1.9429,-2.6933,2.8015,-3.5306,3.6795,-0.7902,1.5356,-1.586,2.3668,-2.3838,3.2233,-3.2026,4.0925,-1.0863,1.1308,-1.9149,1.9696,-2.7583,2.8294,-3.609,3.7011,4.43,78.1,7,6,1,483.678,0,0,Inactive
|
||||
-1.4766,1.4015,-1.8819,1.9378,-2.6932,2.7834,-3.5305,3.6518,-0.7762,1.535,-1.5693,2.3641,-2.3788,3.2171,-3.2026,4.0814,-1.0863,1.1148,-1.9149,1.9346,-2.7583,2.7767,-3.609,3.6343,3.164,83.65,9,5,2,366.527,0,0,Inactive
|
||||
-1.4767,1.4017,-1.882,1.9409,-2.6933,2.7877,-3.5305,3.6576,-0.7762,1.5353,-1.5693,2.3652,-2.3788,3.2193,-3.2026,4.0848,-1.0863,1.1156,-1.9149,1.9372,-2.7583,2.7813,-3.609,3.6408,3.397,86.89,10,6,2,449.661,0,0,Inactive
|
||||
-1.4766,1.4017,-1.8886,1.9445,-2.7104,2.8125,-3.56,3.7016,-0.8059,1.5356,-1.6269,2.3679,-2.4606,3.2276,-3.3048,4.1015,-1.0866,1.1346,-1.9173,1.9868,-2.7651,2.8566,-3.6219,3.7377,6.737,108.95,11,5,2,494.767,0,0,Inactive
|
||||
-1.4766,1.4017,-1.8886,1.9431,-2.7104,2.8105,-3.56,3.6989,-0.8059,1.5355,-1.6269,2.3676,-2.4606,3.2268,-3.3048,4.1001,-1.0866,1.1341,-1.9173,1.9854,-2.7651,2.8543,-3.6219,3.7346,6,108.95,13,5,2,468.729,0,0,Inactive
|
||||
-2.3865,1.4103,-2.5272,2.0975,-2.7965,2.884,-3.5268,3.7251,-0.7763,1.5355,-1.5629,2.366,-2.3528,3.221,-3.1635,4.0879,-1.0863,1.1102,-1.9149,1.9302,-2.758,2.7785,-3.608,3.6429,2.807,102.11,11,7,2,460.596,0,0,Inactive
|
||||
-2.401,1.4132,-2.534,2.0992,-2.7988,2.8669,-3.503,3.6649,-0.7753,1.5646,-1.5616,2.4015,-2.3513,3.2498,-3.1426,4.1023,-1.0823,1.0316,-1.9048,1.8219,-2.7366,2.6362,-3.5712,3.4631,2.633,96.56,13,8,1,483.675,0,0,Inactive
|
||||
-1.8019,1.5408,-1.9514,2.0524,-2.7517,2.8649,-3.5918,3.74,-0.7757,1.5399,-1.5801,2.3778,-2.4022,3.2419,-3.2373,4.1188,-1.0813,1.0767,-1.912,1.9144,-2.7606,2.7826,-3.6177,3.665,1.078,132.94,12,9,1,526.725,0,0,Inactive
|
||||
-2.2179,2.1769,-2.347,2.5684,-2.5461,3.2806,-3.0634,4.0478,-0.7746,1.2995,-1.5588,2.0189,-2.3459,2.8102,-3.1342,3.6267,-1.0181,1.0414,-1.6903,1.8344,-2.4401,2.6572,-3.2101,3.4897,1.293,80.23,4,7,1,353.378,0,0,Inactive
|
||||
-2.3987,1.7451,-2.5268,2.1651,-2.7642,2.9184,-3.5881,3.7927,-0.7694,1.5457,-1.5617,2.3819,-2.3776,3.2483,-3.2097,4.128,-1.0815,1.4342,-1.9122,2.0552,-2.7604,2.8719,-3.6167,3.7404,4.913,98.36,11,9,0,490.578,0,2,Inactive
|
||||
-2.2788,1.745,-2.4009,2.1623,-2.7513,2.8901,-3.5899,3.7635,-0.7709,1.545,-1.5609,2.3806,-2.3754,3.2458,-3.206,4.1241,-1.0815,1.4343,-1.9116,2.0591,-2.7591,2.8804,-3.6146,3.7478,5.796,89.13,10,8,0,539.448,0,3,Inactive
|
||||
-2.2788,1.7451,-2.401,2.1613,-2.7522,2.8432,-3.5914,3.7117,-0.7814,1.5396,-1.5652,2.377,-2.3707,3.2405,-3.1976,4.1167,-1.0815,1.1184,-1.9117,1.9492,-2.7591,2.8087,-3.6145,3.6853,3.971,101.16,11,7,1,486.634,0,1,Inactive
|
||||
-2.2788,2.2056,-2.401,2.5305,-2.752,3.0751,-3.5912,3.8352,-0.7752,2.4014,-1.5706,2.6739,-2.3843,3.2581,-3.2132,4.1267,-1.0815,1.1408,-1.9116,1.9767,-2.7589,2.839,-3.6143,3.7162,6.038,72.06,10,5,0,517.997,0,2,Inactive
|
||||
-1.485,2.094,-1.9396,2.4955,-2.755,3.0269,-3.595,3.7581,-0.7757,1.5392,-1.5801,2.3755,-2.4022,3.2373,-3.2373,4.1117,-1.0812,1.0754,-1.9117,1.9106,-2.7602,2.7758,-3.6171,3.6551,0.901,128.67,4,7,1,384.479,0,0,Inactive
|
||||
-2.785,1.2872,-3.0368,2.0445,-3.4253,2.9039,-3.9096,3.7818,-0.7694,1.5458,-1.5617,2.382,-2.3776,3.2482,-3.2097,4.1277,-1.0815,1.4342,-1.9122,2.0546,-2.7604,2.8706,-3.6167,3.7386,3.852,121.39,10,10,2,477.539,0,1,Inactive
|
||||
-2.785,1.1049,-3.0368,1.9136,-3.4253,2.7763,-3.9095,3.6559,-0.7763,1.5393,-1.5702,2.3756,-2.3812,3.2372,-3.2074,4.1111,-1.0814,1.1577,-1.9112,1.9793,-2.758,2.8348,-3.6125,3.7057,4.454,95.09,8,6,2,495.439,0,2,Inactive
|
||||
-2.2788,1.745,-2.4009,2.1612,-2.7525,2.8752,-3.5926,3.7507,-0.7805,2.3347,-1.5823,2.4701,-2.4015,3.2449,-3.2346,4.1213,-1.0814,1.1468,-1.9115,1.9932,-2.759,2.8606,-3.6146,3.7405,5.5,72.06,9,5,0,482.017,0,1,Inactive
|
||||
-2.2788,1.7449,-2.4009,2.1603,-2.7536,2.8751,-3.5917,3.7407,-0.7667,1.5445,-1.5601,2.3784,-2.3743,3.2405,-3.2044,4.1146,-1.0811,1.4338,-1.9109,2.0448,-2.7581,2.8426,-3.6133,3.6969,4.366,89.13,10,8,0,426.535,0,2,Inactive
|
||||
-2.3921,2.2133,-2.5191,2.5485,-2.7612,3.1375,-3.5886,3.9626,-0.7838,2.402,-1.5935,2.677,-2.4197,3.2717,-3.2579,4.1483,-1.0811,1.1429,-1.911,2.0095,-2.7587,2.8996,-3.6149,3.8006,5.367,87.33,8,7,1,571.98,0,1,Inactive
|
||||
-2.3865,2.3403,-2.5271,2.7121,-2.7939,3.3065,-3.5754,4.0637,-0.7778,2.4013,-1.5673,2.671,-2.3608,3.0857,-3.1562,3.7889,-1.0296,1.0305,-1.7879,1.8306,-2.585,2.66,-3.3926,3.5011,1.625,90.19,8,8,1,437.422,0,0,Inactive
|
||||
-2.4002,1.653,-2.5297,2.3727,-2.8244,3.2379,-3.6316,4.1478,-0.7676,1.381,-1.5879,2.2366,-2.4614,3.1582,-3.3446,4.0974,-0.9944,1.1069,-1.812,2.0306,-2.68,2.9727,-3.5619,3.9207,3.164,174.32,16,8,2,596.731,0,0,Inactive
|
||||
-1.8084,1.9801,-2.0971,2.3894,-2.824,3.2191,-3.6316,4.1163,-0.7426,1.3779,-1.5879,2.2254,-2.4614,3.1375,-3.3446,4.0669,-0.9944,1.0983,-1.812,2.0118,-2.68,2.9435,-3.5619,3.8813,0.236,164.06,14,6,2,427.548,0,0,Inactive
|
||||
-1.5605,1.9802,-2.0971,2.3942,-2.8241,3.2319,-3.6317,4.1386,-0.775,1.5417,-1.5879,2.3827,-2.4614,3.2625,-3.3446,4.1738,-1.1139,1.1258,-1.9448,2.0342,-2.7907,2.9727,-3.6439,3.9191,0.247,223.37,14,8,3,538.673,0,0,Inactive
|
||||
-2.3865,1.6527,-2.5272,2.3696,-2.8242,3.2296,-3.6316,4.1343,-0.7763,1.3801,-1.5879,2.2327,-2.4614,3.1506,-3.3446,4.0859,-0.9944,1.1057,-1.812,2.0248,-2.68,2.9626,-3.5619,3.9065,1.456,174.32,20,8,2,590.768,0,0,Inactive
|
||||
-2.3987,1.6524,-2.5266,2.3682,-2.8242,3.2287,-3.6316,4.1351,-0.7789,1.3798,-1.5879,2.2335,-2.4614,3.1532,-3.3446,4.0906,-0.9944,1.1302,-1.812,2.039,-2.68,2.9772,-3.5619,3.9228,3.486,155.86,15,6,2,564.733,0,0,Inactive
|
||||
-2.3987,1.8184,-2.5266,2.3706,-2.8241,3.2252,-3.6314,4.1269,-0.761,1.3789,-1.5879,2.2295,-2.4614,3.1452,-3.3446,4.0782,-0.9944,1.1026,-1.812,2.0202,-2.68,2.9558,-3.5619,3.8975,2.293,153.06,14,6,1,489.619,0,1,Inactive
|
||||
-2.3987,1.6524,-2.5266,2.3672,-2.8242,3.2254,-3.6316,4.1288,-0.761,1.3796,-1.5879,2.2315,-2.4614,3.1484,-3.3446,4.0827,-0.9944,1.1031,-1.812,2.0217,-2.68,2.9585,-3.5619,3.9014,1.692,165.09,15,7,2,544.699,0,0,Inactive
|
||||
-2.3987,1.6524,-2.5266,2.368,-2.8242,3.2281,-3.6316,4.1341,-0.7645,1.3797,-1.5879,2.2331,-2.4614,3.1524,-3.3446,4.0892,-0.9944,1.1254,-1.812,2.0355,-2.68,2.9737,-3.5619,3.9188,3.207,155.86,16,6,2,564.733,0,0,Inactive
|
||||
-2.2755,1.8184,-2.3961,2.3694,-2.824,3.223,-3.6314,4.1239,-0.7789,1.3784,-1.5879,2.2285,-2.4614,3.1439,-3.3446,4.0767,-0.9944,1.1249,-1.812,2.0278,-2.68,2.9614,-3.5619,3.9022,2.959,143.83,14,5,1,487.647,0,1,Inactive
|
||||
-2.3865,1.6139,-2.5272,2.334,-2.8531,3.2003,-3.6862,4.1093,-0.8294,1.3761,-1.7074,2.2191,-2.6042,3.1314,-3.5092,4.0638,-0.9947,1.1466,-1.8214,2.0607,-2.7065,2.9966,-3.6082,3.9396,3.054,120.22,13,7,1,540.686,0,0,Inactive
|
||||
-2.2216,2.1805,-2.3526,2.419,-2.8439,3.2914,-3.6672,4.2089,-0.832,1.3786,-1.7125,2.2261,-2.6112,3.1435,-3.518,4.0811,-0.9958,1.1267,-1.828,2.0483,-2.7178,2.9901,-3.6228,3.9387,1.903,164.54,16,10,2,584.651,0,0,Inactive
|
||||
-2.3987,2.1769,-2.5268,2.4094,-2.8439,3.2854,-3.6672,4.2025,-0.832,1.3781,-1.7125,2.2251,-2.6112,3.142,-3.518,4.0791,-0.9958,1.1292,-1.828,2.0498,-2.7178,2.991,-3.6228,3.939,2.604,155.31,16,9,2,596.706,0,0,Inactive
|
||||
-2.3987,2.1769,-2.5268,2.4091,-2.8439,3.285,-3.6672,4.2021,-0.832,1.3778,-1.7125,2.2247,-2.6112,3.1415,-3.518,4.0786,-0.9958,1.13,-1.828,2.0507,-2.7178,2.9919,-3.6228,3.9399,4.079,146.08,15,8,2,594.734,0,0,Inactive
|
||||
-2.3549,1.612,-2.6122,2.3253,-2.9988,3.1861,-3.6852,4.0917,-0.826,1.3767,-1.7002,2.2197,-2.5939,3.1312,-3.4962,4.0627,-0.995,1.1668,-1.8181,2.079,-2.6988,3.0116,-3.5966,3.9521,4.104,131.53,12,5,2,558.704,0,0,Inactive
|
||||
-2.3549,1.6118,-2.6122,2.3232,-2.9988,3.1806,-3.6852,4.0822,-0.826,1.3761,-1.7002,2.2163,-2.5939,3.124,-3.4962,4.0513,-0.995,1.1575,-1.8181,2.0651,-2.6988,2.9933,-3.5966,3.9294,3.198,131.53,12,5,2,510.66,0,0,Inactive
|
||||
-2.3549,1.6121,-2.6122,2.3257,-2.9988,3.187,-3.6852,4.0931,-0.826,1.3768,-1.7002,2.2202,-2.5939,3.1321,-3.4962,4.0638,-0.995,1.1626,-1.8181,2.0756,-2.6988,3.0088,-3.5967,3.9497,4.424,131.53,12,5,2,558.704,0,0,Inactive
|
||||
-2.3549,1.6119,-2.6122,2.3238,-2.9988,3.1818,-3.6852,4.0842,-0.826,1.3763,-1.7002,2.2171,-2.5939,3.1255,-3.4962,4.0536,-0.995,1.1581,-1.8181,2.0665,-2.6988,2.9954,-3.5966,3.9322,3.785,131.53,11,5,2,536.698,0,0,Inactive
|
||||
-1.8225,1.6116,-2.1076,2.3216,-2.8529,3.177,-3.6852,4.0767,-0.826,1.3753,-1.7002,2.2136,-2.5939,3.1192,-3.4962,4.0445,-0.995,1.1557,-1.8181,2.0609,-2.6988,2.9869,-3.5966,3.9209,2.713,127.62,12,6,2,514.692,0,0,Inactive
|
||||
-2.3549,1.612,-2.6122,2.3241,-2.9988,3.1822,-3.6852,4.0846,-0.826,1.3766,-1.7002,2.2176,-2.5939,3.126,-3.4962,4.054,-0.995,1.1576,-1.8181,2.0658,-2.6988,2.9947,-3.5966,3.9314,2.31,140.76,12,6,2,538.67,0,0,Inactive
|
||||
-1.564,1.6116,-2.1076,2.3225,-2.8529,3.18,-3.6852,4.0822,-0.826,1.3753,-1.7002,2.2151,-2.5939,3.1231,-3.4962,4.0509,-0.995,1.1626,-1.8181,2.0705,-2.6988,2.9993,-3.5966,3.936,4.687,118.39,13,5,2,534.726,0,0,Inactive
|
||||
-1.564,1.612,-2.1076,2.3251,-2.8529,3.1866,-3.6852,4.0935,-0.826,1.3762,-1.7002,2.2191,-2.5939,3.1309,-3.4962,4.0628,-0.995,1.1694,-1.8181,2.0816,-2.6988,3.0147,-3.5967,3.9558,5.017,118.39,11,5,2,575.134,0,0,Inactive
|
||||
-1.564,1.6117,-2.1076,2.3229,-2.8529,3.1808,-3.6852,4.0836,-0.826,1.3755,-1.7002,2.2157,-2.5939,3.1242,-3.4962,4.0525,-0.995,1.163,-1.8181,2.0714,-2.6988,3.0007,-3.5966,3.9379,4.657,118.39,11,5,2,546.737,0,0,Inactive
|
||||
-1.8084,1.6117,-2.1076,2.3227,-2.8529,3.1802,-3.6852,4.0826,-0.826,1.3757,-1.7002,2.2157,-2.5939,3.1238,-3.4962,4.0517,-0.995,1.1625,-1.8181,2.0705,-2.6988,2.9994,-3.5966,3.9363,3.155,127.62,15,6,2,550.725,0,0,Inactive
|
||||
-2.3549,1.6121,-2.6122,2.3261,-2.9988,3.1879,-3.6852,4.0946,-0.826,1.378,-1.7002,2.2228,-2.5939,3.1358,-3.4962,4.0685,-0.995,1.1651,-1.8181,2.0777,-2.6988,3.0115,-3.5966,3.9531,3.91,125.98,11,6,1,599.757,0,0,Inactive
|
||||
-2.3549,1.612,-2.6122,2.3251,-2.9988,3.1854,-3.6852,4.0905,-0.826,1.3767,-1.7002,2.2193,-2.5939,3.1303,-3.4962,4.0612,-0.995,1.1653,-1.8181,2.0766,-2.6988,3.0085,-3.5966,3.9483,3.825,131.53,13,5,2,558.704,0,0,Inactive
|
||||
-1.5641,1.6114,-2.1076,2.3227,-2.8529,3.1811,-3.6852,4.0845,-0.826,1.376,-1.7002,2.2168,-2.5939,3.1258,-3.4962,4.0546,-0.995,1.1675,-1.8181,2.0745,-2.6988,3.0039,-3.5966,3.9415,4.099,109.6,10,5,1,553.128,0,0,Inactive
|
||||
-2.2178,2.1767,-2.3467,2.3125,-2.5457,3.0393,-3.0728,3.8646,-0.7825,1.5206,-1.5823,2.189,-2.3888,2.9163,-3.1987,3.6988,-0.8335,1.433,-1.5596,2.0266,-2.3609,2.7876,-3.1698,3.6065,3.843,81.14,3,7,0,350.396,0,1,Inactive
|
||||
-2.383,1.5795,-2.5255,2.3126,-2.8051,3.1066,-3.5362,3.9444,-0.8407,1.2199,-1.7081,2.008,-2.5833,2.8979,-3.4617,3.8059,-0.8774,1.1436,-1.6795,2.0269,-2.5399,2.9327,-3.4125,3.8454,4.086,52.61,5,4,1,398.89,1,0,Inactive
|
||||
-2.4093,1.5491,-2.5298,2.0938,-2.7575,2.8985,-3.5316,3.7718,-0.7826,1.5364,-1.5874,2.3702,-2.408,3.2314,-3.2408,4.1065,-1.0875,1.0799,-1.9179,1.923,-2.7639,2.7946,-3.6177,3.6794,3.009,113.19,10,8,2,473.595,0,0,Inactive
|
||||
-1.4996,1.5296,-1.8939,2.054,-2.6925,2.8604,-3.5316,3.7379,-0.7826,1.5362,-1.5874,2.3695,-2.408,3.2295,-3.2408,4.1033,-1.0875,1.1113,-1.9179,1.9399,-2.7639,2.8035,-3.6177,3.6829,2.544,103.96,10,7,2,457.596,0,0,Inactive
|
||||
-2.4163,1.548,-2.5385,2.0791,-2.7681,2.8849,-3.5316,3.7621,-0.7826,1.5364,-1.5874,2.3702,-2.408,3.2312,-3.2408,4.1062,-1.0875,1.0784,-1.9179,1.9224,-2.7639,2.7945,-3.6177,3.6794,2.58,113.19,10,8,2,473.595,0,0,Inactive
|
||||
-1.4996,1.5292,-1.8939,2.0513,-2.6925,2.8527,-3.5316,3.7264,-0.7826,1.5361,-1.5874,2.3686,-2.408,3.2273,-3.2408,4.099,-1.0875,1.0737,-1.9179,1.9085,-2.7639,2.7719,-3.6177,3.6492,2.504,103.96,8,7,2,435.59,0,0,Inactive
|
||||
-1.4995,1.5478,-1.8938,2.073,-2.6925,2.8742,-3.5316,3.7519,-0.7826,1.5363,-1.5874,2.3698,-2.408,3.2304,-3.2408,4.1049,-1.0875,1.1035,-1.9179,1.9365,-2.7639,2.8046,-3.6177,3.6869,2.864,103.96,8,7,2,463.987,0,0,Inactive
|
||||
-1.4655,1.497,-1.9561,1.9831,-2.7218,2.811,-3.5602,3.7086,-0.8391,1.2254,-1.7029,1.9841,-2.5739,2.8611,-3.4479,3.7587,-0.8632,1.1593,-1.6324,2.0507,-2.4814,2.9524,-3.3474,3.8579,5.159,67.29,6,2,1,376.525,1,0,Inactive
|
||||
-1.5238,1.5029,-1.9563,1.9937,-2.7218,2.8052,-3.5603,3.6984,-0.8391,1.2394,-1.7029,1.9865,-2.5739,2.8585,-3.4479,3.7524,-0.925,1.1552,-1.6324,2.0429,-2.4814,2.9412,-3.3474,3.8434,2.022,101.59,5,4,1,383.517,0,0,Inactive
|
||||
-1.47,1.4779,-1.9561,1.9606,-2.7218,2.7963,-3.5602,3.6912,-0.8391,1.2243,-1.7029,1.9798,-2.5739,2.8527,-3.4479,3.7462,-0.8632,1.1553,-1.6324,2.0427,-2.4814,2.9404,-3.3474,3.8419,3.511,70.53,7,3,1,383.561,0,0,Inactive
|
||||
-2.3549,1.4809,-2.6122,1.9854,-2.9988,2.8129,-3.5602,3.7054,-0.8391,1.2315,-1.7029,1.9882,-2.5739,2.8619,-3.4479,3.7568,-0.8632,1.1567,-1.6324,2.046,-2.4814,2.9456,-3.3474,3.8491,3.53,80.43,6,2,1,352.459,0,0,Inactive
|
||||
-1.8027,1.4776,-1.9563,1.9602,-2.7218,2.7969,-3.5602,3.6918,-0.8391,1.2244,-1.7029,1.9803,-2.5739,2.8533,-3.4479,3.7469,-0.8632,1.1551,-1.6324,2.0425,-2.4814,2.9403,-3.3474,3.8419,2.503,79.76,8,4,1,399.56,0,0,Inactive
|
||||
-1.5268,1.4082,-1.9563,1.9271,-2.7218,2.7936,-3.5603,3.6896,-0.8391,1.2344,-1.7029,1.9807,-2.5739,2.8529,-3.4479,3.7462,-0.8632,1.1556,-1.6324,2.043,-2.4814,2.9407,-3.3474,3.8422,4.662,58.5,5,2,0,368.546,1,0,Inactive
|
||||
-2.3916,1.4987,-2.5177,2.0463,-2.7499,2.8691,-3.5602,3.7506,-0.8391,1.2289,-1.7029,1.9903,-2.5739,2.8689,-3.4479,3.7679,-0.8632,1.1599,-1.6325,2.0514,-2.4814,2.9539,-3.3474,3.8606,5.224,76.52,6,3,1,412.942,0,0,Inactive
|
||||
-1.4655,1.4973,-1.9561,2.0286,-2.7218,2.8613,-3.5602,3.7465,-0.8391,2.3347,-1.7029,2.4645,-2.5739,2.9037,-3.4479,3.776,-0.8632,1.1626,-1.6324,2.0545,-2.4814,2.9572,-3.3474,3.8638,5.041,67.29,5,2,1,400.906,1,0,Inactive
|
||||
-1.4655,1.497,-1.9561,1.9868,-2.7218,2.8155,-3.5602,3.7123,-0.8391,1.2262,-1.7029,1.9851,-2.5739,2.8619,-3.4479,3.7591,-0.8632,1.1609,-1.6324,2.0513,-2.4814,2.9525,-3.3474,3.8577,4.88,67.29,5,2,1,382.916,1,0,Inactive
|
||||
-1.7717,1.6853,-2.2145,2.3963,-2.8726,3.282,-3.6864,4.2199,-0.8575,1.3444,-1.7546,2.2154,-2.6652,3.1658,-3.5816,4.1345,-0.9127,1.3382,-1.7402,2.2529,-2.6355,3.2174,-3.547,4.1918,3.871,58.1,2,3,0,323.396,1,0,Inactive
|
||||
-1.5304,1.4772,-1.9089,2.1587,-2.703,2.9503,-3.5286,3.7875,-0.5365,1.544,-1.2536,2.39,-2.0612,3.2595,-2.8959,4.1381,-1.0838,1.0363,-1.9147,1.8345,-2.7593,2.6843,-3.6089,3.5534,1.956,94.75,8,5,0,370.519,0,0,Inactive
|
||||
-2.4093,1.5488,-2.5298,2.0919,-2.7575,2.8988,-3.5296,3.7731,-0.7802,1.5364,-1.5815,2.3702,-2.399,3.2312,-3.2295,4.1064,-1.0874,1.0797,-1.9177,1.9232,-2.7634,2.7955,-3.6168,3.6808,3.431,113.19,11,8,2,473.595,0,0,Inactive
|
||||
-1.4992,1.5297,-1.8892,2.0563,-2.6916,2.867,-3.5299,3.7465,-0.7802,1.5365,-1.5815,2.3705,-2.399,3.2316,-3.2295,4.1067,-1.0875,1.1102,-1.9179,1.9414,-2.7637,2.8078,-3.6172,3.6898,2.662,107.2,14,8,2,514.692,0,0,Inactive
|
||||
-2.3918,1.5422,-2.5311,2.1365,-2.8059,2.933,-3.5299,3.7938,-0.7802,1.5365,-1.5815,2.3706,-2.399,3.2321,-3.2295,4.1078,-1.0875,1.0802,-1.9178,1.9246,-2.7637,2.7975,-3.6171,3.6833,1.787,122.42,9,9,2,487.578,0,0,Inactive
|
||||
-1.4992,1.5299,-1.8894,2.077,-2.6918,2.9281,-3.5301,3.8285,-0.7802,1.5514,-1.5815,2.4031,-2.399,3.2836,-3.2295,4.1783,-1.114,1.119,-1.9449,1.9695,-2.7908,2.8526,-3.644,3.7517,0.497,172.5,11,10,3,522.649,0,0,Inactive
|
||||
-1.4991,1.5477,-1.8891,2.0712,-2.6915,2.8724,-3.5299,3.7508,-0.7802,1.5362,-1.5815,2.3697,-2.399,3.2303,-3.2296,4.1049,-1.0875,1.0877,-1.9179,1.9309,-2.7637,2.8019,-3.6172,3.6859,2.785,103.96,9,7,2,443.569,0,0,Inactive
|
||||
-2.4001,1.5315,-2.5286,2.0656,-2.7692,2.879,-3.5299,3.7578,-0.7802,1.5363,-1.5815,2.3699,-2.399,3.2306,-3.2295,4.1054,-1.0875,1.0872,-1.9178,1.9304,-2.7637,2.8015,-3.6171,3.6855,2.372,113.19,10,8,2,459.568,0,0,Inactive
|
||||
-1.4991,1.5546,-1.8892,2.0812,-2.6916,2.8771,-3.5299,3.7534,-0.7802,1.5364,-1.5815,2.3702,-2.399,3.2313,-3.2295,4.1063,-1.0875,1.0831,-1.9179,1.9258,-2.7637,2.7966,-3.6172,3.6804,1.797,116.85,8,7,2,430.53,0,0,Inactive
|
||||
-2.218,2.1767,-2.3471,2.3,-2.6917,2.9615,-3.5299,3.8128,-0.7802,1.5365,-1.5815,2.3706,-2.399,3.2322,-3.2295,4.1081,-1.0875,1.0812,-1.9178,1.9284,-2.7637,2.8034,-3.6171,3.6908,1.785,122.42,9,9,2,473.551,0,0,Inactive
|
||||
-1.4992,1.5291,-1.8891,2.0513,-2.6916,2.8542,-3.5298,3.7282,-0.7802,1.536,-1.5815,2.3684,-2.399,3.2269,-3.2295,4.0984,-1.0875,1.0728,-1.9178,1.9077,-2.7637,2.7714,-3.6171,3.6489,1.577,103.96,8,7,2,407.536,0,0,Inactive
|
||||
-1.4992,1.5291,-1.8891,2.0507,-2.6916,2.8528,-3.5298,3.7264,-0.7802,1.5359,-1.5815,2.3682,-2.399,3.2264,-3.2295,4.0976,-1.0875,1.0725,-1.9178,1.9067,-2.7637,2.7699,-3.6171,3.6469,1.559,103.96,9,7,2,395.525,0,0,Inactive
|
||||
-2.3986,1.5575,-2.5263,2.1285,-2.7649,2.994,-3.5299,3.9012,-0.7895,1.5369,-1.6059,2.3735,-2.4282,3.2414,-3.2529,4.1281,-1.0875,1.126,-1.9179,2.0303,-2.7637,2.9457,-3.6172,3.8656,2.449,154.32,9,8,2,502.618,0,0,Inactive
|
||||
-1.4994,1.3626,-1.9372,1.9532,-2.7551,2.8192,-3.5974,3.706,-0.7859,1.5392,-1.5881,2.3762,-2.4096,3.24,-3.2439,4.1174,-1.0815,1.1217,-1.9121,1.9605,-2.7606,2.8296,-3.6175,3.7139,2.638,66.07,4,5,0,396.512,1,0,Inactive
|
||||
-1.5304,1.3466,-1.9349,2.1813,-2.7505,3.0725,-3.5937,3.9825,-0.7897,1.5417,-1.6192,2.3904,-2.4668,3.2758,-3.3256,4.1809,-1.0818,1.1133,-1.9157,2.0106,-2.771,2.9282,-3.637,3.8533,2.64,120.09,8,5,0,438.619,0,0,Inactive
|
||||
-1.7741,1.6796,-2.246,2.3909,-2.9348,3.2827,-3.7235,4.2325,-0.8538,1.37,-1.7272,2.255,-2.613,3.2188,-3.5065,4.2023,-0.9622,1.3609,-1.7683,2.2996,-2.641,3.2809,-3.5323,4.2713,6.222,50.48,4,4,0,482.628,1,0,Inactive
|
||||
-1.499,1.3625,-1.9399,1.9475,-2.7569,2.8058,-3.598,3.6844,-0.7803,1.5389,-1.5818,2.3744,-2.4,3.2353,-3.2317,4.1085,-1.0811,1.0734,-1.9113,1.9097,-2.7592,2.775,-3.6155,3.6539,2.36,66.07,7,5,0,352.5,1,0,Inactive
|
||||
-2.4042,1.4442,-2.5394,2.1232,-2.806,2.9258,-3.3028,3.7629,-0.7993,1.2468,-1.6099,1.9461,-2.4248,2.7665,-3.2418,3.6201,-0.9203,1.1141,-1.6199,1.9486,-2.3899,2.804,-3.1886,3.6678,3.737,59.08,6,6,0,462.59,1,0,Inactive
|
||||
-2.2575,1.9561,-2.3762,2.3947,-2.6249,3.0449,-3.1266,3.8244,-0.7755,1.2526,-1.5567,1.997,-2.3398,2.8341,-3.1238,3.6934,-0.8214,1.1473,-1.5003,1.9963,-2.2323,2.8619,-2.9831,3.7327,5.143,59.16,6,3,0,359.853,1,0,Inactive
|
||||
-1.4713,1.4335,-1.8669,2.0446,-2.6689,2.9229,-3.4946,3.8262,-0.7978,1.537,-1.6167,2.3739,-2.4406,3.2399,-3.2665,4.122,-1.0951,1.1504,-1.9314,2.0463,-2.777,2.9528,-3.6258,3.8635,3.562,153.02,7,5,2,528.519,0,1,Inactive
|
||||
-2.4001,1.4044,-2.5286,2.0093,-2.7691,2.8631,-3.4946,3.7377,-0.7702,1.5366,-1.547,2.3713,-2.3261,3.232,-3.1061,4.1051,-1.0951,1.0683,-1.9314,1.8691,-2.777,2.7123,-3.6258,3.5795,2.963,121.12,9,6,2,501.468,0,1,Inactive
|
||||
-1.6157,1.3317,-1.9264,2.0079,-2.6689,2.8678,-3.4947,3.7469,-0.7767,1.5371,-1.5646,2.373,-2.3566,3.2359,-3.1506,4.1116,-1.0952,1.0962,-1.9314,1.9079,-2.777,2.7563,-3.6258,3.625,2.702,123.41,8,7,1,568.559,0,1,Inactive
|
||||
-1.6176,1.3312,-1.9327,2.001,-2.6689,2.8588,-3.4946,3.7362,-0.7902,1.5369,-1.586,2.3724,-2.3838,3.2346,-3.1825,4.1095,-1.0952,1.1047,-1.9314,1.9206,-2.777,2.7669,-3.6258,3.632,3.525,106.34,7,6,1,554.576,0,1,Inactive
|
||||
-2.4162,1.434,-2.5382,2.0873,-2.7715,2.9738,-3.4947,3.8783,-0.7895,1.5372,-1.6058,2.3745,-2.4281,3.2413,-3.2527,4.1244,-1.0951,1.1208,-1.9314,2.0188,-2.777,2.9271,-3.6258,3.8395,3.463,162.25,9,6,2,558.545,0,1,Inactive
|
||||
-1.4727,1.4219,-1.8671,1.9824,-2.6691,2.8254,-3.4948,3.6931,-0.772,1.5362,-1.5495,2.3695,-2.3292,3.2275,-3.11,4.097,-1.0951,1.0687,-1.9312,1.8639,-2.7765,2.6902,-3.625,3.5439,2.073,111.89,7,5,2,392.546,0,0,Inactive
|
||||
-2.4163,1.4222,-2.5385,1.9952,-2.7681,2.8381,-3.4948,3.7059,-0.761,1.5364,-1.5335,2.3699,-2.3099,3.2285,-3.088,4.0984,-1.0951,1.0045,-1.9312,1.8109,-2.7765,2.6574,-3.625,3.5246,1.974,121.12,9,6,2,422.572,0,0,Inactive
|
||||
-1.4765,1.4019,-1.8671,1.9793,-2.6691,2.8245,-3.4948,3.6925,-0.7711,1.5363,-1.5477,2.3698,-2.3258,3.228,-3.1047,4.0977,-1.0951,1.1285,-1.9312,1.9271,-2.7765,2.7432,-3.625,3.5808,2.56,111.89,9,5,2,441.018,0,0,Inactive
|
||||
-2.4163,1.6039,-2.5385,2.3265,-2.8442,3.2172,-3.7069,4.1505,-0.8597,1.5416,-1.7539,2.3935,-2.6632,3.2928,-3.58,4.2216,-1.105,1.2012,-1.9281,2.1321,-2.8041,3.0813,-3.7018,4.0388,2.418,106.09,8,7,1,483.59,0,0,Inactive
|
||||
-1.9246,1.6073,-2.2879,2.3279,-2.8441,3.217,-3.7068,4.1485,-0.8597,1.5424,-1.7539,2.3952,-2.6632,3.295,-3.58,4.2237,-1.1048,1.2003,-1.9281,2.1301,-2.8041,3.0782,-3.7018,4.0346,1.516,122.89,6,6,1,444.513,0,0,Inactive
|
||||
-2.3865,1.4447,-2.5274,2.1228,-2.7992,2.923,-3.3007,3.7581,-0.7993,1.2464,-1.61,1.9435,-2.425,2.7616,-3.2421,3.6133,-0.9202,1.1131,-1.6197,1.9461,-2.3899,2.7997,-3.1888,3.6618,2.594,59.08,4,6,0,420.509,1,0,Inactive
|
||||
-2.4014,1.5519,-2.5338,2.1175,-2.794,2.8888,-3.2619,3.7158,-0.7838,1.2499,-1.573,1.947,-2.3645,2.7529,-3.1574,3.5915,-0.9868,1.1105,-1.6118,1.9345,-2.2956,2.7767,-3.0473,3.6271,3.865,67.87,7,6,1,422.525,1,0,Inactive
|
||||
-1.774,1.6805,-2.2443,2.392,-2.93,3.2806,-3.7163,4.2265,-0.8538,1.3672,-1.7267,2.2477,-2.612,3.2077,-3.5048,4.1876,-0.9591,1.36,-1.7644,2.296,-2.6365,3.2742,-3.5272,4.2614,5.664,56.03,7,3,1,415.537,1,0,Inactive
|
||||
-2.4014,1.6809,-2.5337,2.3951,-2.93,3.2869,-3.7163,4.2351,-0.8538,1.3682,-1.7268,2.2503,-2.612,3.2116,-3.5048,4.1927,-0.9592,1.3597,-1.7645,2.2957,-2.6366,3.2745,-3.5273,4.2626,5.328,74.49,8,5,1,447.535,0,0,Inactive
|
||||
-1.7741,1.6807,-2.2443,2.3935,-2.93,3.2841,-3.7163,4.2318,-0.8538,1.3683,-1.7267,2.2508,-2.612,3.2126,-3.5048,4.1942,-0.9591,1.3607,-1.7644,2.2982,-2.6365,3.2781,-3.5272,4.2668,6.387,59.27,10,4,1,512.698,0,0,Inactive
|
||||
-1.7741,1.6808,-2.2443,2.395,-2.93,3.2871,-3.7163,4.236,-0.8538,2.3348,-1.7267,2.4679,-2.612,3.2205,-3.5048,4.2006,-0.9591,1.3607,-1.7644,2.2984,-2.6365,3.2786,-3.5272,4.2679,5.542,62.51,9,5,1,517.649,0,0,Inactive
|
||||
-1.774,1.6805,-2.2443,2.3922,-2.93,3.2812,-3.7163,4.2274,-0.8538,1.3675,-1.7267,2.2482,-2.612,3.2083,-3.5048,4.1883,-0.9591,1.3602,-1.7644,2.2963,-2.6365,3.2746,-3.5272,4.2618,5.849,56.03,7,3,1,435.955,1,0,Inactive
|
||||
-1.7741,1.6801,-2.2444,2.3918,-2.9305,3.2838,-3.7173,4.2335,-0.8538,1.3698,-1.7269,2.2543,-2.6122,3.2176,-3.5052,4.2006,-0.9591,1.3606,-1.7644,2.2987,-2.6367,3.2795,-3.5276,4.2694,5.152,67.55,6,5,0,484.6,1,0,Inactive
|
||||
-1.8185,1.6804,-2.2443,2.3906,-2.93,3.2765,-3.7163,4.2195,-0.8538,1.3669,-1.7267,2.2452,-2.612,3.2023,-3.5048,4.1793,-0.9591,1.3585,-1.7644,2.2909,-2.6365,3.2659,-3.5272,4.2501,3.95,65.26,9,4,1,383.492,1,0,Inactive
|
||||
-2.4042,1.681,-2.5393,2.3965,-2.93,3.2891,-3.7163,4.2377,-0.8538,1.3685,-1.7267,2.2513,-2.612,3.2132,-3.5048,4.195,-0.9591,1.3601,-1.7644,2.2969,-2.6365,3.2765,-3.5272,4.2652,5.635,74.49,11,5,1,489.616,0,0,Inactive
|
||||
-1.774,1.6805,-2.2443,2.3916,-2.93,3.279,-3.7163,4.2235,-0.8538,1.3676,-1.7267,2.2474,-2.612,3.2061,-3.5048,4.1845,-0.9591,1.3591,-1.7644,2.2929,-2.6365,3.2694,-3.5272,4.2549,5.252,59.27,9,4,1,450.627,1,0,Inactive
|
||||
-2.218,2.1768,-2.3471,2.4009,-2.9305,3.2899,-3.7173,4.2394,-0.8538,1.3701,-1.7269,2.2546,-2.6122,3.2179,-3.5052,4.2009,-0.9591,1.3602,-1.7644,2.2977,-2.6367,3.2783,-3.5276,4.268,4.611,68.94,6,6,0,500.599,0,0,Inactive
|
||||
-2.3865,1.681,-2.5272,2.3959,-2.93,3.2878,-3.7163,4.2358,-0.8538,1.3683,-1.7267,2.2505,-2.612,3.2119,-3.5048,4.1931,-0.9591,1.3598,-1.7644,2.2961,-2.6365,3.2751,-3.5272,4.2633,4.789,74.49,9,5,1,461.562,0,0,Inactive
|
||||
-1.774,1.6806,-2.2443,2.3927,-2.93,3.2821,-3.7163,4.2284,-0.8538,2.3347,-1.7268,2.464,-2.612,3.2118,-3.5048,4.1899,-0.9592,1.3598,-1.7645,2.2956,-2.6366,3.2736,-3.5273,4.2606,5.23,56.03,6,3,1,405.473,1,0,Inactive
|
||||
-2.4001,1.6807,-2.5286,2.3933,-2.93,3.2831,-3.7163,4.2297,-0.8538,1.3676,-1.7268,2.2486,-2.612,3.2089,-3.5048,4.189,-0.9592,1.3596,-1.7645,2.2951,-2.6366,3.2733,-3.5273,4.2605,5.413,65.26,7,4,1,417.509,1,0,Inactive
|
||||
-1.774,1.6803,-2.2443,2.3901,-2.93,3.2757,-3.7163,4.2184,-0.8538,1.3665,-1.7268,2.2444,-2.612,3.2013,-3.5048,4.178,-0.9591,1.3584,-1.7645,2.2905,-2.6366,3.2653,-3.5273,4.2492,4.6,56.03,6,3,1,353.466,1,0,Inactive
|
||||
-2.401,2.3734,-2.534,2.7959,-2.7979,3.4352,-3.2499,4.1915,-0.7821,1.3627,-1.5775,2.0924,-2.3781,2.894,-3.1818,3.7242,-1.0338,1.0319,-1.7756,1.8321,-2.5558,2.6627,-3.3469,3.5067,4.113,84.75,8,8,1,468.598,0,0,Inactive
|
||||
-2.3865,2.3734,-2.5271,2.7954,-2.7943,3.433,-3.2482,4.1868,-0.7821,1.3622,-1.5775,2.0901,-2.3783,2.8888,-3.182,3.7158,-1.0338,1.0299,-1.7756,1.8272,-2.5557,2.6543,-3.3468,3.4949,1.808,84.75,6,8,1,398.463,0,0,Inactive
|
||||
-2.4097,1.6548,-2.5307,2.432,-2.7991,3.3362,-3.6366,4.2771,-0.7737,1.5426,-1.6279,2.4045,-2.5099,3.3244,-3.403,4.2747,-1.1097,1.1274,-1.9233,2.0691,-2.7922,3.0332,-3.678,4.0052,1.161,138.43,8,7,0,532.688,0,0,Inactive
|
||||
-2.4099,1.5961,-2.531,2.3562,-2.865,3.2507,-3.6705,4.1769,-0.8671,1.3422,-1.765,2.1703,-2.6745,3.0864,-3.5892,4.0263,-0.9579,1.1755,-1.7751,2.1071,-2.6661,3.0539,-3.5749,4.0062,3.77,70,9,6,0,438.524,1,0,Inactive
|
||||
-2.3864,1.5981,-2.527,2.3547,-2.8639,3.2444,-3.6685,4.1658,-0.867,1.3407,-1.7648,2.1638,-2.6741,3.0745,-3.5886,4.0092,-0.9579,1.1726,-1.7748,2.0999,-2.6654,3.0422,-3.574,3.9898,3.139,72.8,13,6,1,431.577,0,0,Inactive
|
||||
-2.3864,1.5986,-2.527,2.3585,-2.8639,3.2525,-3.6685,4.1786,-0.867,1.3425,-1.7648,2.1706,-2.6741,3.0869,-3.5886,4.027,-0.9579,1.1811,-1.7748,2.112,-2.6654,3.0591,-3.574,4.0117,4.368,76.04,11,7,1,541.092,0,0,Inactive
|
||||
-2.3864,1.5956,-2.527,2.3542,-2.8649,3.248,-3.6706,4.1738,-0.8671,1.3423,-1.7649,2.1705,-2.6743,3.0867,-3.5889,4.0267,-0.9579,1.1795,-1.7748,2.1113,-2.6656,3.0585,-3.5743,4.0112,4.574,64.01,7,6,0,477.605,1,0,Inactive
|
||||
-2.3864,1.5956,-2.527,2.3528,-2.8649,3.2437,-3.6706,4.1662,-0.8671,1.3418,-1.7649,2.1667,-2.6743,3.0787,-3.5889,4.0147,-0.9579,1.1728,-1.7748,2.101,-2.6655,3.0443,-3.5743,3.993,1.95,79.23,6,7,0,430.501,0,0,Inactive
|
||||
-2.3864,2.1435,-2.527,2.4729,-2.8649,3.2493,-3.6706,4.1702,-0.8671,1.3444,-1.7649,2.1702,-2.6743,3.0826,-3.5889,4.019,-0.9579,1.173,-1.7748,2.1015,-2.6656,3.0452,-3.5743,3.9944,1.887,90.31,9,8,0,445.516,0,0,Inactive
|
||||
-2.3864,1.5979,-2.527,2.3543,-2.8639,3.2439,-3.6685,4.1652,-0.867,1.3402,-1.7649,2.1628,-2.6741,3.0733,-3.5886,4.0078,-0.9579,1.1728,-1.7748,2.1,-2.6654,3.0421,-3.5741,3.9895,4.121,69.56,7,5,1,400.519,1,0,Inactive
|
||||
-2.3864,1.5984,-2.527,2.3568,-2.8639,3.2491,-3.6685,4.1731,-0.867,2.3347,-1.7649,2.4627,-2.6741,3.0851,-3.5886,4.0194,-0.9579,1.1784,-1.7748,2.1082,-2.6654,3.053,-3.5741,4.0032,3.595,69.56,8,5,1,412.461,1,0,Inactive
|
||||
-2.3864,1.5955,-2.527,2.3535,-2.8649,3.2463,-3.6706,4.1711,-0.8671,1.3421,-1.7649,2.1691,-2.6743,3.0839,-3.5889,4.0226,-0.9579,1.1779,-1.7748,2.1084,-2.6656,3.0543,-3.5743,4.0057,3.677,64.01,7,6,0,449.551,1,0,Inactive
|
||||
-2.3864,1.5957,-2.527,2.3553,-2.8649,3.2497,-3.6706,4.1758,-0.8671,2.3347,-1.7649,2.4661,-2.6743,3.0945,-3.5889,4.0302,-0.9579,1.1788,-1.7748,2.1102,-2.6656,3.0571,-3.5743,4.0094,3.838,64.01,7,6,0,467.541,1,0,Inactive
|
||||
-2.3864,1.7471,-2.527,2.3567,-2.865,3.2465,-3.6706,4.1691,-0.8671,1.3424,-1.7649,2.168,-2.6743,3.0806,-3.5889,4.0171,-0.9579,1.1731,-1.7748,2.1018,-2.6656,3.0455,-3.5743,3.9947,2.526,87.07,9,7,0,444.528,0,1,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3144,-2.6379,3.0048,-3.2055,3.796,-0.7915,1.2352,-1.5956,1.9344,-2.4049,2.753,-3.2169,3.6008,-0.9477,1.1495,-1.7062,1.9401,-2.5009,2.7636,-3.3045,3.6025,4.419,107,9,6,1,522.461,0,2,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3157,-2.6379,3.0112,-3.1876,3.8082,-0.7895,2.3347,-1.5918,2.4622,-2.4002,2.8421,-3.2115,3.6302,-0.9477,1.1098,-1.7062,1.9196,-2.501,2.7479,-3.3047,3.5896,3.782,107,9,6,1,461.555,0,1,Inactive
|
||||
-1.459,1.5645,-1.7965,2.0924,-2.4474,2.7976,-3.1808,3.5874,-0.7878,1.2577,-1.5808,1.9504,-2.3762,2.7372,-3.1729,3.5562,-0.8736,1.1141,-1.5567,1.935,-2.287,2.768,-3.0476,3.6068,7.076,71.09,8,4,2,445.607,0,1,Inactive
|
||||
-2.3864,1.5956,-2.527,2.3506,-2.8668,3.2396,-3.6741,4.1603,-0.8671,1.3432,-1.7653,2.1655,-2.6751,3.0749,-3.5902,4.0086,-0.9463,1.1723,-1.771,2.0994,-2.6646,3.0412,-3.5749,3.9883,2.176,60.77,4,5,0,344.411,1,0,Inactive
|
||||
-2.4022,1.4125,-2.5341,2.1399,-2.7996,2.9465,-3.2896,3.785,-0.8004,1.1773,-1.6109,1.8716,-2.4249,2.7118,-3.2404,3.5743,-0.8475,1.073,-1.5913,1.9148,-2.3816,2.7758,-3.1862,3.643,5.474,53.99,9,5,0,450.575,1,0,Inactive
|
||||
-2.3844,1.5842,-2.5274,2.3311,-2.8121,3.1431,-3.3108,3.9861,-0.8053,1.1829,-1.6245,1.9092,-2.448,2.7654,-3.2734,3.6412,-0.8511,1.0401,-1.6284,1.8903,-2.4416,2.7644,-3.2624,3.6452,3.353,72.45,8,7,0,468.546,0,0,Inactive
|
||||
-2.4022,1.4124,-2.5341,2.1395,-2.7996,2.9456,-3.2896,3.7836,-0.8004,1.1772,-1.6109,1.8708,-2.4249,2.7104,-3.2405,3.5724,-0.8475,1.0724,-1.5913,1.9137,-2.3816,2.7742,-3.1863,3.6409,4.905,53.99,8,5,0,436.548,1,0,Inactive
|
||||
-2.401,1.8502,-2.5341,2.3215,-2.7998,3.0412,-3.2748,3.8576,-0.794,1.2381,-1.6021,1.9465,-2.4154,2.7741,-3.2311,3.6299,-0.9479,1.0349,-1.708,1.8473,-2.5057,2.6938,-3.3131,3.5533,3.031,100.16,10,8,1,485.577,0,0,Inactive
|
||||
-2.2841,1.85,-2.4093,2.3163,-2.6658,3.019,-3.1969,3.8259,-0.791,1.5208,-1.5959,2.1888,-2.407,2.9204,-3.2213,3.7237,-0.9478,1.4339,-1.7069,2.0421,-2.5027,2.824,-3.3079,3.6585,3.764,98.77,8,9,1,456.495,0,1,Inactive
|
||||
-2.418,1.8502,-2.5412,2.3178,-2.7791,3.0211,-3.2545,3.8253,-0.7918,1.2368,-1.5969,1.9414,-2.4073,2.7649,-3.2205,3.6169,-0.9483,1.0638,-1.7094,1.8673,-2.5069,2.7028,-3.3134,3.554,3.971,90.93,8,7,1,481.589,0,0,Inactive
|
||||
-2.3813,1.8516,-2.5045,2.3525,-2.728,3.1227,-3.2031,3.9501,-0.7989,1.2392,-1.6144,1.9522,-2.435,2.7863,-3.2578,3.648,-0.9479,1.0644,-1.7086,1.8775,-2.5081,2.7283,-3.3183,3.5922,1.907,120.39,9,9,2,493.94,0,1,Inactive
|
||||
-2.2595,1.8512,-2.3867,2.3153,-2.6371,3.0053,-3.2048,3.7959,-0.7915,1.2359,-1.5956,1.9347,-2.4049,2.7526,-3.2169,3.5999,-0.9477,1.149,-1.7062,1.939,-2.5009,2.7618,-3.3045,3.6001,2.413,90.93,8,7,1,492.366,0,2,Inactive
|
||||
-2.401,1.8515,-2.5341,2.3232,-2.7998,3.042,-3.2742,3.8575,-0.794,1.2386,-1.6021,1.9464,-2.4153,2.7734,-3.231,3.6287,-0.9479,1.0341,-1.708,1.8458,-2.5056,2.6916,-3.3129,3.5506,1.6,109.39,11,9,1,487.549,0,1,Inactive
|
||||
-2.2595,1.8513,-2.3867,2.3177,-2.6371,3.0159,-3.2703,3.8198,-0.8158,1.2367,-1.6341,1.9446,-2.4539,2.7796,-3.2748,3.6459,-0.9477,1.1607,-1.7062,2.0113,-2.5009,2.8721,-3.3048,3.74,3.555,90.93,9,7,1,489.568,0,1,Inactive
|
||||
-2.3103,1.8508,-2.4513,2.3187,-2.7445,3.0256,-3.2814,3.8366,-0.7913,1.2371,-1.5958,1.9481,-2.4057,2.7814,-3.2182,3.6427,-0.9478,1.0866,-1.7069,1.9117,-2.5026,2.7616,-3.3073,3.6234,4.067,90.93,9,7,1,489.568,0,1,Inactive
|
||||
-2.3953,1.8519,-2.5154,2.3232,-2.7467,3.0342,-3.1893,3.8463,-0.7913,1.2377,-1.5952,1.9467,-2.4045,2.7762,-3.2164,3.634,-0.9478,1.0787,-1.707,1.8953,-2.5028,2.74,-3.3077,3.598,3.126,111.16,9,8,2,491.54,0,1,Inactive
|
||||
-2.2595,1.8513,-2.3867,2.3172,-2.6371,3.0136,-3.1867,3.8111,-0.7895,2.3347,-1.5918,2.4623,-2.4002,2.8439,-3.2115,3.6332,-0.9477,1.1096,-1.7062,1.9196,-2.501,2.7482,-3.3048,3.5904,2.659,90.93,9,7,1,459.514,0,1,Inactive
|
||||
-2.2595,1.8513,-2.3867,2.316,-2.6371,3.0076,-3.1975,3.7997,-0.7909,1.2365,-1.5943,1.9367,-2.403,2.7554,-3.2143,3.6033,-0.9477,1.1273,-1.7061,1.9314,-2.5007,2.757,-3.304,3.5969,3.12,90.93,9,7,1,475.969,0,1,Inactive
|
||||
-2.2647,1.8507,-2.3887,2.3158,-2.6394,3.0133,-3.2705,3.8169,-0.8158,1.2355,-1.6341,1.9422,-2.4539,2.7768,-3.2748,3.6426,-0.9477,1.1609,-1.7062,2.0113,-2.5009,2.8718,-3.3047,3.7393,4.526,81.7,8,6,1,473.569,0,1,Inactive
|
||||
-2.4164,1.8513,-2.5388,2.3173,-2.7714,3.0129,-3.2369,3.8092,-0.7904,1.2369,-1.5933,1.9381,-2.4016,2.7575,-3.2126,3.6059,-0.9477,1.0636,-1.7065,1.8685,-2.5017,2.7014,-3.3058,3.5491,2.376,100.16,11,8,1,471.55,0,1,Inactive
|
||||
-2.3834,1.851,-2.5264,2.3481,-2.8105,3.1208,-3.2945,3.9504,-0.7978,1.2393,-1.6117,1.9542,-2.4309,2.7894,-3.2524,3.6517,-0.948,1.0014,-1.7111,1.824,-2.5139,2.6824,-3.3272,3.5515,1.795,109.39,10,9,1,487.549,0,1,Inactive
|
||||
-2.3815,1.8515,-2.5047,2.3323,-2.7279,3.0726,-3.1946,3.8908,-0.7946,1.2379,-1.6034,1.9436,-2.4173,2.7692,-3.2335,3.6233,-0.9479,1.0303,-1.7082,1.8397,-2.5063,2.6843,-3.3141,3.5424,1.285,120.39,9,9,2,459.495,0,1,Inactive
|
||||
-2.2647,1.8506,-2.3887,2.3162,-2.6393,3.0162,-3.1842,3.8169,-0.7913,1.235,-1.5952,1.9331,-2.4045,2.7508,-3.2164,3.5978,-0.9478,1.0595,-1.707,1.8611,-2.5028,2.6923,-3.3077,3.5387,2.18,101.93,7,7,2,413.47,0,1,Inactive
|
||||
-2.4003,1.8501,-2.5293,2.3175,-2.7725,3.0202,-3.2531,3.8238,-0.7918,1.2367,-1.5969,1.9406,-2.4074,2.7635,-3.2206,3.6149,-0.9483,1.0635,-1.7094,1.8665,-2.507,2.7013,-3.3134,3.5519,3.548,90.93,7,7,1,467.562,0,0,Inactive
|
||||
-2.2841,1.85,-2.4093,2.3159,-2.6658,3.0154,-3.1902,3.8154,-0.7909,1.2357,-1.5943,1.9351,-2.403,2.7533,-3.2144,3.6007,-0.9477,1.0602,-1.7066,1.8633,-2.5019,2.6953,-3.3063,3.5422,2.64,101.93,7,7,2,427.497,0,0,Inactive
|
||||
-2.3988,1.8501,-2.527,2.3159,-2.7661,3.0138,-3.2451,3.8128,-0.7907,1.2365,-1.5942,1.939,-2.403,2.76,-3.2146,3.6098,-0.9478,1.0642,-1.7069,1.8695,-2.5026,2.7038,-3.3073,3.5529,3.548,90.93,7,7,1,467.562,0,0,Inactive
|
||||
-2.4164,1.8513,-2.5388,2.317,-2.7713,3.012,-3.2369,3.8078,-0.7904,1.2368,-1.5933,1.9373,-2.4016,2.7563,-3.2126,3.6043,-0.9477,1.0633,-1.7065,1.8679,-2.5017,2.7003,-3.3058,3.5475,1.953,100.16,10,8,1,457.523,0,1,Inactive
|
||||
-2.4164,1.85,-2.5389,2.3153,-2.7728,3.0117,-3.2469,3.8092,-0.7907,1.2362,-1.5941,1.9372,-2.403,2.7567,-3.2145,3.6052,-0.9478,1.0634,-1.7069,1.8674,-2.5026,2.7002,-3.3073,3.5479,3.026,90.93,8,7,1,441.524,0,0,Inactive
|
||||
-2.2841,1.85,-2.409,2.3155,-2.665,3.0129,-3.1935,3.8118,-0.7895,2.3347,-1.5919,2.4622,-2.4002,2.8443,-3.2116,3.635,-0.9477,1.1102,-1.7063,1.921,-2.5011,2.7505,-3.3049,3.5937,3.794,81.7,6,6,1,455.526,0,0,Inactive
|
||||
-2.3987,1.8513,-2.5268,2.3173,-2.7647,3.0127,-3.2356,3.809,-0.7905,1.2369,-1.5934,1.938,-2.4017,2.7573,-3.2127,3.6056,-0.9477,1.0636,-1.7065,1.8685,-2.5017,2.7013,-3.3058,3.5488,2.311,100.16,11,8,1,471.55,0,1,Inactive
|
||||
-2.4164,1.8514,-2.5388,2.3177,-2.7714,3.014,-3.237,3.811,-0.7904,1.2372,-1.5933,1.9392,-2.4016,2.7593,-3.2126,3.6084,-0.9477,1.0639,-1.7065,1.8694,-2.5017,2.703,-3.3058,3.5513,2.836,100.16,11,8,1,485.577,0,1,Inactive
|
||||
-2.3988,1.8513,-2.527,2.317,-2.766,3.0126,-3.2432,3.809,-0.7907,1.2367,-1.5942,1.937,-2.403,2.7558,-3.2145,3.6038,-0.9478,1.0628,-1.7069,1.8662,-2.5025,2.6982,-3.3071,3.5452,1.53,100.16,9,8,1,443.496,0,1,Inactive
|
||||
-2.4164,1.8501,-2.5386,2.3162,-2.7708,3.0142,-3.2381,3.8131,-0.7904,1.2368,-1.5934,1.9401,-2.4016,2.7618,-3.2127,3.6122,-0.9478,1.0651,-1.7065,1.8722,-2.5018,2.7075,-3.306,3.5573,4.329,90.93,9,7,1,495.616,0,0,Inactive
|
||||
-2.392,1.8508,-2.5138,2.318,-2.7526,3.0216,-3.2457,3.8286,-0.7908,1.2367,-1.5944,1.945,-2.4033,2.7752,-3.2149,3.6341,-0.9478,1.1099,-1.7069,1.9256,-2.5025,2.7674,-3.3071,3.6237,3.853,90.93,9,7,1,489.568,0,1,Inactive
|
||||
-2.4001,1.8517,-2.5199,2.3323,-2.7604,3.0613,-3.2545,3.8816,-0.7941,1.2488,-1.6024,1.9645,-2.416,2.7948,-3.232,3.6534,-0.9479,1.0365,-1.708,1.853,-2.5058,2.7038,-3.3133,3.5674,3.476,142.53,13,9,1,545.654,0,1,Inactive
|
||||
-2.261,1.8509,-2.3873,2.3188,-2.6379,3.0274,-3.1898,3.8408,-0.7922,1.521,-1.5992,2.1914,-2.4128,2.9301,-3.2298,3.7397,-0.9483,1.434,-1.7095,2.0449,-2.5076,2.8303,-3.3153,3.6678,4.339,124.07,10,9,1,488.562,0,2,Inactive
|
||||
-2.3865,1.4451,-2.5272,2.1213,-2.7957,2.9133,-3.269,3.7393,-0.793,1.2474,-1.5966,1.9397,-2.4048,2.7485,-3.2153,3.5915,-0.92,1.1125,-1.6159,1.9398,-2.3766,2.7856,-3.1655,3.6396,3.342,59.08,5,6,0,436.552,1,0,Inactive
|
||||
-2.2786,1.759,-2.4005,2.4325,-2.7991,3.3336,-3.6364,4.2716,-0.7737,1.5426,-1.6279,2.4035,-2.5098,3.321,-3.4029,4.2685,-1.1096,1.1238,-1.9231,2.0627,-2.7919,3.024,-3.6777,3.9932,-0.169,155.5,8,8,0,524.665,0,1,Inactive
|
||||
-2.3921,1.6547,-2.5191,2.4321,-2.7991,3.3365,-3.6364,4.2777,-0.7737,1.5429,-1.6279,2.4052,-2.5098,3.3256,-3.4029,4.2764,-1.1096,1.1302,-1.9231,2.0711,-2.7919,3.0355,-3.6777,4.0077,0.897,141.67,7,8,0,559.714,0,0,Inactive
|
||||
-2.2178,2.1767,-2.3467,2.3162,-2.5455,3.0533,-3.0736,3.8817,-0.784,1.5208,-1.5854,2.1901,-2.3936,2.9199,-3.2054,3.7062,-0.9866,1.4331,-1.6457,2.0262,-2.4123,2.7868,-3.2121,3.6064,3.969,67.87,6,8,1,403.479,1,1,Inactive
|
||||
-2.3987,2.1768,-2.5266,2.3194,-2.7613,3.0661,-3.1858,3.9024,-0.7841,1.521,-1.5856,2.1925,-2.394,2.9306,-3.2061,3.7305,-0.9869,1.4333,-1.6491,2.0314,-2.4161,2.8067,-3.2156,3.6413,3.919,77.1,7,9,1,441.484,0,1,Inactive
|
||||
-1.5362,1.6543,-2.0643,2.4296,-2.799,3.3311,-3.6364,4.2692,-0.7737,1.5425,-1.6279,2.4031,-2.5098,3.3203,-3.4029,4.2676,-1.1096,1.1241,-1.9231,2.0631,-2.7919,3.0244,-3.6777,3.9935,0.642,132.44,6,7,0,535.736,0,0,Inactive
|
||||
-2.4041,1.5957,-2.5391,2.3567,-2.8665,3.2533,-3.6706,4.1816,-0.867,1.5216,-1.7649,2.2183,-2.6742,3.1061,-3.5887,4.0444,-0.9579,1.4344,-1.7748,2.1269,-2.6655,3.0681,-3.5742,4.0214,5.241,81.08,10,9,0,522.602,0,1,Inactive
|
||||
-2.4165,1.5961,-2.5388,2.3557,-2.8649,3.25,-3.6705,4.1761,-0.8671,1.3421,-1.765,2.1702,-2.6745,3.0864,-3.5891,4.0264,-0.9579,1.1755,-1.7749,2.1076,-2.6659,3.0548,-3.5747,4.0073,4.193,70,10,6,0,452.551,1,0,Inactive
|
||||
-2.3991,1.5966,-2.5291,2.3593,-2.8649,3.256,-3.6704,4.1839,-0.8671,1.3427,-1.765,2.1724,-2.6745,3.0902,-3.5892,4.0315,-0.9579,1.1751,-1.7751,2.1075,-2.6661,3.0554,-3.5749,4.0089,3.685,79.23,10,7,0,468.55,0,0,Inactive
|
||||
-2.3985,1.5966,-2.5271,2.3592,-2.865,3.2556,-3.6705,4.1831,-0.8671,1.3427,-1.765,2.172,-2.6745,3.0893,-3.5892,4.0303,-0.9579,1.1749,-1.7751,2.107,-2.6661,3.0546,-3.575,4.0078,3.262,79.23,9,7,0,454.523,0,0,Inactive
|
||||
-2.4042,1.5993,-2.5393,2.3618,-2.8639,3.2567,-3.6685,4.183,-0.867,1.3417,-1.7648,2.1689,-2.6741,3.0847,-3.5886,4.0245,-0.9579,1.1762,-1.7748,2.1082,-2.6654,3.0552,-3.574,4.0077,4,88.02,13,7,1,496.604,0,0,Inactive
|
||||
-2.399,1.5985,-2.5271,2.3572,-2.8639,3.2496,-3.6685,4.1739,-0.867,1.3409,-1.7649,2.166,-2.6741,3.0797,-3.5886,4.0175,-0.9579,1.1759,-1.7748,2.1063,-2.6654,3.0516,-3.5741,4.0022,3.349,78.79,9,6,1,424.497,0,0,Inactive
|
||||
-2.3864,2.2056,-2.527,2.5322,-2.8648,3.2627,-3.6705,4.1843,-0.8671,2.4014,-1.765,2.6731,-2.6745,3.1483,-3.5892,4.0422,-0.9579,1.1769,-1.775,2.1096,-2.6659,3.0573,-3.5748,4.0105,4.568,60.77,8,5,0,462.468,1,0,Inactive
|
||||
-2.3864,1.5957,-2.527,2.3544,-2.8649,3.2474,-3.6706,4.1721,-0.8671,1.3493,-1.7649,2.1779,-2.6743,3.0924,-3.5889,4.0307,-0.9579,1.1752,-1.7748,2.105,-2.6656,3.0506,-3.5743,4.0018,2.112,89.79,7,6,0,451.527,0,0,Inactive
|
||||
-2.3987,1.4827,-2.5267,2.072,-2.7641,2.8543,-3.238,3.6894,-0.7922,1.26,-1.5941,1.9714,-2.4004,2.7864,-3.2091,3.6329,-0.9221,1.1211,-1.6165,1.9591,-2.3714,2.8129,-3.1543,3.6735,4.965,71.53,6,5,1,455.558,0,0,Inactive
|
||||
-2.4163,1.8809,-2.5386,2.3453,-2.7869,3.0726,-3.4849,3.9264,-0.8384,1.2387,-1.7036,2.0081,-2.5769,2.8846,-3.4535,3.7819,-0.8832,1.1089,-1.6867,1.9887,-2.5478,2.8895,-3.4203,3.7954,4.253,51.66,6,4,0,342.439,1,0,Inactive
|
||||
-1.5765,1.1917,-1.9841,1.996,-2.7676,2.8778,-3.5902,3.775,-0.7952,2.3347,-1.6186,2.4628,-2.4583,3.014,-3.3072,3.8944,-1.0285,1.1402,-1.8014,1.9998,-2.6288,2.89,-3.4744,3.7913,5.767,61.17,2,4,0,468.572,1,1,Inactive
|
||||
-2.2755,1.8184,-2.3961,2.4257,-2.8672,3.3022,-3.6612,4.2258,-0.7646,1.4112,-1.5718,2.3109,-2.4483,3.2636,-3.3339,4.2291,-0.9876,1.337,-1.7983,2.2197,-2.6635,3.1667,-3.5444,4.1288,4.364,119.66,11,3,0,463.65,0,1,Inactive
|
||||
-2.2755,1.8184,-2.3961,2.3412,-2.8518,3.2052,-3.6847,4.1155,-0.8345,1.3757,-1.714,2.218,-2.6117,3.1302,-3.5175,4.0629,-0.9944,1.1654,-1.8191,2.0813,-2.7027,3.0167,-3.6037,3.9594,4.931,115.59,12,5,1,488.009,0,1,Inactive
|
||||
-2.1951,1.9476,-2.4907,2.4988,-3.0269,3.2574,-3.7492,4.1189,-0.8584,1.3192,-1.744,2.1177,-2.6399,3.0077,-3.5406,3.9235,-0.8663,1.1536,-1.6932,2.0714,-2.5828,3.0006,-3.4837,3.9332,4.157,50.44,3,2,1,244.29,1,1,Inactive
|
||||
-2.3834,1.5685,-2.5263,2.2937,-2.8096,3.0951,-3.5039,3.9493,-0.7899,2.3348,-1.5995,2.4732,-2.4222,3.245,-3.2566,4.1272,-1.0798,1.1065,-1.9081,1.9704,-2.755,2.8635,-3.6108,3.7676,4.224,94.27,7,7,2,510.587,0,0,Inactive
|
||||
-2.4011,1.5504,-2.5347,2.2443,-2.798,3.0675,-3.5664,3.936,-0.8064,1.3647,-1.6278,2.1506,-2.4595,3.0018,-3.2998,3.8786,-1.0392,1.0556,-1.8354,1.9177,-2.6768,2.8064,-3.5297,3.7044,3.731,95.96,6,7,1,460.53,0,0,Inactive
|
||||
-2.3987,1.8608,-2.5272,2.3188,-2.7699,2.9862,-3.2592,3.7529,-0.785,1.291,-1.5762,2.0148,-2.3699,2.8142,-3.1653,3.639,-0.9783,1.0787,-1.7085,1.8849,-2.4919,2.7086,-3.2836,3.5416,2.741,93.5,7,6,0,414.527,0,1,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8268,-3.0432,3.5577,-3.7024,4.4314,-0.8605,2.4014,-1.7608,2.6756,-2.6724,3.1693,-3.5885,4.0296,-0.9525,1.1195,-1.8156,2.0452,-2.7188,2.991,-3.6321,3.9427,6.034,62.91,6,4,1,461.48,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8271,-3.0432,3.5588,-3.7024,4.4334,-0.8605,2.4014,-1.7608,2.6758,-2.6724,3.1713,-3.5885,4.0331,-0.9525,1.12,-1.8156,2.0469,-2.7188,2.9939,-3.6321,3.9466,6.787,62.91,6,4,1,489.534,1,0,Inactive
|
||||
-2.3358,2.3812,-2.6039,2.7436,-3.0694,3.418,-3.7466,4.3073,-0.8703,2.4014,-1.7773,2.6752,-2.6943,3.1693,-3.6154,4.0366,-0.9079,1.174,-1.7679,2.1035,-2.6779,3.0564,-3.5973,4.0149,6.452,53.68,8,3,1,453.888,1,1,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8271,-3.0434,3.5588,-3.7029,4.4334,-0.8605,2.4014,-1.7609,2.6759,-2.6725,3.1722,-3.5886,4.0343,-0.9526,1.119,-1.8157,2.0458,-2.719,2.9927,-3.6322,3.9454,5.069,66.15,7,5,1,490.522,1,0,Inactive
|
||||
-2.3919,1.5277,-2.5138,2.1471,-2.7529,2.9605,-3.2553,3.8088,-0.8001,1.2662,-1.6128,1.9798,-2.43,2.798,-3.2492,3.6514,-0.8829,1.1252,-1.6356,1.9545,-2.4294,2.8079,-3.2378,3.6729,4.233,70.08,7,6,1,468.553,0,0,Inactive
|
||||
-2.3358,2.3811,-2.6039,2.7432,-3.0694,3.4162,-3.7466,4.3043,-0.8703,2.4013,-1.7773,2.6748,-2.6943,3.1667,-3.6154,4.0325,-0.9079,1.1727,-1.7679,2.101,-2.678,3.0529,-3.5973,4.0104,4.89,53.68,4,3,1,397.78,1,1,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8271,-3.0433,3.5587,-3.7027,4.4331,-0.8605,2.4015,-1.7609,2.6759,-2.6725,3.1718,-3.5886,4.0337,-0.9525,1.1231,-1.8156,2.0484,-2.7189,2.9949,-3.6322,3.9473,4.303,81.37,11,6,1,495.494,0,0,Inactive
|
||||
-1.5633,1.5405,-1.8862,2.1518,-2.4227,2.885,-3.1357,3.6651,-0.7715,1.2602,-1.5508,1.9513,-2.3339,2.7306,-3.1189,3.5382,-0.9613,1.1049,-1.6746,1.8984,-2.4061,2.7037,-3.1444,3.5167,2.368,129.46,2,6,2,384.457,0,1,Inactive
|
||||
-2.3987,1.2868,-2.5265,2.0156,-2.7616,2.9007,-3.5065,3.799,-0.7892,1.5361,-1.5967,2.3708,-2.4192,3.2345,-3.2538,4.1138,-1.0798,1.1283,-1.9079,1.9809,-2.7546,2.8626,-3.6102,3.7572,5.206,75.81,5,5,2,446.572,0,0,Inactive
|
||||
-1.5602,1.793,-1.8827,2.4987,-2.4052,3.2988,-3.1719,4.141,-0.8325,1.2276,-1.6735,1.9772,-2.5173,2.8344,-3.3625,3.7171,-1.0999,1.0856,-1.8147,1.9343,-2.6037,2.8078,-3.4152,3.6919,-1.161,181.62,1,10,6,442.424,0,0,Inactive
|
||||
-2.254,1.7847,-2.3862,2.2156,-2.7133,2.8736,-3.4285,3.6766,-0.8275,1.5508,-1.6576,2.2119,-2.4884,2.8935,-3.3197,3.6336,-1.0497,1.4322,-1.6329,1.9815,-2.3923,2.7908,-3.1994,3.6461,4.57,99.13,6,9,1,457.479,0,1,Inactive
|
||||
-2.4008,2.6616,-2.5301,3.0992,-2.7916,3.7479,-3.2505,4.4972,-0.783,1.3675,-1.5797,2.1187,-2.3821,2.9509,-3.1877,3.8141,-1.0349,1.1299,-1.7821,1.9655,-2.5676,2.8251,-3.3637,3.6982,4.892,75.52,7,7,1,520.633,0,1,Inactive
|
||||
-1.6024,1.9799,-1.9349,2.369,-2.4209,2.8817,-3.0038,3.4632,-0.6575,1.2116,-1.3346,1.8043,-2.022,2.4916,-2.715,3.2178,-0.9207,0.8715,-1.5696,1.5668,-2.252,2.2992,-2.9436,3.0432,4.74,71.44,4,4,1,388.548,0,1,Inactive
|
||||
-2.4003,1.7463,-2.5298,2.3724,-2.7913,3.1426,-3.26,3.9661,-0.8024,1.2604,-1.6122,1.9813,-2.4249,2.8045,-3.239,3.6599,-0.9586,1.1202,-1.657,1.9495,-2.4331,2.7996,-3.2248,3.6614,4.024,76.07,6,6,1,409.482,0,1,Inactive
|
||||
-2.0805,1.7946,-2.2334,2.2593,-2.5813,2.9617,-3.1244,3.7375,-0.7774,1.3858,-1.5599,2.1026,-2.344,2.8836,-3.1287,3.6899,-0.8219,1.15,-1.4906,1.9391,-2.2038,2.7552,-2.9432,3.5813,5.978,77.32,5,6,0,419.275,0,1,Inactive
|
||||
-2.3987,2.4071,-2.5852,2.8271,-3.0431,3.5588,-3.7022,4.4332,-0.8605,2.4014,-1.7608,2.6757,-2.6724,3.1702,-3.5885,4.0308,-0.9525,1.1131,-1.8156,2.0414,-2.7189,2.9878,-3.6321,3.9397,5.048,72.14,6,5,1,463.452,0,0,Inactive
|
||||
-2.2536,2.2248,-2.3765,2.5491,-2.6307,3.0305,-3.0893,3.6493,-0.7633,1.2773,-1.5275,1.949,-2.2921,2.687,-3.0568,3.4508,-0.9333,1.1014,-1.5861,1.8838,-2.2715,2.672,-2.9636,3.4638,3.137,165.92,20,11,4,548.681,0,3,Inactive
|
||||
-2.3987,2.2037,-2.5269,2.5301,-2.765,3.118,-3.2235,3.9131,-0.7988,2.4015,-1.6073,2.6735,-2.4208,3.0988,-3.2368,3.7689,-0.96,1.1133,-1.7163,1.9473,-2.5121,2.8061,-3.3183,3.6772,4.574,90.93,10,7,1,557.565,0,1,Inactive
|
||||
-1.5135,1.9802,-1.8609,2.3982,-2.3867,3.1542,-3.0776,3.9822,-0.7962,2.3347,-1.6028,2.4632,-2.4136,2.9582,-3.2268,3.7743,-0.958,1.4342,-1.6556,2.0551,-2.4303,2.8689,-3.2203,3.7267,4.172,111.98,9,9,2,456.426,0,2,Inactive
|
||||
-2.3806,1.5223,-2.6605,2.3847,-3.1326,3.3036,-3.801,4.2436,-0.8639,1.343,-1.7665,2.1957,-2.6798,3.1336,-3.5974,4.0922,-0.8937,1.3144,-1.7572,2.1949,-2.6649,3.1443,-3.5814,4.1079,5.792,68.26,3,2,1,362.429,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8268,-3.0433,3.558,-3.7028,4.432,-0.8605,2.4014,-1.7609,2.6757,-2.6725,3.171,-3.5886,4.0325,-0.9525,1.1229,-1.8156,2.0479,-2.7189,2.9941,-3.6322,3.9463,4.326,66.15,5,5,1,462.468,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5851,2.8265,-3.043,3.557,-3.7022,4.4303,-0.8605,2.4014,-1.7609,2.6753,-2.6725,3.1678,-3.5886,4.0271,-0.9525,1.1345,-1.8156,2.0455,-2.7189,2.9896,-3.6322,3.9401,5.453,62.91,7,4,1,486.284,1,2,Inactive
|
||||
-2.3987,2.4071,-2.5852,2.8273,-3.0431,3.5594,-3.7022,4.4342,-0.8605,2.4014,-1.7608,2.6758,-2.6724,3.1711,-3.5885,4.0322,-0.9525,1.1138,-1.8156,2.0423,-2.7189,2.9891,-3.6321,3.9414,5.88,72.14,10,5,1,493.522,0,0,Inactive
|
||||
-2.4077,1.4399,-2.5338,2.1727,-2.8044,3.0207,-3.5694,3.888,-0.7903,1.3642,-1.6125,2.1481,-2.453,2.9957,-3.3032,3.867,-1.0464,1.0578,-1.8472,1.8688,-2.6943,2.7281,-3.5525,3.6095,1.13,105.21,3,6,2,351.406,0,1,Inactive
|
||||
-2.4163,1.1457,-2.5386,1.8478,-2.7703,2.627,-3.2075,3.4194,-0.7748,1.0916,-1.5554,1.6876,-2.3379,2.4698,-3.1212,3.2688,-1.0128,1.06,-1.5403,1.8447,-2.2275,2.6407,-2.9824,3.4409,4.902,32.7,10,3,1,333.516,1,0,Inactive
|
||||
-2.1945,1.9229,-2.4903,2.4819,-3.0281,3.2516,-3.751,4.1134,-0.8497,1.32,-1.7309,2.12,-2.6239,3.0084,-3.5223,3.9212,-0.8719,1.1474,-1.6985,2.062,-2.5846,2.9874,-3.4827,3.9163,3.199,50.44,0,2,1,216.236,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8278,-3.0432,3.5618,-3.7024,4.4393,-0.8605,2.4015,-1.7608,2.6766,-2.6724,3.1787,-3.5885,4.0469,-0.9525,1.1626,-1.8156,2.0757,-2.7188,3.0219,-3.6321,3.9768,5.815,66.15,7,5,1,524.539,0,0,Inactive
|
||||
-2.3987,1.4728,-2.5266,2.1316,-2.7636,3.0123,-3.3753,3.9201,-0.7613,1.3124,-1.5578,2.1213,-2.3743,3.0143,-3.1993,3.9273,-0.9295,1.1473,-1.6728,2.0249,-2.4731,2.9379,-3.2916,3.8587,4.534,90.04,9,5,0,467.639,0,0,Inactive
|
||||
-2.3358,2.3812,-2.6039,2.7443,-3.0701,3.4249,-3.7533,4.3234,-0.888,2.4014,-1.7976,2.6762,-2.7172,3.1836,-3.6411,4.0707,-0.9079,1.2251,-1.7689,2.1703,-2.6807,3.1334,-3.6023,4.1033,6.054,62.91,4,4,1,483.486,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8267,-3.0432,3.5573,-3.7025,4.4308,-0.8605,2.4014,-1.7608,2.6755,-2.6724,3.1686,-3.5885,4.0282,-0.9525,1.1199,-1.8156,2.0448,-2.7189,2.9903,-3.6321,3.9415,5.618,62.91,5,4,1,447.453,1,0,Inactive
|
||||
-2.3825,2.2243,-2.5111,2.5789,-2.781,3.21,-3.2859,4.0229,-0.7944,2.402,-1.6023,2.676,-2.4154,3.1313,-3.231,3.873,-0.8724,1.4342,-1.6039,2.0542,-2.3816,2.8826,-3.1823,3.7586,5.564,84.94,7,9,1,517.391,0,2,Inactive
|
||||
-2.1281,1.5677,-2.2618,2.2813,-2.7545,3.1236,-3.5593,4.0177,-0.8675,1.4136,-1.7361,2.1836,-2.605,3.0602,-3.4743,3.9701,-1.0386,1.2195,-1.8316,2.1399,-2.6695,3.0697,-3.5193,4.0045,8.407,107.95,4,4,2,492.623,0,0,Inactive
|
||||
-2.3865,1.7228,-2.6016,2.2799,-3.0294,3.0551,-3.5924,3.9107,-0.806,1.2538,-1.6185,2.0199,-2.4337,2.8897,-3.2503,3.7825,-0.8633,1.1551,-1.536,2.0478,-2.3027,2.9498,-3.0897,3.8549,5.153,60.7,7,4,1,393.483,1,0,Inactive
|
||||
-2.3987,2.3813,-2.604,2.7451,-3.0692,3.4257,-3.7453,4.3177,-0.8702,2.4014,-1.7771,2.6755,-2.6941,3.1715,-3.6151,4.0404,-0.9084,1.1484,-1.7697,2.0902,-2.6802,3.0466,-3.5999,4.0072,6.011,62.91,6,4,1,461.48,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5851,2.8267,-3.0431,3.5574,-3.7022,4.4309,-0.8605,2.4014,-1.7609,2.6754,-2.6725,3.1684,-3.5886,4.028,-0.9525,1.1349,-1.8156,2.0462,-2.7189,2.9905,-3.6322,3.9412,5.957,62.91,8,4,1,500.311,0,2,Inactive
|
||||
-2.2653,2.3924,-2.3826,2.8458,-2.6161,3.4233,-3.0766,4.0831,-0.7762,2.4014,-1.5653,2.673,-2.3593,3.0954,-3.1557,3.7557,-1.039,1.1332,-1.6742,1.9517,-2.3728,2.7954,-3.1017,3.6535,4.375,138.76,10,7,3,489.903,0,2,Inactive
|
||||
-1.4641,1.5004,-1.9321,2.142,-2.7394,2.997,-3.5678,3.9037,-0.8793,1.5388,-1.7643,2.3728,-2.6516,3.2318,-3.5401,4.1062,-1.0781,1.2162,-1.9018,2.1352,-2.7403,3.0611,-3.5847,3.9903,4.492,83.14,5,6,0,460.555,0,1,Inactive
|
||||
-2.3189,2.407,-2.5824,2.8253,-3.0363,3.5502,-3.6883,4.4154,-0.8541,2.4013,-1.7498,2.6742,-2.6571,3.1553,-3.5691,3.9987,-0.9519,1.1127,-1.8109,2.0283,-2.7097,2.9643,-3.6186,3.9063,4.058,59.67,3,3,1,322.238,1,0,Inactive
|
||||
-2.3605,1.2934,-2.6292,2.125,-3.044,3.0426,-3.6068,3.9788,-0.7939,1.5214,-1.6306,2.2293,-2.4882,3.1159,-3.3555,4.0448,-1.0356,1.4346,-1.827,2.1026,-2.6705,3.0189,-3.5306,3.9619,5.073,116.7,3,6,1,409.405,0,2,Inactive
|
||||
-2.1962,1.9229,-2.4932,2.4842,-3.034,3.2636,-3.7607,4.1373,-0.8543,1.3216,-1.7395,2.129,-2.636,3.0267,-3.5379,3.9487,-0.8727,1.1502,-1.7056,2.073,-2.5964,3.007,-3.4985,3.9446,3.753,53.68,2,3,1,313.397,1,0,Inactive
|
||||
-2.3987,2.3812,-2.604,2.7449,-3.0692,3.4246,-3.7452,4.316,-0.8702,2.4014,-1.7771,2.6753,-2.6941,3.1699,-3.6151,4.0378,-0.9084,1.1474,-1.7697,2.0886,-2.6802,3.0444,-3.5998,4.0043,5.047,62.91,5,4,1,433.426,1,0,Inactive
|
||||
-2.1962,1.9229,-2.4932,2.4845,-3.034,3.2645,-3.7607,4.1387,-0.8543,1.322,-1.7395,2.13,-2.636,3.028,-3.5379,3.9504,-0.8727,1.15,-1.7056,2.0729,-2.5965,3.0072,-3.4985,3.9451,2.901,62.91,2,4,1,329.396,1,0,Inactive
|
||||
-2.1962,1.9229,-2.4932,2.4842,-3.034,3.2637,-3.7607,4.1374,-0.8543,1.3217,-1.7395,2.1292,-2.6361,3.0269,-3.5379,3.949,-0.8727,1.1502,-1.7056,2.073,-2.5965,3.0072,-3.4985,3.9448,3.705,53.68,2,3,1,313.397,1,0,Inactive
|
||||
-2.3987,2.3812,-2.604,2.745,-3.0692,3.4251,-3.7452,4.3167,-0.8702,2.4014,-1.7771,2.6754,-2.6941,3.1706,-3.6151,4.0388,-0.9084,1.1478,-1.7697,2.0893,-2.6802,3.0453,-3.5998,4.0055,5.405,62.91,5,4,1,447.453,1,0,Inactive
|
||||
-2.3205,2.4071,-2.5852,2.8268,-3.0432,3.558,-3.7024,4.432,-0.8605,2.4014,-1.7608,2.6756,-2.6724,3.1698,-3.5885,4.0307,-0.9525,1.1191,-1.8156,2.0454,-2.7188,2.9917,-3.6321,3.9438,6.132,62.91,6,4,1,461.48,1,0,Inactive
|
||||
-1.4932,1.9745,-1.8791,2.3813,-2.4159,2.9412,-3.0188,3.607,-0.7337,1.2692,-1.4703,1.9443,-2.2083,2.6966,-2.9471,3.4788,-0.9353,0.9225,-1.6057,1.6581,-2.3155,2.4423,-3.0386,3.242,5.574,74.68,4,5,1,455.639,0,1,Inactive
|
||||
-2.3984,1.4363,-2.5259,2.0449,-2.7606,2.8023,-3.2149,3.6085,-0.7617,1.2712,-1.5366,1.9651,-2.3167,2.7478,-3.0994,3.563,-0.8904,1.0302,-1.5721,1.8044,-2.3132,2.6214,-3.0789,3.4499,2.017,46.61,2,4,0,309.365,1,0,Inactive
|
||||
-2.3338,2.3819,-2.6002,2.7476,-3.0595,3.4226,-3.7254,4.3013,-0.8597,2.4012,-1.7597,2.6742,-2.6707,3.1624,-3.586,4.0196,-0.908,1.1258,-1.7637,2.0585,-2.6685,3.005,-3.5825,3.9555,2.836,91.57,2,2,1,313.256,0,0,Inactive
|
||||
-1.7088,1.2643,-2.0558,1.9859,-2.5795,2.8018,-3.2385,3.64,-0.8098,1.3255,-1.6263,2.0136,-2.445,2.7749,-3.2648,3.5828,-1.0661,1.0692,-1.7694,1.8929,-2.4982,2.7344,-3.254,3.5826,6.961,50.35,7,3,1,435.633,1,1,Inactive
|
||||
-2.3864,1.598,-2.527,2.354,-2.8639,3.2431,-3.6685,4.1638,-0.867,1.3403,-1.7648,2.1624,-2.6741,3.0723,-3.5886,4.0062,-0.9579,1.172,-1.7748,2.0986,-2.6654,3.0401,-3.574,3.987,2.315,78.79,11,6,1,390.48,0,0,Inactive
|
||||
-1.5729,2.3733,-1.8953,2.7907,-2.383,3.4093,-3.0469,4.1414,-0.7844,2.4012,-1.5756,2.6715,-2.3716,3.0879,-3.1709,3.7556,-1.0339,1.1007,-1.7776,1.9028,-2.5593,2.7214,-3.351,3.5521,2.38,57.06,2,5,1,362.355,1,1,Inactive
|
||||
-1.5729,2.3731,-1.8953,2.7891,-2.383,3.4038,-3.0606,4.1302,-0.7785,1.3603,-1.5674,2.0826,-2.3619,2.8752,-3.1599,3.6964,-1.0339,1.1244,-1.7775,1.9195,-2.559,2.7303,-3.3504,3.5525,1.866,57.06,1,5,1,328.803,1,1,Inactive
|
||||
-2.3834,1.8675,-2.5263,2.3564,-2.8092,3.1094,-3.2808,3.9196,-0.7871,1.2632,-1.5901,1.9468,-2.3982,2.7373,-3.2086,3.5643,-0.9782,1.048,-1.6813,1.8012,-2.4605,2.6317,-3.2576,3.4733,0.951,95.12,8,8,2,376.409,0,1,Inactive
|
||||
-2.401,1.8672,-2.534,2.3361,-2.7988,3.0239,-3.2575,3.8051,-0.7818,1.2621,-1.5758,1.9389,-2.374,2.7165,-3.1742,3.5306,-0.9773,1.0523,-1.6726,1.8264,-2.4374,2.6451,-3.2179,3.4742,1.727,85.89,8,7,2,360.41,0,1,Inactive
|
||||
-2.3999,1.8512,-2.5329,2.333,-2.8132,3.0909,-3.3002,3.9289,-0.7985,1.2396,-1.6134,1.9565,-2.4336,2.7936,-3.256,3.6576,-0.9485,0.9821,-1.7132,1.8179,-2.5172,2.6819,-3.3316,3.5543,3.098,134.69,12,9,1,533.643,0,1,Inactive
|
||||
-2.3831,1.5796,-2.5255,2.3116,-2.8058,3.0973,-3.2781,3.9075,-0.7744,1.2731,-1.571,1.975,-2.3745,2.769,-3.1812,3.5943,-0.8679,1.0337,-1.6388,1.7516,-2.441,2.5823,-3.2482,3.4257,0.914,65.07,4,6,0,329.352,0,0,Inactive
|
||||
-2.261,1.8509,-2.3873,2.315,-2.6379,3.0064,-3.2281,3.7989,-0.7907,1.237,-1.5941,1.9401,-2.4029,2.7613,-3.2145,3.6112,-0.9477,1.0898,-1.7065,1.8864,-2.5016,2.7192,-3.3058,3.5669,3.83,110.24,10,7,1,486.634,0,1,Inactive
|
||||
-2.3988,1.8497,-2.5161,2.4296,-2.7328,3.2189,-3.205,4.0478,-0.7986,1.5214,-1.6148,2.1952,-2.4374,2.9437,-3.2633,3.7644,-0.9117,1.432,-1.6907,2.0251,-2.5004,2.8079,-3.3192,3.658,6.136,101.93,7,9,2,512.603,0,2,Inactive
|
||||
-2.3999,1.851,-2.5329,2.3319,-2.8132,3.0889,-3.3002,3.9261,-0.7985,1.2391,-1.6134,1.9544,-2.4336,2.7904,-3.256,3.6535,-0.9485,0.9808,-1.7132,1.8158,-2.5172,2.6789,-3.3316,3.5504,2.063,109.39,10,9,1,487.549,0,1,Inactive
|
||||
-1.5742,1.4252,-1.9148,2.1459,-2.4438,2.9522,-3.1009,3.7815,-0.7695,1.2134,-1.5579,1.9272,-2.3525,2.7426,-3.15,3.5808,-0.8715,0.9575,-1.6216,1.7688,-2.402,2.6091,-3.1929,3.4569,2.38,112.57,4,7,3,424.497,0,1,Inactive
|
||||
-1.4825,1.5354,-1.8666,2.0841,-2.4637,2.7912,-3.193,3.5715,-0.7723,1.2594,-1.5513,1.9467,-2.3335,2.7244,-3.1175,3.5354,-1.0198,1.1125,-1.6637,1.9217,-2.3696,2.7441,-3.1023,3.5731,4.169,78.51,11,6,2,435.568,0,0,Inactive
|
||||
-1.4544,2.279,-1.9823,2.7362,-2.7293,3.5025,-3.5518,4.3763,-0.7837,2.4019,-1.5852,2.6771,-2.4576,3.2654,-3.3478,4.1813,-1.0489,1.1315,-1.8608,2.0166,-2.7446,2.9442,-3.6403,3.885,3.912,113.06,5,6,2,462.359,0,1,Inactive
|
||||
-2.3987,1.6283,-2.5265,2.3665,-2.7909,3.2488,-3.5974,4.1713,-0.7798,1.3759,-1.6248,2.229,-2.4951,3.154,-3.3757,4.0983,-1.1097,1.1256,-1.847,2.053,-2.6943,2.9996,-3.5673,3.9527,1.518,121.77,11,6,1,456.568,0,0,Inactive
|
||||
-1.4644,1.5535,-1.9765,2.1754,-2.7534,2.9787,-3.5644,3.8421,-0.7855,1.3658,-1.5794,2.1589,-2.3766,3.0216,-3.1753,3.9087,-1.0282,1.1195,-1.7983,1.9723,-2.6186,2.8583,-3.4539,3.7571,4.557,118.51,6,6,1,435.549,0,0,Inactive
|
||||
-2.3824,1.8668,-2.5055,2.4349,-2.7489,3.1988,-3.1928,4,-0.7879,1.2627,-1.592,1.9437,-2.4012,2.7317,-3.2126,3.557,-0.9783,0.9907,-1.683,1.789,-2.4648,2.6195,-3.2643,3.4602,1.27,106.12,8,8,3,364.398,0,1,Inactive
|
||||
-1.7991,1.6133,-2.1076,2.3298,-2.853,3.193,-3.6862,4.1001,-0.8294,1.3752,-1.7074,2.217,-2.6042,3.1281,-3.5092,4.0593,-0.9947,1.1476,-1.8214,2.0605,-2.7065,2.9951,-3.6082,3.9369,4.595,101.76,10,5,1,494.661,0,0,Inactive
|
||||
-2.4164,1.8659,-2.5387,2.3297,-2.7704,2.9945,-3.2091,3.7462,-0.7765,1.2611,-1.5611,1.9316,-2.3492,2.697,-3.1392,3.4978,-0.9767,1.0594,-1.6686,1.8487,-2.4274,2.6552,-3.1994,3.4705,2.799,76.66,8,6,2,346.427,0,1,Inactive
|
||||
-2.418,1.8514,-2.5412,2.3195,-2.7791,3.0218,-3.2535,3.8247,-0.7918,1.2373,-1.5968,1.9411,-2.4073,2.7637,-3.2204,3.6149,-0.9483,1.0629,-1.7094,1.8653,-2.5068,2.6997,-3.3132,3.5499,2.836,100.16,11,8,1,485.577,0,1,Inactive
|
||||
-1.5359,1.628,-2.0675,2.3656,-2.7908,3.2477,-3.5974,4.1702,-0.7799,1.3758,-1.6248,2.2288,-2.4951,3.1541,-3.3757,4.0986,-1.1097,1.1356,-1.8469,2.0585,-2.6943,3.0047,-3.5673,3.9578,2.239,112.54,9,5,1,460.987,0,0,Inactive
|
||||
-1.4444,1.5308,-1.9394,2.1021,-2.7552,2.9721,-3.5947,3.885,-0.7796,1.5401,-1.5829,2.3807,-2.3985,3.253,-3.2289,4.1448,-1.0811,1.1886,-1.9106,2.0992,-2.7574,3.0221,-3.6122,3.9496,6.463,103.54,10,5,1,504.656,0,0,Inactive
|
||||
-2.2495,2.3629,-2.373,2.8242,-2.6129,3.4165,-3.1932,4.0827,-0.7782,2.4013,-1.5699,2.6717,-2.3672,3.0827,-3.1672,3.6819,-1.0727,1.1346,-1.7026,1.9519,-2.4084,2.7858,-3.1549,3.6272,4.453,66.84,8,5,1,415.795,1,1,Inactive
|
||||
-1.4761,1.4036,-1.882,1.9477,-2.6932,2.7977,-3.5305,3.6719,-0.7762,1.5353,-1.5693,2.3655,-2.3788,3.2203,-3.2026,4.0873,-1.0863,1.1403,-1.9149,1.9685,-2.7583,2.8181,-3.609,3.6815,4.146,83.65,8,5,2,434.989,0,0,Inactive
|
||||
-2.383,1.8845,-2.5255,2.5175,-2.9448,3.4007,-3.8115,4.3459,-0.8304,1.4556,-1.7227,2.3675,-2.6423,3.3366,-3.5735,4.3222,-1.1098,1.1759,-1.9379,2.1272,-2.8519,3.108,-3.7827,4.099,2.182,106.06,6,6,0,520.929,0,0,Inactive
|
||||
-2.3102,2.3603,-2.451,2.7463,-2.743,3.2783,-3.266,3.9329,-0.7778,2.4019,-1.5665,2.6738,-2.3597,3.0898,-3.1552,3.7084,-0.9028,1.1276,-1.5965,1.9632,-2.327,2.8113,-3.0844,3.665,5.255,87.66,6,6,3,474.41,0,1,Inactive
|
||||
-1.7741,1.6798,-2.2444,2.389,-2.9305,3.2767,-3.7173,4.2219,-0.8538,1.3683,-1.7269,2.249,-2.6122,3.2083,-3.5052,4.1873,-0.9591,1.3592,-1.7644,2.2934,-2.6367,3.2704,-3.5276,4.2565,4.761,50.48,5,4,0,448.611,1,0,Inactive
|
||||
-2.401,1.5047,-2.534,2.1405,-2.7987,2.9181,-3.2618,3.7288,-0.7841,1.263,-1.5722,1.9533,-2.3661,2.7407,-3.1628,3.5662,-0.9934,1.1125,-1.6595,1.9298,-2.3944,2.7621,-3.1602,3.6028,4.866,59.08,6,6,0,490.644,1,0,Inactive
|
||||
-2.3865,1.8502,-2.5272,2.3208,-2.7963,3.0393,-3.2737,3.8546,-0.794,1.2378,-1.6022,1.9449,-2.4155,2.7713,-3.2313,3.626,-0.9479,1.0341,-1.708,1.8455,-2.5058,2.6907,-3.3131,3.5492,2.25,100.16,8,8,1,457.523,0,0,Inactive
|
||||
-1.6353,1.428,-1.9197,2.0496,-2.4612,2.8537,-3.1754,3.684,-0.769,1.5211,-1.5595,2.1932,-2.3591,2.93,-3.1635,3.7218,-0.8527,1.4318,-1.577,2.02,-2.367,2.7793,-3.1704,3.5978,4.455,57.69,3,7,0,371.437,1,1,Inactive
|
||||
-1.2419,1.2067,-1.9926,2.0972,-2.8253,3.0264,-3.6928,3.9697,-0.7975,1.5597,-1.6362,2.4376,-2.5006,3.3551,-3.3801,4.291,-1.0823,1.1574,-1.9286,2.0604,-2.8029,2.9919,-3.6899,3.9363,4.046,134.04,6,8,0,568.783,0,0,Inactive
|
||||
-1.6356,1.4324,-1.9235,2.0698,-2.4657,2.8742,-3.1801,3.7084,-0.7691,1.5211,-1.5598,2.1942,-2.3597,2.9353,-3.1644,3.7347,-0.8627,1.4319,-1.5834,2.0211,-2.3708,2.7832,-3.1736,3.6055,3.956,57.69,3,7,0,381.432,1,1,Inactive
|
||||
-1.4862,1.4327,-1.8649,2.0803,-2.4365,2.8885,-3.138,3.7229,-0.7687,1.5211,-1.5582,2.1933,-2.3565,2.9323,-3.1596,3.7293,-0.8629,1.4316,-1.5872,2.0151,-2.3757,2.7692,-3.1777,3.5877,5.131,66.48,4,7,1,409.486,1,1,Inactive
|
||||
-2.4015,1.8515,-2.6728,2.3229,-3.0831,3.0278,-3.5892,3.8268,-0.7566,1.2433,-1.5436,1.9687,-2.3401,2.7968,-3.1407,3.6479,-0.9497,1.0312,-1.7102,1.8388,-2.5037,2.6756,-3.3045,3.5263,2.459,94.84,6,6,1,427.497,0,0,Inactive
|
||||
-1.3285,2.0643,-1.6305,2.4669,-2.2817,2.9919,-3.0469,3.5804,-0.766,1.2132,-1.5331,1.8006,-2.3006,2.4624,-3.0682,3.1918,-0.8588,1.0987,-1.5047,1.8762,-2.1633,2.6572,-2.8261,3.4398,2.629,69.56,8,4,3,265.353,1,0,Inactive
|
||||
-2.418,1.8884,-2.5412,2.4318,-2.779,3.1543,-3.2667,3.9424,-0.7899,1.2248,-1.5932,1.9211,-2.402,2.7381,-3.2136,3.583,-0.9113,1.0624,-1.6824,1.8632,-2.4814,2.6939,-3.2878,3.539,3.821,87.85,6,6,1,385.46,0,2,Inactive
|
||||
-2.243,1.9046,-2.3682,2.3673,-2.7566,3.1076,-3.596,3.9837,-0.8119,1.5401,-1.6328,2.3806,-2.4564,3.2516,-3.2816,4.1411,-1.0812,1.1606,-1.911,2.0616,-2.7579,2.982,-3.6128,3.9102,5.384,129.4,7,7,1,526.68,0,0,Inactive
|
||||
-2.3824,1.8669,-2.5055,2.435,-2.7489,3.1992,-3.1928,4.0007,-0.7879,1.2628,-1.592,1.9442,-2.4012,2.7326,-3.2126,3.5584,-0.9783,0.9912,-1.683,1.7898,-2.4648,2.6206,-3.2643,3.4616,1.839,106.12,9,8,3,378.425,0,1,Inactive
|
||||
-1.4542,2.2789,-1.9823,2.736,-2.7292,3.5014,-3.5518,4.374,-0.7638,2.4019,-1.5843,2.6769,-2.4573,3.264,-3.3476,4.1789,-1.0491,1.0957,-1.8608,1.992,-2.7446,2.9229,-3.6403,3.8642,2.168,141.3,5,6,2,454.361,0,1,Inactive
|
||||
-1.6968,1.88,-2.1545,2.561,-2.9103,3.425,-3.7529,4.3428,-0.7805,1.4712,-1.5914,2.3855,-2.4996,3.3452,-3.4189,4.3174,-1.0271,1.3066,-1.8919,2.1828,-2.7981,3.1328,-3.7164,4.1005,3.661,65.06,5,3,0,395.507,1,0,Inactive
|
||||
-1.4767,1.4033,-1.8799,1.8825,-2.6829,2.566,-3.5029,3.3862,-0.5308,1.564,-1.1391,2.3993,-1.8666,3.245,-2.6898,4.0939,-1.0823,0.8209,-1.9048,1.5534,-2.7366,2.3895,-3.5712,3.2359,1.481,78.1,9,6,1,359.536,0,0,Inactive
|
||||
-2.2716,1.7944,-2.3968,2.2723,-2.6651,2.9287,-3.1892,3.6722,-0.7731,1.2322,-1.5533,1.8947,-2.3362,2.6578,-3.1206,3.4547,-0.9613,1.0639,-1.6619,1.8564,-2.3951,2.6631,-3.1394,3.476,3.71,69.67,3,5,0,344.407,1,0,Inactive
|
||||
-1.5523,1.886,-2.1497,2.5201,-2.9337,3.3924,-3.7858,4.3308,-0.7795,1.4553,-1.6404,2.3681,-2.5483,3.3366,-3.4691,4.3208,-1.1095,1.1475,-1.9321,2.102,-2.8379,3.0839,-3.759,4.074,2.399,106.61,3,3,0,450.907,0,0,Inactive
|
||||
-2.4005,1.8031,-2.5293,2.2681,-2.7683,2.9134,-3.2551,3.6787,-0.7953,1.2195,-1.5964,1.8752,-2.3998,2.6704,-3.2042,3.5059,-0.9459,1.0884,-1.6499,1.9136,-2.3949,2.7537,-3.1629,3.5998,3.413,61.83,7,5,0,380.44,1,1,Inactive
|
||||
-2.249,1.5608,-2.3898,2.2818,-2.7745,3.1217,-3.5683,4.0025,-0.8043,1.3737,-1.6251,2.1798,-2.4592,3.0549,-3.303,3.9545,-1.0397,1.1082,-1.8369,1.9506,-2.6796,2.8395,-3.5338,3.7481,2.814,152.22,2,8,2,510.594,0,2,Inactive
|
||||
-2.261,1.8509,-2.3873,2.3169,-2.6379,3.0175,-3.1933,3.8224,-0.7907,1.5208,-1.5949,2.1884,-2.4052,2.9183,-3.2187,3.7197,-0.9477,1.4339,-1.7065,2.0416,-2.5018,2.8227,-3.3064,3.6564,4.339,124.07,10,9,1,488.562,0,2,Inactive
|
||||
-2.243,2.2069,-2.3681,2.5522,-2.6198,3.2422,-3.3882,4.11,-0.8069,2.4012,-1.641,2.6727,-2.4851,3.1336,-3.3338,3.9511,-0.8795,1.1317,-1.6462,2.0172,-2.477,2.936,-3.3215,3.864,3.868,93.45,4,3,1,352.337,0,0,Inactive
|
||||
-2.2178,2.1767,-2.3467,2.3165,-2.5455,3.0541,-3.0737,3.8828,-0.784,1.5208,-1.5854,2.1904,-2.3936,2.9207,-3.2054,3.7078,-0.9867,1.4332,-1.6458,2.0266,-2.4124,2.7879,-3.2122,3.6082,4.266,67.87,6,8,1,417.506,1,1,Inactive
|
||||
-2.3865,2.2057,-2.5272,2.5312,-2.7958,3.0855,-3.5902,3.8621,-0.7758,2.4014,-1.5712,2.6738,-2.3849,3.2581,-3.2139,4.1268,-1.0815,1.1138,-1.9116,1.9518,-2.759,2.8176,-3.6144,3.6982,3.654,90.52,12,7,0,475.485,0,1,Inactive
|
||||
-2.1609,1.7828,-2.3067,2.1976,-2.6328,2.8369,-3.2164,3.6355,-0.7943,1.2199,-1.5956,1.8706,-2.3993,2.6554,-3.2043,3.4783,-1.0626,1.0676,-1.7036,1.8788,-2.4254,2.7049,-3.1821,3.5376,1.381,80.67,2,5,1,342.391,0,1,Inactive
|
||||
-1.6481,1.4436,-2.0806,2.048,-2.6837,2.8895,-3.3886,3.7729,-0.7796,1.4685,-1.5867,2.2345,-2.4022,3.0797,-3.2213,3.9638,-0.9803,1.3207,-1.6085,2.1594,-2.2971,3.0526,-3.037,3.9569,4.916,77.63,5,2,1,424.936,0,1,Inactive
|
||||
-1.5604,1.6516,-2.097,2.3628,-2.824,3.2164,-3.6316,4.1154,-0.7633,1.3768,-1.5879,2.2245,-2.4614,3.1374,-3.3446,4.0678,-0.9944,1.1169,-1.812,2.0208,-2.68,2.9526,-3.5619,3.8912,2.514,117.53,9,3,1,387.53,0,0,Inactive
|
||||
-2.3916,1.9836,-2.5176,2.3934,-2.7477,2.9851,-3.1731,3.7571,-0.7681,1.5204,-1.5556,2.1861,-2.3508,2.9038,-3.1502,3.672,-0.8907,1.4329,-1.5968,2.0185,-2.3656,2.7592,-3.1579,3.5587,2.675,92.7,6,8,2,332.312,0,1,Inactive
|
||||
-1.5607,1.9772,-2.1503,2.4067,-2.9315,3.2554,-3.7756,4.1737,-0.7437,1.4123,-1.6009,2.2924,-2.4893,3.2314,-3.388,4.1865,-0.9962,1.1425,-1.8372,2.062,-2.7243,3.0163,-3.6235,3.9783,2.842,160.1,6,4,1,561.483,0,1,Inactive
|
||||
-1.2044,1.3453,-1.9301,2.1892,-2.7443,3.0825,-3.5887,3.9951,-0.7898,1.5419,-1.6199,2.3923,-2.4685,3.2805,-3.3287,4.1885,-1.0733,1.1348,-1.901,2.0303,-2.7546,2.9513,-3.6213,3.88,4.154,99.78,6,3,0,347.465,0,0,Inactive
|
||||
-1.4759,1.5741,-1.8814,2.1464,-2.5173,2.8581,-3.2292,3.6233,-0.6268,1.2809,-1.3567,2.0115,-2.1249,2.8057,-2.9022,3.6172,-1.0198,0.9517,-1.6933,1.7189,-2.4614,2.5174,-3.2416,3.3295,1.467,103.43,9,4,1,386.521,0,0,Inactive
|
||||
-1.6135,1.3435,-2.1194,2.1608,-2.871,3.0531,-3.7189,3.9694,-0.8011,1.3784,-1.6693,2.2183,-2.5608,3.1266,-3.4616,4.0541,-1.0291,1.1382,-1.8248,2.0507,-2.6981,2.9817,-3.5934,3.9191,3.903,69.64,1,3,1,305.381,1,0,Inactive
|
||||
-1.3279,1.2143,-1.9002,2.0332,-2.6302,2.9171,-3.4185,3.8173,-0.7585,1.3081,-1.5588,2.1063,-2.3795,2.9877,-3.2098,3.8896,-0.932,1.0965,-1.6906,1.9871,-2.5029,2.8941,-3.3308,3.8065,2.374,86.28,4,2,2,291.42,0,0,Inactive
|
||||
-2.4164,1.85,-2.5386,2.3153,-2.7708,3.011,-3.2381,3.8078,-0.7904,1.2363,-1.5934,1.9374,-2.4016,2.757,-3.2127,3.6055,-0.9477,1.064,-1.7065,1.8692,-2.5018,2.7023,-3.306,3.5501,3.384,90.93,9,7,1,455.551,0,0,Inactive
|
||||
-1.774,1.6797,-2.2444,2.3878,-2.9305,3.274,-3.7173,4.2178,-0.8538,1.3672,-1.7269,2.2463,-2.6123,3.2042,-3.5052,4.1819,-0.9591,1.3587,-1.7644,2.2917,-2.6367,3.2674,-3.5276,4.2522,4.662,47.24,4,3,0,379.504,1,0,Inactive
|
||||
-2.2626,1.8861,-2.3824,2.4659,-3.0037,3.3546,-3.8841,4.2984,-0.8176,1.4296,-1.7278,2.3358,-2.6639,3.3002,-3.6093,4.2802,-1.0102,1.19,-1.8875,2.1482,-2.8174,3.1272,-3.7612,4.1134,3.956,89.45,4,4,1,352.394,0,0,Inactive
|
||||
-1.5537,1.6189,-2.0829,2.3566,-2.8042,3.2387,-3.6098,4.1606,-0.7812,2.3347,-1.6265,2.4652,-2.4972,3.1536,-3.3782,4.0942,-1.0886,1.1366,-1.8353,2.0587,-2.6878,3.0039,-3.5629,3.9561,2.736,83.44,8,3,0,401.507,0,0,Inactive
|
||||
-1.774,1.6803,-2.2443,2.39,-2.93,3.2756,-3.7163,4.2182,-0.8538,1.3665,-1.7267,2.2443,-2.612,3.2011,-3.5048,4.1778,-0.9591,1.3583,-1.7644,2.2903,-2.6365,3.265,-3.5273,4.2488,3.902,56.03,5,3,1,337.423,1,0,Inactive
|
||||
-1.5301,1.4382,-1.9062,2.0016,-2.4171,2.7726,-3.037,3.5815,-0.7617,1.5204,-1.538,2.185,-2.3215,2.897,-3.109,3.653,-0.8826,1.4331,-1.5705,2.0229,-2.2937,2.766,-3.0577,3.56,3.028,66.48,6,7,1,357.41,1,1,Inactive
|
||||
-1.4761,1.4036,-1.881,1.9628,-2.6905,2.816,-3.5259,3.6889,-0.7671,1.5353,-1.5583,2.3654,-2.3681,3.2201,-3.1929,4.0868,-1.0863,1.1388,-1.9149,1.9629,-2.7583,2.8099,-3.6089,3.6715,3.709,83.65,8,5,2,420.962,0,0,Inactive
|
||||
-2.2832,1.7617,-2.4071,2.1786,-2.6605,2.8212,-3.104,3.6176,-0.7939,1.2155,-1.5935,1.831,-2.3948,2.5919,-3.1967,3.4073,-1.0501,1.0638,-1.6337,1.8705,-2.3375,2.6909,-3.0986,3.5169,1.973,83.83,2,5,2,344.407,0,1,Inactive
|
||||
-1.4713,1.4331,-1.8669,2.0089,-2.6689,2.8562,-3.4946,3.7278,-0.6258,1.5366,-1.3102,2.3713,-2.0904,3.2318,-2.9129,4.1044,-1.0951,1.0341,-1.9313,1.8167,-2.777,2.6713,-3.6258,3.5443,1.433,153.02,7,5,2,464.432,0,1,Inactive
|
||||
-2.3827,2.093,-2.5122,2.4948,-2.7779,3.0553,-3.3712,3.8529,-0.8159,1.2302,-1.635,1.9581,-2.4571,2.8114,-3.2815,3.6892,-0.9072,1.1129,-1.6812,1.9426,-2.4866,2.8104,-3.3014,3.6893,4.327,93.14,6,7,1,570.48,0,2,Inactive
|
||||
-1.473,1.4226,-1.997,1.9419,-2.5945,2.6736,-3.2252,3.4785,-0.7793,1.4565,-1.5695,2.1863,-2.3632,2.9596,-3.1584,3.7509,-0.9805,1.1032,-1.614,1.9032,-2.3155,2.7201,-3.05,3.5438,3.63,59.81,4,2,1,370.884,1,1,Inactive
|
||||
-2.3553,1.575,-2.6131,2.1514,-3.0009,2.8687,-3.4768,3.6378,-0.6256,1.2844,-1.3565,2.0183,-2.1247,2.8148,-2.902,3.6278,-1.0197,1.0132,-1.6931,1.786,-2.4612,2.5786,-3.2414,3.383,1.902,88.33,9,4,1,370.453,0,0,Inactive
|
||||
-2.3769,2.4072,-2.5831,2.8273,-3.0401,3.5542,-3.6967,4.4207,-0.8538,2.4014,-1.7493,2.6756,-2.6564,3.1667,-3.5682,4.0186,-0.9518,1.1356,-1.8106,2.0415,-2.7091,2.9805,-3.6177,3.9263,6.289,74.97,8,5,0,515.278,0,2,Inactive
|
||||
-1.4762,1.5464,-1.8026,2.0784,-2.2975,2.7191,-2.8829,3.4025,-0.5634,1.2461,-1.1966,1.8893,-1.8637,2.5936,-2.5447,3.3162,-1.023,0.8338,-1.6541,1.4208,-2.3338,2.1156,-3.0236,2.8404,0.975,87.3,6,6,3,321.421,0,0,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3145,-2.6379,3.0052,-3.1983,3.7968,-0.7909,1.2354,-1.5943,1.9346,-2.403,2.7528,-3.2143,3.6002,-0.9477,1.1275,-1.7061,1.9314,-2.5006,2.7567,-3.304,3.5961,4.243,107,9,6,1,478.01,0,1,Inactive
|
||||
-2.4164,1.8509,-2.5386,2.3164,-2.7708,3.0124,-3.2369,3.8094,-0.7904,1.2362,-1.5933,1.9377,-2.4016,2.7579,-3.2126,3.6069,-0.9477,1.0645,-1.7065,1.8703,-2.5016,2.704,-3.3058,3.5523,4.317,116.23,12,7,1,501.645,0,1,Inactive
|
||||
-2.2178,2.1767,-2.3467,2.3195,-2.5456,3.0664,-3.1746,3.9018,-0.7844,1.5209,-1.5865,2.1923,-2.3955,2.9312,-3.2081,3.7337,-0.9744,1.4335,-1.636,2.0375,-2.4076,2.8279,-3.2097,3.6715,4.822,67.87,6,8,1,423.469,1,1,Inactive
|
||||
-1.4607,2.079,-1.8281,2.4903,-2.3574,3.1041,-3.0693,3.9176,-0.7917,1.5209,-1.5985,2.1954,-2.4118,2.9517,-3.2286,3.7739,-0.8703,1.4339,-1.5522,2.0551,-2.3175,2.8635,-3.127,3.7157,3.256,91.75,6,8,1,306.274,0,1,Inactive
|
||||
-2.247,1.584,-2.3858,2.3207,-2.7679,3.155,-3.5624,4.0255,-0.8158,1.3655,-1.6342,2.1575,-2.4614,3.0201,-3.3091,3.9095,-1.0384,1.0865,-1.8388,1.9369,-2.686,2.8215,-3.5443,3.7227,1.997,96.42,1,6,1,373.412,0,1,Inactive
|
||||
-1.4434,2.2133,-1.8785,2.5473,-2.6867,3.1285,-3.5215,3.9468,-0.7838,2.4019,-1.5933,2.6756,-2.4189,3.2522,-3.2562,4.121,-1.0869,1.1455,-1.9161,2.0068,-2.7609,2.8889,-3.6138,3.7816,5.112,83.65,8,5,2,486.874,0,1,Inactive
|
||||
-1.5298,1.3459,-1.9727,1.8448,-2.7711,2.5103,-3.5855,3.3008,-0.5288,1.536,-1.1521,2.357,-1.9064,3.1924,-2.7231,4.0325,-1.0772,0.8347,-1.893,1.5558,-2.7188,2.3794,-3.5479,3.2166,1.148,66.07,5,5,0,302.44,0,0,Inactive
|
||||
-2.3549,1.406,-2.6122,1.9799,-2.9988,2.8235,-3.526,3.6934,-0.7671,1.5354,-1.5583,2.3657,-2.3681,3.2205,-3.1929,4.0873,-1.0863,1.1322,-1.9149,1.9516,-2.7583,2.7972,-3.6089,3.6585,2.837,96.79,8,5,2,410.923,0,0,Inactive
|
||||
-1.7741,2.0975,-2.2453,2.5427,-2.9317,3.3357,-3.717,4.2608,-0.8539,1.367,-1.7273,2.2454,-2.6132,3.2025,-3.5068,4.1794,-0.9622,1.3583,-1.7684,2.2905,-2.6411,3.2654,-3.5325,4.2494,4.385,64.23,2,3,1,324.38,1,0,Inactive
|
||||
-2.1448,1.8814,-2.2881,2.3071,-2.6123,2.949,-3.1987,3.7193,-0.7697,1.2749,-1.5508,1.9781,-2.3383,2.7704,-3.1289,3.5937,-0.8596,1.1095,-1.5566,1.917,-2.3095,2.7425,-3.086,3.5778,3.731,63.68,4,5,0,361.397,1,0,Inactive
|
||||
-1.5739,2.167,-1.9649,2.7464,-2.7306,3.4621,-3.5318,4.2606,-0.7748,1.5215,-1.5915,2.2101,-2.4288,3.0421,-3.2768,3.9269,-1.0393,1.4327,-1.8359,2.046,-2.6783,2.8742,-3.5327,3.7621,4.604,115.43,3,7,1,448.548,0,2,Inactive
|
||||
-1.523,1.3303,-1.9019,1.9337,-2.6932,2.7847,-3.5305,3.6542,-0.7762,1.5352,-1.5693,2.3649,-2.3788,3.2185,-3.2026,4.0836,-1.0863,1.1147,-1.9149,1.9353,-2.7583,2.7783,-3.609,3.6369,1.599,78.1,6,6,1,393.553,0,0,Inactive
|
||||
-1.3387,1.9768,-1.867,2.3723,-2.6691,2.9106,-3.4947,3.6855,-0.6205,1.5359,-1.3087,2.3678,-2.0903,3.2236,-2.9118,4.09,-1.0951,0.9567,-1.9312,1.7567,-2.7765,2.6042,-3.625,3.4701,0.28,120.09,5,5,2,303.405,0,0,Inactive
|
||||
-1.4727,1.4219,-1.8671,1.9832,-2.6691,2.8273,-3.4948,3.6965,-0.7889,1.5363,-1.5824,2.3697,-2.3776,3.2282,-3.1736,4.0982,-1.0951,1.0828,-1.9312,1.8954,-2.7765,2.7289,-3.625,3.5813,2.51,111.89,7,5,2,406.573,0,0,Inactive
|
||||
-2.3825,1.8821,-2.5087,2.3206,-2.8055,3.042,-3.3483,3.8848,-0.7954,1.2283,-1.6053,1.951,-2.4204,2.8024,-3.238,3.6787,-0.9082,1.1233,-1.6818,1.9601,-2.4839,2.8215,-3.2938,3.6959,5.609,78.9,5,6,0,514.618,0,1,Inactive
|
||||
-1.473,1.6619,-1.8807,2.2914,-2.5516,3.0649,-3.3143,3.8866,-0.7717,1.3151,-1.5489,2.0762,-2.3617,2.9078,-3.1948,3.7598,-0.9003,1.0857,-1.6649,1.9168,-2.4827,2.7706,-3.3147,3.6327,2.673,91.06,7,5,2,367.449,0,0,Inactive
|
||||
-1.5147,2.0952,-2.0311,2.5016,-2.7078,3.1191,-3.4542,3.9682,-0.771,1.3697,-1.5451,2.2087,-2.3243,3.1041,-3.1177,4.0153,-0.8714,1.3246,-1.5484,2.1592,-2.2768,3.0565,-3.0734,3.9692,3.665,150.22,4,6,1,518.616,0,1,Inactive
|
||||
-1.4955,1.4387,-1.8785,2.0975,-2.4878,2.9039,-3.3055,3.7667,-0.8199,1.2878,-1.6404,2.0205,-2.461,2.8637,-3.2818,3.745,-0.9139,1.1613,-1.6452,2.0281,-2.4132,2.912,-3.2029,3.8046,4.748,74.76,6,6,0,578.668,0,1,Inactive
|
||||
-1.4544,2.279,-1.9722,2.7369,-2.7187,3.5058,-3.5418,4.3816,-0.7643,2.4019,-1.5862,2.6774,-2.4598,3.2721,-3.3507,4.1877,-1.0489,1.0973,-1.862,1.9965,-2.7466,2.9293,-3.643,3.8722,2.223,125.95,5,6,2,449.32,0,1,Inactive
|
||||
-1.5298,1.4542,-1.9454,2.2867,-2.745,3.1683,-3.5836,4.071,-0.7897,1.5486,-1.6192,2.3986,-2.4669,3.2864,-3.3256,4.1928,-1.0818,1.1125,-1.9159,2.0093,-2.7713,2.9262,-3.6374,3.8507,1.348,104.99,4,5,0,378.454,0,0,Inactive
|
||||
-2.2596,2.1768,-2.387,2.3436,-2.6374,3.0547,-3.1889,3.8712,-0.7936,1.2395,-1.6007,1.9499,-2.4129,2.7786,-3.2275,3.6352,-0.9478,1.0353,-1.7079,1.8493,-2.5053,2.6968,-3.3121,3.5573,2.255,109.39,9,9,1,485.533,0,1,Inactive
|
||||
-1.5605,1.9801,-2.0971,2.3909,-2.824,3.223,-3.6316,4.123,-0.7789,1.3782,-1.5879,2.2277,-2.4614,3.1426,-3.3446,4.0749,-0.9944,1.1242,-1.812,2.0265,-2.68,2.9596,-3.5619,3.9,2.215,154.83,12,5,2,459.593,0,0,Inactive
|
||||
-2.2496,2.363,-2.3735,2.8243,-2.6167,3.4152,-3.1336,4.0763,-0.7758,2.4012,-1.5607,2.6711,-2.3493,3.0777,-3.14,3.6453,-1.0727,1.0573,-1.7026,1.8488,-2.4075,2.6574,-3.1501,3.4733,3.163,76.07,9,6,1,363.332,0,0,Inactive
|
||||
-1.4997,2.2788,-2.0158,2.7316,-2.7355,3.4845,-3.5402,4.3456,-0.7686,2.4014,-1.5534,2.6745,-2.4239,3.2364,-3.31,4.139,-1.0488,1.1119,-1.8523,1.9722,-2.729,2.8856,-3.6181,3.8124,2.66,113.06,6,6,2,410.352,0,0,Inactive
|
||||
-2.3984,1.2873,-2.5258,1.9475,-2.7589,2.7587,-3.485,3.5909,-0.7609,1.5333,-1.5338,2.3534,-2.3123,3.1914,-3.0955,4.0372,-1.0784,1.009,-1.8944,1.7942,-2.7209,2.6103,-3.5512,3.4437,2.458,80.85,5,5,1,337.441,0,1,Inactive
|
||||
-1.469,1.5358,-1.8304,2.1907,-2.4284,3.0067,-3.1685,3.8615,-0.7956,2.3346,-1.6021,2.4624,-2.4124,2.9028,-3.2246,3.7315,-0.8464,1.1258,-1.5588,1.9776,-2.3478,2.8471,-3.1541,3.7237,3.875,57.61,2,4,1,313.328,1,0,Inactive
|
||||
-2.2627,1.8829,-2.3826,2.4627,-3.0132,3.3595,-3.8942,4.3115,-0.8172,1.4357,-1.7273,2.3492,-2.6634,3.321,-3.6089,4.3085,-1.0098,1.202,-1.8876,2.1667,-2.8178,3.1534,-3.7619,4.1472,5.457,95.03,7,5,0,478.936,0,1,Inactive
|
||||
-1.774,1.6797,-2.2444,2.3881,-2.9305,3.2747,-3.7173,4.2188,-0.8538,1.3673,-1.7269,2.2468,-2.6123,3.205,-3.5052,4.183,-0.9591,1.3588,-1.7644,2.2921,-2.6367,3.2681,-3.5276,4.2532,4.959,47.24,4,3,0,393.531,1,0,Inactive
|
||||
-2.2461,1.8973,-2.3728,2.4158,-2.6754,3.191,-3.4979,4.0505,-0.7146,1.5375,-1.4616,2.3773,-2.2365,3.2491,-3.0407,4.138,-1.0965,1.0149,-1.9358,1.8831,-2.7857,2.7792,-3.6396,3.6859,2.644,135.39,7,7,1,427.544,0,1,Inactive
|
||||
-2.245,1.861,-2.3711,2.2884,-2.6273,2.9107,-3.1455,3.6399,-0.781,1.2876,-1.5686,1.9579,-2.3593,2.6983,-3.1518,3.4773,-0.862,1.1076,-1.5513,1.9127,-2.2633,2.7257,-3.0052,3.5426,3.717,75.71,9,6,1,346.427,0,0,Inactive
|
||||
-1.3265,2.0874,-1.8668,2.4966,-2.6235,3.0427,-3.4461,3.7793,-0.8129,1.2942,-1.6557,2.0498,-2.51,2.8943,-3.3696,3.7641,-0.9271,1.1365,-1.6816,1.9992,-2.5086,2.876,-3.3574,3.7587,2.021,75.11,4,3,2,245.282,0,0,Inactive
|
||||
-2.264,1.8498,-2.3845,2.2972,-2.6358,2.9788,-3.1866,3.7813,-0.791,1.2215,-1.5943,1.9178,-2.4026,2.7462,-3.2135,3.6014,-0.9112,1.0617,-1.6836,1.871,-2.4822,2.7117,-3.2874,3.5665,2.559,103.87,6,5,2,437.561,0,2,Inactive
|
||||
-1.5666,1.9771,-2.0974,2.3945,-2.8246,3.2257,-3.6324,4.1275,-0.7767,1.378,-1.5883,2.2286,-2.4618,3.1449,-3.3451,4.0787,-0.9952,1.1407,-1.8128,2.0333,-2.6809,2.9664,-3.5628,3.9077,3.092,142.8,7,4,1,477.007,0,0,Inactive
|
||||
-1.4544,2.279,-1.9829,2.7359,-2.7309,3.5015,-3.5543,4.3746,-0.7837,2.4014,-1.5874,2.6757,-2.4589,3.2601,-3.3488,4.1776,-1.0489,1.1372,-1.8607,2.0198,-2.7446,2.9464,-3.6402,3.8867,4.373,113.06,5,6,2,478.814,0,1,Inactive
|
||||
-2.218,2.1767,-2.347,2.2974,-2.6934,2.9318,-3.5306,3.7597,-0.7762,1.5355,-1.5693,2.3663,-2.3788,3.2221,-3.2026,4.0904,-1.0863,1.1192,-1.9149,1.9501,-2.7583,2.8052,-3.609,3.6747,3.281,102.11,8,7,2,444.553,0,0,Inactive
|
||||
-1.8084,1.4017,-1.9592,1.9424,-2.7104,2.809,-3.5599,3.6966,-0.8059,1.5354,-1.6269,2.3673,-2.4606,3.226,-3.3047,4.0988,-1.0866,1.1329,-1.9173,1.9834,-2.765,2.8515,-3.6219,3.731,2.856,92.88,10,6,2,410.58,0,0,Inactive
|
||||
-1.4993,1.3472,-1.8886,2.0002,-2.6689,2.8564,-3.4946,3.7322,-0.77,1.5366,-1.5457,2.3713,-2.3238,3.2324,-3.1033,4.106,-1.0951,1.0686,-1.9314,1.8748,-2.777,2.7219,-3.6258,3.5909,2.463,103.1,6,5,1,483.453,0,1,Inactive
|
||||
-2.3833,1.5797,-2.526,2.3173,-2.8071,3.1111,-3.287,3.9289,-0.7856,1.2646,-1.5909,1.9719,-2.4029,2.7751,-3.2178,3.6083,-0.846,1.0497,-1.613,1.8598,-2.4164,2.6996,-3.228,3.5481,3.648,60.89,7,5,0,370.449,1,0,Inactive
|
||||
-2.418,2.0929,-2.5409,2.4934,-2.7789,3.0251,-3.319,3.7326,-0.7933,1.2273,-1.6009,1.9362,-2.4144,2.7691,-3.2308,3.628,-0.9088,1.072,-1.6822,1.8818,-2.4851,2.7275,-3.296,3.5875,4.395,83.91,6,6,1,465.59,0,1,Inactive
|
||||
-1.5231,1.3308,-1.902,1.9965,-2.6689,2.8492,-3.4946,3.7206,-0.6258,1.5367,-1.3102,2.3712,-2.0905,3.2314,-2.9129,4.1033,-1.0951,1.034,-1.9314,1.8117,-2.777,2.6634,-3.6258,3.5348,2.522,106.34,7,6,1,532.57,0,1,Inactive
|
||||
-1.774,1.6797,-2.2444,2.3875,-2.9305,3.2734,-3.7173,4.2169,-0.8538,1.3671,-1.7269,2.2459,-2.6122,3.2034,-3.5052,4.1808,-0.9591,1.3586,-1.7644,2.2913,-2.6367,3.2667,-3.5276,4.2512,4.365,47.24,4,3,0,365.477,1,0,Inactive
|
||||
-2.3921,1.4556,-2.5191,2.0838,-2.7612,2.8827,-3.232,3.7222,-0.7821,1.2805,-1.5821,2.0019,-2.3885,2.8174,-3.1979,3.6625,-0.8595,1.112,-1.5609,1.9372,-2.3288,2.7871,-3.1231,3.6453,4.124,70.16,5,7,0,493.991,0,0,Inactive
|
||||
-1.4865,1.5507,-1.8667,2.1188,-2.4488,2.8927,-3.1676,3.7185,-0.7821,1.2878,-1.5818,2.0225,-2.3879,2.8354,-3.1971,3.6726,-0.8596,1.1041,-1.5609,1.9213,-2.3282,2.763,-3.1221,3.6134,2.78,107.61,4,5,1,401.875,0,0,Inactive
|
||||
-1.4765,1.4036,-1.8797,1.8805,-2.6827,2.5616,-3.5026,3.3822,-0.5308,1.5639,-1.1391,2.399,-1.8665,3.2443,-2.6893,4.0928,-1.0823,0.8218,-1.9047,1.5513,-2.7364,2.3869,-3.5709,3.2327,1.504,78.1,7,6,1,345.509,0,0,Inactive
|
||||
-1.574,2.2054,-1.9648,2.7647,-2.7303,3.4835,-3.5314,4.2792,-0.7986,2.4014,-1.6153,2.6734,-2.448,3.1369,-3.2922,3.9584,-1.0392,1.1307,-1.8355,1.9632,-2.6777,2.8389,-3.5318,3.7301,4.525,111.69,3,4,1,428.418,0,1,Inactive
|
||||
-1.8225,1.6557,-2.0634,2.4295,-2.7985,3.3294,-3.6361,4.2659,-0.7737,1.5421,-1.6279,2.4012,-2.5098,3.3164,-3.4029,4.2617,-1.11,1.1229,-1.9231,2.0603,-2.7919,3.02,-3.6777,3.9874,-0.618,147.22,7,7,1,468.601,0,0,Inactive
|
||||
-2.3102,1.8608,-2.4511,2.3215,-2.7437,3.0018,-3.2921,3.7875,-0.7786,1.292,-1.5692,2.0228,-2.3657,2.8343,-3.1658,3.6732,-0.9826,1.084,-1.7139,1.9009,-2.5008,2.7388,-3.2971,3.587,3.705,93.5,7,6,0,450.56,0,1,Inactive
|
||||
-1.598,2.3599,-1.9233,2.7439,-2.3888,3.2694,-2.9927,3.916,-0.7802,2.4013,-1.5743,2.6717,-2.3741,3.0837,-3.177,3.7181,-0.9,1.4332,-1.5919,2.0275,-2.3325,2.7838,-3.1146,3.5935,2.248,115.73,4,9,4,363.248,0,1,Inactive
|
||||
-2.2495,1.5137,-2.3897,2.2096,-2.6928,3.0067,-3.2761,3.842,-0.7967,1.195,-1.6068,1.9173,-2.4228,2.7588,-3.2418,3.6233,-0.9072,1.1296,-1.6793,1.9629,-2.4807,2.8144,-3.2905,3.6763,5.115,69.39,3,4,1,387.479,1,1,Inactive
|
||||
-1.1743,1.3418,-1.8774,2.1846,-2.6886,3.0741,-3.5299,3.9815,-0.7897,1.5374,-1.619,2.3797,-2.466,3.259,-3.3237,4.1584,-1.0873,1.1115,-1.9207,2.0049,-2.7733,2.9179,-3.6364,3.8382,3.363,108.57,3,3,1,325.459,0,0,Inactive
|
||||
-2.2553,2.0705,-2.3804,2.5232,-2.6339,3.1738,-3.3579,3.9861,-0.7586,1.3264,-1.5608,2.1353,-2.3852,3.0217,-3.22,3.9287,-0.9502,1.097,-1.7242,1.9908,-2.5434,2.9023,-3.3769,3.8197,2.101,118.65,7,5,1,349.412,0,0,Inactive
|
||||
-2.2629,1.8828,-2.3834,2.3613,-2.6812,3.1033,-3.4873,3.9603,-0.8433,1.2486,-1.7118,2.0254,-2.588,2.9097,-3.4675,3.8149,-0.882,1.1418,-1.6816,2.0306,-2.5418,2.9381,-3.4152,3.8513,5.419,68.73,6,5,0,410.514,1,0,Inactive
|
||||
-1.4704,1.2624,-1.8586,1.9764,-2.5033,2.7911,-3.2381,3.6304,-0.8112,1.1928,-1.6287,1.8691,-2.4482,2.6773,-3.2685,3.5197,-0.9499,1.0709,-1.6064,1.8987,-2.3814,2.7443,-3.1852,3.5963,5.192,36.36,5,2,1,366.549,1,0,Inactive
|
||||
-1.6968,1.8803,-2.1545,2.5632,-2.9103,3.4302,-3.7529,4.3516,-0.7821,1.4726,-1.5914,2.3897,-2.4996,3.3528,-3.4189,4.3286,-1.0271,1.3085,-1.8919,2.1907,-2.7981,3.1454,-3.7164,4.1174,4.789,68.3,9,4,0,514.674,0,0,Inactive
|
||||
-1.7186,1.5802,-2.1939,2.368,-2.8976,3.2575,-3.7133,4.1763,-0.8326,1.3516,-1.7247,2.196,-2.6323,3.12,-3.5458,4.0633,-0.9705,1.1264,-1.8191,2.0473,-2.719,2.9914,-3.6303,3.9427,1.189,77.2,3,4,0,404.47,0,0,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3154,-2.6379,3.0098,-3.1877,3.8055,-0.7893,2.3347,-1.5913,2.4619,-2.3992,2.8381,-3.21,3.6268,-0.9477,1.1097,-1.7061,1.919,-2.5007,2.7466,-3.3041,3.5877,3.782,107,9,6,1,461.555,0,1,Inactive
|
||||
-1.5349,1.6566,-2.0632,2.4313,-2.7984,3.3337,-3.636,4.2733,-0.774,1.5423,-1.6279,2.4029,-2.5098,3.3211,-3.4029,4.2699,-1.1101,1.1295,-1.9231,2.0698,-2.7919,3.0329,-3.6777,4.0037,2,137.99,7,6,1,502.662,0,0,Inactive
|
||||
-2.3612,1.2665,-2.615,2.0283,-3.0026,2.8591,-3.4771,3.7018,-0.7962,1.5202,-1.605,2.1853,-2.4187,2.9052,-3.2352,3.6842,-0.985,1.4335,-1.5944,2.0369,-2.3589,2.8177,-3.1619,3.65,4.08,51.47,4,5,1,326.352,1,1,Inactive
|
||||
-1.6156,1.6545,-2.0643,2.4315,-2.799,3.3355,-3.6364,4.2763,-0.7737,2.3347,-1.6279,2.4726,-2.5098,3.3275,-3.4029,4.277,-1.1096,1.1352,-1.9231,2.0733,-2.7919,3.037,-3.6777,4.0087,1.143,132.44,6,7,0,547.678,0,0,Inactive
|
||||
-1.6154,1.6544,-2.0643,2.4311,-2.799,3.3347,-3.6364,4.2753,-0.7737,1.5428,-1.6279,2.4048,-2.5098,3.3247,-3.4029,4.275,-1.1096,1.1406,-1.9231,2.0745,-2.7919,3.0378,-3.6777,4.0094,1.604,132.44,6,7,0,564.133,0,0,Inactive
|
||||
-1.5349,1.6566,-2.0632,2.431,-2.7984,3.3332,-3.636,4.2723,-0.7737,1.5423,-1.6279,2.4026,-2.5098,3.3203,-3.4029,4.2684,-1.1101,1.1328,-1.9231,2.0695,-2.7919,3.0315,-3.6777,4.0015,1.217,137.99,6,6,1,495.026,0,0,Inactive
|
||||
-1.4703,1.2609,-1.6591,1.9543,-2.3625,2.7437,-3.1577,3.5587,-0.8074,1.0262,-1.6199,1.7174,-2.4338,2.5423,-3.2483,3.3754,-0.8298,1.0717,-1.5104,1.8868,-2.2995,2.7142,-3.1044,3.5459,3.088,40.46,3,2,2,222.328,1,0,Inactive
|
||||
-1.6968,1.8801,-2.1545,2.5614,-2.9103,3.4256,-3.7529,4.3436,-0.7549,1.4717,-1.5914,2.3865,-2.4996,3.3465,-3.4189,4.3189,-1.0271,1.3067,-1.8919,2.1823,-2.7981,3.132,-3.7164,4.0997,3.916,68.3,6,4,0,424.549,1,0,Inactive
|
||||
-2.2841,1.85,-2.409,2.3139,-2.6651,3.0046,-3.226,3.7954,-0.7959,1.2354,-1.5999,1.9345,-2.4085,2.7529,-3.2197,3.601,-0.9477,1.1114,-1.7062,1.9217,-2.5008,2.7505,-3.3043,3.5929,4.07,81.7,6,6,1,451.563,0,0,Inactive
|
||||
-1.3268,2.0924,-1.6439,2.5115,-2.3349,3.099,-3.1197,3.8063,-0.7927,1.2239,-1.5956,1.8729,-2.4023,2.654,-3.2109,3.475,-0.8628,1.0768,-1.5472,1.8877,-2.3163,2.717,-3.1119,3.5523,1.596,86.63,2,5,3,259.261,0,1,Inactive
|
||||
-1.8027,1.2628,-1.9472,1.9777,-2.5026,2.7929,-3.2374,3.6326,-0.8112,1.194,-1.6287,1.8716,-2.4482,2.68,-3.2686,3.5225,-0.9503,1.0706,-1.6072,1.8983,-2.3819,2.7441,-3.1856,3.5964,4.286,45.59,5,3,1,382.548,1,0,Inactive
|
||||
-2.3992,1.8503,-2.5169,2.3314,-2.7367,3.0739,-3.2086,3.8943,-0.7946,1.2378,-1.6033,1.9465,-2.417,2.7749,-3.2332,3.6315,-0.9479,1.0326,-1.7082,1.8449,-2.5062,2.6923,-3.3139,3.5528,3.726,111.16,8,8,2,497.588,0,0,Inactive
|
||||
-2.401,1.8508,-2.5341,2.3213,-2.7998,3.0395,-3.2744,3.8549,-0.794,1.2373,-1.6021,1.9441,-2.4153,2.7708,-3.231,3.6257,-0.9478,1.0344,-1.708,1.846,-2.5056,2.6914,-3.3129,3.55,2.571,100.16,10,8,1,471.55,0,1,Inactive
|
||||
-2.4164,1.85,-2.5388,2.315,-2.7714,3.0102,-3.2383,3.8064,-0.7904,1.2362,-1.5934,1.9368,-2.4017,2.7558,-3.2127,3.6038,-0.9477,1.0636,-1.7065,1.8684,-2.5018,2.7009,-3.306,3.5482,3.026,90.93,8,7,1,441.524,0,0,Inactive
|
||||
-2.2506,1.889,-2.388,2.4334,-2.6876,3.1597,-3.2379,3.9551,-0.7903,1.5208,-1.5957,2.1895,-2.4079,2.9227,-3.2238,3.7242,-0.9113,1.4339,-1.6827,2.0434,-2.4825,2.8264,-3.2905,3.6607,3.588,104.92,7,9,1,416.43,0,3,Inactive
|
||||
-2.3815,1.8502,-2.5049,2.3303,-2.7296,3.0707,-3.2076,3.8893,-0.7946,1.2374,-1.6033,1.9438,-2.4171,2.77,-3.2334,3.6246,-0.9479,1.0312,-1.7082,1.8413,-2.5062,2.6866,-3.3139,3.5452,2.716,111.16,8,8,2,457.523,0,0,Inactive
|
||||
-2.2842,1.8502,-2.4095,2.3138,-2.6664,3.0035,-3.1777,3.793,-0.7575,1.2354,-1.5455,1.9397,-2.3426,2.7639,-3.1436,3.6146,-0.9505,0.9695,-1.7125,1.7769,-2.5068,2.6208,-3.3079,3.4764,1.859,109.94,6,6,1,417.527,0,0,Inactive
|
||||
-2.3987,2.279,-2.5266,2.7364,-2.7745,3.5028,-3.554,4.3764,-0.766,2.4015,-1.5861,2.6759,-2.4582,3.2616,-3.3483,4.1789,-1.0489,1.0823,-1.8612,1.9867,-2.7452,2.9206,-3.641,3.8636,1.977,135.18,6,7,2,461.356,0,0,Inactive
|
||||
-2.3788,1.559,-2.6474,2.268,-3.0585,3.0935,-3.5942,3.9613,-0.7872,1.5211,-1.5891,2.2048,-2.3994,3.0326,-3.2406,3.9137,-1.0397,1.4344,-1.8369,2.0749,-2.6785,2.9206,-3.5309,3.8052,4.867,106.32,3,7,1,439.855,0,2,Inactive
|
||||
-1.3405,1.9095,-1.9306,2.3326,-2.7293,2.9088,-3.5471,3.5931,-0.5011,1.5419,-1.1047,2.3721,-1.9177,3.2169,-2.7484,4.0663,-1.0807,0.8195,-1.9032,1.5669,-2.7363,2.4048,-3.5728,3.2524,2.828,103.96,9,7,2,293.389,0,0,Inactive
|
||||
-2.2179,2.1836,-2.347,2.763,-2.7304,3.4811,-3.5313,4.2769,-0.7942,1.4521,-1.611,2.2123,-2.4439,3.0592,-3.2882,3.938,-1.0392,1.1166,-1.8355,1.9328,-2.6777,2.8132,-3.5317,3.7079,3.146,130.15,2,6,1,404.43,0,1,Inactive
|
||||
-2.1626,1.7888,-2.3097,2.2331,-2.6515,2.9679,-3.2503,3.8251,-0.8085,1.2358,-1.632,1.9502,-2.4601,2.8041,-3.2903,3.6853,-0.8221,1.1432,-1.5656,2.0043,-2.3723,2.8858,-3.1932,3.774,6.055,81.7,7,6,1,501.966,0,0,Inactive
|
||||
-2.2625,1.8598,-2.3825,2.2832,-2.6334,2.8946,-3.1197,3.6092,-0.7685,1.214,-1.5442,1.8381,-2.3234,2.5798,-3.1044,3.364,-0.8157,1.1061,-1.4698,1.8989,-2.1943,2.6995,-2.9504,3.5042,5.368,35.53,6,3,0,342.479,1,0,Inactive
|
||||
-2.3726,2.3604,-2.639,2.7476,-3.0465,3.2853,-3.5595,3.9609,-0.7814,2.4015,-1.5745,2.6734,-2.3737,3.1038,-3.1766,3.8194,-0.9046,1.4347,-1.5982,2.0732,-2.3218,2.906,-3.0668,3.7736,5.44,108.64,6,8,3,475.379,0,1,Inactive
|
||||
-1.8026,1.115,-2.0042,1.7653,-2.8255,2.5362,-3.6524,3.3429,-0.832,1.104,-1.6657,1.7423,-2.5001,2.5776,-3.3346,3.4246,-1.0339,1.1386,-1.5888,1.9755,-2.3101,2.819,-3.114,3.6653,2.816,32.7,4,3,1,313.441,1,0,Inactive
|
||||
-2.2607,1.7487,-2.3884,2.1496,-2.6393,2.6691,-3.0325,3.2473,-0.5533,1.2117,-1.1341,1.7863,-1.7366,2.4174,-2.3578,3.0672,-0.8193,0.828,-1.4351,1.4095,-2.0732,2.0454,-2.7182,2.7005,1.672,44.76,4,4,0,228.288,1,0,Inactive
|
||||
-2.2506,1.8888,-2.388,2.4304,-2.6882,3.1473,-3.2448,3.9278,-0.7894,1.2251,-1.591,1.9189,-2.398,2.7327,-3.2078,3.5748,-0.9091,1.1488,-1.6774,1.9376,-2.4732,2.7583,-3.2762,3.5934,3.668,87.85,6,6,1,450.329,0,3,Inactive
|
||||
-2.383,1.3294,-2.5133,2.0568,-2.7629,2.8498,-3.1838,3.6586,-0.7788,1.1457,-1.5662,1.7831,-2.3563,2.5735,-3.1474,3.3884,-0.7255,1.0075,-1.4634,1.8119,-2.2468,2.6305,-3.0352,3.4531,2.301,41.93,1,4,1,275.348,1,0,Inactive
|
||||
-2.264,1.8975,-2.3893,2.4755,-2.6868,3.2427,-3.2367,4.0715,-0.7967,1.2656,-1.6076,2.0125,-2.4247,2.8649,-3.2447,3.7427,-0.9168,1.0653,-1.7046,1.891,-2.5157,2.7575,-3.333,3.6391,3.424,125.23,8,9,1,482.533,0,2,Inactive
|
||||
-2.3889,2.3811,-2.5854,2.742,-3.0358,3.4324,-3.6923,4.3188,-0.8543,2.4012,-1.7497,2.674,-2.6567,3.1661,-3.5684,4.0191,-0.9086,1.4315,-1.7702,2.0889,-2.6735,2.9956,-3.5848,3.9316,3.616,56.51,3,5,0,289.165,1,1,Inactive
|
||||
-2.2857,1.8827,-2.4127,2.4212,-2.6731,3.0719,-3.1009,3.7812,-0.6131,1.2618,-1.2743,1.9868,-1.9557,2.7782,-2.6491,3.5856,-0.9504,0.9312,-1.5813,1.7241,-2.2846,2.5338,-2.9924,3.3487,3.264,119.75,8,5,1,340.445,0,1,Inactive
|
||||
-2.3844,1.8663,-2.5217,2.3371,-2.7888,3.0328,-3.2573,3.8239,-0.782,1.2631,-1.5763,1.9467,-2.375,2.737,-3.1756,3.5647,-0.9773,1.1057,-1.6724,1.907,-2.4372,2.7302,-3.2178,3.5665,4.932,85.89,13,7,2,466.578,0,2,Inactive
|
||||
-2.1448,1.8816,-2.2881,2.3151,-2.6115,2.992,-3.1964,3.7925,-0.775,1.5208,-1.565,2.1894,-2.3621,2.9228,-3.1631,3.7226,-0.8596,1.434,-1.5569,2.0467,-2.3121,2.8377,-3.094,3.6749,4.449,80.75,5,8,0,406.394,0,1,Inactive
|
||||
-2.3935,1.779,-2.516,2.3587,-2.7561,3.1253,-3.2337,3.967,-0.7837,1.521,-1.58,2.2047,-2.3819,3.0371,-3.1868,3.9176,-0.821,1.4342,-1.5392,2.0676,-2.3202,2.9253,-3.1174,3.8163,8.051,112.7,5,5,0,480.611,0,1,Inactive
|
||||
-1.3387,1.9769,-1.9369,2.3735,-2.7542,2.9161,-3.5952,3.6823,-0.7763,1.5391,-1.5701,2.3752,-2.3811,3.2366,-3.2073,4.1102,-1.0814,1.1415,-1.9112,1.9746,-2.7579,2.8311,-3.6124,3.7021,4.595,83.06,7,5,1,435.973,0,0,Inactive
|
||||
-2.1448,1.8824,-2.2881,2.3217,-2.611,3.0061,-3.1953,3.8075,-0.7753,1.5208,-1.566,2.1902,-2.3641,2.9259,-3.1662,3.7274,-0.8596,1.434,-1.557,2.0478,-2.3132,2.8398,-3.0968,3.6777,4.449,80.75,5,8,0,406.394,0,1,Inactive
|
||||
-2.2506,1.8889,-2.388,2.4319,-2.688,3.1542,-3.2392,3.9443,-0.7892,1.5206,-1.5922,2.1871,-2.4018,2.9132,-3.2148,3.7076,-0.9094,1.4338,-1.6786,2.0408,-2.476,2.8205,-3.2812,3.6518,3.588,104.92,7,9,1,416.43,0,3,Inactive
|
||||
-2.4093,1.231,-2.5298,1.9506,-2.7588,2.7251,-3.1963,3.5173,-0.762,1.1725,-1.5374,1.8063,-2.3175,2.5726,-3.0997,3.3687,-0.828,1.0235,-1.533,1.7925,-2.2899,2.5868,-3.0621,3.39,3.643,38.33,4,3,1,259.349,1,1,Inactive
|
||||
-1.4761,1.406,-1.8798,1.9317,-2.6827,2.7208,-3.5026,3.544,-0.7746,2.3347,-1.5602,2.4671,-2.3498,3.2497,-3.1414,4.1008,-1.0823,1.1329,-1.9047,1.9427,-2.7364,2.7609,-3.5709,3.584,2.647,78.1,6,6,1,431.961,0,0,Inactive
|
||||
-1.5399,1.8778,-1.8429,2.3937,-2.391,3.0383,-3.1607,3.7831,-0.8127,1.233,-1.6337,1.8772,-2.4572,2.6662,-3.2819,3.5038,-0.8524,1.0732,-1.5719,1.9007,-2.3697,2.7446,-3.1838,3.5943,4.288,61.69,6,4,2,330.472,1,0,Inactive
|
||||
-1.913,2.0876,-2.2853,2.496,-2.7901,3.2143,-3.3915,4.1419,-0.8565,1.4127,-1.7293,2.1821,-2.6064,3.0828,-3.4853,4.0189,-0.8283,1.1633,-1.6417,2.0947,-2.5097,3.0456,-3.3852,4.0012,5.231,95.67,4,5,2,439.471,0,0,Inactive
|
||||
-2.2238,2.2036,-2.3608,2.5336,-2.7776,3.2905,-3.5825,4.1988,-0.8467,2.4013,-1.7296,2.673,-2.626,3.1538,-3.5282,4.0404,-1.0389,1.1501,-1.8382,2.0662,-2.6992,3.0049,-3.5878,3.9511,3.938,91.9,2,4,1,383.329,0,0,Inactive
|
||||
-2.4003,1.8501,-2.5293,2.3168,-2.7725,3.018,-3.2531,3.8201,-0.7918,1.2363,-1.5969,1.9387,-2.4074,2.7601,-3.2206,3.6102,-0.9483,1.0627,-1.7094,1.8643,-2.507,2.6976,-3.3134,3.5467,2.961,90.93,8,7,1,441.524,0,0,Inactive
|
||||
-1.3885,2.207,-1.8874,2.5861,-2.5872,3.2826,-3.3659,4.1261,-0.7941,2.4012,-1.6185,2.672,-2.4537,3.1248,-3.2936,3.9269,-0.8839,1.072,-1.6468,1.9673,-2.4708,2.8837,-3.3078,3.8061,2.039,104.45,3,3,2,302.277,0,0,Inactive
|
||||
-1.499,1.3625,-1.8895,1.9628,-2.6951,2.8229,-3.5335,3.7008,-0.7802,1.5353,-1.5815,2.3659,-2.3989,3.222,-3.2293,4.0907,-1.0867,1.0722,-1.9164,1.9053,-2.7617,2.7666,-3.6148,3.6414,2.09,74.86,4,5,1,336.457,0,0,Inactive
|
||||
-1.7741,1.6801,-2.2444,2.3897,-2.9305,3.2773,-3.7173,4.2222,-0.8538,1.3686,-1.7269,2.249,-2.6123,3.2078,-3.5052,4.1864,-0.9591,1.3587,-1.7644,2.2922,-2.6367,3.2686,-3.5276,4.2541,2.689,90.33,5,5,1,408.502,0,0,Inactive
|
||||
-2.2628,1.8717,-2.3829,2.3316,-2.6291,3.0467,-3.075,3.8719,-0.7855,1.2871,-1.5794,2.03,-2.3766,2.8688,-3.1753,3.7349,-0.8738,1.1182,-1.5601,1.9594,-2.2712,2.8242,-3.0069,3.6991,5.264,121.02,9,7,1,468.575,0,0,Inactive
|
||||
-1.4666,1.5446,-2.0104,2.1325,-2.7786,2.9161,-3.5907,3.7614,-0.7585,2.3346,-1.5351,2.4625,-2.3686,3.0278,-3.2143,3.8967,-1.0774,1.0677,-1.8735,1.8637,-2.7111,2.6956,-3.5612,3.5584,2.179,131.08,5,6,2,398.463,0,1,Inactive
|
||||
-1.5031,1.4739,-1.9267,2.086,-2.7209,2.9712,-3.5768,3.8973,-0.8486,1.2558,-1.7202,2.0769,-2.5996,2.992,-3.4826,3.9244,-0.8814,1.1767,-1.6654,2.0965,-2.5218,3.0302,-3.3961,3.969,3.716,61.44,2,2,0,324.449,1,0,Inactive
|
||||
-1.6203,1.2959,-2.0658,2.0623,-2.6942,2.9468,-3.4236,3.8522,-0.7874,2.3347,-1.6002,2.4658,-2.4229,3.0717,-3.2499,3.9774,-1.0549,1.1634,-1.7501,2.0269,-2.5281,2.9345,-3.3294,3.8527,5.9,46.92,1,2,1,440.316,1,2,Inactive
|
||||
-1.8084,1.6556,-2.0634,2.429,-2.7985,3.3284,-3.6361,4.2645,-0.7737,1.542,-1.6279,2.4008,-2.5098,3.3154,-3.4029,4.2602,-1.11,1.1226,-1.9231,2.0596,-2.7919,3.0188,-3.6777,3.9858,-0.803,147.22,9,7,1,456.59,0,0,Inactive
|
||||
-2.3987,2.2057,-2.5267,2.5319,-2.7649,3.1556,-3.2188,3.9903,-0.776,2.4015,-1.5582,2.6739,-2.3425,3.1275,-3.1278,3.9441,-0.8599,1.1412,-1.5516,2.0078,-2.2936,2.9005,-3.0619,3.8006,5.03,133.01,4,5,0,558.603,0,0,Inactive
|
||||
-2.3906,1.881,-2.5174,2.3502,-2.7884,3.1003,-3.4799,3.9656,-0.8391,1.2419,-1.7061,2.0178,-2.5816,2.8975,-3.4605,3.7976,-0.8991,1.1102,-1.7115,1.986,-2.5753,2.8871,-3.45,3.7946,4.066,51.66,5,4,0,342.439,1,0,Inactive
|
||||
-1.5694,1.6797,-1.8967,2.3707,-2.4304,3.1839,-3.1332,4.0353,-0.8096,1.1951,-1.6379,1.9167,-2.4719,2.7625,-3.3083,3.6304,-0.9408,1.0479,-1.6753,1.8939,-2.4801,2.761,-3.305,3.6347,0.844,135.29,1,7,5,316.265,0,0,Inactive
|
||||
-1.574,2.2264,-1.9649,2.7496,-2.7306,3.4663,-3.5319,4.264,-0.7793,2.4014,-1.5943,2.6731,-2.4304,3.1195,-3.2775,3.9266,-1.0393,1.1086,-1.8358,1.9462,-2.6781,2.8326,-3.5323,3.7333,4.811,98.36,3,4,1,471.548,0,1,Inactive
|
||||
-2.3916,1.9771,-2.5177,2.3748,-2.7507,2.9131,-3.1834,3.5747,-0.7615,1.2236,-1.5354,1.8512,-2.3137,2.5856,-3.094,3.3627,-0.8508,1.0218,-1.5405,1.7847,-2.292,2.5716,-3.0609,3.3674,3.856,75.63,10,5,2,307.39,0,0,Inactive
|
||||
-1.6152,1.2661,-2.1945,2.1368,-2.9462,3.0766,-3.777,4.0374,-0.7939,1.4104,-1.6508,2.3043,-2.5315,3.2601,-3.4218,4.2323,-1.0285,1.304,-1.8134,2.1844,-2.6701,3.1487,-3.5511,4.126,8.132,58.91,5,1,0,357.461,1,0,Inactive
|
||||
-1.4765,1.4018,-1.8669,1.9976,-2.6689,2.8484,-3.4946,3.7193,-0.6728,1.5364,-1.3462,2.3704,-2.0905,3.23,-2.9129,4.1013,-1.0951,1.0343,-1.9314,1.8126,-2.777,2.6638,-3.6258,3.5347,3.067,111.89,9,5,2,489.501,0,1,Inactive
|
||||
-2.3988,1.8608,-2.5268,2.3195,-2.7651,2.9904,-3.2749,3.761,-0.7773,1.291,-1.565,2.0155,-2.3586,2.8162,-3.1562,3.6422,-0.9826,1.0603,-1.7139,1.8543,-2.5007,2.6719,-3.2968,3.5025,2.139,93.5,6,6,0,388.489,0,1,Inactive
|
||||
-1.5605,1.9771,-2.0973,2.395,-2.8244,3.2252,-3.6322,4.1253,-0.7426,1.3802,-1.5881,2.2316,-2.4617,3.1472,-3.345,4.0798,-0.9952,1.1001,-1.8128,2.0166,-2.6809,2.9514,-3.5628,3.8923,0.842,195.96,8,5,2,464.594,0,0,Inactive
|
||||
-2.3996,1.4447,-2.5324,2.214,-2.8127,3.0583,-3.4247,3.9413,-0.7909,1.3531,-1.6055,2.1742,-2.4295,3.0672,-3.2576,3.9807,-1.0571,1.1106,-1.7598,2.0014,-2.5463,2.9159,-3.3553,3.8385,4.418,74.61,4,5,1,433.508,0,1,Inactive
|
||||
-2.4001,1.8493,-2.5322,2.3009,-2.7949,3.0108,-3.2922,3.8406,-0.7996,1.224,-1.6158,1.9293,-2.437,2.7654,-3.2604,3.6276,-0.9126,1.09,-1.6887,1.8839,-2.4935,2.7357,-3.3066,3.5999,5.384,73.86,6,6,1,532.475,0,2,Inactive
|
||||
-2.3935,1.8893,-2.5161,2.4339,-2.7591,3.1602,-3.2667,3.9546,-0.7901,1.2267,-1.5935,1.9298,-2.4026,2.7573,-3.2144,3.6124,-0.9114,1.1093,-1.6825,1.9225,-2.4816,2.7616,-3.2881,3.6148,4.685,87.85,6,6,1,433.504,0,1,Inactive
|
||||
-2.3985,1.8508,-2.5318,2.3243,-2.7982,3.058,-3.2823,3.8856,-0.7986,1.2382,-1.6135,1.9511,-2.4334,2.7856,-3.2556,3.6475,-0.9479,1.1,-1.7084,1.8909,-2.5073,2.7389,-3.3168,3.6017,3.011,100.16,9,8,1,536.419,0,2,Inactive
|
||||
-2.3984,1.6568,-2.5259,2.432,-2.7985,3.3347,-3.636,4.2742,-0.7737,1.5423,-1.6279,2.403,-2.5098,3.321,-3.4029,4.2695,-1.1101,1.126,-1.9231,2.0667,-2.7919,3.0295,-3.6777,4,0.51,147.22,7,7,1,490.607,0,0,Inactive
|
||||
-1.6541,1.6556,-2.2014,2.4238,-3.0057,3.3351,-3.887,4.2876,-0.8176,1.4305,-1.7278,2.3393,-2.6639,3.3069,-3.6094,4.2903,-1.0102,1.1956,-1.8877,2.157,-2.8176,3.1394,-3.7615,4.129,5.281,92.25,5,4,2,427.508,0,0,Inactive
|
||||
-2.4005,1.4484,-2.5291,2.0997,-2.7647,2.8968,-3.2172,3.7351,-0.7615,1.2921,-1.5361,2.0246,-2.3156,2.8444,-3.0977,3.6916,-0.8768,1.0472,-1.5577,1.8586,-2.2947,2.7084,-3.0615,3.5678,1.488,93.22,4,8,0,484.508,0,0,Inactive
|
||||
-1.4835,1.5485,-1.8811,2.0938,-2.4919,2.7916,-3.2036,3.5482,-0.7033,1.2628,-1.4549,1.9595,-2.2238,2.7315,-3.0003,3.5258,-1.0174,1.0073,-1.6621,1.7679,-2.3901,2.5567,-3.1517,3.3567,2.987,62.3,6,4,1,343.471,1,0,Inactive
|
||||
-1.5235,1.3329,-1.997,1.8666,-2.5947,2.5551,-3.2257,3.2991,-0.6395,1.4565,-1.3047,2.1855,-1.9866,2.9556,-2.6785,3.7402,-0.9802,0.8534,-1.6095,1.6294,-2.2994,2.4258,-3.0001,3.2261,1.333,54.26,3,3,0,355.486,0,1,Inactive
|
||||
-1.6877,1.7575,-2.2783,2.4119,-2.9485,3.2117,-3.6651,4.0719,-0.7568,1.4859,-1.5314,2.3143,-2.3248,3.2095,-3.1329,4.1252,-1.019,1.0816,-1.6876,1.9695,-2.4737,2.8932,-3.2924,3.824,4.189,89.23,8,5,1,501.631,0,0,Inactive
|
||||
-1.3265,2.0874,-1.8668,2.4956,-2.6235,3.0396,-3.446,3.7776,-0.8129,1.2942,-1.6557,2.0499,-2.5099,2.8944,-3.3695,3.7643,-0.927,1.1367,-1.6815,1.9995,-2.5085,2.8765,-3.3572,3.7593,2.801,75.11,5,3,2,259.309,0,0,Inactive
|
||||
-2.418,1.8892,-2.5411,2.4324,-2.7789,3.1543,-3.2667,3.9417,-0.7899,1.2258,-1.5932,1.9207,-2.402,2.737,-3.2137,3.5812,-0.9113,1.0622,-1.6825,1.8625,-2.4815,2.6927,-3.2879,3.5373,3.398,87.85,5,6,1,371.433,0,1,Inactive
|
||||
-2.3824,1.8691,-2.5136,2.2947,-2.7898,3.0511,-3.2963,3.8975,-0.7971,1.5208,-1.6104,2.1905,-2.4297,2.9303,-3.2522,3.7434,-1.0433,1.4336,-1.6351,2.0427,-2.4089,2.8503,-3.2224,3.7093,5.274,65.07,6,8,0,424.453,1,2,Inactive
|
||||
-2.4163,2.1791,-2.5386,2.7619,-2.7711,3.4771,-3.5314,4.268,-0.7912,1.4518,-1.6053,2.2107,-2.4376,3.0554,-3.2819,3.9317,-1.0392,1.1197,-1.8354,1.9388,-2.6772,2.8139,-3.531,3.7038,3.727,120.92,4,5,1,404.474,0,1,Inactive
|
||||
-1.8084,1.4037,-1.9591,1.8816,-2.6827,2.5631,-3.5026,3.3834,-0.5307,1.5641,-1.139,2.3992,-1.8665,3.2447,-2.6893,4.0933,-1.0823,0.8069,-1.9047,1.5503,-2.7364,2.3868,-3.5709,3.2329,0.322,87.33,8,7,1,361.508,0,0,Inactive
|
||||
-2.3549,1.4062,-2.6122,2.0161,-2.9988,2.8629,-3.5226,3.7298,-0.7638,2.3346,-1.5518,2.4669,-2.3602,3.2248,-3.1846,4.0911,-1.0863,1.1158,-1.9149,1.941,-2.7583,2.789,-3.609,3.6517,2.376,96.79,8,5,2,394.468,0,0,Inactive
|
||||
-1.725,1.3315,-1.9189,2.0057,-2.6887,2.8556,-3.5226,3.7222,-0.7638,2.3347,-1.5518,2.467,-2.3602,3.2247,-3.1846,4.0904,-1.0863,1.114,-1.9149,1.9356,-2.7583,2.7802,-3.609,3.6402,1.764,93.32,6,7,1,440.537,0,0,Inactive
|
||||
-1.4863,1.9747,-1.8657,2.3839,-2.6454,2.989,-3.4826,3.8207,-0.7668,1.5409,-1.5595,2.3771,-2.372,3.2396,-3.2,4.116,-1.114,1.0718,-1.9452,1.9038,-2.7918,2.7711,-3.6458,3.6548,4.373,143.22,4,8,2,554.709,0,0,Inactive
|
||||
-2.3988,1.8498,-2.5269,2.2964,-2.7659,2.9715,-3.2444,3.7682,-0.7905,1.2219,-1.5932,1.9196,-2.4011,2.7488,-3.2116,3.6047,-0.9112,1.0652,-1.6835,1.8761,-2.4818,2.7173,-3.2867,3.5725,2.88,92.87,7,5,1,451.588,0,2,Inactive
|
||||
-1.5304,1.3295,-1.9081,1.9324,-2.6914,2.7799,-3.5267,3.6455,-0.7601,1.5351,-1.5415,2.3644,-2.3437,3.2172,-3.1635,4.081,-1.0863,1.1057,-1.9149,1.9136,-2.758,2.749,-3.608,3.6026,2.977,74.86,6,5,1,392.565,0,0,Inactive
|
||||
-1.4544,2.2789,-1.9823,2.736,-2.7292,3.5017,-3.5518,4.3748,-0.7686,2.4019,-1.5846,2.6769,-2.4575,3.2639,-3.3477,4.1791,-1.0489,1.1242,-1.8608,2.009,-2.7446,2.9368,-3.6402,3.8771,3.475,113.06,5,6,2,448.332,0,1,Inactive
|
||||
-1.5303,1.3297,-1.9069,1.9943,-2.6689,2.8457,-3.4946,3.7158,-0.6258,1.5364,-1.3102,2.3701,-2.0904,3.2292,-2.9129,4.1,-1.0951,1.0331,-1.9313,1.8088,-2.777,2.6588,-3.6258,3.5286,2.273,103.1,6,5,1,463.463,0,1,Inactive
|
||||
-2.3834,1.8494,-2.5264,2.3282,-2.8105,3.1014,-3.2952,3.9284,-0.7977,1.225,-1.6114,1.9324,-2.4302,2.7681,-3.2513,3.6297,-0.9115,1.0042,-1.6894,1.8279,-2.4966,2.6857,-3.3117,3.5535,4.534,83.09,7,7,1,497.632,0,1,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3146,-2.6379,3.0058,-3.1998,3.798,-0.7913,1.2355,-1.5952,1.9349,-2.4045,2.7537,-3.2163,3.6015,-0.9477,1.1275,-1.7062,1.9322,-2.5009,2.7582,-3.3045,3.5983,4.243,107,9,6,1,478.01,0,1,Inactive
|
||||
-1.3381,1.9868,-1.8792,2.3883,-2.6824,2.9216,-3.5025,3.54,-0.527,1.5639,-1.1396,2.399,-1.8752,3.2444,-2.6953,4.0932,-1.0824,0.814,-1.9051,1.5514,-2.737,2.3874,-3.5718,3.2338,0.45,86.3,3,6,1,304.412,0,0,Inactive
|
||||
-2.2458,1.8665,-2.3718,2.3327,-2.6245,3.011,-3.1589,3.7928,-0.8122,1.2614,-1.6306,1.9389,-2.4509,2.728,-3.2722,3.5614,-0.9772,1.0646,-1.6734,1.8878,-2.4438,2.7315,-3.2363,3.5832,3.409,87.66,5,6,3,374.481,0,0,Inactive
|
||||
-1.4994,1.3624,-1.894,1.9591,-2.6959,2.8181,-3.5349,3.6949,-0.7826,1.5352,-1.5874,2.3656,-2.4079,3.2212,-3.2405,4.0893,-1.0867,1.0722,-1.9163,1.9042,-2.7617,2.764,-3.615,3.6373,1.582,74.86,4,5,1,322.43,0,0,Inactive
|
||||
-2.3998,2.407,-2.5874,2.8253,-3.0517,3.5492,-3.7191,4.4162,-0.8612,2.4013,-1.7619,2.6749,-2.6737,3.1643,-3.5899,4.021,-0.9522,1.123,-1.8141,2.048,-2.7168,2.9919,-3.6298,3.9417,6.075,48.67,6,3,0,392.373,1,0,Inactive
|
||||
-1.3262,2.2058,-1.6295,2.5398,-2.2417,3.1074,-3.0135,3.8359,-0.7766,2.4012,-1.5683,2.6711,-2.3671,3.0894,-3.17,3.7399,-0.8587,1.4316,-1.5467,2.0207,-2.3278,2.7777,-3.1269,3.5875,4.514,66.4,6,6,2,306.24,1,1,Inactive
|
||||
-1.5739,2.1671,-1.9649,2.7467,-2.7305,3.463,-3.5316,4.2619,-0.7739,1.5215,-1.5905,2.2103,-2.4278,3.0417,-3.2758,3.9253,-1.0393,1.4327,-1.8359,2.0456,-2.6783,2.8701,-3.5326,3.7547,5.211,140.73,5,7,1,480.615,0,2,Inactive
|
||||
-1.8229,1.549,-1.9717,2.097,-2.4893,2.7982,-3.2015,3.5579,-0.7033,1.2632,-1.4549,1.9629,-2.2237,2.7378,-3.0001,3.5348,-1.0175,1.0079,-1.6624,1.77,-2.3902,2.5608,-3.1516,3.3631,2.771,71.53,8,5,1,399.535,0,0,Inactive
|
||||
-2.4154,1.5694,-2.5368,2.1649,-2.8209,2.9785,-3.586,3.8602,-0.7752,1.3741,-1.5633,2.2103,-2.3578,3.1075,-3.1611,4.0217,-0.9135,1.1181,-1.6591,2.015,-2.4603,2.9328,-3.2777,3.857,5.942,83.87,6,3,1,377.469,0,0,Inactive
|
||||
-1.774,1.6805,-2.2443,2.3921,-2.93,3.2803,-3.7163,4.2256,-0.8538,1.368,-1.7267,2.2487,-2.612,3.2082,-3.5048,4.1874,-0.9592,1.3591,-1.7645,2.2932,-2.6366,3.2702,-3.5273,4.2564,3.906,68.92,6,3,1,388.471,1,0,Inactive
|
||||
-1.4861,1.9746,-1.8599,2.3837,-2.4183,2.9798,-3.0869,3.7532,-0.7631,1.2758,-1.5406,1.9818,-2.3237,2.7778,-3.1096,3.6044,-0.9354,1.026,-1.6075,1.8121,-2.347,2.635,-3.122,3.4721,5.656,94.91,3,6,2,491.628,0,0,Inactive
|
||||
-2.261,2.1769,-2.3875,2.3597,-2.638,3.121,-3.1835,3.9705,-0.7985,1.5215,-1.6144,2.1967,-2.4367,2.9539,-3.2623,3.7856,-0.9485,1.4335,-1.7132,2.0347,-2.5178,2.8227,-3.3336,3.6761,4.096,142.53,10,11,1,532.571,0,2,Inactive
|
||||
-1.5743,1.7745,-1.9062,2.1574,-2.4615,2.8185,-3.1678,3.6289,-0.7778,1.5204,-1.5665,2.1851,-2.361,2.9022,-3.159,3.6754,-0.9758,1.4335,-1.676,2.0352,-2.4455,2.7998,-3.2274,3.6121,2.289,66.48,2,7,1,329.356,1,2,Inactive
|
||||
-2.3865,1.8031,-2.5271,2.2715,-2.7964,2.9514,-3.2829,3.7509,-0.7991,1.2199,-1.6064,1.8822,-2.4166,2.6893,-3.2281,3.5342,-0.9459,1.1122,-1.6505,1.9337,-2.4013,2.7748,-3.1824,3.6253,4.046,61.83,8,5,0,408.494,1,1,Inactive
|
||||
-2.3987,1.4198,-2.5264,2.0068,-2.7637,2.8513,-3.5261,3.7152,-0.7662,1.5353,-1.5565,2.3651,-2.3657,3.2191,-3.1904,4.0844,-1.0867,1.0693,-1.9162,1.8857,-2.7607,2.732,-3.6125,3.5945,1.864,92.88,10,6,2,342.461,0,0,Inactive
|
||||
-2.3987,1.3515,-2.5265,2.0104,-2.7638,2.8582,-3.5261,3.7241,-0.7662,1.5357,-1.5565,2.3667,-2.3657,3.2222,-3.1904,4.0893,-1.0868,1.0701,-1.9162,1.8886,-2.7607,2.7375,-3.6126,3.6025,1.309,102.55,8,8,1,426.535,0,0,Inactive
|
||||
-1.4709,1.9835,-1.7851,2.39,-2.2944,2.9446,-2.9125,3.5976,-0.6847,1.4215,-1.3769,2.1358,-2.0749,2.9089,-2.7773,3.7003,-0.8816,0.9455,-1.5637,1.7359,-2.2616,2.5397,-2.9662,3.3469,0.849,120.42,4,4,2,281.337,0,0,Inactive
|
||||
-2.4,1.3031,-2.5284,2.0651,-2.7729,2.949,-3.4253,3.854,-0.7882,1.3522,-1.6008,2.1711,-2.4233,3.0614,-3.25,3.9722,-1.0566,1.1414,-1.755,2.0122,-2.5351,2.9228,-3.3378,3.8423,5.654,56.15,2,3,1,452.352,1,2,Inactive
|
||||
-1.3263,2.0872,-1.6413,2.4965,-2.3702,3.0398,-3.1723,3.7083,-0.7969,1.5201,-1.6055,2.1843,-2.419,2.9012,-3.2353,3.674,-0.8631,1.4333,-1.5544,2.0347,-2.3413,2.8101,-3.1515,3.6373,2.925,66.4,2,6,2,274.276,1,1,Inactive
|
||||
-1.4724,1.2757,-1.7057,2.0103,-2.375,2.8416,-3.1676,3.6962,-0.8094,1.1011,-1.6247,1.8065,-2.4416,2.6646,-3.2593,3.5335,-0.8484,1.0906,-1.549,1.9366,-2.3395,2.7986,-3.1462,3.6659,8.386,63.93,10,4,3,497.764,1,0,Inactive
|
||||
-1.5298,1.3466,-1.9379,1.9907,-2.7525,2.837,-3.5903,3.7024,-0.7638,2.3346,-1.5523,2.4671,-2.3618,3.2371,-3.1883,4.1071,-1.0811,1.114,-1.9106,1.9367,-2.7572,2.7839,-3.6115,3.6473,1.835,66.07,4,5,0,354.447,1,0,Inactive
|
||||
-2.3834,1.8504,-2.5264,2.3481,-2.8105,3.1213,-3.2948,3.9513,-0.7978,1.2399,-1.6117,1.9558,-2.4309,2.7913,-3.2525,3.6539,-0.948,1.0015,-1.7111,1.8246,-2.514,2.6833,-3.3274,3.5528,1.897,109.39,9,9,1,487.549,0,0,Inactive
|
||||
-1.774,1.6804,-2.2443,2.3904,-2.93,3.2765,-3.7163,4.2195,-0.8538,1.3666,-1.7268,2.2449,-2.612,3.2021,-3.5048,4.1792,-0.9591,1.3586,-1.7644,2.2911,-2.6366,3.2662,-3.5273,4.2504,4.618,56.03,5,3,1,365.477,1,0,Inactive
|
||||
-1.8027,1.4038,-1.9477,1.8825,-2.6826,2.5648,-3.5024,3.3848,-0.5307,1.5643,-1.1385,2.3998,-1.8626,3.2457,-2.6866,4.0947,-1.0823,0.8152,-1.9047,1.5477,-2.7363,2.386,-3.5707,3.2329,0.366,90.57,12,8,1,418.604,0,0,Inactive
|
||||
-1.4763,1.5464,-1.8026,2.0787,-2.2977,2.7197,-2.8833,3.4035,-0.5638,1.2462,-1.1975,1.8897,-1.8649,2.5944,-2.5462,3.3174,-1.023,0.8425,-1.6542,1.4275,-2.3339,2.1199,-3.0239,2.8443,1.544,87.3,6,6,3,335.448,0,0,Inactive
|
||||
-1.8185,1.4038,-1.9637,1.8824,-2.6831,2.5669,-3.5032,3.3882,-0.5308,1.5642,-1.1398,2.3997,-1.8713,3.2457,-2.6928,4.095,-1.0823,0.8157,-1.9049,1.5558,-2.7367,2.392,-3.5714,3.2387,0.831,87.33,9,7,1,389.562,0,0,Inactive
|
||||
-1.473,2.0875,-1.9829,2.4923,-2.5829,3.0827,-3.2175,3.7946,-0.7746,1.4669,-1.5612,2.2167,-2.3527,3.0097,-3.1466,3.8195,-0.9805,1.0658,-1.6149,1.869,-2.3253,2.6926,-3.0822,3.5255,2.897,97.11,5,4,2,400.866,0,1,Inactive
|
||||
-1.4761,1.4058,-1.8799,1.9055,-2.6829,2.6557,-3.5029,3.4736,-0.7669,2.3346,-1.5391,2.4664,-2.314,3.2495,-3.0904,4.1004,-1.0823,1.1081,-1.9048,1.905,-2.7366,2.7081,-3.5712,3.5174,2.809,78.1,10,6,1,427.586,0,0,Inactive
|
||||
-2.3987,1.7466,-2.5265,2.1662,-2.7639,2.8716,-3.5262,3.7317,-0.7662,1.5358,-1.5565,2.3671,-2.3657,3.2229,-3.1904,4.0905,-1.0868,1.0705,-1.9162,1.8896,-2.7607,2.7392,-3.6126,3.605,1.885,110.39,11,8,1,440.562,0,1,Inactive
|
||||
-2.3549,1.8184,-2.6122,2.3408,-2.9988,3.2034,-3.6847,4.1119,-0.8344,1.376,-1.7139,2.218,-2.6116,3.1291,-3.5173,4.0604,-0.9944,1.1609,-1.819,2.0758,-2.7026,3.0097,-3.6036,3.9508,3.581,128.73,13,5,1,457.552,0,1,Inactive
|
||||
-2.3987,1.5314,-2.5267,2.0624,-2.7639,2.8738,-3.5316,3.7524,-0.7826,1.5364,-1.5874,2.37,-2.408,3.2307,-3.2408,4.1054,-1.0875,1.0883,-1.9179,1.9318,-2.7639,2.8022,-3.6177,3.6855,2.301,113.19,10,8,2,473.595,0,0,Inactive
|
||||
-1.799,1.1221,-2.0331,1.8649,-2.8411,2.702,-3.6749,3.5623,-0.7645,1.5092,-1.5351,2.3333,-2.3194,3.1875,-3.1277,4.0546,-1.0926,1.1037,-1.9333,1.8941,-2.7864,2.7084,-3.6439,3.5489,3.225,54.99,4,4,0,349.496,1,0,Inactive
|
||||
-2.3983,1.5497,-2.5261,2.1335,-2.7799,2.9501,-3.5316,3.8142,-0.7826,1.5365,-1.5874,2.3708,-2.408,3.2326,-3.2408,4.1087,-1.0875,1.0769,-1.9179,1.9209,-2.7639,2.7949,-3.6177,3.6822,2.501,122.42,10,9,2,489.594,0,0,Inactive
|
||||
-2.3864,1.5982,-2.527,2.3553,-2.8639,3.2458,-3.6685,4.1679,-0.867,1.3409,-1.7648,2.1647,-2.6741,3.0762,-3.5886,4.0118,-0.9579,1.1731,-1.7748,2.1012,-2.6654,3.0442,-3.574,3.9926,3.393,72.8,10,6,1,457.615,0,0,Inactive
|
||||
-1.7741,1.6797,-2.246,2.3914,-2.9348,3.2834,-3.7235,4.2329,-0.8538,2.3347,-1.7272,2.465,-2.613,3.222,-3.5065,4.2028,-0.9622,1.3606,-1.7683,2.2984,-2.641,3.2789,-3.5323,4.2685,5.72,50.48,4,4,0,472.564,1,0,Inactive
|
||||
-1.598,2.36,-2.0556,2.7444,-2.6998,3.27,-3.3919,3.9099,-0.7559,2.4014,-1.522,2.6728,-2.2935,3.1071,-3.0683,3.8727,-0.8995,1.0682,-1.5841,1.9119,-2.29,2.7871,-3.0078,3.669,2.749,124.49,5,5,3,450.442,0,0,Inactive
|
||||
-1.4839,1.5123,-1.8693,2.0601,-2.4663,2.7409,-3.1946,3.4904,-0.7723,1.2594,-1.5514,1.9406,-2.3335,2.7028,-3.1175,3.4951,-1.0187,1.0709,-1.6635,1.8619,-2.3708,2.6665,-3.104,3.4779,3.689,78.51,7,6,2,425.573,0,0,Inactive
|
||||
-2.3163,1.8835,-2.5667,2.4736,-3.0141,3.3669,-3.8935,4.316,-0.817,1.4366,-1.727,2.35,-2.6631,3.3211,-3.6086,4.3076,-1.0098,1.1935,-1.8877,2.1583,-2.8179,3.144,-3.762,4.1368,3.963,108.17,7,5,0,434.452,0,1,Inactive
|
||||
-2.3424,2.2599,-2.5995,2.5882,-2.9963,3.0257,-3.4971,3.6833,-0.6444,2.4011,-1.3095,2.6675,-1.9965,3.0513,-2.7006,3.5953,-0.84,1.0255,-1.5146,1.8213,-2.2216,2.6328,-2.9391,3.4495,3.093,42.68,6,3,0,305.296,1,0,Inactive
|
||||
-2.2554,1.8583,-2.3812,2.2946,-2.689,2.9071,-3.5222,3.7257,-0.7663,1.5356,-1.557,2.3665,-2.3669,3.2218,-3.1922,4.0887,-1.0874,1.0653,-1.9175,1.8816,-2.7625,2.7301,-3.6148,3.5951,0.861,109.95,8,7,2,328.39,0,0,Inactive
|
||||
-1.7741,1.6796,-2.246,2.3903,-2.9348,3.2809,-3.7235,4.2293,-0.8538,1.3697,-1.7272,2.2535,-2.613,3.2158,-3.5065,4.1978,-0.9622,1.3604,-1.7683,2.2975,-2.641,3.2773,-3.5323,4.2662,5.559,50.48,4,4,0,454.574,1,0,Inactive
|
||||
-1.8226,1.6131,-2.1076,2.3281,-2.853,3.1884,-3.6862,4.0919,-0.8294,1.3749,-1.7074,2.2143,-2.6042,3.1219,-3.5092,4.0495,-0.9947,1.1417,-1.8214,2.0504,-2.7065,2.9811,-3.6082,3.919,1.977,110.99,10,6,1,460.6,0,0,Inactive
|
||||
-1.4991,1.5546,-1.8886,2.0812,-2.6916,2.8776,-3.5299,3.7542,-0.7802,1.5364,-1.5815,2.3705,-2.399,3.2318,-3.2295,4.1072,-1.0875,1.0823,-1.9179,1.925,-2.7637,2.7962,-3.6172,3.6806,1.928,116.85,9,7,2,444.557,0,0,Inactive
|
||||
-2.2078,2.1429,-2.3265,2.467,-2.6917,2.957,-3.5299,3.7534,-0.7802,1.5367,-1.5815,2.3706,-2.399,3.2312,-3.2295,4.1051,-1.0875,1.0736,-1.9179,1.9107,-2.7637,2.7773,-3.6172,3.6577,1.092,133.5,11,10,2,494.614,0,0,Inactive
|
||||
-2.4165,1.6122,-2.5388,2.3679,-2.8586,3.2657,-3.6761,4.197,-0.8679,1.3464,-1.7683,2.1847,-2.6809,3.109,-3.5991,4.0559,-0.9602,1.1772,-1.7912,2.114,-2.687,3.0668,-3.5997,4.0252,4.08,70,7,6,0,450.535,1,0,Inactive
|
||||
-2.3987,1.4061,-2.5268,1.9086,-2.7645,2.6594,-3.5032,3.4768,-0.7694,1.5644,-1.5448,2.4008,-2.3222,3.2484,-3.1004,4.0999,-1.0823,1.0609,-1.9049,1.8471,-2.7367,2.6485,-3.5714,3.4606,1.865,87.33,7,7,1,423.579,0,0,Inactive
|
||||
-1.8225,1.6805,-2.2443,2.3909,-2.93,3.2773,-3.7163,4.2205,-0.8538,1.367,-1.7267,2.2455,-2.612,3.2029,-3.5048,4.1802,-0.9591,1.3585,-1.7644,2.291,-2.6365,3.2663,-3.5272,4.2506,3.712,65.26,6,4,1,381.476,1,0,Inactive
|
||||
-2.2477,1.8625,-2.385,2.3481,-2.7699,3.08,-3.5648,3.8904,-0.7474,1.364,-1.5516,2.1448,-2.3817,2.9832,-3.2242,3.8406,-1.0393,0.917,-1.8352,1.7551,-2.6751,2.6203,-3.5259,3.4923,2.794,85.34,3,5,1,276.336,0,0,Inactive
|
||||
-2.2607,1.7533,-2.3883,2.168,-2.6392,2.8011,-3.1313,3.5714,-0.7244,1.2183,-1.4861,1.8746,-2.2595,2.6419,-3.0379,3.4349,-0.8768,0.9988,-1.6354,1.6301,-2.4139,2.4159,-3.1965,3.2222,1.803,72.47,8,5,1,293.363,0,2,Inactive
|
||||
-2.3987,1.8506,-2.5268,2.3149,-2.7646,3.0086,-3.236,3.8036,-0.7905,1.2355,-1.5934,1.9344,-2.4017,2.7524,-3.2127,3.5995,-0.9477,1.0633,-1.7065,1.8673,-2.5016,2.6988,-3.3058,3.545,2.501,90.93,8,7,1,427.497,0,1,Inactive
|
||||
-2.2595,1.8512,-2.3867,2.3155,-2.6371,3.0063,-3.199,3.7978,-0.7913,1.2362,-1.5952,1.9353,-2.4045,2.7533,-3.2163,3.6006,-0.9477,1.127,-1.7062,1.9311,-2.5009,2.7564,-3.3046,3.5959,2.237,90.93,8,7,1,447.915,0,1,Inactive
|
||||
-2.2647,1.8506,-2.3887,2.3132,-2.6394,3.0015,-3.2383,3.7907,-0.7993,1.2344,-1.6064,1.9311,-2.4177,2.7488,-3.2313,3.5967,-0.9478,1.1107,-1.7067,1.9217,-2.5021,2.7512,-3.3067,3.5941,3.023,81.7,7,6,1,411.498,0,1,Inactive
|
||||
-2.2842,2.1768,-2.4098,2.3412,-2.6668,3.0509,-3.1953,3.8666,-0.7936,1.2384,-1.6008,1.9472,-2.4129,2.7747,-3.2276,3.6303,-0.9479,1.0351,-1.7079,1.8481,-2.5054,2.6947,-3.3123,3.554,2.445,100.16,6,8,1,441.48,0,0,Inactive
|
||||
-2.2841,1.8502,-2.4089,2.3145,-2.6643,3.0057,-3.1771,3.7967,-0.7575,1.2357,-1.5455,1.9416,-2.3426,2.7673,-3.1436,3.6192,-0.9505,0.9709,-1.7125,1.7798,-2.5068,2.6251,-3.3079,3.4821,2.235,109.94,6,6,1,443.565,0,0,Inactive
|
||||
-2.2841,1.8501,-2.4089,2.3166,-2.6643,3.0184,-3.1867,3.8215,-0.7901,2.3347,-1.5938,2.4637,-2.4036,2.8585,-3.2164,3.646,-0.9478,1.11,-1.7067,1.9221,-2.5023,2.7535,-3.307,3.5984,3.225,81.7,6,6,1,441.499,0,0,Inactive
|
||||
-2.4005,1.8508,-2.5304,2.32,-2.7936,3.0345,-3.277,3.8503,-0.7949,1.237,-1.6043,1.9432,-2.4188,2.7699,-3.2357,3.6249,-0.9484,1.0195,-1.7104,1.837,-2.5097,2.6851,-3.3186,3.5449,2.058,100.16,8,8,1,443.496,0,1,Inactive
|
||||
-2.4164,1.8507,-2.5386,2.3152,-2.7707,3.0095,-3.237,3.805,-0.7904,1.2356,-1.5933,1.9351,-2.4016,2.7536,-3.2126,3.6013,-0.9477,1.0636,-1.7065,1.8681,-2.5016,2.7003,-3.3058,3.5471,2.924,90.93,9,7,1,441.524,0,1,Inactive
|
||||
-2.261,1.8508,-2.3873,2.3137,-2.6379,3.0012,-3.1991,3.7878,-0.7875,1.2346,-1.5868,1.93,-2.3919,2.7432,-3.2001,3.5858,-0.9477,1.1008,-1.706,1.8946,-2.5003,2.7115,-3.3032,3.5458,3.621,107,9,6,1,443.565,0,1,Inactive
|
||||
-2.3987,1.8506,-2.5268,2.3146,-2.7646,3.0078,-3.236,3.8022,-0.7905,1.2354,-1.5934,1.9337,-2.4017,2.7511,-3.2127,3.5978,-0.9477,1.063,-1.7065,1.8666,-2.5016,2.6976,-3.3058,3.5433,2.143,90.93,7,7,1,413.47,0,1,Inactive
|
||||
-2.2647,1.8506,-2.3888,2.3138,-2.6397,3.0036,-3.2284,3.7946,-0.7907,1.2364,-1.5941,1.9374,-2.4029,2.7571,-3.2145,3.6055,-0.9477,1.0889,-1.7065,1.8843,-2.5016,2.7155,-3.3058,3.5618,2.437,84.94,7,7,1,426.513,0,1,Inactive
|
||||
-2.4015,1.8523,-2.6728,2.3233,-3.0831,3.0268,-3.5891,3.8246,-0.7565,1.2429,-1.5435,1.9674,-2.34,2.7947,-3.1406,3.6449,-0.9497,1.0309,-1.7101,1.8378,-2.5036,2.6736,-3.3043,3.5233,3.016,120.14,9,6,1,447.553,0,1,Inactive
|
||||
-2.3874,1.8509,-2.5285,2.3238,-2.8006,3.0502,-3.2828,3.8708,-0.7954,1.2372,-1.6057,1.9448,-2.4213,2.7729,-3.2394,3.629,-0.9486,1.0324,-1.7122,1.84,-2.5132,2.6853,-3.3236,3.5447,1.79,100.16,8,8,1,443.496,0,1,Inactive
|
||||
-2.2506,1.8888,-2.388,2.4301,-2.6882,3.1457,-3.2434,3.9238,-0.7853,1.2246,-1.5823,1.915,-2.3853,2.7238,-3.1917,3.5609,-0.9091,1.1003,-1.6773,1.8931,-2.4728,2.708,-3.2753,3.5389,2.87,87.85,6,6,1,371.433,0,2,Inactive
|
||||
-2.2495,1.889,-2.388,2.4297,-2.6891,3.1451,-3.2539,3.9236,-0.7937,1.2248,-1.5955,1.9147,-2.4021,2.7263,-3.2114,3.567,-0.9091,1.1061,-1.6775,1.9133,-2.4734,2.7384,-3.2765,3.5759,3.961,78.62,4,5,1,355.434,0,1,Inactive
|
||||
-2.399,1.5191,-2.527,2.1673,-2.7931,2.9522,-3.249,3.764,-0.7799,1.2169,-1.5751,1.8724,-2.3756,2.6651,-3.1785,3.4923,-0.8605,1.0717,-1.5493,1.8852,-2.3296,2.7166,-3.1251,3.5546,2.736,66.02,8,6,1,385.46,1,0,Inactive
|
||||
-1.8084,1.6553,-2.2036,2.4224,-3.0109,3.3323,-3.8943,4.2834,-0.8186,1.4306,-1.73,2.3392,-2.6672,3.3063,-3.6137,4.289,-1.0108,1.191,-1.8895,2.1519,-2.8206,3.1337,-3.7654,4.1227,3.396,101.48,7,5,2,409.49,0,0,Inactive
|
||||
-2.264,1.8498,-2.3845,2.2968,-2.6357,2.9759,-3.1873,3.7762,-0.7907,1.2215,-1.5934,1.9173,-2.4012,2.7453,-3.2114,3.6001,-0.911,1.062,-1.683,1.872,-2.481,2.7125,-3.2856,3.5669,2.559,103.87,6,5,2,437.561,0,2,Inactive
|
||||
-2.2217,2.1803,-2.3528,2.3187,-2.5529,2.9663,-3.1086,3.774,-0.7807,1.2285,-1.5687,1.8817,-2.3591,2.6852,-3.1506,3.5259,-0.8337,1.1131,-1.4967,1.9326,-2.2648,2.7728,-3.0481,3.6214,5.504,57.23,10,6,0,459.542,1,0,Inactive
|
||||
-1.4662,2.3585,-1.8168,2.7361,-2.4207,3.2487,-3.0978,3.8746,-0.7751,2.4012,-1.5622,2.6716,-2.3539,3.0847,-3.148,3.6895,-0.869,1.0652,-1.5478,1.8652,-2.2946,2.6819,-3.0707,3.5054,3.735,73.13,3,5,2,328.29,0,0,Inactive
|
||||
-2.3568,2.2432,-2.4932,2.6604,-3.0335,3.2662,-3.7628,4.1179,-0.8549,1.3217,-1.7391,2.126,-2.6347,3.0198,-3.5354,3.9382,-0.872,1.1517,-1.7002,2.0725,-2.5886,3.0037,-3.4891,3.9383,3.592,76.74,4,4,1,302.326,0,0,Inactive
|
||||
-1.4667,1.5445,-2.0104,2.1298,-2.7786,2.9097,-3.5907,3.7548,-0.7876,1.3723,-1.5804,2.1677,-2.3755,3.0218,-3.2144,3.8949,-1.0774,1.0785,-1.8735,1.8897,-2.7111,2.7284,-3.5612,3.5901,2.681,131.08,5,6,2,408.527,0,1,Inactive
|
||||
-2.367,1.2298,-2.4995,2.0156,-2.779,2.844,-3.3039,3.6831,-0.7962,1.52,-1.6051,2.1837,-2.419,2.8985,-3.2356,3.6686,-0.9715,1.4334,-1.5877,2.0334,-2.3575,2.8068,-3.1619,3.6326,3.987,29.54,2,5,0,300.358,1,1,Inactive
|
||||
-2.4359,2.0644,-2.5623,2.4685,-2.8012,2.9996,-3.2454,3.6147,-0.7761,1.2158,-1.5627,1.8303,-2.3531,2.5802,-3.1453,3.3767,-0.8613,1.0687,-1.5117,1.8652,-2.2383,2.6733,-3.0157,3.4857,2.667,75.63,9,5,2,307.39,0,0,Inactive
|
||||
-2.4164,1.8656,-2.5385,2.33,-2.7699,2.9972,-3.209,3.7517,-0.7765,1.2616,-1.5611,1.9349,-2.3492,2.7035,-3.1393,3.5071,-0.9768,1.0601,-1.6689,1.8507,-2.4281,2.6589,-3.2004,3.4761,3.232,76.66,8,6,2,374.481,0,0,Inactive
|
||||
-2.2545,2.23,-2.3805,2.5684,-2.627,3.1029,-3.2809,3.8482,-0.8127,1.2957,-1.6312,2.0404,-2.4522,2.9034,-3.2743,3.7967,-0.8891,1.2035,-1.5679,2.1043,-2.2598,3.0114,-3.0164,3.9206,4.405,197.18,24,13,5,681.786,0,3,Inactive
|
||||
-1.49,1.4515,-1.8698,2.1332,-2.4349,2.9419,-3.1064,3.7818,-0.7626,1.2915,-1.5388,2.0228,-2.32,2.8413,-3.1038,3.6875,-0.8768,1.046,-1.5587,1.8507,-2.3075,2.6978,-3.079,3.5558,0.846,115.22,2,8,2,456.454,0,0,Inactive
|
||||
-2.4163,1.1407,-2.5384,1.8494,-2.7696,2.6286,-3.2069,3.4212,-0.7748,1.1036,-1.5554,1.6924,-2.3379,2.4728,-3.1212,3.2716,-1.0128,1.0598,-1.5403,1.8446,-2.2275,2.6407,-2.9824,3.4412,3.996,41.93,11,4,1,349.515,1,0,Inactive
|
||||
-2.4164,1.929,-2.5387,2.4632,-2.7736,3.1753,-3.3256,3.9668,-0.8039,1.2553,-1.6253,1.9926,-2.452,2.8443,-3.281,3.7218,-1.0006,1.0322,-1.6813,1.8906,-2.4714,2.7711,-3.2864,3.6581,5.975,132.74,10,7,0,589.801,0,1,Inactive
|
||||
-2.3834,1.8664,-2.5263,2.355,-2.8092,3.1082,-3.2808,3.9179,-0.7871,1.2631,-1.5901,1.9457,-2.3982,2.735,-3.2086,3.5611,-0.9782,0.9937,-1.6812,1.7945,-2.4603,2.626,-3.2575,3.4673,0.89,95.12,8,8,2,378.425,0,1,Inactive
|
||||
-2.3834,1.8664,-2.5263,2.3556,-2.8092,3.1095,-3.2808,3.9199,-0.7871,1.2633,-1.5901,1.9468,-2.3982,2.7372,-3.2086,3.5642,-0.9782,0.9954,-1.6812,1.7969,-2.4603,2.6292,-3.2575,3.4713,2.869,95.12,12,8,2,420.506,0,2,Inactive
|
||||
-2.3827,2.2243,-2.5118,2.5782,-2.8062,3.2003,-3.3514,4.0088,-0.7961,2.4015,-1.6075,2.6748,-2.4243,3.1224,-3.2436,3.8531,-0.9082,1.4342,-1.6818,2.049,-2.484,2.8663,-3.294,3.7402,6.794,78.9,6,8,0,585.575,0,2,Inactive
|
||||
-2.3987,1.889,-2.5268,2.4304,-2.7645,3.1481,-3.2553,3.9304,-0.7886,1.2255,-1.5896,1.9179,-2.3962,2.731,-3.2056,3.5724,-0.9092,1.063,-1.678,1.8659,-2.4747,2.6949,-3.2788,3.5371,2.975,87.85,4,6,1,357.406,0,1,Inactive
|
||||
-2.264,1.8476,-2.3846,2.2915,-2.7658,2.9674,-3.5814,3.7745,-0.7767,1.3642,-1.5651,2.1465,-2.3817,2.989,-3.2229,3.8522,-1.0391,1.1315,-1.8341,1.9411,-2.6733,2.7723,-3.5234,3.6228,4.913,104.49,9,5,1,432.973,0,1,Inactive
|
||||
-2.2472,1.5412,-2.387,2.2171,-2.7724,3.0027,-3.5661,3.8299,-0.7514,1.3638,-1.5553,2.1445,-2.3843,2.9829,-3.226,3.8407,-1.0391,0.9192,-1.8346,1.7568,-2.6743,2.6232,-3.525,3.4963,4.59,76.11,6,4,1,316.445,0,2,Inactive
|
||||
-2.2472,1.5412,-2.387,2.2169,-2.7725,3.0018,-3.5664,3.8284,-0.7509,1.3638,-1.5552,2.1443,-2.3848,2.9824,-3.2268,3.8399,-1.0393,0.9151,-1.8352,1.7543,-2.6753,2.6204,-3.5261,3.4931,2.506,76.11,1,4,1,272.348,0,1,Inactive
|
||||
-2.2187,1.8634,-2.3371,2.3029,-2.6004,2.9699,-3.1763,3.7548,-0.7771,1.277,-1.5657,1.9881,-2.3592,2.7924,-3.1558,3.628,-0.8594,1.1555,-1.5547,1.9632,-2.3087,2.8009,-3.0893,3.6486,4.287,80.75,6,6,0,482.33,0,1,Inactive
|
||||
-2.263,1.8604,-2.3833,2.2905,-2.6342,2.9329,-3.1757,3.6914,-0.7748,1.2736,-1.5625,1.9697,-2.3558,2.7509,-3.1519,3.5624,-0.8594,1.0668,-1.554,1.8697,-2.3067,2.6905,-3.0865,3.5188,2.588,63.68,4,5,0,313.353,1,0,Inactive
|
||||
-2.2035,2.2277,-2.3182,2.5566,-2.5522,3.0275,-2.9532,3.5886,-0.6974,1.2614,-1.3958,1.8832,-2.0946,2.5582,-2.7938,3.2557,-0.8164,0.9332,-1.4415,1.629,-2.0923,2.3513,-2.7566,3.0821,6.173,76.66,10,6,2,434.621,0,1,Inactive
|
||||
-2.2585,1.9478,-2.3773,2.3868,-2.6244,3.0026,-3.1296,3.7253,-0.7748,1.3536,-1.5613,2.0509,-2.3523,2.8223,-3.1456,3.6219,-0.8596,1.1301,-1.5391,1.9347,-2.2747,2.752,-3.0368,3.5757,4.132,79.2,6,6,1,352.818,0,1,Inactive
|
||||
-1.3268,2.098,-1.6444,2.5228,-2.334,3.1285,-3.1198,3.8497,-0.7938,1.2257,-1.599,1.8839,-2.4086,2.6708,-3.2202,3.4952,-0.8639,1.0742,-1.57,1.882,-2.3507,2.7124,-3.1508,3.5499,1.596,86.63,2,5,3,259.261,0,1,Inactive
|
||||
-1.3262,2.0872,-1.6345,2.4964,-2.3194,3.0385,-3.1069,3.6965,-0.7827,1.52,-1.5781,2.1832,-2.3789,2.8946,-3.1828,3.6558,-0.8629,1.4332,-1.5444,2.0284,-2.3119,2.788,-3.1081,3.6002,2.699,66.4,2,6,2,260.249,1,1,Inactive
|
||||
-1.3171,2.0459,-1.942,2.4184,-2.7603,3.012,-3.6039,3.9164,-0.8126,1.554,-1.636,2.4135,-2.4693,3.3066,-3.3113,4.2188,-1.0817,1.1937,-1.9117,2.1091,-2.7595,3.0378,-3.6161,3.9737,3.398,159,6,10,2,559.714,0,1,Inactive
|
||||
-2.3834,1.8494,-2.5264,2.3279,-2.8105,3.1008,-3.2952,3.9274,-0.7977,1.2249,-1.6114,1.9317,-2.4302,2.7669,-3.2513,3.6281,-0.9115,1.0035,-1.6894,1.8267,-2.4966,2.6841,-3.3117,3.5515,3.965,83.09,7,7,1,483.605,0,1,Inactive
|
||||
-2.3984,1.4515,-2.526,2.2304,-2.7772,3.0634,-3.3015,3.9188,-0.7971,1.521,-1.6108,2.1946,-2.4309,2.946,-3.2544,3.7738,-1.0432,1.4323,-1.6361,2.0496,-2.4129,2.8846,-3.2288,3.76,6.714,38.77,3,6,0,414.461,1,1,Inactive
|
||||
-2.2639,2.1767,-2.3843,2.3472,-2.6313,3.0325,-3.097,3.8162,-0.7812,1.2623,-1.5735,1.9394,-2.3695,2.718,-3.1675,3.5331,-0.9773,1.0298,-1.6722,1.8249,-2.4361,2.6455,-3.2151,3.4758,2.218,85.89,6,7,2,346.383,0,1,Inactive
|
||||
-2.2838,1.8658,-2.408,2.3449,-2.6613,3.0824,-3.1015,3.8942,-0.7831,1.521,-1.5808,2.1907,-2.3851,2.92,-3.1929,3.7059,-0.9774,1.4319,-1.6732,2.0232,-2.4403,2.7868,-3.226,3.6067,3.68,104.73,5,9,3,389.408,0,1,Inactive
|
||||
-2.2411,2.2246,-2.3668,2.5464,-2.6186,3.0124,-3.0216,3.5796,-0.5335,1.2672,-1.1537,1.9169,-1.819,2.6217,-2.5002,3.3434,-0.9318,0.8329,-1.581,1.4467,-2.2643,2.1527,-2.9555,2.8786,1.503,101.73,9,7,2,327.425,0,2,Inactive
|
||||
-2.2637,1.8883,-2.3882,2.4302,-2.6891,3.1499,-3.2368,3.935,-0.7891,1.2241,-1.5906,1.9168,-2.3976,2.7299,-3.2073,3.5713,-0.9092,1.0597,-1.6781,1.8616,-2.4749,2.6906,-3.279,3.5331,3.077,98.85,4,6,2,357.406,0,2,Inactive
|
||||
-1.6224,1.2616,-2.184,2.1285,-2.9293,3.0654,-3.7574,4.0232,-0.7906,1.3984,-1.6421,2.2854,-2.5181,3.2369,-3.4039,4.2052,-1.0285,1.191,-1.8131,2.1394,-2.6679,3.1102,-3.546,4.0871,7.624,47.57,2,3,0,451.618,1,1,Inactive
|
||||
-2.4163,1.866,-2.5385,2.33,-2.7698,2.9952,-3.2087,3.7475,-0.7765,1.2612,-1.5611,1.9322,-2.3492,2.6983,-3.1392,3.4998,-0.9767,1.06,-1.6686,1.8498,-2.4274,2.6569,-3.1994,3.4728,3.787,76.66,11,6,2,374.481,0,1,Inactive
|
||||
-2.2838,1.8656,-2.408,2.3307,-2.6611,3.0031,-3.1103,3.7688,-0.7772,1.5205,-1.565,2.1859,-2.3586,2.9035,-3.1557,3.6746,-0.977,1.4337,-1.6697,2.0365,-2.4299,2.8015,-3.2043,3.6127,3.718,84.5,5,8,2,373.409,0,1,Inactive
|
||||
-2.4163,1.8659,-2.5385,2.3298,-2.7698,2.9948,-3.2087,3.7467,-0.7765,1.2611,-1.5611,1.9318,-2.3492,2.6974,-3.1392,3.4984,-0.9767,1.0593,-1.6686,1.8487,-2.4275,2.6553,-3.1995,3.4707,2.377,76.66,8,6,2,346.427,0,1,Inactive
|
||||
-2.2838,1.8656,-2.408,2.3303,-2.6613,3.0012,-3.1126,3.7647,-0.7769,1.5205,-1.5641,2.1855,-2.3568,2.9016,-3.1528,3.6707,-0.9768,1.4337,-1.6689,2.036,-2.4283,2.8003,-3.2016,3.6108,3.657,84.5,5,8,2,373.409,0,1,Inactive
|
||||
-2.2628,1.8716,-2.3828,2.3279,-2.6288,3.0205,-3.0821,3.8207,-0.7686,1.2366,-1.5448,1.9525,-2.3249,2.7823,-3.1072,3.6362,-0.8354,1.1065,-1.5213,1.9163,-2.2586,2.7573,-3.016,3.6136,3.027,103.87,6,5,2,345.42,0,0,Inactive
|
||||
-1.2964,2.1553,-1.9772,2.7358,-2.7541,3.4504,-3.5691,4.2413,-0.7612,1.3729,-1.5884,2.1775,-2.4401,3.0454,-3.3022,3.9333,-1.0405,1.0498,-1.8481,1.8625,-2.7028,2.7486,-3.5691,3.6466,3.726,122.37,0,5,2,342.468,0,1,Inactive
|
||||
-2.2575,1.9561,-2.3762,2.3949,-2.6249,3.0466,-3.1108,3.8281,-0.7727,2.3346,-1.5505,2.4613,-2.3308,2.8665,-3.1128,3.7033,-0.8214,1.1401,-1.5003,1.9928,-2.2325,2.8594,-2.9836,3.7305,4.682,59.16,6,3,0,343.398,1,0,Inactive
|
||||
-2.2841,1.85,-2.409,2.3152,-2.665,3.0115,-3.1934,3.8091,-0.7893,2.3347,-1.5913,2.462,-2.3992,2.8403,-3.2101,3.6316,-0.9477,1.1102,-1.7062,1.9204,-2.5008,2.7493,-3.3043,3.5918,3.794,81.7,6,6,1,455.526,0,0,Inactive
|
||||
-2.399,1.8503,-2.5165,2.3511,-2.7353,3.1221,-3.2089,3.9501,-0.7989,1.2387,-1.6143,1.9522,-2.4349,2.787,-3.2577,3.6492,-0.9479,1.065,-1.7087,1.8788,-2.5082,2.7301,-3.3184,3.5946,3.403,111.16,8,8,2,491.968,0,0,Inactive
|
||||
-2.2841,1.8501,-2.4089,2.3187,-2.6643,3.0302,-3.1859,3.8455,-0.7952,2.3347,-1.6059,2.4645,-2.4224,2.8759,-3.2418,3.6732,-0.9478,1.1351,-1.7073,1.9586,-2.504,2.8012,-3.3106,3.6551,3.847,81.7,6,6,1,475.944,0,0,Inactive
|
||||
-2.3815,1.8502,-2.5049,2.3299,-2.7297,3.0698,-3.2076,3.8879,-0.7946,1.2372,-1.6033,1.943,-2.4171,2.7686,-3.2334,3.6227,-0.9479,1.0308,-1.7082,1.8404,-2.5062,2.6852,-3.3139,3.5433,2.358,111.16,7,8,2,443.496,0,0,Inactive
|
||||
-1.4811,2.2733,-2.0041,2.7346,-2.7287,3.4956,-3.5379,4.3656,-0.764,2.4015,-1.5594,2.6782,-2.4288,3.3206,-3.3151,4.2348,-1.1037,1.1299,-1.9276,2.0049,-2.778,2.9275,-3.6487,3.8656,1.939,138.51,6,7,2,480.424,0,0,Inactive
|
||||
-2.3987,1.8501,-2.5268,2.3156,-2.7647,3.0124,-3.2371,3.8101,-0.7905,1.2365,-1.5934,1.9386,-2.4017,2.7591,-3.2128,3.6085,-0.9478,1.0645,-1.7065,1.8705,-2.5018,2.7046,-3.306,3.5532,3.548,90.93,7,7,1,467.562,0,0,Inactive
|
||||
-2.2841,1.85,-2.4089,2.3137,-2.6646,3.0044,-3.2402,3.7959,-0.7993,1.2353,-1.6064,1.9347,-2.4177,2.7544,-3.2314,3.604,-0.9478,1.1113,-1.7067,1.9235,-2.5022,2.7548,-3.3069,3.5996,3.501,81.7,6,6,1,437.536,0,0,Inactive
|
||||
-2.2842,1.85,-2.4095,2.3159,-2.6664,3.0161,-3.1872,3.8176,-0.7901,2.3347,-1.5938,2.4636,-2.4036,2.8561,-3.2164,3.6413,-0.9478,1.1095,-1.7067,1.9205,-2.5023,2.7505,-3.307,3.5939,2.849,81.7,6,6,1,415.461,0,0,Inactive
|
||||
-2.3815,1.8502,-2.5049,2.3308,-2.7296,3.0722,-3.2073,3.8916,-0.7946,1.2376,-1.6033,1.9451,-2.4171,2.7723,-3.2334,3.6278,-0.9479,1.0317,-1.7082,1.8429,-2.5062,2.6892,-3.3139,3.5488,2.734,111.16,7,8,2,469.534,0,0,Inactive
|
||||
-2.2841,1.8501,-2.409,2.315,-2.6649,3.0089,-3.2303,3.8037,-0.7907,1.2378,-1.5941,1.9432,-2.403,2.7664,-3.2146,3.618,-0.9478,1.0907,-1.7065,1.8891,-2.5018,2.7238,-3.306,3.5736,4.411,84.94,7,7,1,494.632,0,0,Inactive
|
||||
-2.3987,1.8526,-2.5267,2.3199,-2.7632,3.0211,-3.2021,3.8236,-0.7693,1.2373,-1.5478,1.9501,-2.3435,2.7821,-3.1444,3.6399,-0.9505,1.0655,-1.7124,1.8699,-2.5064,2.7046,-3.3074,3.557,2.123,119.17,8,7,1,481.57,0,1,Inactive
|
||||
-2.418,1.8502,-2.541,2.3181,-2.7785,3.0221,-3.2541,3.8268,-0.7918,1.2369,-1.5969,1.9421,-2.4073,2.7662,-3.2204,3.6188,-0.9483,1.0641,-1.7094,1.8682,-2.5069,2.7043,-3.3134,3.5561,4.329,90.93,10,7,1,495.616,0,0,Inactive
|
||||
-2.2841,1.8502,-2.4089,2.3146,-2.6647,3.0052,-3.1759,3.7943,-0.7575,1.2357,-1.5454,1.9386,-2.3425,2.7588,-3.1433,3.6054,-0.9505,0.9573,-1.7123,1.7549,-2.5064,2.5957,-3.3074,3.4488,2.895,109.94,6,6,1,457.592,0,0,Inactive
|
||||
-2.2842,1.85,-2.4095,2.3161,-2.6665,3.018,-3.1969,3.8243,-0.791,1.5208,-1.5959,2.1886,-2.407,2.9196,-3.2213,3.7222,-0.9478,1.4339,-1.7069,2.0416,-2.5027,2.823,-3.3079,3.6569,3.406,98.77,7,9,1,442.468,0,1,Inactive
|
||||
-2.2842,2.1768,-2.4092,2.3427,-2.6651,3.0551,-3.195,3.8732,-0.7936,1.2391,-1.6008,1.9507,-2.4129,2.7808,-3.2275,3.6386,-0.9479,1.037,-1.7079,1.8526,-2.5054,2.7016,-3.3123,3.5634,3.959,100.16,6,8,1,495.572,0,0,Inactive
|
||||
-2.3439,1.8505,-2.6164,2.3722,-3.0823,3.2446,-3.7513,4.164,-0.8554,1.2671,-1.7481,2.0956,-2.6512,3.0168,-3.5583,3.9556,-0.9515,1.1416,-1.7675,2.0592,-2.6533,2.9964,-3.5543,3.9401,3.059,111.91,6,7,1,491.54,0,0,Inactive
|
||||
-2.2647,2.2036,-2.3888,2.5281,-2.6396,3.0972,-3.1941,3.8692,-0.798,2.4013,-1.6055,2.6723,-2.4178,3.0895,-3.2327,3.7241,-0.9479,1.1037,-1.7076,1.9166,-2.5041,2.7522,-3.31,3.6019,3.364,81.7,7,6,1,451.441,0,1,Inactive
|
||||
-2.3824,1.8514,-2.5058,2.4344,-2.7507,3.2054,-3.2262,4.0207,-0.7983,1.2384,-1.613,1.9512,-2.4329,2.7852,-3.2551,3.6465,-0.948,0.9978,-1.7116,1.8181,-2.5154,2.6753,-3.3296,3.5436,1.545,120.39,8,9,2,459.495,0,1,Inactive
|
||||
-2.3654,2.0882,-2.484,2.4997,-2.7168,3.0394,-3.1578,3.65,-0.7544,1.2323,-1.5148,1.8527,-2.2773,2.5457,-3.0408,3.2782,-0.8746,1.056,-1.5398,1.8198,-2.218,2.594,-2.9056,3.3722,1.672,75.63,7,5,2,251.282,0,0,Inactive
|
||||
-1.7377,1.2225,-2.2206,1.987,-2.9169,2.8554,-3.7091,3.7424,-0.7784,1.5209,-1.5996,2.2033,-2.4518,3.0335,-3.3156,3.9218,-0.9928,1.4339,-1.7979,2.0523,-2.65,2.8759,-3.5144,3.7578,3.123,58.36,8,5,1,416.547,1,1,Inactive
|
||||
-2.1626,1.983,-2.3093,2.413,-2.6392,3.1372,-3.213,3.969,-0.7839,1.3448,-1.5796,2.1521,-2.379,3.0163,-3.18,3.8965,-0.8744,1.1479,-1.5625,1.996,-2.3126,2.8773,-3.093,3.7669,3.194,150,1,5,1,480.361,0,1,Inactive
|
||||
-2.3987,1.9812,-2.5266,2.3881,-2.7635,2.955,-3.2197,3.6675,-0.778,1.2713,-1.565,2.0045,-2.3549,2.8149,-3.1463,3.6478,-0.8783,1.0856,-1.5542,1.9147,-2.2436,2.759,-2.9599,3.6087,3.039,116.76,6,5,2,372.446,0,0,Inactive
|
||||
-2.3987,1.3472,-2.5264,1.9928,-2.7741,2.8377,-3.5917,3.7023,-0.7662,1.539,-1.5568,2.3742,-2.3671,3.2335,-3.1935,4.1042,-1.0811,1.0708,-1.911,1.8919,-2.7582,2.7442,-3.6132,3.6129,1.589,75.3,5,6,0,366.483,0,0,Inactive
|
||||
-2.4165,1.5107,-2.5389,2.0463,-2.7698,2.7969,-3.2214,3.6014,-0.7766,1.2155,-1.56,1.8562,-2.349,2.6319,-3.1404,3.4479,-0.8602,1.0842,-1.513,1.8988,-2.2558,2.7256,-3.0294,3.5568,4.439,56.79,10,5,1,397.515,1,0,Inactive
|
||||
-2.4163,1.5189,-2.5385,2.0898,-2.7691,2.7956,-3.2164,3.5683,-0.7615,1.2763,-1.5359,1.966,-2.3153,2.73,-3.0972,3.5217,-0.8729,1.0004,-1.5542,1.7887,-2.2921,2.5953,-3.0584,3.4087,1.203,87.74,5,7,2,345.399,0,0,Inactive
|
||||
-2.4001,2.0951,-2.5286,2.5065,-2.77,3.109,-3.2278,3.837,-0.7942,1.2152,-1.6006,1.8759,-2.4111,2.684,-3.2237,3.5262,-0.8338,1.0856,-1.551,1.9149,-2.3381,2.7613,-3.1415,3.6134,4.921,58.56,3,4,2,349.43,1,0,Inactive
|
||||
-1.4863,2.0951,-1.8636,2.5107,-2.4305,3.1385,-3.1297,3.9022,-0.7816,1.5206,-1.583,2.1902,-2.3928,2.9288,-3.2071,3.7316,-0.8624,1.4331,-1.5913,2.0303,-2.382,2.8031,-3.1901,3.633,2.562,91.75,3,8,1,330.296,0,1,Inactive
|
||||
-2.2179,2.1767,-2.347,2.2952,-2.5463,2.9022,-3.1081,3.6933,-0.7807,2.3346,-1.5687,2.4625,-2.3591,2.8071,-3.1505,3.5009,-0.7432,1.1283,-1.4885,1.9513,-2.2635,2.7838,-3.0474,3.621,5.627,30.49,8,3,1,377.459,1,0,Inactive
|
||||
-2.284,1.8491,-2.4084,2.2959,-2.6643,2.9744,-3.2002,3.7759,-0.7909,1.5206,-1.5954,2.1871,-2.4058,2.9132,-3.2194,3.708,-0.9101,1.434,-1.6817,2.0426,-2.4804,2.8245,-3.2863,3.6577,6.043,72.47,5,7,1,452.551,0,2,Inactive
|
||||
-2.3988,2.2035,-2.5877,2.6687,-2.9991,3.3688,-3.544,4.2475,-0.8317,2.3811,-1.6814,2.6229,-2.5367,3.0566,-3.3944,3.8707,-1.0563,1.0801,-1.734,1.9778,-2.5637,2.8936,-3.4146,3.8148,3.737,112.66,7,6,1,466.405,0,2,Inactive
|
||||
-2.3988,1.5734,-2.5267,2.1134,-2.7631,2.8827,-3.2273,3.707,-0.7762,1.2741,-1.5635,1.9797,-2.3549,2.78,-3.1483,3.6132,-0.8683,1.0803,-1.5567,1.8971,-2.3047,2.7362,-3.0769,3.5841,3.535,72.91,6,6,0,429.472,0,0,Inactive
|
||||
-2.2638,1.8592,-2.3841,2.3161,-2.6337,2.98,-3.1335,3.7431,-0.7768,1.5205,-1.564,2.1856,-2.357,2.9032,-3.1534,3.6755,-0.9759,1.4336,-1.67,2.0351,-2.4331,2.7989,-3.2097,3.6094,2.708,75.71,7,8,1,347.371,0,2,Inactive
|
||||
-2.264,2.1767,-2.3846,2.3362,-2.6342,3.0184,-3.1319,3.8052,-0.7811,1.2739,-1.5735,1.9609,-2.3697,2.7422,-3.168,3.5587,-0.9765,1.0297,-1.6734,1.8259,-2.4407,2.6484,-3.2225,3.481,1.747,77.1,6,7,1,346.383,0,1,Inactive
|
||||
-2.3812,1.8497,-2.5041,2.4297,-2.7257,3.2186,-3.204,4.0469,-0.7986,1.5213,-1.6148,2.195,-2.4375,2.9428,-3.2634,3.7628,-0.9117,1.432,-1.6907,2.0246,-2.5004,2.8067,-3.3193,3.6561,5.713,101.93,6,9,2,498.576,0,2,Inactive
|
||||
-2.3984,1.4966,-2.526,2.0519,-2.7653,2.8017,-3.3222,3.6229,-0.8009,1.2799,-1.6136,1.9808,-2.4304,2.772,-3.2491,3.6008,-0.9641,1.0443,-1.6214,1.8709,-2.3969,2.7165,-3.2009,3.5687,2.632,66.92,4,6,0,396.487,1,1,Inactive
|
||||
-2.3142,1.7552,-2.4425,2.1996,-2.7535,2.8861,-3.5645,3.7392,-0.7263,1.3643,-1.5097,2.1514,-2.3265,3.0044,-3.1585,3.8804,-1.0282,1.0357,-1.7983,1.903,-2.6186,2.789,-3.454,3.681,2.815,107.43,3,5,1,358.463,0,0,Inactive
|
||||
-2.1946,1.9262,-2.4907,2.4855,-3.0303,3.2569,-3.7557,4.1218,-0.8494,1.3224,-1.7303,2.129,-2.6231,3.0242,-3.5214,3.9433,-0.8718,1.1514,-1.698,2.071,-2.5837,3.0017,-3.4817,3.9359,3.8,84.75,3,3,0,326.373,0,0,Inactive
|
||||
-1.5735,1.1649,-1.9087,1.8546,-2.4642,2.6551,-3.1789,3.4822,-0.766,1.173,-1.5378,1.8293,-2.3123,2.6342,-3.0884,3.4679,-0.9119,0.9252,-1.6206,1.7056,-2.3784,2.5357,-3.1482,3.3757,1.668,69.56,2,4,3,425.613,1,0,Inactive
|
||||
-2.3722,1.9926,-2.4967,2.5063,-3.0195,3.2619,-3.7326,4.1174,-0.846,1.3209,-1.7234,2.1188,-2.6123,3.0048,-3.5064,3.9154,-0.8653,1.157,-1.6817,2.0675,-2.5623,2.9905,-3.4559,3.9172,5.582,65.74,8,4,0,352.814,1,1,Inactive
|
||||
-2.3998,2.407,-2.5874,2.825,-3.0517,3.5479,-3.719,4.4139,-0.8612,2.4013,-1.7618,2.6746,-2.6736,3.1618,-3.5899,4.0164,-0.9522,1.1202,-1.8141,2.044,-2.7168,2.9867,-3.6298,3.9351,4.605,48.67,4,3,0,350.292,1,0,Inactive
|
||||
-2.3987,1.8581,-2.5267,2.3066,-2.7629,2.9984,-3.2121,3.8126,-0.7855,1.2829,-1.5794,2.0072,-2.3766,2.823,-3.1753,3.6686,-0.8656,1.1219,-1.5452,1.9611,-2.2593,2.8157,-3.0262,3.6769,4.037,89.98,9,7,0,409.438,0,1,Inactive
|
||||
-2.3917,1.5521,-2.5178,2.1707,-2.7506,2.9529,-3.1825,3.7809,-0.7855,1.2815,-1.5794,2.0032,-2.3766,2.8154,-3.1753,3.6568,-0.8762,1.1172,-1.5732,1.9488,-2.312,2.7968,-3.0748,3.6522,4.238,75.71,8,6,1,366.417,0,0,Inactive
|
||||
-1.6703,1.5716,-2.1732,2.1929,-2.8589,2.961,-3.6254,3.7858,-0.7304,1.3925,-1.5378,2.1828,-2.3712,3.0273,-3.2147,3.8922,-0.9557,1.1071,-1.7293,1.9228,-2.5553,2.787,-3.3965,3.6621,3.11,70.39,3,4,0,407.522,0,0,Inactive
|
||||
-1.5731,1.4314,-1.9058,2.0408,-2.4782,2.7929,-3.2031,3.5982,-0.7772,1.2724,-1.5669,1.9715,-2.3618,2.7594,-3.1592,3.5781,-0.9748,1.0709,-1.6236,1.8733,-2.3278,2.6964,-3.0957,3.528,1.746,54.45,2,4,0,295.338,1,0,Inactive
|
||||
-1.6009,1.3396,-1.9332,1.9039,-2.4268,2.6112,-3.0166,3.3542,-0.62,1.2299,-1.2644,1.8604,-1.9255,2.5778,-2.6006,3.3259,-0.9519,0.805,-1.6072,1.4751,-2.292,2.2252,-2.984,2.9899,0.447,40.62,2,4,0,278.396,0,1,Inactive
|
||||
-2.2628,1.9839,-2.3829,2.4006,-2.6288,3.0461,-3.0557,3.8325,-0.7096,1.2439,-1.4392,1.9576,-2.1779,2.7826,-2.9215,3.632,-0.8888,1.0372,-1.5747,1.838,-2.2807,2.6924,-3.0031,3.5523,2.013,130.17,7,7,2,419.499,0,0,Inactive
|
||||
-1.464,1.5003,-1.9255,2.1431,-2.7347,3.0005,-3.5655,3.9084,-0.8793,1.5406,-1.7643,2.3817,-2.6516,3.2512,-3.5401,4.1366,-1.0899,1.2114,-1.9268,2.1268,-2.775,3.0496,-3.6269,3.9765,2.583,111.38,4,6,0,440.546,0,0,Inactive
|
||||
-2.2495,1.8893,-2.388,2.4309,-2.6879,3.1463,-3.2284,3.9236,-0.7516,1.2249,-1.5359,1.9186,-2.3302,2.7318,-3.1286,3.5705,-0.9184,0.9546,-1.6863,1.7495,-2.4802,2.5842,-3.2797,3.4298,1.753,106.86,3,5,1,333.409,0,1,Inactive
|
||||
-2.1605,1.7829,-2.3054,2.1987,-2.6239,2.8384,-3.1857,3.6291,-0.7618,1.2742,-1.5372,1.9722,-2.3183,2.755,-3.1022,3.5672,-0.8627,1.0398,-1.5592,1.81,-2.3079,2.6265,-3.0795,3.4533,2.264,63.68,3,5,0,323.348,1,0,Inactive
|
||||
-1.4711,1.9812,-1.7894,2.3889,-2.331,2.977,-3.0422,3.7641,-0.78,2.3391,-1.573,2.4928,-2.3719,2.9512,-3.1738,3.73,-0.8783,1.1308,-1.5542,1.9738,-2.2436,2.8271,-2.9623,3.685,3.446,107.53,5,4,2,378.4,0,0,Inactive
|
||||
-2.2628,1.9814,-2.3827,2.3951,-2.6288,3.0477,-3.1941,3.8423,-0.7979,1.2423,-1.5977,1.9531,-2.3985,2.7846,-3.1997,3.6448,-0.877,1.1363,-1.557,1.9831,-2.2668,2.8451,-3.0129,3.714,4.335,120.94,8,6,2,415.511,0,0,Inactive
|
||||
-1.4918,1.9746,-1.8743,2.382,-2.4181,2.9471,-3.0888,3.6328,-0.7634,1.2701,-1.5279,1.9533,-2.293,2.7226,-3.0584,3.5259,-0.9353,1.1019,-1.6058,1.8895,-2.3156,2.6893,-3.0387,3.499,6.206,74.68,4,5,1,489.656,0,1,Inactive
|
||||
-1.4865,1.9746,-1.8643,2.3831,-2.429,2.9664,-3.101,3.719,-0.7626,1.2748,-1.5387,1.9779,-2.3199,2.7711,-3.1035,3.5956,-0.9353,1.0104,-1.6063,1.8077,-2.3204,2.6346,-3.0801,3.4724,5.656,94.91,3,6,2,491.628,0,0,Inactive
|
||||
-2.3987,1.8635,-2.5267,2.3042,-2.7629,2.9781,-3.2136,3.7701,-0.776,1.2775,-1.5641,1.9897,-2.3578,2.7951,-3.1546,3.6317,-0.8594,1.0893,-1.5548,1.9179,-2.3092,2.7635,-3.09,3.6161,3.404,89.98,7,7,0,433.46,0,0,Inactive
|
||||
-2.3919,1.8498,-2.5136,2.2963,-2.7511,2.9695,-3.2391,3.7628,-0.7899,1.2216,-1.5918,1.9132,-2.3987,2.7363,-3.2081,3.5882,-0.9091,1.1096,-1.6785,1.923,-2.475,2.7601,-3.2784,3.6102,4.517,64.63,8,5,1,445.559,1,2,Inactive
|
||||
-2.2468,1.6184,-2.3858,2.2498,-2.7704,3.0348,-3.5653,3.8589,-0.7476,1.3639,-1.552,2.1446,-2.3822,2.9827,-3.2248,3.8399,-1.0394,0.9144,-1.8357,1.7518,-2.6758,2.6166,-3.5268,3.4883,1.745,102.13,2,5,2,261.325,0,0,Inactive
|
||||
-2.3834,1.5669,-2.5263,2.2805,-2.8097,3.0472,-3.2816,3.8388,-0.7813,1.1379,-1.5781,1.8021,-2.3797,2.5989,-3.1833,3.4168,-0.8192,0.996,-1.5887,1.7863,-2.3801,2.6012,-3.1787,3.4236,2.961,34.17,6,5,0,362.514,1,0,Inactive
|
||||
-1.8225,1.2815,-1.9701,1.9945,-2.4606,2.7615,-3.1334,3.5458,-0.7218,1.1933,-1.483,1.8614,-2.2563,2.6288,-3.0347,3.4195,-0.8763,0.8247,-1.6335,1.5992,-2.4115,2.4014,-3.1938,3.2068,1.85,55.4,3,4,1,265.353,1,1,Inactive
|
||||
-1.3097,2.0952,-1.6297,2.5092,-2.3133,3.1321,-3.1086,3.8939,-0.7991,1.5202,-1.6149,2.1872,-2.4372,2.9149,-3.263,3.7051,-0.84,1.4331,-1.5915,2.0358,-2.4014,2.8192,-3.2232,3.6559,2.829,66.4,2,6,2,260.249,1,1,Inactive
|
||||
-1.3097,2.0952,-1.6336,2.51,-2.3189,3.1356,-3.1135,3.9018,-0.7993,1.5204,-1.6155,2.1886,-2.4382,2.9204,-3.2644,3.7165,-0.8405,1.4334,-1.5936,2.0398,-2.404,2.8294,-3.2261,3.6712,4.795,66.4,3,6,2,340.379,1,1,Inactive
|
||||
-1.4961,1.43,-1.8797,2.0498,-2.4136,2.7805,-3.0138,3.5487,-0.7049,1.2834,-1.4169,1.9747,-2.1326,2.7359,-2.8501,3.5208,-0.8768,1.0285,-1.5577,1.6874,-2.2576,2.429,-2.9653,3.2117,-2.892,115.22,4,8,2,360.366,0,1,Inactive
|
||||
-2.3861,1.4406,-2.5262,2.2322,-2.8097,3.1106,-3.4992,4.0219,-0.8083,1.3414,-1.6402,2.1799,-2.4827,3.094,-3.3296,4.0277,-0.8526,1.3124,-1.5812,2.1806,-2.4081,3.1085,-3.2496,4.0488,7.382,69.4,6,3,1,459.59,1,0,Inactive
|
||||
-2.3814,1.8493,-2.5047,2.3084,-2.7279,3.0415,-3.2026,3.857,-0.7945,1.2228,-1.603,1.9178,-2.4164,2.7423,-3.2321,3.5947,-0.9105,1.0319,-1.6841,1.842,-2.4856,2.6858,-3.2945,3.5419,4.426,84.86,5,6,2,439.552,0,1,Inactive
|
||||
-2.416,1.3141,-2.5377,2.0999,-2.7659,2.9283,-3.2179,3.7725,-0.7895,1.5207,-1.5958,2.1898,-2.4085,2.92,-3.2246,3.7108,-0.8213,1.4318,-1.5931,2.0324,-2.3995,2.8312,-3.214,3.6746,6.163,38.33,4,5,1,415.287,1,2,Inactive
|
||||
-2.3913,1.3299,-2.5169,2.1042,-2.7462,2.9199,-3.1799,3.7477,-0.7686,1.5203,-1.5571,2.1854,-2.3536,2.9031,-3.1543,3.6747,-0.8712,1.4328,-1.618,2.0188,-2.3919,2.762,-3.1786,3.5659,3.46,72.47,4,7,1,318.329,0,2,Inactive
|
||||
-2.416,1.3147,-2.5377,2.1023,-2.7659,2.9327,-3.2166,3.7787,-0.7893,2.3346,-1.5954,2.4619,-2.4081,2.933,-3.2242,3.7201,-0.8213,1.4317,-1.5931,2.0295,-2.3995,2.825,-3.2141,3.6687,5.526,38.33,4,5,1,354.381,1,1,Inactive
|
||||
-2.2007,2.2453,-2.3152,2.5664,-2.5472,3.0322,-3.1623,3.6187,-0.7545,1.2529,-1.5155,1.894,-2.279,2.6456,-3.0439,3.4398,-0.8441,1.0592,-1.5173,1.8409,-2.2561,2.6431,-3.0114,3.4538,4.026,60.45,6,4,1,392.499,1,1,Inactive
|
||||
-2.3607,1.2559,-2.4912,2.0187,-2.7642,2.847,-3.2868,3.6863,-0.7962,1.5201,-1.605,2.1838,-2.4188,2.8983,-3.2352,3.6678,-0.9841,1.4334,-1.5935,2.034,-2.3586,2.8076,-3.1617,3.6333,5.07,38.33,3,5,1,328.412,1,1,Inactive
|
||||
-2.3987,2.1768,-2.5268,2.3261,-2.7651,3.028,-3.224,3.8539,-0.7941,1.2248,-1.6014,1.9348,-2.4134,2.7757,-3.2277,3.6427,-0.9113,1.0758,-1.6847,1.9045,-2.4853,2.7619,-3.2931,3.6308,3.944,83.09,7,7,1,489.568,0,2,Inactive
|
||||
-2.3814,1.8595,-2.5045,2.3386,-2.7278,3.0856,-3.1673,3.8943,-0.7891,1.274,-1.5948,1.9639,-2.4055,2.7527,-3.2184,3.5783,-0.9762,1.0948,-1.6745,1.869,-2.4474,2.6963,-3.2386,3.5361,2.291,88.1,6,7,2,427.295,0,2,Inactive
|
||||
-2.3865,1.8499,-2.5272,2.3011,-2.7963,3.0061,-3.274,3.8266,-0.7944,1.223,-1.6024,1.9254,-2.4154,2.7608,-3.2307,3.6233,-0.9113,1.1067,-1.6848,1.9185,-2.4857,2.7621,-3.2939,3.6222,3.834,73.86,8,6,1,475.585,0,2,Inactive
|
||||
-2.3989,1.85,-2.527,2.3115,-2.7652,3.0525,-3.2259,3.8784,-0.795,1.2237,-1.6038,1.9298,-2.4175,2.769,-3.2334,3.6349,-0.9113,1.0744,-1.6851,1.9004,-2.4864,2.7556,-3.2953,3.623,3.857,94.09,8,7,2,491.584,0,2,Inactive
|
||||
-2.264,1.8498,-2.3845,2.2974,-2.6358,2.9799,-3.1925,3.7852,-0.7917,1.2219,-1.5954,1.918,-2.4041,2.7481,-3.2152,3.6064,-0.9108,1.1327,-1.6824,1.9494,-2.4804,2.7902,-3.2853,3.6445,4.488,75.63,6,5,2,465.977,0,2,Inactive
|
||||
-2.2639,2.1767,-2.3844,2.3399,-2.6336,3.0371,-3.1388,3.84,-0.7884,1.2746,-1.5921,1.9669,-2.4002,2.7594,-3.2104,3.588,-0.9764,1.1118,-1.6743,1.8866,-2.4455,2.7151,-3.2337,3.5564,2.65,77.1,6,7,1,425.279,0,2,Inactive
|
||||
-2.3992,1.85,-2.5168,2.3106,-2.7364,3.0496,-3.2097,3.8741,-0.795,1.2233,-1.6038,1.9288,-2.4174,2.7679,-3.2333,3.6338,-0.9113,1.1318,-1.6851,1.9478,-2.4863,2.7918,-3.2951,3.6521,4.987,84.86,8,6,2,510.03,0,2,Inactive
|
||||
-2.3825,1.8505,-2.5079,2.3101,-2.7544,3.0319,-3.2542,3.8596,-0.7946,1.2373,-1.603,1.9513,-2.4165,2.7917,-3.2324,3.6599,-0.9113,1.1326,-1.6849,1.9518,-2.4859,2.8006,-3.2945,3.6656,4.326,90.93,9,7,1,538.04,0,2,Inactive
|
||||
-2.3987,2.1768,-2.5268,2.3311,-2.7651,3.0533,-3.2238,3.893,-0.7991,1.2259,-1.6137,1.9455,-2.4332,2.7954,-3.2548,3.6701,-0.9115,1.0951,-1.6859,1.9304,-2.4887,2.7957,-3.2998,3.6719,4.566,83.09,7,7,1,524.013,0,2,Inactive
|
||||
-2.3988,1.8492,-2.5269,2.2968,-2.766,2.9776,-3.2467,3.7818,-0.7915,1.2233,-1.5953,1.9239,-2.4042,2.757,-3.2155,3.6181,-0.911,1.1341,-1.683,1.9538,-2.4814,2.7978,-3.2867,3.6551,5.559,64.63,6,5,1,506.042,0,1,Inactive
|
||||
-2.284,1.8492,-2.4085,2.2973,-2.6645,2.982,-3.1967,3.7877,-0.7917,1.2223,-1.5957,1.9175,-2.4047,2.7456,-3.2161,3.6024,-0.911,1.1092,-1.6832,1.9232,-2.4818,2.7635,-3.2873,3.618,4.616,75.63,5,5,2,457.57,0,1,Inactive
|
||||
-1.8447,1.5757,-2.1129,2.2467,-2.8396,3.0692,-3.6456,3.9436,-0.8162,1.3706,-1.6432,2.1931,-2.4984,3.0793,-3.3661,3.9852,-0.9991,1.1356,-1.8104,2.011,-2.6687,2.9132,-3.5406,3.8263,5.927,69.42,3,2,0,448.632,1,0,Inactive
|
||||
-1.8447,1.5756,-2.1137,2.2455,-2.8404,3.0659,-3.6457,3.9377,-0.8072,1.3704,-1.6412,2.1916,-2.4963,3.0756,-3.3636,3.9787,-0.999,1.1316,-1.81,1.9999,-2.6679,2.8975,-3.5395,3.807,7.062,69.42,5,2,0,452.664,1,0,Inactive
|
||||
-1.9246,1.981,-2.2879,2.3853,-2.7725,2.939,-3.319,3.6071,-0.6164,1.409,-1.2723,2.0972,-1.9448,2.8545,-2.6275,3.6363,-0.8757,0.9893,-1.5489,1.7693,-2.2361,2.5666,-2.9283,3.3688,1.466,92.43,4,4,2,252.27,0,0,Inactive
|
||||
-2.2755,1.8182,-2.3961,2.2714,-2.8397,3.0774,-3.6448,3.9498,-0.8075,1.3719,-1.6418,2.1954,-2.4972,3.0814,-3.3647,3.9865,-0.9991,1.1318,-1.8105,2.0015,-2.6686,2.9008,-3.5403,3.8121,5.785,95.72,6,4,0,496.673,0,1,Inactive
|
||||
-2.2638,1.8658,-2.3841,2.3292,-2.6314,2.9965,-3.0961,3.7569,-0.7767,1.5204,-1.5637,2.1848,-2.3561,2.8991,-3.1519,3.6654,-0.9771,1.4335,-1.6696,2.0346,-2.4283,2.7967,-3.2006,3.6052,2.566,84.5,7,8,2,333.344,0,2,Inactive
|
||||
-1.7228,1.3815,-2.1544,2.0608,-2.7466,2.9166,-3.4356,3.805,-0.8105,1.3316,-1.6271,2.1368,-2.4455,3.0155,-3.2647,3.9152,-0.9829,1.2971,-1.5818,2.1402,-2.3633,3.0391,-3.169,3.9488,6.282,58.28,5,2,2,380.532,1,0,Inactive
|
||||
-1.7332,1.3815,-2.1686,2.062,-2.7658,2.9194,-3.4572,3.8096,-0.8105,1.333,-1.6271,2.1411,-2.4455,3.0223,-3.2648,3.9243,-0.9829,1.2995,-1.5819,2.145,-2.3634,3.0459,-3.1691,3.9578,6.808,58.28,5,2,2,394.559,1,0,Inactive
|
||||
-1.4861,1.4361,-1.8668,2.0537,-2.4557,2.8382,-3.1835,3.6703,-0.7793,1.5205,-1.5728,2.1887,-2.3731,2.9216,-3.1773,3.7185,-0.8904,1.4332,-1.5781,2.0308,-2.3389,2.8012,-3.1299,3.6275,3.046,54.45,2,6,0,338.363,1,1,Inactive
|
||||
-2.401,2.344,-2.5338,2.6901,-2.7984,3.1531,-3.2571,3.8406,-0.7818,2.4012,-1.5757,2.6686,-2.3739,3.0587,-3.1741,3.616,-0.9773,1.0291,-1.6725,1.8231,-2.4373,2.6428,-3.2177,3.4725,2.371,85.89,9,7,2,402.369,0,1,Inactive
|
||||
-2.2232,1.9575,-2.4877,2.5656,-3.0168,3.3724,-3.7278,4.252,-0.8444,1.3668,-1.726,2.1767,-2.621,3.0748,-3.5221,3.9998,-1.039,1.136,-1.8373,2.0478,-2.6938,2.9796,-3.5776,3.918,4.392,89.25,1,4,1,322.364,0,0,Inactive
|
||||
-2.401,1.8657,-2.5338,2.3345,-2.7984,3.0238,-3.2573,3.806,-0.7818,1.2624,-1.5758,1.9404,-2.3739,2.7189,-3.1742,3.5335,-0.9773,1.0296,-1.6726,1.8239,-2.4375,2.6438,-3.218,3.4736,2.205,85.89,8,7,2,388.464,0,0,Inactive
|
||||
-2.3987,1.8659,-2.5267,2.3297,-2.7637,2.9946,-3.2068,3.7464,-0.7765,1.2611,-1.5612,1.9317,-2.3493,2.6972,-3.1395,3.4981,-0.9767,1.0597,-1.6686,1.8492,-2.4274,2.6558,-3.1994,3.4711,3.575,76.66,10,6,2,360.454,0,2,Inactive
|
||||
-2.3813,1.8659,-2.5043,2.3574,-2.7269,3.111,-3.152,3.9203,-0.7887,1.2629,-1.5939,1.9458,-2.4041,2.7356,-3.2166,3.5627,-0.9774,1.0611,-1.6745,1.8599,-2.4444,2.6898,-3.2336,3.5299,2.828,96.89,6,7,3,396.871,0,0,Inactive
|
||||
-2.2148,2.3439,-2.3302,2.6894,-2.5785,3.1454,-3.0541,3.7997,-0.7772,2.4011,-1.5629,2.6681,-2.3519,3.0556,-3.1428,3.5914,-0.9768,1.0554,-1.6688,1.8429,-2.428,2.6487,-3.2005,3.4635,1.622,87.66,5,6,3,330.262,0,1,Inactive
|
||||
-2.3872,1.8663,-2.5281,2.3387,-2.798,3.0384,-3.2629,3.8274,-0.7831,1.2623,-1.5792,1.9401,-2.38,2.7197,-3.1829,3.5359,-0.9813,1.0288,-1.6817,1.8189,-2.4515,2.6378,-3.2369,3.4678,2.653,85.89,10,7,2,376.453,0,1,Inactive
|
||||
-2.2638,1.866,-2.384,2.3311,-2.6317,3.0029,-3.0953,3.768,-0.7772,1.5205,-1.565,2.1859,-2.3586,2.9032,-3.1556,3.6738,-0.977,1.4337,-1.6695,2.0365,-2.4295,2.8013,-3.2038,3.6124,3.766,84.5,6,8,2,373.409,0,2,Inactive
|
||||
-2.3815,2.344,-2.5047,2.69,-2.7281,3.159,-3.147,3.8725,-0.7826,2.4012,-1.5777,2.6684,-2.3769,3.0575,-3.1781,3.6101,-0.9774,1.0251,-1.673,1.8164,-2.4386,2.6344,-3.2204,3.4628,1.698,96.89,6,7,3,360.288,0,1,Inactive
|
||||
-2.3844,1.8663,-2.5217,2.3374,-2.7888,3.0339,-3.2573,3.8258,-0.782,1.2632,-1.5763,1.9476,-2.375,2.7389,-3.1756,3.5674,-0.9773,1.1057,-1.6725,1.9077,-2.4373,2.7317,-3.2179,3.5688,4.32,85.89,9,7,2,464.562,0,1,Inactive
|
||||
-2.264,2.1768,-2.3845,2.3479,-2.6322,3.0344,-3.0978,3.8193,-0.7812,1.2625,-1.5735,1.9409,-2.3695,2.7211,-3.1675,3.5375,-0.9773,1.0306,-1.6722,1.8269,-2.4361,2.6485,-3.2152,3.48,2.805,85.89,5,7,2,372.421,0,1,Inactive
|
||||
-2.263,1.8598,-2.3833,2.2872,-2.6343,2.9317,-3.1817,3.7126,-0.7934,1.5203,-1.5974,2.1848,-2.4052,2.9009,-3.2148,3.6759,-0.8178,1.434,-1.5191,2.0482,-2.3029,2.8459,-3.1034,3.689,5.386,55.4,5,6,1,364.401,1,1,Inactive
|
||||
-2.398,2.469,-2.525,2.8582,-2.7636,3.36,-3.2446,3.9591,-0.7835,2.4011,-1.5835,2.6699,-2.3889,3.0674,-3.1968,3.6095,-0.8425,1.0236,-1.5639,1.8314,-2.3498,2.6567,-3.1507,3.4875,2.196,55.76,2,4,1,262.183,1,0,Inactive
|
||||
-2.3865,1.8492,-2.5272,2.2988,-2.7963,2.9957,-3.274,3.8056,-0.7936,1.223,-1.6008,1.9159,-2.413,2.7373,-3.2274,3.5868,-0.9097,1.0343,-1.6812,1.844,-2.481,2.6854,-3.2883,3.5387,3.204,73.86,6,6,1,425.525,0,1,Inactive
|
||||
-2.396,1.8659,-2.5234,2.3304,-2.7615,3.0001,-3.2203,3.7619,-0.7831,1.2614,-1.5785,1.9354,-2.378,2.7096,-3.1794,3.5211,-0.9768,1.1129,-1.6692,1.8948,-2.4295,2.7116,-3.2044,3.5376,2.394,76.66,6,6,2,397.269,0,2,Inactive
|
||||
-2.3987,1.8655,-2.5267,2.3292,-2.7637,2.9947,-3.207,3.7472,-0.7765,1.2612,-1.5612,1.9328,-2.3494,2.6991,-3.1395,3.5005,-0.9768,1.0592,-1.6688,1.8487,-2.4278,2.6554,-3.2,3.4708,1.777,76.66,5,6,2,330.384,0,0,Inactive
|
||||
-1.3433,1.8488,-1.9518,2.2326,-2.7517,2.7996,-3.5681,3.5269,-0.4375,1.5537,-1.0947,2.397,-1.9008,3.2557,-2.7255,4.1195,-1.0776,0.8603,-1.8955,1.6102,-2.7236,2.4604,-3.5549,3.3224,1,132.65,8,9,2,368.481,0,0,Inactive
|
||||
-2.2838,1.8658,-2.408,2.345,-2.6611,3.0827,-3.1011,3.8947,-0.7831,1.521,-1.5808,2.1908,-2.3851,2.9203,-3.1929,3.7064,-0.9774,1.4319,-1.6732,2.0235,-2.4403,2.7874,-3.226,3.6074,4.31,104.73,5,9,3,403.435,0,1,Inactive
|
||||
-2.3988,1.8491,-2.5269,2.295,-2.766,2.9664,-3.2465,3.7559,-0.7906,1.222,-1.5936,1.9107,-2.4018,2.7278,-3.2125,3.5735,-0.9101,1.064,-1.6817,1.868,-2.4802,2.6995,-3.2854,3.5447,4.671,64.63,5,5,1,423.553,1,1,Inactive
|
||||
-1.8225,1.296,-1.97,2.0014,-2.4412,2.7517,-3.0897,3.5181,-0.6981,1.1919,-1.4413,1.8476,-2.1983,2.5983,-2.9609,3.3722,-0.8708,0.8137,-1.6133,1.5598,-2.3763,2.3448,-3.1435,3.1337,1.614,55.4,3,4,1,251.326,1,1,Inactive
|
||||
-2.4164,1.9588,-2.5389,2.5584,-2.9986,3.3364,-3.6558,4.1818,-0.7975,1.3665,-1.6349,2.1652,-2.4935,3.0379,-3.3614,3.935,-1.0389,1.0766,-1.8363,1.9432,-2.6839,2.8443,-3.5472,3.7545,2.488,98.48,3,5,1,324.336,0,0,Inactive
|
||||
-2.3865,1.8884,-2.5272,2.4325,-2.7964,3.1598,-3.2803,3.9559,-0.7924,1.2259,-1.5991,1.9269,-2.4111,2.7491,-3.2256,3.5987,-0.9098,1.0341,-1.6806,1.8444,-2.4805,2.6868,-3.2883,3.541,3.045,97.08,6,7,1,401.459,0,2,Inactive
|
||||
-2.3987,1.8655,-2.5267,2.3296,-2.7637,2.9956,-3.207,3.7488,-0.7765,1.2614,-1.5612,1.9336,-2.3494,2.7008,-3.1395,3.5029,-0.9768,1.0598,-1.6688,1.8499,-2.4279,2.6573,-3.2,3.4734,2.915,76.66,5,6,2,358.438,0,0,Inactive
|
||||
-2.4003,1.8658,-2.5298,2.3349,-2.7908,3.0223,-3.2571,3.8035,-0.7825,1.2624,-1.5775,1.9407,-2.3767,2.7196,-3.1779,3.5348,-0.9802,1.0154,-1.6775,1.8159,-2.444,2.6389,-3.2261,3.4705,2.261,85.89,6,7,2,374.437,0,0,Inactive
|
||||
-2.3917,1.5523,-2.5178,2.1716,-2.7506,2.9542,-3.1826,3.7824,-0.7855,1.2816,-1.5794,2.0039,-2.3766,2.8165,-3.1753,3.6583,-0.8781,1.1169,-1.5765,1.9484,-2.3149,2.7964,-3.0769,3.6519,3.397,75.71,6,6,1,352.39,0,0,Inactive
|
||||
-2.2471,1.549,-2.3865,2.234,-2.7711,3.031,-3.5655,3.8712,-0.7961,1.364,-1.6081,2.1465,-2.436,2.9896,-3.276,3.8546,-1.0393,1.1105,-1.8359,1.9235,-2.6774,2.765,-3.5301,3.6289,2.855,76.11,1,4,1,308.381,0,1,Inactive
|
||||
-2.2179,2.1766,-2.3469,2.2944,-2.5461,2.9022,-3.0749,3.6829,-0.7778,1.1285,-1.5651,1.7733,-2.355,2.5607,-3.1462,3.3711,-0.7529,1.0324,-1.4962,1.8235,-2.2713,2.6332,-3.0553,3.4491,3.472,27.69,2,3,0,260.333,1,1,Inactive
|
||||
-1.4641,1.5581,-1.8354,2.1664,-2.3722,2.9405,-3.075,3.762,-0.7855,1.2919,-1.5794,2.0262,-2.3766,2.8371,-3.1753,3.6734,-0.8722,1.1147,-1.5529,1.9427,-2.2519,2.7869,-3.0069,3.6384,2.791,107.61,6,5,1,343.408,0,0,Inactive
|
||||
-2.2676,2.363,-2.3856,2.8242,-2.6227,3.4152,-3.1339,4.0766,-0.7758,2.4012,-1.5607,2.6712,-2.3493,3.0781,-3.14,3.6466,-1.0727,1.0576,-1.7025,1.8493,-2.4073,2.6583,-3.1499,3.4745,3.586,76.07,10,6,1,377.359,0,1,Inactive
|
||||
-2.2471,1.5491,-2.3865,2.2359,-2.7709,3.0363,-3.5652,3.8797,-0.7896,2.3346,-1.6014,2.4615,-2.4307,2.9966,-3.2719,3.8593,-1.0393,1.1093,-1.8359,1.9223,-2.6774,2.7641,-3.5301,3.6282,2.579,76.11,1,4,1,312.344,0,1,Inactive
|
||||
-2.2637,1.8882,-2.3882,2.4291,-2.69,3.1457,-3.2898,3.9269,-0.807,1.2238,-1.6193,1.9175,-2.4345,2.7357,-3.2516,3.5837,-0.9093,1.1199,-1.6784,1.9441,-2.4758,2.7823,-3.2812,3.6301,4.357,78.62,4,5,1,369.461,0,2,Inactive
|
||||
-2.3786,1.9917,-2.5065,2.4904,-3.0421,3.2572,-3.7741,4.1242,-0.8552,1.3228,-1.7406,2.1315,-2.6375,3.0303,-3.5397,3.9534,-0.8722,1.1545,-1.7024,2.0793,-2.5927,3.0148,-3.4948,3.9535,4.647,65.74,6,4,0,344.407,1,0,Inactive
|
||||
-2.3786,1.9917,-2.5065,2.4902,-3.0421,3.2568,-3.774,4.1234,-0.8552,1.3227,-1.7406,2.1312,-2.6375,3.0298,-3.5397,3.9526,-0.8722,1.1542,-1.7024,2.0788,-2.5927,3.014,-3.4948,3.9526,4.289,65.74,5,4,0,330.38,1,0,Inactive
|
||||
-1.4641,1.5588,-1.8357,2.1734,-2.41,2.9603,-3.1849,3.799,-0.7865,1.2955,-1.5794,2.05,-2.3766,2.8868,-3.1753,3.7484,-0.8741,1.1419,-1.557,1.9973,-2.2581,2.8672,-3.0069,3.7434,4.477,107.61,6,5,1,419.506,0,0,Inactive
|
||||
-1.4641,1.5585,-1.8356,2.176,-2.4381,2.9797,-3.2169,3.8453,-0.7855,1.299,-1.593,2.0828,-2.4072,2.9536,-3.2235,3.8457,-0.8722,1.1523,-1.553,2.0442,-2.2524,2.9464,-3.0279,3.8519,4.483,107.61,6,5,1,393.468,0,0,Inactive
|
||||
-1.4641,1.5586,-1.8355,2.1732,-2.3854,2.9613,-3.1427,3.8013,-0.7855,1.2959,-1.5794,2.0511,-2.3766,2.8887,-3.1753,3.7509,-0.8722,1.1661,-1.553,2.0067,-2.2522,2.8745,-3.0069,3.7499,5.618,107.61,7,5,1,498.402,0,1,Inactive
|
||||
-2.3769,2.4072,-2.5832,2.8273,-3.0404,3.5541,-3.6973,4.4207,-0.8539,2.4014,-1.7493,2.6757,-2.6565,3.1672,-3.5682,4.02,-0.9518,1.1241,-1.8106,2.0431,-2.709,2.9836,-3.6176,3.9304,6.365,74.97,8,5,0,464.436,0,0,Inactive
|
||||
-2.3989,2.4072,-2.5832,2.8279,-3.0402,3.5559,-3.6966,4.4231,-0.8538,2.4015,-1.7493,2.676,-2.6563,3.1686,-3.568,4.0211,-0.9518,1.1134,-1.8106,2.0355,-2.709,2.9765,-3.6176,3.9233,4.756,93.43,12,7,0,496.434,0,1,Inactive
|
||||
-2.3769,2.4072,-2.5832,2.8272,-3.0403,3.5534,-3.697,4.4192,-0.8538,2.4014,-1.7493,2.6755,-2.6564,3.1654,-3.5681,4.0163,-0.9518,1.1202,-1.8106,2.0388,-2.709,2.9783,-3.6176,3.9241,5.826,74.97,9,5,0,450.409,0,1,Inactive
|
||||
-2.2628,1.8743,-2.3828,2.3384,-2.6277,3.0609,-3.1231,3.8948,-0.7855,1.2877,-1.5794,2.0351,-2.3766,2.8822,-3.1753,3.7577,-0.8738,1.1395,-1.5599,1.9998,-2.2696,2.8791,-3.0069,3.7661,5.742,121.02,10,7,1,490.581,0,0,Inactive
|
||||
-2.2641,1.896,-2.3853,2.3977,-2.6298,3.1459,-3.075,3.9807,-0.7855,1.2929,-1.5794,2.0495,-2.3766,2.9005,-3.1753,3.7763,-0.8739,1.119,-1.5612,1.964,-2.2724,2.8354,-3.0069,3.718,4.598,147.32,12,9,1,500.573,0,0,Inactive
|
||||
-1.3103,2.0869,-1.6425,2.4896,-2.3542,3.0784,-3.1406,3.8015,-0.7936,1.5202,-1.5979,2.1843,-2.4061,2.8994,-3.2161,3.6726,-0.8279,1.4339,-1.5278,2.047,-2.3095,2.8427,-3.1097,3.6842,4.642,66.4,3,6,2,336.347,1,1,Inactive
|
||||
-1.3385,2.115,-1.8803,2.4441,-2.6888,2.9718,-3.5231,3.7682,-0.7666,2.4012,-1.5597,2.6703,-2.3728,3.2363,-3.2012,4.0977,-1.0864,1.4336,-1.9153,2.0415,-2.7595,2.8324,-3.6112,3.6794,2.996,108.92,9,8,2,370.305,0,1,Inactive
|
||||
-2.264,2.1767,-2.3846,2.3471,-2.6324,3.0321,-3.0979,3.8156,-0.7812,1.2622,-1.5735,1.9392,-2.3695,2.7174,-3.1675,3.5322,-0.9773,1.0294,-1.6722,1.8243,-2.4361,2.6445,-3.2152,3.4745,1.438,85.89,5,7,2,332.356,0,1,Inactive
|
||||
-2.3568,2.2433,-2.4932,2.6607,-3.0335,3.2679,-3.7628,4.1206,-0.8548,1.322,-1.739,2.1271,-2.6345,3.0219,-3.5352,3.9412,-0.872,1.1528,-1.7002,2.0745,-2.5886,3.0066,-3.4891,3.9421,5.868,76.74,8,4,1,358.434,0,0,Inactive
|
||||
-2.3864,2.2094,-2.5269,2.6185,-3.0191,3.3736,-3.7284,4.2388,-0.8514,2.4013,-1.733,2.6738,-2.6262,3.1544,-3.5247,3.997,-0.8762,1.1541,-1.6988,2.0777,-2.5854,3.0131,-3.4841,3.9522,4.78,74.97,6,5,0,408.328,0,0,Inactive
|
||||
-2.3828,1.4854,-2.5127,2.1686,-2.8062,2.9945,-3.3742,3.8498,-0.8161,1.1907,-1.6361,1.9128,-2.459,2.7638,-3.2837,3.6368,-0.9083,1.2405,-1.6824,1.9437,-2.4859,2.7996,-3.2981,3.6695,4.921,61.83,4,5,0,560.428,0,2,Inactive
|
||||
-1.4656,1.6854,-1.8984,2.3201,-2.6512,3.0993,-3.4876,3.9426,-0.7662,1.54,-1.5571,2.3818,-2.3675,3.2536,-3.194,4.1407,-1.0794,1.0757,-1.907,1.9242,-2.7528,2.8089,-3.607,3.7071,1.306,180.48,10,6,2,474.568,0,0,Inactive
|
||||
-2.2627,2.2054,-2.3826,2.5431,-3.0132,3.3721,-3.8942,4.3229,-0.8173,2.4015,-1.7273,2.6763,-2.6634,3.3414,-3.609,4.3211,-1.0098,1.2001,-1.8876,2.1676,-2.8178,3.156,-3.7619,4.1514,5.971,95.03,8,5,0,512.488,0,1,Inactive
|
||||
-2.2627,2.2054,-2.3826,2.543,-3.013,3.3717,-3.8939,4.3222,-0.8172,2.4015,-1.7272,2.6762,-2.6633,3.3408,-3.6088,4.3203,-1.0096,1.2001,-1.8874,2.1675,-2.8175,3.1556,-3.7616,4.1508,6.243,95.03,9,5,0,512.488,0,1,Inactive
|
||||
-2.3833,1.8833,-2.526,2.4805,-3.0178,3.3855,-3.8983,4.342,-0.8175,1.4382,-1.7279,2.3561,-2.6644,3.3326,-3.6103,4.3247,-1.0104,1.1971,-1.8886,2.1676,-2.8192,3.1593,-3.7636,4.1581,4.86,122.72,9,8,0,560.607,0,1,Inactive
|
||||
-2.3987,1.883,-2.5267,2.4648,-3.0176,3.3637,-3.8983,4.3176,-0.8174,1.4367,-1.7278,2.3521,-2.6643,3.3259,-3.6102,4.3154,-1.0104,1.1981,-1.8885,2.1666,-2.8191,3.1557,-3.7635,4.1517,5.566,104.26,7,6,0,500.555,0,1,Inactive
|
||||
-2.3653,1.8836,-2.4841,2.4698,-3.0131,3.3631,-3.8938,4.3131,-0.817,1.4362,-1.7268,2.3494,-2.6628,3.3206,-3.6082,4.3074,-1.0098,1.1971,-1.8876,2.1616,-2.8177,3.1475,-3.7617,4.1405,5.142,104.26,9,6,0,508.962,0,1,Inactive
|
||||
-2.3864,1.8831,-2.5269,2.4685,-3.0133,3.3692,-3.8942,4.3234,-0.8173,1.4367,-1.7273,2.3516,-2.6634,3.3251,-3.609,4.3142,-1.0098,1.1962,-1.8876,2.1642,-2.8179,3.153,-3.762,4.1488,4.397,113.49,9,7,0,504.543,0,1,Inactive
|
||||
-2.2627,1.8829,-2.3826,2.4628,-3.0132,3.3598,-3.8942,4.3123,-0.8175,1.4356,-1.7273,2.3494,-2.6635,3.322,-3.609,4.3103,-1.0098,1.2017,-1.8876,2.1688,-2.8178,3.1566,-3.7619,4.1515,5.709,95.03,7,5,0,472.545,0,1,Inactive
|
||||
-2.3991,1.8831,-2.5279,2.4695,-3.0131,3.3707,-3.894,4.3252,-0.8173,1.4367,-1.7273,2.3518,-2.6635,3.3254,-3.609,4.3146,-1.0098,1.1958,-1.8877,2.1639,-2.8179,3.1529,-3.762,4.1488,4.665,113.49,9,7,0,504.543,0,1,Inactive
|
||||
-2.2627,1.8829,-2.3826,2.4631,-3.0132,3.3601,-3.8942,4.3123,-0.8173,1.4357,-1.7273,2.3493,-2.6634,3.3214,-3.609,4.3091,-1.0098,1.2063,-1.8876,2.1681,-2.8178,3.1547,-3.7619,4.1487,5.633,95.03,7,5,0,523.387,0,2,Inactive
|
||||
-2.2627,1.883,-2.3826,2.4649,-3.0132,3.3641,-3.8942,4.3182,-0.8172,1.5239,-1.7272,2.3594,-2.6634,3.3302,-3.6089,4.3187,-1.0098,1.4349,-1.8876,2.1783,-2.8178,3.1611,-3.7619,4.1556,5.553,112.1,8,8,0,489.488,0,2,Inactive
|
||||
-2.2628,2.1769,-2.3831,2.4732,-3.013,3.3707,-3.8939,4.3243,-0.8172,1.4366,-1.7272,2.3513,-2.6633,3.3244,-3.6088,4.3132,-1.0096,1.1962,-1.8874,2.1639,-2.8176,3.1524,-3.7616,4.1479,4.864,113.49,8,7,0,488.5,0,1,Inactive
|
||||
-1.5344,1.5782,-2.1314,2.3039,-2.9155,3.2175,-3.7748,4.1758,-0.8037,1.4221,-1.683,2.3279,-2.5873,3.2937,-3.5013,4.2756,-1.029,1.2291,-1.839,2.1888,-2.7325,3.1704,-3.6439,4.1589,6.135,61.06,3,2,0,279.343,1,0,Inactive
|
||||
-2.2627,1.8829,-2.3826,2.4626,-3.0132,3.3587,-3.8942,4.3098,-0.8171,1.4361,-1.7272,2.3495,-2.6633,3.3209,-3.6089,4.3079,-1.0098,1.1939,-1.8876,2.1592,-2.8178,3.1455,-3.7619,4.1388,3.583,107.92,7,5,0,445.479,0,1,Inactive
|
||||
-2.2627,1.883,-2.3826,2.4656,-3.0133,3.3679,-3.8943,4.3266,-0.8698,1.4362,-1.7448,2.353,-2.6656,3.3299,-3.6104,4.3233,-1.0098,1.2319,-1.8876,2.2009,-2.8179,3.1927,-3.7621,4.1927,6.101,95.03,7,5,0,494.551,0,1,Inactive
|
||||
-2.3987,1.883,-2.5266,2.4643,-3.0133,3.3621,-3.8942,4.3147,-0.8172,1.4359,-1.7272,2.3498,-2.6634,3.322,-3.609,4.3099,-1.0098,1.1968,-1.8876,2.1637,-2.8178,3.1512,-3.7619,4.1457,4.75,104.26,8,6,0,474.517,0,1,Inactive
|
||||
-2.2627,1.8829,-2.3826,2.4624,-3.0132,3.3588,-3.8942,4.3105,-0.8173,1.4354,-1.7273,2.3487,-2.6634,3.3205,-3.609,4.3081,-1.0098,1.1999,-1.8876,2.166,-2.8178,3.1529,-3.7619,4.1469,5.272,95.03,7,5,0,458.518,0,1,Inactive
|
||||
-2.3575,2.0459,-2.4939,2.4987,-3.0336,3.2543,-3.7629,4.1165,-0.8549,1.3221,-1.7391,2.1273,-2.6347,3.0219,-3.5354,3.9412,-0.872,1.1526,-1.7002,2.0741,-2.5886,3.006,-3.4891,3.9414,4.796,65.74,6,4,0,344.407,1,0,Inactive
|
||||
-2.351,2.0465,-2.4891,2.5112,-3.0192,3.261,-3.7322,4.1155,-0.846,1.3207,-1.7233,2.1179,-2.6122,3.0032,-3.5063,3.9132,-0.8653,1.1566,-1.6816,2.0666,-2.5622,2.9891,-3.4558,3.9152,5.056,65.74,8,4,0,338.787,1,1,Inactive
|
||||
-2.351,2.047,-2.4922,2.5009,-3.0301,3.2637,-3.7535,4.1317,-0.85,1.3223,-1.7325,2.1284,-2.6267,3.0236,-3.5263,3.943,-0.8716,1.1593,-1.6976,2.078,-2.5841,3.0092,-3.4831,3.944,3.276,65.74,4,4,0,308.717,1,0,Inactive
|
||||
-2.4003,1.5461,-2.5309,2.1713,-2.7853,2.9559,-3.2471,3.771,-0.7805,1.2178,-1.5768,1.8775,-2.3785,2.6712,-3.1826,3.4991,-0.8616,1.0688,-1.5545,1.8817,-2.334,2.7143,-3.1308,3.5537,3.433,66.02,8,6,1,385.46,1,0,Inactive
|
||||
-2.3912,2.4071,-2.5832,2.826,-3.0404,3.5507,-3.6969,4.4163,-0.8538,2.4014,-1.7492,2.6752,-2.6563,3.1635,-3.5679,4.014,-0.9518,1.1347,-1.8105,2.0471,-2.7089,2.9859,-3.6174,3.9316,6.089,48.67,6,3,0,412.363,1,0,Inactive
|
||||
-2.3603,1.9231,-2.4929,2.4842,-3.0301,3.2598,-3.7536,4.1296,-0.85,1.3229,-1.7325,2.1294,-2.6267,3.0251,-3.5263,3.9448,-0.8716,1.1593,-1.6976,2.0783,-2.5841,3.0098,-3.4831,3.9449,2.887,59.75,4,4,0,321.76,1,0,Inactive
|
||||
-2.3503,2.2433,-2.4919,2.6606,-3.03,3.2758,-3.7534,4.1347,-0.85,1.3221,-1.7325,2.1278,-2.6267,3.0228,-3.5263,3.942,-0.8716,1.159,-1.6976,2.0775,-2.5841,3.0084,-3.4831,3.943,2.955,76.74,3,4,1,294.69,0,0,Inactive
|
||||
-2.4163,1.7945,-2.5385,2.1727,-2.7738,2.8134,-3.3119,3.6304,-0.8012,1.268,-1.6141,1.9515,-2.4311,2.7489,-3.2502,3.5867,-0.9619,1.0994,-1.6106,1.9113,-2.3904,2.7572,-3.197,3.6124,4.86,41.57,5,4,1,370.88,1,0,Inactive
|
||||
-2.4005,1.3071,-2.5306,2.0883,-2.8054,2.9311,-3.3493,3.7854,-0.7959,1.1896,-1.6061,1.8999,-2.4213,2.7353,-3.2388,3.5935,-0.9101,1.021,-1.6852,1.8409,-2.4886,2.6906,-3.2995,3.5509,3.853,61.83,3,5,0,410.51,1,1,Inactive
|
||||
-2.3843,1.4026,-2.5216,2.1548,-2.7896,3.0499,-3.6068,3.9795,-0.8083,2.3347,-1.6395,2.4636,-2.4931,3.1029,-3.3588,4.0289,-1.0356,1.1454,-1.827,2.0591,-2.6705,2.9969,-3.5306,3.9423,4.89,104.95,5,5,1,452.489,0,1,Inactive
|
||||
-2.2716,1.8859,-2.3918,2.3005,-2.9295,2.8727,-3.7077,3.6953,-0.7911,1.2716,-1.6406,2.0587,-2.5048,2.9301,-3.3747,3.82,-1.0948,1.0228,-1.7767,1.9078,-2.6065,2.8042,-3.4682,3.7042,0.979,55.08,4,3,1,274.364,0,1,Inactive
|
||||
-1.3368,1.1178,-2.0233,1.931,-2.7877,2.7882,-3.598,3.6609,-0.7671,1.5391,-1.5588,2.375,-2.3698,3.2356,-3.1968,4.1079,-1.0812,1.1307,-1.9111,1.9481,-2.7581,2.7941,-3.6128,3.6579,3.063,69.55,5,4,0,326.849,1,0,Inactive
|
||||
-2.4174,1.9229,-2.5404,2.4803,-3.0344,3.2454,-3.7636,4.1068,-0.8549,1.3205,-1.7391,2.1233,-2.6346,3.0161,-3.5354,3.9337,-0.8719,1.1519,-1.7001,2.0722,-2.5885,3.0028,-3.4889,3.9366,4.991,39.44,4,2,0,286.371,1,0,Inactive
|
||||
-2.1946,1.9231,-2.4907,2.4824,-3.0297,3.2502,-3.7533,4.1116,-0.8472,1.3217,-1.7262,2.1251,-2.6172,3.0167,-3.5138,3.9324,-0.8715,1.1498,-1.6958,2.0669,-2.5796,2.9949,-3.4759,3.9263,3.367,56.51,3,3,0,272.3,1,0,Inactive
|
||||
-2.351,2.0465,-2.4922,2.5011,-3.0301,3.265,-3.7535,4.1338,-0.85,1.3225,-1.7325,2.1292,-2.6267,3.0252,-3.5263,3.9453,-0.8716,1.1601,-1.6976,2.0794,-2.5841,3.0112,-3.4831,3.9466,4.626,65.74,7,4,0,350.798,1,1,Inactive
|
||||
-2.3991,2.3813,-2.6019,2.7447,-3.066,3.4166,-3.7396,4.3003,-0.8652,2.4014,-1.7678,2.6756,-2.6807,3.1692,-3.5978,4.032,-0.9072,1.1662,-1.7625,2.0983,-2.6683,3.0507,-3.5836,4.0081,7.085,48.67,6,3,0,460.835,1,1,Inactive
|
||||
-2.3991,2.4071,-2.5832,2.8265,-3.0403,3.5528,-3.6967,4.42,-0.8538,2.4014,-1.7492,2.6756,-2.6563,3.1665,-3.568,4.0193,-0.9518,1.1318,-1.8106,2.047,-2.709,2.9876,-3.6175,3.9348,6.004,57.9,7,4,0,442.389,1,0,Inactive
|
||||
-2.3189,2.4071,-2.5827,2.8263,-3.0389,3.5517,-3.695,4.4177,-0.8539,2.4014,-1.7494,2.6753,-2.6566,3.1646,-3.5684,4.0163,-0.9518,1.1233,-1.8106,2.0417,-2.7091,2.9814,-3.6178,3.9274,5.945,65.74,7,4,0,420.383,1,0,Inactive
|
||||
-1.6224,1.261,-2.1842,2.1246,-2.9306,3.0582,-3.7602,4.0128,-0.7934,1.3976,-1.6481,2.2823,-2.5261,3.231,-3.4137,4.1964,-1.0285,1.1904,-1.8132,2.1354,-2.6689,3.103,-3.5482,4.0769,6.837,47.57,4,3,0,375.52,1,0,Inactive
|
||||
-1.7029,1.4369,-2.2247,2.2748,-2.9276,3.1934,-3.7241,4.1415,-0.775,1.5288,-1.5857,2.4095,-2.4257,3.3461,-3.2805,4.306,-1.0839,1.1365,-1.9281,2.0654,-2.7945,3.0301,-3.67,4.0051,6.559,106.52,9,5,0,489.659,0,0,Inactive
|
||||
-2.1893,2.0276,-2.4826,2.5972,-3.016,3.3575,-3.7354,4.2132,-0.8461,1.3353,-1.7261,2.156,-2.6191,3.0589,-3.518,3.9842,-0.9215,1.135,-1.7622,2.0506,-2.6466,2.9837,-3.5435,3.9222,3.075,83.3,6,7,0,461.518,0,0,Inactive
|
||||
-1.4153,1.2758,-1.7572,1.9312,-2.2708,2.6413,-2.9198,3.3739,-0.6167,1.529,-1.2762,2.2007,-1.96,2.9037,-2.6579,3.6279,-1.0457,1.4235,-1.6482,1.9608,-2.3172,2.6114,-3.0103,3.3125,2.764,40.62,3,8,0,298.343,1,2,Inactive
|
||||
-2.4163,1.7951,-2.5385,2.182,-2.7738,2.8564,-3.3116,3.6732,-0.8012,2.3347,-1.6141,2.464,-2.4312,2.8546,-3.2502,3.625,-0.9619,1.0734,-1.6111,1.9006,-2.3912,2.7512,-3.1978,3.6085,4.399,41.57,5,4,1,354.425,1,0,Inactive
|
||||
-2.3987,1.2898,-2.5267,2.1326,-2.9293,3.0711,-3.7573,4.0303,-0.7906,1.3987,-1.6421,2.2865,-2.5181,3.239,-3.4039,4.2084,-1.0285,1.1938,-1.8131,2.1437,-2.6679,3.1158,-3.546,4.094,6.371,56.8,4,4,0,437.547,1,0,Inactive
|
||||
-2.3924,2.0576,-2.6079,2.5258,-3.0341,3.2738,-3.7633,4.1401,-0.8549,1.3245,-1.7391,2.1366,-2.6347,3.0381,-3.5354,3.9636,-0.8719,1.1569,-1.7002,2.0842,-2.5886,3.0218,-3.4891,3.9627,5.251,78.88,6,4,0,396.439,0,0,Inactive
|
||||
-1.7029,1.4367,-2.2245,2.2734,-2.9265,3.1902,-3.7221,4.1364,-0.7748,1.5287,-1.5763,2.4086,-2.4155,3.3438,-3.2703,4.3021,-1.0838,1.136,-1.9281,2.063,-2.7944,3.0257,-3.6698,3.9987,5.643,106.52,9,5,0,461.605,0,0,Inactive
|
||||
-2.384,2.2057,-2.5227,2.531,-2.7945,3.1249,-3.5085,3.9869,-0.7731,2.4015,-1.5763,2.676,-2.4,3.3087,-3.2388,4.2041,-1.0802,1.1001,-1.9099,1.9693,-2.7603,2.8702,-3.6202,3.7843,3.868,127.56,7,8,2,514.503,0,0,Inactive
|
||||
-2.4005,1.5107,-2.5292,2.0454,-2.7666,2.7945,-3.2213,3.5976,-0.7766,1.2154,-1.56,1.8547,-2.3492,2.6285,-3.1406,3.4429,-0.8602,1.0829,-1.513,1.8963,-2.2559,2.7218,-3.0296,3.5517,3.089,56.79,7,5,1,355.434,1,0,Inactive
|
||||
-2.1896,2.2456,-2.3024,2.5669,-2.5355,3.0327,-3.0735,3.6227,-0.7619,1.5819,-1.5355,2.3387,-2.3129,3.1245,-3.092,3.9243,-0.9634,1.0937,-1.5352,1.873,-2.207,2.6735,-2.9473,3.484,3.193,85.17,8,4,1,392.891,0,1,Inactive
|
||||
-2.3865,1.4316,-2.5272,2.1054,-2.7964,2.8777,-3.2646,3.6787,-0.7829,1.2136,-1.5763,1.8411,-2.3732,2.6172,-3.1716,3.4361,-0.8692,1.1057,-1.5588,1.902,-2.3198,2.7155,-3.106,3.5395,4.391,47.56,8,4,1,353.462,1,0,Inactive
|
||||
-2.3987,1.286,-2.5267,1.9408,-2.7651,2.8002,-3.5306,3.6753,-0.7767,1.5351,-1.5695,2.3649,-2.3791,3.2194,-3.203,4.0861,-1.0866,1.1199,-1.9154,1.9499,-2.7589,2.8019,-3.6097,3.6677,2.907,73.01,6,5,1,375.49,0,0,Inactive
|
||||
-2.3987,1.5486,-2.5266,2.2414,-2.7681,3.0693,-3.3257,3.9318,-0.8012,1.5215,-1.6143,2.2022,-2.4314,2.9804,-3.2505,3.8295,-0.964,1.4344,-1.6187,2.0682,-2.3939,2.9028,-3.1984,3.78,3.928,83.99,5,9,0,435.436,0,1,Inactive
|
||||
-2.3987,1.4386,-2.5266,2.2785,-2.9277,3.1986,-3.7244,4.1477,-0.7796,1.5291,-1.5857,2.4102,-2.4259,3.3473,-3.2808,4.3078,-1.0839,1.1244,-1.9283,2.0625,-2.7949,3.0293,-3.6707,4.0056,5.336,115.75,8,6,0,491.631,0,0,Inactive
|
||||
-2.384,2.214,-2.5228,2.5554,-2.7923,3.1527,-3.4972,3.9511,-0.7768,2.4012,-1.5772,2.6737,-2.3974,3.2564,-3.2327,4.122,-1.0801,1.1105,-1.9094,1.9455,-2.7575,2.8115,-3.6145,3.6936,3.323,73.01,4,5,1,359.325,0,0,Inactive
|
||||
-2.4157,2.407,-2.5834,2.8254,-3.0405,3.5484,-3.6971,4.412,-0.8538,2.4013,-1.7493,2.6747,-2.6563,3.159,-3.5681,4.0057,-0.9518,1.1335,-1.8106,2.037,-2.709,2.9735,-3.6176,3.9167,5.6,48.67,5,3,0,429.188,1,2,Inactive
|
||||
-2.3862,1.923,-2.5074,2.4839,-3.0311,3.2613,-3.7564,4.1343,-0.8521,2.3346,-1.7364,2.4633,-2.6323,3.0351,-3.5334,3.9532,-0.8719,1.1685,-1.6997,2.0894,-2.5879,3.0232,-3.4885,3.9607,6.013,39.44,3,2,0,358.796,1,0,Inactive
|
||||
-2.3564,2.0643,-2.4913,2.5107,-3.0297,3.2643,-3.7532,4.1307,-0.8472,1.3231,-1.7262,2.1316,-2.6172,3.0294,-3.5138,3.9515,-0.8715,1.1628,-1.6958,2.0839,-2.5796,3.0177,-3.4759,3.9551,5.716,65.74,5,4,0,398.842,1,0,Inactive
|
||||
-2.3981,2.407,-2.5833,2.8251,-3.0407,3.5473,-3.6974,4.4101,-0.8538,2.4013,-1.7493,2.6745,-2.6564,3.1575,-3.5681,4.0029,-0.9518,1.1178,-1.8105,2.0339,-2.7089,2.9707,-3.6175,3.9137,4.816,48.67,4,3,0,350.292,1,0,Inactive
|
||||
-2.3981,2.407,-2.5833,2.8252,-3.0407,3.5479,-3.6977,4.4112,-0.8539,2.4013,-1.7493,2.6746,-2.6565,3.1589,-3.5682,4.0059,-0.9518,1.1215,-1.8105,2.0378,-2.709,2.9754,-3.6176,3.9193,5.253,48.67,4,3,0,364.319,1,0,Inactive
|
||||
-2.3987,1.4272,-2.5266,1.9512,-2.7681,2.7455,-3.3273,3.5834,-0.8012,1.2382,-1.6143,1.9266,-2.4314,2.7303,-3.2505,3.5673,-0.9625,1.0454,-1.6098,1.8768,-2.3886,2.725,-3.1949,3.5783,3.412,67.73,5,3,0,354.475,1,0,Inactive
|
||||
-2.401,2.0929,-2.5341,2.494,-2.8,3.0366,-3.3219,3.7898,-0.7953,1.2287,-1.6056,1.9428,-2.4214,2.7803,-3.2398,3.6432,-0.9071,1.0528,-1.6804,1.8677,-2.4841,2.7234,-3.2962,3.5907,3.684,93.14,6,7,1,481.589,0,1,Inactive
|
||||
-2.3991,1.5467,-2.5283,2.183,-2.7969,2.9769,-3.2669,3.8,-0.782,1.2183,-1.5772,1.8842,-2.3788,2.6868,-3.183,3.5221,-0.8608,1.049,-1.5563,1.871,-2.3356,2.7119,-3.1322,3.5586,4.408,66.02,9,6,1,399.487,1,0,Inactive
|
||||
-2.399,1.4,-2.5282,2.1303,-2.7988,2.9714,-3.5065,3.8581,-0.7889,1.5365,-1.5977,2.372,-2.4205,3.2371,-3.2551,4.1185,-1.0798,1.0992,-1.9079,1.9612,-2.7546,2.852,-3.6102,3.7536,4.331,94.27,7,7,2,492.597,0,0,Inactive
|
||||
-2.4163,1.5304,-2.5386,2.1634,-2.7746,2.953,-3.3266,3.7935,-0.8012,1.2842,-1.6142,2.0156,-2.4313,2.8441,-3.2503,3.7036,-0.964,1.1198,-1.6186,1.9638,-2.3938,2.829,-3.1983,3.7029,3.633,66.92,5,6,0,404.466,1,0,Inactive
|
||||
-2.3844,1.4009,-2.5218,2.1349,-2.8067,2.964,-3.3504,3.8203,-0.7951,1.1912,-1.6043,1.9136,-2.4185,2.7627,-3.2349,3.6339,-0.9082,1.1171,-1.6817,1.9418,-2.4836,2.7924,-3.2931,3.6578,5.732,61.83,5,5,0,500.635,0,1,Inactive
|
||||
-2.2754,1.8181,-2.396,2.3246,-2.8528,3.172,-3.685,4.0675,-0.826,1.3729,-1.7002,2.2076,-2.5939,3.1096,-3.4962,4.0314,-0.995,1.1543,-1.818,2.0568,-2.6987,2.9796,-3.5966,3.9104,3.864,86.49,7,3,0,360.479,0,1,Inactive
|
||||
-1.5857,1.6688,-2.1232,2.3635,-2.8461,3.1817,-3.6508,4.0498,-0.785,1.3473,-1.6357,2.1682,-2.5081,3.0599,-3.389,3.9707,-0.9603,1.1061,-1.7768,1.9944,-2.6434,2.9061,-3.5231,3.8255,3.615,59.38,5,4,0,366.461,1,0,Inactive
|
||||
-2.3865,1.4352,-2.5272,2.0921,-2.7969,2.8557,-3.2667,3.6494,-0.7818,1.2118,-1.5732,1.8219,-2.3676,2.5908,-3.1633,3.4077,-0.8633,1.1039,-1.5291,1.898,-2.3004,2.7083,-3.0876,3.5283,3.961,47.56,8,4,1,353.462,1,0,Inactive
|
||||
-2.1896,2.2456,-2.3024,2.5668,-2.5352,3.0323,-3.0621,3.6215,-0.7619,1.5817,-1.5355,2.3378,-2.3129,3.1223,-3.092,3.9205,-0.9748,1.0933,-1.5369,1.8717,-2.201,2.6709,-2.9472,3.4796,2.385,93.96,8,4,2,364.837,0,1,Inactive
|
||||
-2.3549,1.6558,-2.6122,2.4245,-3.0067,3.3355,-3.8869,4.2872,-0.8176,1.431,-1.7278,2.3399,-2.6639,3.3071,-3.6093,4.2898,-1.0102,1.1917,-1.8877,2.1527,-2.8176,3.1346,-3.7614,4.1236,3.84,105.39,5,4,2,403.442,0,0,Inactive
|
||||
-2.2626,1.8861,-2.3824,2.4661,-3.0038,3.355,-3.8842,4.2991,-0.8176,1.4297,-1.7278,2.3361,-2.6639,3.3008,-3.6094,4.281,-1.0102,1.1902,-1.8876,2.1487,-2.8174,3.1279,-3.7613,4.1143,4.525,89.45,4,4,1,366.421,0,0,Inactive
|
||||
-2.3916,1.2953,-2.5177,2.0761,-2.7508,2.9574,-3.3421,3.8581,-0.7707,1.3029,-1.5688,2.0983,-2.3844,2.9813,-3.2094,3.8854,-0.9301,1.109,-1.676,1.9981,-2.4799,2.9069,-3.3014,3.8212,4.482,75.28,3,2,1,345.855,0,0,Inactive
|
||||
-1.437,2.3464,-1.9829,2.8438,-2.734,3.5467,-3.5605,4.385,-0.7757,2.4119,-1.5951,2.7106,-2.4687,3.2803,-3.3614,4.17,-1.034,1.0936,-1.8662,1.9827,-2.7533,2.9069,-3.6519,3.8413,3.327,95.99,3,5,2,408.258,0,1,Inactive
|
||||
-2.3825,1.8887,-2.5087,2.3394,-2.8055,3.0631,-3.3481,3.9041,-0.7953,1.2303,-1.6052,1.9575,-2.4204,2.81,-3.238,3.6871,-0.9082,1.1389,-1.6818,1.9717,-2.4839,2.832,-3.2938,3.706,5.794,78.9,5,6,0,535.036,0,1,Inactive
|
||||
-2.3189,2.4071,-2.5827,2.8261,-3.0387,3.551,-3.6946,4.4163,-0.8539,2.4014,-1.7493,2.6751,-2.6565,3.163,-3.5682,4.0129,-0.9518,1.1187,-1.8106,2.0373,-2.7091,2.9762,-3.6177,3.9213,5.719,65.74,7,4,0,406.356,1,0,Inactive
|
||||
-2.3861,1.4391,-2.5262,2.2212,-2.8129,3.0849,-3.5003,3.9811,-0.8082,1.3376,-1.6398,2.1626,-2.4817,3.0628,-3.328,3.9833,-0.8525,1.3072,-1.5811,2.1601,-2.408,3.0746,-3.2493,4.0022,6.92,56.51,5,3,1,396.531,1,0,Inactive
|
||||
-2.4002,2.407,-2.5834,2.8255,-3.0405,3.5486,-3.697,4.4123,-0.8538,2.4013,-1.7492,2.6747,-2.6563,3.1588,-3.568,4.0049,-0.9518,1.1112,-1.8105,2.0302,-2.709,2.9679,-3.6175,3.9115,4.294,57.9,5,4,0,366.291,1,0,Inactive
|
||||
-1.6007,1.2016,-2.0059,1.8977,-2.5783,2.7082,-3.259,3.5443,-0.7704,1.454,-1.5468,2.2118,-2.3251,3.0251,-3.1042,3.8596,-0.8383,1.2697,-1.4964,2.0461,-2.2378,2.8871,-3.0037,3.7408,5.688,68.9,6,0,0,358.898,1,0,Inactive
|
||||
-1.4291,2.2071,-1.8794,2.6563,-2.639,3.5096,-3.4852,4.4469,-0.8153,2.4013,-1.6781,2.6754,-2.5642,3.302,-3.4633,4.2668,-0.9941,1.1702,-1.8438,2.1423,-2.7381,3.1295,-3.6446,4.1218,2.108,119.74,2,2,0,364.308,0,0,Inactive
|
||||
-2.4,1.3224,-2.528,2.0856,-2.8048,2.936,-3.3498,3.8009,-0.7997,2.3347,-1.6099,2.4624,-2.4244,2.8448,-3.2409,3.6564,-0.9078,1.0931,-1.6797,1.9309,-2.4798,2.7912,-3.2874,3.6616,5.724,61.83,5,5,0,504.598,0,1,Inactive
|
||||
-1.6224,1.2617,-2.1839,2.1251,-2.9293,3.0589,-3.7573,4.0136,-0.7906,1.3977,-1.6421,2.2824,-2.5181,3.2312,-3.4039,4.1967,-1.0285,1.1879,-1.8131,2.1332,-2.6679,3.1011,-3.546,4.0752,4.037,67.8,3,4,1,361.449,1,0,Inactive
|
||||
-1.6224,1.2619,-2.1842,2.1247,-2.9307,3.0578,-3.7603,4.0119,-0.7934,1.3977,-1.6483,2.2821,-2.5264,3.2305,-3.4139,4.1956,-1.0285,1.1897,-1.8132,2.1341,-2.6689,3.1014,-3.5483,4.0748,4.482,67.8,4,4,1,363.465,1,0,Inactive
|
||||
-2.3405,2.0572,-2.6103,2.5217,-3.0738,3.3245,-3.7402,4.2426,-0.8618,1.2794,-1.7602,2.1143,-2.6689,3.0395,-3.5817,3.9827,-0.8919,1.1375,-1.7491,2.0741,-2.6514,3.0228,-3.5627,3.9752,4.529,95.95,8,5,0,384.384,0,0,Inactive
|
||||
-2.4093,1.9031,-2.5297,2.3686,-2.7573,3.1264,-3.5171,3.97,-0.7615,2.3677,-1.5355,2.5689,-2.3141,3.262,-3.095,4.1594,-0.9819,1.0315,-1.7631,1.8884,-2.5825,2.7933,-3.4126,3.7069,2.919,81.41,6,3,1,347.325,0,0,Inactive
|
||||
-1.671,1.3029,-2.1763,2.0637,-2.8348,2.967,-3.5567,3.8979,-0.7819,1.4301,-1.5959,2.3108,-2.4209,3.2437,-3.2507,4.1917,-0.821,1.4529,-1.4284,2.352,-2.2453,3.2935,-3.0741,4.2464,4.436,28.71,4,2,0,339.487,1,0,Inactive
|
||||
-2.4163,1.7945,-2.5385,2.1717,-2.7738,2.8042,-3.3119,3.6163,-0.8012,1.2675,-1.6141,1.9476,-2.4311,2.7402,-3.2501,3.5744,-0.9619,1.0663,-1.6105,1.8893,-2.3902,2.7371,-3.1967,3.5913,4.238,41.57,5,4,1,336.435,1,0,Inactive
|
||||
-2.1893,2.0274,-2.4826,2.5949,-3.0161,3.3502,-3.7357,4.1996,-0.8461,1.3322,-1.7261,2.1466,-2.6191,3.0428,-3.518,3.9618,-0.9205,1.123,-1.7617,2.0358,-2.6464,2.9634,-3.5434,3.8959,1.739,76.82,3,5,0,301.298,0,0,Inactive
|
||||
-1.5064,1.4388,-1.8791,2.0472,-2.4215,2.8274,-3.1135,3.6366,-0.7903,1.2272,-1.5908,1.8684,-2.3949,2.6323,-3.2009,3.4398,-0.8284,1.0739,-1.5164,1.8821,-2.2877,2.7045,-3.0826,3.5317,2.751,40.54,4,3,1,231.295,1,1,Inactive
|
||||
-1.656,2.108,-2.0871,2.5141,-2.6867,3.122,-3.3892,3.9431,-0.7797,1.5109,-1.5869,2.2631,-2.4027,3.1152,-3.2222,4.0067,-0.995,1.2952,-1.5689,2.144,-2.2544,3.0467,-3.0525,3.9598,1.497,120.06,3,3,2,259.225,0,0,Inactive
|
||||
-2.3987,1.7945,-2.5266,2.1715,-2.7673,2.8033,-3.3109,3.6149,-0.8012,1.2674,-1.6141,1.9471,-2.4312,2.7391,-3.2503,3.5728,-0.9619,1.0659,-1.6105,1.8884,-2.3903,2.7358,-3.1968,3.5896,3.815,41.57,4,4,1,322.408,1,0,Inactive
|
||||
-2.3989,1.3241,-2.5288,2.0806,-2.7809,2.8843,-3.2358,3.6995,-0.7681,1.1955,-1.5537,1.8771,-2.345,2.6667,-3.1389,3.4821,-0.8712,0.9646,-1.6183,1.7578,-2.3915,2.5761,-3.1747,3.4019,2.657,64.63,4,5,1,303.358,1,1,Inactive
|
||||
-2.1933,1.9478,-2.4872,2.498,-3.0188,3.2458,-3.7318,4.091,-0.8429,1.3198,-1.7164,2.1133,-2.6016,2.9934,-3.4924,3.898,-0.8652,1.1457,-1.6794,2.0528,-2.5569,2.9707,-3.4474,3.892,3.609,56.51,4,3,0,246.262,1,0,Inactive
|
||||
-2.3865,1.9844,-2.5272,2.3807,-2.7969,2.9239,-3.2667,3.6568,-0.7818,1.222,-1.5732,1.8366,-2.3676,2.5802,-3.1633,3.382,-0.8614,1.0309,-1.5283,1.8206,-2.3002,2.63,-3.0875,3.4461,1.802,84.86,9,6,2,335.4,0,0,Inactive
|
||||
-1.9247,1.3398,-2.2882,2.0516,-2.7731,2.8212,-3.3202,3.6105,-0.6987,1.4079,-1.4433,2.0944,-2.2018,2.8553,-2.9661,3.6453,-0.8707,0.9994,-1.6133,1.7861,-2.3769,2.5927,-3.1452,3.4061,2.263,72.2,2,3,1,248.282,0,1,Inactive
|
||||
-2.3977,1.5615,-2.5248,2.1377,-2.7598,2.8928,-3.3923,3.7027,-0.7758,1.2312,-1.5691,1.9507,-2.3751,2.7759,-3.1879,3.6247,-0.8703,1.0682,-1.6272,1.8826,-2.4307,2.7266,-3.2436,3.5817,3.352,51.22,4,3,1,322.408,1,0,Inactive
|
||||
-1.5985,1.3534,-1.9336,1.8918,-2.4593,2.59,-3.0784,3.3205,-0.6415,1.2426,-1.332,1.8871,-2.0406,2.6057,-2.7571,3.3484,-1.0034,0.8051,-1.6925,1.4301,-2.4069,2.1708,-3.1282,2.9266,1.005,57.69,4,5,0,308.422,0,0,Inactive
|
||||
-1.7989,1.976,-2.076,2.6391,-2.7873,3.4892,-3.6119,4.3949,-0.7143,1.4633,-1.5792,2.3676,-2.4776,3.3169,-3.387,4.2785,-1.0069,1.3424,-1.8593,2.2052,-2.7549,3.1394,-3.663,4.0935,2.834,85.15,4,4,0,321.381,0,0,Inactive
|
||||
-2.3987,1.4329,-2.5267,1.9161,-2.7649,2.6351,-3.2205,3.4308,-0.7765,1.2114,-1.5577,1.8106,-2.3405,2.5479,-3.124,3.3474,-0.8639,1.1057,-1.5,1.9025,-2.2023,2.7106,-2.9631,3.5242,2.986,47.56,7,4,1,339.435,1,0,Inactive
|
||||
-2.246,1.8495,-2.3723,2.2924,-2.6276,2.928,-3.0889,3.6485,-0.689,1.2431,-1.4089,1.9142,-2.141,2.6679,-2.8789,3.4458,-0.8522,0.8153,-1.5592,1.5773,-2.2962,2.3702,-3.0394,3.1668,0.737,46.61,4,4,0,211.261,0,0,Inactive
|
||||
-1.4725,1.4375,-1.8518,2.002,-2.6633,2.862,-3.5022,3.7427,-0.7751,1.5358,-1.565,2.3684,-2.3773,3.2276,-3.2061,4.0999,-1.0798,1.0837,-1.9075,1.9183,-2.7533,2.7823,-3.6075,3.6604,3.015,83.65,6,5,2,332.425,0,0,Inactive
|
||||
-1.5261,1.7127,-1.8698,2.4548,-2.442,3.2679,-3.1516,4.1112,-0.7657,1.2153,-1.5788,1.9641,-2.405,2.8134,-3.2364,3.6837,-0.9217,1.0575,-1.725,1.8934,-2.5511,2.7581,-3.3833,3.6326,-0.787,97.99,3,5,4,212.201,0,0,Inactive
|
||||
-2.3865,1.3957,-2.5272,2.0852,-2.7969,2.8419,-3.2669,3.6264,-0.7819,1.0952,-1.5732,1.7395,-2.3676,2.5307,-3.1634,3.341,-0.869,1.0299,-1.5261,1.8168,-2.3,2.6228,-3.0873,3.4351,2.156,44.48,4,3,1,235.327,1,0,Inactive
|
||||
-2.4163,1.7726,-2.5385,2.1468,-2.7738,2.7755,-3.312,3.5855,-0.8012,1.2655,-1.614,1.9341,-2.431,2.7148,-3.2499,3.5404,-0.9619,1.0366,-1.6084,1.8643,-2.3876,2.7073,-3.1941,3.5552,4.5,41.57,5,4,1,342.483,1,0,Inactive
|
||||
-1.799,1.2613,-2.1828,2.1242,-2.9284,3.0572,-3.7567,4.0112,-0.7906,1.3971,-1.6421,2.2809,-2.5181,3.2289,-3.4039,4.1936,-1.0285,1.1874,-1.8131,2.1319,-2.6679,3.0991,-3.546,4.0724,4.703,53.56,1,3,0,318.38,1,0,Inactive
|
||||
-2.1946,1.9231,-2.4907,2.4828,-3.0297,3.2515,-3.7533,4.1139,-0.8472,1.3219,-1.7262,2.1261,-2.6172,3.0185,-3.5138,3.935,-0.8715,1.1506,-1.6958,2.0686,-2.5796,2.9973,-3.4759,3.9295,4.734,56.51,3,3,0,312.365,1,0,Inactive
|
||||
-2.3918,1.29,-2.5182,1.9893,-2.7552,2.8074,-3.2355,3.6421,-0.7899,1.1823,-1.5954,1.854,-2.4055,2.6672,-3.2175,3.5064,-0.8399,1.0867,-1.5637,1.8911,-2.3567,2.726,-3.1605,3.5694,3.594,34.15,2,2,1,312.8,1,0,Inactive
|
||||
-2.4006,1.9742,-2.5328,2.5179,-2.7938,3.2105,-3.2749,3.9738,-0.7944,1.25,-1.6008,1.9407,-2.4116,2.7325,-3.2246,3.5585,-0.8709,1.0267,-1.6141,1.8511,-2.3984,2.6916,-3.1984,3.5374,3.768,71.06,4,6,0,334.368,0,0,Inactive
|
||||
-2.1946,1.9232,-2.4905,2.4852,-3.0288,3.2637,-3.7521,4.1361,-0.8501,1.3226,-1.7327,2.1304,-2.627,3.0274,-3.5267,3.9485,-0.8716,1.1606,-1.6979,2.0808,-2.5845,3.0134,-3.4837,3.9496,5.356,56.51,3,3,0,346.81,1,0,Inactive
|
||||
-2.3603,1.9231,-2.4929,2.4839,-3.0308,3.2588,-3.7561,4.1281,-0.8521,1.3229,-1.7364,2.1292,-2.6322,3.0245,-3.5334,3.9438,-0.872,1.1593,-1.6998,2.0779,-2.588,3.0089,-3.4886,3.9436,3.456,59.75,4,4,0,335.787,1,0,Inactive
|
||||
-1.3379,2.2139,-1.8792,2.5539,-2.6875,3.1316,-3.5225,3.8939,-0.7764,2.4012,-1.5745,2.6727,-2.3912,3.244,-3.2227,4.1009,-1.0867,1.1068,-1.9171,1.9295,-2.7635,2.7789,-3.6178,3.6442,1.399,91.85,6,5,2,297.254,0,0,Inactive
|
||||
-2.239,1.9883,-2.3627,2.4715,-2.6061,3.1732,-3.1533,3.9614,-0.612,1.5487,-1.3207,2.3332,-2.055,3.1666,-2.799,4.0187,-0.8254,1.034,-1.5021,1.8772,-2.2281,2.7418,-2.9702,3.6116,1.882,125.19,5,4,1,321.341,0,0,Inactive
|
||||
-1.3715,1.2907,-1.9771,2.0612,-2.7654,2.9194,-3.5964,3.8029,-0.803,1.3651,-1.6453,2.1565,-2.5043,3.0164,-3.3716,3.9007,-1.028,1.1243,-1.8033,2.0017,-2.6391,2.8952,-3.4965,3.7953,3.148,75.59,1,2,1,278.359,0,0,Inactive
|
||||
-2.384,1.5344,-2.5228,2.181,-2.7926,2.981,-3.2553,3.8004,-0.7834,1.52,-1.584,2.1846,-2.3914,2.9003,-3.2025,3.6666,-0.7758,1.4329,-1.5561,2.024,-2.3592,2.7778,-3.1694,3.5878,3.787,35.53,3,5,0,235.239,1,1,Inactive
|
||||
-1.6968,1.88,-2.1545,2.5607,-2.9103,3.4242,-3.7529,4.3413,-0.7634,1.471,-1.5914,2.3849,-2.4996,3.3439,-3.4189,4.3154,-1.0271,1.3064,-1.8919,2.1814,-2.7981,3.1302,-3.7164,4.097,3.815,65.06,7,3,0,383.496,1,0,Inactive
|
||||
-1.6968,1.88,-2.1545,2.5607,-2.9103,3.4241,-3.7529,4.3411,-0.7634,1.471,-1.5914,2.3848,-2.4996,3.3438,-3.4189,4.3152,-1.0271,1.3064,-1.8919,2.1813,-2.7981,3.13,-3.7164,4.0966,3.876,65.06,8,3,0,383.496,1,0,Inactive
|
||||
-2.2547,1.8557,-2.3806,2.2888,-2.6292,2.8922,-3.0617,3.6183,-0.6475,1.2916,-1.3037,1.9957,-1.9653,2.767,-2.6303,3.5602,-0.8734,1.0441,-1.5559,1.7266,-2.2536,2.4795,-2.9553,3.2672,0.948,101.06,8,8,0,452.507,0,1,Inactive
|
||||
-2.2506,1.8889,-2.388,2.431,-2.6879,3.1485,-3.2511,3.9286,-0.7642,1.2291,-1.5574,1.9333,-2.3598,2.7475,-3.1662,3.5865,-0.9127,0.9997,-1.6832,1.7848,-2.4813,2.6135,-3.2862,3.4571,1.618,100.74,6,6,1,372.421,0,2,Inactive
|
||||
-2.2777,1.7787,-2.4,2.2368,-2.648,2.8715,-3.06,3.603,-0.6303,1.2569,-1.312,1.9788,-2.0107,2.7673,-2.7173,3.572,-0.8594,0.9338,-1.532,1.7309,-2.2322,2.542,-2.9415,3.3569,2.281,119.75,10,5,1,314.407,0,1,Inactive
|
||||
-2.3865,1.3957,-2.5272,2.0853,-2.7969,2.8421,-3.2672,3.6269,-0.7818,1.0964,-1.5731,1.7415,-2.3675,2.5331,-3.1632,3.3439,-0.852,1.0303,-1.5237,1.8178,-2.2989,2.6243,-3.0866,3.4373,2.969,30.49,6,3,1,263.381,1,0,Inactive
|
||||
-2.4163,1.1406,-2.5384,1.849,-2.7696,2.628,-3.2069,3.4203,-0.7748,1.1035,-1.5554,1.6918,-2.3379,2.472,-3.1212,3.2705,-1.0128,1.0595,-1.5403,1.8441,-2.2275,2.64,-2.9824,3.4401,3.427,41.93,10,4,1,335.488,1,0,Inactive
|
||||
-2.2647,1.8506,-2.3887,2.314,-2.6394,3.0045,-3.2284,3.796,-0.7907,1.2366,-1.5941,1.9382,-2.4029,2.7583,-3.2145,3.6073,-0.9477,1.0892,-1.7065,1.885,-2.5016,2.7167,-3.3058,3.5635,2.795,84.94,8,7,1,440.54,0,1,Inactive
|
||||
-2.3987,1.7729,-2.5266,2.1459,-2.7673,2.7698,-3.3107,3.5779,-0.8012,1.2645,-1.6141,1.9296,-2.4311,2.7071,-3.25,3.5305,-0.9618,1.0344,-1.6079,1.8605,-2.3873,2.7016,-3.1939,3.5475,2.672,41.57,4,4,1,274.364,1,0,Inactive
|
||||
-1.6222,1.2607,-2.184,2.1232,-2.9305,3.0556,-3.7602,4.009,-0.7934,1.3971,-1.6483,2.2807,-2.5263,3.2282,-3.4139,4.1925,-1.0285,1.1892,-1.8132,2.1328,-2.6689,3.0993,-3.5483,4.072,4.952,56.36,2,3,1,319.412,1,0,Inactive
|
||||
-2.2023,2.4419,-2.3172,2.9179,-2.5454,3.4826,-2.9156,4.107,-0.7023,2.4118,-1.4254,2.7068,-2.1588,3.1581,-2.8977,3.7703,-0.9121,0.9971,-1.5584,1.836,-2.2673,2.6883,-2.9967,3.5444,4.165,121.69,9,6,3,419.347,0,2,Inactive
|
||||
-2.2638,2.2051,-2.3841,2.5263,-2.6337,3.0583,-3.1342,3.7822,-0.7834,2.4012,-1.5719,2.6711,-2.3635,3.0788,-3.1571,3.6638,-0.9758,1.1007,-1.6695,1.9012,-2.4317,2.715,-3.2068,3.537,3.126,58.64,7,5,1,370.371,1,1,Inactive
|
||||
-2.3865,1.6128,-2.5272,2.1034,-2.7969,2.8494,-3.2671,3.6345,-0.7818,1.213,-1.5731,1.8062,-2.3675,2.5536,-3.1633,3.3597,-0.9279,1.0304,-1.5522,1.8185,-2.2995,2.626,-3.0868,3.4401,1.2,73.58,7,5,2,292.379,0,0,Inactive
|
||||
-2.2494,2.3628,-2.3729,2.8231,-2.6125,3.4133,-3.0129,4.0751,-0.7763,2.4011,-1.5607,2.67,-2.3482,3.0713,-3.1372,3.6131,-1.0727,1.0549,-1.7024,1.8396,-2.4057,2.639,-3.1443,3.4447,1.889,66.76,4,4,2,250.172,1,0,Inactive
|
||||
-2.2654,2.3956,-2.3828,2.8556,-2.754,3.4356,-3.5651,4.0866,-0.7253,2.4013,-1.5088,2.6724,-2.3257,3.1061,-3.1576,3.8999,-1.039,1.039,-1.7983,1.9065,-2.6183,2.792,-3.4534,3.6837,3.477,128.69,11,7,2,407.414,0,2,Inactive
|
||||
-1.4639,1.5721,-1.8349,2.1787,-2.3704,2.9494,-3.075,3.7692,-0.7855,1.4492,-1.5794,2.1796,-2.3766,2.9599,-3.1753,3.7671,-0.8721,1.1149,-1.5526,1.9434,-2.2514,2.788,-3.0069,3.6398,2.944,108.05,6,5,1,327.344,0,0,Inactive
|
||||
-2.2473,2.3924,-2.3703,2.8453,-2.754,3.4205,-3.5651,4.0756,-0.7685,2.4013,-1.5443,2.6728,-2.3266,3.1115,-3.1577,3.9105,-1.0394,1.1089,-1.7983,1.9425,-2.6183,2.823,-3.4534,3.7162,4.182,119.46,9,6,2,425.432,0,0,Inactive
|
||||
-1.4636,1.5426,-2.0104,2.1168,-2.7786,2.8825,-3.5908,3.7155,-0.7303,1.3707,-1.5349,2.1615,-2.3684,3.0089,-3.214,3.8742,-1.0774,0.9059,-1.8734,1.7398,-2.7109,2.6068,-3.5609,3.4823,2.683,101.98,3,4,1,289.404,0,1,Inactive
|
||||
-2.2023,2.4141,-2.3172,2.8846,-2.5458,3.444,-3.0434,4.0519,-0.7658,2.4117,-1.5328,2.7054,-2.3003,3.1457,-3.0679,3.6964,-0.8299,1.099,-1.4743,1.8778,-2.1395,2.661,-2.8206,3.4465,4.035,70.59,10,5,3,374.281,0,2,Inactive
|
||||
-1.49,1.4457,-1.8715,2.0783,-2.4492,2.8469,-3.1443,3.6635,-0.7551,1.2894,-1.5186,2.0133,-2.2863,2.8214,-3.0563,3.6568,-0.8768,1.0795,-1.5577,1.8821,-2.2702,2.712,-3.0151,3.5544,1.658,74.76,2,6,0,424.456,0,0,Inactive
|
||||
-1.4728,1.9835,-1.7932,2.3902,-2.2956,2.9489,-2.9614,3.6334,-0.7621,1.2246,-1.5363,1.857,-2.3143,2.5922,-3.0943,3.3689,-0.8825,1.0372,-1.569,1.7759,-2.2909,2.5673,-3.0469,3.3663,1.108,86.63,4,5,3,261.277,0,0,Inactive
|
||||
-2.3986,1.286,-2.5267,1.9617,-2.8681,2.8449,-3.5574,3.7447,-0.8184,1.256,-1.6451,2.0435,-2.4753,2.9291,-3.3074,3.8355,-0.9295,1.1219,-1.6295,2.0183,-2.3994,2.9284,-3.2051,3.8434,2.442,26.19,1,2,1,242.322,1,0,Inactive
|
||||
-1.4635,1.5809,-2.0117,2.1763,-2.7792,2.8997,-3.5769,3.6813,-0.6603,1.3702,-1.4304,2.1515,-2.2405,2.9823,-3.0648,3.8277,-1.0646,0.8543,-1.8573,1.6523,-2.6805,2.4943,-3.512,3.3462,-0.383,93.75,1,5,1,205.217,0,1,Inactive
|
||||
-1.1674,2.2145,-1.8707,2.5642,-2.6841,3.2214,-3.5332,4.0774,-0.7916,2.4013,-1.6192,2.6763,-2.4698,3.3225,-3.3351,4.2208,-1.1143,1.1125,-1.9521,1.967,-2.8165,2.8659,-3.6938,3.7808,1.648,135.12,4,7,3,421.422,0,0,Inactive
|
||||
@@ -0,0 +1,651 @@
|
||||
% 1. Title: 1984 United States Congressional Voting Records Database
|
||||
%
|
||||
% 2. Source Information:
|
||||
% (a) Source: Congressional Quarterly Almanac, 98th Congress,
|
||||
% 2nd session 1984, Volume XL: Congressional Quarterly Inc.
|
||||
% Washington, D.C., 1985.
|
||||
% (b) Donor: Jeff Schlimmer ([email protected])
|
||||
% (c) Date: 27 April 1987
|
||||
%
|
||||
% 3. Past Usage
|
||||
% - Publications
|
||||
% 1. Schlimmer, J. C. (1987). Concept acquisition through
|
||||
% representational adjustment. Doctoral dissertation, Department of
|
||||
% Information and Computer Science, University of California, Irvine, CA.
|
||||
% -- Results: about 90%-95% accuracy appears to be STAGGER's asymptote
|
||||
% - Predicted attribute: party affiliation (2 classes)
|
||||
%
|
||||
% 4. Relevant Information:
|
||||
% This data set includes votes for each of the U.S. House of
|
||||
% Representatives Congressmen on the 16 key votes identified by the
|
||||
% CQA. The CQA lists nine different types of votes: voted for, paired
|
||||
% for, and announced for (these three simplified to yea), voted
|
||||
% against, paired against, and announced against (these three
|
||||
% simplified to nay), voted present, voted present to avoid conflict
|
||||
% of interest, and did not vote or otherwise make a position known
|
||||
% (these three simplified to an unknown disposition).
|
||||
%
|
||||
% 5. Number of Instances: 435 (267 democrats, 168 republicans)
|
||||
%
|
||||
% 6. Number of Attributes: 16 + class name = 17 (all Boolean valued)
|
||||
%
|
||||
% 7. Attribute Information:
|
||||
% 1. Class Name: 2 (democrat, republican)
|
||||
% 2. handicapped-infants: 2 (y,n)
|
||||
% 3. water-project-cost-sharing: 2 (y,n)
|
||||
% 4. adoption-of-the-budget-resolution: 2 (y,n)
|
||||
% 5. physician-fee-freeze: 2 (y,n)
|
||||
% 6. el-salvador-aid: 2 (y,n)
|
||||
% 7. religious-groups-in-schools: 2 (y,n)
|
||||
% 8. anti-satellite-test-ban: 2 (y,n)
|
||||
% 9. aid-to-nicaraguan-contras: 2 (y,n)
|
||||
% 10. mx-missile: 2 (y,n)
|
||||
% 11. immigration: 2 (y,n)
|
||||
% 12. synfuels-corporation-cutback: 2 (y,n)
|
||||
% 13. education-spending: 2 (y,n)
|
||||
% 14. superfund-right-to-sue: 2 (y,n)
|
||||
% 15. crime: 2 (y,n)
|
||||
% 16. duty-free-exports: 2 (y,n)
|
||||
% 17. export-administration-act-south-africa: 2 (y,n)
|
||||
%
|
||||
% 8. Missing Attribute Values: Denoted by "?"
|
||||
%
|
||||
% NOTE: It is important to recognize that "?" in this database does
|
||||
% not mean that the value of the attribute is unknown. It
|
||||
% means simply, that the value is not "yea" or "nay" (see
|
||||
% "Relevant Information" section above).
|
||||
%
|
||||
% Attribute: #Missing Values:
|
||||
% 1: 0
|
||||
% 2: 0
|
||||
% 3: 12
|
||||
% 4: 48
|
||||
% 5: 11
|
||||
% 6: 11
|
||||
% 7: 15
|
||||
% 8: 11
|
||||
% 9: 14
|
||||
% 10: 15
|
||||
% 11: 22
|
||||
% 12: 7
|
||||
% 13: 21
|
||||
% 14: 31
|
||||
% 15: 25
|
||||
% 16: 17
|
||||
% 17: 28
|
||||
%
|
||||
% 9. Class Distribution: (2 classes)
|
||||
% 1. 45.2 percent are democrat
|
||||
% 2. 54.8 percent are republican
|
||||
%
|
||||
% Class predictiveness and predictability: Pr(C|A=V) and Pr(A=V|C)
|
||||
% Attribute 1: (A = handicapped-infants)
|
||||
% 0.91; 1.21 (C=democrat; V=y)
|
||||
% 0.09; 0.10 (C=republican; V=y)
|
||||
% 0.43; 0.38 (C=democrat; V=n)
|
||||
% 0.57; 0.41 (C=republican; V=n)
|
||||
% 0.75; 0.03 (C=democrat; V=?)
|
||||
% 0.25; 0.01 (C=republican; V=?)
|
||||
% Attribute 2: (A = water-project-cost-sharing)
|
||||
% 0.62; 0.45 (C=democrat; V=y)
|
||||
% 0.38; 0.23 (C=republican; V=y)
|
||||
% 0.62; 0.45 (C=democrat; V=n)
|
||||
% 0.38; 0.23 (C=republican; V=n)
|
||||
% 0.58; 0.10 (C=democrat; V=?)
|
||||
% 0.42; 0.06 (C=republican; V=?)
|
||||
% Attribute 3: (A = adoption-of-the-budget-resolution)
|
||||
% 0.91; 0.87 (C=democrat; V=y)
|
||||
% 0.09; 0.07 (C=republican; V=y)
|
||||
% 0.17; 0.11 (C=democrat; V=n)
|
||||
% 0.83; 0.44 (C=republican; V=n)
|
||||
% 0.64; 0.03 (C=democrat; V=?)
|
||||
% 0.36; 0.01 (C=republican; V=?)
|
||||
% Attribute 4: (A = physician-fee-freeze)
|
||||
% 0.08; 0.05 (C=democrat; V=y)
|
||||
% 0.92; 0.50 (C=republican; V=y)
|
||||
% 0.99; 0.92 (C=democrat; V=n)
|
||||
% 0.01; 0.01 (C=republican; V=n)
|
||||
% 0.73; 0.03 (C=democrat; V=?)
|
||||
% 0.27; 0.01 (C=republican; V=?)
|
||||
% Attribute 5: (A = el-salvador-aid)
|
||||
% 0.26; 0.21 (C=democrat; V=y)
|
||||
% 0.74; 0.48 (C=republican; V=y)
|
||||
% 0.96; 0.75 (C=democrat; V=n)
|
||||
% 0.04; 0.02 (C=republican; V=n)
|
||||
% 0.80; 0.04 (C=democrat; V=?)
|
||||
% 0.20; 0.01 (C=republican; V=?)
|
||||
% Attribute 6: (A = religious-groups-in-schools)
|
||||
% 0.45; 0.46 (C=democrat; V=y)
|
||||
% 0.55; 0.46 (C=republican; V=y)
|
||||
% 0.89; 0.51 (C=democrat; V=n)
|
||||
% 0.11; 0.05 (C=republican; V=n)
|
||||
% 0.82; 0.03 (C=democrat; V=?)
|
||||
% 0.18; 0.01 (C=republican; V=?)
|
||||
% Attribute 7: (A = anti-satellite-test-ban)
|
||||
% 0.84; 0.75 (C=democrat; V=y)
|
||||
% 0.16; 0.12 (C=republican; V=y)
|
||||
% 0.32; 0.22 (C=democrat; V=n)
|
||||
% 0.68; 0.38 (C=republican; V=n)
|
||||
% 0.57; 0.03 (C=democrat; V=?)
|
||||
% 0.43; 0.02 (C=republican; V=?)
|
||||
% Attribute 8: (A = aid-to-nicaraguan-contras)
|
||||
% 0.90; 0.82 (C=democrat; V=y)
|
||||
% 0.10; 0.07 (C=republican; V=y)
|
||||
% 0.25; 0.17 (C=democrat; V=n)
|
||||
% 0.75; 0.41 (C=republican; V=n)
|
||||
% 0.27; 0.01 (C=democrat; V=?)
|
||||
% 0.73; 0.03 (C=republican; V=?)
|
||||
% Attribute 9: (A = mx-missile)
|
||||
% 0.91; 0.70 (C=democrat; V=y)
|
||||
% 0.09; 0.06 (C=republican; V=y)
|
||||
% 0.29; 0.22 (C=democrat; V=n)
|
||||
% 0.71; 0.45 (C=republican; V=n)
|
||||
% 0.86; 0.07 (C=democrat; V=?)
|
||||
% 0.14; 0.01 (C=republican; V=?)
|
||||
% Attribute 10: (A = immigration)
|
||||
% 0.57; 0.46 (C=democrat; V=y)
|
||||
% 0.43; 0.28 (C=republican; V=y)
|
||||
% 0.66; 0.52 (C=democrat; V=n)
|
||||
% 0.34; 0.23 (C=republican; V=n)
|
||||
% 0.57; 0.01 (C=democrat; V=?)
|
||||
% 0.43; 0.01 (C=republican; V=?)
|
||||
% Attribute 11: (A = synfuels-corporation-cutback)
|
||||
% 0.86; 0.48 (C=democrat; V=y)
|
||||
% 0.14; 0.06 (C=republican; V=y)
|
||||
% 0.48; 0.47 (C=democrat; V=n)
|
||||
% 0.52; 0.43 (C=republican; V=n)
|
||||
% 0.57; 0.04 (C=democrat; V=?)
|
||||
% 0.43; 0.03 (C=republican; V=?)
|
||||
% Attribute 12: (A = education-spending)
|
||||
% 0.21; 0.13 (C=democrat; V=y)
|
||||
% 0.79; 0.42 (C=republican; V=y)
|
||||
% 0.91; 0.80 (C=democrat; V=n)
|
||||
% 0.09; 0.06 (C=republican; V=n)
|
||||
% 0.58; 0.07 (C=democrat; V=?)
|
||||
% 0.42; 0.04 (C=republican; V=?)
|
||||
% Attribute 13: (A = superfund-right-to-sue)
|
||||
% 0.35; 0.27 (C=democrat; V=y)
|
||||
% 0.65; 0.42 (C=republican; V=y)
|
||||
% 0.89; 0.67 (C=democrat; V=n)
|
||||
% 0.11; 0.07 (C=republican; V=n)
|
||||
% 0.60; 0.06 (C=democrat; V=?)
|
||||
% 0.40; 0.03 (C=republican; V=?)
|
||||
% Attribute 14: (A = crime)
|
||||
% 0.36; 0.34 (C=democrat; V=y)
|
||||
% 0.64; 0.49 (C=republican; V=y)
|
||||
% 0.98; 0.63 (C=democrat; V=n)
|
||||
% 0.02; 0.01 (C=republican; V=n)
|
||||
% 0.59; 0.04 (C=democrat; V=?)
|
||||
% 0.41; 0.02 (C=republican; V=?)
|
||||
% Attribute 15: (A = duty-free-exports)
|
||||
% 0.92; 0.60 (C=democrat; V=y)
|
||||
% 0.08; 0.04 (C=republican; V=y)
|
||||
% 0.39; 0.34 (C=democrat; V=n)
|
||||
% 0.61; 0.44 (C=republican; V=n)
|
||||
% 0.57; 0.06 (C=democrat; V=?)
|
||||
% 0.43; 0.04 (C=republican; V=?)
|
||||
% Attribute 16: (A = export-administration-act-south-africa)
|
||||
% 0.64; 0.65 (C=democrat; V=y)
|
||||
% 0.36; 0.30 (C=republican; V=y)
|
||||
% 0.19; 0.04 (C=democrat; V=n)
|
||||
% 0.81; 0.15 (C=republican; V=n)
|
||||
% 0.79; 0.31 (C=democrat; V=?)
|
||||
% 0.21; 0.07 (C=republican; V=?)
|
||||
%
|
||||
@relation vote
|
||||
@attribute 'handicapped-infants' { 'n', 'y'}
|
||||
@attribute 'water-project-cost-sharing' { 'n', 'y'}
|
||||
@attribute 'adoption-of-the-budget-resolution' { 'n', 'y'}
|
||||
@attribute 'physician-fee-freeze' { 'n', 'y'}
|
||||
@attribute 'el-salvador-aid' { 'n', 'y'}
|
||||
@attribute 'religious-groups-in-schools' { 'n', 'y'}
|
||||
@attribute 'anti-satellite-test-ban' { 'n', 'y'}
|
||||
@attribute 'aid-to-nicaraguan-contras' { 'n', 'y'}
|
||||
@attribute 'mx-missile' { 'n', 'y'}
|
||||
@attribute 'immigration' { 'n', 'y'}
|
||||
@attribute 'synfuels-corporation-cutback' { 'n', 'y'}
|
||||
@attribute 'education-spending' { 'n', 'y'}
|
||||
@attribute 'superfund-right-to-sue' { 'n', 'y'}
|
||||
@attribute 'crime' { 'n', 'y'}
|
||||
@attribute 'duty-free-exports' { 'n', 'y'}
|
||||
@attribute 'export-administration-act-south-africa' { 'n', 'y'}
|
||||
@attribute 'Class' { 'democrat', 'republican'}
|
||||
@data
|
||||
'n','y','n','y','y','y','n','n','n','y',?,'y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n',?,'republican'
|
||||
?,'y','y',?,'y','y','n','n','n','n','y','n','y','y','n','n','democrat'
|
||||
'n','y','y','n',?,'y','n','n','n','n','y','n','y','n','n','y','democrat'
|
||||
'y','y','y','n','y','y','n','n','n','n','y',?,'y','y','y','y','democrat'
|
||||
'n','y','y','n','y','y','n','n','n','n','n','n','y','y','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','n',?,'y','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','n','y','y',?,'y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n',?,?,'democrat'
|
||||
'n','y','n','y','y','n','n','n','n','n',?,?,'y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','y',?,'y','y',?,?,'republican'
|
||||
'n','y','y','n','n','n','y','y','y','n','n','n','y','n',?,?,'democrat'
|
||||
'y','y','y','n','n','y','y','y',?,'y','y',?,'n','n','y',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y',?,?,'n',?,'republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y',?,'n',?,'republican'
|
||||
'y','n','y','n','n','y','n','y',?,'y','y','y',?,'n','n','y','democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','y','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n',?,'y','y','n','n','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'y','y','y','n','n',?,'y','y','n','n','y','n','n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n',?,?,'y','y','democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n',?,'n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'y','n','n','y','y','n','y','y','y','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y','y','y','n','n','y','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y',?,'n','y','y','y','n','n','n','y','n','y',?,'y','n','y','republican'
|
||||
'y','y','n','y','y','y','n','n','n','n','n','n','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y','n','y','n','n','n','y','y','y','y','y','n','y','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n',?,'n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y',?,'n','y','n','n','n','y',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n','n','y','y',?,'n','n','n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y','n','n','n','n','n','y','n','y','democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n',?,'n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n',?,?,'democrat'
|
||||
'y','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','y',?,'y','n','n','y','y','n','y','n',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','y','y','y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','y','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n',?,'republican'
|
||||
'y','y','y','n','n',?,'y','y','y','y','n','n','n','n','y',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','y',?,'n','n','n','y','democrat'
|
||||
'y','y','n','y','y','y','y','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','y','n','n','n','y','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','y','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','y','n','y',?,'democrat'
|
||||
'y','y','y','y','n','n','y','y','y','y','y','n','n','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','y',?,'democrat'
|
||||
'y','n','y','y','y','n','y','n','y','y','n','n','y','y','n','y','republican'
|
||||
'y','n','y','n','n','y','y','y','y','y','y','n','n','y','y','y','democrat'
|
||||
'n','y','y','y','y','y','n','n','n','y','y','n','y','y','n','n','democrat'
|
||||
'n','y','y','n','y','y','n','n','n','y','y','y','y','y','n',?,'democrat'
|
||||
'n','y','y','y','y','y','n','y','y','y','y','y','y','y','n','y','democrat'
|
||||
'y','y','y','n','y','y','n','n','n','y','y','n','y','y','n','y','democrat'
|
||||
'n','n','n','y','y','n','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y','n','y','n','n','y','y','y','y','y','n','y','n','y','n',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y',?,'y','y','y','n','y','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','n','y','n','y','y','n','n','n','y','y','y','y','y','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','y','y','n','y','y','y','n','y','y','y','n','y','y','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n',?,'y','y','n',?,'republican'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','n','y','y','n','n',?,'y','y','democrat'
|
||||
'y','n','y','n','n','n','y','n','y','y','y','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','y','y','n','n','n','n','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','y','y','n',?,?,'n','y',?,?,?,'y','y','democrat'
|
||||
'n','n',?,'n','y','y','n','n','n','n','y','y','y','y','n','y','democrat'
|
||||
'y','n','n','n','y','y','y','n','n','y','y','n','n','y','n','y','democrat'
|
||||
'y','y','y','n','n','y','y','y','y','y','n','n','n','n','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y',?,'y','y','y','n','n','republican'
|
||||
'y','n','n','n','y','y','n','n','n','n','y','y','n','y','n','y','democrat'
|
||||
'y','n','y','n','y','y','y','n','n','n','y','n','n','y','n','y','democrat'
|
||||
'y','n','y','n','y','y','y','n',?,'n','y','n','y','y','y',?,'democrat'
|
||||
'y','n','n','n','y','y',?,'n',?,'n','n','n','n','y',?,'n','democrat'
|
||||
?,?,?,?,'n','y','y','y','y','y',?,'n','y','y','n',?,'democrat'
|
||||
'y','y','y','n','n','n','n','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n',?,?,?,?,?,?,?,?,?,?,?,?,'y',?,?,'republican'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n',?,'y','n','n','y','y','y','n','y','n','n','n','n','y',?,'democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n',?,'y','n',?,?,'y','y','y','y',?,?,'n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'y','y','y','y','y','n','y','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','y','y','n','n','n','n','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n',?,?,'y','y','y','n','n','n','y','n','y','y','y',?,'y','republican'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','n','y','n','y','republican'
|
||||
'y',?,'n','y','y','y','n','y','n','n','n','y','y','y','n','y','republican'
|
||||
'n',?,'y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n',?,'n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n',?,'y','n','n','n','y','y','y','y','y','n','n','y','y','y','democrat'
|
||||
'n',?,'y','n','n','y','n','y','n','y','y','n','n','n','y','y','democrat'
|
||||
?,?,'y','n','n','n','y','y',?,'n',?,?,?,?,?,?,'democrat'
|
||||
'y',?,'y','n',?,?,'y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n','n','y','n','n','y','n','y','y','y','n','n','n','y','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n',?,'republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n',?,'republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','y','y','y','n','n','y','republican'
|
||||
'n',?,'y','n','n','y','y','y','y','y','n','n','n','y','y','y','democrat'
|
||||
'n','n','y','n','n','y','y','y','y','y','n','n','n','y','n','y','democrat'
|
||||
'y','n','y','n','n','y','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','n','n','y','y','y','y','n','n','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','y','y','y','y','n','y','y','y',?,'y','republican'
|
||||
'n','n','n','y','y','y','y','y','y','y','n','y','y','y','n','y','republican'
|
||||
?,'y','n','n','n','n','y','y','y','y','y','n','n','y','y','y','democrat'
|
||||
'n',?,'n','n','n','y','y','y','y','y','n','n','n','y','n',?,'democrat'
|
||||
'n','n','y','n','n','y','y','y','y','y','n','n','n','y',?,'y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','n','n','n','n','y','y','y','y','n','y','y','y','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','y','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','n','n','y','n','y','y','democrat'
|
||||
'y','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'y','y',?,'y','y','y','n','n','y','n','y',?,'y','y','n','n','democrat'
|
||||
'n','y','y','n','n','y','n','y','y','y','y','n','y','n','y','y','democrat'
|
||||
'n','n','y','n','n','y','y','y','y','y','y','n','y','y','n','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','n','y','y','y','n',?,'n','n','y','y','y','y','n','n','republican'
|
||||
'y','y','n','y','y','y','y','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','y','y','n','n','y','n','y','y','n','y','n',?,?,?,?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','y','y','n',?,'y','y','y','y','y','y','n','n',?,'n',?,'democrat'
|
||||
'n','y','n','n','y','y','n','n','n','n','n','y','y','y','y','y','democrat'
|
||||
'n','n','n','n','y','y','y','n','n','n','n','y','y','y','n','y','democrat'
|
||||
'n','y','y','n','y','y','y','n','n','n','y','y','y','y','n','y','democrat'
|
||||
'n','y','n','y','y','y','y','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','n','n','y','y','n','n','n','y','y','y','y','y','n',?,'democrat'
|
||||
'n','y','y','n','n','y','y','y','y','y','y','n','y','n','y',?,'democrat'
|
||||
'y','n','y','y','y','y','y','y','n','y','n','y','n','y','y','y','republican'
|
||||
'y','n','y','y','y','y','y','y','n','y','y','y','n','y','y','y','republican'
|
||||
'n','n','y','y','y','y','n','n','y','n','n','n','y','y','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','y','n','n','y','n','y','democrat'
|
||||
'y','n','y','n','n','n',?,'y','y',?,'n','n','n','n','y',?,'democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','y','y','n','n','n','y','y','y','y','n','n',?,'n','y','y','democrat'
|
||||
'n','n','n','n','y','y','n','n','n','y','y','y','y','y','n','y','democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n','y','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n','n','y','y','n','n','y','y','y','y','n','n','n','y','y','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','y',?,'n','n','y','y','democrat'
|
||||
?,'n','y','n','n','n','y','y','y','y','y',?,'n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
?,?,'y','n','n','n','y','y','y',?,?,'n','n','n',?,?,'democrat'
|
||||
'n','n','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
?,?,?,?,?,?,?,?,'y',?,?,?,?,?,?,?,'democrat'
|
||||
'n','n','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n',?,'n','n','y','y','democrat'
|
||||
'n','y','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y',?,'n','y','y','y','y','y','n','n','n','y',?,'y',?,?,'republican'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','n','n','y','y','y','n',?,'republican'
|
||||
'n','y','n','y','y','y','n',?,'n','y','n','y','y','y','n',?,'republican'
|
||||
'n','n','n','n','n','y','y','y','y','n','y','n','n','y','y','y','democrat'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','n','y','n','n','y','y',?,'y','y','y','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n',?,'republican'
|
||||
'n','n','y','n','n','y','y','y','y','n','y','y','n','y','y',?,'democrat'
|
||||
'n',?,'y','y','y','y','n','n','n','y','n','n','n','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','y','n',?,'n','y',?,'democrat'
|
||||
'y','y','n','n','n','n','y','y',?,'n','y','n','n','n','y',?,'democrat'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','y','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','y','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n','n','y','y','y','y','y','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','y','y','y','y','y','n','y','n','n','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','n','y','n','y','republican'
|
||||
'y',?,'n','y','y','y','y','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','n','n',?,'n','n','y','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','y','y','n','n','n','n','y','democrat'
|
||||
'n','n','y','n','n','y','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','y','n','n','y','n','y','y','n','y','n','y','n','y','y','democrat'
|
||||
'y','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','y','y','y','y','y','n','n','n','y','y','y','y','y','y',?,'democrat'
|
||||
'y','y','y','n','y','y','n','n',?,'y','n','n','n','y','y',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y',?,'y','n','n','n','y','y','y','n',?,'n','n','n','y',?,'democrat'
|
||||
'n','y','y','n','n','n','n','y','y','n','y','n','n','y','y','y','democrat'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n','y','y','n','y','y','n','n','n','n','y','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','y','n','n','n','y',?,'democrat'
|
||||
'n','n','n','y','y','n','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n',?,'y','y','n','n','republican'
|
||||
'n',?,'n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','y','y','y','y','n','y','n','n','y','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n',?,'y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y',?,'n','y','republican'
|
||||
'n','y','y','y','y','y','y','n','y','y','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','y','y','n','y','y','y','n','y','republican'
|
||||
'n','y','y','n','n','n','y','y','n','n','y','n','n','n','y',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','y','y','y','y','y','n','y','n','y','y',?,'democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','n','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','y','y','y','n','n','n','y','y','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y',?,'y','n','n','n','n','y',?,'democrat'
|
||||
'n','n','n','y','y','y','y','n','n','y','n','n','n','y','y','y','republican'
|
||||
'n','n','n','y','n','y','y',?,'y','n','n','y','y','y','n','y','republican'
|
||||
'y','n','y','n','n','n','y','y','y','y','y','n','n','y','y','y','democrat'
|
||||
'n','n','n','n','y','y','y','n','n','n','n',?,'n','y','y','y','republican'
|
||||
'n','y','y','n','n','n','y','y',?,'y','n','n','y','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','n','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'n','n','y','n','y','n','y','y','y','n','n','n','n','y',?,'y','democrat'
|
||||
'n','y','n','y','y','y',?,'n','n','n','n',?,'y','y','n','n','republican'
|
||||
?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'republican'
|
||||
'y','n','y','n','n','n','y','y',?,'n','y','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','y','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','y','y','y','democrat'
|
||||
'n','n','n','y','y','n','n','n','n','n','n','y','n','y','n','n','republican'
|
||||
'n','n','n','y','y','n','n','n','n','n','n','y','n','y',?,'y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n',?,'y','y','y','n',?,?,'n',?,?,?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n',?,'n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','n','y','n','y','republican'
|
||||
'y','n','n','n','n','n','y','y','y','y','n','n','n','y','n','y','republican'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','y','y','n','n','y','y','y','y','n',?,'n','n','n','n','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y',?,'democrat'
|
||||
'n','n','n','y','y','n','y','y','n','y','n','y','y','y',?,'y','republican'
|
||||
'y','n','n','y','y','n','y','n','n','y','n','n','n','y','y','y','republican'
|
||||
'n','n','y','n','y','y','n','n','n','n',?,'n','y','y','n','n','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','y','n','republican'
|
||||
'n','n','y','y','y','y','y','y','n','y','n','n','n','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','n','n','n','y','n','y','democrat'
|
||||
'y','n','y','y','y','y','y','y','n','n','n','n','n','y','n',?,'republican'
|
||||
'y','n','n','y','y','y','n','n','n','y','n',?,'y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','y','y','y','y','y','y','n','n','n',?,'y','democrat'
|
||||
'n','n','y','n','n','y','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'n','n','y','n','n','y',?,'y',?,'y','y','y','n','y','y',?,'democrat'
|
||||
'y','y','y',?,'n','y','y','y','y','n','y','n','y','n',?,'y','democrat'
|
||||
'y','y','y','n','y','y','n','y','n','y','y','n','y','y','y','y','democrat'
|
||||
'y','y','y','n','y','y','n','y','n','y','y','n','y','y','n',?,'democrat'
|
||||
'y','n','y','n',?,'y',?,'y','y','y','n','n','y','y','n','y','democrat'
|
||||
'y','n','y','n','n','y','y','y','y','y','n',?,'n','y','n','y','democrat'
|
||||
'y','n','y','n','n','y','y','y','n','y','y','n','y','y','y','y','democrat'
|
||||
'y','y','y','n','n','y','y','y','y','y','y','n','y','y','y','y','democrat'
|
||||
'n','y','y','n','n','y','y','y','n','y','y','n','y','y','n',?,'democrat'
|
||||
'n','y','n','y','y','y',?,?,'n','y','n','y',?,?,?,?,'republican'
|
||||
'n','n','y','y','y','y','n','n','n','y','n','y','y','y','y','y','republican'
|
||||
'y','y','y','n','n','y','y','y','y','y','n','n',?,'n','y',?,'democrat'
|
||||
'n','y','n','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'n','y','y','n','n','y','y','y','y','y','n','n','y','y','y','y','democrat'
|
||||
'n','n','n','y','y','n','y','y','y','y','n','y','y','y','n','y','republican'
|
||||
'n','n',?,'n','n','y','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','y','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n',?,'republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','n','y','n','n','y','y','y','y','n','n','n','n','y','n',?,'democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y','n','n','n','n','y','y','y','y','y','n','n','n','y','y','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','y','n','republican'
|
||||
'n','n','y','n','n','y','y','y','y','y','n','n','y','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n','y','y','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','y','y','n','n','y','y','y','y','y','y','republican'
|
||||
'n','y','y','y','y','y','y',?,'n','n','n','n',?,?,'y',?,'republican'
|
||||
'n','n','n','n','n','y','n','y','y','n','y','y','y','y','y','n','democrat'
|
||||
'y','n','n','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'n','y','y','n','n','y','n','y','y','y','n','n','y','y','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','y','n','n','y','n','n','y','democrat'
|
||||
'y','y','y','n',?,'y','n',?,'n','n','y','n','y','y','n',?,'democrat'
|
||||
'y','y','y','n','y','y','n','y',?,'y','n','n','y','y','n',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','y','y','y','y','n','n','republican'
|
||||
'n','y','n','n','y','y','n','n',?,'n','n','y','y','y','n','y','democrat'
|
||||
'y','y','n','y','n','n','y','y','y','n','y','n','n','y','n','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','y','n','n','n','n','y','democrat'
|
||||
'y',?,'y','n','n','y','y','y','y','y','n','n','n','n','y',?,'democrat'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y',?,'y','n','n','n','y','y','y','n','n','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','y','n','n','n','y',?,'democrat'
|
||||
'n','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'n','y','y','n','n','y','y','y',?,'n','y','y','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','y','y','y','y','n',?,'republican'
|
||||
'n','n','y','n','n','y','y','y','n','n','y','n','n','y',?,'y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','n','n','n','n','n','y','y','democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','y','y','y','democrat'
|
||||
'y','n','n','y','y','y','n','n','n','n','y','y','y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','y','y','n','y','n','y','republican'
|
||||
'n',?,'y',?,'n','y','y','y','y','y','y','n',?,?,'y','y','democrat'
|
||||
'n','y','y','n','y',?,'y','n','n','y','y','n','y','n','y','y','democrat'
|
||||
'n','n','n','y','y','n','y','n','y','y','n','n','n','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','y','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','y','n','n','y','n','y','n','y','y','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'y','n','n','y','y','y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','y','n','n','y',?,'democrat'
|
||||
'n','y','y','y','y','y','y','y','y','n','n','y','y','y','n','y','republican'
|
||||
'n','y','n','n','n','y','y','n','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','n','y','y','y','y','y','y','y','y','n','y','y','y','y','y','republican'
|
||||
'n','y','n','y','n','y','y','y','y','n','y','n','y','n','y',?,'democrat'
|
||||
'n','n','y','y','y','y','y','n','n','y','y','y','y','y','n','y','republican'
|
||||
'n','y','y','n','n','y','y','y','y','y','n',?,'n','n','y','y','democrat'
|
||||
'y','n','y','y','n','n','n','y','y','y','n','n','n','y','y','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'y','y','y','n','n','y','y','y','y','y','y','y','y','y','n',?,'democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y',?,'y','y','y','n','y','republican'
|
||||
'y','n','y','n','n','y','y','y','y','y','n','n','y','n','n','y','democrat'
|
||||
'y','n','y','n','y','y','y','n','y','y','n','n','y','y','n',?,'democrat'
|
||||
'y','y','y','n','n','y','y','y','y','y','y','y','y','n','n','y','democrat'
|
||||
'y','y','n','y','y','y','n','n','n','y','y','n','y','n','n','n','republican'
|
||||
'y','y','n','y','y','y','n','n','n','n','y','n','y','y','n','y','republican'
|
||||
'n','y','n','n','y','y','n','n','n','y','y','n','y','y','n','n','democrat'
|
||||
'y','n','y','n','n','n','y','y','n','y','y','n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','y','y','y','y','n','y','y','n','n','n','y',?,'democrat'
|
||||
'n','y','y','n','n','y','y','y','n','y','n','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','n','y','y','n','y','republican'
|
||||
'y','y','y','n',?,'y','y','y','n','y',?,?,'n','n','y','y','democrat'
|
||||
'y','y','y','n',?,'n','y','y','y','y','n','n','n','n','y',?,'democrat'
|
||||
'n','y','y','y','y','y','n','n','n','n','y','y',?,'y','n','n','democrat'
|
||||
'n','y','y',?,'y','y','n','y','n','y',?,'n','y','y',?,'y','democrat'
|
||||
'n','y','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','n','y','y','n','y','n','n','democrat'
|
||||
'y',?,'y','n','n','n','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','n','y','y','y',?,?,'n','n',?,?,'y',?,?,?,'republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','y','y','n','n','y',?,'y','y','n','y','n','y','n','y','y','democrat'
|
||||
'y','y','y','n','y','y','y','y','y','y','y','n','y','y','n',?,'democrat'
|
||||
'y','y','n','y','y','y','n','n','n','n','y','n','y','y','n',?,'democrat'
|
||||
'y','y','y','n','y','y','n','y','y','y','y','n','n','n','n','y','democrat'
|
||||
'y','y','y','y','y','y','n','n','n','n','y','y','y','y','n','y','democrat'
|
||||
'y','y','n','n','y','y','n','n','n','n','y','y','y','y','y','n','democrat'
|
||||
'n',?,'y','n','y','y','n','y','n','n','y','n','n','n','n',?,'democrat'
|
||||
'y','y','y','n','y','y','n','y','y','n','y','n','n','y','n',?,'democrat'
|
||||
'n','y','y','y','y','y','n','n','n','n','n','y','y','y','n',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y',?,'y','n','n','n','y',?,'democrat'
|
||||
?,?,'n','n',?,'y',?,'n','n','n','y','y','n','y','n',?,'democrat'
|
||||
'y','y','n','n','n','n','n','y','y','n','y','n','n','n','y','n','democrat'
|
||||
'y','y','n','y','y','y','n','n','n','n','y','y','y','y','n','y','republican'
|
||||
?,?,?,?,'n','y','n','y','y','n','n','y','y','n','n',?,'republican'
|
||||
'y','y',?,?,?,'y','n','n','n','n','y','n','y','n','n','y','democrat'
|
||||
'y','y','y',?,'n','n','n','y','n','n','y',?,'n','n','y','y','democrat'
|
||||
'y','y','y','n','y','y','n','y','n','n','y','n','y','n','y','y','democrat'
|
||||
'y','y','n','n','y',?,'n','n','n','n','y','n','y','y','n','y','democrat'
|
||||
'n','y','y','n','y','y','n','y','n','n','n','n','n','n','n','y','democrat'
|
||||
'n','y','n','y',?,'y','n','n','n','y','n','y','y','y','n','n','republican'
|
||||
'n','y','n','y','y','y','n',?,'n','n',?,?,?,'y','n',?,'republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','y','y','y','y','n','n','republican'
|
||||
?,'n','y','y','n','y','y','y','y','y','n','y','n','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y',?,'y','n','n','republican'
|
||||
'y','y','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','y','republican'
|
||||
'y','n','y','n','y','y','n','n','y','y','n','n','y','y','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','n','y','y','y','y','n','n','democrat'
|
||||
'y','n','y','n','n','y','y','y','y','n','n','y',?,'y','y','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','n','n','y','y','y','n','n','republican'
|
||||
'n','n','n','y','y','y','n','n','n','n','y','y','y','y','n','y','republican'
|
||||
'y','n','y','n','n','y','y','y','y','y','y','n','n','n','n','y','democrat'
|
||||
'n','n','n','y','y','y','n','n','n','y','n','y','y','y','n','y','republican'
|
||||
'y','y','y','y','y','y','y','y','n','y',?,?,?,'y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'n','y','y','n','n','y','y','y',?,'y','n','n','n','n','n','y','democrat'
|
||||
'y','y','n','y','y','y','n','n','n','y','n','n','y','y','n','y','republican'
|
||||
'y','y','y','n','n','n','y','y','y','y','y','n','y','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','n','y','n','n','n','n','n','y','democrat'
|
||||
'y','y','y','n','n','n','y','y','y','n','n','n','n','n','n','y','democrat'
|
||||
'y','y','y','y','y','y','y','y','n','y','n','n','y','y','n','y','republican'
|
||||
'n','y','y','n','y','y','y','y','n','n','y','n','y','n','y','y','democrat'
|
||||
'n','n','y','n','n','y','y','y','y','n','y','n','n','n','y','y','democrat'
|
||||
'n','y','y','n','n','y','y','y','y','n','y','n','n','y','y','y','democrat'
|
||||
'n','y','y','n','n',?,'y','y','y','y','y','n',?,'y','y','y','democrat'
|
||||
'n','n','y','n','n','n','y','y','n','y','y','n','n','n','y',?,'democrat'
|
||||
'y','n','y','n','n','n','y','y','y','y','n','n','n','n','y','y','democrat'
|
||||
'n','n','n','y','y','y','y','y','n','y','n','y','y','y','n','y','republican'
|
||||
?,?,?,'n','n','n','y','y','y','y','n','n','y','n','y','y','democrat'
|
||||
'y','n','y','n',?,'n','y','y','y','y','n','y','n',?,'y','y','democrat'
|
||||
'n','n','y','y','y','y','n','n','y','y','n','y','y','y','n','y','republican'
|
||||
'n','n','y','n','n','n','y','y','y','y','n','n','n','n','n','y','democrat'
|
||||
'n',?,'n','y','y','y','n','n','n','n','y','y','y','y','n','y','republican'
|
||||
'n','n','n','y','y','y',?,?,?,?,'n','y','y','y','n','y','republican'
|
||||
'n','y','n','y','y','y','n','n','n','y','n','y','y','y',?,'n','republican'
|
||||
%
|
||||
%
|
||||
%
|
||||
@@ -0,0 +1,23 @@
|
||||
@relation weather.symbolic
|
||||
|
||||
@attribute outlook {sunny, overcast, rainy}
|
||||
@attribute temperature {hot, mild, cool}
|
||||
@attribute humidity {high, normal}
|
||||
@attribute windy {TRUE, FALSE}
|
||||
@attribute play {yes, no}
|
||||
|
||||
@data
|
||||
sunny,hot,high,FALSE,no
|
||||
sunny,hot,high,TRUE,no
|
||||
overcast,hot,high,FALSE,yes
|
||||
rainy,mild,high,FALSE,yes
|
||||
rainy,cool,normal,FALSE,yes
|
||||
rainy,cool,normal,TRUE,no
|
||||
overcast,cool,normal,TRUE,yes
|
||||
sunny,mild,high,FALSE,no
|
||||
sunny,cool,normal,FALSE,yes
|
||||
rainy,mild,normal,FALSE,yes
|
||||
sunny,mild,normal,TRUE,yes
|
||||
overcast,mild,high,TRUE,yes
|
||||
overcast,hot,normal,FALSE,yes
|
||||
rainy,mild,high,TRUE,no
|
||||
@@ -0,0 +1,23 @@
|
||||
@relation weather
|
||||
|
||||
@attribute outlook {sunny, overcast, rainy}
|
||||
@attribute temperature numeric
|
||||
@attribute humidity numeric
|
||||
@attribute windy {TRUE, FALSE}
|
||||
@attribute play {yes, no}
|
||||
|
||||
@data
|
||||
sunny,85,85,FALSE,no
|
||||
sunny,80,90,TRUE,no
|
||||
overcast,83,86,FALSE,yes
|
||||
rainy,70,96,FALSE,yes
|
||||
rainy,68,80,FALSE,yes
|
||||
rainy,65,70,TRUE,no
|
||||
overcast,64,65,TRUE,yes
|
||||
sunny,72,95,FALSE,no
|
||||
sunny,69,70,FALSE,yes
|
||||
rainy,75,80,FALSE,yes
|
||||
sunny,75,70,TRUE,yes
|
||||
overcast,72,90,TRUE,yes
|
||||
overcast,81,75,FALSE,yes
|
||||
rainy,71,91,TRUE,no
|
||||
@@ -0,0 +1,570 @@
|
||||
mean radius,mean texture,mean perimeter,mean area,mean smoothness,mean compactness,mean concavity,mean concave points,mean symmetry,mean fractal dimension,radius error,texture error,perimeter error,area error,smoothness error,compactness error,concavity error,concave points error,symmetry error,fractal dimension error,worst radius,worst texture,worst perimeter,worst area,worst smoothness,worst compactness,worst concavity,worst concave points,worst symmetry,worst fractal dimension,benign_0__mal_1
|
||||
17.99,10.38,122.8,1001.0,0.1184,0.2776,0.3001,0.1471,0.2419,0.07871,1.095,0.9053,8.589,153.4,0.006399,0.04904,0.05372999999999999,0.01587,0.03003,0.006193,25.38,17.33,184.6,2019.0,0.1622,0.6656,0.7119,0.2654,0.4601,0.1189,0
|
||||
20.57,17.77,132.9,1326.0,0.08474,0.07864,0.0869,0.07017000000000001,0.1812,0.056670000000000005,0.5435,0.7339,3.398,74.08,0.005225,0.013080000000000001,0.0186,0.0134,0.013890000000000001,0.003532,24.99,23.41,158.8,1956.0,0.1238,0.1866,0.2416,0.18600000000000003,0.275,0.08902,0
|
||||
19.69,21.25,130.0,1203.0,0.1096,0.1599,0.1974,0.1279,0.2069,0.059989999999999995,0.7456,0.7869,4.585,94.03,0.00615,0.040060000000000005,0.03832,0.02058,0.0225,0.004571,23.57,25.53,152.5,1709.0,0.1444,0.4245,0.4504,0.243,0.3613,0.08757999999999999,0
|
||||
11.42,20.38,77.58,386.1,0.1425,0.2839,0.2414,0.1052,0.2597,0.09744,0.4956,1.156,3.445,27.23,0.00911,0.07458,0.05661,0.01867,0.059629999999999996,0.009208,14.91,26.5,98.87,567.7,0.2098,0.8663,0.6869,0.2575,0.6638,0.17300000000000001,0
|
||||
20.29,14.34,135.1,1297.0,0.1003,0.1328,0.198,0.1043,0.1809,0.05882999999999999,0.7572,0.7813,5.438,94.44,0.01149,0.02461,0.05687999999999999,0.01885,0.01756,0.005115,22.54,16.67,152.2,1575.0,0.1374,0.205,0.4,0.1625,0.2364,0.07678,0
|
||||
12.45,15.7,82.57,477.1,0.1278,0.17,0.1578,0.08089,0.2087,0.07612999999999999,0.3345,0.8902,2.217,27.19,0.007509999999999999,0.03345,0.036719999999999996,0.01137,0.02165,0.005082,15.47,23.75,103.4,741.6,0.1791,0.5249,0.5355,0.1741,0.3985,0.1244,0
|
||||
18.25,19.98,119.6,1040.0,0.09462999999999999,0.109,0.1127,0.07400000000000001,0.1794,0.057420000000000006,0.4467,0.7732,3.18,53.91,0.004314,0.013819999999999999,0.02254,0.01039,0.01369,0.002179,22.88,27.66,153.2,1606.0,0.1442,0.2576,0.3784,0.1932,0.3063,0.08367999999999999,0
|
||||
13.71,20.83,90.2,577.9,0.1189,0.1645,0.09366000000000001,0.05985,0.2196,0.07451,0.5835,1.3769999999999998,3.8560000000000003,50.96,0.008805,0.030289999999999997,0.024880000000000003,0.014480000000000002,0.01486,0.005412,17.06,28.14,110.6,897.0,0.1654,0.3682,0.2678,0.1556,0.3196,0.1151,0
|
||||
13.0,21.82,87.5,519.8,0.1273,0.1932,0.1859,0.09353,0.235,0.07389,0.3063,1.002,2.406,24.32,0.005731,0.035019999999999996,0.03553,0.01226,0.02143,0.003749,15.49,30.73,106.2,739.3,0.1703,0.5401,0.539,0.20600000000000002,0.4378,0.1072,0
|
||||
12.46,24.04,83.97,475.9,0.1186,0.2396,0.2273,0.08542999999999999,0.203,0.08242999999999999,0.2976,1.599,2.039,23.94,0.007148999999999999,0.07217,0.07743,0.01432,0.01789,0.01008,15.09,40.68,97.65,711.4,0.1853,1.058,1.105,0.221,0.4366,0.2075,0
|
||||
16.02,23.24,102.7,797.8,0.08206000000000001,0.06669,0.03299,0.03323,0.1528,0.05697000000000001,0.3795,1.187,2.4659999999999997,40.51,0.004029,0.009269,0.011009999999999999,0.007591,0.0146,0.003042,19.19,33.88,123.8,1150.0,0.1181,0.1551,0.1459,0.09975,0.2948,0.08452,0
|
||||
15.78,17.89,103.6,781.0,0.0971,0.1292,0.09954,0.06606000000000001,0.1842,0.060820000000000006,0.5058,0.9849,3.5639999999999996,54.16,0.005771,0.04061,0.02791,0.012819999999999998,0.02008,0.004144,20.42,27.28,136.5,1299.0,0.1396,0.5609,0.3965,0.18100000000000002,0.3792,0.1048,0
|
||||
19.17,24.8,132.4,1123.0,0.0974,0.2458,0.2065,0.1118,0.2397,0.078,0.9555,3.568,11.07,116.2,0.003139,0.08297,0.0889,0.0409,0.04484,0.01284,20.96,29.94,151.7,1332.0,0.1037,0.3903,0.3639,0.1767,0.3176,0.1023,0
|
||||
15.85,23.95,103.7,782.7,0.08401,0.1002,0.09938,0.05364,0.1847,0.05338,0.4033,1.078,2.903,36.58,0.009769,0.03126,0.05051,0.01992,0.029810000000000003,0.003002,16.84,27.66,112.0,876.5,0.1131,0.1924,0.2322,0.1119,0.2809,0.06287000000000001,0
|
||||
13.73,22.61,93.6,578.3,0.1131,0.2293,0.2128,0.08025,0.2069,0.07682,0.2121,1.169,2.061,19.21,0.006429000000000001,0.05936,0.05501,0.016280000000000003,0.01961,0.008093000000000001,15.03,32.01,108.8,697.7,0.1651,0.7725,0.6943,0.2208,0.3596,0.1431,0
|
||||
14.54,27.54,96.73,658.8,0.1139,0.1595,0.1639,0.07364,0.2303,0.07077,0.37,1.033,2.8789999999999996,32.55,0.005607,0.0424,0.04741,0.0109,0.01857,0.0054659999999999995,17.46,37.13,124.1,943.2,0.1678,0.6577,0.7026,0.1712,0.4218,0.1341,0
|
||||
14.68,20.13,94.74,684.5,0.09867000000000001,0.07200000000000001,0.07395,0.05259,0.1586,0.05922,0.4727,1.24,3.195,45.4,0.005718,0.01162,0.01998,0.011090000000000001,0.0141,0.002085,19.07,30.88,123.4,1138.0,0.1464,0.1871,0.2914,0.1609,0.3029,0.08216,0
|
||||
16.13,20.68,108.1,798.8,0.11699999999999999,0.2022,0.1722,0.1028,0.2164,0.07356,0.5692,1.073,3.8539999999999996,54.18,0.007026,0.02501,0.03188,0.012969999999999999,0.016890000000000002,0.004142,20.96,31.48,136.8,1315.0,0.1789,0.4233,0.4784,0.2073,0.3706,0.1142,0
|
||||
19.81,22.15,130.0,1260.0,0.09831000000000001,0.1027,0.1479,0.09498,0.1582,0.05395,0.7582,1.0170000000000001,5.865,112.4,0.006494,0.018930000000000002,0.03391,0.01521,0.01356,0.001997,27.32,30.88,186.8,2398.0,0.1512,0.315,0.5372,0.2388,0.2768,0.07615,0
|
||||
13.54,14.36,87.46,566.3,0.09779,0.08129,0.06663999999999999,0.047810000000000005,0.1885,0.05766,0.2699,0.7886,2.0580000000000003,23.56,0.008462,0.0146,0.02387,0.01315,0.0198,0.0023,15.11,19.26,99.7,711.2,0.14400000000000002,0.1773,0.239,0.1288,0.2977,0.07259,1
|
||||
13.08,15.71,85.63,520.0,0.1075,0.127,0.04568,0.0311,0.1967,0.06811,0.1852,0.7477,1.383,14.67,0.004097,0.01898,0.016980000000000002,0.006490000000000001,0.01678,0.002425,14.5,20.49,96.09,630.5,0.1312,0.2776,0.18899999999999997,0.07282999999999999,0.3184,0.08183,1
|
||||
9.504,12.44,60.34,273.9,0.1024,0.06492,0.029560000000000003,0.02076,0.1815,0.06905,0.2773,0.9768,1.909,15.7,0.009606,0.01432,0.01985,0.014209999999999999,0.02027,0.002968,10.23,15.66,65.13,314.9,0.1324,0.1148,0.08867,0.062270000000000006,0.245,0.07773,1
|
||||
15.34,14.26,102.5,704.4,0.1073,0.2135,0.2077,0.09756000000000001,0.2521,0.07032000000000001,0.4388,0.7096,3.384,44.91,0.006789,0.053279999999999994,0.06446,0.02252,0.036719999999999996,0.0043939999999999995,18.07,19.08,125.1,980.9,0.139,0.5954,0.6305,0.2393,0.4667,0.09946,0
|
||||
21.16,23.04,137.2,1404.0,0.09427999999999999,0.1022,0.1097,0.08632000000000001,0.1769,0.052779999999999994,0.6917,1.127,4.303,93.99,0.004728,0.01259,0.01715,0.01038,0.01083,0.001987,29.17,35.59,188.0,2615.0,0.1401,0.26,0.3155,0.2009,0.2822,0.07526000000000001,0
|
||||
16.65,21.38,110.0,904.6,0.1121,0.1457,0.1525,0.0917,0.1995,0.0633,0.8068,0.9017,5.455,102.6,0.0060479999999999996,0.01882,0.027410000000000004,0.0113,0.01468,0.002801,26.46,31.56,177.0,2215.0,0.1805,0.3578,0.4695,0.2095,0.3613,0.09564,0
|
||||
17.14,16.4,116.0,912.7,0.1186,0.2276,0.2229,0.1401,0.304,0.07413,1.046,0.976,7.276,111.4,0.008029000000000001,0.037989999999999996,0.03732,0.023969999999999998,0.02308,0.007444,22.25,21.4,152.4,1461.0,0.1545,0.3949,0.3853,0.255,0.4066,0.1059,0
|
||||
14.58,21.53,97.41,644.8,0.1054,0.1868,0.1425,0.08782999999999999,0.2252,0.06924,0.2545,0.9832,2.11,21.05,0.004452,0.03055,0.026810000000000004,0.013519999999999999,0.01454,0.003711,17.62,33.21,122.4,896.9,0.1525,0.6643,0.5539,0.2701,0.4264,0.1275,0
|
||||
18.61,20.25,122.1,1094.0,0.0944,0.1066,0.149,0.07731,0.1697,0.05699,0.8529,1.849,5.632000000000001,93.54,0.01075,0.027219999999999998,0.05081,0.01911,0.022930000000000002,0.004217,21.31,27.26,139.9,1403.0,0.1338,0.2117,0.3446,0.149,0.2341,0.07421,0
|
||||
15.3,25.27,102.4,732.4,0.1082,0.1697,0.1683,0.08751,0.1926,0.0654,0.439,1.012,3.498,43.5,0.005233,0.03057,0.03576,0.01083,0.01768,0.002967,20.27,36.71,149.3,1269.0,0.1641,0.611,0.6335,0.2024,0.4027,0.09876,0
|
||||
17.57,15.05,115.0,955.1,0.09847,0.1157,0.09875,0.07952999999999999,0.1739,0.061489999999999996,0.6003,0.8225,4.655,61.1,0.005627,0.030330000000000003,0.034069999999999996,0.01354,0.01925,0.003742,20.01,19.52,134.9,1227.0,0.1255,0.2812,0.2489,0.1456,0.2756,0.07919,0
|
||||
18.63,25.11,124.8,1088.0,0.1064,0.1887,0.2319,0.1244,0.2183,0.061970000000000004,0.8307,1.466,5.574,105.0,0.006248,0.03374,0.05196,0.01158,0.020069999999999998,0.00456,23.15,34.01,160.5,1670.0,0.1491,0.4257,0.6133,0.1848,0.3444,0.09782,0
|
||||
11.84,18.7,77.93,440.6,0.1109,0.1516,0.1218,0.051820000000000005,0.2301,0.07799,0.4825,1.03,3.475,41.0,0.0055509999999999995,0.03414,0.04205,0.010440000000000001,0.02273,0.005667,16.82,28.12,119.4,888.7,0.1637,0.5775,0.6956,0.1546,0.4761,0.1402,0
|
||||
17.02,23.98,112.8,899.3,0.1197,0.1496,0.2417,0.1203,0.2248,0.06382,0.6009,1.3980000000000001,3.9989999999999997,67.78,0.008268000000000001,0.03082,0.05042,0.01112,0.02102,0.003854,20.88,32.09,136.1,1344.0,0.1634,0.3559,0.5588,0.1847,0.353,0.08482,0
|
||||
19.27,26.47,127.9,1162.0,0.09401,0.1719,0.1657,0.07593,0.1853,0.06261,0.5558,0.6062,3.528,68.17,0.0050149999999999995,0.03318,0.03497,0.009643,0.015430000000000001,0.003896,24.15,30.9,161.4,1813.0,0.1509,0.659,0.6091,0.1785,0.3672,0.1123,0
|
||||
16.13,17.88,107.0,807.2,0.10400000000000001,0.1559,0.1354,0.07752,0.1998,0.06515,0.33399999999999996,0.6857,2.1830000000000003,35.03,0.004185,0.02868,0.026639999999999997,0.009067,0.01703,0.003817,20.21,27.26,132.7,1261.0,0.1446,0.5804,0.5274,0.1864,0.42700000000000005,0.1233,0
|
||||
16.74,21.59,110.1,869.5,0.0961,0.1336,0.1348,0.06018,0.1896,0.05656,0.4615,0.9197,3.008,45.19,0.005776,0.024990000000000002,0.03695,0.01195,0.027889999999999998,0.002665,20.01,29.02,133.5,1229.0,0.1563,0.3835,0.5409,0.1813,0.4863,0.08632999999999999,0
|
||||
14.25,21.72,93.63,633.0,0.09823,0.1098,0.1319,0.055979999999999995,0.1885,0.06125,0.28600000000000003,1.0190000000000001,2.657,24.91,0.005878,0.02995,0.04815,0.011609999999999999,0.02028,0.0040219999999999995,15.89,30.36,116.2,799.6,0.1446,0.4238,0.5186,0.1447,0.3591,0.1014,0
|
||||
13.03,18.42,82.61,523.8,0.08983,0.03766,0.02562,0.029230000000000003,0.1467,0.058629999999999995,0.1839,2.342,1.17,14.16,0.004352,0.004899000000000001,0.013430000000000001,0.011640000000000001,0.02671,0.001777,13.3,22.81,84.46,545.9,0.09701,0.046189999999999995,0.04833,0.05013,0.1987,0.061689999999999995,1
|
||||
14.99,25.2,95.54,698.8,0.09387000000000001,0.05131,0.02398,0.02899,0.1565,0.05504,1.214,2.188,8.077,106.0,0.006883,0.01094,0.01818,0.01917,0.007882,0.001754,14.99,25.2,95.54,698.8,0.09387000000000001,0.05131,0.02398,0.02899,0.1565,0.05504,0
|
||||
13.48,20.82,88.4,559.2,0.1016,0.1255,0.1063,0.05439,0.172,0.06419,0.213,0.5914,1.545,18.52,0.005367,0.02239,0.030489999999999996,0.012620000000000001,0.01377,0.003187,15.53,26.02,107.3,740.4,0.161,0.4225,0.503,0.2258,0.2807,0.1071,0
|
||||
13.44,21.58,86.18,563.0,0.08162,0.06031,0.0311,0.020309999999999998,0.1784,0.05587,0.2385,0.8265,1.5719999999999998,20.53,0.00328,0.01102,0.0139,0.006881,0.0138,0.001286,15.93,30.25,102.5,787.9,0.1094,0.2043,0.2085,0.1112,0.2994,0.07146,0
|
||||
10.95,21.35,71.9,371.1,0.1227,0.1218,0.1044,0.05669,0.1895,0.0687,0.2366,1.4280000000000002,1.8219999999999998,16.97,0.008064,0.01764,0.02595,0.01037,0.013569999999999999,0.0030399999999999997,12.84,35.34,87.22,514.0,0.1909,0.2698,0.4023,0.1424,0.2964,0.09606,0
|
||||
19.07,24.81,128.3,1104.0,0.09081,0.21899999999999997,0.2107,0.09961,0.231,0.06343,0.9811,1.666,8.83,104.9,0.006548,0.1006,0.09723,0.02638,0.053329999999999995,0.007645999999999999,24.09,33.17,177.4,1651.0,0.1247,0.7444,0.7242,0.2493,0.467,0.1038,0
|
||||
13.28,20.28,87.32,545.2,0.1041,0.1436,0.09847,0.061579999999999996,0.1974,0.06782,0.3704,0.8249,2.427,31.33,0.005072,0.02147,0.02185,0.009559999999999999,0.01719,0.003317,17.38,28.0,113.1,907.2,0.153,0.3724,0.3664,0.1492,0.3739,0.1027,0
|
||||
13.17,21.81,85.42,531.5,0.09714,0.1047,0.08259,0.052520000000000004,0.1746,0.061770000000000005,0.1938,0.6123,1.334,14.49,0.00335,0.01384,0.014519999999999998,0.006853,0.01113,0.00172,16.23,29.89,105.5,740.7,0.1503,0.3904,0.3728,0.1607,0.3693,0.09618,0
|
||||
18.65,17.6,123.7,1076.0,0.1099,0.1686,0.1974,0.1009,0.1907,0.060489999999999995,0.6289,0.6633,4.293,71.56,0.006294,0.039939999999999996,0.05554,0.01695,0.02428,0.003535,22.82,21.32,150.6,1567.0,0.1679,0.509,0.7345,0.2378,0.3799,0.09185,0
|
||||
8.196,16.84,51.71,201.9,0.086,0.05943,0.015880000000000002,0.005917,0.1769,0.06502999999999999,0.1563,0.9567,1.094,8.205,0.008968,0.01646,0.015880000000000002,0.005917,0.02574,0.002582,8.964,21.96,57.26,242.2,0.1297,0.1357,0.0688,0.025639999999999996,0.3105,0.07409,1
|
||||
13.17,18.66,85.98,534.6,0.1158,0.1231,0.1226,0.0734,0.2128,0.06777000000000001,0.2871,0.8937,1.8969999999999998,24.25,0.006532,0.02336,0.02905,0.01215,0.01743,0.003643,15.67,27.95,102.8,759.4,0.1786,0.4166,0.5006,0.2088,0.39,0.1179,0
|
||||
12.05,14.63,78.04,449.3,0.1031,0.09092,0.06592,0.027489999999999997,0.1675,0.06043,0.2636,0.7294,1.848,19.87,0.005488,0.01427,0.023219999999999998,0.00566,0.014280000000000001,0.0024219999999999997,13.76,20.7,89.88,582.6,0.1494,0.2156,0.305,0.06548,0.2747,0.08301,1
|
||||
13.49,22.3,86.91,561.0,0.08752,0.07697999999999999,0.047510000000000004,0.033839999999999995,0.1809,0.057179999999999995,0.2338,1.3530000000000002,1.735,20.2,0.004455,0.013819999999999999,0.02095,0.01184,0.01641,0.001956,15.15,31.82,99.0,698.8,0.1162,0.1711,0.2282,0.1282,0.2871,0.06917000000000001,1
|
||||
11.76,21.6,74.72,427.9,0.08637,0.04966,0.016569999999999998,0.01115,0.1495,0.058879999999999995,0.4062,1.21,2.635,28.47,0.005857,0.009758,0.01168,0.007445,0.024059999999999998,0.0017690000000000002,12.98,25.72,82.98,516.5,0.1085,0.08615,0.055229999999999994,0.03715,0.2433,0.06563,1
|
||||
13.64,16.34,87.21,571.8,0.07685,0.06059,0.01857,0.017230000000000002,0.1353,0.05952999999999999,0.1872,0.9234,1.449,14.55,0.004477,0.011770000000000001,0.010790000000000001,0.007956,0.01325,0.0025510000000000003,14.67,23.19,96.08,656.7,0.1089,0.1582,0.105,0.08586,0.2346,0.08025,1
|
||||
11.94,18.24,75.71,437.6,0.08261,0.047510000000000004,0.019719999999999998,0.01349,0.1868,0.0611,0.2273,0.6329,1.52,17.47,0.007209999999999999,0.00838,0.01311,0.008,0.01996,0.002635,13.1,21.33,83.67,527.2,0.1144,0.08906,0.09203,0.06296,0.2785,0.07408,1
|
||||
18.22,18.7,120.3,1033.0,0.1148,0.1485,0.1772,0.106,0.2092,0.0631,0.8337,1.5930000000000002,4.877,98.81,0.003899,0.02961,0.02817,0.009222,0.026739999999999996,0.0051259999999999995,20.6,24.13,135.1,1321.0,0.128,0.2297,0.2623,0.1325,0.3021,0.07987000000000001,0
|
||||
15.1,22.02,97.26,712.8,0.09056,0.07081,0.05252999999999999,0.033339999999999995,0.1616,0.056839999999999995,0.3105,0.8339,2.097,29.91,0.004675,0.0103,0.016030000000000003,0.009222,0.01095,0.001629,18.1,31.69,117.7,1030.0,0.1389,0.2057,0.2712,0.153,0.2675,0.07873,0
|
||||
11.52,18.75,73.34,409.0,0.09523999999999999,0.054729999999999994,0.03036,0.02278,0.192,0.059070000000000004,0.3249,0.9591,2.1830000000000003,23.47,0.008328,0.008722,0.01349,0.00867,0.03218,0.002386,12.84,22.47,81.81,506.2,0.1249,0.0872,0.09076000000000001,0.06316000000000001,0.3306,0.07036,1
|
||||
19.21,18.57,125.5,1152.0,0.1053,0.1267,0.1323,0.08993999999999999,0.1917,0.05961,0.7275,1.193,4.837,102.5,0.006458,0.02306,0.02945,0.015380000000000001,0.01852,0.0026079999999999996,26.14,28.14,170.1,2145.0,0.1624,0.3511,0.3879,0.2091,0.3537,0.08294,0
|
||||
14.71,21.59,95.55,656.9,0.1137,0.1365,0.1293,0.08123,0.2027,0.06758,0.4226,1.15,2.735,40.09,0.0036590000000000004,0.02855,0.02572,0.01272,0.01817,0.004108,17.87,30.7,115.7,985.5,0.1368,0.429,0.3587,0.1834,0.3698,0.1094,0
|
||||
13.05,19.31,82.61,527.2,0.0806,0.03789,0.000692,0.0041670000000000006,0.1819,0.05501,0.40399999999999997,1.214,2.595,32.96,0.007490999999999999,0.008593,0.000692,0.0041670000000000006,0.0219,0.00299,14.23,22.25,90.24,624.1,0.1021,0.06191,0.0018449999999999999,0.01111,0.2439,0.06289,1
|
||||
8.618,11.79,54.34,224.5,0.09752000000000001,0.05272,0.02061,0.0077989999999999995,0.1683,0.07187,0.1559,0.5796,1.046,8.322000000000001,0.01011,0.01055,0.019809999999999998,0.005742000000000001,0.0209,0.002788,9.507,15.4,59.9,274.9,0.1733,0.1239,0.1168,0.04419,0.322,0.09026,1
|
||||
10.17,14.88,64.55,311.9,0.1134,0.08061,0.01084,0.0129,0.2743,0.0696,0.5158,1.4409999999999998,3.312,34.62,0.007514,0.01099,0.007665000000000001,0.008193,0.04183,0.005953,11.02,17.45,69.86,368.6,0.1275,0.09866,0.02168,0.025789999999999997,0.3557,0.0802,1
|
||||
8.597999999999999,20.98,54.66,221.8,0.1243,0.08963,0.03,0.009259,0.1828,0.06757,0.3582,2.0669999999999997,2.4930000000000003,18.39,0.01193,0.03162,0.03,0.009259,0.033569999999999996,0.003048,9.565,27.04,62.06,273.9,0.1639,0.1698,0.09001,0.027780000000000003,0.2972,0.07712000000000001,1
|
||||
14.25,22.15,96.42,645.7,0.1049,0.2008,0.2135,0.08653,0.1949,0.07292,0.7036,1.268,5.372999999999999,60.78,0.009406999999999999,0.07056,0.06899,0.01848,0.017,0.006113,17.67,29.51,119.1,959.5,0.16399999999999998,0.6247,0.6922,0.1785,0.2844,0.1132,0
|
||||
9.173,13.86,59.2,260.9,0.07721,0.08751,0.059879999999999996,0.0218,0.2341,0.06963,0.4098,2.265,2.608,23.52,0.008738,0.03938,0.04312,0.0156,0.04192,0.005822,10.01,19.23,65.59,310.1,0.09836,0.1678,0.1397,0.05087,0.3282,0.0849,1
|
||||
12.68,23.84,82.69,499.0,0.1122,0.1262,0.1128,0.06873,0.1905,0.0659,0.4255,1.178,2.927,36.46,0.007781000000000001,0.02648,0.02973,0.0129,0.01635,0.0036009999999999996,17.09,33.47,111.8,888.3,0.1851,0.4061,0.4024,0.1716,0.3383,0.1031,0
|
||||
14.78,23.94,97.4,668.3,0.1172,0.1479,0.1267,0.09029,0.1953,0.06654,0.3577,1.281,2.45,35.24,0.006703,0.0231,0.02315,0.01184,0.019,0.0032240000000000003,17.31,33.39,114.6,925.1,0.1648,0.3416,0.3024,0.1614,0.3321,0.08911000000000001,0
|
||||
9.465,21.01,60.11,269.4,0.1044,0.07773,0.02172,0.015040000000000001,0.1717,0.06899,0.2351,2.011,1.66,14.2,0.01052,0.01755,0.01714,0.009333,0.02279,0.0042369999999999994,10.41,31.56,67.03,330.7,0.1548,0.1664,0.09412000000000001,0.06517,0.2878,0.09211,1
|
||||
11.31,19.04,71.8,394.1,0.08139,0.04701,0.03709,0.0223,0.1516,0.056670000000000005,0.2727,0.9429,1.831,18.15,0.009281999999999999,0.009216,0.020630000000000003,0.008965,0.021830000000000002,0.002146,12.33,23.84,78.0,466.7,0.129,0.09147999999999999,0.1444,0.06961,0.24,0.06641,1
|
||||
9.029,17.33,58.79,250.5,0.1066,0.1413,0.313,0.04375,0.2111,0.08046,0.3274,1.194,1.885,17.67,0.009549,0.08606,0.3038,0.03322,0.04197,0.009559,10.31,22.65,65.5,324.7,0.1482,0.4365,1.252,0.175,0.4228,0.1175,1
|
||||
12.78,16.49,81.37,502.5,0.09831000000000001,0.05234,0.03653,0.02864,0.159,0.05653,0.2368,0.8732,1.4709999999999999,18.33,0.007962,0.005612,0.01585,0.008662000000000001,0.02254,0.001906,13.46,19.76,85.67,554.9,0.1296,0.07061,0.1039,0.058820000000000004,0.2383,0.0641,1
|
||||
18.94,21.31,123.6,1130.0,0.09009,0.1029,0.10800000000000001,0.07951,0.1582,0.05461,0.7888,0.7975,5.486000000000001,96.05,0.004444,0.01652,0.022690000000000002,0.0137,0.013859999999999999,0.001698,24.86,26.58,165.9,1866.0,0.1193,0.2336,0.2687,0.1789,0.2551,0.06589,0
|
||||
8.888,14.64,58.79,244.0,0.09783,0.1531,0.08606,0.02872,0.1902,0.0898,0.5262,0.8522,3.168,25.44,0.01721,0.09368,0.05671,0.01766,0.02541,0.02193,9.732999999999999,15.67,62.56,284.4,0.1207,0.2436,0.1434,0.04786,0.2254,0.1084,1
|
||||
17.2,24.52,114.2,929.4,0.1071,0.183,0.1692,0.07944,0.1927,0.06487000000000001,0.5907,1.041,3.705,69.47,0.0058200000000000005,0.05616,0.04252,0.01127,0.015269999999999999,0.006299,23.32,33.82,151.6,1681.0,0.1585,0.7394,0.6566,0.1899,0.3313,0.1339,0
|
||||
13.8,15.79,90.43,584.1,0.1007,0.128,0.07789,0.05069,0.1662,0.06566,0.2787,0.6205,1.9569999999999999,23.35,0.004717,0.02065,0.01759,0.009206,0.0122,0.00313,16.57,20.86,110.3,812.4,0.1411,0.3542,0.2779,0.1383,0.2589,0.10300000000000001,0
|
||||
12.31,16.52,79.19,470.9,0.09172000000000001,0.06829,0.03372,0.022719999999999997,0.172,0.05914,0.2505,1.025,1.74,19.68,0.004854,0.01819,0.01826,0.007965,0.013859999999999999,0.002304,14.11,23.21,89.71,611.1,0.1176,0.1843,0.1703,0.0866,0.2618,0.07608999999999999,1
|
||||
16.07,19.65,104.1,817.7,0.09168,0.08424,0.09769,0.06638,0.1798,0.05391,0.7474,1.016,5.029,79.25,0.01082,0.02203,0.035,0.018090000000000002,0.0155,0.001948,19.77,24.56,128.8,1223.0,0.15,0.2045,0.2829,0.152,0.265,0.06387000000000001,0
|
||||
13.53,10.94,87.91,559.2,0.1291,0.1047,0.06877,0.06556000000000001,0.2403,0.06641,0.4101,1.014,2.6519999999999997,32.65,0.0134,0.02839,0.01162,0.008239,0.02572,0.006164,14.08,12.49,91.36,605.5,0.1451,0.1379,0.08539,0.07407000000000001,0.271,0.07191,1
|
||||
18.05,16.15,120.2,1006.0,0.1065,0.2146,0.1684,0.10800000000000001,0.2152,0.06673,0.9806,0.5505,6.311,134.8,0.007940000000000001,0.05839,0.04658,0.0207,0.025910000000000002,0.007054,22.39,18.91,150.1,1610.0,0.1478,0.5634,0.3786,0.2102,0.3751,0.1108,0
|
||||
20.18,23.97,143.7,1245.0,0.1286,0.3454,0.3754,0.1604,0.2906,0.08142,0.9317,1.885,8.649,116.4,0.01038,0.06835,0.1091,0.02593,0.07895,0.005987,23.37,31.72,170.3,1623.0,0.1639,0.6164,0.7681,0.2508,0.544,0.09963999999999999,0
|
||||
12.86,18.0,83.19,506.3,0.09934,0.09546,0.03889,0.02315,0.1718,0.05997,0.2655,1.095,1.778,20.35,0.005293,0.01661,0.02071,0.008179,0.017480000000000002,0.002848,14.24,24.82,91.88,622.1,0.1289,0.2141,0.1731,0.07926,0.2779,0.07918,1
|
||||
11.45,20.97,73.81,401.5,0.1102,0.09362000000000001,0.04591,0.022330000000000003,0.1842,0.07005,0.3251,2.174,2.077,24.62,0.01037,0.01706,0.02586,0.0075060000000000005,0.01816,0.0039759999999999995,13.11,32.16,84.53,525.1,0.1557,0.1676,0.1755,0.061270000000000005,0.2762,0.08851,1
|
||||
13.34,15.86,86.49,520.0,0.1078,0.1535,0.1169,0.06987,0.1942,0.06902,0.28600000000000003,1.016,1.535,12.96,0.006794,0.03575,0.0398,0.01383,0.02134,0.004603,15.53,23.19,96.66,614.9,0.1536,0.4791,0.4858,0.1708,0.3527,0.1016,1
|
||||
25.22,24.91,171.5,1878.0,0.1063,0.2665,0.3339,0.1845,0.1829,0.06782,0.8973,1.474,7.382000000000001,120.0,0.008166,0.056929999999999994,0.0573,0.0203,0.01065,0.005893,30.0,33.62,211.7,2562.0,0.1573,0.6076,0.6476,0.2867,0.2355,0.1051,0
|
||||
19.1,26.29,129.1,1132.0,0.1215,0.1791,0.1937,0.1469,0.1634,0.07224,0.519,2.91,5.801,67.1,0.0075450000000000005,0.0605,0.02134,0.018430000000000002,0.030560000000000004,0.01039,20.33,32.72,141.3,1298.0,0.1392,0.2817,0.2432,0.1841,0.2311,0.09203,0
|
||||
12.0,15.65,76.95,443.3,0.09723,0.07165,0.041510000000000005,0.01863,0.2079,0.05968,0.2271,1.255,1.4409999999999998,16.16,0.0059689999999999995,0.018119999999999997,0.020069999999999998,0.007026999999999999,0.019719999999999998,0.002607,13.67,24.9,87.78,567.9,0.1377,0.2003,0.2267,0.07632,0.3379,0.07923999999999999,1
|
||||
18.46,18.52,121.1,1075.0,0.09874,0.1053,0.1335,0.08795,0.2132,0.06022,0.6997,1.475,4.782,80.6,0.006470999999999999,0.01649,0.02806,0.0142,0.0237,0.0037549999999999997,22.93,27.68,152.2,1603.0,0.1398,0.2089,0.3157,0.1642,0.3695,0.08578999999999999,0
|
||||
14.48,21.46,94.25,648.2,0.09444,0.09947,0.1204,0.04938,0.2075,0.05636,0.4204,2.22,3.301,38.87,0.009369,0.029830000000000002,0.05371,0.01761,0.02418,0.003249,16.21,29.25,108.4,808.9,0.1306,0.1976,0.3349,0.1225,0.302,0.06846000000000001,0
|
||||
19.02,24.59,122.0,1076.0,0.09029,0.1206,0.1468,0.08271,0.1953,0.05629,0.5495,0.6636,3.055,57.65,0.003872,0.01842,0.0371,0.012,0.01964,0.0033369999999999997,24.56,30.41,152.9,1623.0,0.1249,0.3206,0.5755,0.1956,0.3956,0.09287999999999999,0
|
||||
12.36,21.8,79.78,466.1,0.08772,0.09445,0.06015,0.03745,0.193,0.06404,0.2978,1.5019999999999998,2.2030000000000003,20.95,0.007112,0.02493,0.027030000000000002,0.01293,0.01958,0.004463,13.83,30.5,91.46,574.7,0.1304,0.2463,0.2434,0.1205,0.2972,0.09261,1
|
||||
14.64,15.24,95.77,651.9,0.1132,0.1339,0.09966,0.07064,0.2116,0.06346,0.5115,0.7372,3.8139999999999996,42.76,0.005508,0.04412,0.044360000000000004,0.01623,0.02427,0.004841,16.34,18.24,109.4,803.6,0.1277,0.3089,0.2604,0.1397,0.3151,0.08473,1
|
||||
14.62,24.02,94.57,662.7,0.08974,0.08606,0.03102,0.02957,0.1685,0.058660000000000004,0.3721,1.111,2.279,33.76,0.004868,0.01818,0.01121,0.008606,0.02085,0.002893,16.11,29.11,102.9,803.7,0.1115,0.1766,0.09189,0.06946000000000001,0.2522,0.07246,1
|
||||
15.37,22.76,100.2,728.2,0.092,0.1036,0.1122,0.07483,0.1717,0.06097,0.3129,0.8413,2.075,29.44,0.009882,0.02444,0.04531,0.01763,0.02471,0.0021420000000000002,16.43,25.84,107.5,830.9,0.1257,0.1997,0.2846,0.1476,0.2556,0.06828,0
|
||||
13.27,14.76,84.74,551.7,0.07355,0.05055,0.03261,0.02648,0.1386,0.05318,0.4057,1.153,2.701,36.35,0.004481000000000001,0.01038,0.013580000000000002,0.01082,0.01069,0.0014349999999999999,16.36,22.35,104.5,830.6,0.1006,0.1238,0.135,0.1001,0.2027,0.062060000000000004,1
|
||||
13.45,18.3,86.6,555.1,0.1022,0.08165,0.03974,0.0278,0.1638,0.0571,0.295,1.3730000000000002,2.099,25.22,0.005884,0.01491,0.01872,0.009366,0.01884,0.0018170000000000003,15.1,25.94,97.59,699.4,0.1339,0.1751,0.1381,0.07911,0.2678,0.06602999999999999,1
|
||||
15.06,19.83,100.3,705.6,0.1039,0.1553,0.17,0.08815,0.1855,0.06284,0.4768,0.9644,3.7060000000000004,47.14,0.00925,0.03715,0.04867,0.01851,0.014980000000000002,0.00352,18.23,24.23,123.5,1025.0,0.1551,0.4203,0.5203,0.2115,0.2834,0.08234,0
|
||||
20.26,23.03,132.4,1264.0,0.09078,0.1313,0.1465,0.08682999999999999,0.2095,0.05649,0.7576,1.5090000000000001,4.553999999999999,87.87,0.006016,0.03482,0.042319999999999997,0.01269,0.02657,0.004411,24.22,31.59,156.1,1750.0,0.11900000000000001,0.3539,0.4098,0.1573,0.3689,0.08367999999999999,0
|
||||
12.18,17.84,77.79,451.1,0.1045,0.07057000000000001,0.0249,0.029410000000000002,0.19,0.06635,0.3661,1.511,2.41,24.44,0.0054329999999999995,0.01179,0.011309999999999999,0.01519,0.0222,0.003408,12.83,20.92,82.14,495.2,0.114,0.09358,0.0498,0.058820000000000004,0.2227,0.07376,1
|
||||
9.787,19.94,62.11,294.5,0.1024,0.05301,0.006829000000000001,0.007937,0.135,0.0689,0.335,2.043,2.1319999999999997,20.05,0.01113,0.01463,0.005308,0.00525,0.018009999999999998,0.005667,10.92,26.29,68.81,366.1,0.1316,0.09473,0.02049,0.023809999999999998,0.1934,0.08988,1
|
||||
11.6,12.84,74.34,412.6,0.08983,0.07525,0.041960000000000004,0.0335,0.162,0.06582,0.2315,0.5391,1.475,15.75,0.0061530000000000005,0.0133,0.01693,0.006884,0.01651,0.0025510000000000003,13.06,17.16,82.96,512.5,0.1431,0.1851,0.1922,0.08449,0.2772,0.08756,1
|
||||
14.42,19.77,94.48,642.5,0.09752000000000001,0.1141,0.09387999999999999,0.05839,0.1879,0.0639,0.2895,1.851,2.376,26.85,0.008005,0.02895,0.03321,0.014240000000000001,0.01462,0.004452,16.33,30.86,109.5,826.4,0.1431,0.3026,0.3194,0.1565,0.2718,0.09353,0
|
||||
13.61,24.98,88.05,582.7,0.09487999999999999,0.08511,0.08625,0.04489,0.1609,0.058710000000000005,0.4565,1.29,2.861,43.14,0.005872,0.01488,0.02647,0.009921,0.01465,0.002355,16.99,35.27,108.6,906.5,0.1265,0.1943,0.3169,0.1184,0.2651,0.07397000000000001,0
|
||||
6.981,13.43,43.79,143.5,0.11699999999999999,0.07568,0.0,0.0,0.193,0.07818,0.2241,1.508,1.5530000000000002,9.833,0.010190000000000001,0.01084,0.0,0.0,0.02659,0.0041,7.93,19.54,50.41,185.2,0.1584,0.1202,0.0,0.0,0.2932,0.09382,1
|
||||
12.18,20.52,77.22,458.7,0.08012999999999999,0.04038,0.02383,0.0177,0.1739,0.05677000000000001,0.1924,1.571,1.183,14.68,0.0050799999999999994,0.006097999999999999,0.01069,0.006797,0.014469999999999998,0.001532,13.34,32.84,84.58,547.8,0.1123,0.08862,0.1145,0.07431,0.2694,0.06878,1
|
||||
9.876,19.4,63.95,298.3,0.1005,0.09697,0.06154,0.030289999999999997,0.1945,0.06322,0.1803,1.222,1.528,11.77,0.009058,0.02196,0.030289999999999997,0.01112,0.01609,0.0035700000000000003,10.76,26.83,72.22,361.2,0.1559,0.2302,0.2644,0.09749,0.2622,0.0849,1
|
||||
10.49,19.29,67.41,336.1,0.09988999999999999,0.08578,0.02995,0.01201,0.2217,0.06481,0.355,1.534,2.302,23.13,0.007595,0.02219,0.0288,0.008614,0.0271,0.0034509999999999996,11.54,23.31,74.22,402.8,0.1219,0.1486,0.07987000000000001,0.03203,0.2826,0.07552,1
|
||||
13.11,15.56,87.21,530.2,0.1398,0.1765,0.2071,0.09601,0.1925,0.07692,0.3908,0.9238,2.41,34.66,0.007162000000000001,0.02912,0.054729999999999994,0.013880000000000002,0.01547,0.007098,16.31,22.4,106.4,827.2,0.1862,0.4099,0.6376,0.1986,0.3147,0.1405,0
|
||||
11.64,18.33,75.17,412.5,0.1142,0.1017,0.0707,0.03485,0.1801,0.0652,0.306,1.6569999999999998,2.155,20.62,0.00854,0.0231,0.02945,0.013980000000000001,0.01565,0.0038399999999999997,13.14,29.26,85.51,521.7,0.1688,0.266,0.2873,0.1218,0.2806,0.09097000000000001,1
|
||||
12.36,18.54,79.01,466.7,0.08477,0.06815,0.026430000000000002,0.019209999999999998,0.1602,0.060660000000000006,0.1199,0.8944,0.8484,9.227,0.003457,0.01047,0.01167,0.005558,0.01251,0.001356,13.29,27.49,85.56,544.1,0.1184,0.1963,0.1937,0.08442000000000001,0.2983,0.07185,1
|
||||
22.27,19.67,152.8,1509.0,0.1326,0.2768,0.4264,0.1823,0.2556,0.07039,1.215,1.545,10.05,170.0,0.006515000000000001,0.08668,0.10400000000000001,0.0248,0.03112,0.005037,28.4,28.01,206.8,2360.0,0.1701,0.6997,0.9608,0.29100000000000004,0.4055,0.09788999999999999,0
|
||||
11.34,21.26,72.48,396.5,0.08759,0.06575,0.051329999999999994,0.01899,0.1487,0.06529,0.2344,0.9861,1.597,16.41,0.009113,0.015569999999999999,0.02443,0.006435,0.01568,0.002477,13.01,29.15,83.99,518.1,0.1699,0.2196,0.312,0.08277999999999999,0.2829,0.08832000000000001,1
|
||||
9.777000000000001,16.99,62.5,290.2,0.1037,0.08404,0.04334,0.01778,0.1584,0.07065,0.40299999999999997,1.4240000000000002,2.747,22.87,0.01385,0.02932,0.027219999999999998,0.01023,0.03281,0.004638000000000001,11.05,21.47,71.68,367.0,0.1467,0.1765,0.13,0.05334,0.2533,0.08467999999999999,1
|
||||
12.63,20.76,82.15,480.4,0.09933,0.1209,0.1065,0.06021,0.1735,0.0707,0.3424,1.8030000000000002,2.7110000000000003,20.48,0.01291,0.04042,0.05101,0.02295,0.02144,0.0058909999999999995,13.33,25.47,89.0,527.4,0.1287,0.225,0.2216,0.1105,0.2226,0.08486,1
|
||||
14.26,19.65,97.83,629.9,0.07837000000000001,0.2233,0.3003,0.07798,0.1704,0.07769,0.3628,1.49,3.3989999999999996,29.25,0.005298,0.07446,0.1435,0.02292,0.025660000000000002,0.012980000000000002,15.3,23.73,107.0,709.0,0.08949,0.4193,0.6783,0.1505,0.2398,0.1082,1
|
||||
10.51,20.19,68.64,334.2,0.1122,0.1303,0.06476,0.030680000000000002,0.1922,0.07782,0.3336,1.86,2.041,19.91,0.01188,0.037469999999999996,0.04591,0.01544,0.022869999999999998,0.006792,11.16,22.75,72.62,374.4,0.13,0.2049,0.1295,0.061360000000000005,0.2383,0.09026,1
|
||||
8.726,15.83,55.84,230.9,0.115,0.08201,0.041319999999999996,0.01924,0.1649,0.07633,0.1665,0.5864,1.354,8.966000000000001,0.008261,0.02213,0.03259,0.0104,0.01708,0.0038060000000000004,9.628,19.62,64.48,284.4,0.1724,0.2364,0.2456,0.105,0.2926,0.1017,1
|
||||
11.93,21.53,76.53,438.6,0.09767999999999999,0.07849,0.033280000000000004,0.02008,0.1688,0.061939999999999995,0.3118,0.9227,2.0,24.79,0.007803,0.02507,0.01835,0.007711,0.01278,0.003856,13.67,26.15,87.54,583.0,0.15,0.2399,0.1503,0.07247,0.2438,0.08541,1
|
||||
8.95,15.76,58.74,245.2,0.09462000000000001,0.1243,0.09262999999999999,0.02308,0.1305,0.07163,0.3132,0.9789,3.28,16.94,0.01835,0.0676,0.09262999999999999,0.02308,0.02384,0.005601,9.414,17.07,63.34,270.0,0.1179,0.1879,0.1544,0.03846,0.1652,0.07722000000000001,1
|
||||
14.87,16.67,98.64,682.5,0.1162,0.1649,0.16899999999999998,0.08922999999999999,0.2157,0.06767999999999999,0.4266,0.9489,2.989,41.18,0.006984999999999999,0.02563,0.03011,0.012709999999999999,0.01602,0.0038840000000000003,18.81,27.37,127.1,1095.0,0.1878,0.44799999999999995,0.4704,0.2027,0.3585,0.1065,0
|
||||
15.78,22.91,105.7,782.6,0.1155,0.1752,0.2133,0.09479,0.2096,0.07331,0.552,1.072,3.5980000000000003,58.63,0.008699,0.039760000000000004,0.0595,0.0139,0.01495,0.005984000000000001,20.19,30.5,130.3,1272.0,0.1855,0.4925,0.7356,0.2034,0.3274,0.1252,0
|
||||
17.95,20.01,114.2,982.0,0.08402000000000001,0.06722,0.07293,0.05596,0.2129,0.05025,0.5506,1.214,3.3569999999999998,54.04,0.004024,0.008422,0.02291,0.009863,0.05014,0.001902,20.58,27.83,129.2,1261.0,0.1072,0.1202,0.2249,0.1185,0.4882,0.061110000000000005,0
|
||||
11.41,10.82,73.34,403.3,0.09373,0.06685,0.03512,0.02623,0.1667,0.06113,0.1408,0.4607,1.103,10.5,0.00604,0.01529,0.01514,0.00646,0.01344,0.002206,12.82,15.97,83.74,510.5,0.1548,0.239,0.2102,0.08957999999999999,0.3016,0.08523,1
|
||||
18.66,17.12,121.4,1077.0,0.1054,0.11,0.1457,0.08665,0.1966,0.06213,0.7128,1.581,4.895,90.47,0.008102,0.02101,0.03342,0.01601,0.02045,0.00457,22.25,24.9,145.4,1549.0,0.1503,0.2291,0.3272,0.1674,0.2894,0.08456,0
|
||||
24.25,20.2,166.2,1761.0,0.1447,0.2867,0.4268,0.2012,0.2655,0.06877,1.5090000000000001,3.12,9.807,233.0,0.02333,0.09806000000000001,0.1278,0.01822,0.04547,0.009875,26.02,23.99,180.9,2073.0,0.1696,0.4244,0.5803,0.2248,0.3222,0.08009,0
|
||||
14.5,10.89,94.28,640.7,0.1101,0.1099,0.08842,0.05778,0.1856,0.06402000000000001,0.2929,0.857,1.9280000000000002,24.19,0.0038179999999999998,0.012759999999999999,0.02882,0.012,0.0191,0.0028079999999999997,15.7,15.98,102.8,745.5,0.1313,0.1788,0.256,0.1221,0.2889,0.08006,1
|
||||
13.37,16.39,86.1,553.5,0.07115,0.07325,0.08092,0.027999999999999997,0.1422,0.05823,0.1639,1.14,1.2229999999999999,14.66,0.005919,0.0327,0.049569999999999996,0.01038,0.01208,0.004076,14.26,22.75,91.99,632.1,0.1025,0.2531,0.3308,0.08978,0.2048,0.07628,1
|
||||
13.85,17.21,88.44,588.7,0.08785,0.061360000000000005,0.0142,0.01141,0.1614,0.0589,0.2185,0.8561,1.495,17.91,0.004599,0.009169,0.009127,0.004814,0.01247,0.0017079999999999999,15.49,23.58,100.3,725.9,0.1157,0.135,0.08115,0.051039999999999995,0.2364,0.07182000000000001,1
|
||||
13.61,24.69,87.76,572.6,0.09258,0.07862000000000001,0.05285,0.03085,0.1761,0.0613,0.231,1.005,1.7519999999999998,19.83,0.0040880000000000005,0.01174,0.01796,0.00688,0.01323,0.001465,16.89,35.64,113.2,848.7,0.1471,0.2884,0.3796,0.1329,0.34700000000000003,0.079,0
|
||||
19.0,18.91,123.4,1138.0,0.08217,0.08027999999999999,0.09271,0.05627000000000001,0.1946,0.05044,0.6896,1.3419999999999999,5.216,81.23,0.0044280000000000005,0.02731,0.0404,0.013609999999999999,0.0203,0.002686,22.32,25.73,148.2,1538.0,0.1021,0.2264,0.3207,0.1218,0.2841,0.06541,0
|
||||
15.1,16.39,99.58,674.5,0.115,0.1807,0.1138,0.08534,0.2001,0.06467,0.4309,1.068,2.7960000000000003,39.84,0.009006,0.04185,0.03204,0.022580000000000003,0.023530000000000002,0.004984000000000001,16.11,18.33,105.9,762.6,0.1386,0.2883,0.196,0.1423,0.259,0.07779,1
|
||||
19.79,25.12,130.4,1192.0,0.1015,0.1589,0.2545,0.1149,0.2202,0.06113,0.4953,1.199,2.765,63.33,0.005033,0.03179,0.04755,0.01043,0.015780000000000002,0.0032240000000000003,22.63,33.58,148.7,1589.0,0.1275,0.3861,0.5673,0.1732,0.3305,0.08465,0
|
||||
12.19,13.29,79.08,455.8,0.1066,0.09509,0.02855,0.02882,0.188,0.06471,0.2005,0.8163,1.973,15.24,0.006773,0.02456,0.01018,0.008094,0.026619999999999998,0.004143,13.34,17.81,91.38,545.2,0.1427,0.2585,0.09915,0.08187,0.3469,0.09241,1
|
||||
15.46,19.48,101.7,748.9,0.1092,0.1223,0.1466,0.08087000000000001,0.1931,0.057960000000000005,0.4743,0.7859,3.094,48.31,0.00624,0.01484,0.028130000000000002,0.01093,0.013969999999999998,0.002461,19.26,26.0,124.9,1156.0,0.1546,0.2394,0.3791,0.1514,0.2837,0.08019,0
|
||||
16.16,21.54,106.2,809.8,0.1008,0.1284,0.1043,0.05612999999999999,0.21600000000000003,0.058910000000000004,0.4332,1.265,2.844,43.68,0.004877,0.01952,0.02219,0.009231,0.01535,0.002373,19.47,31.68,129.7,1175.0,0.1395,0.3055,0.2992,0.1312,0.348,0.07619,0
|
||||
15.71,13.93,102.0,761.7,0.09462000000000001,0.09462000000000001,0.07135,0.059329999999999994,0.1816,0.057229999999999996,0.3117,0.8155,1.972,27.94,0.005217,0.01515,0.01678,0.01268,0.01669,0.00233,17.5,19.25,114.3,922.8,0.1223,0.1949,0.1709,0.1374,0.2723,0.07071000000000001,1
|
||||
18.45,21.91,120.2,1075.0,0.0943,0.09709,0.1153,0.06847,0.1692,0.05727,0.5959,1.202,3.766,68.35,0.006000999999999999,0.014219999999999998,0.02855,0.009148,0.01492,0.002205,22.52,31.39,145.6,1590.0,0.1465,0.2275,0.3965,0.1379,0.3109,0.0761,0
|
||||
12.77,22.47,81.72,506.3,0.09055,0.05761,0.04711,0.027039999999999998,0.1585,0.06065,0.2367,1.38,1.4569999999999999,19.87,0.007499,0.01202,0.02332,0.00892,0.01647,0.002629,14.49,33.37,92.04,653.6,0.1419,0.1523,0.2177,0.09331,0.2829,0.08067,0
|
||||
11.71,16.67,74.72,423.6,0.1051,0.06095,0.03592,0.026000000000000002,0.1339,0.05945,0.4489,2.508,3.258,34.37,0.0065780000000000005,0.0138,0.026619999999999998,0.013069999999999998,0.013590000000000001,0.0037070000000000002,13.33,25.48,86.16,546.7,0.1271,0.1028,0.1046,0.06967999999999999,0.1712,0.07343,1
|
||||
11.43,15.39,73.06,399.8,0.09639,0.06888999999999999,0.03503,0.02875,0.1734,0.05865,0.1759,0.9938,1.143,12.67,0.0051329999999999995,0.01521,0.01434,0.008602,0.015009999999999999,0.001588,12.32,22.02,79.93,462.0,0.11900000000000001,0.1648,0.1399,0.08476,0.2676,0.06765,1
|
||||
14.95,17.57,96.85,678.1,0.1167,0.1305,0.1539,0.08624,0.1957,0.06216,1.296,1.452,8.419,101.9,0.01,0.0348,0.06577000000000001,0.028010000000000004,0.05168,0.0028870000000000002,18.55,21.43,121.4,971.4,0.1411,0.2164,0.3355,0.1667,0.3414,0.07147,0
|
||||
11.28,13.39,73.0,384.8,0.1164,0.1136,0.04635,0.04796,0.1771,0.06072,0.3384,1.3430000000000002,1.851,26.33,0.01127,0.034980000000000004,0.02187,0.01965,0.0158,0.003442,11.92,15.77,76.53,434.0,0.1367,0.1822,0.08669,0.08611,0.2102,0.06784,1
|
||||
9.738,11.97,61.24,288.5,0.0925,0.04102,0.0,0.0,0.1903,0.06422,0.1988,0.496,1.218,12.26,0.00604,0.0056560000000000004,0.0,0.0,0.02277,0.00322,10.62,14.1,66.53,342.9,0.1234,0.07203999999999999,0.0,0.0,0.3105,0.08151,1
|
||||
16.11,18.05,105.1,813.0,0.09721,0.1137,0.09447,0.05943,0.1861,0.062479999999999994,0.7049,1.3319999999999999,4.533,74.08,0.00677,0.01938,0.03067,0.01167,0.01875,0.0034340000000000004,19.92,25.27,129.0,1233.0,0.1314,0.2236,0.2802,0.1216,0.2792,0.08158,0
|
||||
11.43,17.31,73.66,398.0,0.1092,0.09486,0.020309999999999998,0.018609999999999998,0.1645,0.06562,0.2843,1.9080000000000001,1.9369999999999998,21.38,0.006664,0.01735,0.01158,0.00952,0.02282,0.0035259999999999996,12.78,26.76,82.66,503.0,0.1413,0.1792,0.07708,0.06402000000000001,0.2584,0.08096,1
|
||||
12.9,15.92,83.74,512.2,0.08677,0.09509,0.04894,0.03088,0.1778,0.06235,0.2143,0.7712,1.689,16.64,0.005324000000000001,0.01563,0.0151,0.0075840000000000005,0.02104,0.001887,14.48,21.82,97.17,643.8,0.1312,0.2548,0.209,0.1012,0.3549,0.08118,1
|
||||
10.75,14.97,68.26,355.3,0.07793,0.05139,0.02251,0.007875,0.1399,0.05687999999999999,0.2525,1.239,1.806,17.74,0.006547,0.01781,0.02018,0.005612,0.01671,0.00236,11.95,20.72,77.79,441.2,0.1076,0.1223,0.09755,0.03413,0.23,0.06769,1
|
||||
11.9,14.65,78.11,432.8,0.1152,0.1296,0.0371,0.03003,0.1995,0.07839,0.3962,0.6538,3.0210000000000004,25.03,0.01017,0.04741,0.027889999999999998,0.0111,0.03127,0.009423,13.15,16.51,86.26,509.6,0.1424,0.2517,0.0942,0.06042,0.2727,0.1036,1
|
||||
11.8,16.58,78.99,432.0,0.1091,0.17,0.1659,0.07415,0.2678,0.07371,0.3197,1.426,2.281,24.72,0.005427,0.03633,0.04649,0.018430000000000002,0.05628,0.004635,13.74,26.38,91.93,591.7,0.1385,0.4092,0.4504,0.1865,0.5774,0.10300000000000001,0
|
||||
14.95,18.77,97.84,689.5,0.08138,0.1167,0.0905,0.03562,0.1744,0.06493,0.42200000000000004,1.909,3.2710000000000004,39.43,0.00579,0.04877,0.053029999999999994,0.015269999999999999,0.03356,0.009368000000000001,16.25,25.47,107.1,809.7,0.0997,0.2521,0.25,0.08405,0.2852,0.09218,1
|
||||
14.44,15.18,93.97,640.1,0.0997,0.1021,0.08487,0.05532,0.1724,0.06081,0.2406,0.7394,2.12,21.2,0.005706,0.022969999999999997,0.031139999999999998,0.01493,0.01454,0.0025280000000000003,15.85,19.85,108.6,766.9,0.1316,0.2735,0.3103,0.1599,0.2691,0.07683,1
|
||||
13.74,17.91,88.12,585.0,0.07944,0.06376,0.028810000000000002,0.01329,0.1473,0.0558,0.25,0.7574,1.5730000000000002,21.47,0.002838,0.01592,0.0178,0.005828,0.01329,0.0019760000000000003,15.34,22.46,97.19,725.9,0.09711,0.1824,0.1564,0.06019,0.235,0.07014,1
|
||||
13.0,20.78,83.51,519.4,0.1135,0.07589,0.03136,0.02645,0.254,0.06087000000000001,0.4202,1.3219999999999998,2.873,34.78,0.007017,0.01142,0.01949,0.01153,0.02951,0.001533,14.16,24.11,90.82,616.7,0.1297,0.1105,0.08112,0.06296,0.3196,0.06435,1
|
||||
8.219,20.7,53.27,203.9,0.09405,0.1305,0.1321,0.02168,0.2222,0.08261,0.1935,1.962,1.2429999999999999,10.21,0.01243,0.05416,0.07753,0.01022,0.02309,0.01178,9.092,29.72,58.08,249.8,0.163,0.431,0.5381,0.07879,0.3322,0.1486,1
|
||||
9.731,15.34,63.78,300.2,0.1072,0.1599,0.4108,0.07857,0.2548,0.09296,0.8245,2.6639999999999997,4.073,49.85,0.01097,0.09586,0.396,0.05279,0.035460000000000005,0.02984,11.02,19.49,71.04,380.5,0.1292,0.2772,0.8216,0.1571,0.3108,0.1259,1
|
||||
11.15,13.08,70.87,381.9,0.09754,0.05113,0.019819999999999997,0.01786,0.183,0.06105,0.2251,0.7815,1.429,15.48,0.009019,0.008985,0.01196,0.008232,0.023880000000000002,0.0016190000000000002,11.99,16.3,76.25,440.8,0.1341,0.08971,0.07116,0.055060000000000005,0.2859,0.06772,1
|
||||
13.15,15.34,85.31,538.9,0.09383999999999999,0.08498,0.09293,0.03483,0.1822,0.06207000000000001,0.271,0.7927,1.819,22.79,0.008584,0.02017,0.03047,0.009536,0.02769,0.003479,14.77,20.5,97.67,677.3,0.1478,0.2256,0.3009,0.09722,0.3849,0.08632999999999999,1
|
||||
12.25,17.94,78.27,460.3,0.08653999999999999,0.06679,0.03885,0.02331,0.19699999999999998,0.062279999999999995,0.22,0.9823,1.484,16.51,0.005518,0.015619999999999998,0.01994,0.007923999999999999,0.01799,0.002484,13.59,25.22,86.6,564.2,0.1217,0.1788,0.1943,0.08211,0.3113,0.08132,1
|
||||
17.68,20.74,117.4,963.7,0.1115,0.1665,0.1855,0.1054,0.1971,0.06166,0.8113,1.4,5.54,93.91,0.009037,0.04954,0.05206,0.01841,0.01778,0.004968,20.47,25.11,132.9,1302.0,0.1418,0.3498,0.3583,0.1515,0.2463,0.07737999999999999,0
|
||||
16.84,19.46,108.4,880.2,0.07445,0.07222999999999999,0.0515,0.027710000000000002,0.1844,0.05268,0.4789,2.06,3.4789999999999996,46.61,0.003443,0.02661,0.030560000000000004,0.0111,0.0152,0.001519,18.22,28.07,120.3,1032.0,0.08774,0.171,0.1882,0.08436,0.2527,0.05972,1
|
||||
12.06,12.74,76.84,448.6,0.09311,0.052410000000000005,0.019719999999999998,0.01963,0.159,0.059070000000000004,0.1822,0.7285,1.171,13.25,0.005528,0.009789,0.008342,0.006273,0.01465,0.00253,13.14,18.41,84.08,532.8,0.1275,0.1232,0.08636,0.07025,0.2514,0.07898,1
|
||||
10.9,12.96,68.69,366.8,0.07515,0.03718,0.00309,0.006587999999999999,0.1442,0.057429999999999995,0.2818,0.7614,1.808,18.54,0.006142,0.0061340000000000006,0.001835,0.0035759999999999998,0.01637,0.002665,12.36,18.2,78.07,470.0,0.1171,0.08294,0.01854,0.03953,0.2738,0.07685,1
|
||||
11.75,20.18,76.1,419.8,0.1089,0.1141,0.06842999999999999,0.037380000000000004,0.1993,0.06452999999999999,0.5018,1.693,3.926,38.34,0.009433,0.02405,0.04167,0.01152,0.03397,0.0050609999999999995,13.32,26.21,88.91,543.9,0.1358,0.1892,0.1956,0.07909,0.3168,0.07987000000000001,1
|
||||
19.19,15.94,126.3,1157.0,0.08694,0.1185,0.1193,0.09667,0.1741,0.05176,1.0,0.6336,6.971,119.3,0.009406,0.03055,0.04344,0.027939999999999996,0.031560000000000005,0.0033619999999999995,22.03,17.81,146.6,1495.0,0.1124,0.2016,0.2264,0.1777,0.2443,0.06251,0
|
||||
19.59,18.15,130.7,1214.0,0.11199999999999999,0.1666,0.2508,0.1286,0.2027,0.060820000000000006,0.7364,1.048,4.792,97.07,0.004057,0.02277,0.04029,0.013030000000000002,0.01686,0.0033179999999999998,26.73,26.39,174.9,2232.0,0.1438,0.3846,0.6809999999999999,0.2247,0.3643,0.09222999999999999,0
|
||||
12.34,22.22,79.85,464.5,0.1012,0.1015,0.0537,0.02822,0.1551,0.06761,0.2949,1.656,1.955,21.55,0.011340000000000001,0.03175,0.03125,0.01135,0.01879,0.0053479999999999995,13.58,28.68,87.36,553.0,0.1452,0.2338,0.1688,0.08194,0.2268,0.09082,1
|
||||
23.27,22.04,152.1,1686.0,0.08438999999999999,0.1145,0.1324,0.09702000000000001,0.1801,0.055529999999999996,0.6642,0.8561,4.603,97.85,0.00491,0.02544,0.02822,0.01623,0.01956,0.00374,28.01,28.22,184.2,2403.0,0.1228,0.3583,0.3948,0.2346,0.3589,0.09187000000000001,0
|
||||
14.97,19.76,95.5,690.2,0.08421000000000001,0.053520000000000005,0.019469999999999998,0.01939,0.1515,0.052660000000000005,0.184,1.065,1.286,16.64,0.0036340000000000005,0.007983,0.008268000000000001,0.006431999999999999,0.01924,0.0015199999999999999,15.98,25.82,102.3,782.1,0.1045,0.09995,0.0775,0.05754,0.2646,0.06085,1
|
||||
10.8,9.71,68.77,357.6,0.09594,0.05736,0.02531,0.016980000000000002,0.1381,0.064,0.1728,0.4064,1.126,11.48,0.007809,0.009816,0.01099,0.005344,0.01254,0.00212,11.6,12.02,73.66,414.0,0.1436,0.1257,0.1047,0.04603,0.209,0.07699,1
|
||||
16.78,18.8,109.3,886.3,0.08865,0.09182,0.08422,0.06576,0.1893,0.05534,0.599,1.391,4.129,67.34,0.006123,0.0247,0.026260000000000002,0.016040000000000002,0.020909999999999998,0.003493,20.05,26.3,130.7,1260.0,0.1168,0.2119,0.2318,0.1474,0.281,0.07228,0
|
||||
17.47,24.68,116.1,984.6,0.1049,0.1603,0.2159,0.1043,0.1538,0.06365,1.088,1.41,7.337000000000001,122.3,0.006174,0.03634,0.046439999999999995,0.01569,0.01145,0.00512,23.14,32.33,155.3,1660.0,0.1376,0.38299999999999995,0.489,0.1721,0.21600000000000003,0.09300000000000001,0
|
||||
14.97,16.95,96.22,685.9,0.09855,0.07885,0.026019999999999998,0.03781,0.17800000000000002,0.0565,0.2713,1.217,1.893,24.28,0.0050799999999999994,0.0137,0.007276,0.009073000000000001,0.0135,0.0017059999999999998,16.11,23.0,104.6,793.7,0.1216,0.1637,0.06648,0.08485,0.2404,0.06427999999999999,1
|
||||
12.32,12.39,78.85,464.1,0.1028,0.06981,0.039869999999999996,0.037000000000000005,0.1959,0.05955,0.23600000000000002,0.6656,1.67,17.43,0.008045,0.0118,0.01683,0.01241,0.01924,0.002248,13.5,15.64,86.97,549.1,0.1385,0.1266,0.1242,0.09391000000000001,0.2827,0.06771,1
|
||||
13.43,19.63,85.84,565.4,0.09047999999999999,0.06287999999999999,0.05857999999999999,0.03438,0.1598,0.05671,0.4697,1.147,3.142,43.4,0.0060030000000000005,0.01063,0.021509999999999998,0.009443,0.0152,0.0018679999999999999,17.98,29.87,116.6,993.6,0.1401,0.1546,0.2644,0.11599999999999999,0.2884,0.07371,0
|
||||
15.46,11.89,102.5,736.9,0.1257,0.1555,0.2032,0.1097,0.1966,0.07069,0.4209,0.6583,2.805,44.64,0.005393,0.023209999999999998,0.04303,0.0132,0.01792,0.004168,18.79,17.04,125.0,1102.0,0.1531,0.3583,0.583,0.1827,0.3216,0.10099999999999999,0
|
||||
11.08,14.71,70.21,372.7,0.1006,0.057429999999999995,0.02363,0.025830000000000002,0.1566,0.06669,0.2073,1.805,1.3769999999999998,19.08,0.01496,0.02121,0.014530000000000001,0.01583,0.03082,0.004785,11.35,16.82,72.01,396.5,0.1216,0.0824,0.03938,0.04306,0.1902,0.07313,1
|
||||
10.66,15.15,67.49,349.6,0.08792,0.043019999999999996,0.0,0.0,0.1928,0.05975,0.3309,1.925,2.155,21.98,0.008713,0.01017,0.0,0.0,0.03265,0.0010019999999999999,11.54,19.2,73.2,408.3,0.1076,0.06791,0.0,0.0,0.271,0.06164,1
|
||||
8.671,14.45,54.42,227.2,0.09137999999999999,0.04276,0.0,0.0,0.1722,0.06724,0.2204,0.7873,1.435,11.36,0.009172,0.008006999999999998,0.0,0.0,0.027110000000000002,0.003399,9.262,17.04,58.36,259.2,0.1162,0.07057000000000001,0.0,0.0,0.2592,0.07848,1
|
||||
9.904,18.06,64.6,302.4,0.09698999999999999,0.1294,0.1307,0.037160000000000006,0.1669,0.08116,0.4311,2.261,3.1319999999999997,27.48,0.01286,0.08807999999999999,0.1197,0.0246,0.0388,0.01792,11.26,24.39,73.07,390.2,0.1301,0.295,0.3486,0.0991,0.2614,0.1162,1
|
||||
16.46,20.11,109.3,832.9,0.09831000000000001,0.1556,0.1793,0.08866,0.1794,0.06323,0.3037,1.284,2.4819999999999998,31.59,0.006626999999999999,0.04094,0.05371,0.01813,0.016819999999999998,0.004584,17.79,28.45,123.5,981.2,0.1415,0.4667,0.5862,0.2035,0.3054,0.09519,0
|
||||
13.01,22.22,82.01,526.4,0.06251,0.01938,0.0015949999999999998,0.001852,0.1395,0.05234,0.1731,1.1420000000000001,1.101,14.34,0.003418,0.002252,0.0015949999999999998,0.001852,0.016130000000000002,0.0009683,14.0,29.02,88.18,608.8,0.08125,0.034319999999999996,0.007977,0.009259,0.2295,0.058429999999999996,1
|
||||
12.81,13.06,81.29,508.8,0.08739,0.037739999999999996,0.009193000000000002,0.0133,0.1466,0.061329999999999996,0.2889,0.9899,1.778,21.79,0.008534,0.006364,0.00618,0.007408,0.01065,0.003351,13.63,16.15,86.7,570.7,0.1162,0.05445,0.02758,0.0399,0.1783,0.07318999999999999,1
|
||||
27.22,21.87,182.1,2250.0,0.1094,0.1914,0.2871,0.1878,0.18,0.0577,0.8361,1.4809999999999999,5.82,128.7,0.004631000000000001,0.02537,0.031089999999999996,0.01241,0.01575,0.002747,33.12,32.85,220.8,3216.0,0.1472,0.4034,0.534,0.2688,0.2856,0.08082,0
|
||||
21.09,26.57,142.7,1311.0,0.1141,0.2832,0.2487,0.1496,0.2395,0.07397999999999999,0.6298,0.7629,4.414,81.46,0.004253,0.04759,0.03872,0.01567,0.01798,0.005295,26.68,33.48,176.5,2089.0,0.1491,0.7584,0.6779999999999999,0.2903,0.4098,0.1284,0
|
||||
15.7,20.31,101.2,766.6,0.09597,0.08799,0.06592999999999999,0.05189,0.1618,0.05549,0.3699,1.15,2.406,40.98,0.004626,0.02263,0.019540000000000002,0.009767,0.01547,0.00243,20.11,32.82,129.3,1269.0,0.1414,0.3547,0.2902,0.1541,0.3437,0.08631,0
|
||||
11.41,14.92,73.53,402.0,0.09059,0.08155,0.061810000000000004,0.02361,0.1167,0.06217,0.3344,1.1079999999999999,1.902,22.77,0.0073560000000000006,0.03728,0.05915,0.01712,0.02165,0.004784,12.37,17.7,79.12,467.2,0.1121,0.161,0.1648,0.06296,0.1811,0.07427,1
|
||||
15.28,22.41,98.92,710.6,0.09057,0.1052,0.05375,0.03263,0.1727,0.06317,0.2054,0.4956,1.344,19.53,0.00329,0.01395,0.017740000000000002,0.0060090000000000005,0.01172,0.002575,17.8,28.03,113.8,973.1,0.1301,0.3299,0.363,0.1226,0.3175,0.09772,0
|
||||
10.08,15.11,63.76,317.5,0.09267,0.04695,0.0015970000000000001,0.002404,0.1703,0.06047999999999999,0.4245,1.268,2.68,26.43,0.01439,0.012,0.0015970000000000001,0.002404,0.02538,0.0034700000000000004,11.87,21.18,75.39,437.0,0.1521,0.1019,0.00692,0.01042,0.2933,0.07697000000000001,1
|
||||
18.31,18.58,118.6,1041.0,0.08588,0.08467999999999999,0.08169,0.05814,0.1621,0.05425,0.2577,0.4757,1.817,28.92,0.002866,0.009181,0.014119999999999999,0.006719,0.01069,0.0010869999999999999,21.31,26.36,139.2,1410.0,0.1234,0.2445,0.3538,0.1571,0.3206,0.06938,0
|
||||
11.71,17.19,74.68,420.3,0.09774,0.06141,0.03809,0.032389999999999995,0.1516,0.06095,0.2451,0.7655,1.742,17.86,0.006905,0.008704,0.019780000000000002,0.01185,0.018969999999999997,0.0016710000000000002,13.01,21.39,84.42,521.5,0.1323,0.10400000000000001,0.1521,0.1099,0.2572,0.07097,1
|
||||
11.81,17.39,75.27,428.9,0.1007,0.05562,0.023530000000000002,0.01553,0.1718,0.0578,0.1859,1.926,1.011,14.47,0.007831,0.008776,0.01556,0.00624,0.031389999999999994,0.0019879999999999997,12.57,26.48,79.57,489.5,0.1356,0.1,0.08803,0.04306,0.32,0.06576,1
|
||||
12.3,15.9,78.83,463.7,0.0808,0.07253,0.038439999999999995,0.01654,0.1667,0.05474,0.2382,0.8355,1.6869999999999998,18.32,0.0059960000000000005,0.022119999999999997,0.021169999999999998,0.0064329999999999995,0.02025,0.001725,13.35,19.59,86.65,546.7,0.1096,0.165,0.1423,0.04815,0.2482,0.06306,1
|
||||
14.22,23.12,94.37,609.9,0.1075,0.2413,0.1981,0.06617999999999999,0.2384,0.07542,0.28600000000000003,2.11,2.112,31.72,0.00797,0.1354,0.1166,0.016659999999999998,0.05113,0.01172,15.74,37.18,106.4,762.4,0.1533,0.9327,0.8488,0.1772,0.5166,0.1446,0
|
||||
12.77,21.41,82.02,507.4,0.08749,0.06601,0.03112,0.02864,0.1694,0.06287000000000001,0.7311,1.7480000000000002,5.118,53.65,0.004571,0.0179,0.021759999999999998,0.01757,0.03373,0.005875,13.75,23.5,89.04,579.5,0.09387999999999999,0.08978,0.05186,0.04773,0.2179,0.06871000000000001,1
|
||||
9.72,18.22,60.73,288.1,0.0695,0.02344,0.0,0.0,0.1653,0.06447,0.3539,4.885,2.23,21.69,0.001713,0.006736,0.0,0.0,0.037989999999999996,0.0016879999999999998,9.968,20.83,62.25,303.8,0.07117000000000001,0.02729,0.0,0.0,0.1909,0.06559,1
|
||||
12.34,26.86,81.15,477.4,0.1034,0.1353,0.1085,0.04562,0.1943,0.06937,0.4053,1.8090000000000002,2.642,34.44,0.009098,0.03845,0.037630000000000004,0.01321,0.01878,0.005672,15.65,39.34,101.7,768.9,0.1785,0.4706,0.4425,0.1459,0.3215,0.1205,0
|
||||
14.86,23.21,100.4,671.4,0.1044,0.198,0.1697,0.08878,0.1737,0.06672,0.2796,0.9622,3.591,25.2,0.008081,0.05122,0.055510000000000004,0.01883,0.02545,0.004312,16.08,27.78,118.6,784.7,0.1316,0.4648,0.4589,0.1727,0.3,0.08701,0
|
||||
12.91,16.33,82.53,516.4,0.07941000000000001,0.05366,0.03873,0.02377,0.1829,0.056670000000000005,0.1942,0.9086,1.493,15.75,0.005298,0.01587,0.023209999999999998,0.00842,0.01853,0.002152,13.88,22.0,90.81,600.6,0.1097,0.1506,0.1764,0.08235,0.3024,0.06949,1
|
||||
13.77,22.29,90.63,588.9,0.12,0.1267,0.1385,0.06526,0.1834,0.06877,0.6191,2.112,4.906000000000001,49.7,0.0138,0.03348,0.04665,0.0206,0.026889999999999997,0.004306,16.39,34.01,111.6,806.9,0.1737,0.3122,0.3809,0.1673,0.308,0.09333,0
|
||||
18.08,21.84,117.4,1024.0,0.07371,0.08642000000000001,0.1103,0.05778,0.177,0.0534,0.6362,1.305,4.312,76.36,0.005529999999999999,0.05296,0.0611,0.01444,0.0214,0.005036,19.76,24.7,129.1,1228.0,0.08822,0.1963,0.2535,0.09181,0.2369,0.06558,0
|
||||
19.18,22.49,127.5,1148.0,0.08523,0.1428,0.1114,0.06772,0.1767,0.05529,0.4357,1.073,3.833,54.22,0.005524,0.03698,0.02706,0.012209999999999999,0.01415,0.003397,23.36,32.06,166.4,1688.0,0.1322,0.5601,0.3865,0.1708,0.3193,0.09221,0
|
||||
14.45,20.22,94.49,642.7,0.09872,0.1206,0.11800000000000001,0.0598,0.195,0.06466000000000001,0.2092,0.6509,1.446,19.42,0.004044,0.015969999999999998,0.02,0.0073030000000000005,0.01522,0.0019760000000000003,18.33,30.12,117.9,1044.0,0.1552,0.4056,0.4967,0.1838,0.4753,0.1013,0
|
||||
12.23,19.56,78.54,461.0,0.09586,0.08087000000000001,0.04187,0.041069999999999995,0.1979,0.060129999999999996,0.3534,1.3259999999999998,2.3080000000000003,27.24,0.007514,0.01779,0.01401,0.0114,0.015030000000000002,0.0033380000000000003,14.44,28.36,92.15,638.4,0.1429,0.2042,0.1377,0.10800000000000001,0.2668,0.08174,1
|
||||
17.54,19.32,115.1,951.6,0.08968,0.1198,0.1036,0.07488,0.1506,0.05491,0.3971,0.8282,3.088,40.73,0.00609,0.025689999999999998,0.02713,0.01345,0.01594,0.0026579999999999998,20.42,25.84,139.5,1239.0,0.1381,0.342,0.3508,0.1939,0.2928,0.07867,0
|
||||
23.29,26.67,158.9,1685.0,0.1141,0.2084,0.3523,0.162,0.22,0.06229,0.5539,1.56,4.667,83.16,0.009327,0.051210000000000006,0.08957999999999999,0.02465,0.02175,0.005195,25.12,32.68,177.0,1986.0,0.1536,0.4167,0.7892,0.2733,0.3198,0.08762,0
|
||||
13.81,23.75,91.56,597.8,0.1323,0.1768,0.1558,0.09176000000000001,0.2251,0.07421,0.5648,1.93,3.909,52.72,0.008824,0.03108,0.03112,0.01291,0.01998,0.0045060000000000005,19.2,41.85,128.5,1153.0,0.2226,0.5209,0.4646,0.2013,0.4432,0.1086,0
|
||||
12.47,18.6,81.09,481.9,0.09965,0.1058,0.08005,0.03821,0.1925,0.06373,0.3961,1.044,2.497,30.29,0.006953,0.01911,0.027010000000000003,0.01037,0.01782,0.0035859999999999998,14.97,24.64,96.05,677.9,0.1426,0.2378,0.2671,0.1015,0.3014,0.0875,1
|
||||
15.12,16.68,98.78,716.6,0.08876,0.09587999999999999,0.0755,0.04079,0.1594,0.059860000000000003,0.2711,0.3621,1.974,26.44,0.005472,0.019190000000000002,0.020390000000000002,0.00826,0.01523,0.002881,17.77,20.24,117.7,989.5,0.1491,0.3331,0.3327,0.1252,0.3415,0.0974,0
|
||||
9.876,17.27,62.92,295.4,0.1089,0.07232000000000001,0.01756,0.01952,0.1934,0.06285,0.2137,1.3419999999999999,1.517,12.33,0.009719,0.012490000000000001,0.007975,0.007527,0.0221,0.002472,10.42,23.22,67.08,331.6,0.1415,0.1247,0.06213,0.05587999999999999,0.2989,0.0738,1
|
||||
17.01,20.26,109.7,904.3,0.08772,0.07304,0.0695,0.0539,0.2026,0.05223,0.5858,0.8554,4.106,68.46,0.005038,0.015030000000000002,0.019459999999999998,0.01123,0.022940000000000002,0.002581,19.8,25.05,130.0,1210.0,0.1111,0.1486,0.1932,0.1096,0.3275,0.06469,0
|
||||
13.11,22.54,87.02,529.4,0.1002,0.1483,0.08705,0.051019999999999996,0.185,0.0731,0.1931,0.9223,1.4909999999999999,15.09,0.005251,0.030410000000000003,0.025259999999999998,0.008304,0.02514,0.0041979999999999995,14.55,29.16,99.48,639.3,0.1349,0.4402,0.3162,0.1126,0.4128,0.1076,1
|
||||
15.27,12.91,98.17,725.5,0.08182,0.0623,0.05892000000000001,0.03157,0.1359,0.055260000000000004,0.2134,0.3628,1.525,20.0,0.004291,0.01236,0.01841,0.007373,0.009539,0.001656,17.38,15.92,113.7,932.7,0.1222,0.2186,0.2962,0.1035,0.23199999999999998,0.07474,1
|
||||
20.58,22.14,134.7,1290.0,0.0909,0.1348,0.16399999999999998,0.09561,0.1765,0.05024,0.8601,1.48,7.029,111.7,0.008124,0.03611,0.054889999999999994,0.02765,0.031760000000000004,0.002365,23.24,27.84,158.3,1656.0,0.1178,0.292,0.3861,0.192,0.2909,0.05865,0
|
||||
11.84,18.94,75.51,428.0,0.08871,0.069,0.02669,0.013930000000000001,0.1533,0.060570000000000006,0.2222,0.8652,1.444,17.12,0.005517,0.017269999999999997,0.02045,0.0067469999999999995,0.01616,0.0029219999999999997,13.3,24.99,85.22,546.3,0.128,0.188,0.1471,0.06913,0.2535,0.07993,1
|
||||
28.11,18.47,188.5,2499.0,0.1142,0.1516,0.3201,0.1595,0.1648,0.05525,2.873,1.476,21.98,525.6,0.01345,0.027719999999999998,0.06389,0.01407,0.047830000000000004,0.004476,28.11,18.47,188.5,2499.0,0.1142,0.1516,0.3201,0.1595,0.1648,0.05525,0
|
||||
17.42,25.56,114.5,948.0,0.1006,0.1146,0.1682,0.06597,0.1308,0.058660000000000004,0.5296,1.6669999999999998,3.767,58.53,0.03113,0.08555,0.1438,0.03927,0.02175,0.01256,18.07,28.07,120.4,1021.0,0.1243,0.1793,0.2803,0.1099,0.1603,0.06817999999999999,0
|
||||
14.19,23.81,92.87,610.7,0.09462999999999999,0.1306,0.1115,0.06462000000000001,0.2235,0.06433,0.4207,1.845,3.534,31.0,0.010879999999999999,0.0371,0.03688,0.01627,0.044989999999999995,0.004768,16.86,34.85,115.0,811.3,0.1559,0.4059,0.3744,0.1772,0.4724,0.1026,0
|
||||
13.86,16.93,90.96,578.9,0.1026,0.1517,0.09901,0.05602000000000001,0.2106,0.06916,0.2563,1.194,1.933,22.69,0.00596,0.03438,0.03909,0.01435,0.01939,0.00456,15.75,26.93,104.4,750.1,0.146,0.43700000000000006,0.4636,0.1654,0.363,0.1059,0
|
||||
11.89,18.35,77.32,432.2,0.09362999999999999,0.1154,0.06636,0.03142,0.1967,0.06314,0.2963,1.5630000000000002,2.0869999999999997,21.46,0.008872,0.04192,0.05946,0.01785,0.02793,0.004775,13.25,27.1,86.2,531.2,0.1405,0.3046,0.2806,0.1138,0.3397,0.08365,1
|
||||
10.2,17.48,65.05,321.2,0.08054,0.059070000000000004,0.05774,0.010709999999999999,0.1964,0.06315,0.3567,1.922,2.747,22.79,0.00468,0.0312,0.05774,0.010709999999999999,0.0256,0.004613,11.48,24.47,75.4,403.7,0.09527000000000001,0.1397,0.1925,0.035710000000000006,0.2868,0.07808999999999999,1
|
||||
19.8,21.56,129.7,1230.0,0.09383,0.1306,0.1272,0.08691,0.2094,0.055810000000000005,0.9553,1.186,6.487,124.4,0.006804000000000001,0.031689999999999996,0.034460000000000005,0.01712,0.018969999999999997,0.004045,25.73,28.64,170.3,2009.0,0.1353,0.3235,0.3617,0.182,0.307,0.08255,0
|
||||
19.53,32.47,128.0,1223.0,0.0842,0.113,0.1145,0.06637,0.1428,0.05313,0.7392,1.321,4.7219999999999995,109.9,0.005539,0.026439999999999998,0.026639999999999997,0.01078,0.013319999999999999,0.0022559999999999998,27.9,45.41,180.2,2477.0,0.1408,0.4097,0.3995,0.1625,0.2713,0.07568,0
|
||||
13.65,13.16,87.88,568.9,0.09646,0.08711,0.03888,0.02563,0.136,0.06344,0.2102,0.4336,1.391,17.4,0.0041329999999999995,0.01695,0.01652,0.006659,0.01371,0.002735,15.34,16.35,99.71,706.2,0.1311,0.2474,0.1759,0.08056,0.23800000000000002,0.08718,1
|
||||
13.56,13.9,88.59,561.3,0.1051,0.1192,0.0786,0.04451,0.1962,0.06302999999999999,0.2569,0.4981,2.011,21.03,0.005850999999999999,0.02314,0.02544,0.00836,0.01842,0.002918,14.98,17.13,101.1,686.6,0.1376,0.2698,0.2577,0.0909,0.3065,0.08177000000000001,1
|
||||
10.18,17.53,65.12,313.1,0.1061,0.08502,0.01768,0.01915,0.191,0.06907999999999999,0.2467,1.217,1.641,15.05,0.007899,0.013999999999999999,0.008534,0.007624,0.026369999999999998,0.003761,11.17,22.84,71.94,375.6,0.1406,0.14400000000000002,0.06572,0.05575,0.3055,0.08797,1
|
||||
15.75,20.25,102.6,761.3,0.1025,0.1204,0.1147,0.06462000000000001,0.1935,0.06302999999999999,0.3473,0.9209,2.244,32.19,0.004765999999999999,0.02374,0.02384,0.008637,0.01772,0.0031309999999999997,19.56,30.29,125.9,1088.0,0.1552,0.44799999999999995,0.3976,0.1479,0.3993,0.1064,0
|
||||
13.27,17.02,84.55,546.4,0.08445,0.04994,0.035539999999999995,0.02456,0.1496,0.05674,0.2927,0.8907,2.044,24.68,0.006032,0.011040000000000001,0.02259,0.009056999999999999,0.014819999999999998,0.002496,15.14,23.6,98.84,708.8,0.1276,0.1311,0.1786,0.09677999999999999,0.2506,0.07622999999999999,1
|
||||
14.34,13.47,92.51,641.2,0.09906000000000001,0.07624,0.05724,0.04603,0.2075,0.054479999999999994,0.522,0.8121,3.763,48.29,0.007089,0.014280000000000001,0.0236,0.01286,0.02266,0.001463,16.77,16.9,110.4,873.2,0.1297,0.1525,0.1632,0.1087,0.3062,0.06072,1
|
||||
10.44,15.46,66.62,329.6,0.1053,0.07722000000000001,0.0066430000000000005,0.012159999999999999,0.1788,0.0645,0.1913,0.9027,1.208,11.86,0.006513,0.008061,0.002817,0.004972,0.015019999999999999,0.002821,11.52,19.8,73.47,395.4,0.1341,0.1153,0.026389999999999997,0.04464,0.2615,0.08269,1
|
||||
15.0,15.51,97.45,684.5,0.08371,0.1096,0.06505,0.0378,0.1881,0.059070000000000004,0.2318,0.4966,2.276,19.88,0.004118999999999999,0.03207,0.03644,0.01155,0.013909999999999999,0.003204,16.41,19.31,114.2,808.2,0.1136,0.3627,0.3402,0.1379,0.2954,0.08362,1
|
||||
12.62,23.97,81.35,496.4,0.07902999999999999,0.07529,0.05438,0.02036,0.1514,0.06019,0.2449,1.0659999999999998,1.445,18.51,0.005169,0.022940000000000002,0.030160000000000003,0.008690999999999999,0.01365,0.003407,14.2,31.31,90.67,624.0,0.1227,0.3454,0.3911,0.11800000000000001,0.2826,0.09585,1
|
||||
12.83,22.33,85.26,503.2,0.1088,0.1799,0.1695,0.06861,0.2123,0.07254,0.3061,1.069,2.2569999999999997,25.13,0.006983,0.03858,0.046830000000000004,0.01499,0.0168,0.0056170000000000005,15.2,30.15,105.3,706.0,0.1777,0.5343,0.6282,0.1977,0.3407,0.1243,0
|
||||
17.05,19.08,113.4,895.0,0.1141,0.1572,0.191,0.109,0.2131,0.06325,0.2959,0.679,2.153,31.98,0.0055320000000000005,0.02008,0.03055,0.01384,0.011770000000000001,0.002336,19.59,24.89,133.5,1189.0,0.1703,0.3934,0.5018,0.2543,0.3109,0.09061,0
|
||||
11.32,27.08,71.76,395.7,0.06883,0.038130000000000004,0.01633,0.003125,0.1869,0.05628,0.121,0.8927,1.0590000000000002,8.605,0.003653,0.01647,0.01633,0.003125,0.015369999999999998,0.002052,12.08,33.75,79.82,452.3,0.09203,0.1432,0.1089,0.02083,0.2849,0.07087,1
|
||||
11.22,33.81,70.79,386.8,0.0778,0.03574,0.004967,0.0064340000000000005,0.1845,0.05828,0.2239,1.6469999999999998,1.489,15.46,0.004359,0.006813,0.0032229999999999997,0.0034189999999999997,0.01916,0.002534,12.36,41.78,78.44,470.9,0.09994,0.06885,0.023180000000000003,0.030019999999999998,0.2911,0.07307000000000001,1
|
||||
20.51,27.81,134.4,1319.0,0.09158999999999999,0.1074,0.1554,0.0834,0.1448,0.055920000000000004,0.524,1.189,3.767,70.01,0.00502,0.02062,0.03457,0.01091,0.012980000000000002,0.0028870000000000002,24.47,37.38,162.7,1872.0,0.1223,0.2761,0.4146,0.1563,0.2437,0.08327999999999999,0
|
||||
9.567,15.91,60.21,279.6,0.08463999999999999,0.04087,0.01652,0.016669999999999997,0.1551,0.06402999999999999,0.2152,0.8301,1.215,12.64,0.011640000000000001,0.0104,0.011859999999999999,0.009623,0.02383,0.0035399999999999997,10.51,19.16,65.74,335.9,0.1504,0.09515,0.07161000000000001,0.07222,0.2757,0.08177999999999999,1
|
||||
14.03,21.25,89.79,603.4,0.0907,0.06945,0.01462,0.01896,0.1517,0.05835,0.2589,1.5030000000000001,1.6669999999999998,22.07,0.007389,0.01383,0.0073019999999999995,0.01004,0.012629999999999999,0.002925,15.33,30.28,98.27,715.5,0.1287,0.1513,0.062310000000000004,0.07962999999999999,0.2226,0.07617,1
|
||||
23.21,26.97,153.5,1670.0,0.09509,0.1682,0.195,0.1237,0.1909,0.06309,1.058,0.9635,7.247000000000001,155.8,0.006428,0.028630000000000003,0.044969999999999996,0.017159999999999998,0.0159,0.003053,31.01,34.51,206.0,2944.0,0.1481,0.4126,0.5820000000000001,0.2593,0.3103,0.08677,0
|
||||
20.48,21.46,132.5,1306.0,0.08355,0.08348,0.09042,0.06022,0.1467,0.051770000000000004,0.6874,1.041,5.144,83.5,0.007959,0.031330000000000004,0.04257,0.01671,0.01341,0.003933,24.22,26.17,161.7,1750.0,0.1228,0.2311,0.3158,0.1445,0.2238,0.07127,0
|
||||
14.22,27.85,92.55,623.9,0.08223,0.1039,0.1103,0.04408,0.1342,0.06129,0.3354,2.324,2.105,29.96,0.006307,0.02845,0.0385,0.01011,0.01185,0.003589,15.75,40.54,102.5,764.0,0.1081,0.2426,0.3064,0.08219,0.18899999999999997,0.07796,1
|
||||
17.46,39.28,113.4,920.6,0.09812,0.1298,0.1417,0.08811000000000001,0.1809,0.059660000000000005,0.5366,0.8561,3.002,49.0,0.00486,0.02785,0.026019999999999998,0.01374,0.01226,0.002759,22.51,44.87,141.2,1408.0,0.1365,0.3735,0.3241,0.2066,0.2853,0.08496000000000001,0
|
||||
13.64,15.6,87.38,575.3,0.09423,0.0663,0.04705,0.03731,0.1717,0.0566,0.3242,0.6612,1.996,27.19,0.00647,0.01248,0.0181,0.01103,0.01898,0.001794,14.85,19.05,94.11,683.4,0.1278,0.1291,0.1533,0.09222000000000001,0.253,0.0651,1
|
||||
12.42,15.04,78.61,476.5,0.07926,0.03393,0.01053,0.01108,0.1546,0.05754,0.1153,0.6745,0.757,9.006,0.0032649999999999997,0.0049299999999999995,0.0064930000000000005,0.0037619999999999997,0.0172,0.0013599999999999999,13.2,20.37,83.85,543.4,0.1037,0.07776,0.06242999999999999,0.04052,0.2901,0.06783,1
|
||||
11.3,18.19,73.93,389.4,0.09592,0.1325,0.1548,0.02854,0.2054,0.07669,0.2428,1.642,2.369,16.39,0.006663,0.05914,0.0888,0.01314,0.01995,0.008675,12.58,27.96,87.16,472.9,0.1347,0.4848,0.7436,0.1218,0.3308,0.1297,1
|
||||
13.75,23.77,88.54,590.0,0.08043,0.06807,0.04697,0.02344,0.1773,0.05429,0.4347,1.057,2.8289999999999997,39.93,0.004351,0.02667,0.033710000000000004,0.01007,0.02598,0.003087,15.01,26.34,98.0,706.0,0.09368,0.1442,0.1359,0.06106,0.2663,0.06321,1
|
||||
19.4,23.5,129.1,1155.0,0.1027,0.1558,0.2049,0.08886000000000001,0.1978,0.06,0.5243,1.8019999999999998,4.037,60.41,0.01061,0.03252,0.03915,0.015590000000000001,0.02186,0.003949,21.65,30.53,144.9,1417.0,0.1463,0.2968,0.3458,0.1564,0.292,0.07614,0
|
||||
10.48,19.86,66.72,337.7,0.107,0.05971,0.048310000000000006,0.0307,0.1737,0.0644,0.3719,2.612,2.517,23.22,0.016040000000000002,0.013859999999999999,0.01865,0.01133,0.03476,0.0035600000000000002,11.48,29.46,73.68,402.8,0.1515,0.1026,0.1181,0.06736,0.2883,0.07748,1
|
||||
13.2,17.43,84.13,541.6,0.07215,0.045239999999999995,0.04336,0.01105,0.1487,0.05635,0.163,1.601,0.873,13.56,0.006261,0.01569,0.030789999999999998,0.005383,0.01962,0.00225,13.94,27.82,88.28,602.0,0.1101,0.1508,0.2298,0.0497,0.2767,0.07198,1
|
||||
12.89,14.11,84.95,512.2,0.0876,0.1346,0.1374,0.0398,0.1596,0.06409,0.2025,0.4402,2.3930000000000002,16.35,0.005501,0.055920000000000004,0.08158,0.0137,0.01266,0.007555,14.39,17.7,105.0,639.1,0.1254,0.5849,0.7727,0.1561,0.2639,0.1178,1
|
||||
10.65,25.22,68.01,347.0,0.09657,0.07234,0.023790000000000002,0.01615,0.1897,0.06329,0.2497,1.493,1.4969999999999999,16.64,0.007189,0.01035,0.01081,0.0062450000000000006,0.021580000000000002,0.0026190000000000002,12.25,35.19,77.98,455.7,0.1499,0.1398,0.1125,0.061360000000000005,0.3409,0.08147,1
|
||||
11.52,14.93,73.87,406.3,0.1013,0.07808,0.04328,0.029289999999999997,0.1883,0.06168,0.2562,1.038,1.686,18.62,0.006662,0.01228,0.02105,0.01006,0.01677,0.002784,12.65,21.19,80.88,491.8,0.1389,0.1582,0.1804,0.09608,0.2664,0.07808999999999999,1
|
||||
20.94,23.56,138.9,1364.0,0.1007,0.1606,0.2712,0.131,0.2205,0.05898,1.004,0.8208,6.372000000000001,137.9,0.0052829999999999995,0.039080000000000004,0.09518,0.01864,0.02401,0.005002,25.58,27.0,165.3,2010.0,0.1211,0.3172,0.6991,0.2105,0.3126,0.07849,0
|
||||
11.5,18.45,73.28,407.4,0.09345,0.059910000000000005,0.02638,0.02069,0.1834,0.05934,0.3927,0.8429,2.6839999999999997,26.99,0.006379999999999999,0.01065,0.01245,0.009175,0.02292,0.0014609999999999998,12.97,22.46,83.12,508.9,0.1183,0.1049,0.08105,0.06544,0.27399999999999997,0.06487000000000001,1
|
||||
19.73,19.82,130.7,1206.0,0.1062,0.1849,0.2417,0.0974,0.1733,0.06697,0.7661,0.78,4.115,92.81,0.008482,0.05057,0.068,0.01971,0.014669999999999999,0.007259000000000001,25.28,25.59,159.8,1933.0,0.171,0.5955,0.8489,0.2507,0.2749,0.1297,0
|
||||
17.3,17.08,113.0,928.2,0.1008,0.1041,0.1266,0.08353,0.1813,0.05612999999999999,0.3093,0.8568,2.193,33.63,0.004757,0.015030000000000002,0.02332,0.012620000000000001,0.013940000000000001,0.002362,19.85,25.09,130.9,1222.0,0.1416,0.2405,0.3378,0.1857,0.3138,0.08113,0
|
||||
19.45,19.33,126.5,1169.0,0.1035,0.1188,0.1379,0.08591,0.1776,0.056470000000000006,0.5959,0.6342,3.7969999999999997,71.0,0.004649,0.018000000000000002,0.027489999999999997,0.01267,0.01365,0.00255,25.7,24.57,163.1,1972.0,0.1497,0.3161,0.4317,0.1999,0.3379,0.0895,0
|
||||
13.96,17.05,91.43,602.4,0.1096,0.1279,0.09788999999999999,0.05246,0.1908,0.0613,0.425,0.8098,2.563,35.74,0.006351,0.026789999999999998,0.03119,0.01342,0.02062,0.002695,16.39,22.07,108.1,826.0,0.1512,0.3262,0.3209,0.1374,0.3068,0.07957,0
|
||||
19.55,28.77,133.6,1207.0,0.0926,0.2063,0.1784,0.1144,0.1893,0.06232000000000001,0.8426,1.199,7.1579999999999995,106.4,0.0063560000000000005,0.04765,0.03863,0.01519,0.01936,0.005252000000000001,25.05,36.27,178.6,1926.0,0.1281,0.5329,0.4251,0.1941,0.2818,0.1005,0
|
||||
15.32,17.27,103.2,713.3,0.1335,0.2284,0.2448,0.1242,0.2398,0.07596,0.6592,1.0590000000000002,4.061,59.46,0.01015,0.045880000000000004,0.04983,0.021269999999999997,0.01884,0.00866,17.73,22.66,119.8,928.8,0.1765,0.4503,0.4429,0.2229,0.3258,0.1191,0
|
||||
15.66,23.2,110.2,773.5,0.1109,0.3114,0.3176,0.1377,0.2495,0.08104,1.2919999999999998,2.454,10.12,138.5,0.01236,0.05995,0.08232,0.030239999999999996,0.02337,0.0060420000000000005,19.85,31.64,143.7,1226.0,0.1504,0.5172,0.6181,0.2462,0.3277,0.1019,0
|
||||
15.53,33.56,103.7,744.9,0.1063,0.1639,0.1751,0.08399,0.2091,0.0665,0.2419,1.278,1.903,23.02,0.005345,0.02556,0.02889,0.01022,0.009947,0.0033590000000000004,18.49,49.54,126.3,1035.0,0.1883,0.5564,0.5703,0.2014,0.3512,0.1204,0
|
||||
20.31,27.06,132.9,1288.0,0.1,0.1088,0.1519,0.09333,0.1814,0.055720000000000006,0.3977,1.033,2.5869999999999997,52.34,0.005043,0.015780000000000002,0.021169999999999998,0.008185,0.012819999999999998,0.0018920000000000002,24.33,39.16,162.3,1844.0,0.1522,0.2945,0.3788,0.1697,0.3151,0.07998999999999999,0
|
||||
17.35,23.06,111.0,933.1,0.08662,0.0629,0.02891,0.02837,0.1564,0.053070000000000006,0.4007,1.317,2.577,44.41,0.005726,0.011059999999999999,0.012459999999999999,0.007670999999999999,0.01411,0.001578,19.85,31.47,128.2,1218.0,0.124,0.1486,0.1211,0.08235,0.2452,0.06515,0
|
||||
17.29,22.13,114.4,947.8,0.08999,0.1273,0.09697,0.07507,0.2108,0.05464,0.8348,1.633,6.146,90.94,0.006717,0.05981,0.046380000000000005,0.021490000000000002,0.027469999999999998,0.005838,20.39,27.24,137.9,1295.0,0.1134,0.2867,0.2298,0.1528,0.3067,0.07484,0
|
||||
15.61,19.38,100.0,758.6,0.0784,0.05616,0.042089999999999995,0.02847,0.1547,0.05442999999999999,0.2298,0.9988,1.534,22.18,0.002826,0.009105,0.01311,0.005174,0.01013,0.0013449999999999998,17.91,31.67,115.9,988.6,0.1084,0.1807,0.226,0.08567999999999999,0.2683,0.06829,0
|
||||
17.19,22.07,111.6,928.3,0.09726,0.08995,0.09061,0.06527000000000001,0.1867,0.0558,0.4203,0.7383,2.819,45.42,0.004493,0.01206,0.02048,0.009875,0.01144,0.001575,21.58,29.33,140.5,1436.0,0.1558,0.2567,0.3889,0.1984,0.3216,0.0757,0
|
||||
20.73,31.12,135.7,1419.0,0.09469,0.1143,0.1367,0.08646000000000001,0.1769,0.05674,1.172,1.617,7.749,199.7,0.0045509999999999995,0.014780000000000001,0.02143,0.00928,0.013669999999999998,0.002299,32.49,47.16,214.0,3432.0,0.1401,0.2644,0.3442,0.1659,0.2868,0.08217999999999999,0
|
||||
10.6,18.95,69.28,346.4,0.09688,0.1147,0.06387000000000001,0.02642,0.1922,0.06491,0.4505,1.197,3.43,27.1,0.00747,0.03581,0.03354,0.01365,0.035039999999999995,0.0033179999999999998,11.88,22.94,78.28,424.8,0.1213,0.2515,0.1916,0.07926,0.294,0.07587,1
|
||||
13.59,21.84,87.16,561.0,0.07956,0.08259,0.04072,0.021419999999999998,0.1635,0.058589999999999996,0.33799999999999997,1.916,2.591,26.76,0.005436,0.024059999999999998,0.030989999999999997,0.009918999999999999,0.0203,0.003009,14.8,30.04,97.66,661.5,0.1005,0.17300000000000001,0.1453,0.06189,0.2446,0.07024,1
|
||||
12.87,16.21,82.38,512.2,0.09425,0.062189999999999995,0.039,0.01615,0.201,0.05769,0.2345,1.219,1.546,18.24,0.005518,0.02178,0.025889999999999996,0.00633,0.02593,0.002157,13.9,23.64,89.27,597.5,0.1256,0.1808,0.1992,0.0578,0.3604,0.07062,1
|
||||
10.71,20.39,69.5,344.9,0.1082,0.1289,0.08448,0.028669999999999998,0.1668,0.06862,0.3198,1.489,2.23,20.74,0.008902,0.04785,0.07339,0.01745,0.027280000000000002,0.00761,11.69,25.21,76.51,410.4,0.1335,0.255,0.2534,0.086,0.2605,0.08701,1
|
||||
14.29,16.82,90.3,632.6,0.06429,0.02675,0.00725,0.00625,0.1508,0.05376,0.1302,0.7198,0.8439,10.77,0.0034920000000000003,0.00371,0.0048259999999999996,0.0036079999999999997,0.015359999999999999,0.001381,14.91,20.65,94.44,684.6,0.08567000000000001,0.05036,0.03866,0.03333,0.2458,0.0612,1
|
||||
11.29,13.04,72.23,388.0,0.09834,0.07608,0.03265,0.02755,0.1769,0.0627,0.1904,0.5293,1.1640000000000001,13.17,0.0064719999999999995,0.01122,0.012819999999999998,0.008849,0.016919999999999998,0.002817,12.32,16.18,78.27,457.5,0.1358,0.1507,0.1275,0.0875,0.2733,0.08022,1
|
||||
21.75,20.99,147.3,1491.0,0.09401,0.1961,0.2195,0.1088,0.1721,0.061939999999999995,1.167,1.3519999999999999,8.867,156.8,0.005686999999999999,0.0496,0.06329,0.015609999999999999,0.01924,0.004614,28.19,28.18,195.9,2384.0,0.1272,0.4725,0.5807,0.1841,0.2833,0.08857999999999999,0
|
||||
9.742,15.67,61.5,289.9,0.09037,0.04689,0.01103,0.01407,0.2081,0.06312000000000001,0.2684,1.409,1.75,16.39,0.0138,0.01067,0.008347,0.009472,0.01798,0.004261,10.75,20.88,68.09,355.2,0.1467,0.0937,0.04043,0.05159,0.2841,0.08175,1
|
||||
17.93,24.48,115.2,998.9,0.08855,0.07027,0.05699,0.047439999999999996,0.1538,0.0551,0.4212,1.433,2.765,45.81,0.005444,0.01169,0.01622,0.008522,0.014190000000000001,0.002751,20.92,34.69,135.1,1320.0,0.1315,0.1806,0.20800000000000002,0.1136,0.2504,0.07948,0
|
||||
11.89,17.36,76.2,435.6,0.1225,0.0721,0.059289999999999995,0.07404,0.2015,0.05875,0.6412,2.293,4.021,48.84,0.014180000000000002,0.01489,0.01267,0.0191,0.02678,0.003002,12.4,18.99,79.46,472.4,0.1359,0.08367999999999999,0.07153,0.08946,0.222,0.060329999999999995,1
|
||||
11.33,14.16,71.79,396.6,0.09379,0.03872,0.0014869999999999998,0.003333,0.1954,0.058210000000000005,0.2375,1.28,1.565,17.09,0.008426000000000001,0.008998,0.0014869999999999998,0.003333,0.02358,0.001627,12.2,18.99,77.37,458.0,0.1259,0.07347999999999999,0.004954999999999999,0.01111,0.2758,0.06386,1
|
||||
18.81,19.98,120.9,1102.0,0.08922999999999999,0.058839999999999996,0.0802,0.058429999999999996,0.155,0.049960000000000004,0.3283,0.828,2.363,36.74,0.007571,0.01114,0.02623,0.01463,0.0193,0.0016760000000000002,19.96,24.3,129.0,1236.0,0.1243,0.11599999999999999,0.221,0.1294,0.2567,0.057370000000000004,0
|
||||
13.59,17.84,86.24,572.3,0.07948,0.04052,0.019969999999999998,0.01238,0.1573,0.0552,0.258,1.166,1.683,22.22,0.0037409999999999995,0.005274,0.01065,0.005044,0.01344,0.001126,15.5,26.1,98.91,739.1,0.105,0.07622000000000001,0.106,0.05185,0.2335,0.06262999999999999,1
|
||||
13.85,15.18,88.99,587.4,0.09516000000000001,0.07687999999999999,0.044789999999999996,0.037110000000000004,0.21100000000000002,0.05853,0.2479,0.9195,1.83,19.41,0.004235,0.01541,0.01457,0.01043,0.015280000000000002,0.001593,14.98,21.74,98.37,670.0,0.1185,0.1724,0.1456,0.09992999999999999,0.2955,0.06912,1
|
||||
19.16,26.6,126.2,1138.0,0.102,0.1453,0.1921,0.09664,0.1902,0.0622,0.6361,1.001,4.321000000000001,69.65,0.007392,0.02449,0.03988,0.01293,0.01435,0.0034460000000000003,23.72,35.9,159.8,1724.0,0.1782,0.3841,0.5754,0.1872,0.3258,0.0972,0
|
||||
11.74,14.02,74.24,427.3,0.07812999999999999,0.0434,0.02245,0.027630000000000002,0.2101,0.06113,0.5619,1.268,3.717,37.83,0.008034,0.014419999999999999,0.01514,0.01846,0.029210000000000003,0.0020050000000000003,13.31,18.26,84.7,533.7,0.1036,0.085,0.06735,0.0829,0.3101,0.06688,1
|
||||
19.4,18.18,127.2,1145.0,0.1037,0.1442,0.1626,0.09464,0.1893,0.05892000000000001,0.4709,0.9951,2.903,53.16,0.005654,0.02199,0.03059,0.01499,0.01623,0.0019649999999999997,23.79,28.65,152.4,1628.0,0.1518,0.3749,0.4316,0.2252,0.359,0.07787000000000001,0
|
||||
16.24,18.77,108.8,805.1,0.1066,0.1802,0.1948,0.09052,0.1876,0.06684,0.2873,0.9173,2.464,28.09,0.004563,0.03481,0.03872,0.01209,0.013880000000000002,0.004081,18.55,25.09,126.9,1031.0,0.1365,0.4706,0.5026,0.1732,0.27699999999999997,0.1063,0
|
||||
12.89,15.7,84.08,516.6,0.07818,0.0958,0.1115,0.0339,0.1432,0.05935,0.2913,1.389,2.347,23.29,0.006418000000000001,0.03961,0.07927000000000001,0.017740000000000002,0.01878,0.003696,13.9,19.69,92.12,595.6,0.09926,0.2317,0.3344,0.1017,0.1999,0.07127,1
|
||||
12.58,18.4,79.83,489.0,0.08392999999999999,0.04216,0.00186,0.002924,0.1697,0.05855,0.2719,1.35,1.7209999999999999,22.45,0.006383,0.008008,0.00186,0.002924,0.025710000000000004,0.002015,13.5,23.08,85.56,564.1,0.1038,0.06624,0.005579,0.008772,0.2505,0.06431,1
|
||||
11.94,20.76,77.87,441.0,0.08605,0.1011,0.06573999999999999,0.03791,0.1588,0.06766,0.2742,1.39,3.198,21.91,0.006719,0.05156,0.04387,0.01633,0.01872,0.008015000000000001,13.24,27.29,92.2,546.1,0.1116,0.2813,0.2365,0.1155,0.2465,0.09981,1
|
||||
12.89,13.12,81.89,515.9,0.06955,0.03729,0.0226,0.01171,0.1337,0.055810000000000005,0.1532,0.469,1.115,12.68,0.004731,0.01345,0.01652,0.005905,0.01619,0.002081,13.62,15.54,87.4,577.0,0.09616,0.1147,0.1186,0.05366,0.2309,0.06915,1
|
||||
11.26,19.96,73.72,394.1,0.0802,0.1181,0.09274,0.05587999999999999,0.2595,0.062329999999999997,0.4866,1.905,2.877,34.68,0.01574,0.08262,0.08098999999999999,0.03487,0.03418,0.006517,11.86,22.33,78.27,437.6,0.1028,0.1843,0.1546,0.09314,0.2955,0.07009,1
|
||||
11.37,18.89,72.17,396.0,0.08713,0.05008,0.02399,0.021730000000000003,0.2013,0.05955,0.2656,1.974,1.954,17.49,0.0065379999999999995,0.01395,0.01376,0.009923999999999999,0.03416,0.002928,12.36,26.14,79.29,459.3,0.1118,0.09708,0.07529,0.062029999999999995,0.3267,0.06994,1
|
||||
14.41,19.73,96.03,651.0,0.08757000000000001,0.1676,0.1362,0.06602000000000001,0.1714,0.07192,0.8811,1.77,4.36,77.11,0.007762000000000001,0.1064,0.0996,0.027710000000000002,0.04077,0.02286,15.77,22.13,101.7,767.3,0.09983,0.2472,0.222,0.1021,0.2272,0.08799,1
|
||||
14.96,19.1,97.03,687.3,0.08992,0.09823,0.0594,0.04819,0.1879,0.05852,0.2877,0.948,2.171,24.87,0.005332,0.02115,0.015359999999999999,0.01187,0.01522,0.002815,16.25,26.19,109.1,809.8,0.1313,0.303,0.1804,0.1489,0.2962,0.08472,1
|
||||
12.95,16.02,83.14,513.7,0.1005,0.07943,0.06155,0.0337,0.17300000000000001,0.0647,0.2094,0.7636,1.2309999999999999,17.67,0.008725,0.020030000000000003,0.02335,0.01132,0.02625,0.004726,13.74,19.93,88.81,585.4,0.1483,0.2068,0.2241,0.1056,0.33799999999999997,0.09584,1
|
||||
11.85,17.46,75.54,432.7,0.08372,0.056420000000000005,0.02688,0.0228,0.1875,0.05715,0.207,1.238,1.234,13.88,0.007595,0.015,0.014119999999999999,0.008578,0.01792,0.001784,13.06,25.75,84.35,517.8,0.1369,0.1758,0.1316,0.0914,0.3101,0.07007000000000001,1
|
||||
12.72,13.78,81.78,492.1,0.09667,0.08392999999999999,0.01288,0.01924,0.1638,0.061,0.1807,0.6931,1.34,13.38,0.006064,0.0118,0.006564,0.007978,0.01374,0.001392,13.5,17.48,88.54,553.7,0.1298,0.1472,0.052329999999999995,0.06343,0.2369,0.06922,1
|
||||
13.77,13.27,88.06,582.7,0.09197999999999999,0.06221,0.01063,0.01917,0.1592,0.059120000000000006,0.2191,0.6946,1.479,17.74,0.0043479999999999994,0.008153,0.004272,0.006829000000000001,0.02154,0.001802,14.67,16.93,94.17,661.1,0.11699999999999999,0.1072,0.03732,0.05802,0.2823,0.06794,1
|
||||
10.91,12.35,69.14,363.7,0.08517999999999999,0.04721,0.01236,0.01369,0.1449,0.06031,0.1753,1.0270000000000001,1.2670000000000001,11.09,0.003478,0.012209999999999999,0.01072,0.009393,0.029410000000000002,0.003428,11.37,14.82,72.42,392.2,0.09312000000000001,0.07506,0.028839999999999998,0.031939999999999996,0.2143,0.06642999999999999,1
|
||||
11.76,18.14,75.0,431.1,0.09967999999999999,0.05914,0.02685,0.03515,0.1619,0.06287000000000001,0.645,2.105,4.138,49.11,0.005596,0.01005,0.01272,0.01432,0.01575,0.002758,13.36,23.39,85.1,553.6,0.1137,0.07973999999999999,0.0612,0.0716,0.1978,0.06915,0
|
||||
14.26,18.17,91.22,633.1,0.06576,0.0522,0.02475,0.01374,0.1635,0.05586,0.23,0.669,1.661,20.56,0.003169,0.01377,0.010790000000000001,0.005243,0.01103,0.001957,16.22,25.26,105.8,819.7,0.09445,0.2167,0.1565,0.0753,0.2636,0.07676000000000001,1
|
||||
10.51,23.09,66.85,334.2,0.1015,0.06797,0.02495,0.01875,0.1695,0.06556000000000001,0.2868,1.143,2.289,20.56,0.01017,0.014430000000000002,0.018609999999999998,0.0125,0.03464,0.001971,10.93,24.22,70.1,362.7,0.1143,0.08614,0.04158,0.03125,0.2227,0.06777000000000001,1
|
||||
19.53,18.9,129.5,1217.0,0.115,0.1642,0.2197,0.1062,0.1792,0.06552000000000001,1.111,1.161,7.237,133.0,0.006056000000000001,0.03203,0.05637999999999999,0.01733,0.01884,0.004787,25.93,26.24,171.1,2053.0,0.1495,0.4116,0.6121,0.198,0.2968,0.09929,0
|
||||
12.46,19.89,80.43,471.3,0.08451,0.1014,0.0683,0.030989999999999997,0.1781,0.06249,0.3642,1.04,2.5789999999999997,28.32,0.006529999999999999,0.03369,0.04712,0.01403,0.0274,0.004651,13.46,23.07,88.13,551.3,0.105,0.2158,0.1904,0.07625,0.2685,0.07764,1
|
||||
20.09,23.86,134.7,1247.0,0.10800000000000001,0.1838,0.2283,0.128,0.2249,0.07468999999999999,1.072,1.743,7.803999999999999,130.8,0.007964,0.04732,0.07649,0.01936,0.027360000000000002,0.005928,23.68,29.43,158.8,1696.0,0.1347,0.3391,0.4932,0.1923,0.3294,0.09469,0
|
||||
10.49,18.61,66.86,334.3,0.1068,0.06677999999999999,0.022969999999999997,0.0178,0.1482,0.066,0.1485,1.5630000000000002,1.035,10.08,0.008875,0.009362,0.018080000000000002,0.009198999999999999,0.01791,0.003317,11.06,24.54,70.76,375.4,0.1413,0.1044,0.08423,0.06527999999999999,0.2213,0.07842,1
|
||||
11.46,18.16,73.59,403.1,0.08853,0.07694,0.03344,0.015019999999999999,0.1411,0.06242999999999999,0.3278,1.0590000000000002,2.475,22.93,0.006652,0.02652,0.02221,0.007807,0.018940000000000002,0.003411,12.68,21.61,82.69,489.8,0.1144,0.1789,0.1226,0.05509,0.2208,0.07637999999999999,1
|
||||
11.6,24.49,74.23,417.2,0.07474,0.05687999999999999,0.01974,0.013130000000000001,0.1935,0.05878,0.2512,1.786,1.9609999999999999,18.21,0.006122,0.02337,0.01596,0.006998000000000001,0.031939999999999996,0.002211,12.44,31.62,81.39,476.5,0.09545,0.1361,0.07239,0.04815,0.3244,0.06745,1
|
||||
13.2,15.82,84.07,537.3,0.08511,0.05251,0.0014609999999999998,0.003261,0.1632,0.05894,0.1903,0.5735,1.204,15.5,0.003632,0.007861,0.0011279999999999999,0.002386,0.01344,0.002585,14.41,20.45,92.0,636.9,0.1128,0.1346,0.0112,0.025,0.2651,0.08385,1
|
||||
9.0,14.4,56.36,246.3,0.07005,0.031160000000000004,0.0036810000000000002,0.003472,0.1788,0.06833,0.1746,1.305,1.1440000000000001,9.789,0.007389,0.004883,0.0036810000000000002,0.003472,0.027010000000000003,0.002153,9.699,20.07,60.9,285.5,0.09861,0.052320000000000005,0.014719999999999999,0.013890000000000001,0.2991,0.07804,1
|
||||
13.5,12.71,85.69,566.2,0.07376,0.03614,0.002758,0.004419,0.1365,0.05335,0.2244,0.6864,1.5090000000000001,20.39,0.0033380000000000003,0.003746,0.00203,0.003242,0.0148,0.0015660000000000001,14.97,16.94,95.48,698.7,0.09022999999999999,0.05836,0.01379,0.0221,0.2267,0.06192,1
|
||||
13.05,13.84,82.71,530.6,0.08352000000000001,0.03735,0.0045590000000000006,0.008829,0.1453,0.05517999999999999,0.3975,0.8285,2.5669999999999997,33.01,0.004148,0.004711,0.0028309999999999997,0.004821,0.014219999999999998,0.002273,14.73,17.4,93.96,672.4,0.1016,0.05847,0.01824,0.03532,0.2107,0.0658,1
|
||||
11.7,19.11,74.33,418.7,0.08814,0.05252999999999999,0.01583,0.011479999999999999,0.1936,0.061279999999999994,0.1601,1.43,1.109,11.28,0.006064,0.00911,0.01042,0.007638,0.02349,0.001661,12.61,26.55,80.92,483.1,0.1223,0.1087,0.07915,0.05741,0.3487,0.06957999999999999,1
|
||||
14.61,15.69,92.68,664.9,0.07618,0.03515,0.014469999999999998,0.01877,0.1632,0.05255,0.316,0.9115,1.954,28.9,0.005031,0.006021,0.005325,0.006324000000000001,0.01494,0.0008948000000000001,16.46,21.75,103.7,840.8,0.1011,0.07087,0.04746,0.058129999999999994,0.253,0.05695,1
|
||||
12.76,13.37,82.29,504.1,0.08794,0.07948,0.04052,0.025480000000000003,0.1601,0.0614,0.3265,0.6594,2.346,25.18,0.006494,0.02768,0.03137,0.01069,0.01731,0.004392,14.19,16.4,92.04,618.8,0.1194,0.2208,0.1769,0.08411,0.2564,0.08252999999999999,1
|
||||
11.54,10.72,73.73,409.1,0.08597,0.05969,0.013669999999999998,0.008907,0.1833,0.061,0.1312,0.3602,1.107,9.437999999999999,0.004124,0.0134,0.010029999999999999,0.004667,0.020319999999999998,0.001952,12.34,12.87,81.23,467.8,0.1092,0.1626,0.08324,0.04715,0.33899999999999997,0.07434,1
|
||||
8.597000000000001,18.6,54.09,221.2,0.1074,0.05847,0.0,0.0,0.2163,0.07359,0.3368,2.7769999999999997,2.222,17.81,0.02075,0.01403,0.0,0.0,0.06146,0.0068200000000000005,8.952,22.44,56.65,240.1,0.1347,0.07767,0.0,0.0,0.3142,0.08116,1
|
||||
12.49,16.85,79.19,481.6,0.08511,0.03834,0.0044729999999999995,0.006423000000000001,0.1215,0.056729999999999996,0.1716,0.7151,1.047,12.69,0.004928,0.003012,0.00262,0.00339,0.013930000000000001,0.001344,13.34,19.71,84.48,544.2,0.1104,0.049530000000000005,0.01938,0.027839999999999997,0.1917,0.061739999999999996,1
|
||||
12.18,14.08,77.25,461.4,0.07733999999999999,0.032119999999999996,0.01123,0.005051,0.1673,0.05649,0.2113,0.5996,1.4380000000000002,15.82,0.005343,0.005767,0.01123,0.005051,0.01977,0.0009502000000000001,12.85,16.47,81.6,513.1,0.1001,0.053320000000000006,0.04116,0.01852,0.2293,0.06037000000000001,1
|
||||
18.22,18.87,118.7,1027.0,0.09746,0.1117,0.113,0.0795,0.1807,0.056639999999999996,0.4041,0.5503,2.5469999999999997,48.9,0.004821,0.01659,0.02408,0.01143,0.01275,0.002451,21.84,25.0,140.9,1485.0,0.1434,0.2763,0.3853,0.1776,0.2812,0.08198,0
|
||||
9.042,18.9,60.07,244.5,0.09967999999999999,0.1972,0.1975,0.04908,0.233,0.08743,0.4653,1.911,3.7689999999999997,24.2,0.009845,0.0659,0.1027,0.025269999999999997,0.034910000000000004,0.007877,10.06,23.4,68.62,297.1,0.1221,0.3748,0.4609,0.1145,0.3135,0.1055,1
|
||||
12.43,17.0,78.6,477.3,0.07557,0.034539999999999994,0.01342,0.01699,0.1472,0.05561,0.3778,2.2,2.487,31.16,0.007356999999999999,0.010790000000000001,0.009959,0.0112,0.03433,0.002961,12.9,20.21,81.76,515.9,0.08409,0.04712,0.022369999999999998,0.028319999999999998,0.1901,0.059320000000000005,1
|
||||
10.25,16.18,66.52,324.2,0.1061,0.1111,0.06726,0.03965,0.1743,0.07279,0.3677,1.4709999999999999,1.597,22.68,0.010490000000000001,0.04265,0.04004,0.01544,0.02719,0.0075959999999999995,11.28,20.61,71.53,390.4,0.1402,0.23600000000000002,0.1898,0.09744,0.2608,0.09702000000000001,1
|
||||
20.16,19.66,131.1,1274.0,0.0802,0.08564,0.1155,0.07726,0.1928,0.050960000000000005,0.5925,0.6863,3.8680000000000003,74.85,0.004536,0.01376,0.02645,0.01247,0.02193,0.0015890000000000001,23.06,23.03,150.2,1657.0,0.1054,0.1537,0.2606,0.1425,0.3055,0.059329999999999994,0
|
||||
12.86,13.32,82.82,504.8,0.1134,0.08834,0.038,0.034,0.1543,0.06476,0.2212,1.042,1.614,16.57,0.00591,0.02016,0.01902,0.01011,0.01202,0.003107,14.04,21.08,92.8,599.5,0.1547,0.2231,0.1791,0.1155,0.2382,0.08553,1
|
||||
20.34,21.51,135.9,1264.0,0.11699999999999999,0.1875,0.2565,0.1504,0.2569,0.0667,0.5702,1.023,4.012,69.06,0.005485,0.02431,0.0319,0.01369,0.02768,0.0033450000000000003,25.3,31.86,171.1,1938.0,0.1592,0.4492,0.5344,0.2685,0.5558,0.1024,0
|
||||
12.2,15.21,78.01,457.9,0.08673,0.06545,0.01994,0.016919999999999998,0.1638,0.06129,0.2575,0.8073,1.959,19.01,0.005403,0.014180000000000002,0.01051,0.005142,0.013330000000000002,0.002065,13.75,21.38,91.11,583.1,0.1256,0.1928,0.1167,0.055560000000000005,0.2661,0.07961,1
|
||||
12.67,17.3,81.25,489.9,0.1028,0.07664,0.03193,0.02107,0.1707,0.05984,0.21,0.9505,1.5659999999999998,17.61,0.006809,0.009514,0.01329,0.006474,0.020569999999999998,0.001784,13.71,21.1,88.7,574.4,0.1384,0.1212,0.102,0.05602000000000001,0.2688,0.06888,1
|
||||
14.11,12.88,90.03,616.5,0.09308999999999999,0.05306,0.01765,0.02733,0.1373,0.057,0.2571,1.081,1.558,23.92,0.006692,0.01132,0.005717,0.006626999999999999,0.014159999999999999,0.0024760000000000003,15.53,18.0,98.4,749.9,0.1281,0.1109,0.053070000000000006,0.0589,0.21,0.07082999999999999,1
|
||||
12.03,17.93,76.09,446.0,0.07683,0.038919999999999996,0.001546,0.005592,0.1382,0.0607,0.2335,0.9097,1.466,16.97,0.004729,0.006887000000000001,0.001184,0.003951,0.01466,0.001755,13.07,22.25,82.74,523.4,0.1013,0.0739,0.007731999999999999,0.027960000000000002,0.2171,0.07037,1
|
||||
16.27,20.71,106.9,813.7,0.1169,0.1319,0.1478,0.08488,0.1948,0.06277,0.4375,1.232,3.27,44.41,0.006697,0.02083,0.03248,0.013919999999999998,0.015359999999999999,0.0027890000000000002,19.28,30.38,129.8,1121.0,0.159,0.2947,0.3597,0.1583,0.3103,0.08199999999999999,0
|
||||
16.26,21.88,107.5,826.8,0.1165,0.1283,0.1799,0.07981,0.1869,0.06532,0.5706,1.4569999999999999,2.9610000000000003,57.72,0.01056,0.03756,0.05839,0.011859999999999999,0.04022,0.006187,17.73,25.21,113.7,975.2,0.1426,0.2116,0.3344,0.1047,0.2736,0.07952999999999999,0
|
||||
16.03,15.51,105.8,793.2,0.09491000000000001,0.1371,0.1204,0.07041,0.1782,0.05976,0.3371,0.7476,2.6289999999999996,33.27,0.0058390000000000004,0.03245,0.03715,0.01459,0.014669999999999999,0.003121,18.76,21.98,124.3,1070.0,0.1435,0.4478,0.4956,0.1981,0.3019,0.09124,0
|
||||
12.98,19.35,84.52,514.0,0.09579,0.1125,0.07107000000000001,0.0295,0.1761,0.0654,0.2684,0.5664,2.465,20.65,0.005727,0.03255,0.043930000000000004,0.009811,0.027510000000000003,0.004572,14.42,21.95,99.21,634.3,0.1288,0.3253,0.3439,0.09858,0.3596,0.09166,1
|
||||
11.22,19.86,71.94,387.3,0.1054,0.06779,0.005006,0.0075829999999999995,0.19399999999999998,0.06027999999999999,0.2976,1.966,1.959,19.62,0.01289,0.011040000000000001,0.003297,0.004967,0.04243,0.001963,11.98,25.78,76.91,436.1,0.1424,0.09669,0.01335,0.02022,0.3292,0.06522,1
|
||||
11.25,14.78,71.38,390.0,0.08306000000000001,0.04458,0.0009737,0.002941,0.1773,0.06081,0.2144,0.9961,1.5290000000000001,15.07,0.0056170000000000005,0.007123999999999999,0.0009737,0.002941,0.017,0.00203,12.76,22.06,82.08,492.7,0.1166,0.09794,0.005518,0.016669999999999997,0.2815,0.07418,1
|
||||
12.3,19.02,77.88,464.4,0.08313,0.04202,0.007756,0.008535,0.1539,0.05945,0.184,1.5319999999999998,1.199,13.24,0.007881,0.008431999999999999,0.007004000000000001,0.006522,0.01939,0.002222,13.35,28.46,84.53,544.3,0.1222,0.09052,0.03619,0.039830000000000004,0.2554,0.07207000000000001,1
|
||||
17.06,21.0,111.8,918.6,0.1119,0.1056,0.1508,0.09934,0.1727,0.06071,0.8161,2.129,6.0760000000000005,87.17,0.006455,0.01797,0.04502,0.01744,0.01829,0.0037329999999999998,20.99,33.15,143.2,1362.0,0.1449,0.2053,0.392,0.1827,0.2623,0.07599,0
|
||||
12.99,14.23,84.08,514.3,0.09462000000000001,0.09965,0.037380000000000004,0.020980000000000002,0.1652,0.07238,0.1814,0.6412,0.9219,14.41,0.005231,0.02305,0.03113,0.007315,0.016390000000000002,0.0057009999999999995,13.72,16.91,87.38,576.0,0.1142,0.1975,0.145,0.0585,0.2432,0.1009,1
|
||||
18.77,21.43,122.9,1092.0,0.09116,0.1402,0.106,0.0609,0.1953,0.060829999999999995,0.6422,1.53,4.369,88.25,0.007548,0.03897,0.03914,0.01816,0.02168,0.004445,24.54,34.37,161.1,1873.0,0.1498,0.4827,0.4634,0.2048,0.3679,0.0987,0
|
||||
10.05,17.53,64.41,310.8,0.1007,0.07326,0.02511,0.01775,0.18899999999999997,0.06331,0.2619,2.015,1.778,16.85,0.007803,0.014490000000000001,0.0169,0.008043000000000002,0.021,0.002778,11.16,26.84,71.98,384.0,0.1402,0.1402,0.1055,0.06498999999999999,0.2894,0.07664,1
|
||||
23.51,24.27,155.1,1747.0,0.1069,0.1283,0.2308,0.141,0.1797,0.055060000000000005,1.0090000000000001,0.9245,6.462000000000001,164.1,0.006292,0.01971,0.03582,0.013009999999999999,0.014790000000000001,0.003118,30.67,30.73,202.4,2906.0,0.1515,0.2678,0.4819,0.2089,0.2593,0.07737999999999999,0
|
||||
14.42,16.54,94.15,641.2,0.09751,0.1139,0.08007,0.042230000000000004,0.1912,0.06412000000000001,0.3491,0.7706,2.677,32.14,0.004577,0.03053,0.0384,0.01243,0.01873,0.0033729999999999997,16.67,21.51,111.4,862.1,0.1294,0.3371,0.3755,0.1414,0.3053,0.08764,1
|
||||
9.606,16.84,61.64,280.5,0.08481,0.09228,0.08422,0.02292,0.2036,0.07125,0.1844,0.9429,1.429,12.07,0.005954,0.034710000000000005,0.05028,0.00851,0.0175,0.004031,10.75,23.07,71.25,353.6,0.1233,0.3416,0.4341,0.0812,0.2982,0.09825,1
|
||||
11.06,14.96,71.49,373.9,0.1033,0.09097000000000001,0.053970000000000004,0.03341,0.1776,0.06907,0.1601,0.8225,1.355,10.8,0.007416,0.01877,0.02758,0.0101,0.02348,0.0029170000000000003,11.92,19.9,79.76,440.0,0.1418,0.221,0.2299,0.1075,0.3301,0.0908,1
|
||||
19.68,21.68,129.9,1194.0,0.09797,0.1339,0.1863,0.1103,0.2082,0.05715,0.6226,2.2840000000000003,5.172999999999999,67.66,0.004756,0.03368,0.04345,0.01806,0.03756,0.003288,22.75,34.66,157.6,1540.0,0.1218,0.3458,0.4734,0.2255,0.4045,0.07918,0
|
||||
11.71,15.45,75.03,420.3,0.115,0.07281,0.040060000000000005,0.0325,0.2009,0.06506,0.3446,0.7395,2.355,24.53,0.009536,0.01097,0.01651,0.01121,0.019530000000000002,0.0031,13.06,18.16,84.16,516.4,0.146,0.1115,0.1087,0.07864,0.2765,0.07806,1
|
||||
10.26,14.71,66.2,321.6,0.09882,0.09158999999999999,0.03581,0.02037,0.1633,0.07005,0.33799999999999997,2.509,2.394,19.33,0.01736,0.04671,0.02611,0.01296,0.03675,0.006758,10.88,19.48,70.89,357.1,0.136,0.1636,0.07162,0.04074,0.2434,0.08488,1
|
||||
12.06,18.9,76.66,445.3,0.08386,0.05794,0.007509999999999999,0.008487999999999999,0.1555,0.06047999999999999,0.243,1.1520000000000001,1.5590000000000002,18.02,0.00718,0.01096,0.005832,0.005495,0.019819999999999997,0.002754,13.64,27.06,86.54,562.6,0.1289,0.1352,0.04506,0.05093,0.28800000000000003,0.08083,1
|
||||
14.76,14.74,94.87,668.7,0.08875,0.0778,0.04608,0.03528,0.1521,0.059120000000000006,0.3428,0.3981,2.537,29.06,0.004732,0.015059999999999999,0.01855,0.01067,0.02163,0.002783,17.27,17.93,114.2,880.8,0.122,0.2009,0.2151,0.1251,0.3109,0.08187,1
|
||||
11.47,16.03,73.02,402.7,0.09076000000000001,0.05886,0.025869999999999997,0.023219999999999998,0.1634,0.06372,0.1707,0.7615,1.09,12.25,0.009191,0.008548,0.0094,0.006314999999999999,0.01755,0.003009,12.51,20.79,79.67,475.8,0.1531,0.11199999999999999,0.09823,0.06548,0.2851,0.08763,1
|
||||
11.95,14.96,77.23,426.7,0.1158,0.1206,0.01171,0.01787,0.2459,0.06581000000000001,0.361,1.05,2.455,26.65,0.0058,0.02417,0.007816,0.01052,0.027339999999999996,0.003114,12.81,17.72,83.09,496.2,0.1293,0.1885,0.031219999999999998,0.04766,0.3124,0.0759,1
|
||||
11.66,17.07,73.7,421.0,0.07561,0.0363,0.008306000000000001,0.01162,0.1671,0.05731,0.3534,0.6724,2.225,26.03,0.0065829999999999994,0.006991,0.005949,0.006296,0.02216,0.002668,13.28,19.74,83.61,542.5,0.09958,0.06476,0.03046,0.04262,0.2731,0.06825,1
|
||||
15.75,19.22,107.1,758.6,0.1243,0.2364,0.2914,0.1242,0.2375,0.07603,0.5204,1.324,3.477,51.22,0.009329,0.06559,0.09953,0.02283,0.05542999999999999,0.00733,17.36,24.17,119.4,915.3,0.155,0.5046,0.6872,0.2135,0.4245,0.105,0
|
||||
25.73,17.46,174.2,2010.0,0.1149,0.2363,0.3368,0.1913,0.1956,0.06121,0.9948,0.8509,7.222,153.1,0.006369,0.04243,0.042660000000000003,0.015080000000000001,0.02335,0.003385,33.13,23.58,229.3,3234.0,0.153,0.5937,0.6451,0.2756,0.369,0.08815,0
|
||||
15.08,25.74,98.0,716.6,0.1024,0.09769,0.1235,0.06552999999999999,0.1647,0.06464,0.6534,1.506,4.1739999999999995,63.37,0.01052,0.02431,0.04912,0.01746,0.0212,0.004867,18.51,33.22,121.2,1050.0,0.166,0.2356,0.4029,0.1526,0.2654,0.09437999999999999,0
|
||||
11.14,14.07,71.24,384.6,0.07274,0.06064,0.04505,0.014709999999999999,0.16899999999999998,0.060829999999999995,0.4222,0.8092,3.33,28.84,0.005541,0.03387,0.04505,0.014709999999999999,0.03102,0.004831,12.12,15.82,79.62,453.5,0.08864,0.1256,0.1201,0.03922,0.2576,0.07017999999999999,1
|
||||
12.56,19.07,81.92,485.8,0.0876,0.1038,0.10300000000000001,0.043910000000000005,0.1533,0.06184,0.3602,1.4780000000000002,3.2119999999999997,27.49,0.009853,0.04235,0.06271,0.01966,0.026389999999999997,0.0042049999999999995,13.37,22.43,89.02,547.4,0.1096,0.2002,0.2388,0.09265,0.2121,0.07188,1
|
||||
13.05,18.59,85.09,512.0,0.1082,0.1304,0.09602999999999999,0.056029999999999996,0.2035,0.06501,0.3106,1.51,2.59,21.57,0.007807,0.03932,0.05112,0.01876,0.0286,0.005715,14.19,24.85,94.22,591.2,0.1343,0.2658,0.2573,0.1258,0.3113,0.08317000000000001,1
|
||||
13.87,16.21,88.52,593.7,0.08743,0.054920000000000004,0.015019999999999999,0.020880000000000003,0.1424,0.05882999999999999,0.2543,1.3630000000000002,1.7369999999999999,20.74,0.005638000000000001,0.007939,0.005254,0.0060420000000000005,0.01544,0.0020870000000000003,15.11,25.58,96.74,694.4,0.1153,0.1008,0.05285,0.055560000000000005,0.2362,0.07113,1
|
||||
8.878,15.49,56.74,241.0,0.08292999999999999,0.07697999999999999,0.04721,0.023809999999999998,0.193,0.06621,0.5381,1.2,4.277,30.18,0.01093,0.02899,0.032139999999999995,0.015059999999999999,0.02837,0.004174000000000001,9.981,17.7,65.27,302.0,0.1015,0.1248,0.09441000000000001,0.047619999999999996,0.2434,0.07431,1
|
||||
9.436,18.32,59.82,278.6,0.1009,0.05956,0.0271,0.01406,0.1506,0.06959,0.5079,1.247,3.267,30.48,0.006836,0.008981999999999999,0.02348,0.0065650000000000005,0.01942,0.0027129999999999997,12.02,25.02,75.79,439.6,0.1333,0.1049,0.1144,0.050519999999999995,0.2454,0.08136,1
|
||||
12.54,18.07,79.42,491.9,0.07436,0.0265,0.001194,0.005449,0.1528,0.05185,0.3511,0.9527,2.329,28.3,0.005783,0.004693,0.0007928999999999999,0.003617,0.02043,0.001058,13.72,20.98,86.82,585.7,0.09293,0.043269999999999996,0.0035810000000000004,0.01635,0.2233,0.05521,1
|
||||
13.3,21.57,85.24,546.1,0.08582000000000001,0.06373,0.03344,0.02424,0.1815,0.056960000000000004,0.2621,1.5390000000000001,2.028,20.98,0.005497999999999999,0.02045,0.01795,0.006399,0.01829,0.001956,14.2,29.2,92.94,621.2,0.114,0.1667,0.1212,0.056139999999999995,0.2637,0.06658,1
|
||||
12.76,18.84,81.87,496.6,0.09676,0.07952000000000001,0.02688,0.01781,0.1759,0.061829999999999996,0.2213,1.285,1.535,17.26,0.005608,0.01646,0.01529,0.009997,0.01909,0.002133,13.75,25.99,87.82,579.7,0.1298,0.1839,0.1255,0.08312,0.2744,0.07238,1
|
||||
16.5,18.29,106.6,838.1,0.09686,0.08467999999999999,0.058620000000000005,0.04835,0.1495,0.055929999999999994,0.3389,1.439,2.344,33.58,0.0072569999999999996,0.01805,0.01832,0.010329999999999999,0.01694,0.002001,18.13,25.45,117.2,1009.0,0.1338,0.1679,0.1663,0.09122999999999999,0.2394,0.06469,1
|
||||
13.4,16.95,85.48,552.4,0.07937000000000001,0.056960000000000004,0.02181,0.014730000000000002,0.165,0.057010000000000005,0.1584,0.6124,1.036,13.22,0.0043939999999999995,0.0125,0.014509999999999999,0.005484,0.01291,0.002074,14.73,21.7,93.76,663.5,0.1213,0.1676,0.1364,0.06987,0.2741,0.07582,1
|
||||
20.44,21.78,133.8,1293.0,0.0915,0.1131,0.09799,0.07785,0.1618,0.05557,0.5781,0.9168,4.218,72.44,0.006208,0.01906,0.02375,0.01461,0.01445,0.001906,24.31,26.37,161.2,1780.0,0.1327,0.2376,0.2702,0.1765,0.2609,0.06735,0
|
||||
20.2,26.83,133.7,1234.0,0.09905,0.1669,0.1641,0.1265,0.1875,0.0602,0.9761,1.892,7.127999999999999,103.6,0.008439,0.04674,0.059039999999999995,0.02536,0.0371,0.004286,24.19,33.81,160.0,1671.0,0.1278,0.3416,0.3703,0.2152,0.3271,0.07632,0
|
||||
12.21,18.02,78.31,458.4,0.09231,0.07175,0.04392,0.02027,0.1695,0.059160000000000004,0.2527,0.7786,1.874,18.57,0.005833,0.013880000000000002,0.02,0.007087,0.01938,0.00196,14.29,24.04,93.85,624.6,0.1368,0.217,0.2413,0.08829,0.3218,0.0747,1
|
||||
21.71,17.25,140.9,1546.0,0.09383999999999999,0.08562,0.1168,0.08465,0.1717,0.050539999999999995,1.207,1.051,7.733,224.1,0.005568,0.01112,0.02096,0.01197,0.012629999999999999,0.0018030000000000001,30.75,26.44,199.5,3143.0,0.1363,0.1628,0.2861,0.182,0.251,0.06494,0
|
||||
22.01,21.9,147.2,1482.0,0.1063,0.1954,0.2448,0.1501,0.1824,0.0614,1.008,0.6999,7.561,130.2,0.003978,0.028210000000000002,0.03576,0.014709999999999999,0.01518,0.003796,27.66,25.8,195.0,2227.0,0.1294,0.3885,0.4756,0.2432,0.2741,0.08574,0
|
||||
16.35,23.29,109.0,840.4,0.09742,0.1497,0.1811,0.08772999999999999,0.2175,0.06217999999999999,0.4312,1.022,2.972,45.5,0.005635,0.039169999999999996,0.06072,0.01656,0.03197,0.004085,19.38,31.03,129.3,1165.0,0.1415,0.4665,0.7087,0.2248,0.4824,0.09614,0
|
||||
15.19,13.21,97.65,711.8,0.07962999999999999,0.06934,0.03393,0.02657,0.1721,0.055439999999999996,0.1783,0.4125,1.338,17.72,0.005012,0.01485,0.01551,0.009155,0.01647,0.0017670000000000001,16.2,15.73,104.5,819.1,0.1126,0.1737,0.1362,0.08177999999999999,0.2487,0.06766,1
|
||||
21.37,15.1,141.3,1386.0,0.1001,0.1515,0.1932,0.1255,0.1973,0.061829999999999996,0.3414,1.3090000000000002,2.407,39.06,0.004425999999999999,0.02675,0.03437,0.013430000000000001,0.01675,0.004367,22.69,21.84,152.1,1535.0,0.1192,0.284,0.4024,0.1966,0.273,0.08666,0
|
||||
20.64,17.35,134.8,1335.0,0.09446,0.1076,0.1527,0.08941,0.1571,0.054779999999999995,0.6137,0.6575,4.119,77.02,0.006211,0.01895,0.026810000000000004,0.012320000000000001,0.012759999999999999,0.0017109999999999998,25.37,23.17,166.8,1946.0,0.1562,0.3055,0.4159,0.2112,0.2689,0.07055,0
|
||||
13.69,16.07,87.84,579.1,0.08302000000000001,0.06373999999999999,0.02556,0.020309999999999998,0.1872,0.05669,0.1705,0.5066,1.3719999999999999,14.0,0.004229999999999999,0.01587,0.01169,0.006335,0.019430000000000003,0.002177,14.84,20.21,99.16,670.6,0.1105,0.2096,0.1346,0.06987,0.3323,0.07701000000000001,1
|
||||
16.17,16.07,106.3,788.5,0.0988,0.1438,0.06651,0.053970000000000004,0.19899999999999998,0.06572,0.1745,0.489,1.349,14.91,0.00451,0.018119999999999997,0.01951,0.01196,0.01934,0.003696,16.97,19.14,113.1,861.5,0.1235,0.255,0.2114,0.1251,0.3153,0.0896,1
|
||||
10.57,20.22,70.15,338.3,0.09072999999999999,0.166,0.228,0.059410000000000004,0.2188,0.0845,0.1115,1.2309999999999999,2.363,7.228,0.008499,0.07643,0.1535,0.029189999999999997,0.01617,0.0122,10.85,22.82,76.51,351.9,0.1143,0.3619,0.603,0.1465,0.2597,0.12,1
|
||||
13.46,28.21,85.89,562.1,0.07517,0.04726,0.012709999999999999,0.011170000000000001,0.1421,0.057629999999999994,0.1689,1.15,1.4,14.91,0.004942,0.012029999999999999,0.007508,0.005179,0.014419999999999999,0.001684,14.69,35.63,97.11,680.6,0.1108,0.1457,0.07934,0.05781,0.2694,0.07061,1
|
||||
13.66,15.15,88.27,580.6,0.08267999999999999,0.07547999999999999,0.04249,0.02471,0.1792,0.05897,0.1402,0.5417,1.101,11.35,0.005212,0.02984,0.02443,0.008356,0.01818,0.004868,14.54,19.64,97.96,657.0,0.1275,0.3104,0.2569,0.1054,0.3387,0.09638,1
|
||||
11.08,18.83,73.3,361.6,0.1216,0.2154,0.1689,0.06367,0.2196,0.0795,0.2114,1.0270000000000001,1.719,13.99,0.007405,0.045489999999999996,0.045880000000000004,0.01339,0.01738,0.004435000000000001,13.24,32.82,91.76,508.1,0.2184,0.9379,0.8402,0.2524,0.4154,0.1403,0
|
||||
11.27,12.96,73.16,386.3,0.1237,0.1111,0.079,0.0555,0.2018,0.06914,0.2562,0.9858,1.8090000000000002,16.04,0.006634999999999999,0.017769999999999998,0.02101,0.011640000000000001,0.02108,0.003721,12.84,20.53,84.93,476.1,0.161,0.2429,0.2247,0.1318,0.3343,0.09215,1
|
||||
11.04,14.93,70.67,372.7,0.07987000000000001,0.07078999999999999,0.035460000000000005,0.02074,0.2003,0.06246,0.1642,1.031,1.281,11.68,0.005296,0.019030000000000002,0.017230000000000002,0.006959999999999999,0.0188,0.001941,12.09,20.83,79.73,447.1,0.1095,0.1982,0.1553,0.06754,0.3202,0.07287,1
|
||||
12.05,22.72,78.75,447.8,0.06935,0.1073,0.07943,0.02978,0.1203,0.06659,0.1194,1.4340000000000002,1.778,9.549,0.0050420000000000005,0.0456,0.04305,0.016669999999999997,0.0247,0.007358,12.57,28.71,87.36,488.4,0.08799,0.3214,0.2912,0.1092,0.2191,0.09349,1
|
||||
12.39,17.48,80.64,462.9,0.1042,0.1297,0.05892000000000001,0.0288,0.1779,0.06588,0.2608,0.873,2.117,19.2,0.0067150000000000005,0.03705,0.04757,0.01051,0.01838,0.006884,14.18,23.13,95.23,600.5,0.1427,0.3593,0.3206,0.09804,0.2819,0.1118,1
|
||||
13.28,13.72,85.79,541.8,0.08363,0.08575,0.050769999999999996,0.02864,0.1617,0.05594,0.1833,0.5308,1.5919999999999999,15.26,0.0042710000000000005,0.020730000000000002,0.02828,0.008468,0.01461,0.002613,14.24,17.37,96.59,623.7,0.1166,0.2685,0.2866,0.09172999999999999,0.2736,0.0732,1
|
||||
14.6,23.29,93.97,664.7,0.08682000000000001,0.06636,0.0839,0.05271,0.1627,0.05416,0.4157,1.6269999999999998,2.9139999999999997,33.01,0.008312,0.017419999999999998,0.033889999999999997,0.01576,0.0174,0.0028710000000000003,15.79,31.71,102.2,758.2,0.1312,0.1581,0.2675,0.1359,0.2477,0.06836,0
|
||||
12.21,14.09,78.78,462.0,0.08108,0.07823,0.06838999999999999,0.02534,0.1646,0.06154,0.2666,0.8309,2.097,19.96,0.004405,0.030260000000000002,0.04344,0.01087,0.019209999999999998,0.004622,13.13,19.29,87.65,529.9,0.1026,0.2431,0.3076,0.0914,0.2677,0.08824,1
|
||||
13.88,16.16,88.37,596.6,0.07026,0.048310000000000006,0.02045,0.008506999999999999,0.1607,0.05474,0.2541,0.6218,1.709,23.12,0.003728,0.01415,0.019880000000000002,0.007016,0.01647,0.00197,15.51,19.97,99.66,745.3,0.08484,0.1233,0.1091,0.04537,0.2542,0.06623,1
|
||||
11.27,15.5,73.38,392.0,0.08365,0.1114,0.1007,0.027569999999999997,0.18100000000000002,0.07252,0.3305,1.067,2.569,22.97,0.01038,0.06669,0.09472,0.02047,0.012190000000000001,0.012329999999999999,12.04,18.93,79.73,450.0,0.1102,0.2809,0.3021,0.08272,0.2157,0.1043,1
|
||||
19.55,23.21,128.9,1174.0,0.10099999999999999,0.1318,0.1856,0.1021,0.1989,0.058839999999999996,0.6107,2.8360000000000003,5.382999999999999,70.1,0.01124,0.04097,0.07468999999999999,0.03441,0.02768,0.00624,20.82,30.44,142.0,1313.0,0.1251,0.2414,0.3829,0.1825,0.2576,0.07602,0
|
||||
10.26,12.22,65.75,321.6,0.09996000000000001,0.07542,0.01923,0.01968,0.18,0.06569,0.1911,0.5477,1.348,11.88,0.005682,0.01365,0.008496,0.006929,0.01938,0.0023710000000000003,11.38,15.65,73.23,394.5,0.1343,0.165,0.08615,0.06696,0.2937,0.07722000000000001,1
|
||||
8.734,16.84,55.27,234.3,0.1039,0.07428,0.0,0.0,0.1985,0.07098,0.5169,2.079,3.167,28.85,0.015819999999999997,0.01966,0.0,0.0,0.01865,0.006736,10.17,22.8,64.01,317.0,0.146,0.131,0.0,0.0,0.2445,0.08865,1
|
||||
15.49,19.97,102.4,744.7,0.11599999999999999,0.1562,0.1891,0.09112999999999999,0.1929,0.06744,0.647,1.331,4.675,66.91,0.007268999999999999,0.02928,0.04972,0.016390000000000002,0.01852,0.004232,21.2,29.41,142.1,1359.0,0.1681,0.3913,0.5553,0.2121,0.3187,0.1019,0
|
||||
21.61,22.28,144.4,1407.0,0.1167,0.2087,0.281,0.1562,0.2162,0.06606000000000001,0.6242,0.9209,4.158,80.99,0.005215,0.03726,0.04718,0.01288,0.02045,0.004028,26.23,28.74,172.0,2081.0,0.1502,0.5717,0.7053,0.2422,0.3828,0.1007,0
|
||||
12.1,17.72,78.07,446.2,0.1029,0.09758,0.047830000000000004,0.033260000000000005,0.1937,0.061610000000000005,0.2841,1.652,1.869,22.22,0.008145999999999999,0.016309999999999998,0.018430000000000002,0.007513,0.02015,0.0017980000000000001,13.56,25.8,88.33,559.5,0.1432,0.1773,0.1603,0.06266000000000001,0.3049,0.07081,1
|
||||
14.06,17.18,89.75,609.1,0.08045,0.053610000000000005,0.026810000000000004,0.032510000000000004,0.1641,0.05764,0.1504,1.685,1.237,12.67,0.005371,0.01273,0.01132,0.009155,0.01719,0.001444,14.92,25.34,96.42,684.5,0.1066,0.1231,0.0846,0.07911,0.2523,0.06609,1
|
||||
13.51,18.89,88.1,558.1,0.1059,0.1147,0.0858,0.053810000000000004,0.1806,0.06079,0.2136,1.3319999999999999,1.5130000000000001,19.29,0.005442,0.01957,0.03304,0.013669999999999998,0.01315,0.002464,14.8,27.2,97.33,675.2,0.1428,0.257,0.3438,0.1453,0.2666,0.07686,1
|
||||
12.8,17.46,83.05,508.3,0.08044,0.08895,0.0739,0.04083,0.1574,0.0575,0.3639,1.265,2.668,30.57,0.0054210000000000005,0.03477,0.04545,0.01384,0.018690000000000002,0.004067,13.74,21.06,90.72,591.0,0.09534,0.1812,0.1901,0.08296,0.1988,0.07053,1
|
||||
11.06,14.83,70.31,378.2,0.07741,0.04768,0.02712,0.007245999999999999,0.1535,0.06214,0.1855,0.6881,1.263,12.98,0.004259000000000001,0.01469,0.0194,0.004168,0.011909999999999999,0.0035369999999999998,12.68,20.35,80.79,496.7,0.11199999999999999,0.1879,0.2079,0.055560000000000005,0.259,0.09158,1
|
||||
11.8,17.26,75.26,431.9,0.09087,0.06232000000000001,0.02853,0.016380000000000002,0.1847,0.06019,0.3438,1.14,2.225,25.06,0.005463,0.01964,0.02079,0.005398,0.014769999999999998,0.003071,13.45,24.49,86.0,562.0,0.1244,0.1726,0.1449,0.05356,0.2779,0.08121,1
|
||||
17.91,21.02,124.4,994.0,0.12300000000000001,0.2576,0.3189,0.1198,0.2113,0.07115,0.40299999999999997,0.7747,3.123,41.51,0.007159,0.03718,0.06165,0.01051,0.01591,0.005099,20.8,27.78,149.6,1304.0,0.1873,0.5917,0.9034,0.1964,0.3245,0.1198,0
|
||||
11.93,10.91,76.14,442.7,0.08872000000000001,0.05242,0.026060000000000003,0.01796,0.1601,0.05541,0.2522,1.045,1.649,18.95,0.006175,0.01204,0.01376,0.005832,0.01096,0.001857,13.8,20.14,87.64,589.5,0.1374,0.1575,0.1514,0.06876,0.24600000000000002,0.07262,1
|
||||
12.96,18.29,84.18,525.2,0.07351,0.07899,0.04057,0.01883,0.1874,0.05899,0.2357,1.2990000000000002,2.397,20.21,0.003629,0.03713,0.03452,0.01065,0.02632,0.0037049999999999995,14.13,24.61,96.31,621.9,0.09329,0.2318,0.1604,0.06608,0.3207,0.07247,1
|
||||
12.94,16.17,83.18,507.6,0.09879,0.08836000000000001,0.03296,0.0239,0.1735,0.062,0.1458,0.905,0.9975,11.36,0.0028870000000000002,0.01285,0.016130000000000002,0.007308,0.0187,0.001972,13.86,23.02,89.69,580.9,0.1172,0.1958,0.18100000000000002,0.08388,0.3297,0.07833999999999999,1
|
||||
12.34,14.95,78.29,469.1,0.08682000000000001,0.04571,0.02109,0.02054,0.1571,0.05708,0.3833,0.9078,2.602,30.15,0.007702,0.008491,0.013069999999999998,0.0103,0.0297,0.0014320000000000001,13.18,16.85,84.11,533.1,0.1048,0.06744,0.049210000000000004,0.04793,0.2298,0.059739999999999994,1
|
||||
10.94,18.59,70.39,370.0,0.1004,0.0746,0.04944,0.02932,0.1486,0.06615,0.3796,1.743,3.0180000000000002,25.78,0.009519,0.02134,0.0199,0.01155,0.02079,0.0027010000000000003,12.4,25.58,82.76,472.4,0.1363,0.1644,0.1412,0.07887000000000001,0.2251,0.07732,1
|
||||
16.14,14.86,104.3,800.0,0.09495,0.08501,0.055,0.04528,0.1735,0.05875,0.2387,0.6372,1.729,21.83,0.003958,0.012459999999999999,0.01831,0.008747,0.015,0.001621,17.71,19.58,115.9,947.9,0.1206,0.1722,0.231,0.1129,0.2778,0.07012,1
|
||||
12.85,21.37,82.63,514.5,0.07551000000000001,0.08316,0.06126,0.01867,0.158,0.06114,0.4993,1.798,2.552,41.24,0.006011,0.0448,0.05175,0.01341,0.02669,0.007731,14.4,27.01,91.63,645.8,0.09402,0.1936,0.1838,0.056010000000000004,0.2488,0.08151,1
|
||||
17.99,20.66,117.8,991.7,0.1036,0.1304,0.1201,0.08824,0.1992,0.06069,0.4537,0.8733,3.0610000000000004,49.81,0.0072310000000000004,0.027719999999999998,0.02509,0.0148,0.01414,0.003336,21.08,25.41,138.1,1349.0,0.1482,0.3735,0.3301,0.1974,0.306,0.08503,0
|
||||
12.27,17.92,78.41,466.1,0.08685,0.06526,0.03211,0.02653,0.1966,0.055970000000000006,0.3342,1.781,2.079,25.79,0.005888,0.0231,0.02059,0.01075,0.02578,0.0022670000000000004,14.1,28.88,89.0,610.2,0.124,0.1795,0.1377,0.09532,0.3455,0.06896000000000001,1
|
||||
11.36,17.57,72.49,399.8,0.08857999999999999,0.05313,0.02783,0.021,0.1601,0.059129999999999995,0.1916,1.555,1.359,13.66,0.005391,0.009947,0.01163,0.005872,0.01341,0.0016589999999999999,13.05,36.32,85.07,521.3,0.1453,0.1622,0.1811,0.08698,0.2973,0.07745,1
|
||||
11.04,16.83,70.92,373.2,0.1077,0.07804,0.03046,0.0248,0.1714,0.0634,0.1967,1.3869999999999998,1.3419999999999999,13.54,0.005158,0.009355,0.01056,0.007483,0.01718,0.002198,12.41,26.44,79.93,471.4,0.1369,0.1482,0.1067,0.07431,0.2998,0.07881,1
|
||||
9.397,21.68,59.75,268.8,0.07969,0.060529999999999994,0.03735,0.005128,0.1274,0.06724,0.1186,1.182,1.1740000000000002,6.8020000000000005,0.005515,0.026739999999999996,0.03735,0.005128,0.01951,0.004582999999999999,9.965,27.99,66.61,301.0,0.1086,0.1887,0.1868,0.025639999999999996,0.2376,0.09206,1
|
||||
14.99,22.11,97.53,693.7,0.08515,0.1025,0.06859,0.03876,0.1944,0.059129999999999995,0.3186,1.3359999999999999,2.31,28.51,0.004449,0.02808,0.03312,0.01196,0.01906,0.0040149999999999995,16.76,31.55,110.2,867.1,0.1077,0.3345,0.3114,0.1308,0.3163,0.09251000000000001,1
|
||||
15.13,29.81,96.71,719.5,0.0832,0.04605,0.04686,0.027389999999999998,0.1852,0.05294,0.4681,1.6269999999999998,3.043,45.38,0.006831,0.01427,0.02489,0.009087,0.03151,0.00175,17.26,36.91,110.1,931.4,0.1148,0.09866,0.1547,0.06575,0.3233,0.06165,0
|
||||
11.89,21.17,76.39,433.8,0.09773,0.0812,0.02555,0.02179,0.2019,0.0629,0.2747,1.203,1.93,19.53,0.009895000000000001,0.03053,0.0163,0.009276000000000001,0.022580000000000003,0.0022719999999999997,13.05,27.21,85.09,522.9,0.1426,0.2187,0.1164,0.08263,0.3075,0.07351,1
|
||||
9.405,21.7,59.6,271.2,0.1044,0.06159,0.02047,0.01257,0.2025,0.06601,0.4302,2.878,2.759,25.17,0.014740000000000001,0.01674,0.013669999999999998,0.008674,0.03044,0.0045899999999999995,10.85,31.24,68.73,359.4,0.1526,0.1193,0.06141,0.0377,0.2872,0.08304,1
|
||||
15.5,21.08,102.9,803.1,0.11199999999999999,0.1571,0.1522,0.08481,0.2085,0.06863999999999999,1.37,1.213,9.424,176.5,0.008198,0.03889,0.04493,0.02139,0.02018,0.005815,23.17,27.65,157.1,1748.0,0.1517,0.4002,0.4211,0.2134,0.3003,0.1048,0
|
||||
12.7,12.17,80.88,495.0,0.08785,0.05794,0.0236,0.02402,0.1583,0.06275,0.2253,0.6457,1.527,17.37,0.006131,0.012629999999999999,0.009075,0.008231,0.017130000000000003,0.004414,13.65,16.92,88.12,566.9,0.1314,0.1607,0.09385,0.08224,0.2775,0.09464,1
|
||||
11.16,21.41,70.95,380.3,0.1018,0.05977999999999999,0.008955,0.010759999999999999,0.1615,0.061439999999999995,0.2865,1.6780000000000002,1.9680000000000002,18.99,0.006908,0.009442,0.006972,0.006159,0.02694,0.00206,12.36,28.92,79.26,458.0,0.1282,0.1108,0.03582,0.04306,0.2976,0.07123,1
|
||||
11.57,19.04,74.2,409.7,0.08546000000000001,0.07722000000000001,0.05485,0.014280000000000001,0.2031,0.06267,0.2864,1.44,2.206,20.3,0.007278,0.02047,0.044469999999999996,0.008799,0.018680000000000002,0.003339,13.07,26.98,86.43,520.5,0.1249,0.1937,0.256,0.06663999999999999,0.3035,0.08284,1
|
||||
14.69,13.98,98.22,656.1,0.1031,0.1836,0.145,0.063,0.2086,0.07406,0.5462,1.511,4.795,49.45,0.009976,0.05244,0.052779999999999994,0.0158,0.02653,0.005444,16.46,18.34,114.1,809.2,0.1312,0.3635,0.3219,0.1108,0.2827,0.09208,1
|
||||
11.61,16.02,75.46,408.2,0.1088,0.1168,0.07097,0.044969999999999996,0.1886,0.0632,0.2456,0.7339,1.6669999999999998,15.89,0.005884,0.02005,0.026310000000000004,0.013040000000000001,0.01848,0.001982,12.64,19.67,81.93,475.7,0.1415,0.217,0.2302,0.1105,0.2787,0.07427,1
|
||||
13.66,19.13,89.46,575.3,0.09057,0.1147,0.09657,0.048119999999999996,0.1848,0.061810000000000004,0.2244,0.895,1.804,19.36,0.00398,0.028089999999999997,0.03669,0.012740000000000001,0.01581,0.003956,15.14,25.5,101.4,708.8,0.1147,0.3167,0.366,0.1407,0.2744,0.08839,1
|
||||
9.742,19.12,61.93,289.7,0.1075,0.08333,0.008934000000000001,0.01967,0.2538,0.07028999999999999,0.6965,1.7469999999999999,4.607,43.52,0.013069999999999998,0.01885,0.006021,0.01052,0.031,0.004225,11.21,23.17,71.79,380.9,0.1398,0.1352,0.02085,0.04589,0.3196,0.08009,1
|
||||
10.03,21.28,63.19,307.3,0.08117,0.03912,0.00247,0.005159,0.163,0.06439,0.1851,1.341,1.1840000000000002,11.6,0.005724,0.005697,0.002074,0.003527,0.01445,0.002411,11.11,28.94,69.92,376.3,0.1126,0.07094,0.01235,0.025789999999999997,0.2349,0.08061,1
|
||||
10.48,14.98,67.49,333.6,0.09816,0.1013,0.06335,0.022180000000000002,0.1925,0.06915,0.3276,1.127,2.5639999999999996,20.77,0.007364,0.038669999999999996,0.052629999999999996,0.01264,0.02161,0.00483,12.13,21.57,81.41,440.4,0.1327,0.2996,0.2939,0.0931,0.302,0.09646,1
|
||||
10.8,21.98,68.79,359.9,0.08801,0.057429999999999995,0.03614,0.01404,0.2016,0.059770000000000004,0.3077,1.621,2.24,20.2,0.006543000000000001,0.021480000000000003,0.029910000000000003,0.01045,0.01844,0.0026899999999999997,12.76,32.04,83.69,489.5,0.1303,0.1696,0.1927,0.07485,0.2965,0.07662000000000001,1
|
||||
11.13,16.62,70.47,381.1,0.08151,0.03834,0.01369,0.0137,0.1511,0.06147999999999999,0.1415,0.9671,0.968,9.704,0.005883,0.006263,0.009398,0.006189,0.02009,0.0023769999999999998,11.68,20.29,74.35,421.1,0.10300000000000001,0.062189999999999995,0.0458,0.04044,0.2383,0.07082999999999999,1
|
||||
12.72,17.67,80.98,501.3,0.07896,0.045219999999999996,0.01402,0.01835,0.1459,0.055439999999999996,0.2954,0.8836,2.109,23.24,0.007337000000000001,0.01174,0.005383,0.0056229999999999995,0.0194,0.00118,13.82,20.96,88.87,586.8,0.1068,0.09605,0.03469,0.03612,0.2165,0.06025,1
|
||||
14.9,22.53,102.1,685.0,0.09947,0.2225,0.2733,0.09711,0.2041,0.06898,0.253,0.8749,3.466,24.19,0.006965000000000001,0.06213,0.07926,0.022340000000000002,0.01499,0.005784,16.35,27.57,125.4,832.7,0.1419,0.7090000000000001,0.9019,0.2475,0.2866,0.1155,0
|
||||
12.4,17.68,81.47,467.8,0.1054,0.1316,0.07741,0.027989999999999998,0.1811,0.07102,0.1767,1.46,2.204,15.43,0.01,0.03295,0.04861,0.01167,0.02187,0.006005,12.88,22.91,89.61,515.8,0.145,0.2629,0.2403,0.0737,0.2556,0.09358999999999999,1
|
||||
20.18,19.54,133.8,1250.0,0.1133,0.1489,0.2133,0.1259,0.1724,0.060529999999999994,0.4331,1.001,3.008,52.49,0.009087,0.02715,0.05546,0.0191,0.02451,0.004005,22.03,25.07,146.0,1479.0,0.1665,0.2942,0.5308,0.2173,0.3032,0.08075,0
|
||||
18.82,21.97,123.7,1110.0,0.1018,0.1389,0.1594,0.08744,0.1943,0.061320000000000006,0.8191,1.931,4.493,103.9,0.008074,0.04088,0.05321,0.018340000000000002,0.02383,0.004515,22.66,30.93,145.3,1603.0,0.139,0.3463,0.3912,0.1708,0.3007,0.08313999999999999,0
|
||||
14.86,16.94,94.89,673.7,0.08924,0.07074,0.033460000000000004,0.02877,0.1573,0.05703,0.3028,0.6683,1.6119999999999999,23.92,0.005756,0.01665,0.01461,0.008281,0.01551,0.002168,16.31,20.54,102.3,777.5,0.1218,0.155,0.122,0.07971,0.2525,0.06827000000000001,1
|
||||
13.98,19.62,91.12,599.5,0.106,0.1133,0.1126,0.06462999999999999,0.1669,0.06544,0.2208,0.9533,1.6019999999999999,18.85,0.005314,0.01791,0.02185,0.009567,0.01223,0.002846,17.04,30.8,113.9,869.3,0.1613,0.3568,0.4069,0.1827,0.3179,0.1055,0
|
||||
12.87,19.54,82.67,509.2,0.09136,0.07883,0.01797,0.0209,0.1861,0.06347,0.3665,0.7693,2.597,26.5,0.00591,0.013619999999999998,0.007065999999999999,0.006502,0.02223,0.002378,14.45,24.38,95.14,626.9,0.1214,0.1652,0.07127,0.06384,0.3313,0.07735,1
|
||||
14.04,15.98,89.78,611.2,0.08457999999999999,0.05895,0.035339999999999996,0.029439999999999997,0.1714,0.05898,0.3892,1.046,2.6439999999999997,32.74,0.007976,0.01295,0.01608,0.009046,0.02005,0.00283,15.66,21.58,101.2,750.0,0.1195,0.1252,0.1117,0.07453,0.2725,0.07234,1
|
||||
13.85,19.6,88.68,592.6,0.08684,0.0633,0.01342,0.022930000000000002,0.1555,0.056729999999999996,0.3419,1.6780000000000002,2.331,29.63,0.005836,0.01095,0.0058119999999999995,0.007039,0.02014,0.002326,15.63,28.01,100.9,749.1,0.1118,0.1141,0.04753,0.0589,0.2513,0.06911,1
|
||||
14.02,15.66,89.59,606.5,0.07966000000000001,0.055810000000000005,0.02087,0.02652,0.1589,0.05586,0.2142,0.6549,1.6059999999999999,19.25,0.004837,0.009238,0.009212999999999999,0.010759999999999999,0.01171,0.002104,14.91,19.31,96.53,688.9,0.1034,0.1017,0.0626,0.08216,0.2136,0.0671,1
|
||||
10.97,17.2,71.73,371.5,0.08915,0.1113,0.09457,0.03613,0.1489,0.0664,0.2574,1.376,2.806,18.15,0.008565000000000001,0.046380000000000005,0.0643,0.01768,0.01516,0.0049759999999999995,12.36,26.87,90.14,476.4,0.1391,0.4082,0.4779,0.1555,0.254,0.09532,1
|
||||
17.27,25.42,112.4,928.8,0.08331000000000001,0.1109,0.1204,0.05736,0.1467,0.05407000000000001,0.51,1.679,3.283,58.38,0.008109,0.04308,0.04942,0.017419999999999998,0.01594,0.003739,20.38,35.46,132.8,1284.0,0.1436,0.4122,0.5036,0.1739,0.25,0.07944,0
|
||||
13.78,15.79,88.37,585.9,0.08817,0.06717999999999999,0.01055,0.009937,0.1405,0.05848,0.3563,0.4833,2.235,29.34,0.006431999999999999,0.011559999999999999,0.007741,0.005657,0.01227,0.002564,15.27,17.5,97.9,706.6,0.1072,0.1071,0.03517,0.03312,0.1859,0.0681,1
|
||||
10.57,18.32,66.82,340.9,0.08142,0.04462,0.01993,0.01111,0.2372,0.057679999999999995,0.1818,2.542,1.2770000000000001,13.12,0.01072,0.013309999999999999,0.01993,0.01111,0.017169999999999998,0.004492,10.94,23.31,69.35,366.3,0.09794,0.06542,0.03986,0.02222,0.2699,0.06736,1
|
||||
18.03,16.85,117.5,990.0,0.08947000000000001,0.1232,0.109,0.06254,0.172,0.0578,0.2986,0.5906,1.921,35.77,0.004117,0.0156,0.02975,0.009753,0.01295,0.002436,20.38,22.02,133.3,1292.0,0.1263,0.2666,0.429,0.1535,0.2842,0.08225,0
|
||||
11.99,24.89,77.61,441.3,0.10300000000000001,0.09218,0.05441,0.04274,0.182,0.0685,0.2623,1.204,1.865,19.39,0.008320000000000001,0.02025,0.02334,0.01665,0.02094,0.003674,12.98,30.36,84.48,513.9,0.1311,0.1822,0.1609,0.1202,0.2599,0.08251,1
|
||||
17.75,28.03,117.3,981.6,0.09997,0.1314,0.1698,0.08292999999999999,0.1713,0.059160000000000004,0.3897,1.077,2.873,43.95,0.004714,0.02015,0.036969999999999996,0.0111,0.01237,0.0025559999999999997,21.53,38.54,145.4,1437.0,0.1401,0.3762,0.6399,0.19699999999999998,0.2972,0.09075,0
|
||||
14.8,17.66,95.88,674.8,0.09179,0.0889,0.04069,0.0226,0.1893,0.05886,0.2204,0.6221,1.482,19.75,0.004796,0.01171,0.017580000000000002,0.0068969999999999995,0.02254,0.001971,16.43,22.74,105.9,829.5,0.1226,0.1881,0.20600000000000002,0.08308,0.36,0.07285,1
|
||||
14.53,19.34,94.25,659.7,0.08388,0.078,0.08817,0.02925,0.1473,0.057460000000000004,0.2535,1.354,1.994,23.04,0.004147,0.02048,0.03379,0.008848,0.013940000000000001,0.002327,16.3,28.39,108.1,830.5,0.1089,0.2649,0.3779,0.09594,0.2471,0.07463,1
|
||||
21.1,20.52,138.1,1384.0,0.09684,0.1175,0.1572,0.1155,0.1554,0.05661,0.6643,1.361,4.542,81.89,0.0054670000000000005,0.02075,0.03185,0.01466,0.01029,0.002205,25.68,32.07,168.2,2022.0,0.1368,0.3101,0.4399,0.228,0.2268,0.07425,0
|
||||
11.87,21.54,76.83,432.0,0.06613,0.1064,0.08777,0.02386,0.1349,0.06612,0.256,1.554,1.955,20.24,0.006854000000000001,0.060629999999999996,0.06663,0.01553,0.023540000000000002,0.008925,12.79,28.18,83.51,507.2,0.09457,0.3399,0.3218,0.0875,0.2305,0.09952000000000001,1
|
||||
19.59,25.0,127.7,1191.0,0.1032,0.09871,0.1655,0.09063,0.1663,0.05391,0.4674,1.375,2.9160000000000004,56.18,0.0119,0.01929,0.049069999999999996,0.01499,0.01641,0.001807,21.44,30.96,139.8,1421.0,0.1528,0.1845,0.3977,0.1466,0.2293,0.06091,0
|
||||
12.0,28.23,76.77,442.5,0.08437,0.0645,0.04055,0.01945,0.1615,0.06104,0.1912,1.705,1.516,13.86,0.007334,0.025889999999999996,0.029410000000000002,0.009165999999999999,0.01745,0.004302,13.09,37.88,85.07,523.7,0.1208,0.1856,0.1811,0.07116,0.2447,0.08194,1
|
||||
14.53,13.98,93.86,644.2,0.1099,0.09242,0.06895,0.06495,0.165,0.06121,0.306,0.7213,2.1430000000000002,25.7,0.0061329999999999996,0.01251,0.01615,0.011359999999999999,0.02207,0.003563,15.8,16.93,103.1,749.9,0.1347,0.1478,0.1373,0.1069,0.2606,0.0781,1
|
||||
12.62,17.15,80.62,492.9,0.08582999999999999,0.0543,0.029660000000000002,0.022719999999999997,0.1799,0.05826,0.1692,0.6674,1.1159999999999999,13.32,0.0038880000000000004,0.008539,0.01256,0.006887999999999999,0.01608,0.001638,14.34,22.15,91.62,633.5,0.1225,0.1517,0.1887,0.09851,0.327,0.0733,1
|
||||
13.38,30.72,86.34,557.2,0.09245,0.07426,0.028189999999999996,0.032639999999999995,0.1375,0.060160000000000005,0.3408,1.9240000000000002,2.287,28.93,0.005841,0.012459999999999999,0.007936,0.009128,0.01564,0.0029850000000000002,15.05,41.61,96.69,705.6,0.1172,0.1421,0.07003,0.07762999999999999,0.2196,0.07675,1
|
||||
11.63,29.29,74.87,415.1,0.09357,0.08574,0.0716,0.02017,0.1799,0.06166,0.3135,2.426,2.15,23.13,0.009861,0.02418,0.04275,0.009215000000000001,0.02475,0.002128,13.12,38.81,86.04,527.8,0.1406,0.2031,0.2923,0.06835,0.2884,0.0722,1
|
||||
13.21,25.25,84.1,537.9,0.08791,0.05205,0.027719999999999998,0.02068,0.1619,0.05584,0.2084,1.35,1.314,17.58,0.005768,0.008081999999999999,0.0151,0.006451,0.01347,0.0018280000000000002,14.35,34.23,91.29,632.9,0.1289,0.1063,0.139,0.06005,0.2444,0.06788,1
|
||||
13.0,25.13,82.61,520.2,0.08369,0.050730000000000004,0.01206,0.01762,0.1667,0.05449,0.2621,1.232,1.6569999999999998,21.19,0.0060539999999999995,0.008974,0.005681,0.006336,0.01215,0.0015140000000000002,14.34,31.88,91.06,628.5,0.1218,0.1093,0.04462,0.059210000000000006,0.2306,0.06291000000000001,1
|
||||
9.755,28.2,61.68,290.9,0.07984,0.04626,0.01541,0.01043,0.1621,0.05952,0.1781,1.6869999999999998,1.2429999999999999,11.28,0.006587999999999999,0.0127,0.0145,0.006104,0.01574,0.002268,10.67,36.92,68.03,349.9,0.111,0.1109,0.0719,0.04866,0.2321,0.07211000000000001,1
|
||||
17.08,27.15,111.2,930.9,0.09898,0.111,0.1007,0.06431,0.1793,0.06281,0.9291,1.1520000000000001,6.051,115.2,0.008740000000000001,0.02219,0.02721,0.014580000000000001,0.02045,0.004417,22.96,34.49,152.1,1648.0,0.16,0.2444,0.2639,0.1555,0.301,0.0906,0
|
||||
27.42,26.27,186.9,2501.0,0.1084,0.1988,0.3635,0.1689,0.2061,0.056229999999999995,2.5469999999999997,1.306,18.65,542.2,0.00765,0.053739999999999996,0.08055,0.02598,0.01697,0.0045579999999999996,36.04,31.37,251.2,4254.0,0.1357,0.4256,0.6833,0.2625,0.2641,0.07427,0
|
||||
14.4,26.99,92.25,646.1,0.06995,0.05223,0.03476,0.01737,0.1707,0.054329999999999996,0.2315,0.9112,1.7269999999999999,20.52,0.0053560000000000005,0.01679,0.01971,0.006370000000000001,0.01414,0.0018920000000000002,15.4,31.98,100.4,734.6,0.1017,0.146,0.1472,0.05563,0.2345,0.06464,1
|
||||
11.6,18.36,73.88,412.7,0.08507999999999999,0.05855,0.03367,0.017769999999999998,0.1516,0.058589999999999996,0.1816,0.7656,1.3030000000000002,12.89,0.0067090000000000006,0.01701,0.0208,0.007497,0.021240000000000002,0.002768,12.77,24.02,82.68,495.1,0.1342,0.1808,0.18600000000000003,0.08288,0.321,0.07862999999999999,1
|
||||
13.17,18.22,84.28,537.3,0.07466,0.05994,0.048589999999999994,0.0287,0.1454,0.05549,0.2023,0.685,1.236,16.89,0.0059689999999999995,0.01493,0.01564,0.008463,0.01093,0.0016719999999999999,14.9,23.89,95.1,687.6,0.1282,0.1965,0.1876,0.1045,0.2235,0.06925,1
|
||||
13.24,20.13,86.87,542.9,0.08284,0.1223,0.10099999999999999,0.02833,0.1601,0.06432,0.281,0.8135,3.3689999999999998,23.81,0.004929,0.06657,0.07683,0.013680000000000001,0.01526,0.008133,15.44,25.5,115.0,733.5,0.1201,0.5646,0.6556,0.1357,0.2845,0.1249,1
|
||||
13.14,20.74,85.98,536.9,0.08675,0.1089,0.1085,0.0351,0.1562,0.0602,0.3152,0.7884,2.312,27.4,0.007295,0.03179,0.04615,0.01254,0.015609999999999999,0.00323,14.8,25.46,100.9,689.1,0.1351,0.3549,0.4504,0.1181,0.2563,0.08174,1
|
||||
9.668,18.1,61.06,286.3,0.08311,0.054279999999999995,0.014790000000000001,0.005769,0.168,0.06412000000000001,0.3416,1.3119999999999998,2.275,20.98,0.01098,0.01257,0.01031,0.003934,0.026930000000000003,0.002979,11.15,24.62,71.11,380.2,0.1388,0.1255,0.06409,0.025,0.3057,0.07875,1
|
||||
17.6,23.33,119.0,980.5,0.09289,0.2004,0.2136,0.1002,0.1696,0.07368999999999999,0.9289,1.465,5.801,104.9,0.0067659999999999994,0.07025,0.06591,0.02311,0.016730000000000002,0.0113,21.57,28.87,143.6,1437.0,0.1207,0.4785,0.5165,0.1996,0.2301,0.1224,0
|
||||
11.62,18.18,76.38,408.8,0.1175,0.1483,0.102,0.055639999999999995,0.1957,0.07255,0.4101,1.74,3.0269999999999997,27.85,0.01459,0.032060000000000005,0.04961,0.01841,0.01807,0.005217,13.36,25.4,88.14,528.1,0.17800000000000002,0.2878,0.3186,0.1416,0.266,0.0927,1
|
||||
9.667,18.49,61.49,289.1,0.08946,0.06258,0.029480000000000003,0.01514,0.2238,0.06412999999999999,0.3776,1.35,2.569,22.73,0.007501000000000001,0.01989,0.027139999999999997,0.009883,0.0196,0.003913000000000001,11.14,25.62,70.88,385.2,0.1234,0.1542,0.1277,0.0656,0.3174,0.08524,1
|
||||
12.04,28.14,76.85,449.9,0.08752,0.06,0.02367,0.02377,0.1854,0.056979999999999996,0.6061,2.6430000000000002,4.099,44.96,0.007517,0.01555,0.01465,0.01183,0.02047,0.0038829999999999997,13.6,33.33,87.24,567.6,0.1041,0.09726,0.05524,0.055470000000000005,0.2404,0.06639,1
|
||||
14.92,14.93,96.45,686.9,0.08098,0.08549,0.055389999999999995,0.03221,0.1687,0.05669,0.2446,0.4334,1.8259999999999998,23.31,0.003271,0.0177,0.0231,0.008399,0.011479999999999999,0.002379,17.18,18.22,112.0,906.6,0.1065,0.2791,0.3151,0.1147,0.2688,0.08273,1
|
||||
12.27,29.97,77.42,465.4,0.07699,0.03398,0.0,0.0,0.1701,0.0596,0.4455,3.647,2.884,35.13,0.007339,0.008243,0.0,0.0,0.03141,0.003136,13.45,38.05,85.08,558.9,0.09422,0.052129999999999996,0.0,0.0,0.2409,0.06742999999999999,1
|
||||
10.88,15.62,70.41,358.9,0.1007,0.1069,0.05115,0.01571,0.1861,0.06837,0.1482,0.5379999999999999,1.301,9.597000000000001,0.0044740000000000005,0.030930000000000003,0.027569999999999997,0.006691,0.01212,0.004672,11.94,19.35,80.78,433.1,0.1332,0.3898,0.3365,0.07966000000000001,0.2581,0.10800000000000001,1
|
||||
12.83,15.73,82.89,506.9,0.0904,0.08269,0.05835,0.030780000000000002,0.1705,0.059129999999999995,0.1499,0.4875,1.195,11.64,0.004873,0.01796,0.03318,0.00836,0.01601,0.0022890000000000002,14.09,19.35,93.22,605.8,0.1326,0.261,0.3476,0.09783,0.3006,0.07802,1
|
||||
14.2,20.53,92.41,618.4,0.08931,0.1108,0.05063,0.03058,0.1506,0.06009,0.3478,1.018,2.7489999999999997,31.01,0.004107,0.03288,0.028210000000000002,0.0135,0.0161,0.002744,16.45,27.26,112.1,828.5,0.1153,0.3429,0.2512,0.1339,0.2534,0.07858,1
|
||||
13.9,16.62,88.97,599.4,0.06828,0.05319,0.02224,0.01339,0.1813,0.05536,0.1555,0.5762,1.392,14.03,0.0033079999999999997,0.01315,0.009904000000000001,0.004832,0.01316,0.002095,15.14,21.8,101.2,718.9,0.09383999999999999,0.2006,0.1384,0.062220000000000004,0.2679,0.07697999999999999,1
|
||||
11.49,14.59,73.99,404.9,0.1046,0.08227999999999999,0.053079999999999995,0.01969,0.1779,0.06573999999999999,0.2034,1.166,1.567,14.34,0.004957,0.02114,0.04156,0.008038,0.018430000000000002,0.003614,12.4,21.9,82.04,467.6,0.1352,0.201,0.2596,0.07431,0.2941,0.0918,1
|
||||
16.25,19.51,109.8,815.8,0.1026,0.1893,0.2236,0.09194,0.2151,0.06577999999999999,0.3147,0.9857,3.07,33.12,0.009197,0.0547,0.08079,0.02215,0.02773,0.0063549999999999995,17.39,23.05,122.1,939.7,0.1377,0.4462,0.5897,0.1775,0.3318,0.09136,0
|
||||
12.16,18.03,78.29,455.3,0.09087,0.07837999999999999,0.029160000000000002,0.015269999999999999,0.1464,0.06284,0.2194,1.19,1.6780000000000002,16.26,0.004911,0.016659999999999998,0.013969999999999998,0.005161,0.01454,0.0018579999999999998,13.34,27.87,88.83,547.4,0.1208,0.2279,0.162,0.0569,0.2406,0.07729,1
|
||||
13.9,19.24,88.73,602.9,0.07991000000000001,0.05326,0.02995,0.0207,0.1579,0.05594,0.3316,0.9264,2.056,28.41,0.003704,0.01082,0.0153,0.006275,0.010620000000000001,0.0022170000000000002,16.41,26.42,104.4,830.5,0.1064,0.1415,0.1673,0.0815,0.2356,0.07603,1
|
||||
13.47,14.06,87.32,546.3,0.1071,0.1155,0.05786,0.052660000000000005,0.1779,0.06639,0.1588,0.5733,1.102,12.84,0.00445,0.014519999999999998,0.013340000000000001,0.008791,0.016980000000000002,0.002787,14.83,18.32,94.94,660.2,0.1393,0.2499,0.1848,0.1335,0.3227,0.09326,1
|
||||
13.7,17.64,87.76,571.1,0.0995,0.07957,0.04548,0.0316,0.1732,0.06088,0.2431,0.9462,1.564,20.64,0.0032450000000000005,0.008186,0.016980000000000002,0.009233,0.01285,0.001524,14.96,23.53,95.78,686.5,0.1199,0.1346,0.1742,0.09077,0.2518,0.0696,1
|
||||
15.73,11.28,102.8,747.2,0.1043,0.1299,0.1191,0.062110000000000005,0.1784,0.06258999999999999,0.163,0.3871,1.143,13.87,0.006034,0.0182,0.03336,0.01067,0.01175,0.0022559999999999998,17.01,14.2,112.5,854.3,0.1541,0.2979,0.4004,0.1452,0.2557,0.08181000000000001,1
|
||||
12.45,16.41,82.85,476.7,0.09514,0.1511,0.1544,0.04846,0.2082,0.07325,0.3921,1.207,5.004,30.19,0.007234,0.07471,0.1114,0.02721,0.03232,0.009627,13.78,21.03,97.82,580.6,0.1175,0.4061,0.4896,0.1342,0.3231,0.1034,1
|
||||
14.64,16.85,94.21,666.0,0.08641,0.06698,0.05192000000000001,0.02791,0.1409,0.05355,0.2204,1.006,1.4709999999999999,19.98,0.003535,0.013930000000000001,0.018000000000000002,0.006144,0.01254,0.001219,16.46,25.44,106.0,831.0,0.1142,0.207,0.2437,0.07828,0.2455,0.06596,1
|
||||
19.44,18.82,128.1,1167.0,0.1089,0.1448,0.2256,0.1194,0.1823,0.06115,0.5659,1.4080000000000001,3.6310000000000002,67.74,0.005288,0.02833,0.04256,0.01176,0.017169999999999998,0.003211,23.96,30.39,153.9,1740.0,0.1514,0.3725,0.5936,0.20600000000000002,0.3266,0.09009,0
|
||||
11.68,16.17,75.49,420.5,0.1128,0.09262999999999999,0.042789999999999995,0.03132,0.1853,0.06401,0.3713,1.1540000000000001,2.5540000000000003,27.57,0.008998,0.01292,0.01851,0.01167,0.021519999999999997,0.003213,13.32,21.59,86.57,549.8,0.1526,0.1477,0.149,0.09815,0.2804,0.08023999999999999,1
|
||||
16.69,20.2,107.1,857.6,0.07497000000000001,0.07112,0.036489999999999995,0.02307,0.1846,0.05325,0.2473,0.5679,1.775,22.95,0.002667,0.014459999999999999,0.014230000000000001,0.005297,0.01961,0.0017,19.18,26.56,127.3,1084.0,0.1009,0.292,0.2477,0.08737,0.4677,0.07622999999999999,0
|
||||
12.25,22.44,78.18,466.5,0.08192,0.052000000000000005,0.01714,0.01261,0.1544,0.05976,0.2239,1.139,1.577,18.04,0.005096,0.01205,0.00941,0.0045509999999999995,0.01608,0.0023989999999999997,14.17,31.99,92.74,622.9,0.1256,0.1804,0.12300000000000001,0.06335,0.31,0.08202999999999999,1
|
||||
17.85,13.23,114.6,992.1,0.07837999999999999,0.06217,0.04445,0.04178,0.122,0.05243,0.4834,1.046,3.1630000000000003,50.95,0.004369,0.008274,0.01153,0.007437,0.013019999999999999,0.001309,19.82,18.42,127.1,1210.0,0.09862,0.09976,0.1048,0.08341,0.1783,0.058710000000000005,1
|
||||
18.01,20.56,118.4,1007.0,0.1001,0.1289,0.11699999999999999,0.07762000000000001,0.2116,0.060770000000000005,0.7548,1.288,5.353,89.74,0.007997,0.027000000000000003,0.03737,0.01648,0.02897,0.003996,21.53,26.06,143.4,1426.0,0.1309,0.2327,0.2544,0.1489,0.3251,0.07625,0
|
||||
12.46,12.83,78.83,477.3,0.07372000000000001,0.04043,0.0071730000000000006,0.01149,0.1613,0.060129999999999996,0.3276,1.486,2.108,24.6,0.01039,0.010029999999999999,0.006416,0.007895000000000001,0.028689999999999997,0.004821,13.19,16.36,83.24,534.0,0.09439,0.06477000000000001,0.01674,0.0268,0.228,0.07028,1
|
||||
13.16,20.54,84.06,538.7,0.07335,0.05275,0.018000000000000002,0.01256,0.1713,0.058879999999999995,0.3237,1.473,2.326,26.07,0.007802,0.02052,0.01341,0.005564,0.02086,0.0027010000000000003,14.5,28.46,95.29,648.3,0.1118,0.1646,0.07697999999999999,0.04195,0.2687,0.07429,1
|
||||
14.87,20.21,96.12,680.9,0.09587000000000001,0.08345,0.06824,0.049510000000000005,0.1487,0.057479999999999996,0.2323,1.636,1.5959999999999999,21.84,0.005415,0.01371,0.02153,0.01183,0.01959,0.001812,16.01,28.48,103.9,783.6,0.1216,0.1388,0.17,0.1017,0.2369,0.06599,1
|
||||
12.65,18.17,82.69,485.6,0.1076,0.1334,0.08017,0.05074,0.1641,0.06854,0.2324,0.6332,1.696,18.4,0.005704,0.02502,0.02636,0.010320000000000001,0.01759,0.003563,14.38,22.15,95.29,633.7,0.1533,0.3842,0.3582,0.1407,0.32299999999999995,0.1033,1
|
||||
12.47,17.31,80.45,480.1,0.08928,0.0763,0.03609,0.02369,0.1526,0.06046,0.1532,0.7809999999999999,1.253,11.91,0.003796,0.01371,0.01346,0.007095999999999999,0.015359999999999999,0.001541,14.06,24.34,92.82,607.3,0.1276,0.2506,0.2028,0.1053,0.3035,0.07661,1
|
||||
18.49,17.52,121.3,1068.0,0.1012,0.1317,0.1491,0.09183,0.1832,0.06697,0.7923,1.045,4.851,95.77,0.007974,0.032139999999999995,0.04435,0.01573,0.01617,0.005255,22.75,22.88,146.4,1600.0,0.1412,0.3089,0.3533,0.1663,0.251,0.09445,0
|
||||
20.59,21.24,137.8,1320.0,0.1085,0.1644,0.2188,0.1121,0.1848,0.062220000000000004,0.5904,1.216,4.206,75.09,0.006666,0.02791,0.040619999999999996,0.014790000000000001,0.011170000000000001,0.0037270000000000003,23.86,30.76,163.2,1760.0,0.1464,0.3597,0.5179,0.2113,0.248,0.08999,0
|
||||
15.04,16.74,98.73,689.4,0.09883,0.1364,0.07721,0.06142,0.1668,0.06869,0.37200000000000005,0.8423,2.3040000000000003,34.84,0.004123,0.01819,0.01996,0.01004,0.01055,0.003237,16.76,20.43,109.7,856.9,0.1135,0.2176,0.1856,0.1018,0.2177,0.08549,1
|
||||
13.82,24.49,92.33,595.9,0.1162,0.1681,0.1357,0.06759,0.2275,0.07237,0.4751,1.528,2.9739999999999998,39.05,0.00968,0.038560000000000004,0.03476,0.01616,0.02434,0.006995,16.01,32.94,106.0,788.0,0.1794,0.3966,0.3381,0.1521,0.3651,0.1183,0
|
||||
12.54,16.32,81.25,476.3,0.1158,0.1085,0.05927999999999999,0.03279,0.1943,0.06612,0.2577,1.095,1.5659999999999998,18.49,0.009701999999999999,0.01567,0.02575,0.011609999999999999,0.028010000000000004,0.00248,13.57,21.4,86.67,552.0,0.158,0.1751,0.1889,0.08411,0.3155,0.07537999999999999,1
|
||||
23.09,19.83,152.1,1682.0,0.09342,0.1275,0.1676,0.1003,0.1505,0.05484,1.291,0.7452,9.635,180.2,0.005753,0.03356,0.039760000000000004,0.02156,0.02201,0.002897,30.79,23.87,211.5,2782.0,0.1199,0.3625,0.3794,0.2264,0.2908,0.07277,0
|
||||
9.267999999999999,12.87,61.49,248.7,0.1634,0.2239,0.0973,0.052520000000000004,0.2378,0.09502000000000001,0.4076,1.093,3.014,20.04,0.009783,0.04542,0.03483,0.02188,0.025419999999999998,0.01045,10.28,16.38,69.05,300.2,0.1902,0.3441,0.2099,0.1025,0.3038,0.1252,1
|
||||
9.676,13.14,64.12,272.5,0.1255,0.2204,0.1188,0.07038,0.2057,0.09575,0.2744,1.39,1.787,17.67,0.021769999999999998,0.04888,0.05189,0.0145,0.02632,0.011479999999999999,10.6,18.04,69.47,328.1,0.2006,0.3663,0.2913,0.1075,0.2848,0.1364,1
|
||||
12.22,20.04,79.47,453.1,0.1096,0.1152,0.08175,0.02166,0.2124,0.06894,0.1811,0.7959,0.9857,12.58,0.006272,0.02198,0.03966,0.009894,0.0132,0.0038130000000000004,13.16,24.17,85.13,515.3,0.1402,0.2315,0.3535,0.08088,0.2709,0.08839,1
|
||||
11.06,17.12,71.25,366.5,0.1194,0.1071,0.04063,0.04268,0.1954,0.07976,0.1779,1.03,1.318,12.3,0.012620000000000001,0.02348,0.018000000000000002,0.01285,0.0222,0.008313,11.69,20.74,76.08,411.1,0.1662,0.2031,0.1256,0.09514,0.278,0.1168,1
|
||||
16.3,15.7,104.7,819.8,0.09427,0.06712,0.055260000000000004,0.045630000000000004,0.1711,0.05657,0.2067,0.4706,1.146,20.67,0.0073939999999999995,0.012029999999999999,0.0247,0.01431,0.01344,0.002569,17.32,17.76,109.8,928.2,0.1354,0.1361,0.1947,0.1357,0.23,0.0723,1
|
||||
15.46,23.95,103.8,731.3,0.1183,0.187,0.203,0.0852,0.1807,0.07082999999999999,0.3331,1.9609999999999999,2.937,32.52,0.009538,0.0494,0.06019,0.02041,0.02105,0.006,17.11,36.33,117.7,909.4,0.1732,0.4967,0.5911,0.2163,0.3013,0.1067,0
|
||||
11.74,14.69,76.31,426.0,0.08098999999999999,0.09661,0.06726,0.026389999999999997,0.1499,0.06758,0.1924,0.6417,1.345,13.04,0.0069819999999999995,0.03916,0.04017,0.015280000000000002,0.0226,0.006822,12.45,17.6,81.25,473.8,0.1073,0.2793,0.26899999999999996,0.1056,0.2604,0.09879,1
|
||||
14.81,14.7,94.66,680.7,0.08472,0.05016,0.03416,0.02541,0.1659,0.05347999999999999,0.2182,0.6232,1.6769999999999998,20.72,0.0067079999999999996,0.01197,0.014819999999999998,0.01056,0.0158,0.001779,15.61,17.58,101.7,760.2,0.1139,0.1011,0.1101,0.07955,0.2334,0.06142,1
|
||||
13.4,20.52,88.64,556.7,0.1106,0.1469,0.1445,0.08172,0.2116,0.07325,0.3906,0.9306,3.093,33.67,0.005414,0.02265,0.03452,0.013340000000000001,0.01705,0.004005,16.41,29.66,113.3,844.4,0.1574,0.3856,0.5106,0.2051,0.3585,0.1109,0
|
||||
14.58,13.66,94.29,658.8,0.09832,0.08918,0.08222,0.04349,0.1739,0.0564,0.4165,0.6237,2.5610000000000004,37.11,0.004953,0.018119999999999997,0.03035,0.008648000000000001,0.015390000000000001,0.002281,16.76,17.24,108.5,862.0,0.1223,0.1928,0.2492,0.09186,0.2626,0.07048,1
|
||||
15.05,19.07,97.26,701.9,0.09215,0.08597,0.07486,0.04335,0.1561,0.05915,0.386,1.198,2.63,38.49,0.004952000000000001,0.0163,0.02967,0.009423,0.01152,0.001718,17.58,28.06,113.8,967.0,0.1246,0.2101,0.2866,0.11199999999999999,0.2282,0.06954,0
|
||||
11.34,18.61,72.76,391.2,0.1049,0.08499,0.043019999999999996,0.025939999999999998,0.1927,0.062110000000000005,0.243,1.01,1.4909999999999999,18.19,0.008577,0.01641,0.02099,0.01107,0.02434,0.001217,12.47,23.03,79.15,478.6,0.1483,0.1574,0.1624,0.08542000000000001,0.306,0.06783,1
|
||||
18.31,20.58,120.8,1052.0,0.1068,0.1248,0.1569,0.09451,0.18600000000000003,0.059410000000000004,0.5449,0.9225,3.218,67.36,0.006176,0.01877,0.02913,0.010459999999999999,0.015590000000000001,0.002725,21.86,26.2,142.2,1493.0,0.1492,0.2536,0.3759,0.151,0.3074,0.07862999999999999,0
|
||||
19.89,20.26,130.5,1214.0,0.1037,0.131,0.1411,0.09431,0.1802,0.06188,0.5079,0.8737,3.654,59.7,0.005089,0.023030000000000002,0.03052,0.01178,0.01057,0.0033909999999999995,23.73,25.23,160.5,1646.0,0.1417,0.3309,0.4185,0.1613,0.2549,0.09136,0
|
||||
12.88,18.22,84.45,493.1,0.1218,0.1661,0.04825,0.053029999999999994,0.1709,0.07253,0.4426,1.169,3.176,34.37,0.005273,0.02329,0.01405,0.012440000000000001,0.01816,0.0032990000000000003,15.05,24.37,99.31,674.7,0.1456,0.2961,0.1246,0.1096,0.2582,0.08893,1
|
||||
12.75,16.7,82.51,493.8,0.1125,0.1117,0.0388,0.02995,0.212,0.06623,0.3834,1.003,2.495,28.62,0.007509,0.015609999999999999,0.01977,0.009198999999999999,0.01805,0.003629,14.45,21.74,93.63,624.1,0.1475,0.1979,0.1423,0.08045,0.3071,0.08557000000000001,1
|
||||
9.295,13.9,59.96,257.8,0.1371,0.1225,0.033319999999999995,0.02421,0.2197,0.07696,0.3538,1.13,2.388,19.63,0.01546,0.0254,0.02197,0.0158,0.03997,0.003901,10.57,17.84,67.84,326.6,0.185,0.2097,0.09996000000000001,0.07262,0.3681,0.08982000000000001,1
|
||||
24.63,21.6,165.5,1841.0,0.10300000000000001,0.2106,0.231,0.1471,0.1991,0.06738999999999999,0.9915,0.9004,7.05,139.9,0.004989,0.032119999999999996,0.035710000000000006,0.015969999999999998,0.01879,0.00476,29.92,26.93,205.7,2642.0,0.1342,0.4188,0.4658,0.2475,0.3157,0.09671,0
|
||||
11.26,19.83,71.3,388.1,0.08511,0.04413,0.005067,0.005664,0.1637,0.06343,0.1344,1.083,0.9812,9.332,0.0042,0.0059,0.003846,0.004065,0.01487,0.0022949999999999997,11.93,26.43,76.38,435.9,0.1108,0.07723,0.025330000000000002,0.028319999999999998,0.2557,0.07612999999999999,1
|
||||
13.71,18.68,88.73,571.0,0.09916,0.107,0.05385,0.03783,0.1714,0.06842999999999999,0.3191,1.249,2.2840000000000003,26.45,0.006739,0.02251,0.02086,0.013519999999999999,0.0187,0.003747,15.11,25.63,99.43,701.9,0.1425,0.2566,0.1935,0.1284,0.2849,0.09031,1
|
||||
9.847000000000001,15.68,63.0,293.2,0.09492,0.08419,0.0233,0.02416,0.1387,0.06891,0.2498,1.216,1.976,15.24,0.008732,0.020419999999999997,0.010620000000000001,0.006801000000000001,0.01824,0.0034939999999999997,11.24,22.99,74.32,376.5,0.1419,0.2243,0.08434,0.06527999999999999,0.2502,0.09208999999999999,1
|
||||
8.571,13.1,54.53,221.3,0.1036,0.07632,0.02565,0.0151,0.1678,0.07126,0.1267,0.6793,1.069,7.254,0.007897,0.01762,0.018009999999999998,0.00732,0.01592,0.003925,9.472999999999999,18.45,63.3,275.6,0.1641,0.2235,0.1754,0.08512,0.2983,0.1049,1
|
||||
13.46,18.75,87.44,551.1,0.1075,0.1138,0.042010000000000006,0.03152,0.1723,0.06317,0.1998,0.6068,1.443,16.07,0.004413,0.014430000000000002,0.015090000000000001,0.007369,0.01354,0.0017870000000000002,15.35,25.16,101.9,719.8,0.1624,0.3124,0.2654,0.1427,0.3518,0.08665,1
|
||||
12.34,12.27,78.94,468.5,0.09003,0.06307,0.029580000000000002,0.02647,0.1689,0.05807999999999999,0.1166,0.4957,0.7714,8.955,0.0036810000000000002,0.009169,0.008732,0.0057399999999999994,0.011290000000000001,0.001366,13.61,19.27,87.22,564.9,0.1292,0.2074,0.1791,0.107,0.311,0.07592,1
|
||||
13.94,13.17,90.31,594.2,0.1248,0.09755,0.10099999999999999,0.06615,0.1976,0.06457,0.5461,2.635,4.091,44.74,0.01004,0.03247,0.04763,0.02853,0.01715,0.005528,14.62,15.38,94.52,653.3,0.1394,0.1364,0.1559,0.1015,0.21600000000000003,0.07253,1
|
||||
12.07,13.44,77.83,445.2,0.11,0.09009,0.03781,0.02798,0.1657,0.06608,0.2513,0.504,1.714,18.54,0.007326999999999999,0.01153,0.01798,0.007986,0.01962,0.002234,13.45,15.77,86.92,549.9,0.1521,0.1632,0.1622,0.07393,0.2781,0.08052000000000001,1
|
||||
11.75,17.56,75.89,422.9,0.1073,0.09713,0.052820000000000006,0.0444,0.1598,0.06677000000000001,0.4384,1.9069999999999998,3.1489999999999996,30.66,0.006587000000000001,0.01815,0.01737,0.01316,0.01835,0.002318,13.5,27.98,88.52,552.3,0.1349,0.1854,0.1366,0.10099999999999999,0.2478,0.07757,1
|
||||
11.67,20.02,75.21,416.2,0.1016,0.09452999999999999,0.042,0.02157,0.1859,0.06461,0.2067,0.8745,1.393,15.34,0.005251,0.017269999999999997,0.0184,0.005298,0.014490000000000001,0.002671,13.35,28.81,87.0,550.6,0.155,0.2964,0.2758,0.0812,0.3206,0.0895,1
|
||||
13.68,16.33,87.76,575.5,0.09277,0.07255,0.017519999999999997,0.0188,0.1631,0.06155,0.2047,0.4801,1.3730000000000002,17.25,0.0038280000000000002,0.007228,0.007078,0.005077,0.01054,0.001697,15.85,20.2,101.6,773.4,0.1264,0.1564,0.1206,0.08703999999999999,0.2806,0.07782,1
|
||||
20.47,20.67,134.7,1299.0,0.09156,0.1313,0.1523,0.1015,0.2166,0.054189999999999995,0.8336,1.736,5.167999999999999,100.4,0.0049380000000000005,0.030889999999999997,0.04093,0.01699,0.02816,0.002719,23.23,27.15,152.0,1645.0,0.1097,0.2534,0.3092,0.1613,0.322,0.06386,0
|
||||
10.96,17.62,70.79,365.6,0.09687,0.09752000000000001,0.052629999999999996,0.027880000000000002,0.1619,0.06408,0.1507,1.5830000000000002,1.165,10.09,0.009501,0.033780000000000004,0.04401,0.01346,0.013219999999999999,0.0035340000000000002,11.62,26.51,76.43,407.5,0.1428,0.251,0.2123,0.09861,0.2289,0.08277999999999999,1
|
||||
20.55,20.86,137.8,1308.0,0.1046,0.1739,0.2085,0.1322,0.2127,0.06251,0.6986,0.9901,4.706,87.78,0.0045780000000000005,0.026160000000000003,0.04005,0.014209999999999999,0.01948,0.002689,24.3,25.48,160.2,1809.0,0.1268,0.3135,0.4433,0.2148,0.3077,0.07569,0
|
||||
14.27,22.55,93.77,629.8,0.1038,0.1154,0.1463,0.06139,0.1926,0.059820000000000005,0.2027,1.851,1.895,18.54,0.006113,0.025830000000000002,0.04645,0.012759999999999999,0.014509999999999999,0.0037560000000000002,15.29,34.27,104.3,728.3,0.138,0.2733,0.4234,0.1362,0.2698,0.08351,0
|
||||
11.69,24.44,76.37,406.4,0.1236,0.1552,0.04515,0.04531,0.2131,0.07405,0.2957,1.9780000000000002,2.158,20.95,0.01288,0.03495,0.01865,0.01766,0.0156,0.005824,12.98,32.19,86.12,487.7,0.1768,0.3251,0.1395,0.1308,0.2803,0.0997,1
|
||||
7.729,25.49,47.98,178.8,0.08098,0.048780000000000004,0.0,0.0,0.187,0.07285,0.3777,1.462,2.492,19.14,0.01266,0.009692000000000001,0.0,0.0,0.02882,0.006872,9.077,30.92,57.17,248.0,0.1256,0.0834,0.0,0.0,0.3058,0.09938,1
|
||||
7.691,25.44,48.34,170.4,0.08668,0.1199,0.09252,0.013640000000000001,0.2037,0.07751,0.2196,1.479,1.445,11.73,0.01547,0.06457,0.09252,0.013640000000000001,0.02105,0.007551,8.677999999999999,31.89,54.49,223.6,0.1596,0.3064,0.3393,0.05,0.27899999999999997,0.1066,1
|
||||
11.54,14.44,74.65,402.9,0.09984,0.11199999999999999,0.06737,0.025939999999999998,0.1818,0.06782,0.2784,1.768,1.6280000000000001,20.86,0.01215,0.04112,0.055529999999999996,0.01494,0.0184,0.0055119999999999995,12.26,19.68,78.78,457.8,0.1345,0.2118,0.1797,0.06917999999999999,0.2329,0.08134,1
|
||||
14.47,24.99,95.81,656.4,0.08837,0.12300000000000001,0.1009,0.0389,0.1872,0.06341000000000001,0.2542,1.079,2.615,23.11,0.007137999999999999,0.04653,0.03829,0.01162,0.02068,0.006111,16.22,31.73,113.5,808.9,0.134,0.4202,0.40399999999999997,0.1205,0.3187,0.1023,1
|
||||
14.74,25.42,94.7,668.6,0.08275,0.07214,0.04105,0.03027,0.184,0.0568,0.3031,1.385,2.177,27.41,0.004775,0.01172,0.019469999999999998,0.01269,0.0187,0.0026260000000000003,16.51,32.29,107.4,826.4,0.106,0.1376,0.1611,0.1095,0.2722,0.06956,1
|
||||
13.21,28.06,84.88,538.4,0.08671,0.06877,0.029869999999999997,0.03275,0.1628,0.05781,0.2351,1.597,1.5390000000000001,17.85,0.004973,0.01372,0.014980000000000002,0.009117,0.017240000000000002,0.001343,14.37,37.17,92.48,629.6,0.1072,0.1381,0.1062,0.07958,0.2473,0.06443,1
|
||||
13.87,20.7,89.77,584.8,0.09577999999999999,0.1018,0.03688,0.02369,0.162,0.06688,0.272,1.047,2.076,23.12,0.006298,0.02172,0.02615,0.009061,0.0149,0.003599,15.05,24.75,99.17,688.6,0.1264,0.2037,0.1377,0.06845,0.2249,0.08492000000000001,1
|
||||
13.62,23.23,87.19,573.2,0.09246,0.06747,0.02974,0.02443,0.1664,0.05801,0.34600000000000003,1.3359999999999999,2.066,31.24,0.005868,0.02099,0.02021,0.009064000000000001,0.02087,0.002583,15.35,29.09,97.58,729.8,0.1216,0.1517,0.1049,0.07174,0.2642,0.06953,1
|
||||
10.32,16.35,65.31,324.9,0.09434,0.04994,0.01012,0.005495,0.1885,0.06201,0.2104,0.9670000000000001,1.3559999999999999,12.97,0.007086,0.007247,0.01012,0.005495,0.0156,0.002606,11.25,21.77,71.12,384.9,0.1285,0.08842,0.04384,0.023809999999999998,0.2681,0.07399,1
|
||||
10.26,16.58,65.85,320.8,0.08877,0.08066,0.04358,0.024380000000000002,0.1669,0.06713999999999999,0.1144,1.023,0.9887,7.3260000000000005,0.01027,0.03084,0.02613,0.01097,0.02277,0.00589,10.83,22.04,71.08,357.4,0.1461,0.2246,0.1783,0.08333,0.2691,0.09479,1
|
||||
9.683,19.34,61.05,285.7,0.08491,0.0503,0.02337,0.009615,0.158,0.06235,0.2957,1.3630000000000002,2.0540000000000003,18.24,0.00744,0.01123,0.02337,0.009615,0.02203,0.004154,10.93,25.59,69.1,364.2,0.1199,0.09546,0.0935,0.03846,0.2552,0.0792,1
|
||||
10.82,24.21,68.89,361.6,0.08192,0.06602000000000001,0.01548,0.008159999999999999,0.1976,0.06327999999999999,0.5196,1.9180000000000001,3.5639999999999996,33.0,0.008263,0.0187,0.01277,0.005917,0.024659999999999998,0.002977,13.03,31.45,83.9,505.6,0.1204,0.1633,0.061939999999999995,0.032639999999999995,0.3059,0.07626000000000001,1
|
||||
10.86,21.48,68.51,360.5,0.07431,0.04227,0.0,0.0,0.1661,0.05948,0.3163,1.304,2.115,20.67,0.009579,0.011040000000000001,0.0,0.0,0.030039999999999997,0.002228,11.66,24.77,74.08,412.3,0.1001,0.07347999999999999,0.0,0.0,0.2458,0.06592,1
|
||||
11.13,22.44,71.49,378.4,0.09566000000000001,0.08194,0.04824,0.02257,0.203,0.06552000000000001,0.28,1.4669999999999999,1.994,17.85,0.0034950000000000003,0.030510000000000002,0.03445,0.01024,0.02912,0.004723,12.02,28.26,77.8,436.6,0.1087,0.1782,0.1564,0.06412999999999999,0.3169,0.08032,1
|
||||
12.77,29.43,81.35,507.9,0.08276,0.042339999999999996,0.019969999999999998,0.01499,0.1539,0.05637,0.2409,1.367,1.4769999999999999,18.76,0.008834999999999999,0.012329999999999999,0.013280000000000002,0.009304999999999999,0.018969999999999997,0.001726,13.87,36.0,88.1,594.7,0.1234,0.1064,0.08653,0.06498,0.2407,0.06484,1
|
||||
9.333,21.94,59.01,264.0,0.0924,0.05605,0.03996,0.012819999999999998,0.1692,0.06576,0.3013,1.879,2.121,17.86,0.01094,0.018340000000000002,0.03996,0.012819999999999998,0.03759,0.0046229999999999995,9.845,25.05,62.86,295.8,0.1103,0.08298,0.07993,0.025639999999999996,0.2435,0.07393,1
|
||||
12.88,28.92,82.5,514.3,0.08123,0.05824,0.06195,0.02343,0.1566,0.05708,0.2116,1.36,1.5019999999999998,16.83,0.008412000000000001,0.02153,0.03898,0.00762,0.01695,0.002801,13.89,35.74,88.84,595.7,0.1227,0.162,0.2439,0.06493,0.2372,0.07242,1
|
||||
10.29,27.61,65.67,321.4,0.0903,0.07658,0.059989999999999995,0.02738,0.1593,0.061270000000000005,0.2199,2.239,1.4369999999999998,14.46,0.01205,0.027360000000000002,0.04804,0.01721,0.018430000000000002,0.0049380000000000005,10.84,34.91,69.57,357.6,0.1384,0.171,0.2,0.09127,0.2226,0.08283,1
|
||||
10.16,19.59,64.73,311.7,0.1003,0.07504,0.005025,0.01116,0.1791,0.06331,0.2441,2.09,1.6480000000000001,16.8,0.01291,0.02222,0.004174000000000001,0.007081999999999999,0.02572,0.002278,10.65,22.88,67.88,347.3,0.1265,0.12,0.01005,0.02232,0.2262,0.06742000000000001,1
|
||||
9.423,27.88,59.26,271.3,0.08123,0.049710000000000004,0.0,0.0,0.1742,0.06059,0.5375,2.927,3.6180000000000003,29.11,0.011590000000000001,0.01124,0.0,0.0,0.030039999999999997,0.003324,10.49,34.24,66.5,330.6,0.1073,0.07157999999999999,0.0,0.0,0.2475,0.06969,1
|
||||
14.59,22.68,96.39,657.1,0.08473,0.133,0.1029,0.037360000000000004,0.1454,0.061470000000000004,0.2254,1.1079999999999999,2.224,19.54,0.004242,0.04639,0.06577999999999999,0.016059999999999998,0.016380000000000002,0.004406,15.48,27.27,105.9,733.5,0.1026,0.3171,0.3662,0.1105,0.2258,0.08004,1
|
||||
11.51,23.93,74.52,403.5,0.09261,0.1021,0.1112,0.04105,0.1388,0.0657,0.2388,2.904,1.936,16.97,0.0082,0.02982,0.057379999999999994,0.01267,0.01488,0.004738,12.48,37.16,82.28,474.2,0.1298,0.2517,0.363,0.09652999999999999,0.2112,0.08732000000000001,1
|
||||
14.05,27.15,91.38,600.4,0.09929,0.1126,0.04462,0.043039999999999995,0.1537,0.06171,0.3645,1.492,2.888,29.84,0.007256,0.02678,0.02071,0.01626,0.0208,0.005304,15.3,33.17,100.2,706.7,0.1241,0.2264,0.1326,0.1048,0.225,0.08321,1
|
||||
11.2,29.37,70.67,386.0,0.07449,0.03558,0.0,0.0,0.106,0.055020000000000006,0.3141,3.8960000000000004,2.041,22.81,0.007594,0.008878,0.0,0.0,0.01989,0.001773,11.92,38.3,75.19,439.6,0.09267,0.054939999999999996,0.0,0.0,0.1566,0.05905,1
|
||||
15.22,30.62,103.4,716.9,0.1048,0.2087,0.255,0.09429,0.2128,0.07152,0.2602,1.205,2.362,22.65,0.004625,0.04844,0.07359,0.01608,0.02137,0.006142,17.52,42.79,128.7,915.0,0.1417,0.7917,1.17,0.2356,0.4089,0.1409,0
|
||||
20.92,25.09,143.0,1347.0,0.1099,0.2236,0.3174,0.1474,0.2149,0.06879,0.9622,1.026,8.758,118.8,0.006399,0.0431,0.07845,0.02624,0.020569999999999998,0.006213000000000001,24.29,29.41,179.1,1819.0,0.1407,0.4186,0.6599,0.2542,0.2929,0.09873,0
|
||||
21.56,22.39,142.0,1479.0,0.111,0.1159,0.2439,0.1389,0.1726,0.056229999999999995,1.176,1.256,7.672999999999999,158.7,0.0103,0.02891,0.05198,0.02454,0.01114,0.004239,25.45,26.4,166.1,2027.0,0.141,0.2113,0.4107,0.2216,0.20600000000000002,0.07115,0
|
||||
20.13,28.25,131.2,1261.0,0.0978,0.1034,0.14400000000000002,0.09791,0.1752,0.05533,0.7655,2.463,5.202999999999999,99.04,0.005769,0.02423,0.0395,0.01678,0.01898,0.0024980000000000002,23.69,38.25,155.0,1731.0,0.1166,0.1922,0.3215,0.1628,0.2572,0.06637,0
|
||||
16.6,28.08,108.3,858.1,0.08455,0.1023,0.09251000000000001,0.053020000000000005,0.159,0.056479999999999995,0.4564,1.075,3.425,48.55,0.005903,0.03731,0.0473,0.015569999999999999,0.01318,0.003892,18.98,34.12,126.7,1124.0,0.1139,0.3094,0.3403,0.1418,0.2218,0.0782,0
|
||||
20.6,29.33,140.1,1265.0,0.1178,0.27699999999999997,0.3514,0.152,0.2397,0.07016,0.726,1.595,5.772,86.22,0.006522,0.061579999999999996,0.07117000000000001,0.016640000000000002,0.02324,0.006185,25.74,39.42,184.6,1821.0,0.165,0.8681,0.9387,0.265,0.4087,0.124,0
|
||||
7.76,24.54,47.92,181.0,0.052629999999999996,0.04362,0.0,0.0,0.1587,0.058839999999999996,0.3857,1.4280000000000002,2.548,19.15,0.007189,0.00466,0.0,0.0,0.026760000000000003,0.002783,9.456,30.37,59.16,268.6,0.08996,0.06444,0.0,0.0,0.2871,0.07039,1
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user