BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet

BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet

Sample Answer for BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet Included After Question

Description

has two scientific goals: 1) to learn how to summarize data and 2) to help you gain a better sense of the terrestrial weather variables that impact the behavior and physiology of animals. As we pursue these goals, we will add to our knowledge of RStudio, specifically improving how to make figures that look more professional (sources -Chapter 3 of R for Data Science and ggplot book, https://ggplot2-book.org/index.html) and how to manipulate data frames so we can make the visualizations that are needed (material in chapter 5 of R for Data Science). This homework requires one figure with a legend (caption) in Part 1 and 2 figures with legends for Part 2.  Uploading your R code with the document containing the figures is often helpful. Below are more details about the assignment.

BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet
BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet

Part 1. This first part is to give you experience with the dplyr options to filter rows, arrange rows, select columns, create a new column with mutate and summarize subsets of the data frame.  The book chapter 5 and the code I have uploaded with the homework give examples to try.  The requirement here is to use the group_by() statement to group data by day, week or month, calculate the mean of one variable and one at least one other statistical variable such as mode, median, max, min, standard deviation and standard error then plot the data.  If you want to use standard deviation or standard error look at examples using geom_error to make the figures. In addition to including a legend, compare you compare the figure you have make to a standard boxplot and comment about which you prefer and why.

Stevenson 2023 HW04 Graph interpretations & Data manipulation Comparative Animal Physiology Biology 337-339 Due Monday Feb 13 Midnight – upload the assignment to Blackboard HW04 has two scientific goals: 1) to learn how to summarize data and 2) to help you gain a better sense of the terrestrial weather variables that impact the behavior and physiology of animals. As we pursue these goals, we will add to our knowledge of RStudio, specifically improving how to make figures that look more professional (sources -Chapter 3 of R for Data Science and ggplot book, https://ggplot2book.org/index.html) and how to manipulate data frames so we can make the visualizations that are needed (material in chapter 5 of R for Data Science). This homework requires one figure with a legend (caption) in Part 1 and 2 figures with legends for Part 2. Uploading your R code with the document containing the figures is often helpful. Below are more details about the assignment. Part 1. This first part is to give you experience with the dplyr options to filter rows, arrange rows, select columns, create a new column with mutate and summarize subsets of the data frame. The book chapter 5 and the code I have uploaded with the homework give examples to try. The requirement here is to use the group_by() statement to group data by day, week or month, calculate the mean of one variable and one at least one other statistical variable such as mode, median, max, min, standard deviation and standard error then plot the data. If you want to use standard deviation or standard error look at examples using geom_error to make the figures. In addition to including a legend, compare you compare the figure you have make to a standard boxplot and comment about which you prefer and why. Part 2. The relationships among terrestrial weather variables. Here you need to make two or more professional looking figures (plot + figure legend) that enlighten the relationship among variables. Weather is driven by a series of processes that are now so well understood and modeled that meteorologists can make accurate short- and long-term forecasts. The goal here is much simpler – to make sense of patterns we see in the data from the Plum Island LTER site. We can use our everyday experiences as our guide. To orient yourself, remember there are three prominent time scales of weather change. (Ignoring other drivers for now.) the daily, annual and high and low cycles of weather cycle changes (days to weeks). 1) The daily cycle of solar input driven by from the rotation of the earth gives us the daily cycle of solar energy input 2) The tilt in the earth and its 3651/4 day long trip around the sun are largely responsible for giving us the annual cycle. The earth’s tilt and path around the solar determine the number of daylight hours and the path of the sun through the sky. It reaches its highest point above the horizon at solar noon each day and its highest point in the year at the summer solstice in June (19-21th each year). These variations are well studied and change in a very predictable way. See simulations ( https://ccnmtl.github.io/astro-simulations/sun-motion-simulator/ , http://andrewmarsh.com/apps/staging/sunpath3d.html. 3) The uneven heating of the earth by the sun causes thermal gradients that drive the movement of air masses in the atmosphere (fronts, cyclones, the jet stream, etc.) and water currents in the ocean together causing our weather. These forces bring complex exposures to cold and hot and wet and dry air masses that circulate across the globe. In Massachusetts these changes usually occur over several days or weeks. Despite the complexity patterns of weather caused by the three drivers listed above, experience and common sense teaches there are many known relationships. Here are some you may have thought about, heard or observed before. Winds usually blow from the west. Winds from the west and south bring warmer air and winds from the north bring cooler air. When we get a nor’easter storm strong winds off the ocean bring moisture as rain or snow. Precipitation is associated with clouds and thus low sunshine or radiation. Precipitation is associated with high relative humidity. Relative humidity goes up at night and can lead to the formation of dew if it gets to 100%. The rise of air temperature lags behind the solar radiation. The maximum daily air temperature is usually several hours later than the maximum radiation and the maximum average daily temperatures occur several months after the maximum daily solar input. High pressures are associated with clear skies and sunny weather. Falling pressures are an indication of storms coming. Solar radiation data (Pyranometer readings) correspond closely with Photosynthetically Active Radiation (PAR) readings. Based on the ideas of relationships stated in the previous paragraph or ideas of your own, create a minimum of two figures (more are fine) to test the relationships. Are the relationships true in the data set we are using? Try to make the figures as much like figures in published papers as possible. Successful figures communicate the results clearly and in an aesthetically pleasing manner. Based on ggplot’s grammar of graphics this means making the data visible and using the theme’s functions to communicate your information clearly. From among the research papers you have read for the course, find and study two or three figures that were published in recent years. Study the graphic elements of the figures. (Note the background style, lack of titles, the numerical range of axes, whether or not they use log axes, the units of the axis labels, the location and relative sizes of the tick and axis labels, the number of panels in the figure, etc.). Use these published figures as guides to what you create. For the overall look use themes such as theme_classic(), theme_bw() and theme_prism() (you need the ggprism library installed and loaded for theme_prism() to work). Making labels with exponents, Greek letter and subscripts can be done. I put an example in the code. http://abacus.bates.edu/~ganderso/biology/resources/writing/HTWtablefigs.html All axis parameters such as the number of tick marks, the number, size and font of the tick mark labels and the labels can be specified if the default do not work well. One important suggestion is to use xlab(0 and ylab() to make your x and y labels be to set the background. If you cannot get elements of the figure the way you want, please comment on your homework what you could not do. One element that we have touch on in the first R homework were axis labels. You can specific axis labels using ylab() and xlab() or labs(y= “y axis name”, x = “x axis name”). You can change the font size with a statement such as + theme(axis.text.x = element_text(size = 20)) or with more terms You also need to write a clear figure legend (called a caption sometimes) for each figure with three objectives in mind 1) Describes that relationship between the variables in the plot. Describe in words what the viewer should be able to see if they had not seen the plot. 2) Make sure to include units and numerical values to allow the reader to compare what is in your words with what is in the plot 3) Provide an interpretation of the data for the reader. What is the take home message? Are the patterns in the plot standard or unexpected? Plum Island Ecosystems LTER DATABASE DATASET ID: Metacat Package ID Year Released to Public Distribution URL for file DATASET TITLE: MON-PR-Met15Min2019.01 knb-lter-pie.542.1 2020 http://ecosystems.mbl.edu/PIE/data-archive/MON/MON-PR-Met15Min2019.html PIE LTER year 2019, meteorological data, 15 minute intervals, from the PIE LTER Marshview Farm weather station located in Newbury, MA INVESTIGATOR INFORMATION : Investigator 1 First Name Anne Last Name Giblin Address line 1 Ecosystems Center Address line 2 MBL Address line 3 7 MBL St City Woods Hole State MA Zip Code 02543 Country USA OTHERS: Investigator 2 Hap Garritt DATA FILE INFORMATION: Data File URL http://ecosystems.mbl.edu/PIE/data-archive/MON/data/MON-PR-Met15min2019.csv Data File Name MON-PR-Met15min2019 Beginning Date 01-Jan-2019 End Date 31-Dec-2019 Number of Data Records 35040 Other Files to Reference Availability Status Type 1 Quality Control Information Maintenance Description Final data set for Year 2019 Log of Changes: Version 01: January 29, 2020, data and metadata updates to comply with importation to DEIMS7 and LTER Data Portal. Used MarcrosExportEML_HTML (working)pie_excel2007_Sep2019.xlsm 9/3/19 5:19 PM for QA/QC to EML 2.1.0 MON-PR-MFM Met Station RESEARCH LOCATION: Geographic Description PIE meteorological station at MBL, Marshview Farm, Newbury, MA. Location Bounding Box West Bounding Coordinate East Bounding Coordinate North Bounding Coordinate South Bounding Coordinate OR if single point location Latitude 42.756971 Longitude -70.891366 Elevation TAXONOMIC COVERAGE: Taxonomic Protocols Organisms studied Site 2 Example: Spartina; Spartina patens; Carex aquatilis var. aquatilis; Carex KEYWORD INFORMATION KEYWORDS: PIE LTER, primary production, Massachusetts, Newbury, climate, meteorology, temperature, precipitation, rain, humidity, solar, radiation, P KeywordThesaurus ABSTRACT: Year 2019 meteorological measurements at MBL Marshview Farm of air temperature, humidity, precipitation, solar radiation, pho active radiation (PAR), wind speed and direction and barometric pressure. Sensors conduct measurements every 5 secs and meas reported as averages or totals for 15 minute intervals. 15 minute averages are reported for air temperature, humidity, solar radiation, PAR, wind speed and direction and barometric 15 minute totals are reported for precipitation. METHODS: The data file is a summary of daily weather data from the PIE LTER weather station located at MBL Marshview Farm in Newbury, The weather station is solar powered using a Solarex MSX-20 20 watt solar module including a 12V charger and regulator and 12 AH battery. The system was supplied by Campbell Scientific Inc., The data logger is supplied by Campbell Scientific CR10X-1M data logger with 1 megabyte memory storage module and PC208W Windows logging software. The enclosure and tower is a Campbell Scientific ENC 12/14 (12” X 14” weather proof enclosure), CM10 (10’ tripod, grounding k kit. Data telemetry/Communication at Remote Site/Weather station, Governor’s Academy – RF 310M, RF Modem for use w/Maxon radios – RF 310, Maxon radio for 148-174 MHZ – 158.34 MHZ – Yagi antenna – Antennex Y1503 3DB 150-174 MHz at Base station, Rowley field station – RF 310B Base station for use w/Maxon radio – FG1563, Omni directional antenna 155-162 MHZ, 3 DB gain Sensors used: Temperature and Humidity Vaisala HMP45C temperature and humidity sensor with solar radiation shield. Specifications: +/- 1% accuracy over Precipitation gauge Texas Electronic TE525WS-L, 8” rain gage with CS705 precipitation adapter for snow fall. Specifications: +/- 1% accuracy up to Pyranometer Solar radiation, 400-1100 nm, Licor LI200X-L pyranometer, mounted at 3 meter height Specifications: +/- 3% typical accuracy Solar radiation, 400-1100 nm, Licor LI200X-L pyranometer, mounted at 3 meter height Specifications: +/- 3% typical accuracy PAR Photosynthetically active radiation, 400-700 nm, Licor LI190SB quantum sensor, mounted at 3 meter height Specifications: +/- 5% calibration, National Institute of Standards Technology Wind speed and direction RM Young 05103 Wind monitor, mounted at 3 meter height Barometric pressure Vaisala PTB110 Specifications: +/- 1 mB @ -20oC to +45o C. April 16, 2019 Precipitation snow adapter removed May 22, 2019 Temp/RH HMP45C radiation shield cleaned of debris lodged between panels, PTB101B barometer sensor repalced with December 6, 2019 Precipitation snow adapter put on for Winter season Sampling and/or Lab Protocols Protocol Title URL of online Protocol OR Protocol Document VARIABLE DESCRIPTIONS: Variable Name Variable Description Units Date Time date (YYYY-MM-DD) time of day (hh:mm), (eastern standard time EST), 24 hour format Julian julian day number Precip total precipitation, wet only, rain and snow (mm) millimeter Pyranometer solar radiation (kW m-2), 15 minute average kilowattPerMeterSquared -2 -1 PAR photosynthetically active radiation (µM m sec ), 15 minute average micromolePerMeterSquaredPerSecond Temp air temperature (Celsius), 15 minute average celsius RH relative humidity (percent), 15 minute average percent Wind wind speed (m sec-1), 15 minute average meterPerSecond WindDir wind direction (degrees), 15 minute average degree BAR barometer (mbar), 15 minute average millibar Comments Comments, notes about data Investigator 3 Site 3 ns; Carex aquatilis var. aquatilis; Carex atlantica ssp. atlantica ecipitation, solar radiation, photosynthetically urements every 5 secs and measurements are and direction and barometric pressure. Marshview Farm in Newbury, MA. charger and regulator and 12 AH lead acid storage module and PC208W Windows data M10 (10’ tripod, grounding k it and CM10 guy wire % accuracy over – 40 to 60 °C temperature range tions: +/- 1% accuracy up to 1 in./hr. ter height 1B barometer sensor repalced with PTB110 datetime Missing DateTim Value e Format Code YYYYMM-DD datetime hh:mm Measurement Scale Code Number Informati Type on interval integer NA ratio real NA ratio real NA ratio real NA interval real NA ratio real NA ratio real NA interval real NA ratio real NA nominal NA Missing Value Code Explanation Do Not Modify. This is the lists for the drop MeasurementScale Number Type Unit Name NA = not available NA = not available NA = not available NA = not available NA = not available NA = not available NA = not available NA = not available NA = not available NA = not available datetime integer ampere interval natural amperePerMeter nominal real amperePerSquareMeter ordinal whole angstrom ratio atmosphere bar calorie celsius centigram centimeter centimeterPerYear centimetersPerSecond centimolesChargePerKi centisecond coulomb cubicCentimetersPerCu cubicFeetPerSecond cubicMeter cubicMeterPerKilogram cubicMetersPerSecond cubicMicrometersPerGr decibar decigram decimeter decisecond degree dimensionless disintegrationsPerMinute farad gram gramsPer0.04SquareMe gramsPerCentimeterSqu gramsPerCubicCentime gramsPerGram gramsPerHectarePerDa gramsPerLiter gramsPerLiterPerDay gramsPerMeterSquared gramsPerMeterSquared gramsPerMilliliter gramsPerNumber gramsPerSquareMeter gramsPerYear gray hectare hectoPascal henry hertz hour joule joulesPerCentimeterSqu joulesPerCentimeterSqu kelvin kilogram kilogramPerCubicMeter kilogramsPerHectare kilogramsPerHectarePe kilogramsPerMeterSqua kilogramsPerMeterSqua kilogramsPerSecond kilogramsPerSquareMet kilohertz kiloliter kilometer kilometersPerHour kilopascal kilosecond kilovolt kilowatt kilowattPerMeterSquare liter litersPerHectare litersPerSecond litersPerSquareMeter lumen lux megagram megahertz megameter megapascal megasecond megavolt megawatt meter metersPerDay metersPerGram metersPerSecond metersPerSecondSquar metersSquaredPerDay metersSquaredPerSeco microCuriePerMicroMole microEinsteinsPerSquar microEinsteinsPerSquar microequivalentsPerLite microgram microgramsPerCubicCe microgramsPerGram microgramsPerLiter microgramsPerMilliliter microliter micrometer microMolesCarbonPerM microMolesPerKilogram microMolesPerLiter microMolesPerSquareM microMolesPerSquareM micron microsecond microsiemensPerCentim millibar milligram milliGramPerKilogram milliGramPerSegment milligramsPerCubicMete milligramsPerLiter milliGramsPerMilliLiter milligramsPerMillimeter milligramsPerSquareMe milligramsPerSquareMe millihertz milliliter milliliterPerLiter millimeter millimetersPerNumber millimetersPerSecond millimetersPerSegment millimolesPerGram millimolesPerMole millimolesPerSquareMe millisecond millivolt milliwatt minute molality molarity mole molePerCubicMeter molesPerGram molesPerKilogram molesPerKilogramPerSe molesPerMeterSqaureP nanogram nanometer nanomolesPerGramPer nanosecond newton nominalDay nominalYear number numberPerGram numberPerKilometerSqu numberPerMeterCubed numberPerMeterSquare numberPerMilliliter numberPerSquareCenti ohm ohmMeter partsPerMillion partsPerThousand pascal percent picoMolesPerLiter picoMolesPerLiterPerHo PSU radian second serialDateNumberYear0 siemen siemensPerMeter squareCentimeters squareCentimetersPer0 squareCentimetersPerG squareKilometers squareMeter squareMeterPerKilogram squareMeterPerNumber squareMeterPerSquareM squareMillimeters volt watt s the lists for the drop-downs. ubicCentimetersPerCubicCentimeters ramsPerCentimeterSquaredPerSecond ramsPerMeterSquaredPerYear oulesPerCentimeterSquaredPerDay oulesPerCentimeterSquaredPerHour logramsPerMeterSquaredPerSecond logramsPerMeterSquaredPerYear microEinsteinsPerSquareMeterPerSecond microMolesCarbonPerMicroMolePhoton microMolesPerSquareMeterPerMinute microMolesPerSquareMeterPerSecond milligramsPerSquareMeterPerDay millimolesPerSquareMeterPerHour umberPerSquareCentimeterPerHour quareCentimetersPer0.04SquareMeter Date Time Julian Precip Pyranometer PAR Temp RH Wind WindDir BAR 2019-01-01 00:15 1 1.016 0.000 0.174 2.52 102 2.06 141.3 1012 2019-01-01 00:30 1 1.016 0.000 0.806 3.12 102 2.52 146.2 1012 2019-01-01 00:45 1 1.270 0.000 0.523 3.63 102 3.20 142.7 1012 2019-01-01 01:00 1 1.016 0.000 0.834 3.99 101 2.49 139.4 1011 2019-01-01 01:15 1 1.524 0.000 0.273 4.19 101 2.53 142.2 1010 2019-01-01 01:30 1 1.016 0.000 0.042 4.34 101 1.90 140.3 1010 2019-01-01 01:45 1 0.762 0.000 0.000 4.64 101 2.76 144.1 1009 2019-01-01 02:00 1 0.508 0.000 0.000 4.86 101 2.14 137.8 1008 2019-01-01 02:15 1 0.762 0.000 0.000 5.05 101 2.22 139.7 1007 2019-01-01 02:30 1 0.508 0.000 0.000 5.29 101 2.80 145.1 1005 2019-01-01 02:45 1 0.254 0.000 0.000 5.46 102 2.79 134.9 1004 2019-01-01 03:00 1 0.000 0.000 0.000 5.63 102 2.23 149.4 1003 2019-01-01 03:15 1 0.254 0.000 0.000 5.84 102 2.70 141.6 1003 2019-01-01 03:30 1 0.000 0.000 0.221 6.02 102 2.55 146.1 1002 2019-01-01 03:45 1 0.000 0.000 0.584 6.17 102 1.88 148.4 1001 2019-01-01 04:00 1 0.254 0.000 0.000 6.35 102 2.16 160.1 1001 2019-01-01 04:15 1 0.000 0.000 0.000 6.49 102 2.72 150.2 1000 2019-01-01 04:30 1 0.254 0.000 0.000 6.53 102 1.40 164.2 999 2019-01-01 04:45 1 0.254 0.000 0.000 6.55 102 0.88 204.5 999 2019-01-01 05:00 1 0.254 0.000 0.000 6.53 102 0.65 183.8 998 2019-01-01 05:15 1 0.000 0.000 0.000 6.48 102 0.69 206.7 997 2019-01-01 05:30 1 0.000 0.000 0.000 6.44 102 0.64 241.5 997 2019-01-01 05:45 1 0.254 0.000 0.000 6.34 102 0.52 232.7 996 2019-01-01 06:00 1 0.000 0.000 0.000 6.29 103 0.92 241.5 996 2019-01-01 06:15 1 0.000 0.000 0.042 6.27 103 1.06 230.6 996 2019-01-01 06:30 1 0.000 0.000 0.085 6.41 103 1.16 257.5 996 2019-01-01 06:45 1 0.000 0.000 0.019 6.44 103 1.18 257.6 996 2019-01-01 07:00 1 0.000 0.000 0.118 6.34 103 0.78 241.5 996 2019-01-01 07:15 1 0.000 0.001 1.728 5.97 103 1.44 233.6 996 2019-01-01 07:30 1 0.000 0.004 8.980 5.58 103 1.21 245.5 996 2019-01-01 07:45 1 0.000 0.011 25.620 5.16 103 1.49 230.3 996 2019-01-01 08:00 1 0.000 0.013 35.890 4.93 103 1.64 255.3 996 2019-01-01 08:15 1 0.000 0.017 56.350 4.76 103 1.31 247.3 996 2019-01-01 08:30 1 0.000 0.208 357.400 5.11 103 1.82 248.6 996 2019-01-01 08:45 1 0.000 0.060 114.800 5.71 103 1.52 245.5 996 2019-01-01 09:00 1 0.000 0.030 72.500 6.05 103 0.81 241.7 996 2019-01-01 09:15 1 0.000 0.100 219.800 6.75 103 1.17 253.0 996 2019-01-01 09:30 1 0.000 0.201 400.500 7.71 103 1.02 260.5 997 2019-01-01 09:45 1 0.000 0.191 384.600 8.86 103 1.90 234.2 997 2019-01-01 10:00 1 0.254 0.340 623.700 9.71 98 2.92 252.9 997 2019-01-01 10:15 1 0.508 0.362 672.700 10.1 88 3.27 245.2 997 2019-01-01 10:30 1 0.000 0.376 707.000 10.9 80 3.01 251.2 997 2019-01-01 10:45 1 0.254 0.390 737.000 11.7 74 3.55 250.2 997 2019-01-01 11:00 1 0.254 0.401 767.000 12.4 69 3.06 256.3 998 2019-01-01 11:15 1 0.254 0.412 805.000 12.7 67 2.97 264.3 998 2019-01-01 11:30 1 0.254 0.427 863.000 12.7 64 3.34 276.1 998 2019-01-01 11:45 1 0.254 0.415 846.000 12.6 63 3.71 285.8 999 2019-01-01 12:00 1 0.000 0.315 659.100 12.5 62 3.90 283.4 999 2019-01-01 12:15 1 0.508 0.315 663.000 12.1 59 4.68 280.1 1000 2019-01-01 12:30 1 0.000 0.400 821.000 12.1 58 3.67 287.2 1000 2019-01-01 12:45 1 0.000 0.453 909.000 12.2 58 4.10 297.7 1001 2019-01-01 13:00 2019-01-01 13:15 2019-01-01 13:30 2019-01-01 13:45 2019-01-01 14:00 2019-01-01 14:15 2019-01-01 14:30 2019-01-01 14:45 2019-01-01 15:00 2019-01-01 15:15 2019-01-01 15:30 2019-01-01 15:45 2019-01-01 16:00 2019-01-01 16:15 2019-01-01 16:30 2019-01-01 16:45 2019-01-01 17:00 2019-01-01 17:15 2019-01-01 17:30 2019-01-01 17:45 2019-01-01 18:00 2019-01-01 18:15 2019-01-01 18:30 2019-01-01 18:45 2019-01-01 19:00 2019-01-01 19:15 2019-01-01 19:30 2019-01-01 19:45 2019-01-01 20:00 2019-01-01 20:15 2019-01-01 20:30 2019-01-01 20:45 2019-01-01 21:00 2019-01-01 21:15 2019-01-01 21:30 2019-01-01 21:45 2019-01-01 22:00 2019-01-01 22:15 2019-01-01 22:30 2019-01-01 22:45 2019-01-01 23:00 2019-01-01 23:15 2019-01-01 23:30 2019-01-01 23:45 2019-01-01 00:00 2019-01-02 00:15 2019-01-02 00:30 2019-01-02 00:45 2019-01-02 01:00 2019-01-02 01:15 2019-01-02 01:30 2019-01-02 01:45 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 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 0.000 0.000 0.254 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.432 0.348 0.138 0.231 0.138 0.134 0.111 0.071 0.057 0.146 0.099 0.036 0.015 0.009 0.003 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 856.000 699.300 302.400 489.500 311.900 299.100 262.100 186.600 156.600 279.600 192.400 90.800 51.410 27.380 7.680 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 12.1 11.6 10.6 10 9.71 9.31 8.55 7.95 7.45 7.15 6.93 6.27 5.79 5.5 5.11 4.74 4.43 4.21 4.03 3.86 3.68 3.59 3.49 3.47 3.25 2.98 2.64 2.26 1.98 1.7 1.53 1.27 1.13 1.1 1.02 0.86 0.69 0.43 0.23 -0.08 -0.27 -0.45 -0.66 -0.95 -1.17 -1.29 -1.61 -1.64 -1.71 -1.92 -2.08 -2.25 58 58 60 60 59 60 58 58 57 58 58 58 59 58 58 59 59 60 62 63 64 64 64 63 63 64 64 62 62 63 64 65 65 64 61 60 60 61 61 61 61 61 62 63 63 63 65 62 61 61 61 62 4.26 5.11 5.92 5.31 4.56 3.59 4.35 4.74 5.90 4.65 4.29 4.77 4.70 4.97 4.68 4.24 4.21 4.18 4.05 3.44 3.45 3.62 3.03 4.11 3.68 2.62 3.32 4.15 3.46 2.62 2.27 1.70 2.81 3.09 3.55 2.87 2.14 2.40 2.29 1.88 1.97 2.01 2.13 1.82 1.68 1.33 1.23 2.55 2.13 1.97 1.86 2.04 297.6 1001 310.1 1002 305.9 1002 305.5 1003 299.4 1003 304.9 1004 302.1 1004 302.5 1005 292.2 1005 296.0 1006 309.5 1006 306.0 1007 309.6 1007 303.0 1008 299.5 1008 305.6 1009 305.3 1009 307.1 1010 303.3 1010 304.2 1011 302.9 1011 300.5 1011 301.4 1012 301.4 1012 296.3 1012 303.7 1013 303.3 1014 305.8 1014 307.7 1014 298.9 1014 310.1 1015 298.2 1015 301.6 1015 312.2 1015 306.2 1015 294.6 1016 297.8 1016 292.3 1016 311.1 1017 293.2 1017 287.2 1017 289.5 1017 300.7 1017 290.9 1017 297.0 1018 307.9 1018 297.5 1018 303.2 1018 307.6 1019 309.1 1019 297.1 1019 306.2 1020 2019-01-02 02:00 2019-01-02 02:15 2019-01-02 02:30 2019-01-02 02:45 2019-01-02 03:00 2019-01-02 03:15 2019-01-02 03:30 2019-01-02 03:45 2019-01-02 04:00 2019-01-02 04:15 2019-01-02 04:30 2019-01-02 04:45 2019-01-02 05:00 2019-01-02 05:15 2019-01-02 05:30 2019-01-02 05:45 2019-01-02 06:00 2019-01-02 06:15 2019-01-02 06:30 2019-01-02 06:45 2019-01-02 07:00 2019-01-02 07:15 2019-01-02 07:30 2019-01-02 07:45 2019-01-02 08:00 2019-01-02 08:15 2019-01-02 08:30 2019-01-02 08:45 2019-01-02 09:00 2019-01-02 09:15 2019-01-02 09:30 2019-01-02 09:45 2019-01-02 10:00 2019-01-02 10:15 2019-01-02 10:30 2019-01-02 10:45 2019-01-02 11:00 2019-01-02 11:15 2019-01-02 11:30 2019-01-02 11:45 2019-01-02 12:00 2019-01-02 12:15 2019-01-02 12:30 2019-01-02 12:45 2019-01-02 13:00 2019-01-02 13:15 2019-01-02 13:30 2019-01-02 13:45 2019-01-02 14:00 2019-01-02 14:15 2019-01-02 14:30 2019-01-02 14:45 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.004 0.013 0.022 0.044 0.051 0.092 0.240 0.261 0.293 0.322 0.348 0.372 0.395 0.407 0.421 0.429 0.444 0.439 0.435 0.433 0.419 0.378 0.387 0.325 0.375 0.286 0.261 0.192 0.156 0.131 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 3.232 10.980 27.770 49.440 94.000 117.400 192.100 415.100 467.100 532.800 593.100 648.500 698.200 744.000 771.000 800.000 819.000 848.000 843.000 836.000 833.000 809.000 736.000 749.000 637.500 723.000 567.500 514.600 383.400 316.400 265.400 -2.38 -2.52 -2.72 -2.84 -3 -3.13 -3.17 -3.24 -3.33 -3.49 -3.62 -3.69 -3.77 -3.9 -4.04 -4.14 -4.2 -4.21 -4.19 -4.19 -4.23 -4.24 -4.31 -4.31 -4.22 -4.12 -4.01 -3.98 -3.31 -2.62 -2.19 -1.86 -1.53 -1.16 -0.98 -0.53 -0.17 0.02 0.1 0.17 0.48 0.62 0.65 1.14 1.34 1.14 1.1 1.18 1.18 1.32 1.08 0.83 62 62 62 61 61 61 60 61 61 61 60 61 61 60 61 61 62 61 62 61 61 61 61 60 58 57 56 55 51 48 44 42 39 36 34 32 31 29 30 28 28 27 27 28 27 27 26 24 24 25 25 26 2.21 2.18 2.09 2.43 1.66 1.56 2.36 1.76 1.86 2.24 2.74 2.12 1.81 1.84 1.80 1.62 1.40 1.74 1.28 1.96 1.99 1.75 1.55 1.56 1.37 1.24 0.70 0.79 1.35 1.24 1.45 1.76 1.30 1.85 1.19 1.44 1.33 1.56 2.02 1.89 1.47 1.81 1.65 1.14 1.22 1.68 1.35 1.05 0.95 1.13 1.04 0.70 310.8 1020 307.4 1020 303.9 1020 305.9 1020 290.0 1020 296.5 1021 299.6 1021 301.7 1021 300.7 1021 297.2 1021 313.1 1021 305.2 1022 308.4 1022 311.3 1022 305.6 1022 313.7 1023 301.2 1023 309.1 1024 301.1 1024 312.7 1025 305.6 1025 308.6 1025 313.7 1025 313.1 1025 297.7 1025 309.1 1025 272.6 1026 287.3 1026 298.4 1026 295.5 1026 289.1 1026 270.0 1026 247.7 1026 153.9 1026 288.4 1026 267.5 1026 271.9 1025 274.2 1025 241.6 1025 284.7 1025 268.2 1025 257.3 1025 277.7 1025 263.7 1025 266.3 1025 284.0 1025 271.7 1025 216.7 1024 265.9 1024 248.9 1024 233.5 1024 246.5 1024 2019-01-02 15:00 2019-01-02 15:15 2019-01-02 15:30 2019-01-02 15:45 2019-01-02 16:00 2019-01-02 16:15 2019-01-02 16:30 2019-01-02 16:45 2019-01-02 17:00 2019-01-02 17:15 2019-01-02 17:30 2019-01-02 17:45 2019-01-02 18:00 2019-01-02 18:15 2019-01-02 18:30 2019-01-02 18:45 2019-01-02 19:00 2019-01-02 19:15 2019-01-02 19:30 2019-01-02 19:45 2019-01-02 20:00 2019-01-02 20:15 2019-01-02 20:30 2019-01-02 20:45 2019-01-02 21:00 2019-01-02 21:15 2019-01-02 21:30 2019-01-02 21:45 2019-01-02 22:00 2019-01-02 22:15 2019-01-02 22:30 2019-01-02 22:45 2019-01-02 23:00 2019-01-02 23:15 2019-01-02 23:30 2019-01-02 23:45 2019-01-02 00:00 2019-01-03 00:15 2019-01-03 00:30 2019-01-03 00:45 2019-01-03 01:00 2019-01-03 01:15 2019-01-03 01:30 2019-01-03 01:45 2019-01-03 02:00 2019-01-03 02:15 2019-01-03 02:30 2019-01-03 02:45 2019-01-03 03:00 2019-01-03 03:15 2019-01-03 03:30 2019-01-03 03:45 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.145 0.106 0.065 0.045 0.024 0.008 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 277.500 207.000 131.700 89.600 49.720 19.300 6.041 0.660 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.83 0.72 0.48 0.18 -0.39 -1.23 -2.02 -2.78 -3.66 -4.26 -4.42 -4.84 -5.26 -5.4 -5.33 -5.38 -5.84 -6.08 -6.23 -5.98 -6.03 -6.07 -5.77 -5.33 -4.93 -4.58 -4.65 -4.83 -5 -5.21 -5.19 -5.17 -4.99 -4.67 -4.34 -4.2 -4.08 -3.93 -3.79 -3.62 -3.35 -2.95 -2.08 -1.04 -0.49 -0.08 0.49 0.83 0.98 1.25 1.48 1.52 26 25 26 28 32 35 40 44 49 52 59 63 63 63 66 67 69 71 72 75 76 76 78 78 79 80 80 81 82 82 84 84 84 85 85 86 87 88 88 88 89 89 85 82 81 82 82 81 81 81 83 84 0.89 0.76 0.47 0.22 0.19 0.13 0.04 0.00 0.05 0.03 0.35 0.08 0.04 0.02 0.24 0.00 0.02 0.00 0.13 0.14 0.00 0.00 0.00 0.04 0.11 0.07 0.00 0.02 0.00 0.00 0.02 0.00 0.08 0.18 0.01 0.06 0.00 0.02 0.00 0.02 0.16 0.51 1.00 1.21 1.02 1.26 0.98 0.56 0.43 1.08 1.00 1.03 248.1 1024 200.5 1024 255.9 1024 249.3 1024 193.8 1024 182.1 1024 194.9 1024 194.9 1023 171.0 1023 148.0 1024 93.2 1024 123.7 1023 109.8 1023 297.4 1023 214.5 1023 12.9 1024 61.0 1024 97.2 1023 82.6 1023 115.0 1023 148.7 1023 148.8 1023 108.0 1023 240.0 1022 225.7 1022 100.8 1022 115.9 1021 120.5 1021 122.8 1021 131.0 1021 236.8 1020 233.0 1020 277.5 1020 280.2 1020 275.6 1020 266.9 1020 218.5 1020 157.1 1019 170.9 1019 256.1 1019 149.3 1018 118.4 1018 128.8 1018 131.0 1017 118.3 1017 133.8 1016 154.0 1016 195.2 1016 197.0 1016 175.3 1015 156.8 1015 151.2 1014 2019-01-03 04:00 2019-01-03 04:15 2019-01-03 04:30 2019-01-03 04:45 2019-01-03 05:00 2019-01-03 05:15 2019-01-03 05:30 2019-01-03 05:45 2019-01-03 06:00 2019-01-03 06:15 2019-01-03 06:30 2019-01-03 06:45 2019-01-03 07:00 2019-01-03 07:15 2019-01-03 07:30 2019-01-03 07:45 2019-01-03 08:00 2019-01-03 08:15 2019-01-03 08:30 2019-01-03 08:45 2019-01-03 09:00 2019-01-03 09:15 2019-01-03 09:30 2019-01-03 09:45 2019-01-03 10:00 2019-01-03 10:15 2019-01-03 10:30 2019-01-03 10:45 2019-01-03 11:00 2019-01-03 11:15 2019-01-03 11:30 2019-01-03 11:45 2019-01-03 12:00 2019-01-03 12:15 2019-01-03 12:30 2019-01-03 12:45 2019-01-03 13:00 2019-01-03 13:15 2019-01-03 13:30 2019-01-03 13:45 2019-01-03 14:00 2019-01-03 14:15 2019-01-03 14:30 2019-01-03 14:45 2019-01-03 15:00 2019-01-03 15:15 2019-01-03 15:30 2019-01-03 15:45 2019-01-03 16:00 2019-01-03 16:15 2019-01-03 16:30 2019-01-03 16:45 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.002 0.008 0.021 0.028 0.032 0.031 0.032 0.046 0.081 0.163 0.281 0.265 0.299 0.374 0.383 0.399 0.360 0.406 0.402 0.376 0.376 0.373 0.353 0.337 0.328 0.305 0.277 0.256 0.219 0.188 0.151 0.109 0.040 0.014 0.009 0.004 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.523 2.277 6.506 21.250 50.020 64.300 73.200 66.580 68.540 99.200 169.900 338.300 511.200 497.000 562.500 691.500 715.000 748.000 688.100 772.000 766.000 729.000 737.000 732.000 696.800 668.100 647.500 599.500 530.900 471.900 401.400 339.600 266.600 193.100 93.400 50.490 29.100 10.240 0.961 1.48 1.46 1.44 1.46 1.38 1.28 1.16 1.04 0.88 0.7 0.62 0.79 0.9 0.97 1.09 1.03 0.82 0.7 0.68 0.7 0.7 0.69 0.71 0.85 1.11 1.81 2.32 2.39 2.75 3.27 3.68 3.9 4.06 4.15 4.49 4.54 4.63 4.64 4.89 5.03 4.89 4.69 4.63 4.7 4.75 4.7 4.56 4.35 3.92 3.62 3.37 3.16 84 84 84 84 86 88 89 90 90 91 91 92 92 93 93 94 95 96 97 97 98 99 99 99 99 98 96 94 94 91 89 85 84 82 79 78 77 74 73 72 71 70 71 70 70 69 70 71 72 73 74 74 0.60 0.52 0.22 0.49 0.81 0.45 0.38 0.13 0.02 0.03 0.20 0.35 0.24 0.32 0.40 0.65 0.42 0.35 0.34 0.43 0.61 0.65 0.44 0.61 0.41 0.66 0.75 1.35 1.29 1.17 1.18 1.50 1.64 2.49 2.31 2.41 3.08 3.03 2.69 3.00 3.40 4.14 3.25 3.29 3.18 3.29 2.89 2.22 2.23 2.25 1.60 1.57 135.4 1013 156.8 1013 170.6 1013 176.3 1012 150.6 1011 197.8 1011 145.3 1011 210.3 1011 221.6 1010 166.2 1010 151.0 1010 252.4 1010 225.7 1010 264.4 1010 264.3 1010 309.8 1010 284.4 1010 282.2 1010 268.7 1010 283.9 1010 223.5 1010 252.8 1010 216.8 1010 264.8 1010 244.5 1010 253.9 1010 267.2 1009 281.0 1009 289.4 1009 247.8 1009 274.4 1008 281.8 1008 267.0 1008 302.5 1008 277.7 1008 307.7 1008 313.7 1008 308.8 1008 295.3 1008 298.8 1008 306.4 1008 315.3 1009 305.6 1009 301.6 1009 301.7 1009 311.0 1009 302.1 1009 304.2 1009 307.2 1009 311.8 1010 297.0 1010 293.0 1010 2019-01-03 17:00 2019-01-03 17:15 2019-01-03 17:30 2019-01-03 17:45 2019-01-03 18:00 2019-01-03 18:15 2019-01-03 18:30 2019-01-03 18:45 2019-01-03 19:00 2019-01-03 19:15 2019-01-03 19:30 2019-01-03 19:45 2019-01-03 20:00 2019-01-03 20:15 2019-01-03 20:30 2019-01-03 20:45 2019-01-03 21:00 2019-01-03 21:15 2019-01-03 21:30 2019-01-03 21:45 2019-01-03 22:00 2019-01-03 22:15 2019-01-03 22:30 2019-01-03 22:45 2019-01-03 23:00 2019-01-03 23:15 2019-01-03 23:30 2019-01-03 23:45 2019-01-03 00:00 2019-01-04 00:15 2019-01-04 00:30 2019-01-04 00:45 2019-01-04 01:00 2019-01-04 01:15 2019-01-04 01:30 2019-01-04 01:45 2019-01-04 02:00 2019-01-04 02:15 2019-01-04 02:30 2019-01-04 02:45 2019-01-04 03:00 2019-01-04 03:15 2019-01-04 03:30 2019-01-04 03:45 2019-01-04 04:00 2019-01-04 04:15 2019-01-04 04:30 2019-01-04 04:45 2019-01-04 05:00 2019-01-04 05:15 2019-01-04 05:30 2019-01-04 05:45 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 3.01 2.97 2.86 2.67 2.47 2.32 2.41 2.29 2.18 1.92 1.74 1.4 1.23 1.51 1.73 1.48 0.84 0.22 -0.06 -0.63 -0.97 -0.97 -0.73 -0.66 -0.57 -0.6 -0.6 -0.5 -0.38 0.02 0.59 0.87 0.93 0.81 0.67 0.77 0.89 1.24 1.44 1.46 1.45 1.39 1.21 1.05 0.96 0.86 0.81 0.84 0.94 1.05 1.13 1.1 73 72 73 73 74 75 75 75 76 76 78 78 80 80 78 78 80 83 84 85 87 88 89 89 89 89 90 90 90 86 80 78 77 77 77 76 74 70 69 68 67 67 68 69 69 70 70 69 69 69 69 69 1.78 2.15 2.14 1.49 1.47 1.50 1.48 0.95 0.79 0.28 0.61 0.04 0.39 0.26 0.23 0.11 0.29 0.48 0.07 0.03 0.04 0.10 0.29 0.30 0.12 0.00 0.01 0.01 0.11 0.53 0.64 0.51 0.17 0.13 0.12 0.21 0.40 0.79 0.86 0.56 0.65 0.28 0.12 0.10 0.22 0.22 0.27 0.41 0.64 0.54 0.68 0.34 286.9 1010 303.3 1011 309.5 1011 295.9 1011 317.2 1011 307.2 1011 302.9 1011 271.2 1011 289.5 1012 270.9 1012 237.3 1012 222.9 1012 253.6 1012 216.3 1013 261.7 1013 249.7 1013 242.0 1013 304.2 1013 205.1 1013 252.3 1013 145.7 1012 188.2 1012 183.2 1012 194.2 1012 250.7 1012 221.0 1012 299.8 1012 240.3 1012 252.6 1012 227.5 1012 248.1 1013 237.0 1013 205.6 1013 206.4 1013 205.6 1013 198.8 1013 236.0 1013 235.4 1013 225.1 1013 225.3 1013 247.3 1013 225.8 1013 203.4 1013 223.9 1013 188.0 1012 210.6 1012 181.4 1012 212.5 1012 236.1 1012 216.8 1012 213.0 1012 206.9 1012 2019-01-04 06:00 2019-01-04 06:15 2019-01-04 06:30 2019-01-04 06:45 2019-01-04 07:00 2019-01-04 07:15 2019-01-04 07:30 2019-01-04 07:45 2019-01-04 08:00 2019-01-04 08:15 2019-01-04 08:30 2019-01-04 08:45 2019-01-04 09:00 2019-01-04 09:15 2019-01-04 09:30 2019-01-04 09:45 2019-01-04 10:00 2019-01-04 10:15 2019-01-04 10:30 2019-01-04 10:45 2019-01-04 11:00 2019-01-04 11:15 2019-01-04 11:30 2019-01-04 11:45 2019-01-04 12:00 2019-01-04 12:15 2019-01-04 12:30 2019-01-04 12:45 2019-01-04 13:00 2019-01-04 13:15 2019-01-04 13:30 2019-01-04 13:45 2019-01-04 14:00 2019-01-04 14:15 2019-01-04 14:30 2019-01-04 14:45 2019-01-04 15:00 2019-01-04 15:15 2019-01-04 15:30 2019-01-04 15:45 2019-01-04 16:00 2019-01-04 16:15 2019-01-04 16:30 2019-01-04 16:45 2019-01-04 17:00 2019-01-04 17:15 2019-01-04 17:30 2019-01-04 17:45 2019-01-04 18:00 2019-01-04 18:15 2019-01-04 18:30 2019-01-04 18:45 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.007 0.015 0.018 0.052 0.106 0.143 0.180 0.212 0.243 0.273 0.303 0.321 0.349 0.356 0.337 0.345 0.332 0.378 0.362 0.325 0.295 0.311 0.308 0.311 0.299 0.279 0.230 0.182 0.208 0.181 0.150 0.108 0.086 0.067 0.044 0.026 0.011 0.002 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.075 7.840 27.140 50.630 102.700 181.900 257.300 332.000 401.000 467.100 530.800 594.800 636.500 695.800 715.000 686.600 704.000 681.700 773.000 747.000 678.400 619.900 651.200 645.300 651.300 624.800 583.300 487.600 392.600 434.900 381.300 314.100 230.700 185.600 142.700 92.600 54.580 23.160 6.448 0.485 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.02 0.83 0.56 0.36 0.27 0.38 0.59 0.75 0.78 1.32 2.14 2.4 2.75 2.97 3.3 3.73 3.86 4.12 4.67 4.87 5.01 5.21 5.41 5.5 5.81 5.88 6.17 6.48 6.92 7.08 7.17 7.29 7.28 7.54 7.71 7.82 7.81 7.71 7.58 7.47 7.26 6.9 6.6 6.3 6.13 5.88 5.48 4.72 3.4 2.24 1.66 1.57 69 70 72 73 74 74 74 73 73 72 69 68 66 65 64 62 62 60 59 57 57 56 55 55 54 54 53 52 51 50 51 50 50 49 49 49 48 49 49 49 50 51 53 54 55 56 58 60 64 68 71 73 0.43 0.30 0.34 0.20 0.61 0.59 1.03 1.06 1.04 1.02 0.71 1.18 1.47 2.01 1.83 2.00 2.63 3.05 1.95 3.00 2.90 2.13 3.17 2.59 2.53 2.54 2.12 2.39 1.72 2.46 1.88 2.34 1.91 2.01 1.67 1.43 1.79 1.67 1.46 1.70 1.60 1.37 1.44 1.34 1.23 0.72 0.33 0.04 0.05 0.06 0.02 0.03 169.0 1012 156.3 1012 172.6 1012 174.9 1012 173.3 1012 196.8 1012 210.5 1012 220.0 1013 218.7 1013 191.1 1013 192.7 1013 178.6 1012 195.0 1012 217.1 1012 223.5 1012 213.7 1011 219.3 1011 214.8 1011 211.2 1011 214.8 1010 225.3 1010 212.9 1010 229.3 1010 229.0 1009 226.1 1009 223.3 1009 230.9 1009 241.8 1009 232.4 1008 249.7 1008 233.0 1008 242.3 1008 232.1 1008 222.5 1008 228.5 1008 218.4 1008 223.9 1008 204.4 1008 235.1 1008 230.2 1008 214.0 1008 213.8 1007 217.6 1007 215.4 1007 211.5 1007 198.1 1007 213.5 1007 147.3 1007 126.2 1008 155.3 1008 151.9 1008 198.3 1008 2019-01-04 19:00 2019-01-04 19:15 2019-01-04 19:30 2019-01-04 19:45 2019-01-04 20:00 2019-01-04 20:15 2019-01-04 20:30 2019-01-04 20:45 2019-01-04 21:00 2019-01-04 21:15 2019-01-04 21:30 2019-01-04 21:45 2019-01-04 22:00 2019-01-04 22:15 2019-01-04 22:30 2019-01-04 22:45 2019-01-04 23:00 2019-01-04 23:15 2019-01-04 23:30 2019-01-04 23:45 2019-01-04 00:00 2019-01-05 00:15 2019-01-05 00:30 2019-01-05 00:45 2019-01-05 01:00 2019-01-05 01:15 2019-01-05 01:30 2019-01-05 01:45 2019-01-05 02:00 2019-01-05 02:15 2019-01-05 02:30 2019-01-05 02:45 2019-01-05 03:00 2019-01-05 03:15 2019-01-05 03:30 2019-01-05 03:45 2019-01-05 04:00 2019-01-05 04:15 2019-01-05 04:30 2019-01-05 04:45 2019-01-05 05:00 2019-01-05 05:15 2019-01-05 05:30 2019-01-05 05:45 2019-01-05 06:00 2019-01-05 06:15 2019-01-05 06:30 2019-01-05 06:45 2019-01-05 07:00 2019-01-05 07:15 2019-01-05 07:30 2019-01-05 07:45 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.003 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.174 2.216 5.789 14.790 1.81 2.01 1.69 1.42 1.26 1.19 1.85 3.4 3.85 3.96 3.97 3.8 3.63 3.5 3.57 3.55 3.36 3.38 3.47 3.39 3.37 3.35 3.12 2.63 2.05 1.67 1.41 1.28 1.26 1.17 1.35 1.12 0.69 0.52 0.7 0.4 0.16 0.13 0.1 0.22 0.29 0.4 0.47 0.6 0.7 0.83 0.95 1.01 1.09 1.07 1.09 1.12 74 74 74 76 77 78 77 71 69 69 69 69 70 72 72 72 73 73 73 74 74 74 74 75 77 79 81 82 83 84 85 84 86 87 88 87 89 90 90 91 91 91 92 92 92 92 92 92 94 94 95 96 0.10 0.03 0.03 0.02 0.10 0.16 0.81 1.08 1.18 1.10 0.93 0.50 0.54 0.73 0.68 0.51 0.53 0.96 0.95 1.29 0.88 0.85 0.35 0.16 0.07 0.08 0.20 0.10 0.11 0.20 0.27 0.06 0.22 0.21 0.19 0.10 0.11 0.11 0.21 0.24 0.21 0.22 0.15 0.01 0.15 0.22 0.10 0.36 0.40 0.06 0.00 0.00 210.2 1008 183.2 1008 199.1 1008 222.9 1008 250.1 1008 215.8 1008 210.9 1008 217.3 1008 226.1 1008 227.6 1008 228.6 1008 240.0 1007 231.2 1007 229.2 1007 234.9 1007 223.2 1007 226.9 1006 233.1 1006 241.3 1006 234.0 1006 238.7 1006 252.6 1006 263.5 1006 270.3 1006 191.0 1006 209.5 1006 179.4 1006 118.0 1006 237.8 1006 233.0 1006 204.9 1005 283.0 1005 251.3 1005 230.7 1005 207.1 1005 171.8 1005 269.0 1005 197.2 1005 181.0 1004 128.5 1004 177.3 1004 128.5 1004 112.0 1003 53.7 1003 242.5 1003 193.7 1004 109.2 1004 139.9 1004 315.4 1004 254.0 1003 170.7 1003 236.0 1003 2019-01-05 08:00 2019-01-05 08:15 2019-01-05 08:30 2019-01-05 08:45 2019-01-05 09:00 2019-01-05 09:15 2019-01-05 09:30 2019-01-05 09:45 2019-01-05 10:00 2019-01-05 10:15 2019-01-05 10:30 2019-01-05 10:45 2019-01-05 11:00 2019-01-05 11:15 2019-01-05 11:30 2019-01-05 11:45 2019-01-05 12:00 2019-01-05 12:15 2019-01-05 12:30 2019-01-05 12:45 2019-01-05 13:00 2019-01-05 13:15 2019-01-05 13:30 2019-01-05 13:45 2019-01-05 14:00 2019-01-05 14:15 2019-01-05 14:30 2019-01-05 14:45 2019-01-05 15:00 2019-01-05 15:15 2019-01-05 15:30 2019-01-05 15:45 2019-01-05 16:00 2019-01-05 16:15 2019-01-05 16:30 2019-01-05 16:45 2019-01-05 17:00 2019-01-05 17:15 2019-01-05 17:30 2019-01-05 17:45 2019-01-05 18:00 2019-01-05 18:15 2019-01-05 18:30 2019-01-05 18:45 2019-01-05 19:00 2019-01-05 19:15 2019-01-05 19:30 2019-01-05 19:45 2019-01-05 20:00 2019-01-05 20:15 2019-01-05 20:30 2019-01-05 20:45 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.508 0.254 0.254 0.254 0.508 0.254 0.000 0.254 0.254 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.012 0.027 0.030 0.053 0.064 0.071 0.072 0.028 0.059 0.114 0.150 0.149 0.096 0.081 0.118 0.133 0.128 0.093 0.094 0.099 0.085 0.071 0.076 0.072 0.087 0.072 0.029 0.026 0.016 0.012 0.008 0.006 0.004 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 38.170 66.310 73.800 116.200 139.400 154.800 161.800 74.800 136.700 249.400 322.600 318.200 212.800 183.700 262.000 297.400 285.300 210.700 211.100 223.300 189.700 157.800 166.600 158.500 186.700 157.000 64.700 60.220 37.760 27.560 19.660 14.410 11.070 4.475 1.126 0.000 0.000 0.038 0.000 0.000 0.000 0.000 0.000 0.490 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.16 1.29 1.51 1.74 2.09 2.44 2.67 2.85 2.79 3.08 3.25 3.83 3.89 3.71 3.55 3.68 3.68 3.63 3.6 3.63 3.74 3.83 3.81 3.96 4.01 3.99 3.82 3.77 3.82 3.72 3.57 3.52 3.32 3.14 3.01 2.89 2.79 2.67 2.64 2.69 2.7 2.68 2.62 2.51 2.39 2.32 2.29 2.28 2.28 2.29 2.3 2.3 96 97 97 98 98 98 98 97 97 97 96 96 95 95 95 96 96 96 96 97 97 97 97 97 97 97 97 97 97 97 98 99 99 100 100 100 100 100 100 100 101 101 101 101 101 101 101 101 101 100 100 99 0.16 0.14 0.42 0.43 0.53 0.42 0.29 0.47 0.33 0.61 0.74 0.72 0.80 0.64 0.90 0.79 1.16 0.71 1.35 1.19 1.05 1.24 1.03 0.75 1.14 1.39 1.50 1.08 1.26 1.63 1.55 1.59 1.68 1.36 1.54 1.99 2.13 1.89 1.46 1.22 1.48 1.22 1.60 1.81 2.26 2.23 2.06 1.61 1.67 1.85 2.07 2.13 299.9 1004 296.8 1004 281.9 1004 304.8 1004 295.4 1004 296.9 1004 285.2 1004 89.7 1003 211.8 1003 210.6 1003 175.1 1003 145.4 1002 165.0 1002 89.5 1002 103.4 1001 119.3 1001 123.5 1001 135.1 1001 177.0 1000 131.9 1000 144.8 999 219.9 999 167.9 999 144.9 999 128.0 999 207.6 998 166.6 998 167.0 998 149.6 998 155.7 998 201.6 998 252.8 998 264.5 998 274.2 998 263.7 998 293.6 998 265.6 998 272.1 998 255.4 998 281.4 998 289.8 998 300.8 999 282.5 999 286.9 999 290.9 999 300.5 999 296.0 999 282.3 999 302.6 1000 306.6 1000 315.5 1000 316.6 1000 2019-01-05 21:00 2019-01-05 21:15 2019-01-05 21:30 2019-01-05 21:45 2019-01-05 22:00 2019-01-05 22:15 2019-01-05 22:30 2019-01-05 22:45 2019-01-05 23:00 2019-01-05 23:15 2019-01-05 23:30 2019-01-05 23:45 2019-01-05 00:00 2019-01-06 00:15 2019-01-06 00:30 2019-01-06 00:45 2019-01-06 01:00 2019-01-06 01:15 2019-01-06 01:30 2019-01-06 01:45 2019-01-06 02:00 2019-01-06 02:15 2019-01-06 02:30 2019-01-06 02:45 2019-01-06 03:00 2019-01-06 03:15 2019-01-06 03:30 2019-01-06 03:45 2019-01-06 04:00 2019-01-06 04:15 2019-01-06 04:30 2019-01-06 04:45 2019-01-06 05:00 2019-01-06 05:15 2019-01-06 05:30 2019-01-06 05:45 2019-01-06 06:00 2019-01-06 06:15 2019-01-06 06:30 2019-01-06 06:45 2019-01-06 07:00 2019-01-06 07:15 2019-01-06 07:30 2019-01-06 07:45 2019-01-06 08:00 2019-01-06 08:15 2019-01-06 08:30 2019-01-06 08:45 2019-01-06 09:00 2019-01-06 09:15 2019-01-06 09:30 2019-01-06 09:45 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.006 0.013 0.020 0.027 0.043 0.083 0.080 0.108 0.140 0.153 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 3.476 11.930 25.580 41.390 55.710 89.400 159.400 163.300 220.500 283.300 309.900 2.31 98 2.22 98 2.06 98 1.79 98 1.49 99 1.4 100 1.47 100 1.48 99 1.45 99 1.17 99 1.1 99 1.06 99 0.98 98 0.68 98 0.08 98 -0.34 99 0.03 100 0.21 99 0.32 98 0.25 97 0.32 96 0.27 96 0.02 97 -0.13 97 -0.21 97 -0.4 98 -0.53 98 -0.78 98 -0.7 99 -0.6 99 -0.56 98 -0.6 98 -0.06 98 0.31 95 0.32 94 0.33 93 0.29 93 0.1 93 0.33 92 0.53 92 0.66 91 0.56 91 0.54 92 0.66 92 0.84 91 1.02 90 1.13 90 1.37 90 1.77 87 2.08 85 2.46 83 2.88 81 2.16 1.58 0.87 0.47 0.77 0.97 1.19 1.45 1.34 0.93 1.54 1.48 1.22 0.73 0.44 0.53 1.10 1.08 1.11 1.17 1.10 0.83 0.45 0.53 0.40 0.32 0.24 0.20 0.18 0.18 0.15 0.26 0.74 0.91 0.93 0.71 0.53 0.57 0.53 0.67 0.49 0.30 0.26 0.46 0.70 0.54 0.29 0.38 0.90 1.00 0.64 0.63 310.8 1000 311.3 1000 299.0 999 192.6 999 270.7 999 298.0 1000 303.5 1000 315.4 1000 311.4 1000 281.7 1000 303.4 1000 307.1 1000 300.4 1001 267.7 1001 235.2 1001 244.4 1001 281.8 1001 278.1 1001 278.4 1002 276.5 1002 284.1 1002 269.7 1002 236.6 1003 250.4 1003 262.9 1003 267.6 1003 230.3 1003 255.4 1003 175.9 1003 210.8 1003 190.0 1003 272.8 1003 255.8 1003 246.2 1003 250.6 1003 247.6 1003 256.2 1004 216.9 1004 228.4 1004 240.0 1004 262.8 1004 233.4 1005 201.1 1005 239.8 1005 284.1 1005 232.2 1005 218.2 1006 222.1 1006 248.6 1006 248.3 1006 261.3 1007 259.4 1007 2019-01-06 10:00 2019-01-06 10:15 2019-01-06 10:30 2019-01-06 10:45 2019-01-06 11:00 2019-01-06 11:15 2019-01-06 11:30 2019-01-06 11:45 2019-01-06 12:00 2019-01-06 12:15 2019-01-06 12:30 2019-01-06 12:45 2019-01-06 13:00 2019-01-06 13:15 2019-01-06 13:30 2019-01-06 13:45 2019-01-06 14:00 2019-01-06 14:15 2019-01-06 14:30 2019-01-06 14:45 2019-01-06 15:00 2019-01-06 15:15 2019-01-06 15:30 2019-01-06 15:45 2019-01-06 16:00 2019-01-06 16:15 2019-01-06 16:30 2019-01-06 16:45 2019-01-06 17:00 2019-01-06 17:15 2019-01-06 17:30 2019-01-06 17:45 2019-01-06 18:00 2019-01-06 18:15 2019-01-06 18:30 2019-01-06 18:45 2019-01-06 19:00 2019-01-06 19:15 2019-01-06 19:30 2019-01-06 19:45 2019-01-06 20:00 2019-01-06 20:15 2019-01-06 20:30 2019-01-06 20:45 2019-01-06 21:00 2019-01-06 21:15 2019-01-06 21:30 2019-01-06 21:45 2019-01-06 22:00 2019-01-06 22:15 2019-01-06 22:30 2019-01-06 22:45 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.254 0.000 0.254 0.000 0.000 0.254 0.000 0.254 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.123 0.118 0.157 0.191 0.177 0.210 0.200 0.236 0.376 0.357 0.332 0.282 0.272 0.444 0.328 0.439 0.365 0.312 0.242 0.097 0.077 0.166 0.090 0.031 0.026 0.011 0.005 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 258.800 260.300 339.900 401.500 368.900 434.600 415.500 486.500 742.000 723.000 693.800 600.600 540.600 874.000 657.300 843.000 713.000 613.100 465.800 204.200 184.400 314.600 181.200 81.800 61.220 33.060 13.110 2.030 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 3.23 3.33 3.47 3.76 4.2 4.55 4.72 4.94 5.3 5.6 5.68 5.66 5.86 6.28 6.42 6.62 6.51 6.57 6.6 5.77 3.82 3.99 4.26 4.05 3.84 3.48 2.83 2.35 1.93 1.23 0.75 0.44 0.16 -0.13 -0.61 -0.96 -1.34 -1.78 -1.96 -2.09 -2.2 -2.36 -2.42 -2.48 -2.55 -2.61 -2.77 -3.02 -3.27 -3.52 -4 -4.43 78 77 76 74 73 72 72 71 69 67 65 65 63 62 61 60 57 55 53 60 73 66 62 62 60 58 58 59 55 50 49 50 49 49 49 51 50 48 48 49 50 51 52 52 52 53 55 55 55 56 58 54 0.93 1.11 1.11 1.25 1.83 2.18 1.74 1.87 2.51 2.71 3.11 2.92 2.96 2.90 2.86 2.48 3.76 3.49 3.21 3.90 4.03 3.07 3.78 3.48 4.12 4.22 3.76 3.88 4.64 5.25 5.04 4.96 4.02 4.84 5.06 4.85 5.79 5.79 5.45 5.71 4.78 4.24 4.76 4.21 3.58 4.51 2.66 2.81 3.87 5.22 5.28 5.08 271.0 1007 267.7 1007 259.1 1007 260.7 1007 263.9 1006 282.3 1006 275.2 1006 282.0 1006 279.0 1006 285.1 1006 287.9 1006 287.5 1006 287.7 1006 279.9 1006 288.9 1006 264.7 1006 296.4 1007 301.6 1007 310.1 1007 286.3 1008 309.0 1008 297.1 1009 308.9 1009 314.3 1009 306.7 1010 310.4 1010 305.9 1011 304.1 1011 302.6 1012 308.8 1012 303.7 1013 304.4 1013 313.3 1014 309.5 1014 301.9 1015 300.9 1015 304.8 1015 308.2 1015 310.3 1016 306.9 1016 305.8 1016 303.7 1016 310.9 1016 306.9 1017 296.9 1017 309.6 1017 274.3 1017 284.8 1017 296.5 1018 316.0 1018 307.5 1018 305.1 1019 2019-01-06 23:00 2019-01-06 23:15 2019-01-06 23:30 2019-01-06 23:45 2019-01-06 00:00 2019-01-07 00:15 2019-01-07 00:30 2019-01-07 00:45 2019-01-07 01:00 2019-01-07 01:15 2019-01-07 01:30 2019-01-07 01:45 2019-01-07 02:00 2019-01-07 02:15 2019-01-07 02:30 2019-01-07 02:45 2019-01-07 03:00 2019-01-07 03:15 2019-01-07 03:30 2019-01-07 03:45 2019-01-07 04:00 2019-01-07 04:15 2019-01-07 04:30 2019-01-07 04:45 2019-01-07 05:00 2019-01-07 05:15 2019-01-07 05:30 2019-01-07 05:45 2019-01-07 06:00 2019-01-07 06:15 2019-01-07 06:30 2019-01-07 06:45 2019-01-07 07:00 2019-01-07 07:15 2019-01-07 07:30 2019-01-07 07:45 2019-01-07 08:00 2019-01-07 08:15 2019-01-07 08:30 2019-01-07 08:45 2019-01-07 09:00 2019-01-07 09:15 2019-01-07 09:30 2019-01-07 09:45 2019-01-07 10:00 2019-01-07 10:15 2019-01-07 10:30 2019-01-07 10:45 2019-01-07 11:00 2019-01-07 11:15 2019-01-07 11:30 2019-01-07 11:45 6 6 6 6 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.004 0.010 0.015 0.062 0.134 0.170 0.205 0.240 0.274 0.306 0.335 0.363 0.386 0.406 0.423 0.438 0.449 0.445 0.463 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.680 7.790 26.120 48.730 105.200 207.200 280.100 351.200 423.200 493.100 560.400 620.200 680.600 729.000 771.000 808.000 841.000 865.000 863.000 897.000 -4.99 -5.32 -5.49 -5.58 -5.64 -5.65 -5.68 -5.77 -5.85 -6 -6.1 -6.24 -6.35 -6.5 -6.69 -6.93 -7.16 -7.39 -7.64 -7.87 -8.03 -8.2 -8.36 -8.52 -8.67 -8.67 -8.78 -8.97 -9.13 -9.28 -9.35 -9.44 -9.53 -9.61 -9.66 -9.62 -9.39 -8.97 -8.67 -8.37 -8.03 -7.69 -7.36 -7 -6.66 -6.41 -5.87 -5.68 -5.26 -4.86 -4.3 -4.18 51 53 54 54 54 54 54 55 57 57 57 57 56 55 54 53 53 53 53 53 53 53 52 51 50 49 50 50 50 51 50 50 51 51 51 51 50 48 47 46 45 44 43 42 41 40 39 37 36 35 35 35 4.63 4.30 4.56 3.75 3.22 3.59 2.90 2.97 3.26 3.32 3.29 2.84 3.69 3.56 3.70 3.71 3.85 3.33 3.22 2.58 2.71 3.02 2.91 2.97 2.83 3.32 2.70 3.11 2.60 2.59 2.73 2.58 2.52 2.46 2.48 2.68 2.68 2.97 2.82 2.59 2.56 2.46 2.78 2.78 2.71 2.58 2.51 2.75 2.42 2.04 2.22 2.11 303.3 1019 302.5 1019 308.9 1019 299.1 1019 305.5 1020 297.8 1020 307.4 1020 293.9 1020 299.3 1021 293.1 1021 297.5 1021 299.9 1021 299.8 1021 304.3 1021 292.1 1022 297.5 1022 303.3 1022 307.5 1022 298.0 1023 290.3 1023 298.7 1024 307.5 1024 307.8 1024 304.0 1024 298.7 1024 309.8 1025 306.5 1025 300.8 1025 302.6 1025 308.5 1025 305.2 1026 303.8 1026 307.2 1026 307.0 1026 302.3 1027 295.2 1027 297.6 1027 299.6 1028 303.1 1028 297.8 1028 302.1 1028 302.6 1029 298.8 1029 314.0 1029 303.1 1029 294.6 1029 293.3 1029 307.1 1029 298.1 1028 302.1 1028 300.0 1028 297.9 1028 2019-01-07 12:00 2019-01-07 12:15 2019-01-07 12:30 2019-01-07 12:45 2019-01-07 13:00 2019-01-07 13:15 2019-01-07 13:30 2019-01-07 13:45 2019-01-07 14:00 2019-01-07 14:15 2019-01-07 14:30 2019-01-07 14:45 2019-01-07 15:00 2019-01-07 15:15 2019-01-07 15:30 2019-01-07 15:45 2019-01-07 16:00 2019-01-07 16:15 2019-01-07 16:30 2019-01-07 16:45 2019-01-07 17:00 2019-01-07 17:15 2019-01-07 17:30 2019-01-07 17:45 2019-01-07 18:00 2019-01-07 18:15 2019-01-07 18:30 2019-01-07 18:45 2019-01-07 19:00 2019-01-07 19:15 2019-01-07 19:30 2019-01-07 19:45 2019-01-07 20:00 2019-01-07 20:15 2019-01-07 20:30 2019-01-07 20:45 2019-01-07 21:00 2019-01-07 21:15 2019-01-07 21:30 2019-01-07 21:45 2019-01-07 22:00 2019-01-07 22:15 2019-01-07 22:30 2019-01-07 22:45 2019-01-07 23:00 2019-01-07 23:15 2019-01-07 23:30 2019-01-07 23:45 2019-01-07 00:00 2019-01-08 00:15 2019-01-08 00:30 2019-01-08 00:45 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.460 0.454 0.445 0.423 0.355 0.337 0.364 0.322 0.367 0.288 0.197 0.250 0.212 0.120 0.059 0.030 0.022 0.009 0.003 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 894.000 885.000 868.000 828.000 706.000 672.400 718.000 636.500 710.000 561.200 396.900 479.200 401.300 239.100 128.500 70.200 51.730 23.920 8.810 1.844 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -3.79 -3.66 -3.13 -2.91 -3.15 -3.01 -2.76 -2.47 -2.49 -2.14 -2.33 -2.17 -1.88 -2.3 -2.74 -3.07 -3.28 -3.46 -3.72 -3.96 -4.18 -4.27 -4.15 -4.22 -4.28 -4.31 -4.4 -4.58 -4.72 -4.97 -5.07 -5.27 -5.7 -6.17 -6.27 -6.15 -6.02 -5.77 -5.63 -5.54 -5.47 -5.39 -5.27 -5.21 -5.17 -5.07 -4.88 -4.78 -4.65 -4.58 -4.47 -4.4 33 33 32 31 30 30 30 30 29 28 29 30 29 29 30 30 31 32 34 35 37 37 38 39 41 40 43 44 44 46 48 48 51 57 60 63 63 66 69 70 69 68 68 65 62 61 59 57 58 57 57 55 2.09 2.07 1.85 2.51 2.48 2.24 2.19 1.95 2.24 1.93 1.60 1.25 1.46 1.77 1.63 1.42 1.13 1.06 0.81 0.41 0.45 0.82 0.42 0.21 0.37 0.29 0.28 0.24 0.04 0.12 0.19 0.04 0.00 0.02 0.07 0.00 0.25 0.21 0.27 0.06 0.16 0.00 0.04 0.00 0.00 0.26 0.26 0.25 0.29 0.50 0.69 0.74 287.4 1028 271.9 1027 268.0 1027 283.7 1027 295.1 1027 287.3 1027 295.9 1028 280.8 1028 301.9 1027 296.3 1027 292.9 1028 266.8 1028 297.7 1028 293.0 1028 294.5 1028 277.1 1028 284.7 1028 293.2 1028 268.6 1028 269.2 1028 147.9 1028 235.6 1028 271.1 1028 256.6 1028 265.0 1028 257.7 1028 181.1 1028 267.4 1028 263.7 1028 288.9 1028 256.8 1028 245.4 1027 73.7 1027 105.8 1027 177.0 1027 135.6 1027 190.0 1028 160.0 1027 196.3 1027 130.3 1027 75.1 1026 211.9 1026 111.8 1026 72.4 1026 68.3 1026 213.2 1026 280.6 1026 278.4 1026 276.3 1026 278.1 1026 254.6 1026 261.4 1026 2019-01-08 01:00 2019-01-08 01:15 2019-01-08 01:30 2019-01-08 01:45 2019-01-08 02:00 2019-01-08 02:15 2019-01-08 02:30 2019-01-08 02:45 2019-01-08 03:00 2019-01-08 03:15 2019-01-08 03:30 2019-01-08 03:45 2019-01-08 04:00 2019-01-08 04:15 2019-01-08 04:30 2019-01-08 04:45 2019-01-08 05:00 2019-01-08 05:15 2019-01-08 05:30 2019-01-08 05:45 2019-01-08 06:00 2019-01-08 06:15 2019-01-08 06:30 2019-01-08 06:45 2019-01-08 07:00 2019-01-08 07:15 2019-01-08 07:30 2019-01-08 07:45 2019-01-08 08:00 2019-01-08 08:15 2019-01-08 08:30 2019-01-08 08:45 2019-01-08 09:00 2019-01-08 09:15 2019-01-08 09:30 2019-01-08 09:45 2019-01-08 10:00 2019-01-08 10:15 2019-01-08 10:30 2019-01-08 10:45 2019-01-08 11:00 2019-01-08 11:15 2019-01-08 11:30 2019-01-08 11:45 2019-01-08 12:00 2019-01-08 12:15 2019-01-08 12:30 2019-01-08 12:45 2019-01-08 13:00 2019-01-08 13:15 2019-01-08 13:30 2019-01-08 13:45 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.007 0.011 0.019 0.017 0.019 0.016 0.023 0.027 0.038 0.030 0.036 0.039 0.043 0.045 0.046 0.056 0.051 0.063 0.072 0.063 0.075 0.057 0.059 0.059 0.082 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.684 5.209 17.090 24.380 42.050 39.550 44.550 39.440 53.620 63.690 87.300 70.900 84.900 92.300 99.900 105.900 107.200 130.300 118.000 144.800 163.700 144.600 170.000 129.400 134.600 136.100 180.800 -4.29 -4.21 -4.15 -4.09 -4.05 -3.99 -3.93 -3.91 -3.89 -3.9 -3.91 -3.91 -3.9 -3.89 -3.94 -3.95 -3.93 -3.87 -3.84 -3.77 -3.68 -3.66 -3.76 -3.73 -3.57 -3.29 -2.38 -1.33 -0.64 -0.16 0.06 0.21 0.54 0.81 1.08 1.3 1.43 1.54 1.56 1.55 1.55 1.61 1.64 1.74 1.83 2.02 2.2 2.38 2.56 2.66 2.76 3.08 55 54 53 52 52 53 54 54 55 55 55 55 56 58 60 61 62 63 66 68 69 73 75 77 80 82 89 91 90 90 92 94 92 92 91 91 91 92 93 95 96 97 98 99 99 100 100 100 100 100 100 101 0.82 0.32 0.29 0.20 0.36 0.08 0.18 0.07 0.19 0.32 0.41 0.06 0.01 0.05 0.32 0.05 0.05 0.19 0.26 0.34 0.15 0.19 0.00 0.00 0.23 0.09 0.53 0.51 0.82 1.41 1.38 1.14 1.45 1.24 1.45 1.31 1.06 1.50 1.36 0.80 0.55 0.81 0.84 0.65 0.91 0.70 0.75 0.68 0.29 0.38 0.28 0.26 276.7 1026 289.8 1026 287.2 1026 293.3 1026 274.3 1026 257.6 1026 264.5 1026 216.0 1026 104.5 1025 134.5 1024 142.5 1024 187.5 1024 107.6 1023 163.2 1023 108.0 1022 85.1 1022 119.4 1022 51.1 1021 84.8 1021 222.8 1022 126.2 1021 46.9 1021 187.3 1021 269.4 1021 120.8 1020 154.4 1020 160.5 1020 154.1 1020 156.3 1019 153.7 1019 159.5 1019 160.3 1019 157.1 1019 156.4 1019 159.7 1019 160.0 1018 166.1 1018 165.9 1018 158.9 1017 161.2 1017 192.5 1017 165.6 1016 172.6 1016 176.8 1015 162.3 1015 183.2 1014 185.2 1014 185.0 1014 216.8 1014 172.8 1013 145.6 1013 134.6 1012 2019-01-08 14:00 2019-01-08 14:15 2019-01-08 14:30 2019-01-08 14:45 2019-01-08 15:00 2019-01-08 15:15 2019-01-08 15:30 2019-01-08 15:45 2019-01-08 16:00 2019-01-08 16:15 2019-01-08 16:30 2019-01-08 16:45 2019-01-08 17:00 2019-01-08 17:15 2019-01-08 17:30 2019-01-08 17:45 2019-01-08 18:00 2019-01-08 18:15 2019-01-08 18:30 2019-01-08 18:45 2019-01-08 19:00 2019-01-08 19:15 2019-01-08 19:30 2019-01-08 19:45 2019-01-08 20:00 2019-01-08 20:15 2019-01-08 20:30 2019-01-08 20:45 2019-01-08 21:00 2019-01-08 21:15 2019-01-08 21:30 2019-01-08 21:45 2019-01-08 22:00 2019-01-08 22:15 2019-01-08 22:30 2019-01-08 22:45 2019-01-08 23:00 2019-01-08 23:15 2019-01-08 23:30 2019-01-08 23:45 2019-01-08 00:00 2019-01-09 00:15 2019-01-09 00:30 2019-01-09 00:45 2019-01-09 01:00 2019-01-09 01:15 2019-01-09 01:30 2019-01-09 01:45 2019-01-09 02:00 2019-01-09 02:15 2019-01-09 02:30 2019-01-09 02:45 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.050 0.049 0.035 0.025 0.022 0.017 0.017 0.010 0.005 0.003 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 111.200 110.800 78.700 57.020 49.320 41.910 37.790 22.440 12.160 6.422 2.361 0.810 0.401 0.452 0.848 1.470 2.893 2.724 1.635 1.353 1.013 0.844 0.848 1.315 0.896 0.848 0.839 0.731 0.849 0.849 0.924 0.797 0.061 0.000 0.038 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 3.25 3.17 3.24 3.25 3.24 3.21 3.21 3.15 3.01 2.84 2.54 2.18 1.99 1.85 1.74 1.7 1.67 1.34 0.95 0.71 0.54 0.48 0.49 0.57 0.59 0.6 0.63 0.59 0.58 0.55 0.61 0.79 0.76 0.69 0.68 0.65 0.51 0.42 0.41 0.32 0.27 0.4 0.46 0.46 0.45 0.46 0.46 0.49 0.5 0.52 0.55 0.54 100 100 100 101 101 101 101 101 101 101 101 101 102 102 102 102 102 102 102 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 103 104 104 104 104 104 104 0.29 0.50 0.31 0.37 0.22 0.14 0.21 0.20 0.25 0.53 0.72 0.58 0.70 0.40 0.30 0.96 1.44 1.25 1.13 1.29 1.15 0.48 0.29 0.36 0.08 0.16 0.36 0.21 0.45 0.37 1.66 0.99 0.71 0.99 0.75 0.36 0.46 0.56 0.87 0.32 0.56 0.57 0.44 0.49 0.57 0.54 0.26 0.35 0.34 0.61 0.54 0.19 169.5 1012 62.2 1012 242.9 1011 177.6 1011 205.3 1011 91.9 1011 264.7 1011 153.0 1010 172.0 1010 151.3 1010 252.4 1009 248.2 1009 295.1 1009 218.4 1009 157.1 1008 303.2 1008 278.1 1008 299.7 1008 306.2 1008 313.5 1007 302.0 1007 250.8 1007 207.0 1006 288.4 1006 321.5 1005 237.4 1005 290.4 1004 201.2 1004 189.5 1004 259.4 1004 243.8 1004 259.3 1004 269.5 1004 269.7 1003 164.1 1002 122.6 1001 238.7 1001 243.6 1001 310.7 1000 260.9 1000 195.1 1000 190.2 1000 272.5 1000 259.2 1000 280.9 999 286.2 999 296.1 999 253.0 998 261.5 998 221.9 998 195.0 997 65.6 997 2019-01-09 03:00 2019-01-09 03:15 2019-01-09 03:30 2019-01-09 03:45 2019-01-09 04:00 2019-01-09 04:15 2019-01-09 04:30 2019-01-09 04:45 2019-01-09 05:00 2019-01-09 05:15 2019-01-09 05:30 2019-01-09 05:45 2019-01-09 06:00 2019-01-09 06:15 2019-01-09 06:30 2019-01-09 06:45 2019-01-09 07:00 2019-01-09 07:15 2019-01-09 07:30 2019-01-09 07:45 2019-01-09 08:00 2019-01-09 08:15 2019-01-09 08:30 2019-01-09 08:45 2019-01-09 09:00 2019-01-09 09:15 2019-01-09 09:30 2019-01-09 09:45 2019-01-09 10:00 2019-01-09 10:15 2019-01-09 10:30 2019-01-09 10:45 2019-01-09 11:00 2019-01-09 11:15 2019-01-09 11:30 2019-01-09 11:45 2019-01-09 12:00 2019-01-09 12:15 2019-01-09 12:30 2019-01-09 12:45 2019-01-09 13:00 2019-01-09 13:15 2019-01-09 13:30 2019-01-09 13:45 2019-01-09 14:00 2019-01-09 14:15 2019-01-09 14:30 2019-01-09 14:45 2019-01-09 15:00 2019-01-09 15:15 2019-01-09 15:30 2019-01-09 15:45 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.254 1.016 0.508 0.254 0.762 0.254 0.254 0.254 0.254 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.254 0.000 0.000 0.254 0.000 0.000 0.000 0.254 0.000 0.254 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.004 0.011 0.024 0.038 0.062 0.105 0.078 0.122 0.257 0.350 0.180 0.150 0.267 0.367 0.245 0.276 0.328 0.301 0.260 0.212 0.184 0.139 0.103 0.085 0.061 0.071 0.075 0.056 0.042 0.033 0.032 0.033 0.019 0.000 0.000 0.005 0.000 0.000 0.000 0.019 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.382 4.064 9.080 23.770 52.940 81.700 131.500 213.900 181.200 267.800 500.400 648.800 362.900 323.300 538.600 719.000 502.600 563.500 652.700 606.200 522.300 432.600 376.300 290.000 218.700 180.300 131.000 150.200 154.600 116.400 87.900 69.250 65.970 65.500 37.530 0.52 0.52 0.6 0.64 0.6 0.6 0.63 0.58 0.53 0.58 0.61 0.58 0.59 0.58 0.61 0.64 0.71 0.69 0.72 0.78 0.88 1 1.1 1.35 1.7 1.83 1.92 2.34 3.32 3.26 3.18 3.18 3.75 3.99 4.01 4.39 4.54 4.57 4.6 4.53 4.49 4.34 4.24 4.09 3.93 3.91 3.81 3.67 3.61 3.62 3.81 4.06 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 104 103 103 99 96 95 92 90 89 88 87 86 86 86 85 85 85 85 85 84 86 88 88 85 82 79 0.04 0.42 0.61 0.61 0.48 0.75 1.08 0.93 0.94 0.87 0.24 0.52 0.30 0.30 0.24 0.28 0.37 0.30 0.47 0.52 0.70 0.94 0.87 1.03 1.97 1.99 1.70 2.25 2.46 2.69 2.68 3.01 2.38 2.28 2.41 2.37 2.26 2.96 2.31 2.32 2.36 2.47 1.84 2.61 2.52 2.77 2.48 1.82 2.26 2.27 1.91 1.77 92.5 226.6 191.5 151.0 153.5 106.6 120.6 140.7 242.9 250.2 141.8 165.6 185.4 182.4 170.6 199.5 238.7 314.0 281.7 256.0 240.6 247.3 256.2 240.9 243.3 244.8 246.8 248.1 251.9 250.1 244.9 240.9 248.1 246.8 238.3 256.1 240.0 263.7 251.3 251.3 251.8 257.2 258.5 283.5 274.6 266.7 267.2 255.7 255.1 262.1 252.8 253.2 996 996 996 996 996 996 995 994 993 993 993 993 992 992 992 992 992 991 991 991 991 991 990 990 990 990 990 990 990 990 990 989 989 989 989 989 989 988 989 989 989 989 989 990 990 990 990 991 991 991 991 991 2019-01-09 16:00 2019-01-09 16:15 2019-01-09 16:30 2019-01-09 16:45 2019-01-09 17:00 2019-01-09 17:15 2019-01-09 17:30 2019-01-09 17:45 2019-01-09 18:00 2019-01-09 18:15 2019-01-09 18:30 2019-01-09 18:45 2019-01-09 19:00 2019-01-09 19:15 2019-01-09 19:30 2019-01-09 19:45 2019-01-09 20:00 2019-01-09 20:15 2019-01-09 20:30 2019-01-09 20:45 2019-01-09 21:00 2019-01-09 21:15 2019-01-09 21:30 2019-01-09 21:45 2019-01-09 22:00 2019-01-09 22:15 2019-01-09 22:30 2019-01-09 22:45 2019-01-09 23:00 2019-01-09 23:15 2019-01-09 23:30 2019-01-09 23:45 2019-01-09 00:00 2019-01-10 00:15 2019-01-10 00:30 2019-01-10 00:45 2019-01-10 01:00 2019-01-10 01:15 2019-01-10 01:30 2019-01-10 01:45 2019-01-10 02:00 2019-01-10 02:15 2019-01-10 02:30 2019-01-10 02:45 2019-01-10 03:00 2019-01-10 03:15 2019-01-10 03:30 2019-01-10 03:45 2019-01-10 04:00 2019-01-10 04:15 2019-01-10 04:30 2019-01-10 04:45 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.008 0.003 0.001 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 18.770 7.390 2.878 0.532 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 4.18 4.28 4.31 4.33 4.36 4.37 4.3 4.24 4.07 3.93 3.9 3.89 3.89 3.82 3.74 3.65 3.51 3.21 2.85 2.63 2.67 2.63 2.51 2.42 2.31 2.25 2.16 2.13 2.08 2 1.92 1.85 1.78 1.74 1.68 1.51 1.2 1.05 0.9 0.81 0.87 0.9 0.82 0.8 0.73 0.7 0.72 0.73 0.73 0.76 0.76 0.78 77 76 75 75 74 74 74 73 74 74 74 74 75 75 76 76 76 78 79 77 74 73 72 71 71 71 71 70 69 69 69 69 69 68 68 67 68 68 68 68 68 67 67 68 69 69 69 69 70 70 70 70 1.80 2.45 2.33 2.11 2.43 2.46 1.90 2.67 2.36 2.24 1.74 1.74 1.35 1.13 1.22 1.58 1.89 1.82 1.62 1.96 2.45 2.28 2.18 2.01 2.52 2.26 2.06 1.55 1.84 1.82 1.65 1.70 1.48 1.86 1.60 1.37 1.54 1.85 1.71 1.77 1.88 1.95 1.68 1.59 1.15 1.49 1.71 1.61 1.97 1.41 1.25 0.99 264.7 267.7 266.2 261.0 277.0 266.2 266.2 279.4 279.8 273.8 275.3 253.0 251.4 248.1 247.3 246.8 247.5 250.3 249.4 249.6 241.6 241.9 244.3 244.0 246.5 249.5 251.4 254.8 253.3 241.0 259.2 248.6 247.9 245.7 246.0 242.0 239.7 246.4 243.9 250.7 242.5 247.2 252.5 232.5 245.7 241.1 241.3 249.4 238.7 248.9 254.3 251.9 991 992 992 992 992 992 993 993 993 993 993 993 993 993 993 994 994 994 994 994 994 993 993 993 993 993 993 993 993 993 993 993 993 993 993 993 994 994 994 994 994 994 994 994 994 994 994 994 994 994 994 994 2019-01-10 05:00 2019-01-10 05:15 2019-01-10 05:30 2019-01-10 05:45 2019-01-10 06:00 2019-01-10 06:15 2019-01-10 06:30 2019-01-10 06:45 2019-01-10 07:00 2019-01-10 07:15 2019-01-10 07:30 2019-01-10 07:45 2019-01-10 08:00 2019-01-10 08:15 2019-01-10 08:30 2019-01-10 08:45 2019-01-10 09:00 2019-01-10 09:15 2019-01-10 09:30 2019-01-10 09:45 2019-01-10 10:00 2019-01-10 10:15 2019-01-10 10:30 2019-01-10 10:45 2019-01-10 11:00 2019-01-10 11:15 2019-01-10 11:30 2019-01-10 11:45 2019-01-10 12:00 2019-01-10 12:15 2019-01-10 12:30 2019-01-10 12:45 2019-01-10 13:00 2019-01-10 13:15 2019-01-10 13:30 2019-01-10 13:45 2019-01-10 14:00 2019-01-10 14:15 2019-01-10 14:30 2019-01-10 14:45 2019-01-10 15:00 2019-01-10 15:15 2019-01-10 15:30 2019-01-10 15:45 2019-01-10 16:00 2019-01-10 16:15 2019-01-10 16:30 2019-01-10 16:45 2019-01-10 17:00 2019-01-10 17:15 2019-01-10 17:30 2019-01-10 17:45 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.003 0.018 0.047 0.045 0.055 0.093 0.104 0.156 0.172 0.142 0.176 0.152 0.254 0.251 0.171 0.220 0.274 0.197 0.203 0.255 0.343 0.225 0.156 0.128 0.104 0.104 0.158 0.164 0.146 0.152 0.149 0.185 0.148 0.098 0.078 0.032 0.017 0.006 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 5.228 26.410 68.280 83.400 113.500 183.100 208.200 306.600 340.600 305.700 370.300 330.300 524.900 519.700 364.200 464.200 575.800 425.600 438.200 537.800 696.000 471.200 335.000 276.600 228.600 226.100 344.200 349.600 303.200 316.200 307.500 357.100 287.700 193.200 145.000 71.900 40.350 15.050 3.300 0.000 0.000 0.000 0.000 0.84 0.88 0.79 0.6 0.44 0.2 -0.06 -0.26 -0.28 -0.08 -0.05 0.04 0.12 0.1 0.08 0.17 0.17 0.14 0.12 0.1 0.17 0.33 0.67 0.68 0.58 0.81 0.79 0.42 0.28 0.5 0.35 0.21 -0.36 -0.27 -0.18 -0.17 0.02 0.12 -0.01 0.01 -0.04 -0.38 -0.79 -1.02 -1.16 -1.31 -1.52 -1.65 -1.73 -1.81 -1.93 -2.09 70 70 72 74 76 80 85 85 74 67 67 67 66 66 67 68 69 71 72 73 73 72 70 67 65 63 63 64 66 68 70 71 73 67 65 64 63 61 60 59 58 57 58 59 59 59 61 62 61 60 60 62 1.59 1.57 1.96 2.29 1.78 1.59 0.94 1.04 2.56 2.99 2.04 2.90 3.05 3.58 3.39 3.33 3.95 3.32 2.85 3.05 3.18 2.36 3.00 3.57 3.74 3.46 3.84 4.27 4.13 3.16 3.66 3.21 2.68 3.09 3.57 3.32 3.87 3.85 3.87 3.77 4.51 4.82 4.38 4.44 3.55 4.32 2.86 2.62 3.89 3.65 3.66 2.89 258.9 994 255.0 994 275.8 994 297.6 995 261.5 995 262.3 995 241.5 995 260.8 995 301.5 995 291.6 995 280.4 995 299.2 995 289.6 996 294.8 996 303.6 996 299.7 996 301.6 997 294.5 997 300.7 997 295.7 997 294.8 997 297.1 997 290.4 997 289.8 997 303.2 997 300.1 997 298.2 997 307.8 997 290.8 997 293.2 997 306.0 997 283.9 997 284.3 997 298.9 997 304.9 997 293.0 998 303.8 998 306.6 998 301.7 998 306.2 999 306.9 999 303.6 999 302.8 1000 303.4 1000 303.2 1000 307.1 1000 311.1 1000 302.4 1001 306.6 1001 300.5 1001 308.8 1002 306.8 1002 2019-01-10 18:00 2019-01-10 18:15 2019-01-10 18:30 2019-01-10 18:45 2019-01-10 19:00 2019-01-10 19:15 2019-01-10 19:30 2019-01-10 19:45 2019-01-10 20:00 2019-01-10 20:15 2019-01-10 20:30 2019-01-10 20:45 2019-01-10 21:00 2019-01-10 21:15 2019-01-10 21:30 2019-01-10 21:45 2019-01-10 22:00 2019-01-10 22:15 2019-01-10 22:30 2019-01-10 22:45 2019-01-10 23:00 2019-01-10 23:15 2019-01-10 23:30 2019-01-10 23:45 2019-01-10 00:00 2019-01-11 00:15 2019-01-11 00:30 2019-01-11 00:45 2019-01-11 01:00 2019-01-11 01:15 2019-01-11 01:30 2019-01-11 01:45 2019-01-11 02:00 2019-01-11 02:15 2019-01-11 02:30 2019-01-11 02:45 2019-01-11 03:00 2019-01-11 03:15 2019-01-11 03:30 2019-01-11 03:45 2019-01-11 04:00 2019-01-11 04:15 2019-01-11 04:30 2019-01-11 04:45 2019-01-11 05:00 2019-01-11 05:15 2019-01-11 05:30 2019-01-11 05:45 2019-01-11 06:00 2019-01-11 06:15 2019-01-11 06:30 2019-01-11 06:45 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -2.25 -2.36 -2.49 -2.61 -2.76 -2.94 -3.02 -3.12 -3.18 -3.3 -3.45 -3.59 -3.67 -3.78 -3.9 -4.01 -4.16 -4.3 -4.42 -4.52 -4.63 -4.74 -4.88 -4.97 -5.09 -5.22 -5.4 -5.49 -5.57 -5.62 -5.7 -5.68 -5.69 -5.68 -5.67 -5.77 -5.82 -5.87 -5.94 -6 -6.06 -6.08 -6.11 -6.21 -6.3 -6.34 -6.4 -6.49 -6.55 -6.61 -6.68 -6.78 63 63 63 62 61 62 63 63 63 62 62 62 60 59 60 61 63 64 66 67 68 69 68 67 66 66 67 67 66 66 66 66 65 65 64 65 65 65 66 66 66 66 66 67 67 67 67 67 67 66 66 66 2.60 3.22 3.84 4.88 4.90 3.78 3.82 4.43 4.33 4.47 3.95 4.06 4.25 4.32 4.54 3.89 3.48 3.53 3.78 3.89 4.03 3.50 2.77 3.71 3.49 3.11 2.68 3.09 3.43 3.45 2.96 3.32 3.65 3.48 3.57 3.41 3.08 3.42 3.13 3.34 3.93 3.90 3.59 3.08 3.09 3.37 3.25 3.34 3.57 3.71 3.64 3.49 297.4 1002 301.3 1002 300.6 1002 300.8 1003 305.2 1003 305.6 1003 306.6 1003 305.4 1003 303.6 1004 307.8 1004 308.3 1004 311.1 1004 310.8 1005 303.6 1005 300.5 1005 298.0 1005 292.4 1005 300.6 1006 301.0 1006 295.6 1006 302.2 1006 305.6 1006 292.4 1006 294.7 1006 296.7 1006 291.6 1006 285.4 1006 282.6 1007 293.9 1007 296.3 1007 295.6 1007 288.3 1008 288.0 1008 289.4 1008 294.4 1008 301.6 1008 287.6 1008 294.5 1008 294.5 1009 295.6 1009 294.0 1009 303.2 1009 294.0 1009 296.1 1009 291.9 1010 295.3 1010 302.3 1010 294.1 1010 290.3 1010 291.4 1011 297.3 1011 302.2 1011 2019-01-11 07:00 2019-01-11 07:15 2019-01-11 07:30 2019-01-11 07:45 2019-01-11 08:00 2019-01-11 08:15 2019-01-11 08:30 2019-01-11 08:45 2019-01-11 09:00 2019-01-11 09:15 2019-01-11 09:30 2019-01-11 09:45 2019-01-11 10:00 2019-01-11 10:15 2019-01-11 10:30 2019-01-11 10:45 2019-01-11 11:00 2019-01-11 11:15 2019-01-11 11:30 2019-01-11 11:45 2019-01-11 12:00 2019-01-11 12:15 2019-01-11 12:30 2019-01-11 12:45 2019-01-11 13:00 2019-01-11 13:15 2019-01-11 13:30 2019-01-11 13:45 2019-01-11 14:00 2019-01-11 14:15 2019-01-11 14:30 2019-01-11 14:45 2019-01-11 15:00 2019-01-11 15:15 2019-01-11 15:30 2019-01-11 15:45 2019-01-11 16:00 2019-01-11 16:15 2019-01-11 16:30 2019-01-11 16:45 2019-01-11 17:00 2019-01-11 17:15 2019-01-11 17:30 2019-01-11 17:45 2019-01-11 18:00 2019-01-11 18:15 2019-01-11 18:30 2019-01-11 18:45 2019-01-11 19:00 2019-01-11 19:15 2019-01-11 19:30 2019-01-11 19:45 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.254 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.003 0.008 0.015 0.087 0.073 0.129 0.147 0.209 0.208 0.308 0.327 0.354 0.378 0.400 0.418 0.433 0.444 0.452 0.457 0.459 0.457 0.451 0.443 0.429 0.380 0.345 0.302 0.244 0.241 0.185 0.137 0.075 0.067 0.056 0.042 0.031 0.019 0.008 0.003 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.737 7.290 23.870 48.240 130.400 141.300 234.000 277.700 384.200 402.600 567.400 615.300 671.000 723.000 770.000 809.000 840.000 864.000 881.000 892.000 896.000 893.000 882.000 865.000 838.000 748.000 681.600 602.300 491.500 475.300 373.300 279.800 167.700 149.100 123.100 93.000 67.740 40.860 17.720 5.124 0.335 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -6.88 -6.95 -7.01 -7.01 -6.83 -6.6 -6.47 -6.35 -6.04 -5.73 -5.37 -5.18 -4.85 -4.53 -4.46 -4.31 -4.03 -4.07 -3.96 -3.77 -3.82 -3.54 -3.64 -3.57 -3.28 -3.12 -3.23 -3.47 -3.75 -3.71 -3.96 -4.4 -4.55 -4.85 -5.05 -5.21 -5.37 -5.6 -5.83 -6.09 -6.38 -6.64 -6.87 -7.04 -7.23 -7.47 -7.68 -7.94 -8.22 -8.45 -8.68 -8.94 66 66 66 65 64 62 62 61 60 59 58 56 55 54 53 53 52 52 51 50 50 49 49 49 49 48 48 48 49 48 49 50 50 48 47 47 47 46 46 44 43 43 44 45 44 45 45 45 45 46 47 48 3.46 3.32 3.79 3.66 3.91 3.64 3.47 3.58 3.54 3.57 3.00 4.15 3.42 3.73 3.78 3.64 2.86 2.85 2.85 3.06 3.03 3.74 3.63 3.24 2.83 2.85 2.64 3.47 3.38 3.17 4.18 4.47 3.91 4.50 3.16 3.02 3.05 2.71 2.23 3.29 3.21 4.01 3.55 3.76 3.42 3.71 3.73 3.66 3.91 4.23 3.46 3.98 301.7 1011 296.7 1012 298.5 1012 299.2 1012 301.4 1013 294.2 1013 291.2 1014 303.4 1014 296.7 1014 300.9 1015 297.8 1015 303.9 1015 291.0 1015 290.3 1015 300.5 1015 294.2 1015 274.4 1015 274.6 1015 263.9 1015 285.9 1015 298.5 1015 291.1 1015 283.7 1015 290.1 1015 289.5 1015 281.3 1015 270.9 1016 292.0 1016 305.7 1016 299.9 1016 294.5 1017 306.4 1017 313.3 1017 303.1 1017 283.0 1017 296.5 1017 281.8 1018 293.9 1018 279.1 1018 285.9 1018 292.9 1019 298.7 1019 302.3 1019 304.3 1019 299.9 1020 303.9 1020 307.7 1020 307.9 1021 290.1 1021 293.2 1021 306.6 1021 303.0 1021 2019-01-11 20:00 2019-01-11 20:15 2019-01-11 20:30 2019-01-11 20:45 2019-01-11 21:00 2019-01-11 21:15 2019-01-11 21:30 2019-01-11 21:45 2019-01-11 22:00 2019-01-11 22:15 2019-01-11 22:30 2019-01-11 22:45 2019-01-11 23:00 2019-01-11 23:15 2019-01-11 23:30 2019-01-11 23:45 2019-01-11 00:00 2019-01-12 00:15 2019-01-12 00:30 2019-01-12 00:45 2019-01-12 01:00 2019-01-12 01:15 2019-01-12 01:30 2019-01-12 01:45 2019-01-12 02:00 2019-01-12 02:15 2019-01-12 02:30 2019-01-12 02:45 2019-01-12 03:00 2019-01-12 03:15 2019-01-12 03:30 2019-01-12 03:45 2019-01-12 04:00 2019-01-12 04:15 2019-01-12 04:30 2019-01-12 04:45 2019-01-12 05:00 2019-01-12 05:15 2019-01-12 05:30 2019-01-12 05:45 2019-01-12 06:00 2019-01-12 06:15 2019-01-12 06:30 2019-01-12 06:45 2019-01-12 07:00 2019-01-12 07:15 2019-01-12 07:30 2019-01-12 07:45 2019-01-12 08:00 2019-01-12 08:15 2019-01-12 08:30 2019-01-12 08:45 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.003 0.008 0.014 0.074 0.127 0.163 0.199 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.756 7.650 24.570 48.070 116.100 200.300 271.900 345.000 -9.27 -9.68 -9.94 -10.2 -10.3 -10.4 -10.6 -10.7 -10.8 -11 -11.1 -11.1 -11.2 -11.2 -11.2 -11.3 -11.4 -11.4 -11.5 -11.5 -11.6 -11.6 -11.6 -11.7 -11.8 -11.8 -11.8 -11.8 -11.9 -12 -12.1 -12.1 -12.2 -12.2 -12.2 -12.1 -12.2 -12.1 -12 -11.9 -11.8 -11.9 -12 -12 -11.9 -11.8 -11.7 -11.6 -11.4 -10.9 -10.4 -10.3 47 47 47 48 49 49 51 50 50 50 51 51 51 50 50 49 51 54 54 54 54 54 54 54 54 54 54 54 54 56 56 57 57 58 57 57 58 58 58 57 57 58 59 59 59 59 59 59 59 57 55 53 4.54 4.34 4.26 3.71 3.87 3.96 2.95 3.17 3.71 3.35 3.97 3.75 3.77 3.32 4.18 4.15 2.81 2.56 2.29 1.77 1.55 1.84 2.18 2.44 2.46 2.64 2.52 2.29 2.44 2.34 2.51 2.36 2.51 1.92 2.41 2.33 1.68 1.94 1.87 2.01 1.83 1.28 1.32 1.71 1.76 1.71 1.84 1.97 1.31 1.49 1.98 2.52 307.6 1022 301.5 1022 304.2 1022 300.5 1023 307.3 1023 305.0 1023 296.9 1024 301.8 1024 307.9 1024 306.4 1024 302.6 1025 309.5 1025 311.9 1025 302.3 1025 313.4 1025 310.2 1025 305.2 1025 291.8 1025 285.5 1026 281.4 1026 270.0 1026 290.5 1026 272.8 1026 292.1 1026 298.0 1027 293.1 1027 296.4 1027 286.0 1027 299.2 1027 293.8 1027 305.4 1027 297.1 1027 305.1 1027 296.6 1027 289.0 1027 297.8 1027 292.3 1028 282.1 1028 289.5 1028 282.8 1028 287.0 1028 274.0 1029 271.8 1029 278.6 1029 267.7 1029 291.2 1029 288.5 1029 288.4 1029 258.7 1029 254.4 1030 284.2 1030 281.4 1030 2019-01-12 09:00 2019-01-12 09:15 2019-01-12 09:30 2019-01-12 09:45 2019-01-12 10:00 2019-01-12 10:15 2019-01-12 10:30 2019-01-12 10:45 2019-01-12 11:00 2019-01-12 11:15 2019-01-12 11:30 2019-01-12 11:45 2019-01-12 12:00 2019-01-12 12:15 2019-01-12 12:30 2019-01-12 12:45 2019-01-12 13:00 2019-01-12 13:15 2019-01-12 13:30 2019-01-12 13:45 2019-01-12 14:00 2019-01-12 14:15 2019-01-12 14:30 2019-01-12 14:45 2019-01-12 15:00 2019-01-12 15:15 2019-01-12 15:30 2019-01-12 15:45 2019-01-12 16:00 2019-01-12 16:15 2019-01-12 16:30 2019-01-12 16:45 2019-01-12 17:00 2019-01-12 17:15 2019-01-12 17:30 2019-01-12 17:45 2019-01-12 18:00 2019-01-12 18:15 2019-01-12 18:30 2019-01-12 18:45 2019-01-12 19:00 2019-01-12 19:15 2019-01-12 19:30 2019-01-12 19:45 2019-01-12 20:00 2019-01-12 20:15 2019-01-12 20:30 2019-01-12 20:45 2019-01-12 21:00 2019-01-12 21:15 2019-01-12 21:30 2019-01-12 21:45 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.234 0.268 0.302 0.333 0.360 0.384 0.407 0.427 0.442 0.454 0.462 0.467 0.468 0.465 0.459 0.450 0.437 0.421 0.401 0.377 0.352 0.324 0.293 0.260 0.225 0.191 0.154 0.082 0.028 0.015 0.009 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 416.800 487.500 557.800 621.000 678.600 730.000 777.000 818.000 851.000 876.000 894.000 906.000 909.000 906.000 896.000 878.000 852.000 820.000 779.000 732.000 680.800 623.300 560.000 493.000 420.900 348.900 273.900 157.400 77.100 45.920 21.990 4.924 0.307 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -10 -9.52 -9.14 -8.86 -8.64 -8.24 -8.12 -7.78 -7.5 -7.23 -7.04 -6.78 -6.53 -6.03 -5.8 -5.56 -5.69 -5.43 -5.27 -5.09 -4.8 -4.88 -4.42 -4.53 -4.42 -4.49 -4.49 -4.7 -4.92 -5.13 -5.29 -5.53 -5.64 -5.84 -6.02 -6.2 -6.36 -6.47 -6.59 -6.68 -6.86 -7.01 -7.24 -7.39 -7.55 -7.67 -7.81 -8.04 -8.18 -8.25 -8.34 -8.39 52 50 49 48 47 46 45 44 44 43 43 42 41 41 40 39 39 39 38 39 38 38 38 38 38 38 38 39 41 42 42 43 44 45 46 46 47 47 47 47 47 48 49 49 50 50 51 52 53 53 54 54 2.43 2.88 2.70 3.39 3.14 3.23 3.64 3.58 2.78 2.91 3.74 3.52 3.18 3.00 2.58 3.41 3.91 3.75 3.42 3.42 3.07 3.45 2.20 3.01 2.67 2.64 2.68 3.27 2.12 1.67 2.32 1.92 1.94 1.49 1.36 1.26 1.38 1.50 1.91 2.09 1.73 1.75 1.66 1.61 1.62 1.90 1.40 1.41 1.98 1.66 1.50 1.91 276.6 1030 289.8 1030 288.3 1030 297.3 1030 289.3 1030 294.6 1030 291.9 1030 285.9 1029 275.6 1029 272.9 1029 297.2 1029 286.6 1028 286.2 1028 292.1 1028 291.0 1028 291.2 1028 299.1 1028 295.9 1028 288.7 1028 297.0 1028 279.8 1028 309.1 1028 277.4 1028 283.2 1029 287.2 1029 283.7 1029 283.6 1029 300.3 1029 292.4 1029 278.2 1029 286.5 1029 289.5 1029 288.5 1029 281.7 1029 286.7 1029 290.8 1029 287.4 1030 277.1 1030 274.1 1030 291.6 1030 276.1 1030 282.9 1030 278.9 1030 282.9 1030 275.5 1030 285.1 1030 277.5 1030 301.0 1030 297.3 1030 286.8 1030 279.8 1031 287.5 1030 2019-01-12 22:00 2019-01-12 22:15 2019-01-12 22:30 2019-01-12 22:45 2019-01-12 23:00 2019-01-12 23:15 2019-01-12 23:30 2019-01-12 23:45 2019-01-12 00:00 2019-01-13 00:15 2019-01-13 00:30 2019-01-13 00:45 2019-01-13 01:00 2019-01-13 01:15 2019-01-13 01:30 2019-01-13 01:45 2019-01-13 02:00 2019-01-13 02:15 2019-01-13 02:30 2019-01-13 02:45 2019-01-13 03:00 2019-01-13 03:15 2019-01-13 03:30 2019-01-13 03:45 2019-01-13 04:00 2019-01-13 04:15 2019-01-13 04:30 2019-01-13 04:45 2019-01-13 05:00 2019-01-13 05:15 2019-01-13 05:30 2019-01-13 05:45 2019-01-13 06:00 2019-01-13 06:15 2019-01-13 06:30 2019-01-13 06:45 2019-01-13 07:00 2019-01-13 07:15 2019-01-13 07:30 2019-01-13 07:45 2019-01-13 08:00 2019-01-13 08:15 2019-01-13 08:30 2019-01-13 08:45 2019-01-13 09:00 2019-01-13 09:15 2019-01-13 09:30 2019-01-13 09:45 2019-01-13 10:00 2019-01-13 10:15 2019-01-13 10:30 2019-01-13 10:45 12 12 12 12 12 12 12 12 12 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.003 0.013 0.023 0.057 0.043 0.096 0.192 0.234 0.269 0.303 0.332 0.359 0.384 0.406 0.424 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.501 6.462 25.540 51.810 99.300 99.100 186.800 337.400 419.800 493.400 562.900 625.500 682.200 734.000 781.000 821.000 -8.51 -8.64 -8.83 -8.89 -9 -9.17 -9.27 -9.37 -9.51 -9.64 -9.77 -9.86 -9.92 -10 -10.1 -10.2 -10.2 -10.3 -10.4 -10.5 -10.6 -10.8 -11 -11.1 -11.2 -11.3 -11.4 -11.4 -11.4 -11.3 -11.4 -11.4 -11.4 -11.3 -11.3 -11.4 -11.5 -11.6 -11.8 -11.8 -11.7 -11.5 -11.5 -10.8 -10 -9.4 -8.84 -8.23 -7.65 -6.91 -6.36 -5.92 55 55 56 56 57 58 59 59 60 61 61 62 62 62 63 63 64 64 64 64 65 66 67 67 68 69 69 70 71 71 71 71 71 71 71 71 71 71 72 73 72 71 70 68 66 64 61 60 57 55 54 54 2.02 1.60 2.13 2.12 2.34 1.56 2.15 1.51 1.63 1.14 1.41 1.47 1.72 1.64 1.21 1.07 1.17 1.25 1.23 1.17 1.25 0.85 0.84 0.63 0.63 0.51 0.32 0.59 0.41 0.60 0.93 0.76 0.72 0.88 0.90 0.84 1.24 1.05 0.99 0.81 1.23 1.22 1.10 1.14 1.25 1.47 1.37 1.28 1.22 1.13 1.04 1.23 301.4 1030 298.3 1030 303.2 1030 302.4 1030 302.5 1030 285.8 1030 295.4 1030 292.0 1030 293.6 1030 296.9 1030 306.2 1030 287.3 1030 301.6 1030 296.7 1030 294.7 1030 295.7 1030 295.1 1030 303.8 1030 296.5 1030 299.6 1030 305.4 1030 286.2 1030 290.7 1030 283.9 1030 302.4 1030 284.0 1029 264.5 1030 283.2 1030 281.9 1030 282.4 1030 305.1 1030 292.6 1030 292.0 1030 299.8 1030 302.2 1030 291.8 1030 309.8 1030 313.5 1030 293.9 1030 284.4 1030 298.6 1030 298.8 1030 301.2 1030 290.6 1030 295.2 1030 295.6 1031 294.5 1031 304.9 1031 293.5 1031 272.9 1031 266.1 1031 268.0 1031 2019-01-13 11:00 2019-01-13 11:15 2019-01-13 11:30 2019-01-13 11:45 2019-01-13 12:00 2019-01-13 12:15 2019-01-13 12:30 2019-01-13 12:45 2019-01-13 13:00 2019-01-13 13:15 2019-01-13 13:30 2019-01-13 13:45 2019-01-13 14:00 2019-01-13 14:15 2019-01-13 14:30 2019-01-13 14:45 2019-01-13 15:00 2019-01-13 15:15 2019-01-13 15:30 2019-01-13 15:45 2019-01-13 16:00 2019-01-13 16:15 2019-01-13 16:30 2019-01-13 16:45 2019-01-13 17:00 2019-01-13 17:15 2019-01-13 17:30 2019-01-13 17:45 2019-01-13 18:00 2019-01-13 18:15 2019-01-13 18:30 2019-01-13 18:45 2019-01-13 19:00 2019-01-13 19:15 2019-01-13 19:30 2019-01-13 19:45 2019-01-13 20:00 2019-01-13 20:15 2019-01-13 20:30 2019-01-13 20:45 2019-01-13 21:00 2019-01-13 21:15 2019-01-13 21:30 2019-01-13 21:45 2019-01-13 22:00 2019-01-13 22:15 2019-01-13 22:30 2019-01-13 22:45 2019-01-13 23:00 2019-01-13 23:15 2019-01-13 23:30 2019-01-13 23:45 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.439 0.452 0.461 0.466 0.468 0.466 0.460 0.451 0.439 0.423 0.404 0.382 0.356 0.327 0.297 0.264 0.229 0.192 0.146 0.085 0.026 0.012 0.007 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 854.000 879.000 898.000 910.000 914.000 911.000 900.000 883.000 858.000 827.000 787.000 742.000 689.800 631.300 568.500 500.200 428.400 353.600 266.300 162.800 73.300 41.930 20.040 6.029 0.505 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 -5.59 -4.76 -4.56 -4.25 -3.77 -3.79 -3.31 -2.87 -2.68 -2.4 -2.12 -2.38 -2.21 -2.08 -1.86 -2.66 -2.99 -3.37 -3.52 -3.82 -4.11 -4.54 -5.04 -5.73 -6.59 -7.17 -7.67 -8.41 -8.86 -9.03 -9.24 -9.39 -9.15 -9.28 -9.59 -9.89 -9.81 -10 -10.3 -10.4 -10.4 -10.5 -10.6 -10.6 -10.4 -10.7 -10.9 -10.9 -10.7 -10.3 -9.47 -8.81 53 50 50 48 48 47 46 44 44 43 42 43 42 41 42 48 51 52 54 55 56 58 61 63 65 68 70 71 74 76 77 79 82 82 82 84 86 86 87 88 89 89 90 91 92 91 92 92 93 94 94 93 1.02 1.06 1.18 1.15 1.22 1.36 1.25 0.96 1.24 1.01 0.80 1.36 0.94 1.10 0.90 1.93 1.57 1.84 1.63 1.34 0.96 0.67 0.34 0.04 0.01 0.07 0.04 0.00 0.01 0.00 0.00 0.03 0.12 0.00 0.00 0.06 0.31 0.18 0.04 0.05 0.11 0.08 0.26 0.40 0.48 0.01 0.13 0.09 0.01 0.14 0.36 0.49 260.0 1031 217.4 1030 223.7 1030 283.4 1030 287.0 1029 160.7 1029 172.9 1029 265.7 1029 243.5 1029 179.5 1029 133.7 1028 210.1 1028 264.3 1028 265.3 1028 177.9 1028 109.9 1028 103.0 1028 125.2 1028 107.7 1028 110.0 1028 103.4 1028 105.2 1028 98.1 1028 97.5 1028 101.7 1028 104.4 1028 219.3 1027 219.3 1027 219.3 1027 214.0 1028 214.5 1028 285.3 1028 323.6 1028 273.5 1028 255.8 1028 184.0 1028 332.6 1028 260.7 1027 283.3 1027 288.5 1027 325.7 1027 291.9 1027 210.3 1027 330.5 1027 316.9 1027 182.6 1027 240.6 1027 162.7 1027 199.4 1027 247.1 1027 268.7 1027 279.4 1026 2019-01-13 00:00 2019-01-14 00:15 2019-01-14 00:30 2019-01-14 00:45 2019-01-14 01:00 2019-01-14 01:15 2019-01-14 01:30 2019-01-14 01:45 2019-01-14 02:00 2019-01-14 02:15 2019-01-14 02:30 2019-01-14 02:45 2019-01-14 03:00 2019-01-14 03:15 2019-01-14 03:30 2019-01-14 03:45 2019-01-14 04:00 2019-01-14 04:15 2019-01-14 04:30 2019-01-14 04:45 2019-01-14 05:00 2019-01-14 05:15 2019-01-14 05:30 2019-01-14 05:45 2019-01-14 06:00 2019-01-14 06:15 2019-01-14 06:30 2019-01-14 06:45 2019-01-14 07:00 2019-01-14 07:15 2019-01-14 07:30 2019-01-14 07:45 2019-01-14 08:00 2019-01-14 08:15 2019-01-14 08:30 2019-01-14 08:45 2019-01-14 09:00 2019-01-14 09:15 2019-01-14 09:30 2019-01-14 09:45 2019-01-14 10:00 2019-01-14 10:15 2019-01-14 10:30 2019-01-14 10:45 2019-01-14 11:00 2019-01-14 11:15 2019-01-14 11:30 2019-01-14 11:45 2019-01-14 12:00 2019-01-14 12:15 2019-01-14 12:30 2019-01-14 12:45 13 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.009 0.016 0.024 0.027 0.037 0.042 0.095 0.223 0.306 0.337 0.348 0.389 0.375 0.350 0.449 0.461 0.469 0.474 0.473 0.471 0.465 0.455 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.439 6.007 23.830 48.940 73.400 92.000 115.200 129.100 218.300 427.900 572.500 637.800 669.300 744.000 730.000 702.000 876.000 901.000 920.000 930.000 931.000 927.000 914.000 895.000 -8.42 -7.95 -7.56 -7.38 -7.17 -6.97 -6.79 -6.67 -6.64 -6.6 -6.66 -6.67 -6.71 -6.78 -6.86 -6.94 -6.98 -7 -7.02 -7.04 -7.02 -7.17 -7.34 -7.48 -7.6 -7.68 -7.76 -7.89 -7.98 -7.99 -7.95 -7.96 -8.1 -8.13 -8.07 -7.81 -7.41 -6.43 -5.56 -4.84 -4.2 -3.7 -3.21 -3.14 -2.85 -3 -3.06 -2.96 -2.84 -2.6 -2.66 -2.53 91 89 87 85 82 80 78 76 75 74 73 72 73 74 74 74 75 75 75 75 75 76 76 76 76 76 76 76 76 77 77 77 78 79 79 78 76 74 71 69 67 64 60 61 62 65 66 66 65 63 63 63 0.48 1.02 0.59 0.95 1.10 0.92 0.98 1.24 1.48 1.39 1.32 1.04 0.95 1.31 1.30 1.24 1.48 1.34 1.50 1.24 1.22 1.23 1.25 1.52 1.70 1.44 1.50 1.54 1.57 1.33 1.58 1.79 1.72 1.29 1.23 1.19 1.21 1.26 1.68 1.84 1.52 1.58 1.20 1.58 1.57 1.97 1.80 1.73 1.69 1.55 1.68 1.44 290.2 1026 311.7 1026 287.1 1026 307.1 1026 310.6 1026 314.6 1026 288.8 1026 315.9 1026 316.4 1026 265.9 1026 297.3 1026 295.6 1026 296.9 1026 305.6 1026 299.9 1025 306.4 1025 312.3 1025 299.6 1025 307.8 1025 309.9 1024 299.7 1024 293.9 1024 299.7 1024 305.3 1024 310.7 1024 310.4 1025 310.5 1024 316.1 1024 306.7 1024 303.0 1024 307.3 1024 314.4 1024 318.9 1024 279.7 1024 294.3 1024 271.1 1024 235.4 1025 183.8 1025 146.0 1025 201.2 1025 131.3 1025 201.2 1025 139.2 1025 75.4 1024 81.7 1024 64.2 1024 88.6 1023 79.9 1023 91.8 1023 77.8 1022 88.7 1022 90.2 1022 2019-01-14 13:00 2019-01-14 13:15 2019-01-14 13:30 2019-01-14 13:45 2019-01-14 14:00 2019-01-14 14:15 2019-01-14 14:30 2019-01-14 14:45 2019-01-14 15:00 2019-01-14 15:15 2019-01-14 15:30 2019-01-14 15:45 2019-01-14 16:00 2019-01-14 16:15 2019-01-14 16:30 2019-01-14 16:45 2019-01-14 17:00 2019-01-14 17:15 2019-01-14 17:30 2019-01-14 17:45 2019-01-14 18:00 2019-01-14 18:15 2019-01-14 18:30 2019-01-14 18:45 2019-01-14 19:00 2019-01-14 19:15 2019-01-14 19:30 2019-01-14 19:45 2019-01-14 20:00 2019-01-14 20:15 2019-01-14 20:30 2019-01-14 20:45 2019-01-14 21:00 2019-01-14 21:15 2019-01-14 21:30 2019-01-14 21:45 2019-01-14 22:00 2019-01-14 22:15 2019-01-14 22:30 2019-01-14 22:45 2019-01-14 23:00 2019-01-14 23:15 2019-01-14 23:30 2019-01-14 23:45 2019-01-14 00:00 2019-01-15 00:15 2019-01-15 00:30 2019-01-15 00:45 2019-01-15 01:00 2019-01-15 01:15 2019-01-15 01:30 2019-01-15 01:45 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 15 15 15 15 15 15 15 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.443 0.426 0.407 0.384 0.358 0.330 0.299 0.266 0.232 0.196 0.160 0.099 0.033 0.014 0.009 0.003 0.001 0.000 0.000 0.000 0.000…

A Sample Answer For the Assignment: BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet

Title: BIOL 339 CUNY Borough of Manhattan Community College Data Manipulation Worksheet